/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0;
}

body {
  font-family: "Arial", serif;
  font-size: 18px;
  overflow-x: hidden;
}

ul {
  padding: 10px 18px;
}

img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -ms-interpolation-mode;
}

a {
  text-decoration: none;
}

header {
  position: relative;
}

header.active:before {
  content: "";
  position: fixed;
  background: rgb(0 0 0 / 70%);
  display: block;
  width: 100vw;
  height: 100vh;
  z-index: 8;
}

.lang-block {
  position: fixed;
  height: 0;
  overflow: hidden;
  min-height: 0;
  max-width: 900px;
  top: -150%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgb(24 1 63 / 55%);
  z-index: 10;
  border: 1px solid #1dd1a1;
  border-radius: 5px;
  transition: 0.5s;
}

.close {
  position: absolute;
  top: 7px;
  right: 7px;
  left: auto;
  background-position: center;
  background-size: contain;
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: 0.5s;
}

.lang-block.active {
  height: auto;
  max-width: 900px;
  min-height: 150px;
  top: 50px;
}

.close:hover {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.lang-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px;
  list-style: none;
  color: rgb(255 255 255 / 0%);
}

.lang-block ul li {
  min-width: 95px;
}

.lang-block ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: rgb(255 255 255 / 75%);
  line-height: 1.5;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin: 10px;
}

.lang-block ul li a:hover,
.lang:hover {
  color: #19c8c7;
}

.lang {
  position: absolute;
  display: flex;
  align-items: center;
  color: #fff;
  right: 0;
  top: 25px;
  cursor: pointer;
  transition: 0.5s;
  z-index: 7;
}

.lang img {
  width: 32px;
  height: 32px;
  object-position: center;
  border: 1px solid #1dd1a1;
  border-radius: 50%;
  margin-left: 10px;
  background-position: center;
}

.container {
  max-width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
  margin: auto;
}

.header-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 90px 30px 30px 30px;
  padding: 0;
}

.rating {
  display: block;
  position: relative;
  margin: 35px 0px 35px 2px;
  text-align: center;
  padding: 15px;
}

.text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 35px 0 33px 0;
  /* text-align: justify; */
  padding: 26px;
  font-size: 20px;
  font-weight: bold;
}

.secede {
  color: #1dd1a1;
}

.stars {
  width: auto;
  height: 27px;
}

.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0px 30px 30px 30px;
  padding: 0;
  list-style: none;
}

ul.info.desktop p {
  margin: 0;
}

