* {
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
  outline: none !important;
}

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

body {
  background-color: #fff;
  color: #242B46;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 42px;
  line-height: 1;
  font-weight: 600;
  margin: 0 0 8px;
}

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

.dropdown_block__js {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

.accordion_btn__js.active img {
  transform: rotate(180deg);
}

.hover_scale {
  transition: transform 0.2s ease;
}
.hover_scale:hover {
  transform: scale(1.04);
}

.section_title_with_border {
  font-size: 24px;
  font-weight: 700;
  display: block;
  margin: 0;
  margin-bottom: 30px;
}

.main_header_wrap {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0 15px 30px 0 rgba(119, 123, 146, 0.1);
  height: 72px;
  display: flex;
  align-items: center;
  z-index: 100;
}

.main_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_logo {
  width: 284px;
}
.header_logo img {
  width: 100%;
  display: block;
}

.header_mobile_menu_btn {
  display: block;
  padding: 0;
  background: none;
  border: none;
  width: 16px;
  height: 16px;
}
.header_mobile_menu_btn svg {
  width: 100%;
  display: block;
}
@media (min-width: 993px) {
  .header_mobile_menu_btn {
    display: none;
  }
}

.header_mobile_menu_overlay {
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  background-color: rgba(59, 63, 74, 0.5);
}
.header_mobile_menu_overlay.active {
  display: block;
}
@media (min-width: 993px) {
  .header_mobile_menu_overlay {
    display: none;
  }
  .header_mobile_menu_overlay.active {
    display: none;
  }
}

.header_mobile_menu {
  position: fixed;
  min-height: 100vh;
  overflow-y: scroll;
  top: 0;
  right: -250px;
  width: 250px;
  padding: 20px;
  background-color: #ffffff;
  z-index: 999;
  transition: right 0.3s ease;
  list-style-type: none;
  margin: 0;
}
.header_mobile_menu.active {
  right: 0;
}
@media (min-width: 993px) {
  .header_mobile_menu {
    display: none;
  }
  .header_mobile_menu.active {
    display: none;
  }
}

.header_mobile_menu_item a {
  display: block;
  padding: 12px 15px;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
  color: #242B46;
  font-weight: 500;
  margin: 0 0 5px;
}

.header_menu {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
  gap: 20px;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .header_menu {
    display: none;
  }
}

.header_mobile_menu_close_btn {
  border: none;
  background: transparent;
  padding: 0 12px;
  position: absolute;
  top: 2%;
  right: 10px;
}

.header_menu_item {
  position: relative;
}
.header_menu_item > a {
  cursor: pointer;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #242B46;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  transition: background-color 300ms cubic-bezier(0.5, 0, 0.5, 1), color 300ms cubic-bezier(0.5, 0, 0.5, 1);
}

.header_submenu {
  position: absolute;
  top: 100%;
  left: 0;
  list-style-type: none;
  margin: 0;
  background-color: #ffffff;
  box-shadow: 0 4px 24px rgba(137, 153, 175, 0.25);
  border-radius: 8px;
  padding: 20px;
  width: 203px;
  display: none;
}
.header_submenu:hover {
  display: block;
}

.header_submenu_item {
  margin: 0 0 30px;
}
.header_submenu_item:last-child {
  margin: 0;
}
.header_submenu_item a {
  text-decoration: none;
  color: #242B46;
  font-size: 14px;
  font-weight: 500;
  display: block;
}
.header_submenu_item a:hover {
  color: #1e73be;
}

.main_title_block_wrap {
  margin: 72px 0 0;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main_title_block {
  position: relative;
  z-index: 2;
  color: #242b46;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 993px) {
  .main_title_block {
    margin-top: 22px;
  }
}
.main_title_block .page_title {
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  text-transform: capitalize;
}
.main_title_block .page_title span:first-child {
  color: #008f56;
}
@media (max-width: 768px) {
  .main_title_block .page_title {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin: 0;
  }
}
.main_title_block .main_subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  margin: 0px 0px 8px;
  text-transform: none;
}
.main_title_block .main_subtitle::first-letter {
  text-transform: uppercase;
}
@media (max-width: 993px) {
  .main_title_block .main_subtitle {
    display: none;
  }
}

.last_updated_block {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.main_advantages_block {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-left: 40px;
  margin-top: 10px;
}
.main_advantages_block .advantage_item {
  display: flex;
  gap: 10px;
  align-items: center;
}
.main_advantages_block .advantage_item img {
  width: 100%;
  max-width: 36px;
}
.main_advantages_block .advantage_item span {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .main_advantages_block .advantage_item {
    gap: 6px;
  }
  .main_advantages_block .advantage_item img {
    width: 100%;
    max-width: 24px;
  }
  .main_advantages_block .advantage_item span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .main_advantages_block {
    gap: 20px;
    margin-left: 20px;
    justify-content: center;
  }
}

.main_advantages_block__wrap {
  padding: 4px 0 12px 0;
}
@media (max-width: 768px) {
  .main_advantages_block__wrap {
    padding: 0 0 8px 0;
  }
}
@media (max-width: 640px) {
  .main_advantages_block__wrap {
    padding: 0;
  }
}

.podium_brands_block_wrap {
  position: relative;
  z-index: 1;
  margin: 0px;
}

.podium_brands_block {
  padding: 36px 16px 16px;
  min-height: 168px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(3, 389px);
  grid-template-rows: 1fr;
  gap: 0px 15px;
  background: #e8f9f2;
  margin-top: -70px;
  justify-content: center;
  align-items: end;
}

.podium_brand {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  gap: 16px;
  background-color: rgb(255, 255, 255);
  width: 100%;
  padding: 10px 16px 12px;
  min-height: 107px;
  position: relative;
  border-radius: 8px;
}

.podium_brand.with_ribbon {
  padding: 16px 16px 22px;
  min-height: 130px;
}

.podium_brand.with_ribbon .podium_brand_ribbon {
  display: flex;
}

.podium_brand:nth-child(2) {
  gap: 20px;
  padding: 16px 16px;
}

.podium_brand_overlay_link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 8px;
}

.podium_brand_ribbon {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  top: -23px;
  left: 22px;
  padding: 1px 14px 2px 14px;
  border-radius: 8px 8px 0px 0px;
  background: #05d380;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  font-weight: 600;
}

.podium_brand__top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}
.podium_brand__top .podium_brand_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.podium_brand__top .podium_brand_logo .podium_brand_logo_wrap {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
}
.podium_brand__top .podium_brand_logo .podium_brand_logo_wrap img {
  width: 100%;
}
.podium_brand__top .podium_brand_logo .podium_brand_title {
  color: rgb(36, 43, 70);
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  border-left: 1px solid rgb(36, 43, 70);
  padding-left: 14px;
  height: 30px;
  display: flex;
  align-items: center;
}
.podium_brand__top .podium_brand_rating {
  display: flex;
  align-items: center;
  gap: 10px;
}
.podium_brand__top .podium_brand_rating .podium_brand_rating__value {
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  text-align: left;
  text-transform: uppercase;
}
.podium_brand__top .podium_brand_rating .podium_brand_rating_block .podium_brand_rating__text {
  font-size: 9px;
  font-weight: 500;
  line-height: 14px;
}
.podium_brand__top .podium_brand_rating .podium_brand_rating_block .podium_brand_rating__text span {
  font-weight: 600;
}

