<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  font-family: "Mont", sans-serif;
  box-sizing: border-box;
  outline: none !important;
}

html {
  scroll-behavior: smooth;
  min-height: 100vh;
}

@keyframes animatedgradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
body {
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  position: relative;
}

.no-scroll {
  overflow: hidden;
}

.container {
  max-width: 1152px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.m-0 {
  margin: 0 !important;
}

.main_header_wrap {
  background-color: transparent;
  position: relative;
}

.main_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  min-height: 128px;
  padding: 20px 0;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .main_header {
    min-height: 48px;
    position: relative;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    padding: 5px 0;
  }
}

.image-logo-wrap {
  max-width: 240px;
  width: 100%;
  display: flex;
  margin-right: auto;
}
@media (max-width: 991px) {
  .image-logo-wrap {
    max-width: 180px;
  }
}
.image-logo-wrap .logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-logo-wrap .logo img {
  width: 100%;
  height: auto;
  max-height: 60px;
}

.text-logo-wrap {
  display: flex;
  justify-content: left;
}
.text-logo-wrap .logo {
  font-size: 28px;
  text-transform: uppercase;
  font-family: "Mont-SemiBold", sans-serif;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 30px;
  white-space: nowrap;
  border-radius: 10px;
  min-width: 194px;
  height: 36px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .text-logo-wrap .logo {
    padding: 3px 20px;
    border-radius: 6px;
    font-size: 18px;
    height: 26px;
  }
}

.main_header_menu {
  display: flex;
  align-items: center;
  gap: 40px;
  min-width: fit-content;
}

.main_header_menu_item {
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  min-width: 105px;
  line-height: normal;
  border-radius: 23px;
  padding: 10px 10px;
  text-align: center;
  width: 100%;
  background: #002BD9;
  text-transform: uppercase;
}
.main_header_menu_item:hover {
  text-decoration: underline;
}

.approved_label {
  height: 88px;
  width: 88px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .approved_label {
    display: none;
  }
}
.approved_label img {
  width: 100%;
  height: auto;
}

.main_title_block_wrap {
  margin: 0 0 20px;
  position: relative;
}
.main_title_block_wrap:before {
  height: 400px;
  content: "";
  position: absolute;
  right: 3%;
  top: -136px;
  width: 364px;
  z-index: -1;
  background-image: url(../images/roulette.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .main_title_block_wrap:before {
    height: 88px;
    width: 88px;
    top: -9px;
    background-image: url(../images/slot-machine.webp);
  }
}

.main_title_block {
  width: 100%;
  padding: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin: 0;
  gap: 15px;
}
.main_title_block h1 {
  font-size: 37px;
  line-height: 1.04;
  font-weight: 700;
  text-align: left;
  margin: 0;
  text-transform: capitalize;
}

.main_subtitle {
  font-size: 16px;
  text-align: left;
  font-weight: 500;
  margin: 0;
}

.advantages_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 965px;
  width: 100%;
  margin: 0;
  gap: 20px;
}

.advantage_item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.advantage_item:nth-child(1) img {
  height: 18px;
}
.advantage_item img {
  height: 24px;
  display: block;
}
.advantage_item span {
  font-weight: 500;
  white-space: nowrap;
}

.brand_list_header_wrap {
  margin: 0 auto 10px;
}

.brand_list_header {
  background: #000980;
  border-radius: 8px;
  height: 50px;
  display: grid;
  grid-template-columns: minmax(210px, 220px) minmax(283px, 283px) minmax(156px, 156px) minmax(118px, 118px) 1fr;
  gap: 20px;
}
@media (max-width: 1170px) {
  .brand_list_header {
    grid-template-columns: minmax(270px, 275px) minmax(311px, 311px) minmax(136px, 136px) minmax(132px, 132px) 1fr;
    gap: 5px;
  }
}
@media (max-width: 1024px) {
  .brand_list_header {
    display: none;
  }
}

.brand_list_header_item {
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
}

