* {
  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 {
  min-height: 396px;
  width: 100%;
  margin: 72px 0 -50px;
  position: relative;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.main_title_block {
  position: relative;
  z-index: 2;
  color: #fff;
  padding-top: 36px;
}
@media (max-width: 993px) {
  .main_title_block {
    margin-top: 0;
  }
}
.main_title_block .page_title {
  font-size: 42px;
  font-weight: 600;
  line-height: 63px;
  text-transform: uppercase;
}
@media (max-width: 769px) {
  .main_title_block .page_title {
    display: none;
  }
}
.main_title_block .page_title_mobile {
  display: none;
}
@media (max-width: 768px) {
  .main_title_block .page_title_mobile {
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
  }
}
.main_title_block .main_subtitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 993px) {
  .main_title_block .main_subtitle {
    display: none;
  }
}

.last_updated_block {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}

.main_advantages_block {
  display: flex;
  gap: 40px;
}
.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;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}
@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;
  }
}

.content_wrap {
  margin: 15px 0 0;
  position: relative;
  background-color: #fff;
  padding: 15px 0 0;
}
@media (min-width: 1780px) {
  .content_wrap {
    padding-top: 15px;
  }
}
.content_wrap .container {
  display: flex;
  justify-content: center;
}
@media (max-width: 480px) {
  .content_wrap .container {
    margin-top: 10px;
  }
}

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

.review_list {
  width: 100%;
}

.review_list_item {
  position: relative;
  border: 2px 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;
  margin: 0 0 10px;
}
.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%, 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: #b40001;
  text-transform: uppercase;
  line-height: 1;
}

.review_list_item__ribbon_text {
  position: absolute;
  top: 0;
  left: 52px;
  z-index: 3;
  clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 0% 100%);
  height: 25px;
  min-width: 86px;
  padding: 0 15px;
  background: #3b3f4a;
}
.review_list_item__ribbon_text span {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
  margin-right: 36px;
}

.review_list_item__visible_part {
  padding: 18px 22px 18px 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;
}

.review_list_item__stub {
  display: none;
}
@media (max-width: 768px) {
  .review_list_item__stub {
    display: flex;
    background-color: #efe8df;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    padding: 6px 10px;
  }
}
.review_list_item__stub .review_list_item__visit_text {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #3B3F4A;
  margin: 0;
}
.review_list_item__stub .review_list_item__stab_visit {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #3B3F4A;
  white-space: nowrap;
}

.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: #3B3F4A;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
}

.review_list_item__promotion_wrap {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0 26px 0 50px;
  position: relative;
}

.review_list_item__promotion_wrap::before,
.review_list_item__promotion_wrap::after {
  content: "";
  position: absolute;
  top: 10%;
  bottom: 10%;
  height: 80%;
  width: 1px;
  background: #8999AF;
}

.review_list_item__promotion_wrap::before {
  left: 0;
}

.review_list_item__promotion_wrap::after {
  right: 0;
}

.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;
  border-radius: 4px;
}
.review_list_item__coupon_wrap span {
  position: absolute;
  bottom: -16px;
  right: 13px;
}
.review_list_item__coupon_wrap span svg {
  width: 29px;
  height: 24px;
}

.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: #deecff;
  padding: 8px;
  border-radius: 4px;
  background: #f3f5f7;
  gap: 16px;
  min-height: 46px;
}
.review_list_item__coupon img {
  display: block;
  flex-shrink: 0;
}
.review_list_item__coupon p {
  font-size: 13px;
  font-weight: 600;
  line-height: 19.5px;
  margin: 0;
}

.review_list_item__advantages {
  margin: 10px 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__info_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.review_list_item__rates_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 4px;
  border: 1px solid #3B3F4A;
}

.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__block {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  margin: 0 auto;
}

.review_list_item__rates_score {
  font-size: 21px;
  font-weight: 600;
  line-height: 31.5px;
  padding: 8px 12px;
  text-transform: uppercase;
  background-color: #3b3f4a;
  color: #fff;
  height: 100%;
}