.podium_brand__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.podium_brand__bottom .podium_brand_welcome_bonus {
  color: rgb(36, 43, 70);
  font-size: 11px;
  line-height: 21px;
  border-radius: 4px;
  background: rgb(232, 249, 242);
  padding: 8px 10px;
  min-height: 58px;
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.podium_brand__bottom .podium_brand_welcome_bonus .podium_brand_welcome_bonus__title {
  margin: 0;
  padding: 0;
  font-weight: 600;
}
.podium_brand__bottom .podium_brand_welcome_bonus .podium_brand_welcome_bonus__subtitle {
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.podium_brand__bottom .podium_brand_cta {
  border-radius: 4px;
  padding: 8px 28px;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
}

.content_wrap {
  position: relative;
  background-color: #eeeeee;
  padding: 20px 0;
}
.content_wrap .container {
  display: flex;
  justify-content: center;
}

.content_block {
  max-width: 977px;
  width: 100%;
}

.review_list {
  width: 100%;
}

.review_list_item {
  position: relative;
  border: 1px solid rgb(196, 196, 196);
  border-radius: 8px;
  background: rgb(255, 255, 255);
  transition-property: transform, box-shadow;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.review_list_item:hover {
  transform: scale(1.01);
  box-shadow: 0 4px 24px rgba(137, 153, 175, 0.25);
}

.highlight {
  border: 2px solid #d0b26e;
}
.highlight .review_list_item__pos_number {
  border: 2px solid #d0b26e !important;
  color: #d0b26e !important;
}

.review_list_item__ribbon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  border-radius: 8px 0 0 0;
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  height: 25px;
  min-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 18px 0 15px;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  background: rgb(36, 43, 70);
  text-transform: uppercase;
  line-height: 1;
}

.review_list_item__ribbon_text {
  position: absolute;
  top: 0;
  left: 40px;
  z-index: 3;
  border-radius: 0 0 8px 0;
  clip-path: polygon(11% 0%, 100% 0%, 100% 100%, 0% 100%);
  height: 25px;
  min-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 18px 0 15px;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  background: rgb(0, 211, 127);
  text-transform: uppercase;
  line-height: 1;
}

.best_review_list_item__visible_part {
  padding: 18px 37px 5px 37px;
  position: relative;
  display: grid;
  grid-template-columns: 252px 400px 202px;
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
  align-items: stretch;
  justify-content: space-between;
  background: #fff;
  border-radius: 8px;
}

.review_list_item__visible_part {
  padding: 18px 22px 5px 37px;
  position: relative;
  display: grid;
  grid-template-columns: 192px 1fr 202px;
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
  align-items: stretch;
  background: #fff;
  border-radius: 8px;
}

.review_list_item__logo_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

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

.review_list_item__visit_link {
  color: rgb(0, 143, 86);
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0;
  text-align: center;
  text-decoration-line: underline;
}

.review_list_item__promotion_wrap {
  max-width: 342px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hover_min_scale {
  transition: transform 0.3s ease, box-shadow 0.2s ease;
}
.hover_min_scale:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 24px rgba(137, 153, 175, 0.25);
}

.review_list_item__coupon_wrap {
  width: 280px;
  position: relative;
  padding: 4px;
  border-radius: 4px;
  background-image: url("../images/border.svg");
  background-repeat: no-repeat;
}
.review_list_item__coupon_wrap span {
  position: absolute;
  bottom: -13px;
  right: 5px;
}

.review_list_item__coupon_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.review_list_item__coupon {
  display: flex;
  align-items: center;
  padding: 8px;
  border-radius: 4px;
  background: rgb(232, 249, 242);
  gap: 16px;
  min-height: 58px;
}
.review_list_item__coupon img {
  display: block;
  flex-shrink: 0;
  max-width: 66px;
  max-height: 42px;
  object-fit: contain;
}
.review_list_item__coupon p {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.14;
  margin: 0;
}

.review_list_item__advantages {
  margin: 5px 0 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}
.review_list_item__advantages li {
  display: flex;
  align-items: flex-start;
  margin: 0 0 6px;
}
.review_list_item__advantages li img {
  display: block;
  flex-shrink: 0;
  width: 10px;
  margin: 0 7px 0 0;
}
.review_list_item__advantages li span {
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
}

.review_list_item__save_wrap {
  width: auto;
  max-width: 186px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 50px;
  color: #fff;
  background-color: #242b46;
  padding: 3px 10px;
}
.review_list_item__save_wrap .review_list_item__save_text {
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
  padding: 0;
  margin: 0;
}

.review_list_item__info_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.review_list_item__rates_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.review_list_item__rates_wrap .brand_rate_stars_wrap {
  cursor: pointer;
  pointer-events: none;
  display: flex;
  gap: 0 2px;
  margin-top: 2px;
}
.review_list_item__rates_wrap .brand_rate_stars_wrap img {
  display: block;
  width: 16px;
  height: 16px;
}

.review_list_item_rating__text {
  font-size: 11px;
  font-weight: 500;
  line-height: 10px;
  letter-spacing: 0;
  text-align: center;
}
.review_list_item_rating__text span {
  font-weight: 600;
}

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

.review_list_item__rates_score {
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0;
  text-align: left;
  padding: 0;
  text-transform: uppercase;
  margin: 0;
}

.review_list_item__rates_word {
  font-size: 14px;
  font-weight: 700;
  text-align: end;
}

.review_list_item__visit_site {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 34px;
  border-radius: 4px;
  text-decoration: none;
  margin: 0 0 6px 0;
}

.review_list_item__visit {
  display: flex;
  border-radius: 4px;
  gap: 4px;
  background: rgb(232, 249, 242);
  padding: 2px 8px;
  align-items: center;
}
.review_list_item__visit .review_list_item__visit_text {
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  text-align: center;
  padding: 0;
  margin: 0;
}

.review_list_item__visit_mobile {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 93%;
}
@media (max-width: 780px) {
  .review_list_item__visit_mobile {
    width: 140px;
  }
}
@media (max-width: 380px) {
  .review_list_item__visit_mobile {
    width: 120px;
  }
}

.review_list_item__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 50px;
  background: #eef4ff;
  border-top: 1px dashed rgb(30, 115, 190);
  border-radius: 0 0 8px 8px;
  position: relative;
}
.review_list_item__bottom::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #eee;
  top: -16%;
  left: -8px;
  border-radius: 50%;
}
.review_list_item__bottom::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #eee;
  top: -16%;
  right: -8px;
  border-radius: 50%;
}
.review_list_item__bottom .review_list_item__stab_welcome {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.review_list_item__bottom .review_list_item__stab_welcome img {
  width: 100%;
  max-width: 24px;
}
.review_list_item__bottom .review_list_item__visit_text {
  color: rgb(30, 115, 190);
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}
.review_list_item__bottom .review_list_item__stab_offer {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  margin: 0;
  padding: 0;
}
.review_list_item__bottom .review_list_item__stab_visit {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 34px;
  border-radius: 8px;
  text-decoration: none;
  border: 1px solid rgb(30, 115, 190);
  border-radius: 4px;
  color: rgb(30, 115, 190);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}
.review_list_item__bottom .review_list_item__stab_visit:hover {
  cursor: pointer;
}

.review_list_promo_wrap {
  display: flex;
  text-decoration: none;
  min-height: 155px;
  border-radius: 8px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  gap: 4%;
}
.review_list_promo_wrap * {
  pointer-events: none;
}
.review_list_promo_wrap:hover {
  transform: scale(1.01);
}

.review_list_promo__logo {
  width: 100%;
  max-width: 216px;
  height: 80px;
  border-radius: 4px;
  padding: 4px 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.review_list_promo__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-left: auto;
}
.review_list_promo__text .review_list_promo__title {
  font-size: 21px;
  line-height: 31.5px;
  font-weight: 600;
  white-space: normal;
  color: rgb(36, 43, 70);
  text-align: center;
  width: 100%;
  max-width: 376px;
  min-width: 370px;
}
.review_list_promo__text .review_list_promo__subtitle {
  font-size: 14px;
  line-height: 21px;
  white-space: normal;
  text-align: center;
  color: rgb(36, 43, 70);
}
.review_list_promo__text .review_list_promo__cta {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  line-height: 21px;
  font-size: 14px;
  color: #fafafa;
  padding: 10px 44px;
  border: none;
  border-radius: 4px;
  line-height: 1;
  background-color: #05d380;
}

.text_section h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 24px;
}
.text_section p {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 24px;
}
.text_section ul li {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 6px;
}
@media (max-width: 540px) {
  .text_section h3 {
    font-size: 21px;
  }
  .text_section p,
  .text_section ul li {
    font-weight: 400;
  }
}

