* {
  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;
}

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

.advertising_disclosure_block_wrap {
  width: 100%;
  position: relative;
  background: #fff;
  border-bottom: 1px solid #d6d6d6;
}
.advertising_disclosure_block_wrap .advertising_disclosure_block {
  display: flex;
  align-items: center;
  min-height: 31px;
  gap: 10px;
  font-size: 14px;
  color: #242b46;
  justify-content: center;
  letter-spacing: -0.5px;
  padding: 4px;
}
@media (max-width: 450px) {
  .advertising_disclosure_block_wrap .advertising_disclosure_block {
    font-size: 11px;
  }
}
.advertising_disclosure_block_wrap .advertising_disclosure_block p {
  margin: 0;
  opacity: 0.6;
}
.advertising_disclosure_block_wrap .advertising_disclosure_block .tooltip {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px;
  color: inherit;
}
.advertising_disclosure_block_wrap .advertising_disclosure_block .tooltip .tooltip-title {
  cursor: pointer;
  text-decoration: underline;
  color: inherit;
  opacity: 0.6;
}
.advertising_disclosure_block_wrap .advertising_disclosure_block .tooltip .tooltip-title.active {
  opacity: 1;
}
.advertising_disclosure_block_wrap .advertising_disclosure_block .tooltip .tooltip-text {
  display: none;
  width: 100%;
  max-width: 577px;
  padding: 21px 24px 16px;
  border: 1px solid rgba(214, 214, 214, 0.8);
  background-color: #fff;
  text-align: center;
  border-radius: 6px;
  position: fixed;
  top: 37px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 3px 7px 0 #b8b6b6;
}
.advertising_disclosure_block_wrap .advertising_disclosure_block .tooltip .tooltip-text.show {
  display: block;
  z-index: 100;
}
@media (max-width: 864px) {
  .advertising_disclosure_block_wrap .advertising_disclosure_block .tooltip .tooltip-text {
    top: 55px;
  }
}
@media (max-width: 450px) {
  .advertising_disclosure_block_wrap .advertising_disclosure_block .tooltip .tooltip-text {
    top: 46px;
  }
}
.advertising_disclosure_block_wrap .advertising_disclosure_block .tooltip:hover .tooltip-title {
  text-decoration: none;
}

.best_provider_title {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  display: block;
  margin: 0;
  border-top: 1px solid rgb(30, 115, 190);
  padding: 8px 2px 8px 11px;
  text-transform: uppercase;
}

.top_of_category_title {
  display: block;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 24px;
}

.main_header_wrap {
  position: relative;
  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: 10;
}

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

.header_logo,
.footer_logo {
  display: flex;
  align-items: center;
}
.header_logo img,
.footer_logo img {
  height: auto;
  object-fit: contain;
  max-width: 323px;
  max-height: 36px;
}

.header_mobile_menu_btn {
  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: 10px;
  font-size: 15px;
  text-decoration: none;
  color: #242b46;
  font-weight: 500;
  margin: 0 0 5px;
}

.main_header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 58px;
}

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

.header_menu_item,
.header_menu_item_link {
  position: relative;
  color: rgb(36, 43, 70);
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
}
.header_menu_item > a,
.header_menu_item_link > a {
  cursor: pointer;
}
.header_menu_item > a svg,
.header_menu_item_link > a svg {
  transition: transform 0.3s ease;
  width: 12px;
  height: 12px;
}
.header_menu_item > a svg.rotate-up,
.header_menu_item_link > a svg.rotate-up {
  transform: rotate(180deg);
}

.dropdown .dropdown_content {
  position: absolute;
  top: 50px;
  left: -140px;
  border: none;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 10;
  width: fit-content;
  background-color: rgba(36, 43, 70, 0.9);
  color: #fff;
  margin: 0;
  padding: 14px 24px;
  border-radius: 0 0 8px 8px;
  grid-template-columns: repeat(2, 126px);
  justify-items: start;
  gap: 0 36px;
  align-items: center;
  display: none;
}
.dropdown .dropdown_content .dropdown_content-arrow {
  clip-path: polygon(50% 5%, 0% 100%, 100% 100%);
  background: rgba(36, 43, 70, 0.9);
  width: 26px;
  height: 11px;
  position: absolute;
  top: -10px;
  left: 43%;
  z-index: 100;
}

.dropdown_item {
  display: block;
  color: #fff;
  text-decoration: none;
  width: 80%;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  text-align: right;
}

.mobile-only {
  display: none;
}

.desktop-only {
  display: block;
}

@media (max-width: 540px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
}
.main_header_menu_notifications_btn {
  border: none;
  background: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 29px;
  height: 28px;
  cursor: pointer;
  position: relative;
}
.main_header_menu_notifications_btn .main_header_menu_notifications_btn_wrap {
  position: absolute;
  top: -6px;
  right: -10px;
}
.main_header_menu_notifications_btn .main_header_menu_notifications_btn_wrap span {
  display: inline-block;
  color: #fff;
  padding: 3px;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
  min-width: 16px;
  height: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notification_offer_popup_overlay {
  position: fixed;
  top: 0;
  right: -1000px;
  width: 424px;
  height: 100%;
  overflow: auto;
  color: #fff;
  z-index: 1000;
  transition: left 0.3s ease-in-out;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .notification_offer_popup_overlay {
    width: 346px;
  }
}

.notification_offer_popup_overlay.open {
  right: 0;
}

.notification_offer_popup_title_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
  background: #242b46;
  gap: 8px;
}
.notification_offer_popup_title_block .notification_offer_popup-star {
  width: 100%;
  max-width: 156px;
}
@media (max-width: 991px) {
  .notification_offer_popup_title_block .notification_offer_popup-star {
    max-width: 126px;
  }
}
.notification_offer_popup_title_block .notification_offer_popup_title {
  font-size: 28px;
  font-weight: 700;
  line-height: 33px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
}
.notification_offer_popup_title_block .notification_offer_popup_title_btn {
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 26px;
  right: 30px;
}

