* {
  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: 180px;
  min-width: 252px;
  width: 100%;
  display: flex;
  justify-content: center;
  height: inherit;
}
@media (max-width: 991px) {
  .image-logo-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .image-logo-wrap {
    max-width: 240px;
  }
}
.image-logo-wrap .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: inherit;
  padding: 3px 0;
}
.image-logo-wrap .logo img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

.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: rgb(3, 3, 3);
  text-decoration: none;
  font-size: 16px;
  min-width: 105px;
  line-height: normal;
  padding: 10px 10px;
  text-align: center;
  width: 100%;
  border-radius: 10px;
  background: rgb(255, 180, 63);
  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 {
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 0 48px 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;
  text-align: center;
}

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

.last_update_block {
  font-size: 18px;
  font-weight: 800;
  line-height: 23px;
  border-radius: 8px;
  padding: 10px 14px;
  color: #fff;
  background-color: rgb(13, 32, 91);
}

.brand_list_header_wrap {
  margin: 0 auto 10px;
}

.brand_list_header {
  background: rgb(13, 32, 91);
  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 {
  background-color: rgba(13, 32, 91, 0.2509803922);
  position: relative;
  display: flex;
  align-items: center;
  min-height: 129px;
  margin: 8px 0;
  z-index: 1;
  flex-direction: column;
  border-radius: 0 0 16px 16px;
  animation: animatedgradient 3s ease alternate infinite;
}
.brand_list .brand_item.highlighted,
.top_list .brand_item.highlighted {
  background-color: rgba(13, 32, 91, 0.2509803922);
  margin-bottom: 3px;
}
.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: 0;
  left: -8px;
}
.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 6px 6px;
  background-color: transparent;
}
.brand_list .brand_item .brand_item_wrapper,
.top_list .brand_item .brand_item_wrapper {
  max-width: 1152px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  height: 100%;
}
.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: 0;
  left: -6px;
  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;
  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;
  padding: 12px 0 12px 20px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .brand_list .brand_content,
  .top_list .brand_content {
    justify-content: center;
    padding: 12px;
  }
}
.brand_list .brand_item_part,
.top_list .brand_item_part {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.brand_list .brand_welcome_bonus,
.top_list .brand_welcome_bonus {
  position: relative;
  max-width: 288px;
  width: 100%;
  gap: 4px;
}
.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 > a,
.top_list .brand_welcome_bonus > 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:hover,
.top_list .brand_welcome_bonus:hover {
  text-decoration: none;
}
.brand_list .brand_welcome_bonus .no-wagering,
.top_list .brand_welcome_bonus .no-wagering {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.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_list .brand_get_bonus_wrap,
.top_list .brand_get_bonus_wrap {
  width: 100%;
  max-width: 248px;
  padding: 0;
  gap: 5px;
}
@media (max-width: 991px) {
  .brand_list .brand_get_bonus_wrap,
  .top_list .brand_get_bonus_wrap {
    gap: 4px;
  }
}

.payment-methods-wrap {
  min-width: 90px;
  padding: 0 15px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2px;
}
.payment-methods-wrap .payment-method {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0;
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: all 0.3s;
}
.payment-methods-wrap .payment-method:hover {
  transform: scale(1.05);
}
@media (max-width: 991px) {
  .payment-methods-wrap .payment-method {
    width: 21px;
    height: 21px;
  }
}

.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 {
    display: none;
  }
}

.brand_get_bonus {
  box-shadow: 0px 2px 10px 0px rgba(110, 14, 34, 0.5);
  background: rgb(255, 180, 63);
  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: #000;
  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: #fff;
  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: rgb(13, 32, 91);
  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: rgb(39, 38, 71);
  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: 25px;
  right: 20px;
  width: 35px;
  height: 35px;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.content-blocks {
  position: relative;
  color: #fff;
}
.content-blocks .content-blocks__title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
.content-blocks .info-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 40px;
  margin: 30px auto;
  background-color: rgb(39, 38, 71);
  border-radius: 16px;
  padding: 25px;
}
@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: 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;
}
@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: rgb(13, 32, 91);
  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: 80px;
  width: 100%;
}