.best_provider_wrap {
  padding: 20px 0;
  background: #ccf6e5;
}
.best_provider_wrap_container {
  margin: 0 auto;
  max-width: 1258px;
}
.best_provider_wrap h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 31.5px;
  display: block;
  margin: 6px 0;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 680px) {
  .best_provider_wrap h3 {
    font-size: 21px;
  }
}
.best_provider_wrap .review_list_item {
  margin: 0 auto;
  max-width: 1258px;
}
@media (max-width: 768px) {
  .best_provider_wrap {
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .best_provider_wrap {
    padding: 10px;
  }
}

.review_brand_wrap {
  margin: 30px 0;
}
.review_brand_wrap .review_brand_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}
.review_brand_wrap .review_brand_list {
  margin: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.review_brand_wrap .top_of_category_item {
  display: flex;
  flex-direction: row;
  gap: 56px;
  border: 1px solid #C4C4C4;
  border-radius: 8px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .review_brand_wrap .top_of_category_item {
    flex-direction: column;
    gap: 0;
  }
}
.review_brand_wrap .top_of_category_item .top_of_category_item_block_left {
  background: #eef4ff;
  border-radius: 8px;
  padding: 40px 42px;
  width: 100%;
  min-width: 408px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .review_brand_wrap .top_of_category_item .top_of_category_item_block_left {
    min-width: 0;
    padding: 0 20px 10px;
    border-radius: 8px 8px 0 0;
    max-width: none;
  }
}
.review_brand_wrap .top_of_category_item .top_of_category_item__logo {
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  height: 80px;
  width: 70%;
  display: block;
}
@media (max-width: 768px) {
  .review_brand_wrap .top_of_category_item .top_of_category_item__logo {
    margin-top: 20px;
  }
}
.review_brand_wrap .top_of_category_item .top_of_category_item__text {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}
.review_brand_wrap .top_of_category_item .top_of_category_item__reviews {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.review_brand_wrap .top_of_category_item .review_list_item__reviews_score {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
.review_brand_wrap .top_of_category_item .top_of_category_item_block_right {
  padding: 40px 40px 40px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 768px) {
  .review_brand_wrap .top_of_category_item .top_of_category_item_block_right {
    display: none;
  }
}
.review_brand_wrap .top_of_category_item .top_of_category_item_block_right h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}
.review_brand_wrap .top_of_category_item .top_of_category_item_block_right p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
.review_brand_wrap .top_of_category_item .top_of_category_item_block_right-mobile {
  display: none;
  border-top: 1px solid rgb(196, 196, 196);
  background: rgb(255, 255, 255);
  border-radius: 0 0 8px 8px;
}
.review_brand_wrap .top_of_category_item .top_of_category_item_title_block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.review_brand_wrap .top_of_category_item h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.review_brand_wrap .top_of_category_item .top_of_category_item_text_block {
  padding: 0 20px;
  display: none;
}
@media (max-width: 768px) {
  .review_brand_wrap .top_of_category_item .top_of_category_item_block_right-mobile {
    display: block;
  }
}
@media (min-width: 769px) {
  .review_brand_wrap .top_of_category_item .top_of_category_item_block_right-mobile {
    display: none;
  }
}
.review_brand_wrap .top_of_category_item .top_of_category_item__cta {
  width: 100%;
  max-width: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 44px;
  text-decoration: none;
  background: rgb(0, 143, 86);
  border-radius: 4px;
}
@media (max-width: 768px) {
  .review_brand_wrap .top_of_category_item .top_of_category_item__cta {
    display: none;
  }
}
.review_brand_wrap .top_of_category_item .top_of_category_item__cta-mobile {
  display: none;
  width: 100%;
  max-width: 220px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 44px;
  text-decoration: none;
  background: rgb(0, 143, 86);
  border-radius: 4px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .review_brand_wrap .top_of_category_item .top_of_category_item__cta-mobile {
    display: flex;
  }
}
@media (min-width: 769px) {
  .review_brand_wrap .top_of_category_item .top_of_category_item__cta-mobile {
    display: none;
  }
}
.review_brand_wrap .top_of_category_item .top_of_category__reviews_info .top_of_category_item__reviews_info_item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 10px 0;
}
.review_brand_wrap .top_of_category_item .top_of_category__reviews_info .top_of_category_item__reviews_info_item .top_of_category_item__reviews_info_content {
  width: 70%;
}
.review_brand_wrap .top_of_category_item .top_of_category__reviews_info .top_of_category_item__reviews_info_item .top_of_category_item__reviews_info_content h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #1E73BE;
  margin: 0;
}
.review_brand_wrap .top_of_category_item .top_of_category__reviews_info .top_of_category_item__reviews_info_item .top_of_category_item__reviews_info_content p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.review_brand_wrap .top_of_category_item .top_of_category__reviews_info .top_of_category_item__reviews_info_item span {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #1E73BE;
}

