/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Poppins-latin-ext-400.woff2") format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Poppins-latin-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Poppins-latin-ext-500.woff2") format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Poppins-latin-500.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Poppins-latin-ext-600.woff2") format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Poppins-latin-600.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Poppins-latin-ext-700.woff2") format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Poppins-latin-700.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
* {
  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: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1233px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .container {
    padding: 0 16px;
  }
}

.main_header_wrap {
  width: 100%;
  box-shadow: 0 15px 30px 0 rgba(119, 123, 146, 0.1);
}
.main_header_wrap .main_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0;
  gap: 0 56px;
  height: 62px;
}
.main_header_wrap .main_header .header_mobile_menu_btn {
  display: block;
  padding: 0;
  background: none;
  border: none;
  width: 16px;
  height: 16px;
}
@media (min-width: 993px) {
  .main_header_wrap .main_header .header_mobile_menu_btn {
    display: none;
  }
}
@media (max-width: 992px) {
  .main_header_wrap .main_header .header_mobile_menu_btn {
    display: block;
    padding: 0;
    background: none;
    border: none;
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
  }
  .main_header_wrap .main_header .header_mobile_menu_btn .icon-menu {
    width: 16px;
    height: 16px;
  }
  .main_header_wrap .main_header .header_mobile_menu_btn .icon-close {
    width: 21px;
    height: 21px;
  }
}
.main_header_wrap .main_header .header_logo {
  width: 100%;
  max-width: 192px;
  height: 100%;
  max-height: 36px;
}
.main_header_wrap .main_header .header_logo img {
  height: inherit;
  width: inherit;
  max-width: inherit;
  max-height: inherit;
  object-fit: contain;
}
@media (max-width: 768px) {
  .main_header_wrap .main_header .header_logo {
    max-width: 121px;
    max-height: 18px;
  }
}
.main_header_wrap .main_header .main_header-wrapper {
  display: flex;
  align-items: center;
  padding: 0;
  gap: 108px;
  flex-wrap: wrap;
}
.main_header_wrap .main_header .main_header-wrapper .header_menu {
  display: flex;
  align-items: center;
  padding: 0;
  gap: 56px;
  flex-wrap: wrap;
}
.main_header_wrap .main_header .main_header-wrapper .header_menu .header_menu_item,
.main_header_wrap .main_header .main_header-wrapper .header_menu .header_menu_item_link {
  color: #242B46;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  align-items: center;
  gap: 16px;
  position: relative;
}
.main_header_wrap .main_header .main_header-wrapper .header_menu .header_menu_item > a,
.main_header_wrap .main_header .main_header-wrapper .header_menu .header_menu_item_link > a {
  cursor: pointer;
}
.main_header_wrap .main_header .main_header-wrapper .header_menu .header_menu_item > a svg,
.main_header_wrap .main_header .main_header-wrapper .header_menu .header_menu_item_link > a svg {
  transition: transform 0.3s ease;
  width: 16px;
  height: 16px;
}
.main_header_wrap .main_header .main_header-wrapper .header_menu .header_menu_item > a svg.rotate-up,
.main_header_wrap .main_header .main_header-wrapper .header_menu .header_menu_item_link > a svg.rotate-up {
  transform: rotate(180deg);
}
.main_header_wrap .main_header .main_header-wrapper .header_menu .dropdown_content {
  position: absolute;
  top: 48px;
  left: -120px;
  border: none;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 10;
  width: 361px;
  background-color: rgba(50, 68, 87, 0.8980392157);
  color: #fff;
  margin: 0;
  padding: 14px 24px;
  border-radius: 0 0 8px 8px;
  grid-template-columns: repeat(2, 1fr);
  justify-items: flex-start;
  gap: 15px 86px;
  align-items: center;
  display: none;
  transition: opacity 0.1s ease 1s;
}
.main_header_wrap .main_header .main_header-wrapper .header_menu .dropdown_content .dropdown_content-arrow {
  background: rgba(47, 51, 78, 0.9);
  clip-path: polygon(50% 15%, 0% 100%, 100% 100%);
  width: 26px;
  height: 11px;
  position: absolute;
  top: -10px;
  left: 43%;
  z-index: 100;
}
.main_header_wrap .main_header .main_header-wrapper .header_menu .dropdown_content .dropdown_item {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .main_header_wrap .main_header .main_header-wrapper .header_menu {
    display: none;
  }
}
.main_header_wrap .main_header .main_header-wrapper .main_header_menu_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 55px;
}
.main_header_wrap .main_header .main_header-wrapper .main_header_menu_info .header_country_menu {
  position: relative;
}
.main_header_wrap .main_header .main_header-wrapper .main_header_menu_info .header_country_menu .header_country_menu_item {
  position: relative;
}
.main_header_wrap .main_header .main_header-wrapper .main_header_menu_info .header_country_menu .header_country_menu_item.is-current {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  align-items: center;
  color: #324457;
  font-size: 8px;
  font-weight: 500;
  line-height: normal;
}
.main_header_wrap .main_header .main_header-wrapper .main_header_menu_info .header_country_menu .header_country_menu_item.is-current img {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-size: contain;
}
@media (max-width: 768px) {
  .main_header_wrap .main_header .main_header-wrapper .main_header_menu_info .header_country_menu .header_country_menu_item.is-current {
    flex-direction: row;
    gap: 8px;
  }
}
.main_header_wrap .main_header .main_header-wrapper .main_header_menu_info .header_country_menu .dropdown {
  position: absolute;
  top: calc(100% + 22px);
  left: -77px;
  z-index: 50;
}
@media (max-width: 640px) {
  .main_header_wrap .main_header .main_header-wrapper .main_header_menu_info .header_country_menu .dropdown {
    top: calc(100% + 10px);
    left: -70px;
  }
}
.main_header_wrap .main_header .main_header-wrapper .main_header_menu_info .header_country_menu .header_country_menu_dropdown {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: flex-start;
  border-radius: 0 0 8px 8px;
  background: rgba(50, 68, 87, 0.9);
  padding: 16px 24px;
  width: 180px;
  transform: translateY(6px);
  transition: opacity 0.1s ease 1s, transform 0.2s ease 2s, visibility 0s linear 2s;
}
.main_header_wrap .main_header .main_header-wrapper .main_header_menu_info .header_country_menu .header_country_menu_dropdown svg {
  width: 26px;
  height: 11px;
  position: absolute;
  top: -10px;
  left: 77px;
}
@media (max-width: 640px) {
  .main_header_wrap .main_header .main_header-wrapper .main_header_menu_info .header_country_menu .header_country_menu_dropdown svg {
    top: -7px;
    left: 68px;
  }
}
.main_header_wrap .main_header .main_header-wrapper .main_header_menu_info .header_country_menu .header_country_menu_dropdown li {
  width: 100%;
}
.main_header_wrap .main_header .main_header-wrapper .main_header_menu_info .header_country_menu .header_country_menu_dropdown li .header_country_menu_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
.main_header_wrap .main_header .main_header-wrapper .main_header_menu_info .header_country_menu .header_country_menu_dropdown li .header_country_menu_item img {
  max-width: 23px;
  width: 100%;
  max-height: 14px;
  height: auto;
}
@media (max-width: 640px) {
  .main_header_wrap .main_header .main_header-wrapper .main_header_menu_info .header_country_menu .header_country_menu_dropdown li .header_country_menu_item {
    gap: 14px;
  }
}
@media (max-width: 640px) {
  .main_header_wrap .main_header .main_header-wrapper .main_header_menu_info .header_country_menu .header_country_menu_dropdown {
    width: 150px;
    padding: 16px;
  }
}
.main_header_wrap .main_header .main_header-wrapper .main_header_menu_info .header_country_menu .header_country_menu_item.is-current:hover + .dropdown .header_country_menu_dropdown, .main_header_wrap .main_header .main_header-wrapper .main_header_menu_info .header_country_menu:hover .header_country_menu_dropdown, .main_header_wrap .main_header .main_header-wrapper .main_header_menu_info .header_country_menu:focus-within .header_country_menu_dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0s, 0s, 0s;
}
.main_header_wrap .main_header .main_header-wrapper .main_header_menu_info .main_header_menu_notifications_btn {
  border: none;
  background: transparent;
  background-image: url(../images/notification-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: relative;
}
.main_header_wrap .main_header .main_header-wrapper .main_header_menu_info .main_header_menu_notifications_btn .main_header_menu_notifications_btn_wrap {
  position: absolute;
  top: -6px;
  right: -12px;
  width: 16px;
  height: 16px;
}
.main_header_wrap .main_header .main_header-wrapper .main_header_menu_info .main_header_menu_notifications_btn .main_header_menu_notifications_btn_wrap span {
  display: inline-block;
  background: #2699ff;
  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;
}
@media (max-width: 768px) {
  .main_header_wrap .main_header .main_header-wrapper .main_header_menu_info .main_header_menu_notifications_btn .main_header_menu_notifications_btn_wrap span {
    height: 14px;
    min-width: 14px;
  }
}
@media (max-width: 768px) {
  .main_header_wrap .main_header .main_header-wrapper .main_header_menu_info .main_header_menu_notifications_btn .main_header_menu_notifications_btn_wrap {
    top: -4px;
    right: -10px;
  }
}
@media (max-width: 768px) {
  .main_header_wrap .main_header .main_header-wrapper .main_header_menu_info .main_header_menu_notifications_btn {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 768px) {
  .main_header_wrap .main_header .main_header-wrapper .main_header_menu_info {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .main_header_wrap .main_header .main_header-wrapper {
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .main_header_wrap .main_header {
    gap: 14px;
    padding: 10px 0;
    justify-content: flex-start;
    height: 38px;
  }
}

.mobile-only {
  display: none;
}

.desktop-only {
  display: flex;
}

@media (max-width: 540px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
}
.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;
}
.notification_offer_popup_overlay.open {
  right: 0;
}
.notification_offer_popup_overlay .notification_offer_popup_title_block {
  background: #324457;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 0 14px;
  gap: 8px;
}
.notification_offer_popup_overlay .notification_offer_popup_title_block .notification_offer_popup-star {
  width: 100%;
  max-width: 155px;
  height: 36px;
}
.notification_offer_popup_overlay .notification_offer_popup_title_block .notification_offer_popup_title {
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 992px) {
  .notification_offer_popup_overlay .notification_offer_popup_title_block .notification_offer_popup_title {
    font-size: 24px;
  }
}
.notification_offer_popup_overlay .notification_offer_popup_title_block .notification_offer_popup_title_btn {
  width: 21px;
  height: 21px;
  cursor: pointer;
  position: absolute;
  top: 26px;
  right: 35px;
}
@media (max-width: 992px) {
  .notification_offer_popup_overlay .notification_offer_popup_title_block .notification_offer_popup_title_btn {
    top: 21px;
    right: 27px;
  }
}
@media (max-width: 992px) {
  .notification_offer_popup_overlay .notification_offer_popup_title_block {
    padding: 25px 0 16px;
    gap: 12px;
  }
}
.notification_offer_popup_overlay .notification_offer_popup_body_block {
  overflow: auto;
  background-color: #48617d;
  height: 100%;
  padding: 33px 35px;
}
.notification_offer_popup_overlay .notification_offer_popup_body_block .offers_wrap {
  display: flex;
  align-items: center;
  flex-flow: column;
  gap: 12px 0;
}
.notification_offer_popup_overlay .notification_offer_popup_body_block .notification_offer_item {
  background-color: #ffffff;
  overflow: hidden;
  width: 100%;
  max-width: 353px;
  min-width: 353px;
  min-height: 313px;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
}
.notification_offer_popup_overlay .notification_offer_popup_body_block .notification_offer_item .brand_rates_wrap:after {
  display: none;
}
@media (max-width: 992px) {
  .notification_offer_popup_overlay .notification_offer_popup_body_block .notification_offer_item {
    min-width: 268px;
    max-width: 268px;
    min-height: 258px;
    position: relative;
  }
}
.notification_offer_popup_overlay .notification_offer_popup_body_block .notification_offer_logo_wrap {
  width: 100%;
  max-width: 191px;
  height: 124px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  flex-shrink: 0;
  padding: 12px 0;
}
.notification_offer_popup_overlay .notification_offer_popup_body_block .notification_offer_logo_wrap .notification_offer_logo {
  height: inherit;
  display: block;
  width: 100%;
  max-width: 191px;
  max-height: 100px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .notification_offer_popup_overlay .notification_offer_popup_body_block .notification_offer_logo_wrap .notification_offer_logo {
    max-width: 176px;
    height: 70px;
  }
}
@media (max-width: 991px) {
  .notification_offer_popup_overlay .notification_offer_popup_body_block .notification_offer_logo_wrap {
    padding: 13px 0;
    max-width: 268px;
    height: 96px;
  }
}
.notification_offer_popup_overlay .notification_offer_popup_body_block .notification_offer_content_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px 33px 14px;
  gap: 12px;
  border-top: 2px solid #48617d;
  min-height: 189px;
  justify-content: center;
}
.notification_offer_popup_overlay .notification_offer_popup_body_block .notification_offer_content_wrap .notification_offer_coupon_text {
  text-align: center;
  text-decoration: none;
  color: #324457;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
.notification_offer_popup_overlay .notification_offer_popup_body_block .notification_offer_content_wrap .notification_offer_visit_link {
  width: 100%;
  max-width: 175px;
  height: 36px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .notification_offer_popup_overlay .notification_offer_popup_body_block .notification_offer_content_wrap .notification_offer_visit_link {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .notification_offer_popup_overlay .notification_offer_popup_body_block .notification_offer_content_wrap {
    padding: 15px 23px;
  }
}
@media (max-width: 992px) {
  .notification_offer_popup_overlay .notification_offer_popup_body_block {
    padding: 26px 27px;
  }
}
@media (max-width: 992px) {
  .notification_offer_popup_overlay {
    max-width: 322px;
  }
}
@media (max-width: 450px) {
  .notification_offer_popup_overlay {
    max-width: 90%;
  }
}

.main_title_block_wrap {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 328px;
}
.main_title_block_wrap .main_title_block {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 977px;
  width: 100%;
  padding: 95px 0 14px;
}
.main_title_block_wrap .main_title_block .page_title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
}
.main_title_block_wrap .main_title_block .page_title span {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .main_title_block_wrap .main_title_block .page_title span {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .main_title_block_wrap .main_title_block .page_title {
    font-size: 18px;
  }
}
.main_title_block_wrap .main_title_block .page_subtitle {
  font-size: 21px;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 768px) {
  .main_title_block_wrap .main_title_block .page_subtitle {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .main_title_block_wrap .main_title_block .page_subtitle {
    display: none;
  }
}
.main_title_block_wrap .main_title_block .last_updated_block {
  height: 36px;
  padding: 8px 16px;
  border-radius: 4px;
  background: #242B46;
  margin-top: 45px;
  margin-left: auto;
}
.main_title_block_wrap .main_title_block .last_updated_block p {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 768px) {
  .main_title_block_wrap .main_title_block .last_updated_block {
    display: none;
  }
}
@media (max-width: 768px) {
  .main_title_block_wrap .main_title_block {
    padding: 28px 0 25px;
  }
}
@media (max-width: 768px) {
  .main_title_block_wrap {
    min-height: 115px;
  }
}

@media (min-width: 641px) {
  .filter_block_wrap.hidden-desktop {
    display: none;
  }
}
@media (max-width: 640px) {
  .filter_block_wrap.hidden-mobile {
    display: none;
  }
}
.filter_block_wrap .filter_block {
  margin-top: 16px;
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .filter_block_wrap .filter_block {
    margin-bottom: 8px;
    justify-content: center;
  }
}
.filter_block_wrap .filter_block .filter_block_item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  padding: 12px 16px;
  background: #E7F5FF;
  cursor: pointer;
  min-width: 196px;
  height: 36px;
  border-radius: 4px 0 0 4px;
}
.filter_block_wrap .filter_block .filter_block_item:last-child {
  border-radius: 0 4px 4px 0;
}
.filter_block_wrap .filter_block .filter_block_item img {
  width: 100%;
  max-width: 12px;
  height: auto;
  max-height: 12px;
}
.filter_block_wrap .filter_block .filter_block_item span {
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
  color: #324457;
}
@media (max-width: 640px) {
  .filter_block_wrap .filter_block .filter_block_item span {
    font-size: 11px;
  }
}
.filter_block_wrap .filter_block .filter_block_item.active {
  background: #0D99FF;
}
.filter_block_wrap .filter_block .filter_block_item.active span {
  color: #fff;
}
@media (max-width: 640px) {
  .filter_block_wrap .filter_block .filter_block_item {
    min-width: 164px;
    width: 100%;
  }
}
@media (max-width: 370px) {
  .filter_block_wrap .filter_block .filter_block_item {
    min-width: 155px;
  }
}

.content_wrap {
  margin-top: 16px;
}
.content_wrap .container {
  display: flex;
  justify-content: center;
  gap: 18px;
}
.content_wrap .review_list {
  max-width: 977px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.content_wrap .review_list .hover_min_scale {
  transition: transform 0.3s ease, box-shadow 0.2s ease;
}
.content_wrap .review_list .hover_min_scale:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 24px rgba(137, 153, 175, 0.25);
}
.content_wrap .review_list .review_list_item {
  position: relative;
  border-radius: 4px;
  border: 1px solid #324457;
  will-change: transform;
  background-color: #fff;
}
.content_wrap .review_list .review_list_item .review_list_item__ribbon {
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 10;
  border-radius: 4px 0 0 0;
  width: fit-content;
  min-width: 52px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content_wrap .review_list .review_list_item .review_list_item__ribbon span {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 4px 23px 2px 18px;
}
@media (max-width: 640px) {
  .content_wrap .review_list .review_list_item .review_list_item__ribbon {
    height: 19px;
    min-width: 42px;
  }
  .content_wrap .review_list .review_list_item .review_list_item__ribbon span {
    font-size: 11px;
    padding: 1px 14px 1px 11px;
  }
}
.content_wrap .review_list .review_list_item .review_list_item__visible_part {
  padding: 24px 48px 30px;
  display: flex;
  gap: 48px;
}
.content_wrap .review_list .review_list_item .review_list_item__visible_part .review_list_item__logo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  max-width: 192px;
  height: auto;
  max-height: 177px;
}
.content_wrap .review_list .review_list_item .review_list_item__visible_part .divider {
  display: flex;
  align-items: center;
}
.content_wrap .review_list .review_list_item .review_list_item__visible_part .review_list_item__promotion_wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 322px;
}
.content_wrap .review_list .review_list_item .review_list_item__visible_part .review_list_item__promotion_wrap .review_list_item__coupon_link {
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  color: #242B46;
}
@media (max-width: 768px) {
  .content_wrap .review_list .review_list_item .review_list_item__visible_part .review_list_item__promotion_wrap .review_list_item__coupon_link {
    display: none;
  }
}
.content_wrap .review_list .review_list_item .review_list_item__visible_part .review_list_item__promotion_wrap .review_list_item__compatibility_wrap {
  display: flex;
  align-items: center;
  gap: 24px;
}
.content_wrap .review_list .review_list_item .review_list_item__visible_part .review_list_item__promotion_wrap .review_list_item__compatibility_wrap .review_list_item__compatibility-text {
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}
.content_wrap .review_list .review_list_item .review_list_item__visible_part .review_list_item__promotion_wrap .review_list_item__compatibility_wrap .review_list_item__compatibility_block {
  display: flex;
  gap: 8px;
}
.content_wrap .review_list .review_list_item .review_list_item__visible_part .review_list_item__promotion_wrap .review_list_item__compatibility_wrap .review_list_item__compatibility_block .brand_ompatibility_item {
  display: block;
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: all 0.3s;
}
.content_wrap .review_list .review_list_item .review_list_item__visible_part .review_list_item__promotion_wrap .review_list_item__advantages {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.content_wrap .review_list .review_list_item .review_list_item__visible_part .review_list_item__promotion_wrap .review_list_item__advantages li {
  display: flex;
  align-items: center;
  gap: 13px;
}
.content_wrap .review_list .review_list_item .review_list_item__visible_part .review_list_item__promotion_wrap .review_list_item__advantages li svg {
  width: 12px;
  height: 12px;
}
.content_wrap .review_list .review_list_item .review_list_item__visible_part .review_list_item__promotion_wrap .review_list_item__advantages li span {
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
}
.content_wrap .review_list .review_list_item .review_list_item__visible_part .review_list_item__info_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: auto 0;
}
.content_wrap .review_list .review_list_item .review_list_item__visible_part .review_list_item__info_wrap .hover_scale {
  transition: transform 0.2s ease;
}
.content_wrap .review_list .review_list_item .review_list_item__visible_part .review_list_item__info_wrap .hover_scale:hover {
  transform: scale(1.04);
}
.content_wrap .review_list .review_list_item .review_list_item__visible_part .review_list_item__info_wrap .review_list_item__rates_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.content_wrap .review_list .review_list_item .review_list_item__visible_part .review_list_item__info_wrap .review_list_item__rates_wrap .review_list_item__rates_score {
  border-radius: 4px;
  background: #324457;
  min-width: 48px;
  height: 36px;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .content_wrap .review_list .review_list_item .review_list_item__visible_part .review_list_item__info_wrap .review_list_item__rates_wrap .review_list_item__rates_score {
    min-width: 40px;
  }
}
.content_wrap .review_list .review_list_item .review_list_item__visible_part .review_list_item__info_wrap .review_list_item__rates_wrap .review_list_item__block .review_list_item__rates_word {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.content_wrap .review_list .review_list_item .review_list_item__visible_part .review_list_item__info_wrap .review_list_item__rates_wrap .review_list_item__block .review_list_item__rates_stars img {
  width: 16px;
  height: 16px;
}
.content_wrap .review_list .review_list_item .review_list_item__visible_part .review_list_item__info_wrap .review_list_item__visit_site {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  padding: 10px 34px;
  text-decoration: none;
  width: 175px;
  height: 36px;
  white-space: nowrap;
}
.content_wrap .review_list .review_list_item .review_list_item__visible_part .review_list_item__info_wrap .review_list_item__visit_link {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  color: #324457;
  text-decoration: none;
}
@media (max-width: 900px) {
  .content_wrap .review_list .review_list_item .review_list_item__visible_part {
    padding: 14px 28px 20px;
    gap: 28px;
  }
}
@media (max-width: 640px) {
  .content_wrap .review_list .review_list_item .review_list_item__visible_part {
    display: none;
  }
}
.content_wrap .review_list .review_list_item .review_list_item__visible_mobile_part {
  display: none;
}
@media (max-width: 640px) {
  .content_wrap .review_list .review_list_item .review_list_item__visible_mobile_part {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    padding: 23px 19px 18px 15px;
  }
  .content_wrap .review_list .review_list_item .review_list_item__visible_mobile_part .hover_scale {
    transition: transform 0.2s ease;
  }
  .content_wrap .review_list .review_list_item .review_list_item__visible_mobile_part .hover_scale:hover {
    transform: scale(1.04);
  }
  .content_wrap .review_list .review_list_item .review_list_item__visible_mobile_part .review_list_item__logo_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
  }
  .content_wrap .review_list .review_list_item .review_list_item__visible_mobile_part .review_list_item__logo_wrap a {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    min-width: 138px;
    width: 100%;
    max-width: 138px;
    min-height: 128px;
    height: auto;
    max-height: 128px;
  }
  .content_wrap .review_list .review_list_item .review_list_item__visible_mobile_part .review_list_item__logo_wrap .review_list_item__rates_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .content_wrap .review_list .review_list_item .review_list_item__visible_mobile_part .review_list_item__logo_wrap .review_list_item__rates_wrap .review_list_item__rates_score {
    border-radius: 4px;
    background: #324457;
    width: 55px;
    height: 36px;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content_wrap .review_list .review_list_item .review_list_item__visible_mobile_part .review_list_item__logo_wrap .review_list_item__rates_wrap .review_list_item__rates_stars {
    display: flex;
  }
  .content_wrap .review_list .review_list_item .review_list_item__visible_mobile_part .review_list_item__logo_wrap .review_list_item__rates_wrap .review_list_item__rates_stars img {
    width: 15px;
    height: 15px;
  }
  .content_wrap .review_list .review_list_item .review_list_item__visible_mobile_part .review_list_item__advantages {
    padding: 0;
    list-style-type: none;
    margin: 0;
  }
  .content_wrap .review_list .review_list_item .review_list_item__visible_mobile_part .review_list_item__advantages li {
    display: flex;
    align-items: center;
    gap: 13px;
  }
  .content_wrap .review_list .review_list_item .review_list_item__visible_mobile_part .review_list_item__advantages li svg {
    width: 12px;
    height: 12px;
  }
  .content_wrap .review_list .review_list_item .review_list_item__visible_mobile_part .review_list_item__advantages li span {
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
  }
  .content_wrap .review_list .review_list_item .review_list_item__visible_mobile_part .review_list_item__info_wrap {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }
  .content_wrap .review_list .review_list_item .review_list_item__visible_mobile_part .review_list_item__info_wrap .review_list_item__compatibility_wrap {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .content_wrap .review_list .review_list_item .review_list_item__visible_mobile_part .review_list_item__info_wrap .review_list_item__compatibility_wrap .review_list_item__compatibility-text {
    font-size: 10px;
    font-weight: 500;
    line-height: normal;
  }
  .content_wrap .review_list .review_list_item .review_list_item__visible_mobile_part .review_list_item__info_wrap .review_list_item__compatibility_wrap .review_list_item__compatibility_block {
    display: flex;
    gap: 12px;
  }
  .content_wrap .review_list .review_list_item .review_list_item__visible_mobile_part .review_list_item__info_wrap .review_list_item__compatibility_wrap .review_list_item__compatibility_block .brand_ompatibility_item {
    display: block;
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: scale(1);
    transition: all 0.3s;
  }
  .content_wrap .review_list .review_list_item .review_list_item__visible_mobile_part .review_list_item__info_wrap .review_list_item__visit_site {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    padding: 10px 34px;
    text-decoration: none;
    width: 169px;
    height: 36px;
    white-space: nowrap;
  }
  .content_wrap .review_list .review_list_item .review_list_item__visible_mobile_part .review_list_item__info_wrap .review_list_item__visit_link {
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    color: #0D99FF;
    text-decoration: none;
  }
}
.content_wrap .review_list .promotion-block {
  display: none;
}
.content_wrap .review_list .promotion-block.desktop-show {
  display: block;
}
.content_wrap .review_list .review_list_promo_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 153px;
  text-decoration: none;
  min-height: 165px;
  border-radius: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: none;
  padding: 30px 48px 34px;
}
.content_wrap .review_list .review_list_promo_wrap * {
  pointer-events: none;
}
.content_wrap .review_list .review_list_promo_wrap:hover {
  transform: scale(1.01);
}
.content_wrap .review_list .review_list_promo_wrap img {
  max-width: 220px;
  width: 100%;
  max-height: 82px;
  object-fit: contain;
}
@media (max-width: 640px) {
  .content_wrap .review_list .review_list_promo_wrap img {
    max-width: 110px;
    max-height: 58px;
  }
}
.content_wrap .review_list .review_list_promo_wrap .review_list_promo__content {
  max-width: 175px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.content_wrap .review_list .review_list_promo_wrap .review_list_promo__content h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
@media (max-width: 640px) {
  .content_wrap .review_list .review_list_promo_wrap .review_list_promo__content h2 {
    font-size: 12px;
  }
}
.content_wrap .review_list .review_list_promo_wrap .review_list_promo__content .review_list_promo__cta {
  display: flex;
  width: 175px;
  height: 36px;
  padding: 10px 34px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: normal;
  font-weight: 700;
  border: none;
}
@media (max-width: 640px) {
  .content_wrap .review_list .review_list_promo_wrap .review_list_promo__content .review_list_promo__cta {
    width: 145px;
    height: 29px;
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .content_wrap .review_list .review_list_promo_wrap .review_list_promo__content {
    gap: 6px;
  }
}
@media (max-width: 640px) {
  .content_wrap .review_list .review_list_promo_wrap {
    padding: 10px 7px;
    min-height: 130px;
    gap: 34px;
    border-radius: 8px;
  }
}
@media (max-width: 768px) {
  .content_wrap .review_list .promotion-block.desktop-show {
    display: none;
  }
  .content_wrap .review_list .promotion-block.mobile-show {
    display: block;
  }
}
.content_wrap .main_sidebar {
  width: 240px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.content_wrap .main_sidebar .main_sidebar_block {
  border-radius: 8px;
  box-shadow: 0px 4px 24px 0px rgba(208, 212, 215, 0.25);
}
.content_wrap .main_sidebar .main_sidebar_block:first-child {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3px;
  padding: 25px 16px;
}
.content_wrap .main_sidebar .main_sidebar_block:first-child .main_sidebar_item__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.content_wrap .main_sidebar .main_sidebar_block:first-child .main_sidebar_item__text h3 {
  color: #324457;
  font-size: 21px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.21px;
}
.content_wrap .main_sidebar .main_sidebar_block:first-child .main_sidebar_item__text p {
  color: #3B3F4A;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}
.content_wrap .main_sidebar .main_sidebar_block:first-child .main_sidebar_icon {
  width: 36px;
  height: 36px;
}
.content_wrap .main_sidebar .main_sidebar_block:nth-child(2) {
  width: 100%;
  height: 112px;
  border-radius: 8px;
}
.content_wrap .main_sidebar .main_sidebar_block:nth-child(3) {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 436px;
  padding: 21px 21px 30px;
  border-radius: 8px;
}
.content_wrap .main_sidebar .main_sidebar_block:nth-child(3) a {
  text-decoration: none;
}
.content_wrap .main_sidebar .main_sidebar_block:nth-child(3) a .main_sidebar_block_wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.content_wrap .main_sidebar .main_sidebar_block:nth-child(3) a .main_sidebar_block_wrap img {
  width: 100%;
  max-width: 138px;
  height: 72px;
  border: none;
  object-fit: contain;
}
.content_wrap .main_sidebar .main_sidebar_block:nth-child(3) a .main_sidebar_block_wrap .main_sidebar_btn {
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  border: none;
  cursor: pointer;
  margin-top: auto;
  text-decoration: none;
  background: transparent;
  color: #fff;
}
.content_wrap .main_sidebar .main_sidebar_block:nth-child(4) .main_sidebar_block_text {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.content_wrap .main_sidebar .main_sidebar_block:nth-child(4), .content_wrap .main_sidebar .main_sidebar_block:nth-child(5) {
  text-align: center;
}
.content_wrap .main_sidebar .main_sidebar_block:nth-child(4) .main_sidebar_title, .content_wrap .main_sidebar .main_sidebar_block:nth-child(5) .main_sidebar_title {
  text-align: center;
  margin-top: 14px;
}
.content_wrap .main_sidebar .main_sidebar_block-content {
  padding: 14px 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.content_wrap .main_sidebar .main_sidebar_block-content .main_sidebar_title {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.content_wrap .main_sidebar .main_sidebar_block-content .divider {
  display: flex;
  justify-content: center;
}
.content_wrap .main_sidebar .main_sidebar_block-content .main_sidebar_block_text {
  gap: 8px;
}
.content_wrap .main_sidebar .main_sidebar_block-content .main_sidebar_block_text p {
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}
.content_wrap .main_sidebar .main_sidebar_block-content .main_sidebar_icon {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .content_wrap .main_sidebar {
    display: none;
  }
}

.best_provider_wrap {
  margin-top: 16px;
  background-color: rgba(255, 224, 26, 0.1019607843);
  padding: 16px 0;
}
.best_provider_wrap .best_provider_block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.best_provider_wrap .best_provider_block .best_provider_title {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  max-width: 977px;
}
@media (max-width: 640px) {
  .best_provider_wrap .best_provider_block .best_provider_title {
    font-size: 16px;
  }
}
.best_provider_wrap .best_provider_block .hover_min_scale {
  transition: transform 0.3s ease, box-shadow 0.2s ease;
}
.best_provider_wrap .best_provider_block .hover_min_scale:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 24px rgba(137, 153, 175, 0.25);
}
.best_provider_wrap .best_provider_block .review_list_item {
  max-width: 977px;
  width: 100%;
  position: relative;
  border-radius: 4px;
  will-change: transform;
  background-color: #fff;
}
.best_provider_wrap .best_provider_block .review_list_item .review_list_item__ribbon {
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 10;
  border-radius: 4px 0 0 0;
  width: fit-content;
  min-width: 52px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.best_provider_wrap .best_provider_block .review_list_item .review_list_item__ribbon span {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 4px 23px 2px 18px;
}
@media (max-width: 640px) {
  .best_provider_wrap .best_provider_block .review_list_item .review_list_item__ribbon {
    height: 19px;
    min-width: 42px;
  }
  .best_provider_wrap .best_provider_block .review_list_item .review_list_item__ribbon span {
    font-size: 11px;
    padding: 1px 14px 1px 11px;
  }
}
.best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_part {
  padding: 24px 48px 30px;
  display: flex;
  gap: 48px;
}
.best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_part .review_list_item__logo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  max-width: 192px;
  height: auto;
  max-height: 177px;
}
.best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_part .divider {
  display: flex;
  align-items: center;
}
.best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_part .review_list_item__promotion_wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 322px;
}
.best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_part .review_list_item__promotion_wrap .review_list_item__coupon_link {
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  color: #242B46;
}
@media (max-width: 768px) {
  .best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_part .review_list_item__promotion_wrap .review_list_item__coupon_link {
    display: none;
  }
}
.best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_part .review_list_item__promotion_wrap .review_list_item__compatibility_wrap {
  display: flex;
  gap: 24px;
}
.best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_part .review_list_item__promotion_wrap .review_list_item__compatibility_wrap .review_list_item__compatibility-text {
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}
.best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_part .review_list_item__promotion_wrap .review_list_item__compatibility_wrap .review_list_item__compatibility_block {
  display: flex;
  gap: 8px;
}
.best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_part .review_list_item__promotion_wrap .review_list_item__compatibility_wrap .review_list_item__compatibility_block .brand_ompatibility_item {
  display: block;
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: all 0.3s;
}
.best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_part .review_list_item__promotion_wrap .review_list_item__advantages {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_part .review_list_item__promotion_wrap .review_list_item__advantages li {
  display: flex;
  align-items: center;
  gap: 13px;
}
.best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_part .review_list_item__promotion_wrap .review_list_item__advantages li svg {
  width: 12px;
  height: 12px;
}
.best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_part .review_list_item__promotion_wrap .review_list_item__advantages li span {
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
}
.best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_part .review_list_item__info_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: auto 0;
}
.best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_part .review_list_item__info_wrap .hover_scale {
  transition: transform 0.2s ease;
}
.best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_part .review_list_item__info_wrap .hover_scale:hover {
  transform: scale(1.04);
}
.best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_part .review_list_item__info_wrap .review_list_item__rates_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_part .review_list_item__info_wrap .review_list_item__rates_wrap .review_list_item__rates_score {
  border-radius: 4px;
  background: #324457;
  min-width: 48px;
  height: 36px;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_part .review_list_item__info_wrap .review_list_item__rates_wrap .review_list_item__rates_score {
    min-width: 40px;
  }
}
.best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_part .review_list_item__info_wrap .review_list_item__rates_wrap .review_list_item__block .review_list_item__rates_word {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_part .review_list_item__info_wrap .review_list_item__rates_wrap .review_list_item__block .review_list_item__rates_stars img {
  width: 16px;
  height: 16px;
}
.best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_part .review_list_item__info_wrap .review_list_item__visit_site {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  padding: 10px 34px;
  text-decoration: none;
  width: 175px;
  height: 36px;
  white-space: nowrap;
}
.best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_part .review_list_item__info_wrap .review_list_item__visit_link {
  font-size: 14px;
  line-height: normal;
  font-weight: 600;
  color: #324457;
  text-decoration: none;
}
@media (max-width: 900px) {
  .best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_part {
    padding: 14px 28px 20px;
    gap: 28px;
  }
}
@media (max-width: 640px) {
  .best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_part {
    display: none;
  }
}
.best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_mobile_part {
  display: none;
}
@media (max-width: 640px) {
  .best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_mobile_part {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    padding: 23px 19px 18px 15px;
  }
  .best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_mobile_part .hover_scale {
    transition: transform 0.2s ease;
  }
  .best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_mobile_part .hover_scale:hover {
    transform: scale(1.04);
  }
  .best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_mobile_part .review_list_item__logo_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
  }
  .best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_mobile_part .review_list_item__logo_wrap a {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    min-width: 138px;
    width: 100%;
    max-width: 138px;
    min-height: 128px;
    height: 100%;
    max-height: 128px;
  }
  .best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_mobile_part .review_list_item__logo_wrap .review_list_item__rates_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_mobile_part .review_list_item__logo_wrap .review_list_item__rates_wrap .review_list_item__rates_score {
    border-radius: 4px;
    background: #324457;
    width: 55px;
    height: 36px;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_mobile_part .review_list_item__logo_wrap .review_list_item__rates_wrap .review_list_item__rates_stars {
    display: flex;
  }
  .best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_mobile_part .review_list_item__logo_wrap .review_list_item__rates_wrap .review_list_item__rates_stars img {
    width: 15px;
    height: 15px;
  }
  .best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_mobile_part .review_list_item__advantages {
    padding: 0;
    list-style-type: none;
    margin: 0;
  }
  .best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_mobile_part .review_list_item__advantages li {
    display: flex;
    align-items: center;
    gap: 13px;
  }
  .best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_mobile_part .review_list_item__advantages li svg {
    width: 12px;
    height: 12px;
  }
  .best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_mobile_part .review_list_item__advantages li span {
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
  }
  .best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_mobile_part .review_list_item__info_wrap {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }
  .best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_mobile_part .review_list_item__info_wrap .review_list_item__compatibility_wrap {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_mobile_part .review_list_item__info_wrap .review_list_item__compatibility_wrap .review_list_item__compatibility-text {
    font-size: 10px;
    font-weight: 500;
    line-height: normal;
  }
  .best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_mobile_part .review_list_item__info_wrap .review_list_item__compatibility_wrap .review_list_item__compatibility_block {
    display: flex;
    gap: 12px;
  }
  .best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_mobile_part .review_list_item__info_wrap .review_list_item__compatibility_wrap .review_list_item__compatibility_block .brand_ompatibility_item {
    display: block;
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: scale(1);
    transition: all 0.3s;
  }
  .best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_mobile_part .review_list_item__info_wrap .review_list_item__visit_site {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    padding: 10px 34px;
    text-decoration: none;
    width: 169px;
    height: 36px;
    white-space: nowrap;
  }
  .best_provider_wrap .best_provider_block .review_list_item .review_list_item__visible_mobile_part .review_list_item__info_wrap .review_list_item__visit_link {
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    color: #0D99FF;
    text-decoration: none;
  }
}
@media (max-width: 640px) {
  .best_provider_wrap {
    margin-top: 18px;
    padding: 12px 0 16px 0;
  }
}

.content_block_wrap {
  margin-top: 19px;
}
.content_block_wrap .content_block_inner {
  display: flex;
  gap: 16px;
}
.content_block_wrap .content_block_inner .content_block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.content_block_wrap .content_block_inner .content_block .content_block__title {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
.content_block_wrap .content_block_inner .content_block .content_block__table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
  border: 2px solid #E8F3FB;
}
.content_block_wrap .content_block_inner .content_block .content_block__table thead tr {
  height: 56px;
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fff;
}
.content_block_wrap .content_block_inner .content_block .content_block__table thead tr th {
  width: 163px;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
  padding: 9px 26px;
  text-align: left;
  border-right: 2px solid #E8F3FB;
}
.content_block_wrap .content_block_inner .content_block .content_block__table thead tr th:last-child {
  border-right: none;
}
.content_block_wrap .content_block_inner .content_block .content_block__table thead tr th img {
  width: 100%;
  max-width: 100px;
  height: 38px;
  object-fit: contain;
}
.content_block_wrap .content_block_inner .content_block .content_block__table tbody tr {
  height: 56px;
}
.content_block_wrap .content_block_inner .content_block .content_block__table tbody tr:nth-child(odd) {
  background-color: #E8F3FB;
}
.content_block_wrap .content_block_inner .content_block .content_block__table tbody tr td {
  width: 163px;
  padding: 9px;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  border-right: 2px solid #E8F3FB;
}
.content_block_wrap .content_block_inner .content_block .content_block__table tbody tr td:last-child {
  border-right: none;
}
.content_block_wrap .content_block_inner .content_block .content_block__table tbody tr td:first-child {
  text-align: left;
  padding: 9px 26px;
}
.content_block_wrap .content_block_inner .content_block .content_block__table tbody tr td a {
  width: auto;
  max-width: 125px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  padding: 4px 25px;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.2s ease;
}
.content_block_wrap .content_block_inner .content_block .content_block__table tbody tr td a:hover {
  transform: scale(1.04);
}
@media (max-width: 992px) {
  .content_block_wrap .content_block_inner .content_block .content_block__table thead tr th {
    padding: 9px;
    max-width: max-content;
  }
  .content_block_wrap .content_block_inner .content_block .content_block__table tbody tr td:first-child {
    padding: 9px;
  }
  .content_block_wrap .content_block_inner .content_block .content_block__table tbody tr td {
    padding: 9px;
  }
  .content_block_wrap .content_block_inner .content_block .content_block__table tbody tr td a {
    font-size: 10px;
    padding: 3px 12px;
    max-width: 100px;
    height: auto;
    white-space: normal;
  }
}
.content_block_wrap .content_block_inner .main_sidebar {
  min-width: 240px;
}
@media (max-width: 1300px) {
  .content_block_wrap .content_block_inner .main_sidebar {
    display: none;
  }
}
@media (max-width: 640px) {
  .content_block_wrap {
    display: none;
  }
}

.faq_block_wrap {
  margin-top: 24px;
}
.faq_block_wrap .faq_block_inner {
  display: flex;
  gap: 16px;
}
.faq_block_wrap .faq_block_inner .faq_block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.faq_block_wrap .faq_block_inner .faq_block .faq_block__title {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
.faq_block_wrap .faq_block_inner .faq_block .faq_block__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.faq_block_wrap .faq_block_inner .faq_block .faq_block__item h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
.faq_block_wrap .faq_block_inner .faq_block .faq_block__item p {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 640px) {
  .faq_block_wrap .faq_block_inner .faq_block .faq_block__item p {
    font-size: 12px;
  }
}
.faq_block_wrap .faq_block_inner .faq_block .faq_block__item ul {
  padding: 0;
  padding-left: 22px;
  margin: 0;
}
.faq_block_wrap .faq_block_inner .faq_block .faq_block__item ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 640px) {
  .faq_block_wrap .faq_block_inner .faq_block .faq_block__item ul li {
    font-size: 12px;
  }
}
.faq_block_wrap .faq_block_inner .main_sidebar {
  min-width: 240px;
}
@media (max-width: 1300px) {
  .faq_block_wrap .faq_block_inner .main_sidebar {
    display: none;
  }
}
.faq_block_wrap .content_promo_wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 124px;
  text-decoration: none;
  background-color: #e8f3fb;
  border-radius: 8px;
  padding: 20px 64px;
}
.faq_block_wrap .content_promo_wrap .content_promo_logo {
  width: auto;
  max-width: 191px;
  height: 54px;
  object-fit: contain;
}
@media (max-width: 900px) {
  .faq_block_wrap .content_promo_wrap .content_promo_logo {
    max-width: 160px;
  }
}
@media (max-width: 640px) {
  .faq_block_wrap .content_promo_wrap .content_promo_logo {
    max-width: 176px;
    max-height: 45px;
  }
}
.faq_block_wrap .content_promo_wrap .content_promo_title {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  color: #3B3F4A;
}
@media (max-width: 640px) {
  .faq_block_wrap .content_promo_wrap .content_promo_title {
    font-size: 18px;
  }
}
.faq_block_wrap .content_promo_wrap .content_promo_cta {
  display: flex;
  width: 175px;
  height: 36px;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  border: none;
  padding: 10px 34px;
  cursor: pointer;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .faq_block_wrap .content_promo_wrap .content_promo_cta {
    width: 145px;
    height: 31px;
    font-size: 12px;
  }
}
@media (max-width: 900px) {
  .faq_block_wrap .content_promo_wrap {
    gap: 60px;
  }
}
@media (max-width: 640px) {
  .faq_block_wrap .content_promo_wrap {
    flex-direction: column;
    gap: 8px;
    padding: 20px 25px;
  }
}
@media (max-width: 640px) {
  .faq_block_wrap {
    margin-top: 32px;
  }
}

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

.cookie_block .cookie_block_btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 9999;
}
.cookie_block .cookie_popup {
  position: fixed;
  bottom: 92px;
  right: 14px;
  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: 10001;
}
.cookie_block .cookie_popup.visible {
  display: flex;
  transform: translateY(0);
}
.cookie_block .cookie_popup .cookie_popup_title_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cookie_block .cookie_popup .cookie_popup_title_wrap .cookie_popup_title {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  width: 80%;
}
.cookie_block .cookie_popup .cookie_popup_title_wrap svg {
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.cookie_block .cookie_popup p {
  margin: 0;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
}
.cookie_block .cookie_popup .cookie_popup_accept_btn,
.cookie_block .cookie_popup .cookie_popup_customize_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  flex-shrink: 0;
  max-width: 189px;
  width: 100%;
  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 .cookie_block_btn {
    display: none;
  }
}

.main_footer_wrap {
  background-color: #242b46;
  color: #fff;
  padding: 51px 0;
  margin-top: 50px;
}
.main_footer_wrap .main_footer {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
}
.main_footer_wrap .main_footer .main_footer_block-left {
  display: flex;
  flex-direction: column;
  gap: 43px;
}
.main_footer_wrap .main_footer .main_footer_block-left .footer_logo {
  display: block;
}
.main_footer_wrap .main_footer .main_footer_block-left .footer_logo img {
  display: block;
  max-width: 192px;
  height: 36px;
  width: 100%;
  pointer-events: none;
  object-fit: contain;
}
.main_footer_wrap .main_footer .main_footer_block-left .footer_address {
  font-style: normal;
}
.main_footer_wrap .main_footer .main_footer_block-left .footer_address-title {
  font-size: 14px;
  line-height: normal;
  font-weight: 700;
}
.main_footer_wrap .main_footer .main_footer_block-left .footer_address-text {
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
}
.main_footer_wrap .main_footer .main_footer_block-left .footer_copyright {
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}
.main_footer_wrap .main_footer .main_footer_block-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.main_footer_wrap .main_footer .main_footer_block-right .footer_menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.main_footer_wrap .main_footer .main_footer_block-right .footer_menu li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.main_footer_wrap .main_footer .main_footer_block-right .footer_disclosure__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.main_footer_wrap .main_footer .main_footer_block-right .footer_disclosure__text p {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
.main_footer_wrap .main_footer .main_footer_block-right .footer_disclosure__text span {
  color: #0D99FF;
}

.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;
  max-width: 980px;
  margin: 0 auto;
}
.bottom_offer_popup_overlay .bottom_offer_popup_close_btn {
  border: none;
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 20px;
  z-index: 9;
  background: transparent;
}
.bottom_offer_popup_overlay .bottom_offer_popup_close_btn svg {
  width: 21px;
  height: 21px;
}
@media (max-width: 660px) {
  .bottom_offer_popup_overlay .bottom_offer_popup_close_btn {
    top: 12px;
    right: 9px;
  }
}
@media (max-width: 664px) {
  .bottom_offer_popup_overlay .offer_wrap {
    display: none;
  }
}
.bottom_offer_popup_overlay .bottom_offer_item {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  min-height: 134px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border: none;
  box-shadow: 0px 0px 5px 0px grey;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0 100px;
  gap: 76px;
  padding: 9px 70px;
}
.bottom_offer_popup_overlay .bottom_offer_item .bottom_offer_item__logo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  max-width: 192px;
  height: 72px;
}
@media (max-width: 664px) {
  .bottom_offer_popup_overlay .bottom_offer_item .bottom_offer_item__logo {
    display: none;
  }
}
.bottom_offer_popup_overlay .bottom_offer_item .bottom_offer_item__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  max-width: 302px;
}
.bottom_offer_popup_overlay .bottom_offer_item .bottom_offer_item__content .bottom_offer_item__title {
  font-size: 21px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
.bottom_offer_popup_overlay .bottom_offer_item .bottom_offer_item__content .bottom_offer_item__cta {
  width: 175px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  padding: 8px 34px;
  border: none;
  text-decoration: none;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .bottom_offer_popup_overlay .bottom_offer_item .bottom_offer_item__content {
    width: 80%;
  }
}
@media (max-width: 664px) {
  .bottom_offer_popup_overlay .bottom_offer_item .bottom_offer_item__content {
    display: none;
  }
}
@media (max-width: 664px) {
  .bottom_offer_popup_overlay .bottom_offer_item {
    display: none;
  }
}
.bottom_offer_popup_overlay .bottom_offer_item_mobile {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  min-height: 200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  border: none;
  box-shadow: 0px 0px 5px 0px grey;
}
@media (min-width: 664px) {
  .bottom_offer_popup_overlay .bottom_offer_item_mobile {
    display: none;
  }
}
.bottom_offer_popup_overlay .bottom_offer_item__middle_mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 0;
  height: 92px;
}
.bottom_offer_popup_overlay .bottom_offer_item__middle_mobile a img {
  max-width: 153px;
  width: 100%;
  max-height: 74px;
  height: 100%;
}
@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_mobile {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 173px;
  padding: 26px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.bottom_offer_popup_overlay .bottom_offer_item__content_mobile .bottom_offer_item__title {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}
.bottom_offer_popup_overlay .bottom_offer_item__content_mobile .bottom_offer_item__cta {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 34px;
  border: none;
  line-height: normal;
  text-decoration: none;
  width: 100%;
  max-width: 175px;
  height: 36px;
  white-space: nowrap;
}
@media (min-width: 664px) {
  .bottom_offer_popup_overlay .bottom_offer_item__content_mobile {
    display: none;
  }
}

@media (max-width: 992px) {
  .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;
  }
  .padding-link-mobile {
    padding: 17px 44px 17px 23px;
  }
  .main_header_wrap .main_header .main_header-wrapper .header_menu {
    position: relative;
    top: 38px;
    left: -100%;
    width: 80%;
    max-width: 300px;
    height: auto;
    background-color: #324457;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    z-index: 1000;
    transition: left 0.3s ease-in-out;
    transform: translateY(-1000px);
    padding: 0;
  }
  .main_header_wrap .main_header .main_header-wrapper .header_menu.show {
    left: 0;
    transform: translateY(0);
    gap: 0;
    max-height: 80%;
    overflow-y: auto;
    padding-top: 10px;
  }
  .main_header_wrap .main_header .main_header-wrapper .header_menu .header_menu_item,
  .main_header_wrap .main_header .main_header-wrapper .header_menu .header_menu_item_link {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    color: #fff;
    text-align: left;
  }
  .main_header_wrap .main_header .main_header-wrapper .header_menu .header_menu_item svg,
  .main_header_wrap .main_header .main_header-wrapper .header_menu .header_menu_item_link svg {
    width: 16px;
    height: 16px;
    stroke: #fff;
  }
  .main_header_wrap .main_header .main_header-wrapper .header_menu .header_menu_item .dropdown_content,
  .main_header_wrap .main_header .main_header-wrapper .header_menu .header_menu_item_link .dropdown_content {
    position: static;
    top: 0;
    grid-template-columns: none;
    border-radius: 0;
    width: 100%;
    gap: 27px;
  }
  .main_header_wrap .main_header .main_header-wrapper .header_menu .header_menu_item .dropdown_content .dropdown_content-arrow,
  .main_header_wrap .main_header .main_header-wrapper .header_menu .header_menu_item_link .dropdown_content .dropdown_content-arrow {
    display: none;
  }
  .main_header_wrap .main_header .main_header-wrapper .header_menu .header_menu_item .desktop-only,
  .main_header_wrap .main_header .main_header-wrapper .header_menu .header_menu_item_link .desktop-only {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .main_header_wrap .main_header .main_header-wrapper .header_menu .header_menu_item .main_header_bar_menu_link,
  .main_header_wrap .main_header .main_header-wrapper .header_menu .header_menu_item_link .main_header_bar_menu_link {
    color: #fff;
  }
  .main_header_wrap .main_header .main_header-wrapper .header_menu .header_menu_item .main_header_bar_menu_link svg,
  .main_header_wrap .main_header .main_header-wrapper .header_menu .header_menu_item_link .main_header_bar_menu_link svg {
    stroke: #fff;
  }
}
@media (max-width: 768px) {
  .main_footer_wrap {
    margin: 40px 0 0;
  }
  .main_footer_wrap .main_footer {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
  }
  .main_footer_wrap .main_footer .main_footer_block-left {
    gap: 24px;
  }
  .main_footer_wrap .main_footer .main_footer_block-left .footer_logo img {
    max-width: 138px;
    height: 23px;
  }
  .main_footer_wrap .main_footer .main_footer_block-left .footer_copyright {
    display: block;
    position: absolute;
    bottom: -34px;
  }
  .main_footer_wrap .main_footer .main_footer_block-right .footer_menu {
    display: flex;
    flex-direction: column;
  }
  .main_footer_wrap .main_footer .main_footer_block-right .footer_menu li a {
    font-size: 14px;
  }
  .main_footer_wrap .main_footer .main_footer_block-right .footer_disclosure__text {
    font-size: 12px;
  }
  #backToTopBtn {
    width: 40px;
    height: 40px;
  }
}

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