.info li {
  position: relative;
  flex-grow: 1;
  min-width: calc(20% - 15px);
  margin-right: 15px;
  background: rgb(24 1 63 / 65%);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #486970;
  border-radius: 5px 5px 5px 5px;
  padding: 35px 10px;
  text-align: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.info li:last-child {
  margin-right: 0;
}

.info li:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.icon-info:before {
  content: "";
  display: block;
  margin: auto;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  border: 1px solid #407ea3;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
}

.icon-info.welcome:before {
  background-image: url("../img/icon-1.webp");
}

.icon-info.freespins:before {
  background-image: url("../img/icon-2.webp");
}

.icon-info.first:before {
  background-image: url("../img/icon-3.webp");
}

.icon-info.match:before {
  background-image: url("../img/icon-4.webp");
}

.icon-info.mindeposite:before {
  background-image: url("../img/icon-5.webp");
}

.info li span {
  display: block;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}

.header-bacground {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #661169;
}

.header-content {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: rgb(255 255 255 / 75%);
}

.header-slider {
  width: 100%;
  height: 100%;
  padding: 0;
}

.banner .bonus {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 93px;
  padding: 15px;
  bottom: 0;
  font-size: 14px;
  background: rgb(0 0 0 / 77%);
  margin-bottom: 0;
  width: 100%;
  border-top: 1px solid #f2f21e;
  overflow: hidden;
}

.header-slider .slick-dots {
  bottom: 20%;
  left: auto;
  right: 0;
  width: 180px;
}

.header-slider .slick-dots li button:before {
  font-size: 40px;
}

.header-slider .slick-dots li.slick-active button:before {
  color: #e4ff00;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.header-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.header-slider .slick-track,
.header-slider .slick-list {
  height: 100%;
}

.section-back {
  background-position: center;
  background-size: cover;
  margin-bottom: 50px;
}

.section-back-b {
  background-position: center;
  background-size: cover;
  margin-bottom: 50px;
  overflow: hidden;
}

.bonus {
  color: #fff;
  font-size: 15px;
  margin-bottom: 15px;
  font-family: sans-serif;
  list-style: none;
  padding: 0;
}

.header-info-right .title {
  color: #d5b401;
  font-weight: bold;
  font-size: 25px;
  padding: 5px;
}

.bonus li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 10px;
}

.bonus img {
  display: none;
}

.bonus span {
  color: #d5b401;
  font-weight: bold;
  font-size: 18px;
  padding: 5px;
}

.header-bonus li:before {
  content: "вЂў";
  font-size: 20px;
  margin-right: 7px;
  color: #f5cf00;
}

.header-info .header-bonus li {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-info .header-bonus li:before {
  content: "";
}

.header-info-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  border-radius: 15px;
  margin-left: auto;
  margin-top: 100px;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 5px;
}

.logo {
  display: block;
  width: 200px;
  height: 145px;
  margin: auto;
  margin-bottom: 15px;
}

.logo img {
  width: 100%;
  height: 100%;
  padding: 7px;
  -o-object-fit: contain;
  object-fit: contain;
}

main {
  padding: 35px 0;
  background-color: #3D013F;
  color: rgb(255 255 255 / 75%);
  line-height: 1.5;
}

.img {
  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;
  margin: auto;
  position: relative;
  text-align: center;
  margin-bottom: 35px;
}

.img img {
  /* border: 1px solid;
  border-color: #486970; */
  border-radius: 5px 5px 5px 5px;
  padding: 25px;
}

h1 {
  position: relative;
  text-align: center;
}

h1:before {
  content: " ";
  height: 3px;
  width: 100%;
  line-height: 17px;
  text-align: center;
  border-radius: 50%;
  background: -o-linear-gradient(55deg, #20CFC6, #83a0ff);
  background: linear-gradient(35deg, #20CFC6, #83a0ff);
  position: absolute;
  bottom: -7px;
  left: 0px;
}

h2,
h3 {
  position: relative;
  display: inline-block;
}

h2:before,
h3:before {
  content: "";
  height: 3px;
  width: 100%;
  line-height: 17px;
  text-align: center;
  border-radius: 50%;
  background: -o-linear-gradient(55deg, #20CFC6, #83a0ff);
  background: linear-gradient(35deg, #20CFC6, #83a0ff);
  position: absolute;
  bottom: -7px;
  left: 0px;
}

section {
  margin-bottom: 50px;
}

footer {
  position: relative;
  background: #50064B;
  color: #fff;
  padding: 35px 0 15px 0;
  font-size: 12px;
  background-position: center;
  background-size: cover;
}

footer:before {
  content: "";
  height: 3px;
  width: 100%;
  line-height: 17px;
  text-align: center;
  border-radius: 50%;
  background: -o-linear-gradient(55deg, #1dd1a1, #83a0ff);
  background: linear-gradient(35deg, #1dd1a1, #83a0ff);
  position: absolute;
  top: 0px;
  left: 0px;
}

.payment-slider .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.payment-slider {
  margin: 0 0 35px 0;
}

.payment-slider .slick-slide img {
  width: 100%;
  height: 60px;
  border-radius: 7px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.payment-slider .slick-slide {
  margin: 0 5px;
}

.payment-slider .slick-prev:before,
.payment-slider .slick-next:before {
  display: none;
}

.copyright-block {
  text-align: center;
}

.bottom-btn {
  text-align: center;
  margin-top: 35px;
}

.banner {
  position: relative;
}

/* BTN */

.btn-animate {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  padding: 10px 20px;
  border: none;
  -webkit-box-shadow: 0px 16px 20px -15px #355c7d;
  box-shadow: 0px 16px 20px -15px #355c7d;
  background: none;
  -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: 5px;
  overflow: hidden;
  outline: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.btn-animate span {
  position: relative;
  z-index: 2;
}

.btn-animate:before,
.btn-animate:after {
  border-radius: 8px 8px 8px 8px;
  content: "";
  z-index: -1;
  background: -webkit-linear-gradient(100deg, #1b799b, #1e6090);
  background: linear-gradient(100deg, #1f5d8e, #226697);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn-animate:after {
  background: -webkit-linear-gradient(100deg, #13c2bd, #224885);
  background: linear-gradient(100deg, #1e5a8c, #19c8c7);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.btn-animate:hover {
  box-shadow: 0px 16px 47px -15px #003f77;
}

.btn-animate:hover:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.btn-animate:active {
  -webkit-transform: translateY(4px) translateZ(0);
  transform: translateY(4px) translateZ(0);
  box-shadow: 0px 8px 10px -6px #003f77;
}

.section-back.left-back {
  background-position: left;
  background-size: inherit;
}

.country {
  position: fixed;
  z-index: 7;
  width: 100%;
  height: 70px;
  background-color: #4B106E;
  -webkit-box-shadow: 0px 1px 7px 3px rgb(0 0 0 / 35%);
  -moz-box-shadow: 0px 1px 7px 3px rgb(0 0 0 / 35%);
  box-shadow: 0px 1px 7px 3px rgb(0 0 0 / 35%);
}

.info.mobile {
  display: none;
}

.country-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

figure.country-img_logo {
  margin: 8px 0px;
}

figure.country-img_flag {
  width: 85px;
  height: auto;
  position: relative;
  border: 0;
  margin: 0;
}

figure.country-img_flag a {
  display: block;
  height: 100%;
  width: 100%;
}

.country-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

figure.country-img_flag img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.pixel {
  margin-bottom: -27px;
}

.btn-top {
  display: inline-block;
  min-width: 230px;
  padding: 10px 20px;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #20CFC6;
  border-radius: 7px;
  z-index: 1;
  animation: animate 15s linear infinite;
}

.btn-top:hover {
  -webkit-animation: animate 8s linear infinite;
  animation: animate 8s linear infinite;
}

.mobile-img img {
  width: 100%;
}

@-webkit-keyframes animate {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 400%;
  }
}

@keyframes animate {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 400%;
  }
}

.btn-top:before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#03a9f4),
      color-stop(#f441a5),
      color-stop(#ffeb3b),
      to(#03a9f4));
  background: -o-linear-gradient(left,
      #1dd1a1,
      #1991a6,
      #00afc9,
      #30c8b2,
      #1dd1a1);
  background: linear-gradient(90deg,
      #1dd1a1,
      #1991a6,
      #00afc9,
      #30c8b2,
      #1dd1a1);
  background-size: 400%;
  border-radius: 40px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.btn-top:hover:before {
  -webkit-filter: blur(20px);
  filter: blur(20px);
  opacity: 1;
  -webkit-animation: animate 8s linear infinite;
  animation: animate 8s linear infinite;
}

/* lang-img */
.lang-block ul li a:before {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  background-position: center;
  border-radius: 50%;
  margin-right: 10px;
  background-size: contain;
  transition: .5s;
}

.lang-block.active ul li a:before {
  width: 32px;
  height: 32px;
}

.btn-img {
  position: absolute;
  bottom: 40px;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 23px;
}

.game-block {
  position: relative;
}

.banner.game {
  float: left;
  width: 50%;
  margin-right: 30px;
}

ul.list-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

ul.list-style li {
  margin-right: 30px;
  width: 20%;
}

::marker {
  color: rgba(255, 255, 255, 0.75);
}

.mobile-img {
  float: right;
  width: 40%;
}

.acor-container {
  margin: 20px 0;
}

.acor-container .acor-body {
  height: 0;
  color: rgba(0, 0, 0, 0);
  background-color: rgb(191 226 255 / 30%);
  line-height: 18px;
  padding: 0 30px;
  box-sizing: border-box;
  transition: color 0.5s, padding 0.5s;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 10px 16px rgba(0, 0, 0, 0.2);
}

.acor-container .acor-body p {
  margin: 0 0 10px;
}

.acor-container label {
  cursor: pointer;
  display: block;
  padding: 15px 20px;
  width: 100%;
  color: #bfe2ff;
  font-weight: 300;
  box-sizing: border-box;
  z-index: 100;
  margin: 0 0 5px;
  transition: color 0.35s;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #486970;
  background-color: rgb(40 95 143 / 50%);
}

.acor-container label:hover {
  color: #fff;
}

.acor-container input {
  display: none;
}

.acor-container label:before {
  content: "\276F";
  float: right;
}

.acor-container input:checked+label {
  background-color: rgb(40 95 143 / 83%);
  color: #fff;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.4), 0 28px 30px rgba(0, 0, 0, 0.3);
}

.acor-container input:checked+label:before {
  transition: transform 0.35s;
  transform: rotate(90deg);
}

.acor-container input:checked+label+.acor-body {
  height: auto;
  margin-top: -5px;
  color: #fff;
  padding: 20px 30px 10px;
}

.mobile-img {
  float: right;
  width: 40%;
}

ul.list-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

ul.list-style li {
  margin-right: 30px;
  width: 20%;
}

ul.bonus a {
  margin: auto;
}

.banner.game {
  width: 50%;
}

.game-block {
  position: relative;
}

.banner.game {
  float: left;
  width: 50%;
  margin-right: 30px;
}

.game-item {
  max-height: 270px;
  overflow: hidden;
}

.banner.game .bonus {
  position: relative;
  height: auto;
}

.banner.game .bonus .btn-animate {
  font-size: 20px;
}

.banner.game .slick-dots {
  bottom: 7%;
}

.banner-image {
  width: 100%;
}

.banner-image img {
  width: 100%;
  display: block;
}

.bonus li:before {
  content: "";
  width: 25px;
  height: 20px;
  margin-right: 7px;
  background-image: url("../img/yes.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.bonus li:last-child::before {
  content: none;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #1d225c;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #1d225c;
}

::-webkit-scrollbar-thumb {
  background-image: -webkit-gradient(linear,
      left bottom,
      left top,
      color-stop(0.1, rgb(147 119 243)),
      color-stop(0.9, rgb(2 186 176)));
}


@media (max-width: 992px) {
  .lang-block {
    max-width: 94%;
  }

  .text {
    margin: 35px 2px 35px 0px;
    padding: 26px 26px 26px 0px;
    font-size: 18px;
  }

  ul.bonus a {
    min-width: auto;
    margin: 0;
  }

  .icon-info:before {
    width: 60px;
    height: 60px;
  }

  .info li {
    font-size: 16px;
  }

  .lang-block.active {
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  .rating {
    margin: 10px;
  }

  .text {
    margin: 10px;
    text-align: left;
  }

  .header-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  a.btn-animate {
    margin: auto;
  }

  .info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .info li {
    min-width: 48%;
    min-width: calc(50% - 15px);
    max-width: calc(50% - 15px);
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
  }

  .info li:nth-child(2n) {
    margin-right: 0;
  }

  .info li:nth-child(5n) {
    max-width: calc(100% - 15px);
  }

  .info li p,
  .info li span {
    padding: 5px;
    margin-bottom: 0;
  }

  .icon-info:before {
    content: none;
  }

  .icon-info span:before {
    content: "";
    display: inline-block;
    margin: auto;
    width: 35px;
    height: 35px;
    margin-bottom: 20px;
    border: 1px solid #407ea3;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    margin: 0px 10px 0px 0px;
  }

  .info li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 7px;
  }

  .banner .bonus {
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: auto;
  }

  .img {
    width: 100%;
    height: auto;
  }

  .img img {
    width: 100%;
    height: auto;
    padding: 10px;
    object-fit: contain;
  }

  .btn-img {
    position: relative;
    bottom: -20px;
  }

  h2 {
    display: block;
    text-align: center;
  }

  .header-slider .slick-dots {
    bottom: 2%;
  }

  a.btn-animate {
    font-size: 18px;
  }

  a.btn-animate {
    width: 100%;
  }

  .lang-block {
    width: 90%;
  }

  .lang-block ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .lang-block ul li {
    width: 60px;
    height: 30px;
    margin: 5px;
    font-size: 14px;
  }

  .lang-block ul li a {
    margin: 0;
  }

  .lang-block {
    width: 90%;
    max-height: 90vh;
    overflow: auto;
  }

  .lang-block.active {
    top: 5%;
  }

  body {
    font-size: 16px;
  }

  .text {
    font-size: 14px;
  }

  a.btn-animate {
    font-size: 15px;
  }

  h1 {
    font-size: 17px;
  }

  h2 {
    font-size: 16px;
    display: inline-block;
  }

  section {
    margin-bottom: 30px;
  }

  .text {
    margin-top: 0;
    padding: 0px 30px 30px 30px;
    text-align: justify;
  }

  .banner .bonus {
    font-size: 12px;
  }

  .bonus img {
    width: 18px;
    margin-right: 5px;
  }

  .btn-animate {
    padding: 7px 20px;
  }

  .info.desktop {
    display: none;
  }

  .info.mobile {
    display: flex;
    margin: 0;
  }

  .btn-top {
    width: 100%;
    display: block;
  }

  .banner.game {
    width: 100%;
    margin-bottom: 20px;
  }

  .game-item {
    height: auto;
  }

  .mobile-img {
    float: right;
    width: 30%;
  }

  ul.list-style {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    display: block;
  }

  .banner .bonus {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .bonus li {
    width: calc(50% - 10px);
  }

  .bonus li:last-child {
    width: 100%;
    margin-right: 0;
  }

  .btn-img {
    font-size: 18px;
  }

  ul.list-style li {
    width: auto;
  }

  .lang-block ul li {
    min-width: 85px;
  }

  ::-webkit-scrollbar {
    width: 5px;
  }
}

@media (max-width: 576px) {
  body {
    font-size: 14px;
  }

  .icon-info:before {
    display: none;
  }

  figure.country-img_flag {
    width: 80px;
    margin: 0px 10px;
  }

  figure.country-img_logo {
    margin: 16px 0px;
    width: 100px;
  }

  .lang {
    right: 10px;
  }

  .header-top {
    margin: 100px 30px 30px 30px;
  }

  .info li span {
    padding: 0;
  }

  .country,
  .country-img {
    height: 55px;
  }

  /*figure.country-img_flag {*/
  /*  height: 140px;*/
  /*}*/

  .lang {
    top: 20px;
  }

  ul.list-style {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }

  ul.list-style li {
    width: auto;
  }
}

@media (max-width: 500px) {
  .bonus li {
    width: calc(100% - 10px);
  }
}

@media (max-width: 370px) {
  .icon-info span:before {
    content: none;
  }
}

@media (max-width: 350px) {
  ul.list-style {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }

  .btn-top {
    font-size: 22px;
    min-width: auto;
  }

  .lang-block ul li {
    min-width: 77px;
  }
}

/* Create a row supporting two columns */

.bio-row {
  display: flex;
  padding-top: 10px;
}

/* Create two columns next to each other */

.bio-column1 {
  flex: 40%;
  padding: 15px;
}

.bio-column2 {
  flex: 60%;
  padding: 15px;
}

.bio-row {
  display: flex;
  border-radius: 20px;
  background-color: #643465;
  padding: 10px;
  margin: 30px 0;
}

.bio-column1,
.bio-column2 {
  text-align: center;
  /* Р¦РµРЅС‚СЂРёСЂСѓРµС‚ СЃРѕРґРµСЂР¶РёРјРѕРµ РєРѕР»РѕРЅРѕРє */
}

.bio-column1 {
  border-right: 2px solid white;
  /* Р”РѕР±Р°РІР»СЏРµС‚ Р±РµР»С‹Р№ Р±РѕСЂРґРµСЂ РјРµР¶РґСѓ РєРѕР»РѕРЅРєР°РјРё */
}

.bio-column1 img {
  border-radius: 50%;
  /* Р”РµР»Р°РµС‚ РєР°СЂС‚РёРЅРєСѓ РєСЂСѓРіР»РѕР№ */
  margin-bottom: 20px;
  /* Р”РѕР±Р°РІР»СЏРµС‚ РѕС‚СЃС‚СѓРї СЃРЅРёР·Сѓ РґР»СЏ РєР°СЂС‚РёРЅРєРё */
  object-fit: cover;
}

.bio-column1 span {
  display: block;
  /* Р—Р°СЃС‚Р°РІР»СЏРµС‚ span РІРµСЃС‚Рё СЃРµР±СЏ РєР°Рє Р±Р»РѕС‡РЅС‹Р№ СЌР»РµРјРµРЅС‚ */
  margin-bottom: 20px;
  /* Р”РѕР±Р°РІР»СЏРµС‚ РѕС‚СЃС‚СѓРї СЃРЅРёР·Сѓ РґР»СЏ С‚РµРєСЃС‚Р° */
  font-weight: bold;
}

table {
  max-width: 600px;
  border-collapse: collapse;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

th,
td {
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

th {
  text-align: left;
}

thead {
  th {
    background-color: #893F8B;
  }
}

tbody {
  tr {
    &:hover {
      background-color: rgba(255, 255, 255, 0.3);
    }
  }

  td {
    position: relative;

    &:hover {
      &:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -9999px;
        bottom: -9999px;
        background-color: rgba(255, 255, 255, 0.2);
        z-index: -1;
      }
    }
  }
}

.showcase {
  margin: 0 0 30px 0;
  width: 100%;
}

.showcase__item {
  margin: 0 0 8px 0;
  padding: 10px;
  display: flex;
  border-radius: 8px;
  background: #34074E;
  align-items: center;
}

.showcase__item:last-child {
  margin: 0;
}

.showcase__caption {
  display: flex;
  align-items: center;
}

.showcase__caption_number {
  min-width: 37px;
  max-width: 37px;
  height: 71px;
  background: #20CFC6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 400;
  font-size: 32px;
  line-height: 38.73px;
  color: #fff;
  margin: 0 19px 0 0;
}

.showcase__caption_logo {
  min-width: 124px;
  max-width: 124px;
  height: 71px;
  border-radius: 8px;
}

.showcase__caption_logo img {
  width: 100%;
  border-radius: 8px;
}

.showcase__button {
  min-width: 180px;
  max-width: 180px;
  margin: 0 0 0 30px;
}

.showcase__button_link {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 8px;
  background: #E114A3;
  font-weight: 400;
  font-size: 16px;
  line-height: 23.36px;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  color: #fff;
}

.showcase__button_link:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #fff;
}

.showcase__bonus {
  min-width: 350px;
  max-width: 350px;
  background: rgba(47, 232, 189, 0.06);
  border-radius: 8px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.showcase__bonus p {
  font-weight: 400;
  font-size: 16px;
  line-height: 23.36px;
  text-align: center;
  color: #51F9B3;
  margin: 0;
}

.showcase__stars {
  width: 100%;
  margin: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@media screen and (max-width: 991px) {
  .showcase__item {
    flex-wrap: wrap;
  }

  .showcase__caption_number {
    min-width: 20px;
    max-width: 20px;
    height: 56px;
    font-size: 18px;
    line-height: 20px;
    margin: 0 6px 0 0;
  }

  .showcase__caption_logo {
    min-width: 98px;
    max-width: 98px;
    height: 55px;
  }

  .showcase__bonus {
    min-width: 50%;
    max-width: 50px;
    height: 44px;
  }

  .showcase__button {
    min-width: calc(50% - 14px);
    max-width: calc(50% - 14px);
    margin: 0 0 0 14px;
  }

  .showcase__button_link {
    font-size: 12px;
    height: 44px;
    line-height: 18px;
  }

  .showcase__bonus p {
    font-size: 12px;
    line-height: 18px;
    padding: 0 10px;
  }

  .showcase__stars {
    width: calc(50% - 12px);
    margin: 0 0 0 20px;
  }

  .showcase__stars img {
    width: 12px;
  }

  .showcase__caption {
    margin: 0 0 10px 0;
  }
}

.error-content {
  padding: 50px 0;
  height: calc(100vh - 70px);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-block h3 {
  font-weight: bold;
}

.faq-block h3:after {
  display: none;
}

.faq-block h3:before {
  display: none;
}

@media screen and (max-width: 991px) {
  .bio-row {
    flex-direction: column;
  }

  .bio-column1 {
    border-right: 0;
    flex-direction: column-reverse;
    display: flex
  }

  .bio-column1 span {
    margin-bottom: 0;
  }

  .bio-column1 p {
    margin: 0;
  }

  .payment-slider .slick-track {
    overflow: auto;
  }

  .payment-slider .slick-slide {
    margin: 0;
    min-width: 60px;
    max-width: 100px;
  }

  .payment-slider ::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: transparent;
    display: none;
  }

  .payment-slider ::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
    display: none;
  }

  .payment-slider ::-webkit-scrollbar-thumb {
    background: transparent;
    display: none;
  }
}

.footer__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

.footer__info address,
.footer__info a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-style: normal;
  color: #fff;
  font-size: 16px;
  font-weight: 700;

}

.footer__info a:hover{
  color: rgba(255, 255, 255, 0.75);
}

@media screen and (max-width: 991px) {
  .footer__info {
    display: block;
    order: 1;
  }

  .footer__info address,
  .footer__info a {
    font-weight: 400;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
  }

  footer .container{
    display: flex;
    flex-direction: column;
  }

  .payment-slider{
    order: 0;
  }

  .copyright-block{
    order: 2;
  }
}
.social {
    display:flex;
    align-items:center;
    justify-content: center;
    gap:20px;
    margin-bottom:20px;
}

.footer-menu ul {
    display: flex;
    justify-content: space-between;
    gap:15px;
    list-style: none;
    flex-wrap: wrap;
  
}
.footer-menu ul a {
    color:inherit;
    font-size:14px;
}
.footer-menu ul a:hover {
    color:#1dd1a1;
}