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

.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;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
  gap: 58px;
  padding-left: 58px;
}
@media (max-width: 992px) {
  .header_menu {
    display: none;
  }
}

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

.dropdown .dropdown_content {
  position: absolute;
  top: 45px;
  background-color: #2b2f43;
  left: -40px;
  border: none;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 10;
  width: fit-content;
  color: #fff;
  margin: 0;
  padding: 14px 20px;
  border-radius: 0 0 8px 8px;
  grid-template-columns: repeat(2, 1fr);
  justify-items: flex-start;
  gap: 0 40px;
  align-items: center;
  display: none;
}
.dropdown .dropdown_content .dropdown_content-arrow {
  clip-path: polygon(50% 15%, 0% 100%, 100% 100%);
  background: rgba(47, 51, 78, 0.9);
  width: 26px;
  height: 11px;
  position: absolute;
  top: -10px;
  left: 43%;
  z-index: 100;
}

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

.mobile-only {
  display: none;
}

.desktop-only {
  display: block;
}

@media (max-width: 540px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
}
.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: 253px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  padding: 80px 0;
}
.main_title_block_wrap:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  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_wrap .container {
  max-width: 880px;
}
.main_title_block_wrap:has(.main_title_block .main_subtitle) {
  padding: 80px 0 45px;
}

.main_title_block {
  position: relative;
  z-index: 2;
  color: #ffffff;
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}
@media (max-width: 993px) {
  .main_title_block {
    justify-content: flex-start;
  }
}
.main_title_block .main_block {
  max-width: 700px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.main_title_block .page_title {
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  padding: 0;
}
@media (max-width: 993px) {
  .main_title_block .page_title {
    font-size: 28px;
  }
}
.main_title_block .main_subtitle {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  padding: 0;
}
@media (max-width: 993px) {
  .main_title_block .main_subtitle {
    display: none;
  }
}
.main_title_block .main_title_image {
  width: 100%;
  max-width: 100px;
  height: auto;
  max-height: 100px;
}

.content_wrap {
  margin: 16px 0 0;
  position: relative;
}
.content_wrap .container {
  display: flex;
  gap: 24px;
}

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

.review_list {
  width: 100%;
}

.review_list_item {
  position: relative;
  border: 2px solid #1e73be;
  border-radius: 4px;
  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);
}
.review_list_item:first-child {
  border: 2px solid #d0b26e;
}
.review_list_item:first-child .review_list_item__pos_number {
  border: 2px solid #d0b26e;
  color: #d0b26e;
}

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

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

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

.review_list_item__visible_part {
  padding: 10px 52px 5px 37px;
  position: relative;
  display: grid;
  grid-template-columns: 192px 1fr 166px;
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
  align-items: stretch;
}

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

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

.review_list_item__promotion_wrap {
  max-width: 342px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}

.review_list_item__coupon_wrap {
  width: 280px;
  position: relative;
  padding: 6px 6px 16px;
}
.review_list_item__coupon_wrap:before {
  content: "Welcome offer";
  background-color: #1E73BE;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  display: block;
  width: 46%;
  height: 100%;
  padding: 4px 0;
  z-index: 1;
  text-align: center;
  border-radius: 5px 0 0 0;
  clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%);
}

.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: 7px 3px;
}
.review_list_item__coupon img {
  display: block;
  flex-shrink: 0;
  width: 39px;
  margin: 0 15px 0 0;
}
.review_list_item__coupon p {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.14;
  margin: 0;
}

.review_list_item__advantages {
  margin: 5px 0 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  min-width: 350px;
}
.review_list_item__advantages li {
  display: flex;
  align-items: flex-start;
  margin: 0 0 10px;
}
.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: 10px;
  font-weight: 400;
  line-height: 15px;
}

.review_list_item__info_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 6px;
}

.review_list_item__rates_wrap {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
  gap: 10px;
  align-content: space-between;
}

.review_list_item__block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}

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

.review_list_item__rates_score {
  color: #fff;
  background-color: #1E73BE;
  border-radius: 4px;
  font-size: 21px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.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: 8px;
  text-decoration: none;
  margin: 4px 0;
}