.brand_rate_stars_wrap,
.stars_wrap_review {
  cursor: pointer;
  pointer-events: none;
}

.brand_rate_stars_wrap_text {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.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: 4px 0;
  background: #b40001;
}

.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: 165px;
  border-radius: 8px;
  width: 100%;
  background-image: url(../images/promotion-bg.webp);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  justify-content: flex-end;
  align-items: center;
  gap: 4%;
  margin-bottom: 12px;
  padding: 0 20px;
}
.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: 102px;
  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-right: 10px;
}
.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;
}
.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;
}

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

.content_slider_wrap {
  background-color: #f3ede0;
  padding: 10px 0 20px;
  margin: 20px 0;
}
.content_slider_wrap .content_slider_link_mobile {
  display: none;
}
@media (max-width: 768px) {
  .content_slider_wrap .content_slider_link_mobile {
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    color: #3B3F4A;
    text-align: center;
    text-decoration: none;
    margin-top: 20px;
  }
}
.content_slider_wrap .content_slider_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 769px) {
  .content_slider_wrap .content_slider_header {
    justify-content: center;
  }
}
.content_slider_wrap .content_slider_header .content_slider_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}
.content_slider_wrap .splide__list {
  display: flex;
  gap: 20px;
}
.content_slider_wrap .splide__slide {
  width: 100% !important;
  max-width: 270px;
  min-height: 100%;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 10px;
}
.content_slider_wrap .splide__slide .splide__slide__item-image {
  border-radius: 8px;
  width: 100%;
  max-height: 172px;
  min-height: 172px;
  position: relative;
}
.content_slider_wrap .splide__slide .splide__slide__item_content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 20px;
  position: relative;
}
.content_slider_wrap .splide__slide .splide__slide__item_content .splide__slide__item-logo {
  max-width: 70px;
  width: 100%;
  height: 26px;
  margin: 6px 0;
}
.content_slider_wrap .splide__slide .splide__slide__item_content .splide__slide__item-logo img {
  width: 100%;
  max-width: max-content;
  max-height: 26px;
}
.content_slider_wrap .splide__slide .splide__slide__item_content .splide__slide__item-text {
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  margin: 0;
}
.content_slider_wrap .splide__slide .splide__slide__item_content .content_block__item-text-small {
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
  color: #8999AF;
  text-transform: uppercase;
}
.content_slider_wrap .splide__slide__item-link {
  display: flex;
  width: 60%;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 4px;
  text-decoration: none;
  background: #b40001;
  white-space: nowrap;
  margin: 0 auto;
  margin-top: auto;
}
.content_slider_wrap .splide__slide::before,
.content_slider_wrap .splide__slide::after {
  position: absolute;
  top: 4%;
  background-color: #f3ede0;
  color: #3B3F4A;
  font-size: 10px;
  font-weight: 600;
  line-height: 100%;
  z-index: 10;
  padding: 6px 26px;
  border-radius: 4px;
}
.content_slider_wrap .splide__slide::before {
  content: "Before";
  left: 5%;
}
.content_slider_wrap .splide__slide::after {
  content: "After";
  right: 5%;
}
.content_slider_wrap .splide__arrow {
  display: none;
}
.content_slider_wrap .splide__pagination {
  display: none;
}

.best_provider_wrap {
  position: relative;
  padding-top: 10px;
}
.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_bg {
  width: 106%;
  height: 110%;
  position: absolute;
  top: 0;
  left: -4%;
  z-index: 0;
  background: #ccf6e5;
}
@media (max-width: 426px) {
  .best_provider_wrap_bg {
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 400px;
  }
}

