* {
  font-family: "Red Hat Display", sans-serif;
  box-sizing: border-box;
  outline: none !important;
  font-style: normal;
}

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-blend-mode: multiply;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  position: relative;
}

a {
  color: #ffffff;
}

.no-scroll {
  overflow: hidden;
}

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

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

.main_header_wrap {
  background-color: #fff;
}

.main_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 75px;
}

.main_header_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  min-width: 350px;
  margin: 0 auto;
}

.main_header_menu_item {
  font-size: 14px;
  font-weight: 500;
  color: #202535;
  margin: 0 0 0 30px;
  text-decoration: none;
}
.main_header_menu_item:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .image-logo-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.image-logo-wrap .logo {
  max-width: 271px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .image-logo-wrap .logo {
    max-width: 181px;
  }
}
.image-logo-wrap .logo img {
  width: 100%;
  height: auto;
}

.text-logo-wrap {
  display: flex;
  justify-content: left;
}
@media (max-width: 991px) {
  .text-logo-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.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: 333px;
  height: 38px;
  text-decoration: none;
}
@media (max-width: 991px) {
  .text-logo-wrap .logo {
    padding: 3px 20px;
    border-radius: 6px;
    font-size: 18px;
    min-width: 195px;
    height: 26px;
  }
}

.main_title_block_wrap {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 485px;
}
.main_title_block_wrap .container {
  max-width: 1065px;
}

.main_title_block {
  padding: 60px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}
.main_title_block h1 {
  max-width: 920px;
}

h1 {
  font-size: 48px;
  line-height: 1.4;
  text-align: center;
  margin: 0 auto;
  font-weight: 700;
}
h1 .title_date {
  display: block;
}

.main_subtitle {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  margin: 0 auto;
  line-height: 1.4;
  color: inherit;
}
.main_subtitle a {
  color: inherit;
}
.main_subtitle a:hover {
  text-decoration: none;
}

.advantages_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 841px;
  gap: 15px 30px;
  flex-wrap: wrap;
}

.advantage_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  gap: 40px;
  white-space: nowrap;
}
.advantage_item img {
  height: 28px;
  display: block;
  margin: 0;
}
.advantage_item span {
  font-size: 16px;
  font-weight: 700;
}

.title_disclaimer {
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px;
}

.last_update_block {
  text-align: center;
  font-size: 16px;
  margin: 0;
  font-weight: 700;
}

.brand_list_header_wrap {
  margin: -30px 0 5px;
}

.brand_list_header {
  background: #232936;
  border-radius: 8px;
  height: 50px;
  display: grid;
  grid-template-columns: 300px 320px 210px 310px;
}

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

.brand_item {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 162px;
  border-radius: 16px;
  background: #232936;
  margin: 0 auto 10px;
}
.brand_item.highlighted .gradient-border {
  display: block;
}
.brand_item.highlighted .brand_ribbon {
  left: -2px;
  top: -2px;
}

.brand_logo_wrap {
  width: 300px;
  position: relative;
  border-radius: 16px 0 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  flex-shrink: 0;
  text-decoration: none;
}
.brand_logo_wrap.with-ribbon {
  padding: 25px 5px 10px 10px;
}

.brand_ribbon {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  min-width: 120px;
  background: #F4D838;
  display: flex;
  align-items: center;
  padding: 0 20px 0 15px;
  border-radius: 16px 0 8px 0;
  white-space: nowrap;
  justify-content: center;
}
.brand_ribbon span {
  font-size: 12px;
  font-weight: 700;
  color: #026a10;
}