.review_list_item__phone {
  border-radius: 8px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 5px;
}
.review_list_item__phone img {
  display: block;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  margin: 0 10px 0 0;
}
.review_list_item__phone span {
  font-size: 14px;
  font-weight: 700;
}

.review_list_item__visit {
  text-align: center;
}
.review_list_item__visit .review_list_item__visit_text {
  font-size: 12px;
  font-weight: 500;
  margin: 6px 0;
}
.review_list_item__visit .review_list_item__visit_link {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  color: #1E73BE;
}

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

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

.review_list_item__hidden_part {
  padding: 10px 0;
}

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

.review_list_item__pros_cons_wrap {
  padding: 0 20px;
}

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

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

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

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

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

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

.text_section {
  margin-top: 31px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.text_section h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 24px 0;
}
.text_section p {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.text_section ul {
  padding: 0 16px;
  margin: 24px 0 0 0;
}
.text_section ul li {
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
}

#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-desktop-show {
  display: block;
}
@media (max-width: 991px) {
  .cookie_block.cookie-desktop-show {
    display: none;
  }
}
.cookie_block.cookie-mobile-show {
  display: block;
}
@media (min-width: 992px) {
  .cookie_block.cookie-mobile-show {
    display: none;
  }
}
.cookie_block .cookie_block_btn {
  position: fixed;
  bottom: 28px;
  right: 38px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 10;
}
@media (max-width: 991px) {
  .cookie_block .cookie_block_btn {
    right: 17px;
    border: 34px;
  }
}
.cookie_block .cookie_popup {
  position: fixed;
  bottom: 81px;
  right: 38px;
  width: 281px;
  padding: 22px 20px 18px;
  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%;
  position: relative;
}
.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 {
  position: absolute;
  top: -7px;
  right: -8px;
  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;
  min-height: 39px;
  flex-shrink: 0;
  min-width: 189px;
  width: fit-content;
  margin: 0 auto;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  line-height: normal;
  border-radius: 100px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  transition: box-shadow 0.3s ease-out;
  padding: 9px 23px;
  cursor: pointer;
  border: none;
}
@media (max-width: 991px) {
  .cookie_block .cookie_popup {
    right: 17px;
  }
}