#backToTopBtn {
  position: fixed;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  cursor: pointer;
  bottom: 44%;
  right: 6%;
  z-index: 9;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 4px grey;
}

.main_footer_wrap {
  background-color: #242b46;
  color: #fff;
  padding: 44px 0;
}

.main_footer {
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.footer_logo {
  display: block;
  width: 274px;
  margin: 0 0 48px;
}
.footer_logo img {
  display: block;
  width: 100%;
  pointer-events: none;
}

.footer_address {
  margin-bottom: 44px;
  font-size: 14px;
  font-weight: 500;
}
.footer_address-title {
  margin: 0;
  padding: 4px 0;
}
.footer_address-text {
  margin: 0;
}

.footer_copyright {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
}

.footer_menu {
  padding: 0;
  margin: 0;
  margin-bottom: 24px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.footer_menu li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.footer_disclosure__text {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

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

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

.service_popup {
  position: relative;
  background-color: #ffffff;
  min-height: 324px;
  min-width: 774px;
  border-radius: 8px;
  background-image: url("../images/service_popup-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px;
}
.service_popup .offers_wrap {
  display: flex;
  min-height: 490px;
  height: 100%;
}

.service_popup__close_btn {
  background-image: url(../images/close-icon-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: 14px;
  padding: 10px 20px 40px 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.service_popup__services_wrap {
  padding: 0 20px;
}

.service_popup__services_logo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  width: 100%;
  max-width: 168px;
  display: block;
  height: 70px;
}

.service_popup__service_content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 270px;
  margin-top: 10px;
}
.service_popup__service_content .service_popup__service_title {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin: 0;
}
.service_popup__service_content .service_popup__service_visit_site {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 34px;
  border-radius: 4px;
  text-decoration: none;
  margin: 4px 0;
  width: 100%;
  max-width: 206px;
}

.special_deal_popup__bg {
  margin: auto 0 0;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.bottom_offer_popup_overlay {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
}
.bottom_offer_popup_overlay.show {
  display: block;
  z-index: 10;
}
.bottom_offer_popup_overlay .bottom_offer_popup_wrap {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
.bottom_offer_popup_overlay .bottom_offer_popup {
  width: 100%;
  position: relative;
}
.bottom_offer_popup_overlay .bottom_offer_popup_close_btn {
  background-image: url(../images/close-icon-promotion.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 24px;
  padding: 10px 20px 40px 30px;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  z-index: 9;
}
.bottom_offer_popup_overlay .offer_wrap {
  display: flex;
  align-items: stretch;
}
@media (max-width: 664px) {
  .bottom_offer_popup_overlay .offer_wrap {
    display: none;
  }
}
.bottom_offer_popup_overlay .bottom_offer_item {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  min-height: 135px;
  display: flex;
  box-shadow: 0px 0px 5px 0px grey;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  gap: 14%;
  flex-direction: row-reverse;
  padding-right: 40px;
}
@media (max-width: 664px) {
  .bottom_offer_popup_overlay .bottom_offer_item {
    display: none;
  }
}
.bottom_offer_popup_overlay .bottom_offer_item_mobile {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  min-height: 200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  border: none;
  box-shadow: 0px 0px 5px 0px grey;
}
@media (min-width: 664px) {
  .bottom_offer_popup_overlay .bottom_offer_item_mobile {
    display: none;
  }
}
.bottom_offer_popup_overlay .bottom_offer_item__logo {
  width: 100%;
  max-width: 256px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}
@media (max-width: 664px) {
  .bottom_offer_popup_overlay .bottom_offer_item__logo {
    display: none;
  }
}
.bottom_offer_popup_overlay .bottom_offer_item__middle_mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60%;
  padding: 0 10px;
}
.bottom_offer_popup_overlay .bottom_offer_item__middle_mobile .bottom_offer_item__logo {
  display: block;
  width: 100%;
  max-width: 190px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 664px) {
  .bottom_offer_popup_overlay .bottom_offer_item__middle_mobile {
    display: none;
  }
}
.bottom_offer_popup_overlay .bottom_offer_item__middle-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom_offer_popup_overlay .bottom_offer_item__content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.bottom_offer_popup_overlay .bottom_offer_item__content .bottom_offer_item__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.bottom_offer_popup_overlay .bottom_offer_item__content .bottom_offer_item__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin: 0;
  padding: 0;
}
.bottom_offer_popup_overlay .bottom_offer_item__cta {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  color: #fafafa;
  padding: 10px 44px;
  line-height: 1;
  background-color: #008F56;
  text-decoration: none;
  border-radius: 4px;
  width: 100%;
  max-width: 190px;
}
.bottom_offer_popup_overlay .bottom_offer_item__content_mobile {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
@media (min-width: 664px) {
  .bottom_offer_popup_overlay .bottom_offer_item__content_mobile {
    display: none;
  }
}
.bottom_offer_popup_overlay .bottom_offer_item__content_mobile .bottom_offer_item__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.bottom_offer_popup_overlay .bottom_offer_item__content_mobile .bottom_offer_item__text {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 24px;
}
.bottom_offer_popup_overlay .bottom_offer_item__content_mobile .bottom_offer_item__cta {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #fafafa;
  padding: 10px 44px;
  border-radius: 4px;
  background-color: #008F56;
  text-decoration: none;
  width: 100%;
  max-width: 183px;
  margin: 0 auto;
}

.main_sidebar {
  width: 250px;
  margin: 0 0 0 auto;
}

.main_sidebar_block {
  box-shadow: 0 4px 24px 0 rgba(208, 212, 215, 0.25);
  padding: 16px 14px;
  border-radius: 8px;
}
.main_sidebar_block img {
  width: 100%;
}
.main_sidebar_block .block-image {
  box-shadow: 0px 4px 24px 0px rgba(208, 212, 215, 0.25);
}
.main_sidebar_block:first-child {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid rgb(196, 196, 196);
  box-shadow: 0px 4px 24px 0px rgba(208, 212, 215, 0.25);
  justify-content: space-between;
}
.main_sidebar_block:nth-child(3) {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  min-height: 294px;
  padding: 28px 24px;
  box-shadow: 0px 4px 24px 0px rgba(208, 212, 215, 0.25);
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}
.main_sidebar_block:nth-child(3) .main_sidebar_block_image {
  width: 100%;
  max-width: 168px;
  height: 72px;
  background-color: #fff;
  border-radius: 4px;
  padding: 8px;
  display: flex;
  align-items: center;
}
.main_sidebar_block:nth-child(3) .main_sidebar_block_image div {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.main_sidebar_block:nth-child(3) .main_sidebar_text {
  width: fit-content;
  padding: 6px 18px;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  background: rgba(208, 212, 215, 0.25);
  color: #fff;
  border-radius: 4px;
}
.main_sidebar_block:nth-child(3) .main_sidebar_btn {
  display: inline-block;
  padding: 6px 18px;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  width: 100%;
  border-radius: 4px;
  text-decoration: none;
}
.main_sidebar_block:nth-child(3) .main_sidebar_btn:hover {
  cursor: pointer;
}
.main_sidebar_block:nth-child(4) .main_sidebar_block_text {
  text-align: left;
}
.main_sidebar_block:nth-child(4), .main_sidebar_block:nth-child(5) {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 24px 0px rgba(208, 212, 215, 0.25);
  border: 1px solid rgb(196, 196, 196);
}

.main_sidebar_icon {
  width: 100%;
  max-width: 40px;
}

.block-image {
  padding: 12px 0;
}

.main_sidebar_title {
  font-size: 16px;
  font-weight: 700;
  color: #016940;
  line-height: 27px;
}

.divider {
  border-bottom: 1px solid #016940;
  padding: 6px 0;
  width: 144px;
  margin: 0 auto;
}

.main_sidebar_block_text {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}
.main_sidebar_block_text .text-color {
  color: #016940;
}

.divider .divider {
  border-bottom: 1px solid #1E73BE;
  padding: 6px 0;
  width: 144px;
  margin: 0 auto;
}

.main_sidebar_item__text {
  max-width: 162px;
  width: 100%;
}
.main_sidebar_item__text h3 {
  margin: 0;
  font-weight: 700;
  color: rgb(36, 43, 70);
  font-size: 18px;
}
.main_sidebar_item__text p {
  font-size: 12px;
  font-weight: 500;
}

@media (max-width: 1300px) {
  .main_title_image {
    display: none;
  }
  .container__inner {
    max-width: unset;
  }
  .text_section {
    max-width: 977px;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .main_header_wrap {
    height: 83px;
  }
  .main_title_block_wrap {
    margin: 83px 0 0;
  }
  .podium_brands_block {
    grid-template-columns: 1fr;
    border: navajowhite;
  }
  .podium_brands_title {
    display: none;
  }
  .podium_brand {
    padding: 4px 10px;
  }
  .podium_brand:nth-child(1) {
    order: 1;
  }
  .podium_brand:nth-child(2) {
    order: 2;
  }
  .podium_brand:nth-child(3) {
    order: 3;
  }
  .podium_brand_ribbon {
    padding: 0 13px;
    height: 16px;
    top: -15px;
    left: 12px;
  }
  .podium_brand_ribbon span {
    font-size: 10px;
  }
  .podium_brand_logo_wrap {
    width: 36px;
    height: 36px;
  }
  .best_review_list_item__visible_part {
    padding: 10px 20px;
    grid-template-rows: none;
    grid-row-gap: 0;
  }
  .review_list_item__visible_part {
    padding: 10px 20px;
    grid-template-rows: none;
    grid-row-gap: 0;
  }
  .review_list_item__pos_number {
    top: 20%;
    left: 3%;
  }
  .review_list_item__logo_wrap {
    margin-left: 20px;
    height: 58px;
    margin-top: 8px;
  }
}
.review_list_item__rates_word {
  font-size: 14px;
}

.main_footer_wrap .container {
  padding: 0 30px;
}

@media (max-width: 1300px) {
  .main_sidebar {
    display: none;
  }
  .podium_brands_block {
    overflow-x: scroll;
    justify-content: space-between;
  }
  .container__inner {
    max-width: unset;
  }
  .text_section {
    max-width: 977px;
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .podium_brands_block_wrap .container {
    max-width: unset;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .service_popup_overlay,
  .service_popup_overlay.show {
    display: none !important;
  }
  .review_list_item__show_hide {
    display: none;
  }
  .main_header_wrap {
    height: 83px;
  }
  .podium_brands_block {
    overflow-x: auto;
    grid-template-columns: repeat(3, 1fr);
  }
  .podium_brands_title {
    display: none;
  }
  .podium_brand {
    width: 100%;
    min-width: 356px;
    border-radius: 4px;
  }
  .podium_brand.with_ribbon {
    display: block;
    min-height: 118px;
    padding: 4px 10px;
  }
  .podium_brand:nth-child(1) {
    order: 1;
  }
  .podium_brand:nth-child(2) {
    order: 2;
  }
  .podium_brand:nth-child(3) {
    order: 3;
  }
  .podium_brand_ribbon {
    padding: 0 13px;
    height: 16px;
  }
  .podium_brand_ribbon span {
    font-size: 10px;
  }
  .podium_brand_logo_wrap {
    width: 36px;
    height: 36px;
  }
  .best_review_list_item__visible_part {
    padding: 10px 20px;
    grid-template-rows: none;
    grid-row-gap: 0;
  }
  .review_list_item__visible_part {
    padding: 10px 20px;
    grid-template-rows: none;
    grid-row-gap: 0;
  }
}
@media (max-width: 1024px) {
  .review_list_promo__bg_placeholder {
    display: none;
  }
  .review_list_promo__subtitle {
    font-size: 14px;
  }
  .review_list_promo__title {
    white-space: normal;
    text-align: center;
    max-width: 346px;
    min-width: 340px;
  }
  .review_list_promo__text {
    padding: 20px;
    padding-left: 40px;
  }
  .review_list_promo_wrap {
    min-height: unset;
    background-size: cover;
    background-position: left;
    width: 100%;
    padding: 0;
    min-height: 88px;
  }
  .review_list_promo__logo {
    margin-right: -20px;
  }
}
@media (max-width: 864px) {
  .review_list_item__coupon_wrap {
    width: 100%;
    max-width: 74%;
  }
}
@media (max-width: 768px) {
  .header_menu,
  .main_subtitle_text {
    display: none;
  }
  .main_header_wrap {
    height: 40px;
  }
  .header_logo {
    width: 176px;
  }
  .main_title_block_wrap {
    padding: 16px 0 0 0;
    min-height: 156px;
    margin: 0;
  }
  h1 {
    font-size: 21px;
  }
  .main_subtitle {
    display: none;
  }
  .last_updated_block img {
    width: 18px;
  }
  .last_updated_block p {
    font-size: 10px;
    line-height: 15px;
  }
  .review_list_item__rates_wrap {
    gap: 4px;
    flex-wrap: nowrap;
  }
  .podium_brands_block {
    padding: 22px 16px 12px;
    min-height: 142px;
    margin-top: -20px;
  }
  .podium_brand_cta {
    font-size: 12px;
    line-height: 18px;
  }
  .podium_brand__bottom .podium_brand_welcome_bonus {
    font-size: 10px;
    line-height: 12px;
    min-height: 40px;
  }
  .best_review_list_item__visible_part {
    grid-template-columns: 200px 1fr 186px;
    padding: 10px 10px 11px 20px;
  }
  .review_list_item__visible_part {
    grid-template-columns: 200px 1fr 186px;
    padding: 10px 10px 11px 20px;
  }
  .review_list_item__ribbon {
    font-size: 10px;
    height: 16px;
    top: 0px;
    left: 0;
    clip-path: polygon(0 0, 92% 0%, 75% 100%, 0% 100%);
  }
  .bottom_offer_item__content {
    margin-left: 10%;
  }
  .bottom_offer_popup_overlay .bottom_offer_item {
    gap: 0;
    padding: 0;
  }
  .review_list_item__ribbon_text {
    font-size: 10px;
    height: 16px;
    clip-path: polygon(8% 0%, 100% 0%, 100% 100%, 0% 100%);
    top: 0;
  }
  .review_list_item__promotion_wrap {
    max-width: 300px;
    margin-top: 10px;
  }
  .review_list_item__save_wrap {
    display: none;
  }
  .review_list_item__advantages {
    display: none;
  }
  .review_list_item__info_wrap {
    align-items: center;
    justify-content: center;
  }
  .review_list_item,
  .best_provider_wrap_bg {
    min-height: 112px;
  }
  .review_list_item__rates_stars {
    grid-area: 2/1/2/1;
  }
  .review_list_item__rates_stars img {
    width: 12px;
  }
  .review_list_item__rates_score {
    width: 45px;
    padding: 4px 15px;
    font-size: 18px;
  }
  .review_list_item__block {
    align-items: center;
  }
  .review_list_item__rates_word {
    grid-area: 3/1/3/1;
    font-size: 12px;
    margin: 0;
  }
  .review_list_item__visit_site {
    font-size: 12px;
    padding: 8px 10px;
  }
  .review_list_item__visit {
    display: none;
    gap: 2px;
  }
  .section_title_with_border {
    padding: 24px 0;
  }
  .review_list_item__stab_welcome {
    gap: 6px;
  }
  .review_list_item__stab_welcome img {
    max-width: 18px;
  }
  .review_list_item__bottom .review_list_item__visit_text,
  .review_list_item__bottom .review_list_item__stab_offer {
    font-size: 12px;
    line-height: 16px;
  }
  .main_footer_wrap {
    position: relative;
  }
  .footer_disclosure__title {
    margin: 20px 0 25px;
  }
  .review_list_promo__text {
    width: 50%;
  }
  .main_footer {
    display: flex;
    flex-direction: column;
  }
  .main_footer .footer_logo {
    margin: 0 0 24px;
  }
  .main_footer .footer_address {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 24px;
  }
  .main_footer .review_list_item__coupon_wrap {
    width: 240px;
  }
  .main_footer .footer_copyright {
    display: block;
    position: absolute;
    bottom: 12px;
  }
  .main_footer .footer_menu {
    display: flex;
    flex-direction: column;
  }
  .main_footer .footer_menu li a {
    font-size: 14px;
    font-weight: 500;
  }
  .main_footer .review_list_item__coupon_wrap:before {
    top: 24%;
    right: -27%;
  }
  .main_footer .main_footer_block {
    margin-bottom: 18px;
  }
  #backToTopBtn {
    width: 40px;
    height: 40px;
  }
  .review_list_item__visit_link {
    display: none;
  }
  .section_title_with_border {
    padding: 24px 0;
  }
  .footer_disclosure__title {
    margin: 20px 0 25px;
  }
  .section_title_with_border {
    margin: 0;
  }
  .bottom_offer_popup_overlay .bottom_offer_logo_wrap {
    max-width: 191px;
    min-height: 92px;
    width: 100%;
    margin: 0 auto;
  }
  .bottom_offer_popup_overlay .bottom_offer_content_wrap {
    background-position: bottom;
    clip-path: none;
  }
  .bottom_offer_popup_overlay .bottom_offer_popup_close_btn {
    top: 0px;
    right: 0;
  }
  .bottom_offer_popup_overlay .bottom_offer_content_wrap {
    display: flex;
    flex-direction: column;
  }
  .bottom_offer_popup_overlay .bottom_offer_content_wrap .bottom_offer_content {
    margin-bottom: 12px;
  }
  .bottom_offer_popup_overlay .bottom_offer_content a {
    font-size: 18px;
    font-weight: 600;
  }
  .bottom_offer_popup_overlay .bottom_offer_get_bonus {
    padding: 10px;
  }
}
@media (max-width: 640px) {
  .review_list_item__visit_site {
    height: 100%;
    margin-top: 0;
  }
  .best_review_list_item__visible_part {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 8px 6px 16px;
  }
  .review_list_item__visible_part {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 8px 6px 16px;
  }
  .review_list_item__logo_wrap {
    max-width: 145px;
  }
  .review_list_item__promotion_wrap {
    margin: 0;
    padding: 0;
    max-width: none;
  }
  .review_list_item__logo_wrap {
    margin-left: 0;
    height: 58px;
    margin-top: 8px;
    width: 60%;
  }
  .review_list_item__rates_score {
    padding: 4px 8px;
    font-size: 16px;
    width: 46px;
  }
  .review_list_item__block {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
  .review_list_item__rates_word {
    font-size: 12px;
  }
  .review_list_item__logo {
    width: 80%;
    min-height: 64px;
  }
  .review_list_item__coupon_wrap {
    max-width: 58%;
    width: 100%;
    padding: 4px;
  }
  .review_list_item__coupon {
    padding: 4px 3px 4px 14px;
  }
  .review_list_item__coupon img {
    max-width: 32px;
    margin: 0 6px 0 0;
  }
  .review_list_item__coupon p {
    font-size: 9px;
    font-weight: 600;
  }
  .review_list_item__visit_site {
    height: 100%;
    margin-top: 0;
  }
  .best_review_list_item__visible_part {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    justify-items: center;
    align-items: center;
    gap: 10px 0;
    padding: 20px 10px 10px;
  }
  .review_list_item__visible_part {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
    justify-items: center;
    align-items: center;
    gap: 12px 0;
    padding: 20px 0 10px;
    min-height: auto;
  }
  .review_list_item__logo_wrap {
    max-width: 165px;
    margin-top: 0;
    margin-left: 20px;
    width: 80%;
  }
  .review_list_item__promotion_wrap {
    margin: 0;
    padding: 0;
  }
  .review_list_item__info_wrap {
    display: flex;
    flex-direction: row;
    grid-column: 1/span 2;
    align-items: center;
    height: 100%;
    margin-left: 20px;
    min-width: 300px;
    width: 100%;
    justify-content: space-evenly;
  }
  .review_list_item__coupon_wrap {
    min-width: 145px;
    width: 100%;
    padding: 4px;
    max-width: 90%;
  }
  .review_list_item__coupon {
    padding: 0;
  }
  .review_list_item__coupon img {
    margin: 0 6px 0 0;
    max-width: 42px;
    height: auto;
    max-height: 30px;
  }
  .review_list_item__coupon p {
    font-size: 10px;
    font-weight: 600;
  }
  .text_section {
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  .review_list_promo__subtitle {
    font-size: 14px;
  }
  .review_list_promo_wrap {
    flex-direction: column-reverse;
    gap: 0;
    padding: 0 10px;
    background-size: cover;
    background-position: left;
    align-items: flex-end;
  }
  .review_list_promo__text {
    padding: 0 0 10px 0;
    width: 60%;
    gap: 5px;
  }
  .review_list_promo__text .review_list_promo__title {
    font-size: 18px;
    line-height: 100%;
    width: 100%;
    max-width: 206px;
    min-width: 200px;
  }
  .review_list_promo__text .review_list_promo__cta {
    padding: 8px 34px;
    font-size: 14px;
    line-height: 18px;
  }
  .review_list_item__coupon_wrap::before {
    top: 24%;
    right: -10%;
  }
  .review_list_promo__logo {
    max-width: 134px;
    margin: 5px 40px 5px 0;
  }
  .review_list_item__visit {
    display: flex;
    margin: 2px 0;
  }
  .review_list_item__visit img {
    width: 16px;
    height: 16px;
  }
  .review_list_item__visit .review_list_item__visit_text {
    margin: 0;
    padding: 0;
    font-size: 9px;
    line-height: 10px;
  }
  .review_list_item__coupon {
    gap: 0;
    padding: 6px;
  }
  .main_title_block {
    align-items: center;
  }
  .page_title {
    font-size: 18px;
  }
  .review_list_item__rates_score {
    padding: 0;
    font-size: 24px;
    width: 46px;
  }
  .main_advantages_block {
    margin: 8px 0;
  }
  .main_advantages_block .advantage_item img {
    max-width: 18px;
  }
  .main_advantages_block .advantage_item span {
    font-size: 9px;
  }
  .content_wrap {
    margin: 0;
  }
  .review_list_item__bottom {
    justify-content: center;
  }
  .review_list_item__bottom .review_list_item__stab_welcome,
  .review_list_item__bottom .review_list_item__stab_offer {
    display: none;
  }
  .top_of_category_item_text_block {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
  }
  .review_list_item_rating__text {
    font-size: 8px;
  }
  .review_list_item__rates_wrap .brand_rate_stars_wrap {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
  }
  .review_list_item__rates_wrap .brand_rate_stars_wrap img {
    width: 11px;
    height: 11px;
  }
  .review_list_item__coupon {
    font-size: 8px;
    line-height: 12px;
  }
  .review_list_item__info_wrap {
    margin-left: 0;
  }
}
@media (max-width: 380px) {
  .review_list_item__logo_wrap {
    margin-left: 0;
  }
  .review_list_item__coupon_wrap {
    max-width: 53%;
  }
  .review_list_item__coupon_wrap::before {
    top: 23%;
    right: -4%;
  }
  .podium_brands_block {
    margin-top: -10px;
  }
  .review_list_item__info_wrap {
    gap: 6px;
  }
}
@media (max-width: 340px) {
  .podium_brand {
    min-width: 286px;
    gap: 0;
  }
  .review_list_item__visit_mobile {
    width: 100px;
  }
  .podium_brand__top .podium_brand_rating {
    gap: 0;
    flex-direction: column;
  }
  .podium_brand__left {
    margin: 10px 0 0 0;
  }
  .podium_brand_logo {
    margin: 0;
  }
  .podium_brand_rating {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .review_list_item__rates_wrap {
    flex-direction: column;
    top: 16px;
    gap: 6px;
  }
  .review_list_item__block {
    align-items: center;
  }
  .review_list_item__logo {
    height: 48px;
  }
  .review_list_item__coupon_wrap::before {
    top: 8%;
    right: 1%;
  }
  .review_list_item__coupon {
    min-height: 40px;
  }
  .review_list_item__coupon img {
    display: none;
  }
  .review_list_item__logo {
    height: 38px;
  }
  .review_list_item__info_wrap {
    min-width: 112px;
  }
  .review_list_item__rates_wrap {
    top: 4px;
    gap: 0;
  }
  .review_list_promo__cta {
    font-weight: 600;
    font-size: 12px;
    padding: 10px 28px;
  }
  .review_list_item__coupon_wrap {
    min-width: 120px;
  }
  .review_list_item__visit {
    display: none;
  }
  .review_list_item__coupon_wrap {
    max-width: 45%;
  }
  .review_list_promo__text .review_list_promo__title {
    width: 80%;
  }
}

/*# sourceMappingURL=main.css.map */