.brand_logo {
  display: block;
  max-width: 224px;
  width: 100%;
  height: 78px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.brand_content_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.brand_content {
  display: flex;
  align-items: stretch;
  flex-grow: 1;
  width: 100%;
  min-height: 130px;
}

.brand_item_part {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.brand_welcome_bonus {
  padding: 10px 30px;
  position: relative;
  max-width: 320px;
  width: 100%;
}
.brand_welcome_bonus a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  display: block;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.brand_welcome_bonus:after {
  position: absolute;
  content: "";
  top: 50%;
  right: -20px;
  height: 66px;
  width: 1px;
  background-color: #1C1F33;
  transform: translateY(-50%);
}
.brand_welcome_bonus:hover {
  text-decoration: none;
}

.brand_rates_wrap {
  min-width: 136px;
  margin: 0 40px;
  position: relative;
}
.brand_rates_wrap:after {
  position: absolute;
  content: "";
  top: 50%;
  right: -20px;
  height: 66px;
  width: 1px;
  background-color: #1C1F33;
  transform: translateY(-50%);
}

.brand_score {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
}

.brand_rate_stars_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand_rate_stars_wrap img {
  width: 16px;
  height: 16px;
  display: block;
}

.brand_rates_value {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  white-space: nowrap;
}

.brand_min_deposit {
  min-width: 90px;
  margin: 0 20px;
  position: relative;
  flex-direction: row;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
.brand_min_deposit:after {
  position: absolute;
  content: "";
  top: 50%;
  right: -20px;
  height: 66px;
  width: 1px;
  background-color: #1C1F33;
  transform: translateY(-50%);
}

.brand_get_bonus_wrap {
  width: 100%;
}

.brand_get_bonus {
  background: #029837;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  flex-shrink: 0;
  max-width: 210px;
  width: 100%;
  border-radius: 25px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 700;
  font-size: 20px;
  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_text {
  color: #fff;
  text-decoration: none;
  margin: 10px 0 0;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  max-width: 193px;
}
.brand_text:hover {
  text-decoration: underline;
}

.brand_description {
  min-height: 32px;
  width: 100%;
  background-color: inherit;
  color: #232936;
  text-align: center;
  padding: 5px 10px;
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 16px 0;
}

.brand_descr_showhide_btn {
  background: transparent;
  border: none;
  font-size: 9px;
  color: #ffffff;
  padding: 0;
  cursor: pointer;
  margin: 0 0 0 5px;
}

.top_list_wrap {
  margin: 0;
}

.top_list_content {
  padding: 40px 40px 30px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 640px) {
  .top_list_content {
    padding: 15px 0 30px;
    gap: 20px;
  }
}

.top_list_title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
}

.top_list_subtitle {
  font-size: 21px;
  color: #ffffff;
  font-weight: 400;
  margin: 0;
}

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

.rating_explanation_block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 25px;
}

.rating_explanation_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 173px;
  min-height: 204px;
}

.rating_explanation_item__img {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #232936;
  border-radius: 30px;
  margin: 0 0 8px;
}
.rating_explanation_item__img img {
  display: block;
  max-width: 100px;
  width: 100%;
}

.rating_explanation_item__title {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}

.rating_explanation_item__separator {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  margin: 0 25px;
}

.faq-block-wrap {
  padding: 30px 0;
}
.faq-block-wrap h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-top: 0;
}
@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: #232936;
  border-radius: 12px;
  background: #fff;
  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;
  display: none;
}
.faq-block-wrap .faq-block .faq-block__item .faq-block__item-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: #029837;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.section-content {
  padding: 20px 0 70px;
}
.section-content .content-blocks .content-block-title {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media (max-width: 540px) {
  .section-content .content-blocks .content-block-title {
    font-size: 21px;
  }
}
.section-content .content-blocks .content-block:not(:last-child) {
  margin-bottom: 25px;
}
.section-content .content-blocks .content-block {
  align-items: center;
  border-radius: 16px;
  display: flex;
  gap: 30px;
  padding: 25px;
  background: #232936;
}
@media (max-width: 540px) {
  .section-content .content-blocks .content-block {
    flex-direction: column;
  }
}
.section-content .content-blocks .content-block .content-block-image {
  margin: 0 auto;
  width: 168px;
  padding: 35px;
  background: transparent;
  border-radius: inherit;
}
@media (max-width: 540px) {
  .section-content .content-blocks .content-block .content-block-image {
    margin: 0 auto;
  }
}
.section-content .content-blocks .content-block .content-block-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.section-content .content-blocks .content-block .content {
  flex: 1;
}
.section-content .content-blocks .content-block .content .content-item-title {
  color: #029837;
  font-size: 24px;
  margin-bottom: 14px;
  font-weight: 700;
  line-height: 1.125;
  text-transform: uppercase;
}
@media (max-width: 540px) {
  .section-content .content-blocks .content-block .content .content-item-title {
    margin: 0 auto 10px;
    line-height: 1.2;
    text-align: center;
  }
}
.section-content .content-blocks .content-block .content p {
  font-size: 12px;
  line-height: 15px;
}
@media (max-width: 540px) {
  .section-content .content-blocks .content-block .content p {
    text-align: justify;
  }
}

.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: 33px;
  height: 30px;
  border: none;
  cursor: pointer;
  transition: box-shadow 0.2s ease-in-out;
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: transparent;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.bottom_offer_popup_close_btn:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.bottom_offer_popup_close_btn svg {
  stroke: #2F334E;
}
@media (max-width: 864px) {
  .bottom_offer_popup_close_btn svg {
    stroke: #fff;
    width: 13px;
    height: 13px;
  }
}

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

.bottom_offer_logo_wrap {
  width: 100%;
  max-width: 300px;
  position: relative;
  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: #fff;
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  justify-content: space-around;
  width: 100%;
}

.bottom_offer_content {
  max-width: 489px;
  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: 24px;
  color: #232936;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.bottom_offer_get_bonus {
  background: #029837;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  flex-shrink: 0;
  max-width: 210px;
  width: 100%;
  border-radius: 25px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 700;
  font-size: 20px;
  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);
}

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