.cookie_popup_overlay {
  position: fixed;
  top: 0;
  right: -1000px;
  width: 424px;
  height: 100%;
  overflow-y: auto;
  scrollbar-gutter: stable;
  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;
  gap: 16px;
}
.cookie_popup_overlay.open {
  right: 0;
}
.cookie_popup_overlay .cookie_popup_title_block {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 70px 43px 0;
}
.cookie_popup_overlay .cookie_popup_title_block .cookie_popup_title {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  margin: 0;
}
.cookie_popup_overlay .cookie_popup_title_block .cookie_popup_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin: 0;
}
@media (max-width: 640px) {
  .cookie_popup_overlay .cookie_popup_title_block .cookie_popup_text {
    font-weight: 500;
  }
}
.cookie_popup_overlay .cookie_popup_title_block .cookie_popup_close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 24px;
  right: 29px;
  cursor: pointer;
}
@media (max-width: 640px) {
  .cookie_popup_overlay .cookie_popup_title_block .cookie_popup_close {
    width: 21px;
    height: 21px;
    top: 21px;
    right: 20px;
  }
}
@media (max-width: 640px) {
  .cookie_popup_overlay .cookie_popup_title_block {
    padding: 70px 20px 0 16px;
  }
}
.cookie_popup_overlay .cookie_popup_body_block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cookie_popup_overlay .cookie_popup_body_block .cookie_popup_body_item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-bottom: 1px solid #2F334E;
  padding-bottom: 16px;
}
.cookie_popup_overlay .cookie_popup_body_block .cookie_popup_body_item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.cookie_popup_overlay .cookie_popup_body_block .cookie_popup_body_item .cookie_popup_title_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 43px;
}
.cookie_popup_overlay .cookie_popup_body_block .cookie_popup_body_item .cookie_popup_title_row .cookie_popup_title {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}
.cookie_popup_overlay .cookie_popup_body_block .cookie_popup_body_item .cookie_popup_title_row .switch {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.cookie_popup_overlay .cookie_popup_body_block .cookie_popup_body_item .cookie_popup_title_row .switch .switch__input {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.cookie_popup_overlay .cookie_popup_body_block .cookie_popup_body_item .cookie_popup_title_row .switch .switch__svg {
  display: block;
}
.cookie_popup_overlay .cookie_popup_body_block .cookie_popup_body_item .cookie_popup_title_row .switch .switch__svg .bg {
  transition: fill 200ms ease, fill-opacity 200ms ease;
}
.cookie_popup_overlay .cookie_popup_body_block .cookie_popup_body_item .cookie_popup_title_row .switch .switch__svg .knob {
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1), fill 200ms ease;
  will-change: transform;
}
.cookie_popup_overlay .cookie_popup_body_block .cookie_popup_body_item .cookie_popup_title_row .switch__input:checked + .switch__svg .knob {
  transform: translateX(32px);
}
.cookie_popup_overlay .cookie_popup_body_block .cookie_popup_body_item .cookie_popup_title_row .switch__input:not(:checked) + .switch__svg .knob {
  transform: translateX(0);
}
.cookie_popup_overlay .cookie_popup_body_block .cookie_popup_body_item .cookie_popup_title_row .switch:has(.switch__input:focus-visible) .bg {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
  .cookie_popup_overlay .cookie_popup_body_block .cookie_popup_body_item .cookie_popup_title_row .bg,
  .cookie_popup_overlay .cookie_popup_body_block .cookie_popup_body_item .cookie_popup_title_row .knob {
    transition: none;
  }
}
@media (max-width: 640px) {
  .cookie_popup_overlay .cookie_popup_body_block .cookie_popup_body_item .cookie_popup_title_row {
    padding: 0 20px 0 16px;
  }
}
.cookie_popup_overlay .cookie_popup_body_block .cookie_popup_body_item .cookie_popup_text {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  padding: 0 43px;
}
@media (max-width: 640px) {
  .cookie_popup_overlay .cookie_popup_body_block .cookie_popup_body_item .cookie_popup_text {
    font-weight: 500;
    padding: 0 20px 0 16px;
  }
}
.cookie_popup_overlay .cookie_popup_body_block .cookie_popup_body_item .cookie_popup_link {
  display: flex;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: underline;
  padding: 0 43px;
  cursor: pointer;
}
@media (max-width: 640px) {
  .cookie_popup_overlay .cookie_popup_body_block .cookie_popup_body_item .cookie_popup_link {
    padding: 0 20px 0 16px;
  }
}
.cookie_popup_overlay .cookie_popup_body_block .cookie_popup_body_item .cookie_list {
  background: #ECECEC;
  list-style: none;
  margin: 0;
  padding: 24px 43px;
}
.cookie_popup_overlay .cookie_popup_body_block .cookie_popup_body_item .cookie_list.is-hidden {
  display: none;
}
.cookie_popup_overlay .cookie_popup_body_block .cookie_popup_body_item .cookie_list .cookie_item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-bottom: 1px solid #2F334E;
  padding: 16px 0;
}
.cookie_popup_overlay .cookie_popup_body_block .cookie_popup_body_item .cookie_list .cookie_item:first-child {
  padding-top: 0;
}
.cookie_popup_overlay .cookie_popup_body_block .cookie_popup_body_item .cookie_list .cookie_item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.cookie_popup_overlay .cookie_popup_body_block .cookie_popup_body_item .cookie_list .cookie_item .cookie_kv {
  display: flex;
  gap: 54px;
}
.cookie_popup_overlay .cookie_popup_body_block .cookie_popup_body_item .cookie_list .cookie_item .cookie_kv dt,
.cookie_popup_overlay .cookie_popup_body_block .cookie_popup_body_item .cookie_list .cookie_item .cookie_kv dd {
  margin: 0;
}
.cookie_popup_overlay .cookie_popup_body_block .cookie_popup_body_item .cookie_list .cookie_item .cookie_kv dt {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  min-width: 100px;
  max-width: 100px;
}
@media (max-width: 640px) {
  .cookie_popup_overlay .cookie_popup_body_block .cookie_popup_body_item .cookie_list .cookie_item .cookie_kv dt {
    min-width: 78px;
    max-width: 78px;
  }
}
.cookie_popup_overlay .cookie_popup_body_block .cookie_popup_body_item .cookie_list .cookie_item .cookie_kv dd {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
@media (max-width: 640px) {
  .cookie_popup_overlay .cookie_popup_body_block .cookie_popup_body_item .cookie_list .cookie_item .cookie_kv {
    gap: 34px;
  }
}
@media (max-width: 640px) {
  .cookie_popup_overlay .cookie_popup_body_block .cookie_popup_body_item .cookie_list {
    padding: 18px 20px 18px 16px;
  }
}
.cookie_popup_overlay .cookie_popup_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 338px;
  height: 40px;
  padding: 9px 23px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
  text-transform: uppercase;
  border: none;
  margin: 0 auto;
  border-radius: 100px;
  margin-bottom: 16px;
  cursor: pointer;
}
@media (max-width: 640px) {
  .cookie_popup_overlay .cookie_popup_btn {
    max-width: 286px;
  }
}
@media (max-width: 640px) {
  .cookie_popup_overlay {
    width: 322px;
  }
}

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

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

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

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

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

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

