@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

html {
  scroll-behavior: smooth;
  height: 100%;
  font-size: 20px;
}

body {
  font-family: "Source Sans 3", sans-serif;
  font-style: normal;
  font-weight: 400;

  color: #ffffff;
}

body > div {
  
  background: linear-gradient(180deg, #0E0F23 0%, #1B1C2D 100%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: "Inter", sans-serif;
}

p {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.3;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
}


#faq {
  display: none;
}

@media (max-width: 414px) {
  #faq {
    display: block;
  }

  #faq2 {
    display: none;
  }
}

.payments-block .img-block img {
  min-width: 26px;
  /* max-width: 25px; */
}

@media (max-width: 767px) {
  .payments-block .img-block img {
    min-width: 20px;
    /* max-width: 25px; */
  }
}

/* @media screen and (max-width: 414px) {
  #faq2 {
    display: block;
  }

  #faq1 {
    display: none;
  }
} */




.header-main {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #1b1c2d;
}


@media (min-width: 320px) and (max-width: 414px) {
  .img-wrapper {
    background-image: url("../images/bg-grad-mob.png");
    background-repeat: no-repeat;
    background-size: auto;
    max-height: 568px;
    background-position-x: -60px;
    background-position-y: -100px;
  }
}

.wrapper {
  max-width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}



.header-logo {
  /*height: 100%;*/
}

.header-logo img {
  align-self: start;
  /*width: 100%;*/
  /*max-width: 100px;*/
  /*height: auto;*/
}

.sub-header {
   background-color: #131420;
   width: 100%;
  /* padding: 2em 0; */
}

.sub-header_container {
  color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
}

.sub-header_txt h1 {
  font-weight: 700;
  line-height: 1.3;
}



.sub-header_txt p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #c7c8f6;
  max-width: 654px;
}

.date-box {
  max-width: max-content;
  background: #000;
  font-size: 0.75em;
  color: #c7c8f6;
  padding: 6px 1rem;
  margin-bottom: 2em;
}

.offers {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 6px;
}

.offers .welcome-policy {
  font-family: inherit;
  color: #a5a5a5;
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
  padding-left: 14px;
  padding-right: 14px;
  margin-top: 8px;
  text-align: center;
}
.offers .welcome-policy a {
  color: inherit;
}
.offers .welcome-policy a:hover {
  text-decoration: underline;
}

