.body-wrapper {
  background-image: url(../images/background.png);
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: 14px;
}

header {
  min-height: 60px;
  background-color: #430b2b;
}

.header-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-content {
  width: 100%;
}

/* Page Header */

.page-header {
  max-width: 911.65px;
  padding: 0 10px;
  text-align: center;
  margin: 0 auto;
}

.page-header .title {
  display: flex;
  align-items: center;
  gap: 2.5em;
  justify-content: center;
  margin-top: 1.714285714285714em;
  margin-bottom: 1em;
}

.page-header .title h1 {
  font-family: Roboto;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  margin: 0;
}

.page-header .content p {
  text-transform: uppercase;
  text-align: center;
  margin: 0px auto 0.5em;
  font-size: 0.7em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}

.page-header .secure-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1em;
  text-align: center;
  row-gap: 0.5em;
}

.page-header .secure-icons .icon-flex {
  display: flex;
  align-items: center;
  gap: 0.3em;
  font-size: 0.6571428571428571em;
}

.operators-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1100px;
  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;
  padding: 0px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 1px 7px 0 rgb(0 0 0 / 19%);
  transition: display 0.4s ease-in-out;
  border: 1px solid #ec67ba;
}

.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: #b3b3b3;
}

.tc-link {
  color: #b3b3b3;
  text-decoration: underline;
}

.gamble-aware {
  width: 100%;
  text-align: center;
  max-height: 50px;
  margin-bottom: 20px;
}

.gamble-aware img {
  width: 90%;
  max-width: 400px;
  height: auto;
}

.tc-link:hover {
  color: inherit;
}

.operator-item.hidden {
  display: none;
}

.ribbon {
  display: block;
  position: absolute;
  font-size: 0.8571428571428571em;
  line-height: 1.166666666666667;
  border-radius: 16px 0px 8px 0px;
  background-color: #eb1e7b;
  overflow: visible;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 800;
  color: #fff;
  z-index: 10;
  min-width: 12.58333333333333em;
  padding: 6px 1em 6px 1em;
  text-shadow: 0px 2px 5px #00000080;
}