.footer_disclosure__text {
  font-size: 14px;
  font-weight: 500;
}

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

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

.right_sidebar,
.content_left_sidebar {
  width: 250px;
  margin: 0 0 0 auto;
}

.content_left_sidebar {
  height: 100%;
  padding: 33px 22px;
  border-radius: 8px;
  box-shadow: 0px 4px 24px 0px rgba(208, 212, 215, 0.25);
  background-color: #f5f5f5;
}
.content_left_sidebar .content_left_sidebar_title {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 29px;
}
.content_left_sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 29px;
}
.content_left_sidebar ul li {
  cursor: pointer;
}
.content_left_sidebar ul li a {
  text-decoration: none;
  margin-bottom: 24px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.right_sidebar_block {
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0px 4px 24px 0px rgba(208, 212, 215, 0.25);
  background-color: #f1f1f8;
}
.right_sidebar_block img {
  padding: 8px 6px;
  background-color: #fff;
  width: 100%;
  max-width: 197px;
  height: auto;
  max-height: 70px;
}

@media (max-width: 1300px) {
  .right_sidebar,
  .content_left_sidebar,
  .main_title_image {
    display: none;
  }
  .container__inner {
    max-width: unset;
  }
  .providers_proposal_wrap,
  .text_section {
    max-width: 977px;
    width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .main_header_wrap {
    height: 83px;
  }
  .header_mobile_menu_btn {
    display: block;
    padding: 0;
    background: none;
    border: none;
    position: relative;
  }
  .header_mobile_menu_btn .icon-menu {
    width: 16px;
    height: 10px;
  }
  .header_mobile_menu_btn .icon-close {
    width: 24px;
    height: 24px;
    position: absolute;
    top: -4px;
    left: 0;
  }
  .menu_close_btn_icon {
    padding: 15px;
    color: #fff;
  }
  .menu_close_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background: #2F334E;
    font-size: 18px;
    padding: 10px;
    color: #fff;
    font-weight: 500;
    width: 100%;
  }
  .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;
  }
  .text_section {
    gap: 24px;
  }
  .text_section h3 {
    margin: 0 0 16px;
  }
  .text_section ul {
    margin: 16px 0 0 0;
  }
}
.main_footer_wrap .container {
  padding: 0 30px;
}

@media (max-width: 768px) {
  .main_subtitle_text,
  .providers_proposal_item__special_deal {
    display: none;
  }
  .main_header_wrap {
    height: 40px;
  }
  .header_logo {
    width: 176px;
  }
  .main_title_block_wrap {
    padding: 16px 0 !important;
    min-height: 116px;
  }
  h1 {
    font-size: 21px;
  }
  .section_title_with_border {
    padding: 24px 0;
  }
  .main_footer_wrap {
    margin: 40px 0 0;
  }
  .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;
  }
  #backToTopBtn {
    width: 40px;
    height: 40px;
  }
}

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