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

.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: 300px;
  margin: 72px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 17px 0 45px;
}
.main_title_block_wrap:before {
  content: "";
  background: transparent;
  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: #242b46;
  margin-top: 120px;
}
@media (max-width: 993px) {
  .main_title_block {
    margin-top: 18px;
  }
}
.main_title_block .page_title {
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  color: #fff;
}

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

.content_title {
  font-size: 28px;
  text-align: center;
  font-weight: 600;
  line-height: 42px;
}
@media (max-width: 600px) {
  .content_title {
    font-size: 24px;
  }
}

.content_block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 900px) {
  .content_block {
    gap: 26px;
  }
}
@media (max-width: 600px) {
  .content_block {
    grid-template-columns: 1fr;
  }
}
.content_block .content_block__item {
  position: relative;
}
.content_block .content_block__item-image {
  width: 100%;
  border: 1px solid #F3F5F7;
  border-radius: 8px;
  max-height: 334px;
  width: 100%;
  max-width: 609px;
}
.content_block .content_block__item-logo {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 125px;
  height: 60px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content_block .content_block__item-logo-img {
  width: 100%;
  height: 50px;
  max-width: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 900px) {
  .content_block .content_block__item-logo {
    width: 106px;
    height: 46px;
    padding: 12px;
  }
}
.content_block .content_block__item-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  color: #3B3F4A;
}
@media (max-width: 600px) {
  .content_block .content_block__item-title {
    margin: 20px 20px 4px;
  }
}
.content_block .content_block__item-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 30px;
  margin-top: 0;
  color: #3B3F4A;
}
@media (max-width: 600px) {
  .content_block .content_block__item-text {
    margin: 0 20px 30px;
  }
}
.content_block .content_block__item-link {
  color: #fff;
  background-color: #b40200;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  text-decoration: none;
  padding: 10px 60px;
  border-radius: 4px;
  cursor: pointer;
}
@media (max-width: 600px) {
  .content_block .content_block__item-link {
    padding: 8px 40px;
    display: flex;
    justify-content: center;
    max-width: 146px;
    margin: 0 auto;
  }
}
.content_block .content_block__item .toggle-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: #3B3F4A;
  text-decoration: none;
  cursor: pointer;
}

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

.main_footer_wrap {
  margin: 100px 0 0;
  background-color: #3a3f49;
  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_address-title {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}
.footer_address p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.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: 14px;
  font-weight: 500;
  line-height: 21px;
}
.footer_disclosure__text span {
  font-weight: 700;
}

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

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

@media (max-width: 1300px) {
  .main_title_image {
    display: none;
  }
  .container__inner {
    max-width: unset;
  }
  .providers_proposal_wrap,
  .text_section {
    max-width: 977px;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .main_header_wrap {
    height: 83px;
  }
  .main_title_block_wrap {
    margin: 83px 0 0;
  }
  .podium_brands_block {
    grid-template-columns: 1fr;
    border: navajowhite;
  }
  .podium_brands_title {
    display: none;
  }
  .podium_brand {
    display: none;
  }
  .podium_brand.with_ribbon {
    display: block;
    min-height: 118px;
    padding: 20px 15px 7px 18px;
    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;
  }
  .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 {
    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__visit {
    display: none;
  }
}
.review_list_item__logo {
  height: 78px;
}

.review_list_item__rates_score {
  font-size: 21px;
}

.review_list_item__rates_word {
  font-size: 14px;
}

.review_list_item__phone {
  min-height: 36px;
}
.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: 725px;
}

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

@media (max-width: 768px) {
  .header_menu,
  .providers_proposal_item__special_deal {
    display: none;
  }
  .main_header_wrap {
    height: 40px;
  }
  .header_logo {
    width: 176px;
  }
  .main_title_block_wrap {
    margin: 40px 0 0;
    padding: 16px 0;
    min-height: 146px;
  }
  h1 {
    font-size: 21px;
  }
  .section_title_with_border {
    padding: 24px 0;
  }
  .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;
  }
  .section_title_with_border {
    margin: 0;
  }
  .main_footer {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .main_footer .footer_logo {
    margin: 0 0 24px;
  }
  .main_footer .footer_address {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 24px;
  }
  .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-style: 12px;
  }
  .main_footer .main_footer_block {
    margin-bottom: 18px;
  }
  #backToTopBtn {
    width: 40px;
    height: 40px;
  }
  .bottom_offer_popup_overlay .bottom_offer_item {
    flex-direction: column;
  }
  .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 {
    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;
  }
  .bottom_offer_popup_overlay .bottom_offer_content a {
    font-size: 18px;
    font-weight: 600;
  }
  .bottom_offer_popup_overlay .bottom_offer_get_bonus {
    padding: 10px;
  }
}
@media (max-width: 640px) {
  .review_list_item__visit_site {
    height: 100%;
    margin-top: 0;
  }
  .review_list_item__visible_part {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .review_list_item__logo_wrap {
    grid-area: 1/1/2/2;
    max-width: 145px;
  }
  .review_list_item__promotion_wrap {
    grid-area: 2/1/3/2;
    margin: 0;
    padding: 0;
  }
  .review_list_item__info_wrap {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin-top: 10px;
    height: 30px;
  }
  .review_list_item__coupon_wrap {
    min-width: 350px;
    width: 100%;
    padding: 8px 0;
  }
  .review_list_item__coupon {
    padding: 4px 3px 4px 14px;
  }
  .review_list_item__coupon img {
    width: 32px;
    margin: 0 10px 0 0;
  }
  .review_list_item__coupon p {
    font-size: 10px;
    font-weight: 600;
  }
}
@media (max-width: 425px) {
  .review_list_promo_wrap {
    min-height: unset;
  }
  .review_list_promo__title {
    white-space: wrap;
    text-align: center;
  }
}
@media (max-width: 380px) {
  .review_list_item__coupon_wrap {
    min-width: 250px;
  }
}

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