.operator-item:nth-child(3n + 1) .ribbon {
  background: linear-gradient(63.93deg, #9f8c41 16.28%, #a98962 48.39%, #cdbb73 83.56%);
}

.operator-item.hasRibbon:nth-child(3n + 1) {
  border-color: #e8b03c;
}

.operator-item:nth-child(3n + 2) .ribbon {
  background: linear-gradient(93.26deg, #787878 0%, #e9e9e9 100%);
}

.operator-item.hasRibbon:nth-child(3n + 2) {
  border-color: #787878;
}

.operator-item:nth-child(3n + 3) .ribbon {
  background: linear-gradient(89.05deg, #b06f70 13.68%, #ffd3dd 99.22%);
}

.operator-item.hasRibbon:nth-child(3n + 3) {
  border-color: #b06f70;
}

.operator-item__inner {
  border-color: #ec67ba;
}

.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;
}

.page-footer {
  width: 100%;
  padding: 6.285714285714286em 0;
  background-color: #1b0b15;
}

@keyframes pulse {
  100% {
    box-shadow: 0 0 0 45px rgb(232 76 61 / 0%);
  }
}

/* Payments styling */

.payments-block {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px;
  gap: 10px;
}

.payments-block .img-block {
  width: 100%;
  max-width: 25px;
  margin-bottom: 8px;
}

.payments-block .img-block img {
  max-width: 100%;
}

.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: 410px;
  border-radius: 16px;
  background: #1b0b15;
  position: relative;
  z-index: 2;
  border: 4px solid #510b32;
}

.popup-body__inner {
  overflow: hidden;
}

.close-popup-btn {
  transform: rotate(45deg);
  font-size: 40px;
  line-height: 30px;
  font-weight: 100;
  color: #ec67ba;
  cursor: pointer;
  border: none;
  background-color: transparent;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  z-index: 10;
}

.popup-logo-cover {
  min-height: 165px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.popup-logo-cover::before {
  content: "";
  position: absolute;
  background: #510b32;
  width: 167%;
  height: 130%;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100%;
  bottom: 0;
}

.popup-logo-cover img {
  max-width: 90%;
  display: block;
  margin: 0 auto;
}

.popup .offer-buttons .get-bonus {
  margin: 10px 0 30px;
}

.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 {
  position: relative;
  left: 0%;
  text-decoration: none;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: fit-content;
  font-size: 1.428571428571429em;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
  background-color: #ec67ba;
  border-radius: 8px;
  color: #fff;
  padding: 0.625em;
  min-width: 8.4em;
  text-shadow: 1px 2px 10px #00000040;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
}

.offers-header {
  color: #fff;
  font-size: 1.142857142857143em;
  text-transform: uppercase;
  background-color: #510b32;
  position: relative;
  border-radius: 0.5em;
}

.offers-header__inner {
  display: flex;
  align-items: center;
  min-height: 3.125em;
}

.operator-item__inner {
  display: flex;
  background-color: #1b0b15;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  min-height: 170px;

  width: 100%;
}

.operator-item__inner .ops-list-star-rating {
  max-width: 14px;
}

.operator-item__inner .ribbon {
  top: -1px;
  left: -1px;
}

.operator-item__inner .offer-bonus {
  text-align: center;
  position: relative;
  padding: 1em;
}

.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: 1.314285714285714em;
  font-weight: 700;
  line-height: 1.166666666666667;
  letter-spacing: 0em;
  color: #fff;
}

.operator-item__inner .offer-rating {
  text-align: center;
  min-width: 18%;
  position: relative;
}

.operator-item__inner .offer-rating .rating {
  color: #fff;
  font-size: 2.357142857142857em;
  font-weight: 500;
  line-height: 1.115384615384615;
  margin-bottom: 8px;
  margin-top: 5px;
}

.operator-item__inner .offer-rating .star {
  margin-bottom: 8px;
}

.operator-item__inner .offer-rating .min-deposit {
  font-size: 0.8571428571428571em;
  font-weight: 700;
  line-height: 1.625;
  color: #fff;
}

.operator-item__inner .offer-highlights {
  background-color: #efefef;
  padding: 10px 20px;
  width: 24.4%;
  display: none;
  max-width: 24%;
  width: 100%;
}

.operator-item__inner .offer-highlights .title {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 12px;
}

.operator-item__inner .offer-btn {
  padding: 10px;
  padding-right: 10px;
}

.operator-item__inner .offer-btn .play-now-btn {
  font-size: 1.428571428571429em;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
  background-color: #ec67ba;
  border-radius: 8px;
  color: #fff;
  padding: 0.625em;
  min-width: 8.4em;
  text-shadow: 1px 2px 10px #00000040;
}

.operator-item__inner .offer-btn .payments-block {
  margin-bottom: 0;
}

.operator-item__inner > * {
  display: grid;
  align-content: center;
}

.average-rating {
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  color: transparent;
  width: auto;
  display: inline-block;
  vertical-align: baseline;
  font-size: 25px;

  margin: -11px 0 -5px;
}

.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: 27.48%;
}

.offers-header .header-item.welcome {
  max-width: 20.037%;
}

.offers-header .header-item.rating {
  max-width: 29.327%;
}

.offers-header .header-item.highlights {
  max-width: 23.8%;
}

.offers-header .header-item.play {
  /* max-width: 16.5%; */
  flex: 1;
}

.operator-item__inner .offer-rating .star img {
  padding: 0;
}