.brand_list,
.top_list {
  position: relative;
}
.brand_list .brand_item,
.top_list .brand_item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 129px;
  margin: 0 auto;
  z-index: 1;
  flex-direction: column;
}
.brand_list .brand_item:not(.highlighted),
.top_list .brand_item:not(.highlighted) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
.brand_list .brand_item:last-child,
.top_list .brand_item:last-child {
  border-bottom: none;
}
.brand_list .brand_item.highlighted,
.top_list .brand_item.highlighted {
  background: #000823;
  margin-bottom: 3px;
}
.brand_list .brand_item.highlighted .brand_item_wrapper,
.top_list .brand_item.highlighted .brand_item_wrapper {
  background: #000823;
  border-radius: 16px 16px 0 0;
  padding: 5px;
}
.brand_list .brand_item.highlighted .gradient-border,
.top_list .brand_item.highlighted .gradient-border {
  display: block;
}
.brand_list .brand_item.highlighted .brand_ribbon,
.top_list .brand_item.highlighted .brand_ribbon {
  top: -5px;
  left: -5px;
}
.brand_list .brand_item.highlighted .brand_description, .brand_list .brand_item.highlighted .brand_description__sticky-popup, .brand_list .brand_item.highlighted .brand_description__mobile,
.top_list .brand_item.highlighted .brand_description,
.top_list .brand_item.highlighted .brand_description__sticky-popup,
.top_list .brand_item.highlighted .brand_description__mobile {
  border-radius: 0 0 16px 16px;
}
.brand_list .brand_item .brand_item_wrapper,
.top_list .brand_item .brand_item_wrapper {
  max-width: 1152px;
  width: 100%;
  padding: 10px 5px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  height: 100%;
}
@media (max-width: 991px) {
  .brand_list .brand_item .brand_item_wrapper,
  .top_list .brand_item .brand_item_wrapper {
    padding: 5px 0;
  }
}
.brand_list .brand_logo_wrap,
.top_list .brand_logo_wrap {
  width: 100%;
  max-width: 210px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.brand_list .brand_logo_wrap.with-ribbon,
.top_list .brand_logo_wrap.with-ribbon {
  padding: 25px 5px 10px 10px;
}
.brand_list .brand_ribbon,
.top_list .brand_ribbon {
  position: absolute;
  top: -6px;
  left: 0;
  height: 20px;
  min-width: 121px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border-right: 5px solid rgba(0, 0, 0, 0);
  clip-path: polygon(0 0, 100% 0%, 94% 50%, 100% 100%, 0 100%, 0% 50%);
  white-space: nowrap;
  text-transform: uppercase;
  border-radius: 16px 0 0 0;
  background: linear-gradient(270deg, #f9ff60 0%, #ffe100 100%);
}
.brand_list .brand_ribbon span,
.top_list .brand_ribbon span {
  color: #0a0a0a;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
}
.brand_list .brand_logo,
.top_list .brand_logo {
  display: block;
  max-width: 198px;
  width: 100%;
  height: 74px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1100px) {
  .brand_list .brand_logo,
  .top_list .brand_logo {
    width: 90%;
  }
}
.brand_list .brand_content_wrap,
.top_list .brand_content_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.brand_list .brand_content,
.top_list .brand_content {
  display: flex;
  align-items: stretch;
  flex-shrink: 1;
  width: 100%;
  height: 100%;
  gap: 10px;
  margin: 0 auto;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .brand_list .brand_content,
  .top_list .brand_content {
    justify-content: center;
  }
}
.brand_list .brand_item_part,
.top_list .brand_item_part {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.brand_list .brand_welcome_bonus,
.top_list .brand_welcome_bonus {
  position: relative;
  max-width: 288px;
  width: 100%;
  gap: 2px;
}
.brand_list .brand_welcome_bonus .welcome-title,
.top_list .brand_welcome_bonus .welcome-title {
  font-family: "Mont-Bold", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  background: linear-gradient(0deg, #FFD03A, #FFD03A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.brand_list .brand_welcome_bonus &gt; a,
.top_list .brand_welcome_bonus &gt; a {
  font-family: "Mont-SemiBold", sans-serif;
  color: #fff;
  text-decoration: none;
  width: 100%;
  display: block;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.brand_list .brand_welcome_bonus &gt; a:nth-of-type(2),
.top_list .brand_welcome_bonus &gt; a:nth-of-type(2) {
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 18px;
}
.brand_list .brand_welcome_bonus:hover,
.top_list .brand_welcome_bonus:hover {
  text-decoration: none;
}
.brand_list .brand_welcome_bonus .welcome_bonus_disclaimer,
.top_list .brand_welcome_bonus .welcome_bonus_disclaimer {
  margin-top: 2px;
}
.brand_list .brand_welcome_bonus .welcome_bonus_disclaimer a,
.top_list .brand_welcome_bonus .welcome_bonus_disclaimer a {
  color: #fff;
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}
.brand_list .brand_rates_wrap,
.top_list .brand_rates_wrap {
  min-width: 130px;
  position: relative;
  flex-direction: row;
  justify-content: center;
}
.brand_list .brand_rates,
.top_list .brand_rates {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2px;
  max-width: 121px;
}
.brand_list .brand_score,
.top_list .brand_score {
  font-size: 38px;
  color: #fff;
  font-weight: 800;
}
.brand_list .brand_rate_stars_wrap,
.top_list .brand_rate_stars_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.brand_list .brand_rate_stars_wrap img,
.top_list .brand_rate_stars_wrap img {
  width: 18px;
  height: 18px;
  display: block;
}
.brand_list .brand_rates_value,
.top_list .brand_rates_value {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  white-space: nowrap;
  text-align: center;
}
.brand_list .brand_min_deposit_wrap,
.top_list .brand_min_deposit_wrap {
  max-width: 105px;
  margin: 0;
  position: relative;
}
.brand_list .brand_min_deposit_wrap .brand_min_deposit,
.top_list .brand_min_deposit_wrap .brand_min_deposit {
  text-align: center;
  display: flex;
  gap: 5px;
  font-weight: 700;
}

.brand_get_bonus_wrap {
  width: 100%;
  max-width: 248px;
  padding: 0;
  gap: 10px;
}
@media (max-width: 991px) {
  .brand_get_bonus_wrap {
    gap: 5px;
  }
}

.brand_visit_link {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
}
.brand_visit_link:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .brand_visit_link {
    font-size: 10px;
  }
}

.brand_get_bonus {
  background: linear-gradient(270deg, #FF7C03 21.43%, #FFD03A 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 41px;
  flex-shrink: 0;
  max-width: 213px;
  width: 100%;
  border-radius: 10px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  transition: box-shadow 0.3s ease-out;
  padding: 0 20px;
  white-space: nowrap;
}
.brand_get_bonus:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
}

.brand_description, .brand_description__sticky-popup, .brand_description__mobile {
  min-height: 32px;
  width: 100%;
  background-color: inherit;
  color: #a0a0a0;
  text-align: center;
  padding: 5px 10px 15px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
@media (max-width: 991px) {
  .brand_description, .brand_description__sticky-popup, .brand_description__mobile {
    font-size: 8px;
  }
}

.brand_description__mobile {
  display: none;
  border-radius: unset;
}
@media (max-width: 991px) {
  .brand_description__mobile {
    font-size: 7px;
    display: flex;
    position: relative;
    border-radius: 0 0 16px 16px;
    z-index: 1;
    min-height: unset;
    padding: 0 10px 6px;
    align-items: center;
    background: #fff;
  }
  .brand_description__mobile:before {
    content: "";
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    border-radius: 0 0 0 16px;
    background: #E5E5E5;
  }
}

.brand_description__sticky-popup {
  padding: 5px;
}
@media (max-width: 991px) {
  .brand_description__sticky-popup {
    font-size: 7px;
    display: flex;
    position: relative;
    border-radius: 0 0 16px 16px;
    z-index: 1;
    min-height: unset;
    align-items: center;
  }
}

.brand_description span a,
.brand_description__mobile span a,
.brand_description__sticky-popup span a {
  text-decoration: none;
  color: inherit;
}

.brand_descr_showhide_btn {
  background: transparent;
  border: none;
  font-size: 12px;
  color: inherit;
  padding: 0;
  cursor: pointer;
  margin: 0 0 0 5px;
  font-weight: inherit;
}

.top_list_wrap {
  margin: 0;
}

.top_list_title {
  position: relative;
  font-size: 37px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
  margin: 3px auto 15px;
  background: rgba(85, 85, 85, 0.4);
  border-radius: 8px;
  padding: 22px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_list_title.first {
  margin: 15px auto 15px;
}

.text_section_wrap {
  padding: 35px 0 100px;
}

.text_section h3 {
  margin: 0 0 15px;
  font-size: 24px;
  font-weight: 500;
}
.text_section p {
  margin: 0 0 15px;
  font-size: 14px;
  color: #fff;
  text-align: justify;
}

.text_section_title {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 25px;
  text-align: center;
}

.faq-block-wrap {
  padding: 30px 0 70px;
  position: relative;
}
@media (max-width: 991px) {
  .faq-block-wrap {
    padding: 30px 0;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .faq-block-wrap:before {
    display: none;
  }
}
.faq-block-wrap h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media (max-width: 540px) {
  .faq-block-wrap h2 {
    font-size: 21px;
  }
}
.faq-block-wrap .faq-block {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px 10px;
  flex-wrap: wrap;
}
.faq-block-wrap .faq-block .faq-block__item {
  width: 49%;
  position: relative;
  display: flex;
  padding: 15px 15px;
  text-align: left;
  color: #fff;
  border-radius: 12px;
  background: #312355;
  min-height: 87px;
  align-items: flex-start;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 640px) {
  .faq-block-wrap .faq-block .faq-block__item {
    width: 100%;
  }
}
.faq-block-wrap .faq-block .faq-block__item h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  max-width: 90%;
}
@media (max-width: 864px) {
  .faq-block-wrap .faq-block .faq-block__item h3 {
    max-width: 85%;
  }
}
.faq-block-wrap .faq-block .faq-block__item .faq-block__item-content {
  font-size: 12px;
  font-weight: 600;
}
.faq-block-wrap .faq-block .faq-block__item .faq-block__item-content.toggle-content.hide {
  display: none;
}
.faq-block-wrap .faq-block .faq-block__item .faq-block__item-content.toggle-content.show {
  display: block;
}
.faq-block-wrap .faq-block .faq-block__item .trigger-content {
  position: absolute;
  content: "";
  top: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: none;
  background: rgb(0, 43, 217);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.benefits-section {
  position: relative;
  padding: 0 0 50px;
}
@media (max-width: 991px) {
  .benefits-section {
    padding: 25px 0;
  }
}
.benefits-section .benefits-section__title {
  text-align: center;
  font-size: 48px;
  margin: 0 0 45px;
}
@media (max-width: 991px) {
  .benefits-section .benefits-section__title {
    font-size: 28px;
    line-height: 1.03;
    margin-bottom: 25px;
    text-transform: uppercase;
  }
}
.benefits-section .benefits-section__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row-reverse;
  column-gap: 50px;
}
@media (max-width: 991px) {
  .benefits-section .benefits-section__wrap {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
}
.benefits-section .benefits-section__content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  max-width: 600px;
  width: 100%;
  margin-bottom: 0;
  gap: 10px;
}
@media (max-width: 991px) {
  .benefits-section .benefits-section__content-wrap {
    gap: 35px;
  }
}
.benefits-section .benefits-section__item {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 0;
  min-height: 157px;
  gap: 35px;
}
@media (max-width: 991px) {
  .benefits-section .benefits-section__item {
    flex-direction: column;
    align-items: center;
    max-width: 290px;
    gap: 20px;
  }
}
.benefits-section .benefits-section__logo-wrap {
  min-width: 136px;
  width: 136px;
  height: 136px;
  margin: 0;
  background: #191B36;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .benefits-section .benefits-section__logo-wrap {
    margin: 0 0 10px;
    min-width: 120px;
    width: 120px;
    height: 120px;
  }
}
.benefits-section .benefits-section__logo-wrap img {
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.benefits-section .benefits-section__text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 991px) {
  .benefits-section .benefits-section__text-wrap {
    text-align: center;
    align-items: center;
  }
}
.benefits-section .benefits-section__text-wrap .benefits-section__subtitle {
  font-size: 24px;
  line-height: 1.25;
  margin: 0;
  color: #fff;
}
.benefits-section .benefits-section__text-wrap .benefits-section__text {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  color: #B1A7DB;
}
@media (max-width: 991px) {
  .benefits-section .benefits-section__text-wrap .benefits-section__text {
    font-size: 14px;
  }
}
.benefits-section .benefits-section__text-wrap .benefits-section__text.toggle-content.hide {
  display: none;
}
.benefits-section .benefits-section__text-wrap .trigger-content {
  margin: 0 auto 20px 0;
  font-size: 14px;
  background: rgba(0, 0, 0, 0);
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0;
  cursor: pointer;
  gap: 10px;
}
@media (max-width: 991px) {
  .benefits-section .benefits-section__text-wrap .trigger-content {
    margin: 0 auto;
  }
}
.benefits-section .benefits-section__icons-wrap {
  position: relative;
  padding: 0;
  max-width: 500px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 25px;
}
.benefits-section .benefits-section__icons-wrap .benefits-section__icon-wrap-top {
  max-width: 338px;
  width: 100%;
  position: relative;
}
.benefits-section .benefits-section__icons-wrap .benefits-section__icon-wrap-top .image-desktop {
  display: block;
}
.benefits-section .benefits-section__icons-wrap .benefits-section__icon-wrap-top .image-mobile {
  display: none;
}
@media (max-width: 991px) {
  .benefits-section .benefits-section__icons-wrap .benefits-section__icon-wrap-top {
    max-width: 217px;
    width: 100%;
    position: relative;
  }
  .benefits-section .benefits-section__icons-wrap .benefits-section__icon-wrap-top .image-desktop {
    display: none;
  }
  .benefits-section .benefits-section__icons-wrap .benefits-section__icon-wrap-top .image-mobile {
    display: block;
  }
}
.benefits-section .benefits-section__icons-wrap .benefits-section__icon-wrap-top img {
  width: 100%;
  height: auto;
}
.benefits-section .benefits-section__icon-wrap-bottom {
  max-width: 300px;
  height: 73px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .benefits-section .benefits-section__icon-wrap-bottom img {
    width: 48px;
    height: 48px;
  }
}

.content-blocks {
  position: relative;
  padding: 45px 0;
  color: #fff;
}
.content-blocks .content-blocks__title {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
}
.content-blocks .info-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  column-gap: 40px;
  margin: 20px auto;
}
@media (max-width: 991px) {
  .content-blocks .info-wrap {
    flex-direction: column;
    align-items: center;
    gap: 25px;
    margin: 35px auto;
  }
}
.content-blocks .info-wrap:nth-of-type(1) .image-wrap {
  margin: 0;
}
.content-blocks .info-wrap .image-wrap {
  position: relative;
  max-width: 245px;
  height: 245px;
  margin: 55px 0 0;
  width: 100%;
  background: #191B36;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .content-blocks .info-wrap .image-wrap {
    max-width: 120px;
    height: 120px;
    margin: 0;
  }
}
.content-blocks .info-wrap .image-wrap img {
  width: 75%;
  height: auto;
}
.content-blocks .info-wrap .content-wrap {
  max-width: 837px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 991px) {
  .content-blocks .info-wrap .content-wrap {
    max-width: 90%;
    display: block;
  }
  .content-blocks .info-wrap .content-wrap .toggle-content.hide {
    display: none;
  }
}
.content-blocks .info-wrap .content-wrap .subtitle {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
}
@media (max-width: 991px) {
  .content-blocks .info-wrap .content-wrap .subtitle {
    text-align: center;
  }
}
.content-blocks .info-wrap .content-wrap .text {
  display: block !important;
  text-align: left;
  font-size: 16px;
  line-height: 1.21;
  color: #fff;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .content-blocks .info-wrap .content-wrap .text {
    display: block !important;
    text-align: center;
    font-size: 14px;
  }
}
.content-blocks .info-wrap .content-wrap .trigger-content {
  display: none;
}
@media (max-width: 991px) {
  .content-blocks .info-wrap .content-wrap .trigger-content {
    margin: 0 auto;
    font-size: 16px;
    background: rgba(0, 0, 0, 0);
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0;
    cursor: pointer;
    gap: 10px;
  }
}

#backToTopBtn {
  position: fixed;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: #290071;
  cursor: pointer;
  bottom: 44%;
  right: 10%;
  z-index: 9;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 15px 5px rgba(0, 0, 0, 0.27);
}
@media (max-width: 640px) {
  #backToTopBtn {
    width: 40px;
    height: 40px;
    right: 6%;
  }
}
#backToTopBtn img {
  width: 100%;
  height: auto;
}