.best_promo_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 45px;
  background-color: #f3f5f7;
  border-radius: 8px;
  padding: 10px 40px;
  text-decoration: none;
  margin-bottom: 12px;
}
.best_promo_wrap .best_promo__logo {
  width: 100%;
  max-width: 190px;
  height: 90px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.best_promo_wrap .best_promo__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
  color: #3B3F4A;
  cursor: pointer;
  white-space: normal;
  text-decoration: none;
  width: 50%;
}
.best_promo_wrap .best_promo__cta {
  width: 100%;
  max-width: 186px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 24px;
  text-decoration: none;
  background: #b40001;
  border-radius: 4px;
  border: none;
}

.review_brand_wrap {
  margin: 60px 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;
}
@media (max-width: 768px) {
  .review_brand_wrap .review_brand_list {
    gap: 30px;
  }
}
.review_brand_wrap .top_of_category_item {
  display: flex;
  flex-direction: row;
  gap: 56px;
  border: 1px solid #f3f5f7;
  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: #f3f5f7;
  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 20px;
    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: 70px;
  width: 100%;
  max-width: 215px;
  display: block;
}
@media (max-width: 768px) {
  .review_brand_wrap .top_of_category_item .top_of_category_item__logo {
    margin-top: 20px;
    max-width: 138;
  }
}
.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: 16px;
  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: 2px solid #F3F5F7;
  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: flex-start;
  padding: 0 20px;
  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: #b40001;
  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: #b40001;
  border-radius: 4px;
}
@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: #3B3F4A;
  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: #3B3F4A;
}

.faq-block-wrap {
  margin-bottom: 60px;
}
.faq-block-wrap h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}
.faq-block-wrap .faq-block {
  padding: 0 20px;
}
.faq-block-wrap .faq-block .faq-block__item {
  margin-bottom: 16px;
}
.faq-block-wrap .faq-block .faq-block__item .faq-block__item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.faq-block-wrap .faq-block .faq-block__item .faq-block__item-header h3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.faq-block-wrap .faq-block .faq-block__item .faq-block__item-header button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.faq-block-wrap .faq-block .faq-block__item .faq-block__item-header button svg {
  width: 28px;
  height: 28px;
}
.faq-block-wrap .faq-block .faq-block__item .faq-block__item-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.faq-block-wrap .faq-block .faq-block__item .faq-block__item-content.toggle-content.hide {
  display: none;
}
.faq-block-wrap .faq-block .faq-block__item .faq-block__item-content.toggle-content.show {
  display: block;
}

#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 {
  background-color: #3b3f4a;
  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;
  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: 100%;
  padding: 20px 0 30px 30px;
}
.service_popup .offers_wrap {
  display: flex;
  min-height: 490px;
  height: 100%;
}

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

.service_popup__services_wrap {
  width: 48%;
}

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

.service_popup__service_offer {
  background-color: #b40200;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 4px 10px;
  text-align: center;
  gap: 12px;
  width: 100%;
  max-width: 174px;
  border-radius: 4px;
}

.service_popup__service_content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.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%;
}
.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.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 16px;
  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-image: url(../images/bottom-popup-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  padding: 12px;
  padding-right: 6%;
  gap: 14%;
}
@media (max-width: 664px) {
  .bottom_offer_popup_overlay .bottom_offer_item {
    display: none;
  }
}
@media (min-width: 1800px) {
  .bottom_offer_popup_overlay .bottom_offer_item {
    gap: 24%;
  }
}
.bottom_offer_popup_overlay .bottom_offer_item_mobile {
  background: #f3ede0;
  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%;
  margin-left: 35%;
}
@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: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}
@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: 24px;
  font-weight: 600;
  line-height: 36px;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #3B3F4A;
}
.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: #b40200;
  text-decoration: none;
  border-radius: 4px;
  width: 100%;
  max-width: 190px;
}
.bottom_offer_popup_overlay .bottom_offer_item__content_mobile {
  background: linear-gradient(rgba(243, 237, 224, 0.72), rgba(243, 237, 224, 0.72)), url(../images/bottom-popup-bg-mobile.webp);
  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: 20px;
  font-weight: 600;
  line-height: 36px;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  color: #3B3F4A;
}
.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: #b40200;
  text-decoration: none;
  width: 100%;
  max-width: 183px;
  margin: 0 auto;
}

