* {
  -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-image: url("../images/cancel.png");
  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;
}

.rating:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -1px;
  height: 2px;
  width: 70%;
  background: #1dd1a1;
}

.rating:after {
  content: "";
  position: absolute;
  left: -1px;
  top: 0px;
  height: 50%;
  width: 2px;
  background: #1dd1a1;
}

.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;
}

.text:before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: -1px;
  height: 2px;
  width: 70%;
  background: #1dd1a1;
}

.text:after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: 0px;
  height: 50%;
  width: 2px;
  background: #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("../images/01.png");
}

.icon-info.freespins:before {
  background-image: url("../images/02.png");
}

.icon-info.first:before {
  background-image: url("../images/03.png");
}

.icon-info.match:before {
  background-image: url("../images/04.png");
}

.icon-info.mindeposite:before {
  background-image: url("../images/05.png");
}

.info li span {
  display: block;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}

.header-bacground {
  background-image: url("../images/header1500.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #18013f;
}

.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-image: url("../images/img.png");
  background-position: center;
  background-size: cover;
  margin-bottom: 50px;
}

.section-back-b {
  background-image: url("../images/banner.png");
  background-position: center;
  background-size: cover;
  margin-bottom: 50px;
}

.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: #18013f;
  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, #1dd1a1, #83a0ff);
  background: linear-gradient(35deg, #1dd1a1, #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, #1dd1a1, #83a0ff);
  background: linear-gradient(35deg, #1dd1a1, #83a0ff);
  position: absolute;
  bottom: -7px;
  left: 0px;
}

section {
  margin-bottom: 50px;
}

footer {
  position: relative;
  background: #18013f;
  color: #fff;
  padding: 35px 0 15px 0;
  font-size: 12px;
  background-image: url("../images/bg10.png");
  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 {
  margin-bottom: 35px;
}

.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: #1d225c;
  -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 {
  margin-top: 0;
  margin-left: 0;
  width: 95px;
  height: 125px;
  position: relative;
  border: solid 1px black;
}

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: bottom;
  object-position: bottom;
}

.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: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#03a9f4),
    color-stop(#f441a5),
    color-stop(#ffeb3b),
    to(#03a9f4)
  );
  background: -o-linear-gradient(left, #03a9f4, #1dd1a1, #1dd13f, #03a9f4);
  background: linear-gradient(90deg, #03a9f4, #1dd1a1, #1dd13f, #03a9f4);
  background-size: 400%;
  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;
}

.lang-block.active a.al:before {
  background-image: url("../images/al-lang.png");
}

.lang-block.active a.be:before {
  background-image: url("../images/be-lang.png");
}

.lang-block.active a.ar:before {
  background-image: url("../images/ar-lang.png");
}

.lang-block.active a.en:before {
  background-image: url("../images/en-lang.png");
}

.lang-block.active a.gb:before {
  background-image: url("../images/gb-lang.png");
}

.lang-block.active a.fr:before {
  background-image: url("../images/fr-lang.png");
}

.lang-block.active a.hu:before {
  background-image: url("../images/hu-lang.png");
}

.lang-block.active a.jp:before {
  background-image: url("../images/jp-lang.png");
}

.lang-block.active a.nl:before {
  background-image: url("../images/nl-lang.png");
}

.lang-block.active a.ir:before {
  background-image: url("../images/ir-lang.png");
}

.lang-block.active a.at:before {
  background-image: url("../images/at-lang.png");
}

.lang-block.active a.de:before {
  background-image: url("../images/de-lang.png");
}

.lang-block.active a.ch:before {
  background-image: url("../images/ch-lang.png");
}

.lang-block.active a.bg:before {
  background-image: url("../images/bg-lang.png");
}

.lang-block.active a.cn:before {
  background-image: url("../images/cn-lang.png");
}

.lang-block.active a.cz:before {
  background-image: url("../images/cz-lang.png");
}

.lang-block.active a.co:before {
  background-image: url("../images/co-lang.png");
}

.lang-block.active a.dk:before {
  background-image: url("../images/dk-lang.png");
}

.lang-block.active a.gb:before {
  background-image: url("../images/gb-lang.png");
}

.lang-block.active a.ca:before {
  background-image: url("../images/ca-lang.png");
}

.lang-block.active a.us:before {
  background-image: url("../images/us-lang.png");
}

.lang-block.active a.au:before {
  background-image: url("../images/au-lang.png");
}

.lang-block.active a.es:before {
  background-image: url("../images/es-lang.png");
}

.lang-block.active a.ar-es:before {
  background-image: url("../images/ar-es-lang.png");
}

.lang-block.active a.mx:before {
  background-image: url("../images/mx-lang.png");
}

.lang-block.active a.cl:before {
  background-image: url("../images/cl-lang.png");
}

.lang-block.active a.pe:before {
  background-image: url("../images/pe-lang.png");
}

.lang-block.active a.dk:before {
  background-image: url("../images/dk-lang.png");
}

.lang-block.active a.et:before {
  background-image: url("../images/et-lang.png");
}

.lang-block.active a.fi:before {
  background-image: url("../images/fi-lang.png");
}

.lang-block.active a.fr:before {
  background-image: url("../images/fr-lang.png");
}

.lang-block.active a.gr:before {
  background-image: url("../images/gr-lang.png");
}

.lang-block.active a.hr:before {
  background-image: url("../images/hr-lang.png");
}

.lang-block.active a.id:before {
  background-image: url("../images/id-lang.png");
}

.lang-block.active a.in:before {
  background-image: url("../images/in-lang.png");
}

.lang-block.active a.is:before {
  background-image: url("../images/is-lang.png");
}

.lang-block.active a.it:before {
  background-image: url("../images/it-lang.png");
}

.lang-block.active a.ko:before {
  background-image: url("../images/ko-lang.png");
}

.lang-block.active a.lt:before {
  background-image: url("../images/lt-lang.png");
}

.lang-block.active a.lv:before {
  background-image: url("../images/lv-lang.png");
}

.lang-block.active a.ms:before {
  background-image: url("../images/ms-lang.png");
}

.lang-block.active a.nl:before {
  background-image: url("../images/nl-lang.png");
}

.lang-block.active a.no:before {
  background-image: url("../images/no-lang.png");
}

.lang-block.active a.nz:before {
  background-image: url("../images/nz-lang.png");
}

.lang-block.active a.ph:before {
  background-image: url("../images/ph-lang.png");
}

.lang-block.active a.pl:before {
  background-image: url("../images/pl-lang.png");
}

.lang-block.active a.pt:before {
  background-image: url("../images/pt-lang.png");
}

.lang-block.active a.br:before {
  background-image: url("../images/br-lang.png");
}

.lang-block.active a.ro:before {
  background-image: url("../images/ro-lang.png");
}

.lang-block.active a.sr:before {
  background-image: url("../images/sr-lang.png");
}

.lang-block.active a.se:before {
  background-image: url("../images/se-lang.png");
}

.lang-block.active a.sk:before {
  background-image: url("../images/sk-lang.png");
}

.lang-block.active a.sl:before {
  background-image: url("../images/sl-lang.png");
}

.lang-block.active a.tr:before {
  background-image: url("../images/tr-lang.png");
}

.lang-block.active a.vn:before {
  background-image: url("../images/vn-lang.png");
}

.lang-block.active a.ie:before {
  background-image: url("../images/ie-lang.png");
}

.lang-block.active a.be-fr:before {
  background-image: url("../images/be-fr.png");
}

.lang-block.active a.be-nl:before {
  background-image: url("../images/be-nl.png");
}

.lang-block.active a.me:before {
  background-image: url("../images/me-lang.png");
}

.lang-block.active a.lk:before {
  background-image: url("../images/lk-lang.png");
}

.lang-block.active a.th:before {
  background-image: url("../images/th-lang.png");
}

.lang-block.active a.sg:before {
  background-image: url("../images/sg-lang.png");
}

.lang-block.active a.ao:before {
  background-image: url("../images/ao-lang.png");
}

.lang-block.active a.ba:before {
  background-image: url("../images/ba-lang.png");
}

.lang-block.active a.lu:before {
  background-image: url("../images/lu-lang.png");
}

.lang-block.active a.mq:before {
  background-image: url("../images/mq-lang.png");
}

.lang-block.active a.kw:before {
  background-image: url("../images/kw-lang.png");
}

.lang-block.active a.ge:before {
  background-image: url("../images/ge-lang.png");
}

.lang-block.active a.hk:before {
  background-image: url("../images/hk-lang.png");
}

.lang-block.active a.qa:before {
  background-image: url("../images/qa-lang.png");
}

.lang-block.active a.sa:before {
  background-image: url("../images/sa-lang.png");
}

.lang-block.active a.tw:before {
  background-image: url("../images/tw-lang.png");
}

.lang-block.active a.uz:before {
  background-image: url("../images/uz-lang.png");
}

.lang-block.active a.cy:before {
  background-image: url("../images/cy-lang.png");
}

.btn-img {
  position: absolute;
  bottom: 15px;
  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: #1dd1a1;
}

.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%;
}

.bonus li:before {
  content: "";
  width: 25px;
  height: 20px;
  margin-right: 7px;
  background-image: url("../images/yes.png");
  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) {
  .header-bacground {
    background-image: url("../images/header900.webp");
  }
}

@media (max-width: 700px) {
  .header-bacground {
    background: rgb(54 9 115);
    background: linear-gradient(225deg, rgb(22 219 189) 0%, rgb(64 50 141) 57%, rgba(56,4,113,1) 100%);
    position: relative;
  }

  .header-bacground:before {
    content: "";
    background-image: url("../images/line.svg");
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@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;
  }

  .icon-info.welcome span:before {
    background-image: url("../images/01.png");
  }

  .icon-info.freespins span:before {
    background-image: url("../images/02.png");
  }

  .icon-info.first span:before {
    background-image: url("../images/03.png");
  }

  .icon-info.match span:before {
    background-image: url("../images/04.png");
  }

  .icon-info.mindeposite span:before {
    background-image: url("../images/05.png");
  }

  .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: 2px solid white;
            border-radius: 20px;
            background-color: #18013f;
            padding: 10px;
            margin: 10px;
        }

        .bio-column1, .bio-column2 {
            text-align: center; /* Центрирует содержимое колонок */
        }

        .bio-column1 {
            border-right: 2px solid white; /* Добавляет белый бордер между колонками */
        }

        .bio-column1 img {
            border-radius: 50%; /* Делает картинку круглой */
            margin-bottom: 20px; /* Добавляет отступ снизу для картинки */
        }

        .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: #55608f;
  }
}

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;
      }
    }
  }
}