.operator-item .number {
  position: absolute;
  right: calc(100% + 21px);
  color: #ec67ba;
  font-size: 2.571428571428571em;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.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: 2%;
  background: linear-gradient(90deg, #c39863 var(--percent), #fff var(--percent));
}

.average-rating.s-2::before {
  --percent: 40%;
  background: linear-gradient(90deg, #c39863 var(--percent), #fff var(--percent));
}

.average-rating.s-3::before {
  --percent: 60%;
  background: linear-gradient(90deg, #c39863 var(--percent), #fff var(--percent));
}

.average-rating.s-4::before {
  --percent: 80%;
  background: linear-gradient(90deg, #c39863 var(--percent), #fff var(--percent));
}

.average-rating.s-5::before {
  content: "★★★★★";
  --percent: 100%;
  background: linear-gradient(90deg, #c39863 var(--percent), #fff var(--percent));
}

.average-rating.s-4_5::before {
  content: "★★★★★";
  --percent: 90%;
  background: linear-gradient(90deg, #c39863 var(--percent), #fff var(--percent));
}

.average-rating.s-3_5::before {
  content: "★★★★★";
  --percent: 70%;
  background: linear-gradient(90deg, #c39863 var(--percent), #fff var(--percent));
}

.operator-item__inner .offer-logo {
  background-color: #430b2b;
  justify-content: center;
  padding: 1.857142857142857em 10px 0;
}

.faq {
  max-width: 100%;
  margin: 0 8.5px;
  border-radius: 16px;
  background-color: #1b0b15;
  padding: 1.428571428571429em 1.214285714285714em 2em;
  margin-top: 4.357142857142857em;
  margin-bottom: 5.714285714285714em;
  text-align: center;
}

.faq h2 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 1.75em;
}

.faq .faq-tab {
  padding-bottom: 1.5em;
}

.faq .faq-tab button {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 1.285714285714286em;
  font-weight: 700;
  line-height: 1.166666666666667;
  letter-spacing: 0em;
  text-align: left;
  padding: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 2em;
}

.faq .faq-tab button:focus {
  border: none;
  outline: none;
}

.faq .faq-tab button .icon {
  max-width: 1.333333333333333em;
  height: 1.333333333333333em;
  background-color: #430b2b;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 1.333333333333333em;
}

.faq .faq-tab button .icon .minus {
  display: none;
}

.faq .faq-tab .content {
  font-size: 1em;
  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;
}

.question.is-open .plus {
  display: none;
}

.faq .faq-tab button.is-open .icon .minus {
  display: block;
}

footer .regulations-icons {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.714285714285714em;
  margin-bottom: 3.571428571428571em;
  flex-wrap: wrap;
}

.footer-container {
  max-width: 100%;
  margin: 0 8.5px;
}

.footer-text + .footer-text {
  margin-top: 3.357142857142857em;
}

.footer-container h2 {
  font-size: 1.285714285714286em;
  font-weight: 700;
  line-height: 1.166666666666667;
  letter-spacing: 0em;
  text-align: left;
}

.footer-container p {
  font-size: 0.8571428571428571em;
  font-weight: 400;
  line-height: 1.1875;
  letter-spacing: 0em;
  text-align: left;
  padding-top: 1em;
  color: #fff;
}

footer .copyright {
  font-size: 0.8571428571428571em;
  font-weight: 500;
  line-height: 1.166666666666667;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 4em;
}

.no-bg {
  background-color: transparent !important;
  padding: 0;
}

.bonuses h2,
.bonuses h3 {
  font-size: 1.714285714285714em;
  font-weight: 700;
  line-height: 1.166666666666667;
  letter-spacing: 0em;
}

.bonuses_inner {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 1.571428571428571em;
  row-gap: 3em;
}

.bonuses_inner .column {
  flex: 1 0 33%;
}

.bonuses_inner .icon {
  margin-bottom: 2.428571428571429em;
}

.bonuses_inner .text p {
  text-transform: capitalize;
  /* max-width: 80%; */
  margin: 0 auto;
}

.page-header .flag {
  display: none;
}

.page-header .secure-icons .icon-flex:last-of-type {
  order: -1;
  flex: 1 0 100%;
  justify-content: center;
}

.page-header .secure-icons {
  flex-wrap: wrap;
  column-gap: 1em;
  justify-content: center;
}

.operator-item__inner {
  font-size: 80%;
}

.operator-item__inner .offer-logo img {
  max-width: 100%;
}

.popup-button-cover .welcome-bonuses {
  font-size: 1.714285714285714em;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  max-width: 80%;
  margin: 1em auto 0;
}

.popup-button-cover .rating {
  font-size: 3.428571428571429em;
  text-align: center;
  font-weight: 500;
}

@media (min-width: 474px) {
  .operator-item__inner .offer-logo {
    padding: 2.857142857142857em;
  }

  header {
    margin-bottom: 3.714285714285714em;
  }

  .page-header .title {
    margin-bottom: 2.5714285714285715em;
  }

  .page-header .content p {
    margin: 0 auto 2em;
  }
}

@media (min-width: 670px) {
  .page-header .secure-icons {
    column-gap: 3em;
  }
  .operator-item__inner .offer-bonus .bonus {
    font-size: 1.114285714285714em;
  }
  .operator-item__inner .offer-rating .rating {
    font-size: 3.428571428571429em;
  }

  .page-header .secure-icons {
    margin-bottom: 4.857142857142857em;
  }

  .faq .faq-tab .content {
    font-size: 1.142857142857143em;
  }

  .faq .faq-tab button .icon {
    flex: 1 0 1.5em;
    max-width: 1.5em;
    height: 1.5em;
  }

  .faq .faq-tab button {
    font-size: 1.714285714285714em;
  }

  .faq {
    padding: 3.214285714285714em 2.857142857142857em;
    text-align: left;
  }

  .bonuses_inner .text p {
    max-width: 80%;
  }

  .page-header .content p {
    max-width: 85%;
  }

  .operators-list a + a {
    margin-top: 25px;
  }

  .operator-item__inner > .offer-btn {
    padding-right: 10px;
    flex: 1;
  }

  .operator-item__inner .offer-bonus .name {
    display: block;
  }

  .operator-item__inner .offer-logo {
    max-width: 27.48%;
    width: 100%;
  }

  .operator-item__inner {
    min-height: 170px;
  }

  .operator-item__inner .ops-list-star-rating {
    max-width: 17px;
  }

  .popup-body {
    width: 100%;
  }
}

@media (min-width: 727px) {
  .operator-item__inner .offer-rating {
    width: 100%;
    max-width: 20.037%;
  }

  .operator-item__inner .offer-logo .offer-rating {
    display: none;
  }

  .operator-item__inner .offer-btn .offer-bonus {
    display: none;
  }

  .operator-item__inner .offer-bonus {
    max-width: 27.327%;
    width: 100%;
  }

  .operator-item__inner .offer-bonus::after {
    content: "";
    position: absolute;
    right: 0;
    height: 66px;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ec67ba;
  }

  .operator-item__inner .offer-rating::after {
    content: "";
    position: absolute;
    right: 0;
    height: 66px;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ec67ba;
  }

  .operator-item__inner .offer-rating {
    padding: 10px 25px;
  }
}

@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}

@media (min-width: 788px) {
  .offers-header {
    margin-bottom: 0.5em;
  }
}

@media (min-width: 850px) {
  .operator-item__inner .offer-highlights {
    display: grid;
  }

  .offers-header {
    display: block;
  }

  .header-inner {
    justify-content: space-between;
  }

  .footer-container p {
    font-size: 1.142857142857143em;
  }

  .footer-container h2 {
    font-size: 1.714285714285714em;
  }

  .faq h2 {
    font-size: 1.714285714285714em;
  }
}

@media (min-width: 816px) {
  .page-header .title h1 {
    font-size: 3.428571428571429em;
  }
  .page-header .content p {
    font-size: 1.285714285714286em;
  }
}

@media (min-width: 903px) {
  .page-header .flag {
    display: block;
  }
}

@media (min-width: 953px) {
  .operator-item__inner {
    font-size: 100%;
  }

  .page-header .secure-icons .icon-flex {
    font-size: 1.142857142857143em;
  }

  .page-header .secure-icons .icon-flex:last-of-type {
    order: unset;
    flex: unset;
    justify-content: unset;
    margin-bottom: unset;
  }

  .page-header .secure-icons {
    flex-wrap: nowrap;
  }
}

@media (min-width: 1200px) {
  .footer-container {
    max-width: 1140px;
    margin: 0 auto;
  }

  .faq {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

  .offers-header__inner {
    padding-left: 3.3em;
  }

  .operator-item__inner .offer-bonus {
    padding: 1em 3em;
  }

  .operator-item__inner .offer-btn .play-now-btn {
    min-width: 10.4em;
  }

  .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 (min-width: 1100px) {
  .bonuses_inner {
    flex-direction: row;
  }
}

@media (max-width: 1024px) {
  .payments-block {
    flex-wrap: wrap;
  }

  .operator-item .number {
    display: none;
  }

  .regulations-icons {
    padding-left: 8.5px;
    padding-right: 8.5px;
  }
}

@media (max-width: 1000px) {
  .number {
    display: none;
  }
}

@media (max-width: 727px) {
  .desktop-only {
    display: none !important;
  }

  .offers-header {
    display: none;
  }
}

@media (max-width: 670px) {
  .faq .faq-tab .content {
    padding-bottom: 0.8em;
  }

  .faq .faq-tab button .icon svg {
    max-width: 10px;
  }

  .bonuses h2 {
    font-size: 1.5em;
  }

  .desktop-only {
    display: none;
  }

  .operator-item__inner > .offer-logo .offer-rating {
    display: grid;
  }

  .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 {
    padding: 15px 5px 0px;
    max-height: 100%;
    object-fit: contain;
    align-self: end;
  }

  .popup-body {
    max-width: 80%;
    width: 100%;
  }
}

@media (max-width: 520px) {
  .payments-block {
    margin-top: 8px;
    margin-bottom: 0;
  }

  .popup-button-cover .welcome-bonuses {
    font-size: 1.5em;
  }
}

@media (max-width: 465px) {
  .average-rating::before {
    font-size: 16px;
  }
}