.main_sidebar {
  width: 250px;
  margin: 0 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.main_sidebar .main_sidebar_block {
  box-shadow: 0 4px 24px 0 rgba(208, 212, 215, 0.25);
  padding: 16px 14px;
  border-radius: 8px;
}
.main_sidebar .main_sidebar_block img {
  width: 100%;
}
.main_sidebar .sidebar-visitor {
  display: flex;
  align-items: center;
  background-color: #f3f5f7;
  border-radius: 8px;
  justify-content: space-between;
}
.main_sidebar .sidebar-block-image {
  padding: 12px 0;
}
.main_sidebar .sidebar-promotion {
  background-repeat: no-repeat;
  background-position: left;
  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;
}
.main_sidebar .sidebar-promotion .main_sidebar_block_image {
  width: 100%;
  max-width: 168px;
  height: 72px;
  background-color: #fff;
  border-radius: 4px;
  padding: 14px;
  display: flex;
  align-items: center;
}
.main_sidebar .sidebar-promotion .main_sidebar_text {
  width: 100%;
  padding: 6px 18px;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  background: #3B3F4A;
  color: #fff;
  border-radius: 4px;
}
.main_sidebar .sidebar-promotion .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;
  background-color: #b40001;
}
.main_sidebar .sidebar-promotion .main_sidebar_btn:hover {
  cursor: pointer;
}
.main_sidebar .sidebar-block-content {
  padding: 16px 20px;
  text-align: center;
  background-color: #f3f5f7;
  border-radius: 8px;
  box-shadow: 0px 4px 24px 0px rgba(208, 212, 215, 0.25);
}

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

.main_sidebar_feedback_icon {
  width: 100%;
  max-width: 100px;
}

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

.main_sidebar_title {
  font-size: 18px;
  font-weight: 700;
  color: #3B3F4A;
  line-height: 27px;
  text-align: center;
}

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

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