.offer-wrapper {
  position: relative;
  padding-left: 23px;
  padding-right: 23px;
}
.offer-wrapper::before {
  content: "";
  top: 0;
  left: 0;
  z-index: 4;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #8733ff;
}
.offer-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 30px;
  padding: 11px 13px 11px 20px;
  border: transparent;
  border-radius: 0 0 8px 8px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  align-items: center;
  justify-content: space-evenly;
  background: transparent;
}
.offer-label {
  display: block;
  position: absolute;
  z-index: 9;
  top: -13px;
  left: 25px;
  background: #8733ff;
  padding: 3px 12px 4px 14px;
  border-radius: 10px;
  color: #ffffff;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
}
.offer-cover {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px;
}
.offer-promo {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.offer-promo .welcome-title {
  text-align: center;
}

.offer-logo img {
  width: fit-content;
}
.offer-score {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.offer-votes {
  align-self: flex-end;
}
.offer-votes .txt-raiting {
  font-family: inherit;
  color: #ffffff;
  font-size: 10px;
  line-height: 14px;
  font-weight: 500;
}
.offer-votes .score-block {
  text-align: center;
}
.offer-votes .score-point {
  display: block;
  font-family: inherit;
  color: #5b89ff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}
.offer-votes .stars {
  position: relative;
  font-size: 16px;
}
.offer-votes .stars .star-5::before {
  content: "★★★★★";
  position: absolute;
  top: -25px;
  left: 0;
  width: 12px;
  height: 13px;
  color: #ffc701;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.offer-votes .stars .star-4::before {
  content: "★★★★☆";
  position: absolute;
  top: -25px;
  left: 0;
  width: 12px;
  height: 13px;
  color: #ffc701;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.offer-votes .stars .star-3::before {
  content: "★★★☆☆";
  position: absolute;
  top: -25px;
  left: 0;
  width: 12px;
  height: 13px;
  color: #ffc701;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.offer-votes .stars .star-2::before {
  content: "★★☆☆☆";
  position: absolute;
  top: -25px;
  left: 0;
  width: 12px;
  height: 13px;
  color: #ffc701;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.offer-votes .stars .star-1::before {
  content: "★☆☆☆☆";
  position: absolute;
  top: -25px;
  left: 0;
  width: 12px;
  height: 13px;
  color: #ffc701;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.offer-btn {
  margin-left: auto;
  margin-right: auto;
}

.text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: start;
}

/* .offer-btn {
  width: 151px;
  font-family: inherit;
  font-size: 15px;
  line-height: 18px;
  background: #ff793e;
  color: #ffffff;
  border: none;
  border-radius: 12px;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.5s ease;
  overflow: hidden;
  position: relative;
} */
/* .offer-btn a {
  display: inline-block;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 12px 27px;
  position: relative;
  z-index: 5;
}
.offer-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: calc(-100% - 35px);
  top: 0;
  background-color: #8733ff;
  transition: left 0.5s ease;
}
.offer-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -70px;
  width: 0px;
  height: 0px;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 35px solid #8733ff;
  transition: left 0.5s ease;
} */
.offer-btn:hover {
  transform: scale(1.05);
}
.offer-btn:hover:before {
  left: 0;
}
.offer-btn:hover:after {
  left: calc(100% - 35px);
}

.content-container {
  padding: 15px 15px;
  font-family: "Josefin Sans", sans-serif;
  color: #ffffff;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
}
.content-container h2 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 20px;
  position: relative;
  letter-spacing: 0.5px;
}
.content-container h2::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #ff793e;
  bottom: -7px;
  left: 2px;
}
.content-container h3,
.content-container h4,
.content-container h5 {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.content-container p {
  font-size: 12px;
  line-height: 17px;
  font-weight: 500;
  margin-bottom: 7px;
}

@keyframes play {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media (min-width: 600px) {
  .offer-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .offer-container {
    justify-content: space-evenly;
  }
  .offer-promo {
    flex-direction: row;
    align-items: center;
    gap: 34px;
    min-height: 68px;
  }
  .offer-promo .welcome-container {
    width: 200px;
  }
}

@media (min-width: 768px) {

  body {
    background-color: #1b1c2d;
  }

  .offers-inner-container {
    background-color: #1b1c2d;
  }

  .sub-header {
    background-image: url("../images/hero.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    padding: 30px 0;
  }

  .header-text {
    max-width: 70%;
  }

  .header-logo img {
    max-width: 76px;
  }

  .offers {
    gap: 18px;
  }
  .offer-container {
    padding: 22px 21px 14px;
  }
  .offer-label {
    display: block;
  }
  .offer-cover {
    width: 180px;
  }
  .offer-promo {
    flex-direction: row;
    align-items: center;
    gap: 54px;
  }
  .offer-promo .welcome-container {
    width: 266px;
  }
  .offer-logo {
    min-width: 150px;
  }
  .content-container {
    padding: 15px 25px;
  }
  .break::before {
    white-space: pre;
  }
}
@media (min-width: 900px) {
  .offer-container {
    padding: 25px 25px 28px;
  }
  .offer-cover {
    width: unset;
    flex-direction: row;
    gap: 50px;
  }
  .offer-logo {
    width: 180px;
    max-width: unset;
  }
  .offer-label {
    right: unset;
    left: 25px;
  }
  .break::before {
    white-space: normal;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .offer-logo {
    min-height: 100px;
  }
}

@media (max-width: 958px) and (min-width: 700px) {
  .header-img {
    max-width: 20%;
  }
}

.header-logo img {
  max-width: 140px;
}

@media (min-width: 1024px) {

  .offers .welcome-policy {
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
    line-height: 14px;
  }
  .offer-wrapper::before {
    background: #2f364f;
  }
  .offer-container {
    gap: 60px;
    padding: 25px 41px 25px 25px;
  }
  .offer-cover {
    flex-direction: row;
    gap: 60px;
  }
  .offer-logo {
    max-width: 191px;
  }
  .offer-score {
    gap: 60px;
  }
  .offer-promo {
    gap: 30px;
  }
  .offer-promo .welcome-container {
    width: 252px;
  }

  .offer-votes .txt-raiting {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
  }
  .offer-votes .score-point {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .offer-votes .stars {
    font-size: 27px;
  }
  .offer-votes .stars .star-5::before {
    top: -35px;
    left: -7px;
    width: 20px;
    height: 20px;
  }
  .offer-votes .stars .star-4::before {
    top: -35px;
    left: -7px;
    width: 20px;
    height: 20px;
  }
  .offer-votes .stars .star-3::before {
    top: -35px;
    left: -7px;
    width: 20px;
    height: 20px;
  }
  .offer-votes .stars .star-2::before {
    top: -35px;
    left: -7px;
    width: 20px;
    height: 20px;
  }
  .offer-votes .stars .star-1::before {
    top: -35px;
    left: -7px;
    width: 20px;
    height: 20px;
  }
  .offer-btn {
    width: fit-content;
    padding: 0 1em;
    flex: 1;
  }
  .offer-btn a {
    padding: 12px 27px;
  }
  .content-container {
    padding: 35px 0;
  }
  .content-container h2 {
    font-size: 24px;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .content-container h3,
  .content-container h4,
  .content-container h5 {
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
  }
  .content-container p {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    margin-bottom: 10px;
  }

}

/* Popup */
.popup {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.popup-underlay {
  background: rgba(6, 12, 31, 0.66);
  backdrop-filter: blur(4.5px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.popup-body {
  max-width: 300px;
  border-radius: 6px;
  background: #1B1C2D;
  position: relative;
  padding-bottom: 16px;
  z-index: 2;
  border: 2px solid #ffffff3B;
}

.popup-body__inner {
  overflow: hidden;
}

.close-popup-btn {
  transform: rotate(45deg);
  font-size: 1em;
  line-height: 24px;
  font-weight: 100;
  color: #fff;
  cursor: pointer;
  border: none;
  position: absolute;
  right: 0;
  top: -2em;
  width: 1.619047619047619em;
  height: 1.619047619047619em;
  background-color: #7F60FF;
  border-radius: 100%;
}

.popup-logo-cover {
  min-height: 165px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 6px;
  border: 10px solid #131420;
}

.popup-logo-cover img {
  display: block;
  margin: 0 auto;
  /* min-width: 10em; */
}

.popup .offer-buttons .get-bonus {
  /*margin: 10px 0 10px;*/
}

.popup .offer-message {
  max-width: 280px;
  margin: 20px 0 10px;
  text-align: center;
}

.popup-button-cover {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.popup .welcome-1 {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
}

.popup .welcome-2 {
  color: #fff;
  padding-bottom: 5px;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}

.popup .welcome-3 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
}

.popup .offer-buttons {
  margin-bottom: 1em;

}

.popup .offer-buttons a {
  text-decoration: none;
  font-size: 0.7em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  background-color: #7F60FF;
  border-radius: 4px;
  color: #fff;
  margin-bottom: 22px;
  padding: 1em 4em;
  text-shadow: 1px 2px 10px #00000040;
}

.popup-button-cover .welcome-bonuses {
  font-size: 21px;
  text-align: center;
  color: #C7C8F6;
  font-weight: 500;
  max-width: 80%;
  margin: 30px 54px;
}

.popup-button-cover .rating {
  font-size: 36px;
  text-align: center;
  font-weight: 500;
  color: #3e79f7;
  margin-bottom: 12px;
}

.popup-body .offer-rating {
  text-align: center;
}

.popup-body .average-rating {
  margin-bottom: 8px;
}

.popup-body .min-deposit {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 0.5em;
}

@media (min-width: 670px) {
  .popup-body {
    width: 100%;
  }
}

.min-deposit {
  text-align: center;
}

@media (max-width: 670px) {
  .operator-item__inner .offer-btn .play-now-btn {
    width: 80%;
  }

  .popup-body {
    max-width: 80%;
    width: 100%;
  }

  .header-img {
    margin: -2em auto 0;
  }

  .header-img img {
    max-height: 7em;
  }
}

@media (max-width: 520px) {
  .popup-button-cover .welcome-bonuses {
    font-size: 1.5em;
  }
}

/* Rating stars */
.average-rating {
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  color: transparent;
  width: auto;
  display: inline-block;
  vertical-align: baseline;
  font-size: 20px;

  margin: -11px 0 0;
}

.average-rating::before {
  content: "★★★★★";
  position: relative;
  transform: translateX(-50%);
  color: #fff;

  -webkit-background-clip: text;
  background-clip: text !important;
  -webkit-text-fill-color: transparent;
}

.average-rating.s-1::before {
  --percent: 20%;
  background: linear-gradient(
    90deg,
    #FAD26C var(--percent),
    #fff var(--percent)
  );
}

.average-rating.s-2::before {
  --percent: 40%;
  background: linear-gradient(
    90deg,
    #FAD26C var(--percent),
    #fff var(--percent)
  );
}

.average-rating.s-3::before {
  --percent: 60%;
  background: linear-gradient(
    90deg,
    #FAD26C var(--percent),
    #fff var(--percent)
  );
}

.average-rating.s-4::before {
  --percent: 80%;
  background: linear-gradient(
    90deg,
    #FAD26C var(--percent),
    #fff var(--percent)
  );
}

.average-rating.s-5::before {
  content: "★★★★★";
  --percent: 100%;
  background: linear-gradient(
    90deg,
    #FAD26C var(--percent),
    #fff var(--percent)
  );
}

.average-rating.s-4_5::before {
  content: "★★★★★";
  --percent: 90%;
  background: linear-gradient(
    90deg,
    #FAD26C var(--percent),
    #fff var(--percent)
  );
}

.average-rating.s-3_5::before {
  content: "★★★★★";
  --percent: 70%;
  background: linear-gradient(
    90deg,
    #FAD26C var(--percent),
    #fff var(--percent)
  );
}

@media (min-width: 1200px) {
  .average-rating.s-5::before {
    content: "★★★★★";
  }

  .average-rating.s-3_5::before {
    content: "★★★★★";
  }

  .average-rating.s-4_5::before {
    content: "★★★★★";
  }

  .average-rating::before {
    content: "★★★★★";
  }
}

@media (max-width: 365px) {
  .average-rating::before {
    font-size: 80%;
  }
}

/* Offers header */
.offers-header {
  font-size: 18px;
  text-transform: uppercase;
  /*background-color: #323232;*/
  color: #C7C8F6;
  position: relative;
  border-radius: 0.5em;
}

.offers-header__inner {
  display: flex;
  align-items: center;
}

.offers-header .header-item {
  width: 100%;
  text-align: center;
  /* padding-bottom: 10px;
  padding-top: 10px; */
  font-weight: 700;
  line-height: 1;
}

.offers-header .header-item:last-of-type {
  border: none;
}

.offers-header .header-item.top {
  max-width: 18%;
}

.offers-header .header-item.welcome {
  max-width: 12%;
}

.offers-header .header-item.rating {
  max-width: 36.327%;
}

.offers-header .header-item.payment {
  max-width: 12%;
}

.offers-header .header-item.highlights {
  max-width: 23.8%;
}

.offers-header .header-item.play {
  /* max-width: 16.5%; */
  flex: 1;
}

@media (min-width: 788px) {
  .offers-header {
    margin-bottom: 0.5em;
  }
}

@media (min-width: 850px) {
  .offers-header {
    display: block;
  }
}

@media (max-width: 727px) {
  .offers-header {
    display: none;
  }
}

/* Bonuses list */

.operators-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  margin-left: auto;
}

.operator-item {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  display: flex;
  position: relative;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 10px;
  box-shadow: 0 1px 7px 0 rgb(0 0 0 / 19%);
  transition: all 0.4s ease-in-out;
  border: 1px solid rgb(15, 139, 78, 0.6);
  padding: 12px;
  background-color: #131420;
}

span + .operator-item {
  margin-top: 0;
}

.operator-item + span {
  font-size: 0.6428571428571429em;
  font-weight: 500;
  line-height: 1.222222222222222;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 8px;
  color: #ffffff80;
}

.operator-item + span a {
  text-decoration: underline;
  color: #ffffff80;
}

.operator-item.hidden {
  display: none;
}

.operator-item__inner {
  background: linear-gradient(360deg, #211550, #1B1C2D);
}

.operator-item:hover {
  transform: translate3d(0px, 0px, 0px) scale3d(1.03, 1.03, 2) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg) !important;
  /* transform-style: preserve-3d !important;
  transition: 300ms linear; */
}

.operator-item__inner {
  display: flex;
  /* background-color: #323232; */
  border-radius: 10px;
  padding: 6.5px;
  position: relative;
  /* min-height: 170px; */

  width: 100%;
}

.operator-item__inner .ops-list-star-rating {
  max-width: 14px;
}

.operator-item__inner .ribbon {
  top: -12.5px;
  left: -12.5px;
  /* transform: translateY(-50%); */
}

.operator-item__inner .ribbon.right {
    right: -1px;
    left: unset;
    border-radius: 0 10px 0 10px;
    top: -1px;
    background-color: #0036c0;
}

.operator-item__inner .offer-bonus {
  text-align: center;
  position: relative;
}

.operator-item__inner .offer-bonus .name {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.466666666666667;
  letter-spacing: 0em;
  margin-bottom: 1em;
  color: #fff;
  display: none;
}

.operator-item__inner .offer-bonus .bonus {
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.166666666666667;
  letter-spacing: 0em;
  color: #fff;
  text-transform: capitalize;
}

.operator-item__inner .offer-rating,
.operator-item__inner .offer-bonus,
.operator-item__inner .payments-block {
  position: relative;
}

.operator-item__inner .offer-rating::after,
.operator-item__inner .offer-bonus::after,
.operator-item__inner .payments-block::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #543660;
  width: 1px;
  height: 51px;
  transform: translateY(-50%);
}

.operator-item__inner .offer-rating {
  text-align: center;
  /* min-width: 18%; */
  position: relative;
}

.operator-item__inner .offer-rating .rating {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
  color: #fff;
}

.operator-item__inner .offer-rating .rating span {
  color: #c7c8f6;
}

.operator-item__inner .offer-rating .star {
  margin-bottom: 8px;
}

.operator-item__inner .min-deposit {
  line-height: 1.625;
  color: #fff;

  font-size: 0.75em;
  font-weight: 600;
  text-align: center;

  margin-top: 6px;
}

.operator-item__inner .offer-rating .min-deposit span {
  color: #c7c8f6;
}

.min-deposit__text {
  color: #C7C8F6;
}

.bonus__text {
  color: #ffffff;
}

.operator-item__inner .offer-highlights {
  background-color: #efefef;
  padding: 10px 20px;
  width: 24.4%;
  display: none;
  max-width: 24%;
}

.operator-item__inner .offer-highlights .title {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 12px;
}

.operator-item__inner .offer-btn .play-now-btn {
  font-size: 0.7em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
  background-color: #7f60ff;
  border: 1px solid #9a3df8;
  border-radius: 4px;
  color: #fff;
  padding: 1em 0.625em;
  min-width: 8.4em;
  box-shadow: 6px 6px 12px 0px #00110f40 inset;
  box-shadow: 2px 1px 4px 0px #50faef40;
}

.operator-item__inner .offer-btn .payments-block {
  margin-bottom: 0;
}

.operator-item__inner > * {
  display: grid;
  align-content: center;
}

.operator-item__inner .offer-rating .star img {
  padding: 0;
}

.operator-item .number {
  /* position: absolute;
  right: calc(100% + 21px);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  top: 50%;
  transform: translateY(-50%); */
}

.operator-item__inner .offer-logo {
  justify-content: center;
  background-color: #081661;
  padding: 0.6em 1em;
}

.operator-item__inner {
  font-size: 80%;
}

.operator-item__inner .offer-logo img {
  max-width: 100%;
  width: 100%;
  object-fit: contain;
}

.ribbon {
  display: block;
  position: absolute;
  font-size: 0.8em;
  line-height: 1.166666666666667;
  border-radius: 10px 0 10px 0;
  background-color: #eb1e7b;
  overflow: visible;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 500;
  color: #fff;
  z-index: 10;
  padding: 6px 13px;
}

.operator-item__inner .offer-rating {
  padding: 0 1em;
}

@media (min-width: 670px) {
  .operators-list a + a {
    margin-top: 25px;
  }

  .operator-item__inner .offer-bonus .name {
    display: block;
  }

  .operator-item__inner .offer-logo {
    max-width: 16.359%;
    width: 100%;
    margin-left: 6px;
  }

  .operator-item__inner {
    min-height: 140px;
  }

  .operator-item__inner .ops-list-star-rating {
    max-width: 17px;
  }
}

@media (min-width: 727px) {



  .operator-item__inner .offer-logo .offer-rating {
    display: none;
  }

  .operator-item__inner .offer-btn .offer-bonus {
    display: none;
  }


}

@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }

  .operator-item__inner .offer-bonus {
    max-width: 30%;
    padding: 0 1em;
  }
}

@media (min-width: 850px) {
  .operator-item__inner .offer-highlights {
    display: grid;
  }
}

@media (min-width: 953px) {
  .operator-item__inner {
    font-size: 100%;
  }
}

@media (min-width: 1000px) {
  .operator-item__inner .offer-bonus {
    max-width: 30%;
    padding: 0 1em;
  }

}

@media (min-width: 1200px) {
  .operator-item__inner .offer-bonus {
    padding: 1em;
  }

  .operator-item__inner .offer-btn .play-now-btn {
    min-width: 11.715em;
  }

  .operator-item__inner .offer-bonus {
    max-width: 36.5%;
    width: 100%;
  }

  .operator-item__inner .offer-rating {
    width: 100%;
    max-width: 11.564%;
    padding: unset;
  }
}

@media (max-width: 1024px) {
  .operator-item .number {
    display: none;
  }
}

@media (max-width: 670px) {
  .operator-item__inner > .offer-logo .offer-rating {
    display: grid;
  }

  .desktop-only {
    display: none !important;
  }

  .operator-item__inner > .offer-logo {
    flex: 1 0 50%;
    grid-template-rows: 50% 50%;

    align-items: center;
  }

  .operator-item__inner > .offer-btn {
    flex: 1 0 50%;
  }

  .operator-item__inner .offer-logo img {
    padding: 0;
  }

  .operator-item__inner .offer-logo img.img-responsive {
    object-fit: contain;
    align-self: end;
    margin: 0 auto;
  }
}

/* Payments Block */
.payments-block {
   /*display: flex;*/
  display: grid;
  grid-template-columns: repeat(4, 25px);
  align-self: center;
  align-content: center;
  gap: 10px;
  padding: 0 1em;
}

.payments-block .img-block {
  width: 20px;
  /* max-width: 25px; */
}


@media (max-width: 1024px) {
  .payments-block {
    flex-wrap: wrap;
  }
}

@media (max-width: 520px) {
  .payments-block {
    margin-top: 8px;
    margin-bottom: 0;
  }
}

/* Secure icons */

.secure-icons {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
  text-align: center;
  row-gap: 0.5em;

  margin-top: 0;
}

.secure-icons .icon-flex {
  /* display: flex;
  align-items: center;
  gap: 10px; */
}

.secure-icons .icon-flex .text {
  font-size: 0.5625em;
  color: #c7c8f6;
}

.secure-icons .icon-flex .icon {
  background-color: #4e26f5;
  width: 2.35em;
  height: 2.35em;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.6em;
}

.secure-icons {
  flex-wrap: wrap;
  column-gap: 8px;
}

.offers-inner-container {
  padding: .1em 0;
}

@media (max-width: 670px) {
  .secure-icons .icon-flex svg {
    width: 14px;
  }
}

@media (min-width: 670px) {
  .secure-icons {
    column-gap: 24px;
    margin-top: 24px;
    margin-bottom: 0;
  }
}

@media (min-width: 953px) {
  .page-header .secure-icons {
    flex-wrap: nowrap;
  }
}

/* FAQ */

.faq {
  max-width: 100%;
  margin-top: 50px;

  margin-bottom: 70px;
  text-align: center;
}

.faq h2 {
  text-align: left;
  color: #e2e3fe;
}

.faq .faq-tab {
  padding: 1.3em 1.5em;
  border-radius: 20px;
  background-color: #131420;
  margin-bottom: 1em;
}

.faq .faq-tab button {
  background-color: transparent;
  border: none;
  color: #e3e4ff;
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1.166666666666667;
  letter-spacing: 0em;
  text-align: left;
  padding: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 2em;
  cursor: pointer;
}

.faq .faq-tab button:focus {
  border: none;
  outline: none;
}

.why h2 {
  color: #e2e3fe;
}

.why p {
  font-size: 0.8em;
  font-weight: 400;
  line-height: 20.8px;
  text-align: center;
  color: #c7c8f6a8;
  margin: 1em;
}

.faq .faq-tab button .icon {
  max-width: 1.333333333333333em;
  height: 1.333333333333333em;
  background-color: #b5a3ff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 1.333333333333333em;
}

.faq .faq-tab button .icon svg {
  margin-top: 2px;
}

.faq .faq-tab .content {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0em;
  text-align: left;
  max-width: 85.3%;
  padding-top: 1.2em;
  display: none;
  overflow: hidden;
  border-top: 1px solid #543660;
  margin-top: 1em;
  color: #C7C8F6;
}

.question.is-open .plus {
  display: none;
}

.faq .faq-tab button.is-open .icon .minus {
  display: block;
}

.bonuses h2,
.bonuses h3 {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.166666666666667;
  letter-spacing: 0em;
  margin-bottom: 16px;
}

.bonuses {
  margin-top: 50px;
    background: #131420;
    padding: 1.1em;
}

.bonuses_inner .column {
  background-color: #1b1c2d;
  border-radius: 11.21px;
  padding: 1.1em;
  height: auto;
}

.bonuses_inner .column h3 {
  font-family: Inter;
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-align: center;
  margin-top: 1rem;
  color: #fff;
}


.bonuses_inner .text p {
  margin: 0 auto;
  font-size: 0.8em;
  font-weight: 400;
  text-align: center;
  line-height: 1.25;
  color: #c7c8f6a8;
}

@media (max-width: 414px) {

  .bonuses_inner {
    width: 100%;
  }

  .bonuses_inner .column h3 {
    text-align: left;
  }


  .bonuses_inner .text p {
    text-align: left;
  }

}


.regulations.faq {
  background-color: #202020;
  border-radius: 12px;
  padding: 20px 20px 30px;
  text-align: center;
}

.regulations.faq h2 {
  margin-bottom: 16px;
  color: #e2e3fe;
}

section.faq.bonuses h2 {
  text-transform: uppercase;
}

@media (min-width: 670px) {
  .regulations.faq p {
    text-align: left;
    border-radius: 16px;
    padding: 20px 46px 30px;
  }


  .faq .faq-tab .content {
    font-size: 16px;
  }

  .faq .faq-tab button .icon {
    flex: 1 0 1.5em;
    max-width: 1.5em;
    height: 1.5em;
  }
}

@media (max-width: 670px) {
  .faq .faq-tab .content {
    padding-bottom: 0.8em;
  }

  .faq .faq-tab button .icon svg {
    max-width: 10px;
  }
}



/* Footer */

.page-footer {
  width: 100%;
  padding: 47px 0 46px;
  background-color: #131420;
}

footer .regulations-icons {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.714285714285714em;
  margin-bottom: 0.8em;
  flex-wrap: wrap;
}

.footer-nav {
  font-size: 0.6em;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em;

}

.footer-nav__toggle-link {
  display: none;
}

.footer-nav a + a {
  margin-left: 3em;
}


@media (max-width: 414px) {
  .footer-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.3em;
    font-size: 0.7em;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .footer-nav a + a {
    margin-left: 0px;
  }

  .footer-nav__toggle-link {
    display: block;
  }

}

footer .regulations-icons img {
  height: 40px;
}

.footer-container {
  max-width: 100%;
  margin: 0 30px;
}



.h1 {
  margin-top: 80px;
}

#swiper {
  margin-top: 80px;
}

@media  (max-width: 414px) {
  .h1 {
    margin-top: 24px;
  }

  #swiper {
    margin-top: 24px;
  }
}

@media (max-width: 414px) {
  .why .wrapper .h1 {
    display: none;
  }

}

.footer-text + .footer-text {
  margin-top: 3.357142857142857em;
}



.footer-container h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.166666666666667;
  letter-spacing: 0em;
  text-align: center;
}

.footer-container p {
  font-size: 0.6em;
  font-weight: 400;
  text-align: center;
  color: #b2b3c9;
}

@media (max-width: 414px) {
  .footer-container p {
    text-align: start;
  }
}

footer .copyright {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.166666666666667;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 4em;
}



.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

}

.swiper-slide h3 {
  color: #C7C8F6;
  text-align: start;
  width: 100%;
}

.swiper-slide p {
  text-align: start;
}

.swiper-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, .swiper-pagination-fraction {
  top: unset;
  bottom: 10px;
}

.swiper-pagination-bullet {
  background-color: #40426B;
}

.swiper-pagination-bullet-active {
  background-color: #C7C8F6;
}

@media (min-width: 670px) {
  .footer-container h2 {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .footer-container {
    max-width: 1140px;
    margin: 0 auto;
  }
}

.secure-icons.mobile-only {
  display: none;
}

@media (max-width: 540px) {
  .secure-icons.mobile-only {
    display: flex;
  }
}

@media (min-width: 541px) {
  .secure-icons.desktop-only {
    display: flex !important;
  }
}

@media (max-width: 896px) {
  .secure-icons.desktop-only .icon-flex:first-of-type {
    display: none;
  }
}

@media (min-width: 1200px) {
  .wrapper {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1350px) {
  .wrapper {
    max-width: 1267px;
  }
}

@media (max-width: 430px) {
  .operator-item__inner .offer-btn .play-now-btn {
    padding-top: .8em;
    padding-bottom: .8em;
  }
}

@media (min-width: 414px) {
  .h1_mobile {
    display: none;
  }
}

.offers-inner-container {
  position: relative;
}
.offers-inner-container > .wrapper {
  position: relative;
  z-index: 1;
}

.offers-inner-container::after {
  content: "";
  background-image: url(../images/abstract-blurred-background-light-leaks.png);
  width: 100%;
  position: absolute;
  height: 2211px;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  mix-blend-mode: hard-light;
  /* opacity: 10%; */
  background-size: cover;
  /* background-position: bottom; */
}

.why > .wrapper > img {
  max-height: 24em;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .header-img, .sub-header_txt p {
    display: none;
  }

  .toggled-h2 {
    display: none;
  }

  .sub-header_txt {
    width: 100%;
    text-align: center;
  }

  .sub-header_txt .date-box {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    font-size: .5em;
    margin-bottom: 6px;
  }

  .sub-header_txt h1 {
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 6px
  }

  .secure-icons {
    justify-content: space-between;
  }

  .secure-icons .icon-flex .icon {
    width: 1.4em;
    height: 1.4em;
  }

  .secure-icons .icon-flex .text {
    font-size: .5em;
  }

  .offers-inner-container {
    padding: .5em 0;
  }

  .offers-inner-container .wrapper h2 {
    font-size: 16px;
  }

  .operator-item:first-of-type {
    margin-top: 0;
  }

  .ribbon {
    font-size: 0.625em;
  }

  .ribbon .average-rating {
    font-size: 1.5em;
    top: 0.2em;
  }

  .operator-item__inner {
    display: grid;
    grid-template-areas:
      'logo bonus'
      'payments payments'
      'btn btn'
      ;
    grid-template-columns: 40% 60%;
  }

  .operator-item__inner .offer-logo {
    grid-area: logo;
    display: block;
  }

  .operator-item__inner .offer-bonus {
    grid-area: bonus;
  }

  .operator-item__inner .offer-bonus .bonus {
    /* font-size: 0.625em; */
    padding: 5px;
  }

  .operator-item__inner .payments-block {
    grid-area: payments;
  }

  .operator-item__inner .offer-btn {
    grid-area: btn;
    margin-top: 6px;
    width: 80%;
  }

  .operator-item__inner .offer-btn .play-now-btn {
    width: 100%;
    padding-top: .8em;
    padding-bottom: .8em;
  }


  .operator-item__inner .offer-rating::after, 
  .operator-item__inner .offer-bonus::after, 
  .operator-item__inner .payments-block::after {
    content: none;
  }

  .operator-item + span {
    font-size: .5em;
  }

  .faq .faq-tab button, .faq .faq-tab .content, .why p {
    font-size: 16px;
  }

  .why p {
    text-align: left;
  }

  .why .wrapper {
    width: 100%;
    margin: 0;
  }

  .bonuses {
    padding: 1.1em 1.1em 2.1em 1.1em;
  }

  .popup-button-cover .welcome-bonuses {
    font-size: 22px;
    font-weight: 400;
    text-align: center;
  }

  .operator-item {
    padding: 0;
    border: 2px solid rgb(15, 139, 78, 0.6);
    margin-top: .5em;
  }

  .operator-item__inner .ribbon {
    top: -1px;
    left: -1px;
  }

  .operator-item__inner .min-deposit {
    text-align: center;
  }

  .payments-block {
    display: flex;
    flex-direction: row;
    place-self: center;
  }
}

@media (max-height: 884px) {
  .operator-item {
    /*margin-top: 1em;*/
  }
}




.stars-container {
  position: relative;
  display: inline-block;
  color: transparent;
  font-size: 20px;
  margin: 0 auto;
  /* margin-bottom: 0.5rem; */
  /* padding: 0 10px;
    min-width: 110px; */
}

@media (max-width: 600px) {
  .stars-container {
    font-size: 15px;
    margin: -3px 0;
  }
}

/* Stars */
.stars-container:before {
  position: absolute;
  top: 0;
  left: 0%;
  content: "★★★★★";
  color: #d3d3d3;
}

.stars-container:after {
  position: absolute;
  top: 0;
  left: 0%;
  content: "★★★★★";
  color: #FAD26C;
  overflow: hidden;
}

.star-100:after {
  width: 100%;
}

.star-95:after {
  width: 95%;
}

.star-90:after {
  width: 90%;
}

.star-85:after {
  width: 85%;
}

.star-80:after {
  width: 80%;
}

.star-75:after {
  width: 75%;
}

.star-70:after {
  width: 70%;
}

.star-65:after {
  width: 65%;
}

.star-60:after {
  width: 60%;
}

.star-55:after {
  width: 55%;
}

.star-50:after {
  width: 50%;
}

.star-40:after {
  width: 40%;
}

.star-45:after {
  width: 45%;
}

.star-35:after {
  width: 35%;
}

.star-30:after {
  width: 30%;
}

.star-25:after {
  width: 25%;
}

.star-20:after {
  width: 20%;
}

.star-15:after {
  width: 15%;
}

.star-10:after {
  width: 10%;
}