.main_footer_wrap {
  background: transparent;
  padding: 40px 0;
}
.main_footer_wrap .main_footer {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 35px;
}

.footer_menu_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  width: 100%;
}

.footer_menu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.footer_menu a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-align: center;
  min-width: 141px;
  transition: color 0.2s ease-in-out;
}
.footer_menu a.active {
  color: #0091FF;
}
.footer_menu a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .footer_logo .image-logo-wrap,
  .footer_logo .text-logo-wrap {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
  }
}

.footer_menu_title {
  font-size: 20px;
  color: #ffffff;
  margin: 0;
}

.responsible-gaming-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}
@media (max-width: 640px) {
  .responsible-gaming-logos {
    justify-content: center;
    gap: 20px;
  }
}

.responsible-gaming-logos a img,
.responsible-gaming-logos span img {
  width: 100%;
  height: 35px;
}

.footer-text {
  width: 100%;
  margin: 0 auto;
}
.footer-text.copyright p, .footer-text.copyright ul li {
  text-align: center;
}
.footer-text p, .footer-text ul li {
  font-size: 12px;
  line-height: normal;
  text-align: left;
}
.footer-text p a, .footer-text ul li a {
  text-decoration: none;
}
@media (max-width: 640px) {
  .footer-text p, .footer-text ul li {
    font-size: 12px;
    text-align: center;
  }
}
.footer-text p span, .footer-text ul li span {
  display: block;
}
.footer-text p, .footer-text ul {
  margin: 0;
}
.footer-text a {
  color: #fff;
  text-decoration: underline;
}