#backToTopBtn {
  position: fixed;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  cursor: pointer;
  bottom: 44%;
  right: 10%;
  z-index: 9;
  display: none;
}
@media (max-width: 640px) {
  #backToTopBtn {
    width: 40px;
    height: 40px;
    right: 6%;
  }
}
#backToTopBtn img {
  width: 100%;
  height: auto;
}

.footer_wrap {
  background-color: #232936;
  padding: 60px 0;
}
.footer_wrap .footer {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer_wrap .footer_menu_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 991px) {
  .footer_wrap .footer_menu_block {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) {
  .footer_wrap .footer_menu_block .image-logo-wrap {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
  }
}
.footer_wrap .footer_menu {
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  min-width: 350px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .footer_wrap .footer_menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin: 0 auto 0 0;
    min-width: auto;
  }
}
.footer_wrap .footer_menu li a {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
}
.footer_wrap .footer_menu li a:hover {
  text-decoration: underline;
}
.footer_wrap .footer_top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer_wrap .footer_title {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .footer_wrap .footer_title {
    font-size: 21px;
  }
}
.footer_wrap .footer_text {
  font-size: 21px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .footer_wrap .footer_text {
    font-size: 14px;
  }
}
.footer_wrap .awareness_block {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.footer_wrap .awareness_block img {
  display: block;
  margin: 0;
  height: 40px;
}
.footer_wrap .footer_bottom {
  display: flex;
  flex-direction: column;
  max-width: 330px;
  gap: 20px;
}
.footer_wrap .footer_copyright,
.footer_wrap .footer_disclaimer {
  font-size: 12px;
  font-weight: 500;
}

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

.three_offer_popup_overlay {
  display: none;
  background: rgba(35, 41, 54, 0.7490196078);
  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: 646px;
  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/three-offer-bg.webp);
  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;
  cursor: pointer;
  transition: box-shadow 0.2s ease-in-out;
  position: absolute;
  top: 45px;
  right: 35px;
}
.three_offer_popup_close_btn:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.three_offer_popup_title {
  text-align: center;
  font-size: 36px;
  text-transform: capitalize;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
  padding: 0 50px;
}