.notification_offer_popup_body_block {
  overflow: auto;
  background-color: #deecff;
  height: 100%;
  padding: 20px 36px;
}
.notification_offer_popup_body_block .offers_wrap {
  display: flex;
  align-items: center;
  flex-flow: column;
  gap: 20px 0;
}
.notification_offer_popup_body_block .notification_offer_item {
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  max-width: 353px;
  min-height: 313px;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
}
.notification_offer_popup_body_block .notification_offer_item .brand_rates_wrap:after {
  display: none;
}
@media (max-width: 991px) {
  .notification_offer_popup_body_block .notification_offer_item {
    width: 280px;
    min-height: 262px;
    position: relative;
  }
}
.notification_offer_popup_body_block .notification_offer_logo_wrap {
  height: 110px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-bottom: 3px solid #deecff;
}
@media (max-width: 991px) {
  .notification_offer_popup_body_block .notification_offer_logo_wrap {
    height: 90px;
  }
}
.notification_offer_popup_body_block .notification_offer_logo {
  height: 64px;
  display: block;
  width: 100%;
  max-width: 191px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.notification_offer_popup_body_block .notification_offer_content_wrap {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  gap: 12px;
}
.notification_offer_popup_body_block .notification_offer_content_wrap .notification_offer_coupon_text {
  text-align: center;
  color: rgb(30, 115, 190);
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-decoration: none;
  text-transform: lowercase;
}
@media (max-width: 991px) {
  .notification_offer_popup_body_block .notification_offer_content_wrap .notification_offer_coupon_text {
    font-size: 18px;
    line-height: 100%;
  }
}
.notification_offer_popup_body_block .notification_offer_content_wrap .notification_offer_coupon_text::first-letter {
  text-transform: uppercase;
}
.notification_offer_popup_body_block .notification_offer_content_wrap .notification_offer_text {
  color: rgb(59, 63, 74);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin: 0;
}
.notification_offer_popup_body_block .notification_offer_content_wrap .notification_offer_visit_btn {
  width: 100%;
  max-width: 175px;
  height: 36px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgb(25, 195, 125);
  color: #fff;
}
@media (max-width: 991px) {
  .notification_offer_popup_body_block .notification_offer_content_wrap .notification_offer_visit_btn {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .notification_offer_popup_body_block .notification_offer_content_wrap {
    padding: 16px 24px;
  }
}
.notification_offer_popup_body_block .notification_offer_visit_link {
  display: none;
}
@media (max-width: 640px) {
  .notification_offer_popup_body_block .notification_offer_visit_link {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    color: rgb(30, 115, 190);
  }
}
@media (max-width: 991px) {
  .notification_offer_popup_body_block {
    padding: 16px 24px;
  }
}

.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_mobile_menu_close_btn {
  border: none;
  background: transparent;
  padding: 0 12px;
  position: absolute;
  top: 2%;
  right: 10px;
}

.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 {
  min-height: 382px;
  margin: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 18px 0 0 0;
}
.main_title_block_wrap:before {
  content: "";
  background: rgba(51, 51, 51, 0.45);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.main_title_block {
  position: relative;
  z-index: 2;
  color: #ffffff;
}
@media (max-width: 993px) {
  .main_title_block {
    margin-top: 18px;
  }
}

.main_title {
  font-size: 42px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
.main_title span {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.main_subtitle {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.title-info-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

.last_updated_block {
  padding: 8px 28px;
  border-radius: 4px;
}
.last_updated_block p {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  margin: 0;
}

.main_advantages_block {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 45px;
  padding: 8px 28px;
  border-radius: 4px;
}
.main_advantages_block .advantage_item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main_advantages_block .advantage_item img {
  width: 100%;
  max-width: 38px;
  height: 21px;
}
.main_advantages_block .advantage_item span {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  white-space: nowrap;
}
@media (max-width: 993px) {
  .main_advantages_block {
    margin: 0;
    padding: 4px 28px;
    gap: 0 45px;
    width: 100%;
  }
  .main_advantages_block .advantage_item img {
    height: 16px;
    max-width: 25px;
  }
  .main_advantages_block .advantage_item p {
    font-size: 12px;
    margin: 0;
  }
}

.podium_brands_block_wrap {
  position: relative;
  z-index: 1;
  margin: -82px 0 0;
  overflow-x: auto;
}

.podium_brands_block {
  background: rgba(255, 255, 255, 0.1490196078);
  border: 2px solid #fff;
  padding: 19px 23px 0;
  min-height: 168px;
  border-radius: 4px;
  align-items: flex-end;
  display: grid;
  grid-template-columns: repeat(3, 389px);
  grid-template-rows: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 0;
  width: fit-content;
}

.podium_brands_title {
  font-size: 12px;
  font-weight: 700;
  line-height: 21px;
  color: #fff;
  position: absolute;
  top: 1%;
}

.podium_brand {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  width: 100%;
  padding: 7px 15px 12px;
  min-height: 144px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 0 10px 5px rgba(119, 123, 146, 0.1);
  transition: 0.3s all;
  border: 2px solid rgb(222, 236, 255);
  box-shadow: 0px 4px 24px 0px rgba(208, 212, 215, 0.25);
}
.podium_brand.with_ribbon {
  padding: 25px 14px 14px 20px;
  min-height: 160px;
}
.podium_brand.with_ribbon .podium_brand_ribbon {
  display: flex;
}
.podium_brand:nth-child(1) {
  order: 2;
}
.podium_brand:nth-child(2) {
  order: 1;
}
.podium_brand:nth-child(3) {
  order: 3;
}

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

.podium_brand_ribbon {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 22px;
  top: -2px;
  left: -2px;
  padding: 1px 20px 2px 13px;
  border-top-left-radius: 4px;
  clip-path: polygon(100% 0, 93% 50%, 100% 100%, 0 100%, 0 0);
  background: linear-gradient(84.68deg, #E4C57D 3.08%, #B99D5D 97.39%);
}
.podium_brand_ribbon span {
  font-size: 12px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  padding: 2px 15px 1px;
}

.podium_brand__left {
  max-width: 202px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  margin: 0 14px 0 0;
}

.podium_brand_logo {
  display: flex;
  align-items: center;
}

.podium_brand_logo_wrap {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  padding: 6px;
  border-radius: 50%;
  border: 1px solid #DEECFF;
  margin: 0 9px 0 0;
}
.podium_brand_logo_wrap img {
  display: block;
  width: 100%;
}

.podium_brand_title {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

.podium_brand_bonus {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.podium_brand__right {
  max-width: 146px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
}

.podium_brand_rating {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  border: 1px solid rgb(36, 43, 70);
  border-radius: 4px;
}
.podium_brand_rating .podium_brand_rating_block {
  min-width: 90px;
  height: 31px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.podium_brand_rating .podium_brand_rating_block .stars_wrap {
  display: flex;
  justify-content: center;
  height: 12px;
  font-size: 10px;
}
.podium_brand_rating .podium_brand_rating_block .stars_wrap img {
  width: 12px;
  height: 12px;
  display: block;
  font-size: initial;
}

.podium_brand_rating__title {
  color: rgb(36, 43, 70);
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
}

.podium_brand_rating__value {
  background-color: rgb(36, 43, 70);
  color: #ffffff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  width: 46px;
}

.podium_brand__coupon_wrap {
  position: relative;
  padding: 3px 4px;
  border-radius: 4px;
  width: 201px;
  min-height: 58px;
  display: flex;
  align-items: center;
}
.podium_brand__coupon_wrap span {
  position: absolute;
  bottom: -14px;
  right: 10px;
}
.podium_brand__coupon_wrap span svg {
  width: 26px;
  height: 21px;
}
@media (max-width: 450px) {
  .podium_brand__coupon_wrap span {
    right: -5px;
  }
}

.podium_brand__coupon {
  display: flex;
  align-items: center;
  background-color: #f3f5f7;
  padding: 4px;
  border-radius: inherit;
  width: 100%;
  height: 100%;
}
.podium_brand__coupon img {
  display: block;
  flex-shrink: 0;
  max-width: 24px;
  width: 100%;
  max-height: 24px;
  margin: 0 7px 0 0;
}
.podium_brand__coupon p {
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  margin: 0;
}

.podium_brand_cta a {
  border-radius: 4px;
  padding: 6px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content_wrap {
  margin: 15px 0 0;
  position: relative;
}
.content_wrap .container {
  display: flex;
}

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

.review_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.review_list_item {
  position: relative;
  border: 2px solid rgba(137, 153, 175, 0.25);
  border-radius: 4px;
  transition: transform 0.3s ease, box-shadow 0.2s ease;
}
@media (max-width: 640px) {
  .review_list_item.desktop {
    display: none;
  }
}

.review_list_item.mobile {
  display: none;
}

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

.hover_scale {
  transition: transform 0.3s ease, box-shadow 0.2s ease;
}
.hover_scale:hover {
  transform: scale(1.07);
}

.highlight {
  border: 2px solid #d0b26e;
}
.highlight .review_list_item_stub {
  border-top: 2px solid #d0b26e !important;
}

.review_list_item__pos_number {
  position: absolute;
  top: 50%;
  left: -13px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #1E73BE;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
  color: #1E73BE;
  background-color: #ffffff;
}
.review_list_item__pos_number:first-child {
  border: 2px solid #1E73BE;
  color: #1E73BE;
}

.review_list_item__ribbon-number {
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 3;
  border-radius: 4px 0 0 0;
  height: 25px;
  width: 37px;
  display: flex;
  justify-content: center;
  background-color: #242b46;
  align-items: center;
  padding: 0 18px 0 15px;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
}

.review_list_item__ribbon {
  position: absolute;
  top: -2px;
  left: 38px;
  z-index: 3;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  height: 25px;
  min-width: 146px;
  display: flex;
  align-items: center;
  padding: 0 18px 0 15px;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
}

.best_review_list_item__ribbon-number {
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 3;
  border-radius: 4px 0 0 0;
  height: 25px;
  width: 37px;
  display: flex;
  justify-content: center;
  background-color: #242b46;
  align-items: center;
  padding: 0 18px 0 15px;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
}

.best_review_list_item__ribbon {
  position: absolute;
  top: -2px;
  left: 38px;
  z-index: 3;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  height: 25px;
  min-width: 156px;
  display: flex;
  align-items: center;
  padding: 0 18px 0 15px;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
}

.review_list_item__visible_part {
  padding: 26px 61px 28px 62px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 196px;
}

.review_list_item__logo_wrap {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 192px;
  height: 100px;
  height: 100px;
}

.review_list_item__visible_part_divider {
  border-left: 1px solid rgb(137, 153, 175);
  min-width: 0;
  height: 120px;
}
@media (max-width: 864px) {
  .review_list_item__visible_part_divider {
    display: none;
  }
}

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

.review_list_item__promotion_wrap {
  max-width: 324px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  gap: 11px;
}

.review_list_item__coupon_wrap {
  width: 100%;
  max-width: 324px;
  position: relative;
  padding: 3px 5px;
  border-radius: 5px;
  min-height: 58px;
  display: flex;
  align-items: center;
}
.review_list_item__coupon_wrap span {
  position: absolute;
  bottom: -16px;
  right: 23px;
}
.review_list_item__coupon_wrap span svg {
  width: 29px;
  height: 24px;
}
@media (max-width: 450px) {
  .review_list_item__coupon_wrap span {
    bottom: -14px;
    right: 7px;
  }
  .review_list_item__coupon_wrap span svg {
    width: 26px;
    height: 21px;
  }
}

.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;
  background-color: #f3f5f7;
  padding: 7px 8px;
  border-radius: inherit;
  width: 100%;
  height: 100%;
}
.review_list_item__coupon img {
  display: block;
  flex-shrink: 0;
  max-width: 35px;
  width: 100%;
  max-height: 35px;
  margin: 0 8px 0 0;
}
.review_list_item__coupon p {
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.review_list_item__advantages {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.review_list_item__advantages li {
  display: flex;
  align-items: center;
  margin: 0;
  cursor: pointer;
}
.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: normal;
}

.review_list_item__info_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 6px;
  max-width: 175px;
  width: 100%;
}
.review_list_item__info_wrap .review_list_item__info_block {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.review_list_item__rates_wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  border: 1px solid rgb(36, 43, 70);
  border-radius: 4px;
  height: 36px;
}

.review_list_item__block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  height: 100%;
}

.review_list_item__rates_stars {
  grid-area: 1/1/2/2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stars_wrap {
  pointer-events: none;
  cursor: default;
  display: flex;
  height: 12px;
}
.stars_wrap img {
  display: block;
  width: 12px;
  height: 12px;
}

.review_list_item__rates_score {
  background-color: rgb(36, 43, 70);
  color: #ffffff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-weight: 600;
  line-height: normal;
  width: 48px;
  height: 100%;
  border-radius: 4px 0 0 4px;
}

.review_list_item__rates_word {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: rgb(36, 43, 70);
}

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

.review_list_item__phone {
  width: 100%;
  max-width: 175px;
  height: 31px;
  border-radius: 4px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 5px;
}
.review_list_item__phone img {
  display: block;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.review_list_item__phone span {
  font-size: 14px;
  font-weight: 700;
}

.review_list_item__visible_part_block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 138px;
}

.review_list_item__visit {
  text-align: center;
}
.review_list_item__visit a {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: none;
  color: rgb(30, 115, 190);
}

.review_list_item__show_hide {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #1e73be;
  white-space: nowrap;
  cursor: pointer;
}
.review_list_item__show_hide img {
  transition: transform 0.2s ease;
  display: block;
  width: 8px;
  margin: 0 6px 0 0;
  flex-shrink: 0;
}
.review_list_item__show_hide * {
  pointer-events: none;
}
.review_list_item__show_hide.active img {
  transform: rotate(180deg);
}

.review_list_item__hidden_part_wrap {
  overflow-y: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}
.review_list_item__hidden_part_wrap.active {
  max-height: fit-content !important;
}

.review_list_item__hidden_part {
  padding: 10px 37px;
}

.review_list_item__dropdown_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 16px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}
.review_list_item__dropdown_btn img {
  display: block;
  width: 20px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.review_list_item__dropdown_btn * {
  pointer-events: none;
}
.review_list_item__dropdown_btn.active {
  padding: 10px 0 0 0;
}

.review_list_item__pros_cons {
  display: flex;
  margin: 0;
}
.review_list_item__pros_cons.active {
  margin: 4px 0;
}

.pros_cons_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.pros_cons_list:nth-child(1) {
  margin: 0 40px 0 0;
}
.pros_cons_list li {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}
.pros_cons_list li img {
  display: block;
  width: 24px;
  margin: 0 10px 0 0;
}

.review_list_item__systems_and_appliances_wrap {
  padding: 0 20px;
  border-top: 1px solid #f1f1f7;
}
.review_list_item__systems_and_appliances_wrap h3 {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 35px;
}

.review_list_item__systems_and_appliances {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.systems_and_appliances_item {
  max-width: 145px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.46% 30px;
}
.systems_and_appliances_item span {
  font-size: 12px;
  text-align: center;
  line-height: 1.14;
}

.systems_and_appliances_item__img {
  width: 50px;
  height: 50px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 0 10px;
}

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

.review_list_item__divider {
  border-bottom: 1px solid rgb(30, 115, 190);
  margin: 16px 0;
}

.review_list_item__full_review_visit {
  color: #19c37d;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 0 15px 0 0;
}
.review_list_item__full_review_visit:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 3px;
  height: 3px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #19c37d;
}

.review_list_item__full_review,
.review_list_item__full_review_visit {
  display: flex;
  width: 100%;
  max-width: 175px;
  height: 36px;
  justify-content: center;
  align-items: center;
  padding: 18px 34px;
  border-radius: 8px;
  text-decoration: none;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}

.review_list_item__why_picked {
  margin: 10px 0;
}
.review_list_item__why_picked p {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

.promotion-block {
  display: none;
}

.promotion-block.desktop-show {
  display: block;
}

@media (max-width: 768px) {
  .promotion-block.desktop-show {
    display: none;
  }
  .promotion-block.mobile-show {
    display: block;
  }
}
.review_list_promo_wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  text-decoration: none;
  min-height: 165px;
  border: 1px solid rgb(222, 236, 255);
  border-radius: 16px;
  background: rgb(255, 255, 255);
  transition: 0.3s all;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.review_list_promo_wrap * {
  pointer-events: none;
}
.review_list_promo_wrap:hover {
  transform: scale(1.01);
}
.review_list_promo_wrap:hover .review_list_promo__middle .review_list_promo__cta {
  transform: scale(1.07);
}
.review_list_promo_wrap .review_list_promo__logo.mobile {
  display: none;
}

.review_list_promo__bg_placeholder {
  width: 100%;
  max-width: 330px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.review_list_promo__middle_bg {
  position: absolute;
  top: 0;
  left: 28%;
  background-color: #DEECFF;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
  max-width: 488px;
  width: 100%;
  height: inherit;
}

.review_list_promo__middle {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 35px 12px 0;
  z-index: 10;
  max-width: 400px;
}
.review_list_promo__middle .review_list_promo__cta {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  padding: 12px 47px;
  border-radius: 8px;
  border: none;
  line-height: 1;
  transition: 0.3s all;
}
.review_list_promo__middle .review_list_promo__cta.desktop {
  display: flex;
  z-index: 999;
}
.review_list_promo__middle .review_list_promo__cta.desktop:hover {
  transform: scale(1.07);
}

.review_list_promo__logo {
  width: 24%;
}
.review_list_promo__logo .review_list_promo__cta.mobile {
  display: none;
}

.review_list_promo__title {
  font-size: 24px;
  font-weight: 600;
  color: #1E73BE;
}

.review_list_promo__subtitle {
  font-size: 14px;
  margin: 10px 0;
  color: #242b46;
}

.review_list_promo__logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.review_list_promo__logo img {
  display: block;
  width: 80%;
  object-fit: contain;
  max-height: 110px;
  height: 100%;
  flex-shrink: 0;
}

.best_provider_wrap {
  margin: 30px 0 0;
}

.text_section {
  margin-top: 50px;
}
.text_section h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin: 0 0 24px;
}
.text_section p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: 0 0 24px;
}
.text_section li {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.top_of_category_wrap {
  max-width: 762px;
  width: 100%;
}

.top_of_category_list {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}

.top_of_category_list_divider {
  border-bottom: 1px solid rgb(30, 115, 190);
}

.top_of_category_item {
  position: relative;
}
.top_of_category_item .top_of_category_item_wrap {
  padding: 16px 26px;
  border-radius: 16px;
  background: rgb(245, 245, 249);
  margin-bottom: 8px;
}
.top_of_category_item .pros_cons_list {
  width: 50%;
}
.top_of_category_item .pros_cons_list:before {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #1e73be;
  margin: 0 0 26px;
}

.top_of_category_item__pos_number {
  color: #19C37D;
  font-size: 48px;
  font-weight: 700;
  border-right: 1px solid #1e73be;
  padding-right: 36px;
}

.top_of_category_item__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 36px;
}

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

.top_of_category_item__text {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  margin: auto 0;
  white-space: nowrap;
}
@media (max-width: 450px) {
  .top_of_category_item__text {
    line-height: 21px;
    font-weight: 600;
    white-space: nowrap;
  }
}

.top_of_category_item__body {
  padding: 16px 0 0;
}

.top_of_category_item__visit_wrap {
  display: flex;
  gap: 22px;
  margin-bottom: 24px;
  align-items: flex-start;
  justify-content: space-between;
}
.top_of_category_item__visit_wrap .visit_text_wrap {
  font-size: 14px;
  font-weight: 500;
}
.top_of_category_item__visit_wrap .visit_text_wrap p {
  margin: 0;
  padding: 6px 0;
}
.top_of_category_item__visit_wrap .visit_text_wrap a {
  color: #1E73BE;
}
.top_of_category_item__visit_wrap .top_of_category_item__cta {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  max-width: 175px;
  padding: 10px 25px;
  width: 100%;
  border-radius: 8px;
  text-align: center;
}

.top_of_category_item__why_picked {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 23px;
}

.top_of_category_item__pros_cons_wrap {
  display: flex;
}

.top_of_category_item__promotion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(241, 241, 247, 0.7490196078);
  border-radius: 16px;
  padding: 18px 20px;
  gap: 4px;
}
.top_of_category_item__promotion-block {
  display: flex;
  gap: 20px;
}
.top_of_category_item__promotion-block img {
  width: 100%;
  max-width: 56px;
  height: 56px;
}
.top_of_category_item__promotion .top_of_category_item__cta {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  max-width: 175px;
  padding: 10px 25px;
  width: 100%;
  border-radius: 8px;
  text-align: center;
}

.top_of_category_item__pros_list {
  margin: 0 28px 0 0;
}
.top_of_category_item__pros_list:before {
  content: "Pros";
}

.top_of_category_item__cons_list:before {
  content: "Cons";
}

.rating_system_disclaimer {
  border-top: 1px solid #DEECFF;
  padding: 16px 0;
  text-align: center;
}
@media (min-width: 1201px) {
  .rating_system_disclaimer {
    display: none;
  }
}
@media (max-width: 425px) {
  .rating_system_disclaimer {
    display: none;
  }
}

.rating_system_disclaimer__title {
  font-size: 18px;
  margin: 0 0 14px;
}

.rating_system_disclaimer__text {
  font-size: 14px;
  margin: 0 0 14px;
}

.main__accessibility {
  position: fixed;
  right: 10%;
  bottom: 10%;
}

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

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

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

.main_footer_block {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

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

.footer_address {
  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;
  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: 14px;
  font-weight: 500;
}

.special_deal_popup_wrap {
  z-index: 30;
  width: 286px;
  height: 475px;
  left: 24px;
  bottom: 15px;
  box-shadow: 0 4px 24px rgba(137, 153, 175, 0.75);
  border-radius: 16px;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.special_deal_popup_wrap.show {
  visibility: visible;
  opacity: 1;
}

.cookie_block_btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 48px;
  height: 48px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 10;
}

.cookie_popup {
  position: fixed;
  bottom: 170px;
  right: 20px;
  width: 281px;
  padding: 20px;
  border-radius: 12px;
  display: none;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  transition: all 0.3s ease;
  z-index: 11;
}
.cookie_popup.visible {
  display: flex;
  transform: translateY(70px);
}
.cookie_popup .cookie_popup_title_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cookie_popup .cookie_popup_title_wrap .cookie_popup_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  margin: 0;
  width: 80%;
}
.cookie_popup .cookie_popup_title_wrap svg {
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.cookie_popup p {
  margin: 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}
.cookie_popup .cookie_popup_accept_btn,
.cookie_popup .cookie_popup_customize_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  flex-shrink: 0;
  max-width: 189px;
  width: 100%;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  transition: box-shadow 0.3s ease-out;
  padding: 0 23px;
  white-space: nowrap;
  cursor: pointer;
  border: none;
}

@media (max-width: 991px) {
  .cookie_block_btn {
    display: none;
  }
}
.bottom_offer_popup_overlay {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  max-width: 1313px;
  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;
  margin: auto;
}
.bottom_offer_popup_overlay .bottom_offer_popup_close_btn {
  background-image: url(../images/cancel-icon.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 14px;
  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;
}
.bottom_offer_popup_overlay .bottom_offer_item {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  min-height: 135px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  border: none;
  box-shadow: 0 0 5px 0 grey;
}
.bottom_offer_popup_overlay .bottom_offer_logo_wrap {
  width: 100%;
  max-width: 268px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 200px;
}
.bottom_offer_popup_overlay .bottom_offer_content_wrap {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  justify-content: space-around;
  width: 100%;
}
.bottom_offer_popup_overlay .bottom_offer_content {
  max-width: 490px;
  width: 100%;
  padding: 0 5px;
  display: block;
  text-align: center;
}
.bottom_offer_popup_overlay .bottom_offer_content a {
  text-align: center;
  font-size: 21px;
  text-decoration: none;
  text-transform: uppercase;
}
.bottom_offer_popup_overlay .bottom_offer_get_bonus {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  max-width: 175px;
  padding: 14px 28px;
  width: 100%;
  border-radius: 8px;
  text-align: center;
}

.special_deal_popup {
  border-radius: 16px;
  background-color: #cbe9f3;
  position: relative;
  padding: 24px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.special_deal_popup__close {
  width: 32px;
  height: 32px;
  background-color: #1e73be;
  border-radius: 50%;
  background-image: url(../images/cancel-icon-2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 37.5%;
  top: -16px;
  right: -16px;
  position: absolute;
  cursor: pointer;
  border: none;
  padding: 0;
}

.special_deal_popup__logo {
  width: 180px;
  height: 88px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 0 24px;
}

.special_deal_popup__special_deal {
  text-align: center;
  font-weight: 700;
  text-decoration: none;
}
.special_deal_popup__special_deal h3 {
  font-size: 24px;
  color: #1e73be;
  margin: 0;
  text-transform: uppercase;
  line-height: 28px;
  pointer-events: none;
}
.special_deal_popup__special_deal p {
  font-size: 18px;
  line-height: 21px;
  margin: 0;
  color: #242b46;
  pointer-events: none;
}

.special_deal_popup__cta {
  background-color: #19c37d;
  width: 168px;
  height: 60px;
  border-radius: 50px;
  font-weight: 500;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 24px auto 0;
  text-decoration: none;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 2;
}
.special_deal_popup__cta:hover {
  transform: scale(1.03);
}

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

.back_to_top {
  width: 56px;
  height: 56px;
  border: none;
  border-radius: 8px;
  background-color: #1e73be;
  right: 115px;
  position: fixed;
  cursor: pointer;
  bottom: -100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  transition: bottom 0.3s ease;
  padding: 0;
}
.back_to_top.show {
  bottom: 88px;
}
.back_to_top img {
  display: block;
  height: 26px;
}

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

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

.service_popup {
  position: relative;
  background-color: #ffffff;
  min-height: 324px;
  min-width: 732px;
  border-radius: 16px;
  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/cancel-icon.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 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-evenly;
  align-items: flex-start;
}

.service_popup__services_logo {
  width: 100%;
  max-width: 260px;
  height: 100%;
  max-height: 92px;
}

.service_popup__service_content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 50%;
}
.service_popup__service_content .service_popup__service_title {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin: 0;
}
.service_popup__service_content p {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  padding: 0;
}
.service_popup__service_content .service_popup__service_visit_site {
  display: flex;
  width: 100%;
  max-width: 175px;
  height: 36px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 34px;
  border-radius: 8px;
  text-decoration: none;
}
.service_popup__service_content .service_popup__service__phone {
  border-radius: 8px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 5px;
  max-width: 175px;
  height: 36px;
}
.service_popup__service_content .service_popup__service__phone img {
  display: block;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  margin: 0 10px 0 0;
}
.service_popup__service_content .service_popup__service__phone span {
  font-size: 14px;
  font-weight: 700;
}

.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: 12px 16px;
  border-radius: 4px;
  margin: 0 0 16px;
}
.main_sidebar_block:first-child {
  display: flex;
  align-items: center;
}
.main_sidebar_block:nth-child(2) {
  padding: 0;
  height: 112px;
}
.main_sidebar_block:nth-child(2) img {
  width: 100%;
  height: 100%;
}
.main_sidebar_block:nth-child(3) {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 436px;
  padding: 20px 24px 21px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main_sidebar_block:nth-child(3) a {
  height: 100%;
  text-decoration: none;
}
.main_sidebar_block:nth-child(3) a .main_sidebar_block_wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.main_sidebar_block:nth-child(3) a .main_sidebar_block_wrap img {
  width: 164px;
}
.main_sidebar_block:nth-child(3) a .main_sidebar_block_wrap .main_sidebar_block_top {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.main_sidebar_block:nth-child(3) a .main_sidebar_block_wrap .main_sidebar_text {
  border-radius: 4px;
  padding: 4px 24px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background: #1e73be;
  color: #fff;
}
.main_sidebar_block:nth-child(3) a .main_sidebar_block_wrap .main_sidebar_btn {
  border-radius: 4px;
  padding: 4px 24px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: none;
  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;
}
.main_sidebar_block:nth-child(4) .main_sidebar_title, .main_sidebar_block:nth-child(5) .main_sidebar_title {
  text-align: center;
}

.main_sidebar_title {
  font-size: 18px;
  font-weight: 700;
  color: #1E73BE;
  line-height: 27px;
}

.main_sidebar_block_text {
  font-size: 12px;
  font-weight: 500;
}
.main_sidebar_block_text .text-color {
  color: #1E73BE;
}

.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-size: 21px;
  font-weight: 700;
  color: #1E73BE;
}
.main_sidebar_item__text p {
  font-size: 12px;
  font-weight: 500;
}

.providers_proposal_item__special_deal--mobile {
  display: none;
}

@media (max-width: 1915px) {
  .special_deal_popup_wrap {
    display: none !important;
  }
}
@media (max-width: 1300px) {
  .main_sidebar {
    display: none;
  }
  .container__inner {
    max-width: unset;
  }
  .providers_proposal_wrap,
  .text_section {
    max-width: 977px;
    width: 100%;
  }
}
@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;
  }
  .best_provider_title {
    padding: 8px 2px;
  }
  .header_mobile_menu_btn {
    display: block;
    padding: 0;
    background: none;
    border: none;
  }
  .header_mobile_menu_btn .icon-menu {
    width: 17.97px;
    height: 21px;
  }
  .header_mobile_menu_btn .icon-close {
    width: 24px;
    height: 24px;
  }
  .main_header_menu_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    display: none;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .main_header_menu_overlay.show {
    display: flex;
  }
  .header_menu {
    position: relative;
    top: 40px;
    left: -100%;
    width: 80%;
    max-width: 300px;
    height: auto;
    background-color: #242b46;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    z-index: 1000;
    transition: left 0.3s ease-in-out;
    transform: translateY(-1000px);
    padding: 0;
  }
  .header_menu.show {
    left: 0;
    transform: translateY(0);
    gap: 0;
    max-height: 80%;
    overflow-y: auto;
  }
  .header_menu_item,
  .header_menu_item_link {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    color: #fff;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
  }
  .header_menu_item svg,
  .header_menu_item_link svg {
    width: 16px;
    height: 16px;
    stroke: #fff;
  }
  .header_menu_item:hover,
  .header_menu_item_link:hover {
    background-color: #1e73be;
  }
  .header_menu_item .dropdown_content,
  .header_menu_item_link .dropdown_content {
    position: static;
    top: 0;
    grid-template-columns: none;
    border-radius: 0;
    width: 100%;
  }
  .header_menu_item .dropdown_content .dropdown_content-arrow,
  .header_menu_item_link .dropdown_content .dropdown_content-arrow {
    display: none;
  }
  .header_menu_item .desktop-only,
  .header_menu_item_link .desktop-only {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .header_menu_item .main_header_bar_menu_link,
  .header_menu_item_link .main_header_bar_menu_link {
    color: #fff;
  }
  .header_menu_item .main_header_bar_menu_link svg,
  .header_menu_item_link .main_header_bar_menu_link svg {
    stroke: #fff;
  }
  .padding-link-mobile {
    padding: 17px 35px 17px 23px;
  }
  .menu_close_btn_icon {
    padding: 15px;
    color: #fff;
  }
  .menu_close_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background: #2F334E;
    font-size: 18px;
    padding: 10px;
    color: #fff;
    font-weight: 500;
    width: 100%;
  }
  .notification_offer_popup_title_block .notification_offer_popup_title_btn {
    width: 21px;
    height: 21px;
  }
  .notification_offer_popup_title_block .notification_offer_popup_title {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
  }
  .podium_brands_block {
    overflow-x: auto;
    width: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    grid-template-columns: repeat(3, 1fr);
    border: navajowhite;
  }
  .podium_brands_title {
    display: none;
  }
  .podium_brand {
    width: 100%;
    min-width: 356px;
    border: 2px solid #1e73be;
    border-radius: 4px;
  }
  .podium_brand.with_ribbon {
    min-height: 118px;
    border: 2px solid #d0b26e;
    border-radius: 4px;
    display: flex;
    padding: 36px 24px 14px 16px;
  }
  .podium_brand:nth-child(1) {
    order: 1;
  }
  .podium_brand:nth-child(2) {
    order: 2;
    border-radius: 6px;
  }
  .podium_brand:nth-child(3) {
    order: 3;
  }
  .podium_brand_ribbon {
    clip-path: polygon(100% 0, 93% 50%, 100% 100%, 0 100%, 0 0);
    padding: 0 13px;
    height: 16px;
  }
  .podium_brand_ribbon span {
    font-size: 10px;
  }
  .podium_brand_logo_wrap {
    width: 36px;
    height: 36px;
  }
  .review_list_item__visible_part_block {
    height: auto;
  }
  .review_list_item__visible_part {
    padding: 10px;
  }
  .review_list_item__pos_number {
    top: 20%;
  }
  .review_list_item__logo_wrap {
    margin-left: 0;
    height: 45px;
    margin-top: 8px;
    min-width: 190px;
  }
  .review_list_item__visit {
    display: none;
  }
}
.review_list_item__logo {
  height: 78px;
}

.review_list_item__phone img {
  width: 25px;
}

.providers_proposal_wrap {
  margin: 20px 0;
}

.providers_proposal_list {
  flex-direction: column;
  align-items: center;
}

.providers_proposal_item_wrap {
  padding: 0;
  max-width: 375px;
  margin: 0 0 20px;
}
.providers_proposal_item_wrap:nth-child(1) {
  order: 1;
}
.providers_proposal_item_wrap:nth-child(2) {
  order: 2;
}
.providers_proposal_item_wrap:nth-child(3) {
  order: 3;
}

.providers_proposal_item__header {
  height: 150px;
}

.providers_proposal_item__logo img {
  max-height: unset;
  width: 70%;
  height: auto;
}

.providers_proposal_item__cta {
  margin: 0 0 8px;
}

.providers_proposal_item__special_deal_text {
  min-height: unset;
}

.top_of_category_wrap {
  max-width: 762px;
}

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

@media (max-width: 864px) {
  .main_subtitle_text,
  .providers_proposal_item__special_deal {
    display: none;
  }
  .main_header_wrap {
    height: 40px;
  }
  .main_header_menu_notifications_btn {
    margin: 0 10px 0 0;
    width: 24px;
    height: 24px;
  }
  .main_title {
    font-size: 21px;
    font-weight: 600;
    line-height: 32px;
    width: 80%;
    margin: 0;
  }
  .main_title span {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
  }
  .title-info-wrapper {
    margin-top: 0;
  }
  .title-info-wrapper .main_advantages_block .advantage_item span {
    font-size: 10px;
    font-weight: 600;
    line-height: 15px;
  }
  .header_logo img {
    max-width: 176px;
    max-height: 30px;
  }
  .footer_logo img {
    max-width: 201px;
    max-height: 30px;
  }
  .main_title_block_wrap {
    padding: 16px 0;
    min-height: 100px;
  }
  .main_title_block {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
  }
  h1 {
    font-size: 18px;
    margin: 0;
  }
  .last_updated_block img {
    width: 14px;
  }
  .last_updated_block p {
    font-size: 12px;
  }
  .main_subtitle,
  .last_updated_block {
    display: none;
  }
  .podium_brands_block_wrap {
    display: none;
  }
  .podium_brands_block_wrap .container {
    max-width: unset;
    padding: 0;
  }
  .podium_brands_block {
    padding: 12px 16px;
    min-height: 142px;
    background: transparent;
  }
  .review_list_item__visible_part {
    gap: 40px;
  }
  .review_list_item__pos_number {
    top: 50%;
  }
  .review_list_item__ribbon-number,
  .best_review_list_item__ribbon-number {
    font-size: 10px;
    height: 19px;
  }
  .review_list_item__ribbon,
  .best_review_list_item__ribbon {
    font-size: 10px;
    height: 19px;
  }
  .review_list_item__promotion_wrap {
    max-width: 100%;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    min-height: 69px;
  }
  .review_list_item__coupon_wrap:before {
    display: none;
  }
  .review_list_item__advantages {
    display: none;
  }
  .review_list_item__advantages li:last-child {
    margin: 0;
  }
  .review_list_item__info_wrap {
    align-items: center;
    justify-content: center;
    grid-column: 1/span 2;
  }
  .review_list_item__info_wrap.desktop {
    display: none;
  }
  .review_list_item__info_wrap.mobile {
    display: flex;
    gap: 3px;
    width: 100%;
  }
  .review_list_item__info_block {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .review_list_item__logo {
    margin-top: auto;
    max-width: 120px;
    max-height: 50px;
  }
  .review_list_item__rates_wrap {
    display: flex;
    justify-items: center;
    margin: 0;
  }
  .review_list_item__rates_stars {
    height: 9px;
    font-size: 10px;
  }
  .review_list_item__rates_stars img {
    width: 12px;
  }
  .top_of_category_item__promotion {
    flex-direction: column;
    gap: 7px;
  }
  .review_list_item__rates_score {
    padding: 4px 15px;
    border-radius: 0;
    background-color: #242b46;
    font-size: 18px;
    color: #ffffff;
    width: 46px;
  }
  .review_list_item__rates_word {
    font-size: 12px;
    margin: 0;
  }
  .review_list_item__visit_site {
    font-size: 12px;
    padding: 8px 10px;
    margin: 0;
    width: 100%;
    min-width: 145px;
    height: 31px;
  }
  .review_list_item__phone {
    min-height: 29px;
    padding: 1px 3px;
  }
  .review_list_item__phone span {
    font-size: 12px;
    font-weight: 400;
  }
  .providers_proposal_title {
    font-size: 19px;
    margin: 0 0 20px;
  }
  .providers_proposal_item_wrap {
    max-width: 513px;
    margin: 0 0 8px;
  }
  .providers_proposal_item {
    display: flex;
    border: 1px solid #cceaf3;
    box-shadow: none;
    min-height: 155px;
  }
  .providers_proposal_item__header {
    height: auto;
    width: 50%;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 19px 20px;
  }
  .providers_proposal_item__logo {
    width: 113px;
    height: auto;
  }
  .providers_proposal_item__logo img {
    width: 100%;
  }
  .providers_proposal_item__special_deal--mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
  }
  .providers_proposal_item__special_deal--mobile h4 {
    margin: 0 0 10px;
    font-weight: 700;
    color: #1e73be;
    line-height: 1.81;
  }
  .providers_proposal_item__special_deal--mobile p {
    margin: 0;
    color: #242b46;
    text-align: center;
    font-size: 12px;
  }
  .providers_proposal_item__body {
    width: 50%;
    padding: 19px 20px;
    background-color: #ffffff;
    justify-content: center;
  }
  .providers_proposal_item__score {
    border: none;
    background-color: #1e73be;
    color: #ffffff;
    font-size: 14px;
    max-width: 51px;
    padding: 4px 14px;
    border-radius: 4px;
    margin: 0 0 4px;
  }
  .providers_proposal_item__rates_stars {
    margin: 0;
  }
  .providers_proposal_item__rates_stars img {
    width: 12px;
  }
  .providers_proposal_item__cta {
    max-width: 136px;
    font-size: 12px;
    padding: 8px 0;
    margin: 5px 0 0;
  }
  .section_title_with_border {
    padding: 24px 0;
  }
  .top_of_category_item__header {
    margin: 0 0 8px;
  }
  .top_of_category_item__logo {
    max-width: 127px;
    height: 62px;
  }
  .top_of_category_item__cta {
    padding: 12px 15px;
    font-size: 14px;
  }
  .top_of_category_item__body {
    padding: 8px 0 0;
  }
  .top_of_category_item .pros_cons_list:before {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .top_of_category_item .pros_cons_list li img {
    width: 16px;
  }
  .faq_section_title {
    font-size: 19px;
    text-align: center;
    margin: 0 0 15px;
  }
  .main_footer_wrap {
    margin: 40px 0 0;
  }
  .back_to_top {
    width: 40px;
    height: 40px;
    bottom: 50px;
    right: 50px;
  }
  .back_to_top img {
    height: 20px;
  }
  .footer_disclosure__title {
    margin: 20px 0 25px;
  }
  .review_list_promo_wrap {
    padding: 0;
    background-position: center;
    min-height: unset;
    background-color: #deecff;
    border-radius: 8px;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    overflow: hidden;
    height: 90px;
  }
  .review_list_promo__bg_placeholder {
    max-width: 90px;
    background-position: 55% center;
    background-size: cover;
    box-shadow: inset -18px 0px 17px 3px #deecff;
  }
  .review_list_promo__middle_bg {
    display: none;
  }
  .review_list_promo__middle {
    position: relative;
    clip-path: none;
    background: transparent;
    width: 60%;
    padding: 0;
    left: 0;
  }
  .review_list_promo__middle .review_list_promo__title {
    font-size: 13px;
    font-weight: 600;
  }
  .review_list_promo__middle .review_list_promo__subtitle {
    font-size: 10px;
    font-weight: 400;
    margin: 4px 0;
  }
  .review_list_promo__middle .review_list_promo__cta.desktop {
    display: none;
  }
  .review_list_promo__logo {
    flex-direction: column;
    margin-right: 20px;
    gap: 5px;
  }
  .review_list_promo__logo img {
    max-height: 39px;
    width: 100%;
    height: auto;
  }
  .review_list_promo__logo .review_list_promo__cta {
    border-radius: 4px;
    padding: 9px 0;
    width: 100%;
    min-width: 95px;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
    color: #FFF;
    border: unset;
    text-align: center;
  }
  .review_list_promo__logo .review_list_promo__cta.mobile {
    display: block;
  }
  .section_title_with_border {
    margin: 0;
  }
  .top_of_category_item__visit_wrap {
    flex-direction: column;
    gap: 16px;
  }
  .main_footer {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 30px;
  }
  .main_footer .footer_logo {
    margin: 0;
  }
  .main_footer .footer_address {
    font-size: 14px;
    font-weight: 500;
  }
  .main_footer .footer_copyright {
    display: block;
    position: absolute;
    bottom: -30px;
  }
  .main_footer .footer_menu {
    display: flex;
    flex-direction: column;
  }
  .main_footer .footer_menu li a {
    font-size: 14px;
    font-weight: 500;
  }
  .main_footer .footer_disclosure__text {
    font-size: 12px;
  }
  #backToTopBtn {
    width: 40px;
    height: 40px;
  }
  .bottom_offer_popup_overlay .bottom_offer_item {
    flex-direction: column;
  }
  .bottom_offer_popup_overlay .bottom_offer_logo_wrap {
    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 {
    background-image: url("../images/cancel-icon.svg");
    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;
    padding: 0;
  }
  .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) {
  .podium_brands_block {
    min-height: 120px;
    padding: 10px 16px;
  }
  .podium_brand {
    min-width: 316px;
    min-height: 90px;
  }
  .podium_brand.with_ribbon {
    min-height: 97px;
    padding: 18px 14px 7px 16px;
  }
  .podium_brand_title {
    display: none;
  }
  .podium_brand__left {
    flex-direction: row;
    align-items: center;
  }
  .podium_brand_bonus {
    font-size: 10px;
  }
  .podium_brand__right {
    gap: 10px;
  }
  .podium_brand__right .stars_wrap {
    height: 12px;
    display: flex;
    align-items: center;
  }
  .podium_brand__right .stars_wrap img {
    width: 12px;
  }
  .podium_brand_rating__value {
    padding: 0 7px;
    height: 27px;
    line-height: 27px;
    font-size: 14px;
  }
  .podium_brand_rating__title {
    font-size: 12px;
  }
  .content_wrap {
    margin: 0;
    padding: 8px 0;
  }
  .review_list_item.mobile {
    display: block;
  }
  .review_list_item.mobile .review_list_item__ribbon {
    min-width: 120px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  }
  .review_list_item.mobile .review_list_item__visible_part {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr minmax(65px, min-content);
    justify-items: center;
    gap: 12px 4px;
    min-height: 180px;
  }
  .review_list_item.mobile .review_list_item__logo_wrap {
    max-width: 145px;
    min-width: auto;
  }
  .review_list_item.mobile .review_list_item_stub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 20px;
    background-color: rgb(243, 245, 247);
    border-top: 1px solid rgba(137, 153, 175, 0.25);
  }
  .review_list_item.mobile .review_list_item_stub .review_list_item_stub_text {
    margin: 0;
    padding: 0;
    color: rgb(36, 43, 70);
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    width: 50%;
  }
  .review_list_item.mobile .review_list_item_stub .review_list_item__stab_visit {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: rgb(30, 115, 190);
  }
  .review_list_item__coupon {
    padding: 4px 3px;
    min-height: 47px;
  }
  .review_list_item__coupon img {
    width: 24px;
    margin: 0 6px 0 0;
  }
  .review_list_item__coupon p {
    font-size: 10px;
    font-weight: 600;
  }
}
@media (max-width: 425px) {
  .top_of_category_item__pros_cons_wrap {
    flex-direction: column;
    gap: 24px;
  }
  .top_of_category_item .pros_cons_list {
    margin: 0 0 10px;
    width: 100%;
  }
  .review_list_item.mobile .review_list_item__logo_wrap {
    max-width: 120px;
    max-height: 50px;
    margin-top: auto;
  }
}
@media (max-width: 380px) {
  .top_of_category_item__promotion-block img {
    max-width: 56px;
  }
}
@media (max-width: 340px) {
  .container {
    padding: 0 11px;
  }
  .top_of_category_item__promotion {
    padding: 15px;
  }
  .top_of_category_item__promotion-block {
    gap: 5px;
  }
  .top_of_category_item__text {
    font-size: 12px;
    line-height: 15px;
  }
}

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