.js_text__short,
.js_text__full,
.js_showhide_btn {
  display: none;
}

.js_text__short.show,
.js_text__full.show,
.js_showhide_btn.show {
  display: initial;
}

.bottom_offer_popup_overlay {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  z-index: 101;
  overflow-y: auto;
}
.bottom_offer_popup_overlay.show {
  display: block;
}

.bottom_offer_popup_wrap {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}

.bottom_offer_popup {
  width: 100%;
  position: relative;
}

.bottom_offer_popup_close_btn {
  border: none;
  cursor: pointer;
  transition: box-shadow 0.2s ease-in-out;
  position: absolute;
  top: 20px;
  right: 30px;
  background-color: transparent;
  z-index: 9;
}
.bottom_offer_popup_close_btn:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.offer_wrap {
  display: flex;
  align-items: stretch;
}

.bottom_offer_item {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  min-height: 120px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  box-shadow: 0 0 9px 2px #607D8B;
  border: none;
}

.bottom_offer_logo_wrap {
  width: 100%;
  max-width: 300px;
  position: relative;
  background: #330554;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 1;
}

.bottom_offer_logo {
  display: block;
  max-width: 178px;
  width: 100%;
  height: 86px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.bottom_offer_content_wrap {
  background: #330554;
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  justify-content: space-around;
  width: 100%;
}

.bottom_offer_content {
  max-width: 520px;
  width: 100%;
  padding: 0 5px;
}

.bottom_offer_welcome_bonus {
  display: block;
  width: 100%;
  text-align: center;
}
.bottom_offer_welcome_bonus a {
  text-align: center;
  font-size: 21px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.bottom_offer_welcome_bonus .welcome_bonus_disclaimer {
  margin-top: 2px;
}
.bottom_offer_welcome_bonus .welcome_bonus_disclaimer a {
  color: #fff;
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}

.bottom_offer_get_bonus {
  background: linear-gradient(270deg, #FF7C03 21.43%, #FFD03A 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  flex-shrink: 0;
  max-width: 248px;
  width: 100%;
  border-radius: 10px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  transition: box-shadow 0.3s ease-out;
  padding: 0 20px;
  white-space: nowrap;
}
.bottom_offer_get_bonus:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
}

.three_offer_popup_overlay {
  display: none;
  background: rgba(9, 10, 25, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 101;
  overflow-y: auto;
}
.three_offer_popup_overlay.show {
  display: block;
}

.three_offer_popup_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 656px;
  max-width: 1156px;
  width: 100%;
  margin: 0 auto;
}

.three_offer_popup {
  position: relative;
  padding: 30px;
  border-radius: 24px;
  width: 100%;
  min-height: 656px;
  background-image: url(../images/popup-bg1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  box-shadow: 0 0 9px 1px rgba(96, 125, 139, 0.5019607843);
}

.three_offer_popup_close_btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: box-shadow 0.2s ease-in-out;
  position: absolute;
  top: 35px;
  right: 35px;
}
.three_offer_popup_close_btn:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.three_offer_popup_title {
  margin: 0;
  font-family: "Mont-Bold", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.27;
  color: #fff;
  text-transform: uppercase;
  transform: translateY(-35px);
}

.offers_wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 900px;
}

.three_offer_item {
  position: relative;
  border-radius: 16px;
  max-width: 320px;
  min-width: 320px;
  height: 452px;
  display: flex;
  flex-direction: column;
  z-index: 1;
  border: 2px solid #4142AB;
}
.three_offer_item .three_offer_item-container {
  background: linear-gradient(180deg, #1C0840 0%, #1F0656 46.31%, #380650 100%);
  border-radius: inherit;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.three_offer_item.highlighted {
  position: absolute;
  min-height: 525px;
  max-width: 350px;
  min-width: 350px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.three_offer_item.highlighted .gradient-border {
  display: block;
}
.three_offer_item.highlighted .brand_ribbon {
  background: linear-gradient(270deg, #007314 0%, #00CC2C 100%);
}
.three_offer_item.highlighted .three_offer_logo_wrap {
  padding: 45px 10px 10px;
}
.three_offer_item.highlighted .three_offer_logo {
  height: 147px;
  width: 100%;
  max-width: 228px;
}
.three_offer_item.highlighted .three_offer_welcome_bonus a {
  font-size: 27px;
  line-height: 33px;
}
.three_offer_item.highlighted .three_offer_welcome_bonus a:nth-of-type(1) {
  font-size: 30px;
  line-height: 34px;
}
.three_offer_item .brand_ribbon {
  position: absolute;
  top: -2px;
  left: -2px;
  height: 47px;
  min-width: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 35px 10px 15px;
  clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 0 0);
  white-space: nowrap;
  text-transform: uppercase;
  border-radius: 16px 0 0 0;
}
.three_offer_item .brand_ribbon span {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.three_offer_item:nth-of-type(1) .brand_ribbon {
  background: linear-gradient(270deg, #ffd03a 0%, #ff7c03 100%);
}
.three_offer_item:nth-of-type(3) .brand_ribbon {
  top: -2px;
  right: -2px;
  padding: 10px 10px 10px 30px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 10% 50%, 0 0);
  background: linear-gradient(270deg, #ce0a0a 0%, #ff0303 100%);
  min-width: 230px;
  left: unset;
  border-radius: 0 16px 0 0;
}

.three_offer_logo_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
  height: 165px;
  border-radius: 16px 16px 0 0;
  margin: 0 auto;
  padding: 60px 10px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.three_offer_logo {
  height: 83px;
  display: block;
  width: 100%;
  max-width: 208px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.three_offer_content_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  min-height: 250px;
  justify-content: space-evenly;
  width: 100%;
  max-width: 70%;
  padding: 20px 0;
}

.three_offer_welcome_bonus {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-style: italic;
}
.three_offer_welcome_bonus a {
  display: block;
  text-align: center;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.three_offer_welcome_bonus a:nth-of-type(1) {
  font-size: 26px;
  line-height: 32px;
  color: #ffd03a;
}

.three_offer_rates_wrap .brand_rate_stars_wrap img {
  width: 29px;
  height: 29px;
}
.three_offer_rates_wrap .brand_rates_value {
  font-size: 16px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 3px;
}
.three_offer_rates_wrap .brand_score {
  font-weight: 700;
  font-size: 26px;
  color: #fff;
  text-align: center;
}
.three_offer_get_bonus {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 41px;
  flex-shrink: 0;
  max-width: 212px;
  width: 100%;
  border-radius: 10px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  padding: 0 20px;
  white-space: nowrap;
  background: linear-gradient(270deg, #FF7C03 21.43%, #FFD03A 100%);
}

.gradient-border {
  display: none;
  --borderWidth: 3px;
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(84.68deg, #FBF7EC 3.08%, #F2EACE 35.14%, #EFE7C9 37.03%, #E7DFBD 38.92%, #E3DBB6 39.86%, #635E48 97.39%);
  border-radius: 16px;
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}
@media (max-width: 1200px) {
  .gradient-border {
    width: calc(100% + var(--borderWidth) * 2);
    left: calc(-1 * var(--borderWidth));
  }
}
@media (max-width: 830px) {
  .gradient-border {
    width: calc(100% + var(--borderWidth) * 2);
    left: calc(-1 * var(--borderWidth));
  }
}

.brand_rates_wrap__mobile,
.brand_welcome_bonus__mobile,
.mobile_menu_btn,
.menu_close_btn,
.brand_min_deposit_wrap__mobile {
  display: none;
}

.brand-link-hidden {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
}

@media (max-width: 1170px) {
  .brand_welcome_bonus:before {
    display: none;
  }
  .brand_list .brand_logo_wrap,
  .top_list .brand_logo_wrap {
    max-width: 270px;
  }
  .brand_list .brand_welcome_bonus &gt; a,
  .top_list .brand_welcome_bonus &gt; a {
    font-size: 18px;
  }
  .brand_list .brand_score,
  .top_list .brand_score {
    font-size: 26px;
  }
  .bottom_offer_popup_close_btn {
    top: 10%;
    right: 3%;
  }
}
@media (max-width: 1024px) {
  .three_offer_popup_overlay,
  .three_offer_popup_overlay.show {
    display: none;
  }
  .hidden-md {
    display: none !important;
  }
  .brand_list_header_item {
    font-size: 12px;
    text-align: center;
  }
  .brand_list .brand_logo_wrap,
  .top_list .brand_logo_wrap {
    max-width: 180px;
  }
  .brand_rates_wrap {
    margin: 0 15px;
  }
  .rating_explanation_block {
    flex-wrap: wrap;
  }
  .rating_explanation_item {
    max-width: unset;
    width: 45%;
    margin: 0 0 5px;
  }
  .rating_explanation_item__title {
    font-size: 15px;
  }
  .rating_explanation_item__separator {
    margin: 0 10px 50px;
  }
  .rating_explanation_item__separator.last_item {
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
}
@media (max-width: 991px) {
  .brand-link-hidden,
  .brand_list_header_wrap {
    display: none;
  }
  .brand_list .brand_welcome_bonus,
  .brand_list .brand_payment_methods_wrap,
  .brand_list .brand_rates_wrap,
  .brand_list .brand_min_deposit_wrap,
  .top_list .brand_welcome_bonus,
  .top_list .brand_payment_methods_wrap,
  .top_list .brand_rates_wrap,
  .top_list .brand_min_deposit_wrap {
    display: none;
  }
  .mobile_menu_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    margin: 0 0 0 10px;
  }
  .mobile_menu_btn img {
    display: block;
    width: 18px;
  }
  .main_header_menu {
    position: fixed;
    bottom: 100%;
    left: 0;
    top: 0;
    width: 100%;
    flex-direction: column;
    z-index: 999;
    transform: translateY(-1500px);
    transition: all 0.3s ease-in-out;
    height: 0;
    background: rgba(0, 0, 0, 0.5);
    gap: 0;
  }
  .main_header_menu.show {
    transform: translateY(0);
    height: 100%;
  }
  .main_header_menu.show .main_header_menu_item {
    margin: 0;
    font-size: 18px;
    background-color: #000980;
    padding: 10px;
    width: 100%;
    text-align: center;
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    text-transform: capitalize;
  }
  .menu_close_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: none;
    background: #151c36;
    font-size: 18px;
    padding: 10px;
    color: #fff;
    font-weight: 500;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 2px 7px 0px #607D8B;
  }
  .main_title_block_wrap {
    margin: 0 0 10px;
    min-height: auto;
  }
  .main_title_block {
    max-width: 78%;
    margin: 0;
    align-items: center;
  }
  .main_title_block h1 {
    font-size: 21px;
    line-height: 1.03;
    margin: 0;
    text-align: left;
  }
  .main_subtitle {
    display: none;
  }
  .last_update_block {
    font-size: 14px;
    margin: 0 0 10px;
    min-width: unset;
  }
  .advantages_block {
    display: grid;
    grid-template-columns: auto auto;
    row-gap: 0;
    column-gap: 10px;
    max-width: 350px;
    margin: 0 auto;
    padding-bottom: 5px;
  }
  .advantage_item {
    margin: 0 0 10px;
    width: unset;
    font-size: 10px;
    gap: 10px;
  }
  .advantage_item img {
    height: 18px;
  }
  .advantage_item:nth-child(1) img {
    height: 16px;
    width: 24px;
  }
  .brand_list .brand_item,
  .top_list .brand_item {
    min-height: 174px;
    width: 100%;
    max-width: 600px;
    flex-wrap: wrap;
  }
  .brand_list .brand_item.highlighted .brand_ribbon,
  .top_list .brand_item.highlighted .brand_ribbon {
    top: 0;
    left: 0;
  }
  .brand_list .brand_ribbon,
  .top_list .brand_ribbon {
    height: 16px;
    padding: 3px 10px;
    top: 3px;
    left: 0;
  }
  .brand_list .brand_ribbon span,
  .top_list .brand_ribbon span {
    font-size: 9px;
    line-height: 9px;
  }
  .brand_list .brand_logo_wrap,
  .top_list .brand_logo_wrap {
    position: unset;
    max-width: unset;
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .brand_list .brand_logo_wrap.with-ribbon,
  .top_list .brand_logo_wrap.with-ribbon {
    padding: 18px 0 0;
  }
  .brand_list .brand_logo,
  .top_list .brand_logo {
    height: 89px;
    max-width: 183px;
  }
  .brand_list .brand_rates_wrap__mobile,
  .top_list .brand_rates_wrap__mobile {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    align-items: center;
  }
  .brand_list .brand_rates_wrap__mobile span,
  .top_list .brand_rates_wrap__mobile span {
    height: auto;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .brand_list .brand_score,
  .top_list .brand_score {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    line-height: 28px;
  }
  .brand_list .brand_rate_stars_wrap,
  .top_list .brand_rate_stars_wrap {
    height: 17px;
  }
  .brand_list .brand_rates_value,
  .top_list .brand_rates_value {
    font-size: 12px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 3px;
  }
  .brand_list .brand_content_wrap,
  .top_list .brand_content_wrap {
    width: 50%;
  }
  .brand_list .brand_welcome_bonus__mobile,
  .top_list .brand_welcome_bonus__mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
  }
  .brand_list .brand_welcome_bonus__mobile .welcome-title,
  .top_list .brand_welcome_bonus__mobile .welcome-title {
    font-family: "Mont-Black", sans-serif;
    font-size: 15px;
    line-height: 17px;
    text-transform: none;
    font-weight: 800;
    background: linear-gradient(0deg, #FFD03A, #FFD03A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
  }
  .brand_list .brand_welcome_bonus__mobile &gt; a,
  .top_list .brand_welcome_bonus__mobile &gt; a {
    font-family: "Mont-Bold", sans-serif;
    max-width: max-content;
    margin: 0 auto;
    font-size: 15px;
    line-height: 17px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
  }
  .brand_list .brand_welcome_bonus__mobile &gt; a:nth-of-type(2),
  .top_list .brand_welcome_bonus__mobile &gt; a:nth-of-type(2) {
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    line-height: 18px;
  }
  .brand_list .brand_welcome_bonus__mobile .welcome_bonus_disclaimer,
  .top_list .brand_welcome_bonus__mobile .welcome_bonus_disclaimer {
    display: none;
  }
  .brand_list .brand_get_bonus,
  .top_list .brand_get_bonus {
    height: 42px;
    font-size: 16px;
    max-width: 135px;
  }
  .brand_list .brand_min_deposit_wrap__mobile,
  .top_list .brand_min_deposit_wrap__mobile {
    display: block;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
  }
  .brand_descr_showhide_btn {
    font-size: 8px;
  }
  .top_list_title {
    font-size: 21px;
    margin: 5px auto;
    padding: 10px;
    max-width: 600px;
  }
  .text_section_wrap .container {
    padding: 0 15px;
  }
  .text_section_title {
    font-size: 21px;
  }
  .main_footer_wrap {
    margin: 0;
    padding: 35px 0;
  }
  .main_footer_wrap .container {
    padding: 0 40px;
  }
  .footer_menu_wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer_menu {
    margin: 0;
    padding: 0;
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
  }
  .footer_menu a {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
  }
  .responsible-gaming-logos a img,
  .responsible-gaming-logos span img {
    height: 28px;
  }
  .footer_text {
    margin: 5px 0;
  }
  .footer_text .copyright {
    margin: 0 0 20px;
  }
  .footer_text p {
    font-size: 12px;
    line-height: 14px;
  }
  .footer_logo_wrap {
    margin: 0 0 20px;
  }
  .bottom_offer_welcome_bonus {
    padding: 0;
  }
}
@media (max-width: 864px) {
  .bottom_offer_item {
    flex-direction: column;
  }
  .bottom_offer_logo_wrap {
    width: 100%;
    max-width: 100%;
    min-height: 100px;
  }
  .bottom_offer_content_wrap {
    flex-direction: column;
    gap: 15px;
  }
  .bottom_offer_welcome_bonus a {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .footer_menu {
    flex-direction: column;
  }
}
@media (max-width: 540px) {
  .main_title_block_wrap {
    background-position: center bottom;
    margin: 0;
  }
  .bottom_offer_popup_close_btn {
    top: 7%;
    right: 6%;
    width: 20px;
    height: 20px;
  }
  .bottom_offer_popup_close_btn svg {
    width: 20px;
    height: 20px;
  }
  .bottom_offer_welcome_bonus a {
    font-size: 16px;
    display: inline;
  }
}
@media (max-width: 350px) {
  .brand_get_bonus {
    font-size: 11px;
  }
  .rating_explanation_item {
    width: 42%;
  }
  .rating_explanation_item__img {
    width: 100px;
    height: 100px;
  }
  .rating_explanation_item__img img {
    max-width: 80px;
  }
}

/*# sourceMappingURL=main.css.map */
</pre></body></html>