.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: #3B3F4A;
  font-size: 21px;
  line-height: 31.5px;
}
.main_sidebar_item__text p {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

@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;
  }
  .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;
  }
  .container__inner {
    max-width: unset;
  }
  .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;
  }
  .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: wrap;
    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: 869px) {
  .review_list_item__coupon_wrap {
    width: 100%;
    max-width: 99%;
  }
  .review_list_item__promotion_wrap {
    max-width: 280px;
  }
  .review_list_item__promotion_wrap::before,
  .review_list_item__promotion_wrap::after {
    display: none;
  }
}
@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;
    min-height: 186px;
    margin: 22px 0 0;
  }
  h1 {
    font-size: 21px;
  }
  .main_subtitle {
    display: none;
  }
  .last_updated_block p {
    font-size: 10px;
    line-height: 15px;
  }
  .review_list_item__rates_wrap {
    gap: 0;
  }
  .review_list_item__visible_part {
    grid-template-columns: 200px 1fr 186px;
    padding: 10px 10px 11px 20px;
  }
  .review_list_item__ribbon {
    font-size: 10px;
    height: 19px;
    top: 0px;
    left: 0;
  }
  .bottom_offer_item__content {
    margin-left: 10%;
  }
  .bottom_offer_popup_overlay .bottom_offer_item {
    gap: 0;
    padding: 10px 30px;
  }
  .bottom_offer_popup_overlay .bottom_offer_item__content {
    padding-right: 20px;
  }
  .bottom_offer_popup_overlay .bottom_offer_item__content .bottom_offer_item__title {
    font-size: 14px;
    line-height: 20px;
  }
  .best_promo_wrap .best_promo__logo {
    max-width: 160px;
  }
  .best_promo_wrap .best_promo__title {
    font-size: 14px;
    width: 40%;
  }
  .best_promo_wrap .best_promo__cta {
    max-width: 160px;
    padding: 8px 12px;
  }
  .review_list_item__ribbon_text {
    font-size: 10px;
    height: 19px;
    clip-path: polygon(0% 0%, 100% 0%, 75% 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 4px 8px;
    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;
    max-width: 160px;
  }
  .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%;
    flex-wrap: nowrap;
  }
  .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: 680px) {
  .review_list_item__visible_part {
    grid-template-columns: 150px 1fr 186px;
  }
}
@media (max-width: 640px) {
  .review_list_item__visit_site {
    height: 100%;
    margin-top: 0;
  }
  .review_list_item__visible_part {
    display: flex;
    flex-direction: row;
    position: relative;
    padding: 8px 10px 16px;
  }
  .review_list_item__logo_wrap {
    grid-area: 1/1/2/2;
    max-width: 145px;
  }
  .review_list_item__logo_wrap {
    margin-left: 0;
    height: 58px;
    margin-top: 8px;
    width: 60%;
  }
  .review_list_item__info_wrap {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 30%;
    left: 57%;
    gap: 0;
    align-items: center;
    margin-top: 10px;
    height: 30px;
    min-width: 142px;
  }
  .faq-block-wrap h2 {
    text-align: center;
  }
  .faq-block-wrap .faq-block .faq-block__item .faq-block__item-header h3 {
    font-size: 18px;
    line-height: 27px;
  }
  .faq-block-wrap .faq-block .faq-block__item .faq-block__item-content {
    font-size: 12px;
    line-height: 18px;
  }
  .faq-block-wrap .faq-block .faq-block__item .faq-block__item-header button svg {
    width: 24px;
    height: 24px;
  }
  .review_list_item__rates_score {
    padding: 4px 8px;
    font-size: 16px;
    width: 46px;
  }
  .review_list_item__block {
    flex-direction: column-reverse;
    gap: 0;
    align-items: center;
  }
  .review_list_item__rates_word {
    font-size: 12px;
  }
  .review_list_item__logo {
    width: 100%;
    max-width: 188px;
    margin: 8px 0 6px 10px;
  }
  .review_list_item__coupon_wrap {
    max-width: 58%;
    width: 100%;
    padding: 4px;
  }
  .review_list_item__coupon_wrap span svg {
    width: 26px;
  }
  .review_list_item__coupon {
    padding: 4px 3px 4px 14px;
  }
  .review_list_item__coupon img {
    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;
  }
  .review_list_item__logo_wrap {
    max-width: 145px;
    width: 100%;
  }
  .review_list_item__promotion_wrap {
    border: none;
    margin: 0;
    padding: 0;
    max-width: none;
  }
  .review_list_item__visible_part {
    grid-template-columns: 160px 1fr 186px;
  }
  .review_list_item__info_wrap {
    grid-column: 1/span 2;
    position: relative;
    display: flex;
    align-items: stretch;
    margin-top: 10px;
    height: 30px;
    flex-direction: column;
    top: 0;
    left: 0;
    justify-content: space-around;
    margin: 0;
    padding: 0;
  }
  .review_list_item__coupon_wrap {
    min-width: 145px;
    width: 100%;
    padding: 4px;
    max-width: none;
  }
  .review_list_item__coupon {
    padding: 0;
  }
  .review_list_item__coupon img {
    margin: 0 6px 0 0;
  }
  .review_list_item__coupon p {
    font-size: 10px;
    font-weight: 600;
  }
  .text_section {
    margin-top: 30px;
  }
  .bottom_offer_popup_overlay .bottom_offer_item__middle_mobile .bottom_offer_item__logo {
    margin-left: 0;
  }
  .bottom_offer_popup_overlay .bottom_offer_item__content_mobile .bottom_offer_item__title {
    line-height: 26px;
  }
}
@media (max-width: 600px) {
  .review_list_promo__subtitle {
    font-size: 14px;
  }
  .review_list_promo_wrap {
    flex-direction: column;
    gap: 4px;
    padding: 14px 10px;
    background-size: cover;
    background-position: left;
    background-image: url(../images/promotion-bg-mobile.webp);
    align-items: flex-end;
  }
  .review_list_promo__text {
    padding: 0;
    width: 60%;
    padding-left: 0;
    gap: 2px;
    flex-wrap: nowrap;
  }
  .review_list_promo__text .review_list_promo__title {
    font-size: 18px;
    line-height: 27px;
    width: 100%;
    max-width: 206px;
    min-width: 200px;
  }
  .review_list_promo__text .review_list_promo__subtitle {
    font-size: 12px;
    line-height: 18px;
  }
  .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;
    max-height: 40px;
    width: 100%;
    margin-right: 18%;
  }
  .review_list_item__visit {
    display: flex;
    margin: 2px 10px;
  }
  .review_list_item__visit img {
    width: 16px;
    height: 16px;
  }
  .review_list_item__visit .review_list_item__visit_text {
    margin: 0;
    padding: 0;
    font-size: 8px;
    line-height: 10px;
  }
  .review_list_item__coupon {
    gap: 0;
    padding: 4px;
  }
  .review_list_item__info_wrap {
    flex-direction: row;
    top: 0;
    left: 0;
    justify-content: space-around;
    margin: 0;
    padding: 0;
  }
  .best_promo_wrap {
    flex-direction: column;
    gap: 10px;
  }
  .best_promo_wrap .best_promo__title {
    width: 100%;
  }
  .main_title_block {
    margin: -8px 0;
    text-align: center;
  }
  .page_title_mobile {
    font-size: 18px;
  }
  .review_list_item__rates_wrap {
    min-height: 40px;
  }
  .review_list_item__block {
    flex-direction: column-reverse;
    gap: 0;
    align-items: center;
    padding: 4px;
  }
  .brand_rate_stars_wrap_text {
    font-weight: 500;
  }
  .review_list_item__ribbon_text span {
    min-width: 16px;
  }
  .review_list_item__rates_score {
    padding: 0;
    font-size: 18px;
    width: 46px;
    line-height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .review_list_item__ribbon_text span {
    margin-right: 26px;
  }
  .review_list_item__visit_site {
    min-height: 40px;
  }
  .main_title_block .page_title_mobile {
    font-size: 21px;
    line-height: 31.5px;
  }
  .last_updated {
    font-size: 10px;
    line-height: 15px;
  }
  .main_advantages_block {
    margin: 8px 0;
    justify-content: center;
  }
  .main_advantages_block .advantage_item img {
    max-width: 28px;
  }
  .main_advantages_block .advantage_item span {
    font-size: 10px;
    line-height: 15px;
  }
  .review_list_item__ribbon_text {
    min-width: 56px;
    clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
  }
  .review_list_item__ribbon_text span {
    font-size: 10px;
    margin-right: 10px;
  }
  .review_list_item__visible_part {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 60px;
    align-items: center;
    padding: 20px 10px 10px;
  }
  .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__coupon {
    font-size: 8px;
    line-height: 12px;
  }
}
@media (max-width: 440px) {
  .review_list_promo__logo {
    margin-right: 12%;
  }
}
@media (max-width: 380px) {
  .review_list_item__logo_wrap {
    margin-left: 0;
  }
  .review_list_item__rates_score {
    width: 50px;
  }
  .review_list_item__coupon_wrap::before {
    top: 23%;
    right: -4%;
  }
  .review_list_item__visit_site {
    max-width: 146px;
  }
  .review_list_promo__logo {
    margin-right: 10%;
  }
}
@media (max-width: 340px) {
  .review_list_item__block {
    align-items: center;
  }
  .review_list_item__visit_site {
    max-width: 100px;
  }
  .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_promo__logo {
    margin-right: 6%;
  }
  .review_list_promo__text .review_list_promo__title {
    width: 80%;
  }
}

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