.offers_wrap {
  display: flex;
  align-items: flex-start;
  margin: 0 auto;
  gap: 20px;
}

.three_offer_item {
  position: relative;
  border-radius: 16px;
  width: 330px;
  height: 413px;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.three_offer_item .three_offer_item-container {
  background: #fff;
  border-radius: inherit;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.three_offer_item.highlighted {
  width: 399px;
  min-height: 500px;
}
.three_offer_item.highlighted .gradient-border {
  display: block;
}
.three_offer_item.highlighted .three_offer_logo_wrap {
  height: 182px;
}
.three_offer_item.highlighted .three_offer_logo {
  height: 100px;
  max-width: 220px;
}
.three_offer_item .brand_rates_wrap:after {
  display: none;
}

.three_offer_logo_wrap {
  height: 150px;
  background: #232936;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 16px 16px 0 0;
}

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

.three_offer_content_wrap {
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: space-evenly;
  border-radius: 0 0 16px 16px;
}

.benefits-block {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  width: 100%;
  max-width: 236px;
  padding: 0;
  margin: 0;
}
.benefits-block li {
  display: flex;
  align-items: center;
  gap: 15px;
}
.benefits-block li a {
  font-weight: 500;
  font-size: 13px;
  color: #3B3F4A;
  text-decoration: none;
}

.three_offer_welcome_bonus {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.three_offer_welcome_bonus a {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #232936;
  text-decoration: none;
  text-transform: uppercase;
}

.three_offer_rates_wrap {
  margin: auto 0 10px;
}
.three_offer_rates_wrap .brand_score {
  font-weight: 500;
  font-size: 48px;
  color: #232936;
  text-align: center;
}

.three_offer_get_bonus {
  background: #029837;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  flex-shrink: 0;
  max-width: 200px;
  width: 100%;
  border-radius: 25px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 500;
  font-size: 20px;
  padding: 0 20px;
  white-space: nowrap;
}

.gradient-border {
  display: none;
  --borderWidth: 2px;
  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_description__mobile,
.brand_rates_wrap__mobile,
.brand_welcome_bonus__mobile,
.mobile_menu_btn,
.menu_close_btn,
.brand_min_deposit__mobile {
  display: none;
}

@media (max-width: 1170px) {
  .three_offer_popup_overlay,
  .three_offer_popup_overlay.show {
    display: none;
  }
  .brand_list_header {
    grid-template-columns: 270px minmax(225px, 368px) minmax(207px, 220px) minmax(210px, 297px);
  }
  .brand_logo_wrap {
    max-width: 270px;
  }
  .brand_welcome_bonus:after {
    display: none;
  }
  .brand_rates_wrap:after {
    display: none;
  }
  .brand_min_deposit:after {
    display: none;
  }
  .brand_get_bonus_wrap {
    padding: 0 15px;
  }
}
@media (max-width: 1024px) {
  .hidden-md {
    display: none !important;
  }
  .brand_list_header {
    grid-template-columns: 180px minmax(210px, 320px) 157px minmax(210px, 350px);
  }
  .brand_list_header_item {
    font-size: 12px;
    text-align: center;
  }
  .brand_get_bonus {
    font-size: 18px;
  }
  .brand_logo_wrap {
    max-width: 180px;
  }
  .brand_welcome_bonus {
    padding: 10px 15px;
  }
  .brand_welcome_bonus a {
    font-size: 18px;
  }
  .brand_rates_wrap {
    margin: 0 15px;
  }
}
@media (max-width: 991px) {
  .title_disclaimer,
  .brand_list_header_wrap,
  .brand_welcome_bonus,
  .brand_rates_wrap,
  .brand_description,
  .brand_min_deposit,
  .brand_text,
  .brand-link-hidden {
    display: none;
  }
  .container {
    padding: 0 10px;
  }
  .main_header_wrap .container {
    padding: 0;
  }
  .main_header {
    height: 48px;
    position: relative;
  }
  .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(-1000px);
    transition: all 0.3s ease-in-out;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    gap: 0;
    min-width: auto;
    justify-content: flex-start;
  }
  .main_header_menu.show {
    transform: translateY(0);
  }
  .main_header_menu_item {
    margin: 0;
    font-size: 18px;
    background-color: #232936;
    color: #fff;
    padding: 10px;
    width: 100%;
    text-align: center;
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }
  .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 0 #607D8B;
  }
  .main_title_block_wrap {
    margin: 0 0 10px;
    min-height: auto;
  }
  .main_title_block {
    padding: 15px 0;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    gap: 10px;
  }
  .last_update_block {
    font-size: 14px;
    margin: 0 0 10px;
  }
  h1 {
    font-size: 21px;
    line-height: 1.2;
  }
  .main_subtitle {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
  }
  .advantages_block {
    row-gap: 10px;
    column-gap: 10px;
    justify-content: center;
  }
  .advantage_item {
    width: auto;
    gap: 5px;
    margin: 0;
  }
  .advantage_item:first-child {
    display: block;
    width: 100%;
    text-align: center;
  }
  .advantage_item img {
    height: 18px;
  }
  .advantage_item:nth-child(1) img {
    height: 18px;
    width: 15px;
  }
  .advantage_item span {
    font-size: 12px;
  }
  .brand_item {
    min-height: 147px;
    border-radius: 16px;
    max-width: 600px;
    width: 100%;
  }
  .brand_ribbon {
    height: 21px;
    padding: 0 10px;
  }
  .brand_ribbon span {
    font-weight: 500;
    line-height: 1;
  }
  .brand_logo_wrap {
    max-width: unset;
    width: 50%;
    border-radius: 16px 0 0 16px;
    display: flex;
    flex-direction: column;
    padding: 10px;
  }
  .brand_logo {
    height: 65px;
    max-width: 128px;
    margin: 0 0 5px;
  }
  .brand_rates_wrap__mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .brand_rates {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .brand_score {
    font-size: 33px;
    font-weight: 700;
    text-align: center;
  }
  .brand_rate_stars_wrap img {
    width: 14px;
    height: 14px;
  }
  .brand_rates_value {
    font-size: 10px;
    width: 100%;
    text-align: center;
  }
  .brand_content_wrap {
    width: 50%;
  }
  .brand_get_bonus_wrap {
    padding: 5px 10px;
    gap: 10px;
  }
  .brand_welcome_bonus__mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 700;
  }
  .brand_welcome_bonus__mobile a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    line-height: 18px;
    display: block;
    text-align: center;
  }
  .brand_get_bonus {
    height: 34px;
    font-size: 14px;
    max-width: 148px;
  }
  .brand_description__mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-size: 9px;
    color: #fff;
    text-align: center;
    min-height: 38px;
    width: 100%;
    border-radius: 0 0 16px 16px;
    padding: 5px 15px;
    margin: 0 0 5px;
    font-weight: 500;
  }
  .brand_min_deposit__mobile {
    font-size: 10px;
    text-align: center;
    display: block;
    margin: 10px 0 0;
  }
  .brand_descr_showhide_btn {
    font-size: 9px;
    font-weight: 300;
  }
  .top_list_title {
    font-size: 18px;
    text-align: left;
    margin: 0;
    padding: 0 15px;
  }
  .top_list_subtitle {
    font-size: 14px;
    padding: 0 15px;
  }
  .footer_top_wrap .container {
    padding: 0 20px;
  }
  .footer_text {
    font-size: 14px;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer_text img {
    margin: 10px 0 0;
  }
  .footer_copyright,
  .footer_disclaimer {
    font-weight: 400;
  }
  .footer_menu li a {
    font-weight: 400;
  }
}
@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: 540px) {
  .main_title_block_wrap {
    margin: 0;
  }
  .brand_list_wrap {
    padding-top: 2px;
  }
  .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 */