.footer_menu {
  display: flex;
  flex-wrap: wrap;
  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: 30px;
  flex-wrap: wrap;
  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 {
  color: #fff;
}
.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;
  }
}
.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 {
  width: 25px;
  height: 25px;
  background-image: url(../images/bottom-offer-close-mob.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 17px;
  padding: 10px 20px 40px 30px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: box-shadow 0.2s ease-in-out;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  z-index: 9;
}
@media (max-width: 1170px) {
  .bottom_offer_popup_close_btn {
    top: 10%;
    right: 3%;
  }
}
@media (max-width: 864px) {
  .bottom_offer_popup_close_btn {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 540px) {
  .bottom_offer_popup_close_btn {
    top: 4%;
    right: 3%;
  }
}

.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;
  border: none;
}

.bottom_offer_logo_wrap {
  width: 100%;
  max-width: 300px;
  position: relative;
  background: #272647;
  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: #272647;
  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: rgb(255, 180, 63);
  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: #000;
  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: 735px;
  max-width: 1118px;
  width: 100%;
  margin: 0 auto;
}

.three_offer_popup {
  position: relative;
  padding: 30px;
  border-radius: 24px;
  width: 100%;
  min-height: 656px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}

.three_offer_popup_close_btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #0d205a;
  cursor: pointer;
  transition: box-shadow 0.2s ease-in-out;
  position: absolute;
  top: 35px;
  right: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.three_offer_popup_close_btn:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.three_offer_popup_title {
  padding-top: 30px;
  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;
  align-items: flex-end;
  gap: 10px;
}

.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: rgba(13, 32, 91, 0.7490196078);
  border-radius: inherit;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.three_offer_item.highlighted {
  min-height: 525px;
  max-width: 350px;
  min-width: 350px;
  width: 100%;
  border-color: #7374D8;
  z-index: 2;
}
.three_offer_item.highlighted .gradient-border {
  display: block;
  border-radius: 16px;
}
.three_offer_item.highlighted .brand_ribbon {
  background: linear-gradient(200deg, #ffd03a 0%, #ff7c03 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(200deg, #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(200deg, #ffd03a 0%, #ff7c03 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;
}

.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: 248px;
  padding: 20px 0;
}

.three_offer_welcome_bonus {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.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;
  width: 100%;
  border-radius: 10px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  padding: 0 20px;
  white-space: nowrap;
  background: #ffb43f;
}

.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 > a,
  .top_list .brand_welcome_bonus > a {
    font-size: 18px;
  }
  .brand_list .brand_score,
  .top_list .brand_score {
    font-size: 26px;
  }
}
@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;
    color: #fff;
    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 auto;
    align-items: center;
    gap: 8px;
  }
  .main_title_block h1 {
    font-size: 21px;
    line-height: 1.03;
    margin: 0;
    text-align: center;
  }
  .main_subtitle {
    font-size: 12px;
    text-align: center;
  }
  .last_update_block {
    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: -2px;
  }
  .brand_list .brand_ribbon,
  .top_list .brand_ribbon {
    height: 16px;
    padding: 3px 10px;
    top: 0;
    left: 0;
  }
  .brand_list .brand_ribbon span,
  .top_list .brand_ribbon span {
    font-size: 12px;
    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: 58px;
    max-width: 154px;
  }
  .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;
    text-align: center;
  }
  .brand_list .brand_welcome_bonus__mobile .welcome-title,
  .top_list .brand_welcome_bonus__mobile .welcome-title {
    font-family: "Mont-Black", sans-serif;
    font-size: 16px;
    line-height: 17px;
    font-weight: 800;
    background: linear-gradient(0deg, rgb(255, 227, 7), rgb(249, 254, 91));
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    margin-bottom: 5px;
  }
  .brand_list .brand_welcome_bonus__mobile > a,
  .top_list .brand_welcome_bonus__mobile > a {
    font-family: "Mont-Bold", sans-serif;
    max-width: max-content;
    margin: 0 auto;
    font-size: 14px;
    line-height: 17px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-style: italic;
  }
  .brand_list .brand_welcome_bonus__mobile .welcome_bonus_disclaimer,
  .top_list .brand_welcome_bonus__mobile .welcome_bonus_disclaimer {
    display: none;
  }
  .brand_list .no-wagering,
  .top_list .no-wagering {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
  }
  .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: none;
  }
  .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;
    gap: 20px;
  }
  .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 {
    object-fit: contain;
  }
  .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;
    display: flex;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  .footer_menu a {
    text-align: center;
  }
}
@media (max-width: 540px) {
  .main_title_block_wrap {
    background-position: center bottom;
    margin: 0;
  }
  .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 */
