@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/fonts/manrope/manrope-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/fonts/manrope/manrope-latin.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;
}

*,
ol,
ul,
p,
a {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Manrope", sans-serif;
  list-style: none;
}

a {
  text-decoration: none;
}

html.ov {
  overflow: hidden;
}

body {
  background: rgb(249, 250, 253);
}

.container {
  min-width: 320px;
  margin: 0 auto;
}
@media (max-width:768px) {
  .container {
    max-width: 556px;
  }
}
@media ((max-width:556px)) {
  .container {
    max-width: 100%;
  }
}

.wrapper {
  overflow: clip;
}

.section_title {
  margin-bottom: 60px;
  color: rgb(1, 25, 39);
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width:768px) {
  .section_title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
  }
}

.button_linear {
  border: none;
  background: linear-gradient(92.82deg, #1eb2f1 -5.41%, #3170f6 105.92%);
  padding: 16px 48px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
  color: rgb(255, 255, 255);
}
@media (max-width:1400px) {
  .button_linear.desc {
    display: none;
  }
}
@media (max-width:768px) {
  .button_linear.desc {
    display: flex;
    border-radius: 8px;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}
.button_linear.tab {
  display: none;
}
@media (max-width:1400px) {
  .button_linear.tab {
    display: flex;
    padding: 18px 18px 16px 16px;
    border-radius: 0 8px 8px 0;
  }
}
@media (max-width:768px) {
  .button_linear.tab {
    display: none;
  }
}
@media ((max-width:556px)) {
  .button_linear {
    padding: 16px 28px;
  }
}
.button_linear:hover {
  color: rgb(255, 255, 255);
}

.button_outline_white {
  border-radius: 12px;
  border: 2px solid #1eb2f1;
  background: #fff;
  color: #3170f6;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 12px 32px;
}
@media (max-width:1400px) {
  .button_outline_white {
    font-size: 14px;
  }
}

.call_button p {
  color: #3170f6;
  margin: auto auto;
  padding: 16px 48px;
  border-radius: 12px;
  background: #ffffff;
  font-family: "Manrope";
  z-index: -1;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0em;
  text-align: center;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid #1eb2f1;
}
.call_button p:hover {
  cursor: pointer;
  background: linear-gradient(92.82deg, #1eb2f1 -5.41%, #3170f6 105.92%);
  color: #ffffff;
}
@media (max-width: 1400px) {
  .call_button p {
    left: 1px;
  }
}
@media ((max-width:1025px)) {
  .call_button p {
    left: 1.5px;
    padding: 16px 18px;
  }
}
@media (max-width:768px) {
  .call_button p {
    height: 96%;
    width: 99.4%;
  }
}
@media (max-width:768px) and ((max-width:556px)) {
  .call_button p {
    width: 99%;
  }
}
@media (max-width:768px) {
  .call_button p .product_action {
    padding: 0;
  }
}

.button_white {
  border-radius: 12px;
  border: 2px solid #1eb2f1;
  background: #fff;
  color: #3170f6;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 100%;
  padding: 12px 0;
  display: inline-block;
    min-width: 196px;
}

.button_yellow {
  border-radius: 12px;
  border: 1px solid #feffd2;
  background: linear-gradient(266deg, #f8b918 0.3%, #f9d30d 102.42%);
  box-shadow: 0px 2px 20px 0px #157fde;
  color: #011927;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 12px 34px;
}
@media (max-width:556px) {
  .button_yellow {
    padding: 12px 25px;
    font-size: 14px;
  }
}

.button_outline {
  border-radius: 12px;
  border: 1px solid #1eb2f1;
  color: #3170f6;
  padding: 16px 48px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: inline-block;
}
@media (max-width:768px) {
  .button_outline {
    padding: 16px 0;
    width: 100%;
  }
}

@media (min-width:1400px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 992px) and (max-width: 1025px) {
  .container {
    max-width: 880px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 675px;
  }
}

.rating-group .rating__input {
  display: none;
}
.rating-group svg.active path {
  fill: #1eb2f1;
}

.label {
  color: #034269;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.call_widget {
  position: sticky;
  top: 100px;
  padding: 60px 20px 20px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #E8EDF2;
  text-align: center;
  margin-top: 50px;
  overflow: visible;
}
.call_widget .user_avatar {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  margin-bottom: 0;
}
.call_widget .user_avatar img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width:768px) {
  .call_widget {
    padding: 60px 13px 20px;
  }
}
.call_widget .user_name {
  color: #034269;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}
@media (max-width:1025px) {
  .call_widget .user_name {
    font-size: 18px;
    bottom: 15px;
  }
}
.call_widget .user_description {
  color: #011927;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.56px;
  text-align: center;
  margin-bottom: 33px;
}
.call_widget .user_description .link {
  color: #3170f6;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.56px;
}
@media (max-width:556px) {
  .call_widget .user_description {
    width: 200px;
    margin: 0 auto;
    margin-bottom: 33px;
  }
}
.call_widget .user_number {
  color: #3170f6;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
}

.tor_smal_link {
  gap: 0 4px;
}
.tor_smal_link li a {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.7);
}
.tor_smal_link li:last-child a {
  color: rgb(255, 255, 255);
}

.ui-widget.ui-widget-content {
  background-color: #f2f4fb;
  border-radius: 100px;
  height: 6px;
  border: none;
}

.ui-slider-horizontal .ui-slider-range {
  background-color: #3170f6;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background-color: #f2f4fb;
  border-radius: 100%;
  border-color: #3170f6;
  top: calc(-50% - 3px);
  outline: none;
}

#input-min,
#input-max {
  width: 50px;
}

#inputs-container {
  text-align: center;
}

.n_select {
  float: inherit;
}

.nice-select {
  outline: none;
  border: none;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.08em;
  text-align: left;
  color: rgb(49, 112, 246);
  -webkit-appearance: none;
  position: unset;
  height: 20px;
}
.nice-select .list {
  width: 330px;
  left: -30px;
  height: 330px;
  overflow-y: scroll;
}
.nice-select .list::-webkit-scrollbar {
  width: 10px;
}
.nice-select .list::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: #3170f6;
}
.nice-select::after {
  border: none;
  content: "";
  display: block;
  height: 24px;
  margin-top: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  transform: rotate(270deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 24px;
  background-image: url(../image//dropdown.png);
  top: 0;
  right: 20px;
}
.nice-select.open::after {
  transform: rotate(90deg);
}

.season {
  border-radius: 8px;
  background: #fff;
  padding: 20px 0 20px 20px;
}
.season .span {
  color: #034269;
  font-weight: 600;
}
.season .seasones {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}
.season .seasones .season_month {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.season .seasones .season_month .month {
  color: #034269;
  font-size: 12px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.season .seasones .season_month a {
  color: #3170f6;
  font-size: 12px;
  letter-spacing: 0.24px;
}
@media (max-width:768px) {
  .season .seasones .season_month a {
    font-size: 12px;
  }
}

.turfirmi_description_card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 20px 12px 20px;
  border-radius: 8px;
  background-color: white;
}
.turfirmi_description_card .turfirm_card_title {
  color: #034269;
  font-size: 16px;
}
.turfirmi_description_card .turfirmi_prices .turfirmi_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #f2f4fb;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.turfirmi_description_card .turfirmi_prices .turfirmi_price a {
  color: #3170f6;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
}
@media (max-width:768px) {
  .turfirmi_description_card .turfirmi_prices .turfirmi_price a {
    font-size: 14px;
  }
}
.turfirmi_description_card .turfirmi_prices .turfirmi_price span {
  color: #034269;
  font-weight: 600;
}
@media (max-width:768px) {
  .turfirmi_description_card .turfirmi_prices .turfirmi_price span {
    font-size: 14px;
  }
}

.fancybox__container {
  --fancybox-bg: rgb(0, 0, 0, 0.5);
}

.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next,
.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
  border-radius: 64px;
  background: #fff;
}

.f-button svg {
  stroke: #000;
}

.fancybox__content {
  width: 500px !important;
  height: 500px !important;
}
@media (max-width:556px) {
  .fancybox__content {
    width: 200px !important;
    height: 200px !important;
  }
}

.modal {
  position: fixed;
  height: 100vh;
  height: 100dvh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}
.modal.show {
  opacity: 1;
  visibility: visible;
}
.modal.order_modal .modal_body {
  background-image: url(../image/suitcase.png), url(../image/globus.svg), linear-gradient(92deg, #1EB2F1 -6.28%, #3170F6 105.6%);
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media (max-width:1200px) {
  .modal.order_modal .modal_body {
    background-position: right 150%, right 100px;
  }
}
@media (max-width:1025px) {
  .modal.order_modal .modal_body {
    background-position: 115% 140%, 125% 100px;
    background-size: 53%, contain, auto;
  }
}
@media (max-width:768px) {
  .modal.order_modal .modal_body {
    background-image: url(../image/suitcase.png), url(../image/globus_mob.svg), linear-gradient(92deg, #1EB2F1 -6.28%, #3170F6 105.6%);
    background-size: 85%, 100%, auto;
    background-position: 25% 120%, center 105%;
  }
}
.modal.success_modal .modal_body {
  padding: 70px;
}
.modal.success_modal .modal_body .modal_close {
  right: 30px;
  top: 30px;
}
.modal.success_modal .modal_body .form_title {
  margin-bottom: 40px;
}
@media (max-width:1025px) {
  .modal.success_modal .modal_body .form_title {
    margin-bottom: 30px;
  }
}
@media (max-width:768px) {
  .modal.success_modal .modal_body .form_title {
    line-height: 1.2;
  }
  .modal.success_modal .modal_body .form_title br {
    display: none;
  }
}
@media (max-width:1025px) {
  .modal.success_modal .modal_body .form_image img {
    max-width: 98px;
  }
}
@media (max-width:768px) {
  .modal.success_modal .modal_body {
    padding: 96px 24px;
  }
  .modal.success_modal .modal_body .form_image img {
    max-width: 60px;
  }
}
.modal .modal_body {
  width: 100%;
  max-width: 1175px;
  border-radius: 8px;
  background-image: linear-gradient(92deg, #1EB2F1 -6.28%, #3170F6 105.6%);
  padding: 80px;
  position: relative;
  color: #FDFAFA;
  font-family: Manrope;
}
.modal .modal_body .modal_close {
  position: absolute;
  right: -40px;
  top: -40px;
}
@media (max-width:768px) {
  .modal .modal_body .modal_close {
    right: 0;
  }
}
.modal .modal_body .form_title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1;
}
@media (max-width:1025px) {
  .modal .modal_body .form_title {
    font-size: 30px;
  }
}
@media (max-width:768px) {
  .modal .modal_body .form_title {
    font-size: 24px;
    text-align: center;
  }
}
.modal .modal_body .form_subtitle {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 24px;
}
@media (max-width:1025px) {
  .modal .modal_body .form_subtitle {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .modal .modal_body .form_subtitle {
    text-align: center;
    margin-bottom: 20px;
  }
}
.modal .modal_body .modal_form .form_block {
  max-width: 685px;
  display: flex;
  gap: 20px 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
.modal .modal_body .modal_form .form_block [type=text],
.modal .modal_body .modal_form .form_block [type=tel] {
  width: calc(50% - 15px);
  flex: 0 0 auto;
  height: 42px;
  padding: 0 20px;
  border-radius: 12px;
  background: #FFF;
  border: none;
  outline: none;
  font-size: 16px;
}
.modal .modal_body .modal_form .form_block [type=text]::placeholder,
.modal .modal_body .modal_form .form_block [type=tel]::placeholder {
  color: #B2B1B1;
}
@media (max-width:1025px) {
  .modal .modal_body .modal_form .form_block [type=text],
  .modal .modal_body .modal_form .form_block [type=tel] {
    width: 100%;
    max-width: 327px;
  }
}
.modal .modal_body .modal_form .form_block .agreement {
  flex: 0 0 auto;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  gap: 4px 10px;
  cursor: pointer;
}
.modal .modal_body .modal_form .form_block .agreement input {
  display: none;
}
.modal .modal_body .modal_form .form_block .agreement input:checked ~ .checkmark::after {
  opacity: 1;
}
.modal .modal_body .modal_form .form_block .agreement .checkmark {
  height: 20px;
  width: 20px;
  min-width: 20px;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 3px;
  position: relative;
}
.modal .modal_body .modal_form .form_block .agreement .checkmark::after {
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  top: 2px;
  width: 8px;
  height: 13px;
  border: solid #1EB2F1;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  transition: 0.3s all ease;
}
.modal .modal_body .modal_form .form_block .submit_btn {
  font-size: 16px;
  font-weight: 600;
  color: #034269;
  padding: 12px 38px;
  border-radius: 12px;
  border: 1px solid #FEFFD2;
  background: linear-gradient(266deg, #F8B918 0.3%, #F9D30D 102.42%);
  box-shadow: 0px 2px 20px 0px #157FDE;
}
@media (max-width:768px) {
  .modal .modal_body .modal_form .form_block .submit_btn {
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width:1200px) {
  .modal .modal_body .modal_form .form_block {
    flex-direction: column;
  }
  .modal .modal_body .modal_form .form_block .submit_btn {
    max-width: 205px;
    padding: 12px 0;
  }
}
@media (max-width:1200px) {
  .modal .modal_body {
    max-width: 854px;
    padding: 40px 40px 60px 40px;
  }
}
@media (max-width:1025px) {
  .modal .modal_body {
    max-width: 676px;
    padding: 40px;
  }
}
@media (max-width:768px) {
  .modal .modal_body {
    max-width: 345px;
    padding: 20px 20px 170px 20px;
  }
}

.row {
  padding: 0 !important;
}

.flex_center {
  width: 100%;
  display: flex;
  align-items: center;
}

.betwen {
  padding: 0 0 !important;
  justify-content: space-between;
}

header {
  padding: 9px 15px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgb(255, 255, 255);
}
header .row {
  margin: 0;
}
header .logo a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #034269;
  font-size: 24.029px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.481px;
}
@media (max-width:1200px) {
  header nav.menu {
    position: fixed;
    left: 120%;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    transition: all 0.23s linear;
    background: #ffffff;
    top: 80px;
  }
  header nav.menu.active {
    left: 0;
  }
}
header nav.menu .flex_center {
  padding: 0 !important;
  gap: 0 clamp(14px, 1.8vw, 26px);
}
@media (max-width:1200px) {
  header nav.menu .flex_center {
    flex-direction: column;
    gap: 32px 0;
  }
}
header nav.menu a {
  color: rgb(1, 25, 39);
  font-family: "Manrope";
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
}
header .hamburger {
  display: none;
}
@media (max-width:1200px) {
  header .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 24px;
  }
  header .hamburger span {
    height: 3px;
    width: 100%;
    background: #000;
    transition: all 0.3s linear;
  }
  header .hamburger.active {
    position: relative;
    justify-content: center;
    align-items: center;
  }
  header .hamburger.active span:nth-child(1) {
    position: absolute;
    transform: rotate(45deg);
  }
  header .hamburger.active span:nth-child(2) {
    position: absolute;
    display: none;
  }
  header .hamburger.active span:nth-child(3) {
    position: absolute;
    width: 100%;
    transform: rotate(-45deg);
  }
}

/* ============================
   HERO SECTION
   ============================ */
.hero {
  width: 100%;
  background: url("../image/herobg.png") no-repeat center center;
  background-size: cover;
  margin-top: 80px;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .hero {
    padding: 40px 0;
  }
}
.hero .hero_section_content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 768px) {
  .hero .hero_section_content {
    gap: 24px;
  }
}
.hero .hero_top {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hero .hero_top .hero_title {
  color: #fff;
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 700;
  line-height: 1.3;
}
.hero .hero_top .hero_description {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

/* ============================
   HERO FILTER (nav)
   ============================ */
.hero .hero_filter {
  display: flex;
  align-items: stretch;
  gap: 0;
  padding: 8px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 100;
}
@media (max-width: 768px) {
  .hero .hero_filter {
    flex-direction: column;
    gap: 8px;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
    padding: 0;
  }
}

/* --- filter item --- */
.hero .hero_filter .filter_item {
  flex: 1 1 0;
  min-width: 0;
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-radius: 12px;
  transition: background-color 0.2s ease;
  cursor: pointer;
}
.hero .hero_filter .filter_item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 25%;
  height: 50%;
  width: 1px;
  background: #E8EDF2;
}
@media (hover: hover) {
  .hero .hero_filter .filter_item:hover {
    background: rgba(30, 178, 241, 0.04);
  }
}
@media (max-width: 768px) {
  .hero .hero_filter .filter_item {
    background: #fff;
    border-radius: 12px;
    padding: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  }
  .hero .hero_filter .filter_item,
  .hero .hero_filter .filter_item *  {
    -webkit-tap-highlight-color: transparent;
  }
  .hero .hero_filter .filter_item .filters_info {
    padding: 14px 16px;
    min-height: 56px;
  }
  .hero .hero_filter .filter_item:not(:last-of-type)::after {
    display: none;
  }
}

/* --- filters_info --- */
.hero .hero_filter .filters_info {
  display: flex;
  gap: 12px;
  align-items: center;
  width: 100%;
  min-width: 0;
}
.hero .hero_filter .filter_select {
  flex: 1 1 auto;
  min-width: 0;
}

/* --- filter image (SVG icon) --- */
.hero .hero_filter .filter_image {
  flex: 0 0 24px;
  color: #1EB2F1;
  display: flex;
  align-items: center;
}
.hero .hero_filter .filter_image svg {
  width: 24px;
  height: 24px;
}

/* --- filter label --- */
.hero .hero_filter .filter_names {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #94A3B8;
  margin-bottom: 4px;
}

/* --- dropdown toggle --- */
.hero .hero_filter .dropdown {
  position: relative;
}
.hero .hero_filter .dropdown-toggle {
  outline: none;
  border: none;
  padding: 0;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
  color: #034269;
  background: transparent;
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.hero .hero_filter .dropdown-toggle::after {
  border: none;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394A3B8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat center;
  transition: transform 0.2s ease;
}
.hero .hero_filter .dropdown-toggle.show::after {
  transform: translateY(-50%) rotate(180deg);
}
@media (hover: hover) {
  .hero .hero_filter .dropdown-toggle:hover {
    color: #1EB2F1;
  }
}
.hero .hero_filter .dropdown-toggle:focus-visible {
  outline: 2px solid #1EB2F1;
  outline-offset: 2px;
  border-radius: 4px;
}
.hero .hero_filter .dropdown-toggle:focus,
.hero .hero_filter .dropdown-toggle:active,
.hero .hero_filter .btn:focus,
.hero .hero_filter .btn:active {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

/* --- dropdown menu --- */
.hero .hero_filter .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
  max-height: 360px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #E8EDF2;
  border-radius: 12px;
  padding: 8px;
  margin-top: 4px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  z-index: 1050;
  scrollbar-width: thin;
  scrollbar-color: #1EB2F1 transparent;
}
.hero .hero_filter .dropdown-menu::-webkit-scrollbar {
  width: 6px;
}
.hero .hero_filter .dropdown-menu::-webkit-scrollbar-track {
  background: transparent;
}
.hero .hero_filter .dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #1EB2F1;
}
@media (max-width: 768px) {
  .hero .hero_filter .dropdown-menu {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-height: 70dvh;
    border-radius: 20px 20px 0 0;
    padding: 12px 16px 32px;
    margin-top: 0;
    box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.15);
    animation: slideUp 0.25s ease-out;
    z-index: 1050;
  }
  .hero .hero_filter .dropdown-menu::before {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background: #E2E8F0;
    border-radius: 4px;
    margin: 0 auto 12px;
  }
}
@keyframes slideUp {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}

/* --- dropdown search input --- */
.hero .hero_filter .dropdown-search {
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 0 0 8px;
  background: #fff;
}
.hero .hero_filter .filter-search-input {
  width: 100%;
  padding: 10px 12px 10px 36px;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  font-size: 14px;
  color: #011927;
  background: #F9FAFD url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394A3B8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3C/svg%3E") no-repeat 12px center;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  outline: none;
}
.hero .hero_filter .filter-search-input::placeholder {
  color: #94A3B8;
}
.hero .hero_filter .filter-search-input:focus {
  border-color: #1EB2F1;
  box-shadow: 0 0 0 3px rgba(30, 178, 241, 0.15);
  background-color: #fff;
}

/* --- dropdown items --- */
.hero .hero_filter .dropdown-menu .dropdown-item {
  border-radius: 8px;
  padding: 10px 12px;
  color: #011927;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  transition: background-color 0.15s ease, color 0.15s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hero .hero_filter .dropdown-menu .dropdown-item:hover,
.hero .hero_filter .dropdown-menu .dropdown-item:focus {
  background: rgba(30, 178, 241, 0.08);
  color: #034269;
  text-decoration: none;
}
.hero .hero_filter .dropdown-menu .dropdown-item.kb-active {
  background: rgba(30, 178, 241, 0.12);
  color: #034269;
}

/* --- dropdown group label & divider --- */
.dropdown-group-label {
  padding: 6px 12px 4px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #94A3B8;
  pointer-events: none;
  user-select: none;
}
.dropdown-group-divider {
  height: 1px;
  margin: 6px 12px;
  background: #E8EDF2;
  pointer-events: none;
}

/* --- dropdown empty state --- */
.hero .hero_filter .dropdown-empty {
  text-align: center;
  padding: 20px 12px;
  color: #94A3B8;
  font-size: 14px;
}

/* --- filter button --- */
.hero .hero_filter .filter_button {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.hero .hero_filter .filter_button .button_linear {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 12px;
  background: linear-gradient(92.82deg, #1EB2F1 -5.41%, #3170F6 105.92%);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s ease, transform 0.1s ease;
  border: none;
  cursor: pointer;
}
.hero .hero_filter .filter_button .button_linear:hover {
  opacity: 0.88;
  color: #fff;
}
.hero .hero_filter .filter_button .button_linear:active {
  transform: scale(0.98);
}
.hero .hero_filter .filter_button .button_linear:focus-visible {
  outline: 2px solid #1EB2F1;
  outline-offset: 2px;
}
.hero .hero_filter .filter_button .filter_button_icon {
  flex: 0 0 20px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .hero .hero_filter .filter_button .filter_button_text {
    display: none;
  }
  .hero .hero_filter .filter_button .button_linear {
    padding: 14px;
    border-radius: 12px;
  }
}
@media (max-width: 768px) {
  .hero .hero_filter .filter_button {
    width: 100%;
  }
  .hero .hero_filter .filter_button .button_linear {
    width: 100%;
    padding: 16px;
    border-radius: 12px;
    font-size: 16px;
  }
}

/* --- mobile backdrop --- */
.hero_filter_backdrop {
  display: none;
}
@media (max-width: 768px) {
  .hero_filter_backdrop.active {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1040;
    animation: fadeIn 0.2s ease;
  }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* ============================
   FILTER BLOCK (tour-table page) — сохраняем отдельно
   ============================ */
.filter_block .dropdown {
  position: relative;
  height: 100%;
}
.filter_block .dropdown-toggle {
  outline: none;
  border: none;
  padding: 20px 40px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.08em;
  text-align: left;
  color: rgb(49, 112, 246);
  width: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 8px;
}
.filter_block .dropdown-toggle::after {
  border: none;
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  pointer-events: none;
  position: absolute;
  transform-origin: center;
  transform: rotate(270deg);
  transition: transform 0.2s ease;
  background-image: url(../image//dropdown.png);
  bottom: 0;
  margin: auto;
  right: 10px;
  top: 0;
}
.filter_block .dropdown-toggle.show::after {
  transform: rotate(90deg);
}
.filter_block .dropdown-menu {
  width: 100%;
  max-height: 330px;
  overflow-y: auto;
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.filter_block .dropdown-menu.show {
  left: 0 !important;
}
.filter_block .dropdown-menu::-webkit-scrollbar {
  width: 10px;
  background-color: #fff;
}
.filter_block .dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: #3170f6;
}
.filter_block .dropdown-menu .dropdown-item {
  border-radius: 16px;
  padding: 12px 15px;
  color: #011927;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.28px;
}
.filter_block .dropdown-menu .dropdown-item:focus,
.filter_block .dropdown-menu .dropdown-item:hover {
  background: #e5edfe;
}

.top-product {
  background: rgb(255, 255, 255);
  padding: 80px 0;
  background: #fff;
  margin: 0 auto;
}
.top-product .container {
  position: relative;
  width: 100%;
}
.top-product .container .swiper-button-next,
.top-product .container .swiper-button-prev {
  display: flex;
}
.top-product .container .swiper-button-next.active,
.top-product .container .swiper-button-prev.active {
  display: none !important;
}

.TopProduct {
  overflow: hidden;
  margin-bottom: 60px;
  padding: 0;
}

.card_info {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product_item {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 1px solid rgb(204, 219, 253);
  padding: 9px;
  position: relative;
  display: flex;
}
.product_item .product_image {
  width: 100%;
  object-fit: contain;
  margin-bottom: 17px;
}
.product_item .product_image img {
  border-radius: 8px;
  width: 100%;
}
.product_item .product_action {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1;
  padding: 0 5px;
}
@media (max-width: 1400px) {
  .product_item .product_action {
    padding: 0;
  }
}
.product_item .product_action .product_title {
  color: rgb(3, 66, 105);
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
@media (max-width:1400px) {
  .product_item .product_action .product_title {
    font-size: 18px;
  }
}
.product_item .product_action .product_description {
  color: rgb(49, 112, 246);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.04em;
  text-align: left;
  margin-bottom: 10px;
  min-height: 66px;
}
@media (max-width:1400px) {
  .product_item .product_action .product_description {
    font-size: 14px;
  }
}
@media (max-width:1200px) {
  .product_item .product_action .product_description {
    min-height: 88px;
  }
}
@media (max-width:1025px) {
  .product_item .product_action .product_description {
    min-height: 66px;
  }
}
@media (max-width:480px) {
  .product_item .product_action .product_description {
    min-height: 88px;
  }
}
.product_item .product_action .bottom_info {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.product_item .product_action .bottom_info p {
  margin: 0;
  color: rgb(3, 66, 105);
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width:1400px) {
  .product_item .product_action .bottom_info p {
    font-size: 18px;
  }
}
.product_item .product_action .bottom_info a {
  border: 1px solid rgb(229, 237, 254);
  padding: 10px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  object-fit: contain;
}
.product_item .product_action .bottom_info a img {
  width: 100%;
}

.all_content {
  text-align: center;
}
.all_content a {
  color: rgb(49, 112, 246);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 58%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  padding: 10px;
  background: rgb(229, 237, 254);
  font-weight: 900;
  transition: all 0.3s linear;
}
.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 14px;
  color: #000;
  text-align: center;
  font-weight: 900 !important;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  background: rgb(204, 219, 253);
}

.swiper-button-prev {
  left: -44px;
}

.swiper-button-next {
  right: -44px;
}

.product_top_info {
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
  align-items: center;
  gap: 0 16px;
  width: fit-content;
}
.product_top_info .tops_btn {
  background: rgb(49, 112, 246);
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.08em;
  text-align: center;
  color: rgb(255, 255, 255);
}
.product_top_info .tops_btn.orange {
  background: rgb(248, 131, 24);
}

.slide_contents {
  display: flex;
  align-items: stretch;
}
.slide_contents .swiper-slide {
  height: auto;
}
.slide_contents.active {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px 25px;
}
.slide_contents.active .col-md-3 {
  margin: 0 !important;
  width: calc(33.33% - 25px);
}
@media (max-width: 992px) {
  .slide_contents.active .col-md-3 {
    width: calc(50% - 25px);
  }
}
@media ((max-width:556px)) {
  .slide_contents.active .col-md-3 {
    width: 100%;
  }
}

.statistics {
  overflow: auto;
  padding: 80px 45px;
  background: rgb(255, 255, 255);
  margin: 0 auto;
}
.statistics .container {
  position: relative;
}
.statistics .statistic_diogram {
  overflow: hidden;
}

.statistic_title {
  margin-bottom: 44px;
}
.statistic_title .section_title {
  margin-bottom: 10px;
}
.statistic_title .title_action {
  display: flex;
  gap: 0 20px;
}
@media (max-width:768px) {
  .statistic_title .title_action {
    justify-content: center;
    text-align: center;
  }
}
.statistic_title .title_action p {
  color: rgb(1, 25, 39);
  font-family: "Manrope";
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;
}
.statistic_title .title_action p span {
  text-transform: capitalize;
  color: rgb(49, 112, 246);
}

.swiper-wrapper {
  height: fit-content;
}
.swiper-wrapper.active {
  position: static;
  gap: 25px 0;
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start;
  width: 100%;
}

.border_day {
  border-left: 1px solid rgb(223, 223, 227);
}

.diogram_item {
  width: 100%;
}
.diogram_item:hover p {
  color: rgb(49, 112, 246);
}
.diogram_item .diogram_indicator {
  background: rgb(229, 237, 254);
  height: 100px;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 8px;
}
.diogram_item .diogram_indicator:hover {
  background: rgb(49, 112, 246);
}

.diogram_title {
  height: 69px;
  color: rgb(3, 66, 105);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.08em;
  text-align: center;
}

.data_dey {
  display: flex;
  text-align: center;
  flex-direction: column;
  gap: 4px 0;
}
.data_dey p {
  text-transform: uppercase;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.08em;
  text-align: center;
  color: rgb(3, 66, 105);
}

.full_diogram {
  height: 120px !important;
  background: rgb(49, 112, 246) !important;
}

.toltip_info {
  --bs-tooltip-bg: rgba(49, 112, 246, 1);
  font-size: 12px;
  font-weight: 400;
  margin: 10px 5px;
  border-radius: 32px;
  padding-top: 15px;
}

.bg_green {
  background: rgb(151, 210, 34) !important;
}

.top_travel {
  padding: 80px 0;
}
.top_travel .travel_items {
  display: flex;
  gap: 25px 0;
}
.top_travel .travel_item {
  padding: 10px;
  border: 1px solid rgb(204, 219, 253);
  border-radius: 8px;
  transition: all 0.3s ease;
}
.top_travel .travel_item:hover {
  box-shadow: 0px 3px 24px 0px rgba(3, 66, 105, 0.12);
}
.top_travel .travel_item .travel_content {
  justify-content: space-between;
}
.top_travel .travel_item .travel_content .travel_image {
  width: calc(30% - 10px);
}
.top_travel .travel_item .travel_content .travel_image img {
  width: 100%;
  border-radius: 5px;
  object-fit: contain;
}
.top_travel .travel_item .travel_content .travels_info {
  width: calc(70% - 10px);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.top_travel .travel_item .travel_content .travels_info .travel_title {
  color: rgb(49, 112, 246);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-align: left;
}
@media (max-width:1400px) {
  .top_travel .travel_item .travel_content .travels_info .travel_title {
    font-size: 14px;
  }
}
.top_travel .travel_item .travel_content .travels_info .travel_sum {
  color: rgb(3, 66, 105);
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width:1400px) {
  .top_travel .travel_item .travel_content .travels_info .travel_sum {
    font-size: 18px;
  }
}

.contact_section {
  width: 100%;
}
.contact_section .top-product {
  background: none;
}
.contact_section .product_item {
  width: 100%;
  padding: 30px;
  background: #ffffff;
}
@media (max-width:1400px) {
  .contact_section .product_item {
    padding: 20px 10px;
  }
}
.contact_section .product_item .card_info {
  height: 100%;
}
@media ((max-width:556px)) {
  .contact_section .product_item .card_info {
    width: 100%;
  }
}
.contact_section .product_item .product_image {
  width: 100%;
  text-align: center;
}
.contact_section .product_item .product_image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}
@media (max-width:768px) {
  .contact_section .product_item .product_action {
    padding: 0;
  }
}
.contact_section .product_item .product_action .product_title {
  text-align: center;
}
.contact_section .product_item .product_action .contact_description {
  color: rgb(1, 25, 39);
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.04em;
  text-align: center;
  min-height: 66px;
  margin-bottom: 11px;
}
@media (max-width:1400px) {
  .contact_section .product_item .product_action .contact_description {
    font-size: 14px;
  }
}
.contact_section .product_item .product_action .contact_description a {
  text-transform: capitalize;
  color: rgb(49, 112, 246);
}
.contact_section .product_item .product_action .contact_phone {
  display: flex;
  justify-content: center;
  gap: 0 4px;
  margin-bottom: 21px;
}
.contact_section .product_item .product_action .contact_phone a {
  color: #3170f6;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
@media (max-width:1400px) {
  .contact_section .product_item .product_action .contact_phone a {
    font-size: 14px;
  }
}

.slides_contact {
  overflow: hidden;
  padding: 0;
}
.slides_contact .swiper-wrapper {
  align-items: stretch;
}
.slides_contact .swiper-slide {
  height: auto;
}

.news {
  background: rgb(255, 255, 255);
  padding: 80px 0;
}
@media (max-width:1400px) {
  .news {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
.news .news_items_all {
  padding: 0;
}
.news .news_items_all .news_items:nth-child(3) .new_item {
  border-bottom: none;
  margin-bottom: 60px;
}
@media (max-width:1400px) {
  .news .news_items_all .news_items:nth-child(3) .new_item {
    margin-bottom: 40px;
  }
}
.news .row {
  margin: 0;
}
.news .new_item {
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(204, 219, 253);
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width:768px) {
  .news .new_item {
    gap: 25px 0;
    flex-direction: column;
  }
}
.news .new_item .news_image {
  height: 100%;
  width: calc(25% - 12.5px);
}
@media (max-width:768px) {
  .news .new_item .news_image {
    width: 100%;
    height: 180px;
  }
}
.news .new_item .news_image img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width:768px) {
  .news .new_item .news_image img {
    object-fit: cover;
  }
}
.news .new_item .news_action {
  height: 100%;
  width: calc(75% - 12.5px);
}
@media (max-width:768px) {
  .news .new_item .news_action {
    width: 100%;
  }
}
.news .new_item .news_action .news_top_title {
  align-items: center;
  gap: 0 20px;
  margin-bottom: 30px;
}
.news .new_item .news_action .news_top_title p {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.08em;
  text-align: left;
  color: rgb(3, 66, 105);
}
.news .new_item .news_action .news_top_title p:nth-child(1) {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  padding-bottom: 8px;
  border-bottom: 1px solid rgb(49, 112, 246);
  color: rgb(49, 112, 246);
}
.news .new_item .news_action .news_title {
  color: rgb(3, 66, 105);
  font-size: 22px;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 20px;
}
.news .new_item .news_action .news_description {
  color: rgb(1, 25, 39);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.04em;
  text-align: left;
  margin-bottom: 16px;
}
.news .new_item .news_action .news_button {
  justify-content: start;
  gap: 0 12px;
  color: rgb(49, 112, 246);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}

.links {
  padding-bottom: 80px;
  padding: 80px 0;
}
@media (max-width:556px) {
  .links {
    padding: 40px 0;
  }
}
.links .row {
  margin: 0;
}
.links .links_content {
  gap: 25px 0;
  justify-content: space-between;
  align-items: flex-start;
}
@media ((max-width:1200px)) {
  .links .links_content {
    gap: 20px 25px;
    flex-wrap: wrap;
  }
}
@media (max-width:556px) {
  .links .links_content {
    gap: 20px 15px;
  }
}
.links .links_content ul {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media (max-width:1400px) {
  .links .links_content ul {
    gap: 16px;
  }
}
.links .links_content .col-md-2 {
  width: calc(16.66% - 20.83px) !important;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width:1400px) {
  .links .links_content .col-md-2 {
    width: 33% !important;
  }
}
@media (max-width:1200px) {
  .links .links_content .col-md-2 {
    width: calc(25% - 12.5px) !important;
  }
}
@media (max-width:768px) {
  .links .links_content .col-md-2 {
    width: calc(50% - 12.5px) !important;
  }
}
@media (max-width:556px) {
  .links .links_content .col-md-2 {
    width: calc(50% - 7.5px) !important;
  }
}
.links .links_content .col-md-2 ul li a {
  color: #3170f6;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width:1400px) {
  .links .links_content .col-md-2 ul li a {
    font-size: 12px;
  }
}

.travel_content_all {
  width: 100%;
  padding: 80px 0;
  background: #ffffff;
}
.travel_content_all .row {
  margin: 0;
}
.travel_content_all .container .all_content {
  margin-top: 60px;
}
@media ((max-width:556px)) {
  .travel_content_all .container {
    padding: 0 15px;
  }
}

.all_content_container {
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px 0px;
}
.all_content_container .col-md-3 {
  width: calc(33.333% - 12.5px) !important;
  border: 1px solid rgb(204, 219, 253);
  border-radius: 8px;
  padding: 10px;
}
@media (max-width:768px) {
  .all_content_container .col-md-3 {
    width: calc(50% - 12.5px) !important;
  }
}
@media ((max-width:556px)) {
  .all_content_container .col-md-3 {
    width: 100% !important;
  }
}
.all_content_container .col-md-3 .content_item .content_item_image {
  position: relative;
  width: 100%;
  object-fit: contain;
}
.all_content_container .col-md-3 .content_item .content_item_image .product_top_info {
  top: 10px;
  right: 10px;
}
.all_content_container .col-md-3 .content_item .content_item_image .img {
  border-radius: 5px;
  width: 100%;
}
.all_content_container .col-md-3 .content_item .content_item_image .content_item_title {
  border-radius: 0 0 5px 5px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 10px 20px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
  font-family: "Manrope";
  color: rgb(255, 255, 255);
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width:1400px) {
  .all_content_container .col-md-3 .content_item .content_item_image .content_item_title {
    font-size: 18px;
  }
}
.all_content_container .col-md-3 .content_action {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.all_content_container .col-md-3 .content_action div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px 0;
}
.all_content_container .col-md-3 .content_action div p {
  color: rgb(1, 25, 39);
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width:1400px) {
  .all_content_container .col-md-3 .content_action div p {
    font-size: 14px;
  }
}
.all_content_container .col-md-3 .content_action div p span {
  padding-right: 4px;
  color: rgb(49, 112, 246);
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: right;
}
@media (max-width:1400px) {
  .all_content_container .col-md-3 .content_action div p span {
    font-size: 14px;
  }
}

.none_content {
  display: none;
}

@media (max-width:556px) {
  .footer-top_contents {
    gap: 30px !important;
  }
}
.footer-top_contents .menu_lists {
  padding-top: 26px;
  margin-right: 97px;
}
@media (max-width:1025px) {
  .footer-top_contents .menu_lists {
    margin-right: 77px;
  }
}
@media (max-width:768px) {
  .footer-top_contents .menu_lists {
    margin-right: 0;
  }
}
@media (max-width:556px) {
  .footer-top_contents .menu_lists {
    padding-top: 0;
  }
}
.footer-top_contents .footer_btn_group {
  padding-top: 26px;
}
@media (max-width:556px) {
  .footer-top_contents .footer_btn_group {
    padding-top: 0;
  }
}

.footer {
  background: rgb(1, 25, 39);
  padding: 34px 0 60px;
}
@media (max-width:556px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.footer .row {
  margin: 0;
}
.footer .col-md-12 {
  padding: 0;
}
.footer .button_linear {
  padding: 12px 18px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .logo_section {
  margin-right: 60px;
}
@media (max-width:1025px) {
  .footer .logo_section {
    margin-right: 25px;
  }
}
@media (max-width:556px) {
  .footer .logo_section {
    width: 100%;
  }
}
.footer .logo_f {
  display: flex;
  margin-bottom: 28px;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 24.029px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.481px;
}
@media (max-width:556px) {
  .footer .logo_f {
    margin-bottom: 8px;
  }
}
.footer .footer_descripiton_mobile {
  display: none;
}
@media (max-width:556px) {
  .footer .footer_descripiton_mobile {
    display: block;
  }
  .footer .footer_descripiton_mobile .program_info {
    color: rgb(255, 255, 255);
    font-family: "Manrope";
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 10px;
  }
  .footer .footer_descripiton_mobile .program_info:nth-child(2) {
    margin-bottom: 37px;
  }
  .footer .footer_descripiton_mobile .program_info:nth-child(3) {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width:556px) and (max-width:556px) {
  .footer .footer_descripiton_mobile .program_info:nth-child(3) a {
    color: #fff;
  }
}
@media (max-width:556px) and (max-width:556px) {
  .footer .footer_descripiton_mobile .program_info {
    font-size: 12px;
  }
}
@media (max-width:556px) {
  .footer .footer_descripiton_mobile .end_link {
    text-decoration: underline;
    color: rgb(255, 255, 255);
    font-family: "Manrope";
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
  }
}
@media (max-width:556px) and (max-width:556px) {
  .footer .footer_descripiton_mobile .end_link {
    color: #1eb2f1;
  }
}
@media (max-width:556px) {
  .footer .footer_descripiton {
    display: none;
  }
}
.footer .footer_descripiton .program_info {
  color: rgb(255, 255, 255);
  font-family: "Manrope";
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 10px;
}
.footer .footer_descripiton .program_info:nth-child(2) {
  margin-bottom: 37px;
}
.footer .footer_descripiton .program_info:nth-child(3) {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width:1025px) {
  .footer .footer_descripiton .program_info {
    font-size: 12px;
  }
}
.footer .footer_descripiton .end_link {
  text-decoration: underline;
  color: rgb(255, 255, 255);
  font-family: "Manrope";
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
}
.footer .links_content {
  gap: 25px 25px;
}
.footer .menu_item {
  gap: 25px 0;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .footer .menu_item {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .footer .menu_item {
    flex-direction: column;
    gap: 20px;
    margin-right: 50px;
  }
}
.footer .menu_item > ul:first-of-type {
  margin-right: 120px;
}
@media (max-width:1025px) {
  .footer .menu_item > ul:first-of-type {
    margin-right: 25px;
  }
}
.footer .menu_item > ul:nth-last-of-type(2) {
  margin-right: 88px;
}
@media (max-width:1025px) {
  .footer .menu_item > ul:nth-last-of-type(2) {
    margin-right: 25px;
  }
}
.footer ul {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
@media (max-width:768px) {
  .footer ul {
    gap: 0;
  }
}
.footer ul li a {
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width:556px) {
  .footer ul li a {
    font-size: 12px;
  }
}
.footer ul li:nth-child(1) {
  font-weight: 600;
  margin-bottom: 10px;
}
.footer ul li:nth-child(1) a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}
@media (max-width:556px) {
  .footer ul li:nth-child(1) a {
    font-size: 12px;
  }
}
@media (max-width:1025px) {
  .footer ul li:nth-child(1) {
    margin-bottom: 0;
  }
}
.footer .footer_action {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  margin-bottom: 20px;
  margin-top: 20px;
}
.footer .footer_action a {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  color: rgb(255, 255, 255);
  text-decoration: underline;
}
@media (max-width:556px) {
  .footer .footer_action a {
    font-size: 12px;
  }
}

@media (max-width:768px) {
  .footer_btn_group {
    flex: 1 1 auto;
  }
}
@media (max-width:556px) {
  .footer_btn_group {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 50px;
    align-items: flex-end;
  }
  .footer_btn_group .footer_action {
    width: calc(50% - 25px);
    margin: 0;
  }
  .footer_btn_group ul {
    width: calc(50% - 25px);
  }
}
@media (max-width:556px) and (max-width:556px) {
  .footer_btn_group ul {
    gap: 8px;
  }
}
@media (max-width:556px) and (max-width:556px) {
  .footer_btn_group ul li a {
    font-weight: 300;
  }
}
@media (max-width:556px) {
  .footer_btn_group .buttons {
    width: 100%;
    display: block;
  }
  .footer_btn_group .button_linear {
    width: 100%;
    display: flex;
  }
}

.tour-info {
  margin-top: 120px;
  margin-bottom: 25px;
}
.tour-info .tour_info_inner {
  position: relative;
  padding: 20px;
  border-radius: 8px;
  background: #fff;
}
.tour-info .block-body {
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
  flex-direction: row;
  align-items: flex-start;
}
@media (max-width:556px) {
  .tour-info .block-body {
    flex-direction: column;
  }
}
.tour-info .block-body .tour_right_col {
  flex: 1;
  min-width: 0;
  position: relative;
}
.tour-info .block-body .tour_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: left;
  color: rgb(1, 25, 39);
  padding-right: 40px;
  margin-bottom: 16px;
}
@media (max-width:1400px) {
  .tour-info .block-body .tour_title {
    flex: 0 0 100%;
  }
}
@media (max-width:768px) {
  .tour-info .block-body .tour_title {
    font-size: 16px;
    margin-bottom: 0;
  }
}
@media (max-width:556px) {
  .tour-info .block-body .tour_title {
    margin-right: 70px;
  }
}
.tour-info .block-body .tour_badge {
  position: absolute;
  right: 20px;
  top: 0;
  border-radius: 0px 0px 8px 8px;
  background: #f2f4fb;
  display: flex;
  flex-direction: column;
  color: #034269;
  text-align: center;
  font-family: Manrope;
  font-size: 7px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  padding: 4px;
}
.tour-info .block-body .tour_details {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
}
@media (max-width:768px) {
  .tour-info .block-body .tour_details {
    gap: 20px 0;
  }
}
@media (max-width:556px) {
  .tour-info .block-body .tour_details {
    order: 2;
    flex-direction: column;
  }
}
.tour-info .block-body .tour_details .detail_item {
  flex: 0 0 50%;
}
.tour-info .block-body .tour_details .detail_label {
  color: #034269;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.tour-info .block-body .tour_details .detail_info {
  color: #011927;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  letter-spacing: 0.28px;
}
@media (max-width:768px) {
  .tour-info .block-body .tour_details .detail_info {
    font-size: 12px;
  }
}
.tour-info .block-body .tour_details .detail_info.stars {
  display: flex;
  color: #011927;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.96px;
  align-items: center;
  gap: 5px;
}
.tour-info .block-body .tour_details .detail_info.visa_badge {
  background: #1eb2f1;
  color: #fff;
  padding: 2px 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  display: inline-block;
}
.tour-info .block-body .tour_images {
  flex: 0 0 280px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
/* Tour gallery swiper */
.tour-gallery-swiper {
  width: 100%;
  height: 240px;
  border-radius: 8px;
  overflow: hidden;
}
.tour-gallery-swiper .swiper-wrapper {
  height: 100% !important;
}
.tour-gallery-swiper .swiper-slide {
  height: 100% !important;
  overflow: hidden;
}
.tour-gallery-swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.tour-gallery-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tour-gallery-swiper .swiper-button-next,
.tour-gallery-swiper .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: rgba(0,0,0,0.45);
  border-radius: 50%;
  color: #fff;
  top: 50%;
  margin-top: -16px;
}
.tour-gallery-swiper .swiper-button-next::after,
.tour-gallery-swiper .swiper-button-prev::after {
  font-size: 14px;
  font-weight: 700;
}
.tour-gallery-swiper .swiper-button-prev { left: 6px; }
.tour-gallery-swiper .swiper-button-next { right: 6px; }
.tour-gallery-swiper .swiper-pagination {
  bottom: 6px !important;
}
.tour-gallery-swiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
  width: 6px;
  height: 6px;
}
.tour-gallery-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #3170f6;
}
@media (max-width: 1400px) {
  .tour-gallery-swiper { height: 200px; }
}
@media (max-width: 768px) {
  .tour-gallery-swiper { height: 180px; }
}
@media (max-width: 556px) {
  .tour-gallery-swiper { height: 220px; }
}
@media (max-width:1400px) {
  .tour-info .block-body .tour_images {
    flex: 0 0 240px;
  }
}
@media (max-width:768px) {
  .tour-info .block-body .tour_images {
    flex: 0 0 200px;
  }
}
@media (max-width:556px) {
  .tour-info .block-body .tour_images {
    width: 100%;
    flex: 0 0 100%;
  }
}
.tour-info .block-body .tour_images .slider_number {
  position: absolute;
  border-radius: 2px;
  border: 1px solid #fff;
  background: #3170f6;
  color: #fff;
  padding: 0 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  bottom: 4px;
  right: 4px;
  z-index: 99;
}
.tour-info .block-body .tour_images .slider {
  color: #fff;
}
.tour-info .block-body .tour_images .slider .swiper-container {
  width: 100%;
  height: 100%;
}
.tour-info .block-body .tour_images .slider__flex {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  gap: 10px;
}
.tour-info .block-body .tour_images .slider__col {
  display: flex;
  flex-direction: column;
  width: 100px;
}
.tour-info .block-body .tour_images .slider__prev,
.tour-info .block-body .tour_images .slider__next {
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
}
@media (max-width:556px) {
  .tour-info .block-body .tour_images .slider__prev,
  .tour-info .block-body .tour_images .slider__next {
    display: none;
  }
}
.tour-info .block-body .tour_images .slider__prev:focus,
.tour-info .block-body .tour_images .slider__next:focus {
  outline: none;
}
.tour-info .block-body .tour_images .slider__thumbs {
  height: 210px;
}
@media (max-width:1400px) {
  .tour-info .block-body .tour_images .slider__thumbs {
    height: 170px;
  }
}
@media (max-width:768px) {
  .tour-info .block-body .tour_images .slider__thumbs {
    height: 120px;
  }
}
@media (max-width:556px) {
  .tour-info .block-body .tour_images .slider__thumbs {
    display: none;
  }
}
.tour-info .block-body .tour_images .slider__images {
  height: 210px;
}
@media (max-width:1400px) {
  .tour-info .block-body .tour_images .slider__images {
    height: 170px;
  }
}
@media (max-width:768px) {
  .tour-info .block-body .tour_images .slider__images {
    height: 120px;
  }
}
@media (max-width:556px) {
  .tour-info .block-body .tour_images .slider__images {
    height: 100%;
  }
}
@media (max-width:556px) {
  .tour-info .block-body .tour_images .slider__images .swiper-button-prev {
    left: -5px;
    background-color: #000;
  }
}
@media (max-width:556px) {
  .tour-info .block-body .tour_images .slider__images .swiper-button-next {
    right: -5px;
    background-color: #000;
  }
}
.tour-info .block-body .tour_images .slider__images .swiper-button-next,
.tour-info .block-body .tour_images .slider__images .swiper-button-prev {
  display: none;
}
@media (max-width:556px) {
  .tour-info .block-body .tour_images .slider__images .swiper-button-next,
  .tour-info .block-body .tour_images .slider__images .swiper-button-prev {
    width: 32px;
    height: 32px;
  }
}
@media (max-width:556px) {
  .tour-info .block-body .tour_images .slider__images .swiper-button-next,
  .tour-info .block-body .tour_images .slider__images .swiper-button-prev {
    display: block;
  }
  .tour-info .block-body .tour_images .slider__images .swiper-button-next::after,
  .tour-info .block-body .tour_images .slider__images .swiper-button-prev::after {
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-weight: 900 !important;
    top: 10px;
    position: absolute;
  }
}
.tour-info .block-body .tour_images .slider__images .slider__image img {
  transition: 0.3s;
  border-radius: 4px;
}
.tour-info .block-body .tour_images .slider__images .slider__image:hover img {
  transform: scale(1.1);
  border-radius: 4px;
}
.tour-info .block-body .tour_images .slider__image {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.tour-info .block-body .tour_images .slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .tour-info .block-body .tour_images .slider__flex {
    flex-direction: column-reverse;
  }
  .tour-info .block-body .tour_images .slider__col {
    flex-direction: row;
    align-items: center;
    margin-right: 0;
    margin-top: 24px;
    width: 100%;
  }
}
@media (max-width: 767.98px) and (max-width:556px) {
  .tour-info .block-body .tour_images .slider__col {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .tour-info .block-body .tour_images .slider__images {
    width: 100%;
  }
  .tour-info .block-body .tour_images .slider__thumbs {
    height: 100px;
    width: calc(100% - 96px);
    margin: 0 16px;
  }
  .tour-info .block-body .tour_images .slider__prev,
  .tour-info .block-body .tour_images .slider__next {
    height: auto;
    width: 32px;
  }
}
.tour-info .block-body .hidden {
  display: none;
}
.tour-info .block-body .tour_info {
  width: 100%;
}
@media (max-width:556px) {
  .tour-info .block-body .tour_info {
    width: 100%;
  }
}
.tour-info .block-footer {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width:556px) {
  .tour-info .block-footer {
    flex-direction: column;
  }
}
.tour-info .block-footer .price_block {
  border-radius: 4px;
  background: #f2fbf3;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 106.49px 16px 16px;
  color: #034269;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width:1025px) {
  .tour-info .block-footer .price_block {
    flex: 0 0 30%;
    padding-right: 0;
  }
}
@media (max-width:768px) {
  .tour-info .block-footer .price_block {
    flex: 0 0 25%;
  }
}
.tour-info .contacts_block {
  flex: 1 1 auto;
  border-radius: 4px;
  background: #f2f4fb;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width:556px) {
  .tour-info .contacts_block {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    gap: 20px;
  }
}
.tour-info .contacts_block .tel_number {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.tour-info .contacts_block .tel_number span {
  color: #011927;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
}
@media (max-width:1400px) {
  .tour-info .contacts_block .tel_number span {
    display: none;
  }
}
.tour-info .contacts_block .tel_number .mob_icon {
  display: none;
}
@media (max-width:1400px) {
  .tour-info .contacts_block .tel_number .mob_icon {
    display: block;
  }
}
@media (max-width:1400px) {
  .tour-info .contacts_block .tel_number {
    background-color: #fff;
    border-radius: 12px;
    border: 2px solid #1eb2f1;
    background: #fff;
    padding: 15px;
  }
}
.tour-info .contacts_block .buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  transition: 0.6s;
}

.tour-info .contacts_block .buttons a{
    white-space: nowrap;
}
.tour-info .contacts_block .buttons.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 4px;
  background: #f2f4fb;
  box-shadow: 0px -3px 24px 0px rgba(3, 66, 105, 0.12);
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
  padding: 16px;
}
@media (max-width:1400px) {
  .tour-info .contacts_block .buttons .button_linear {
    padding: 16px 26px;
  }
}
@media (max-width:556px) {
  .tour-info .contacts_block .buttons .button_linear {
    flex: 1 1 auto;
    width: 100%;
  }
}
@media (max-width:768px) {
  .tour-info .contacts_block .buttons {
    flex: 0 0 60%;
  }
}
@media (max-width:556px) {
  .tour-info .contacts_block .buttons {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (max-width:1400px) {
  .tour-info .contacts_block .firm_name {
    font-size: 14px;
  }
}

.description .description_inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 20px;
  position: relative;
    padding-bottom: 60px;
}
@media (max-width:556px) {
  .description .description_inner {
    flex-direction: column;
      padding-bottom: 30px;
  }
}
.description .description_inner .description_calendar {
  flex: 0 0 calc(25% - 19px);
  order: 1;
}
@media (max-width:1400px) {
  .description .description_inner .description_calendar {
    flex: 0 0 calc(40% - 19px);
  }
}
@media (max-width:556px) {
  .description .description_inner .description_calendar {
    width: 100%;
    flex: 0 0 100%;
    text-align: center;
  }
}
.description .description_inner .description_calendar .calendar_wr {
  padding: 20px;
  border-radius: 8px;
  background: #fff;
}
@media (max-width:768px) {
  .description .description_inner .description_calendar .calendar_wr {
    padding: 20px 15px;
  }
}
.description .description_inner .description_calendar .calendar_title {
  margin-bottom: 20px;
}
.description .description_inner .description_calendar .calendar_regular_dates {
  margin-top: 12px;
  color: #034269;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.24px;
}
.description .description_inner .description_calendar .calendar {
  padding: 0 10px;
}
@media (max-width:768px) {
  .description .description_inner .description_calendar .calendar {
    padding: 0;
  }
}
.description .description_inner .description_calendar .calendar .air-datepicker.-inline- {
  border: 0px;
  width: 215px;
}
@media (max-width:768px) {
  .description .description_inner .description_calendar .calendar .air-datepicker.-inline- {
    width: 205px;
  }
}
@media (max-width:556px) {
  .description .description_inner .description_calendar .calendar .air-datepicker.-inline- {
    width: 100%;
  }
}
.description .description_inner .description_calendar .calendar .air-datepicker-body--cells.-days- {
  gap: 8px 0;
}
.description .description_inner .description_calendar .calendar .air-datepicker-nav {
  border-bottom: 0px;
}
.description .description_inner .description_calendar .calendar .air-datepicker-body--day-name {
  color: #011927;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 240% */
}
.description .description_inner .description_calendar .calendar .air-datepicker-cell {
  color: #011927;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.38px;
  border-radius: 0px;
}
.description .description_inner .description_calendar .calendar .air-datepicker-cell.-selected- {
  background-color: transparent;
  border: 1px solid #1eb2f1;
}
.description .description_inner .description_calendar .calendar .air-datepicker-cell.-disabled- {
  color: #c5c5c5;
  cursor: default;
}
.description .description_inner .description_calendar .calendar .air-datepicker-nav--title {
  color: #011927;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  letter-spacing: 0.32px;
}
.description .description_inner .description_calendar .calendar .air-datepicker-nav--title i {
  color: inherit;
}
.description .description_inner .description_calendar .calendar .air-datepicker-nav--action[data-action=prev] {
  display: flex;
}
.description .description_inner .description_calendar .calendar .air-datepicker-nav--action path {
  stroke: inherit;
  fill: #011927;
}
.description .description_inner .description_texts {
  flex: 0 0 calc(76% - 18px);
  order: 2;
}
@media (max-width:1400px) {
  .description .description_inner .description_texts {
    flex: 0 0 calc(60% - 18px);
  }
}
.description .description_inner .description_call {
  flex: 0 0 calc(25% - 19px);
  order: 3;
  align-self: flex-start;
    margin-top: 30px;
}
@media (max-width:1400px) {
  .description .description_inner .description_call {
    flex: 0 0 calc(40% - 19px);
  }
}
@media (max-width:556px) {
  .description .description_inner .description_call {
    position: relative;
    margin-bottom: 40px;
    width: 100%;
  }
}
.description .description_inner .description_item {
  border-radius: 8px;
  background: #fff;
  padding: 20px;
  margin-bottom: 25px;
}
.description .description_inner .description_item .label {
  margin-bottom: 20px;
}
.description .description_inner .description_item .text {
  color: #011927;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  letter-spacing: 0.28px;
  margin-bottom: 15px;
}
.description .description_inner .description_item .text > div, .description .description_inner .description_item .text p {
  margin-bottom: 15px;
}
.description .description_inner .description_item .text img {
  max-width: 400px;
  height: auto;
  border-radius: 8px;
}
@media (max-width:556px) {
  .description .description_inner .description_item .text img {
    max-width: 100%;
  }
}
@media (max-width:556px) {
  .description .description_inner .description_item .text {
    font-size: 12px;
  }
}
.description .description_inner .description_item .upparcase {
  text-transform: uppercase;
}

@keyframes fadefadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.turfirmi_section_hero {
  padding-top: 80px;
  margin-top: 130px;
  background-image: url(../image/bg.png);
  background-size: cover;
  background-position: top center;
}
@media (max-width:556px) {
  .turfirmi_section_hero {
    background-position: bottom;
  }
}
.turfirmi_section_hero .container {
  overflow: hidden;
  background-size: 100% 100%;
  position: relative;
  padding: 0 15px;
}
@media (max-width:556px) {
  .turfirmi_section_hero .container {
    padding-bottom: 200px;
  }
}
.turfirmi_section_hero .container::after, .turfirmi_section_hero .container::before {
  content: "";
  position: absolute;
}
.turfirmi_section_hero .container::after {
  background-image: url(../image/globus.png);
  width: 290px;
  height: 280px;
  right: 200px;
  top: 25px;
  background-repeat: no-repeat;
}
@media (max-width:768px) {
  .turfirmi_section_hero .container::after {
    right: 80px;
    top: 75px;
  }
}
@media (max-width:556px) {
  .turfirmi_section_hero .container::after {
    top: auto;
    bottom: 0;
    left: -10px;
    width: 240px;
    height: 210px;
    background-size: contain;
  }
}
.turfirmi_section_hero .container::before {
  background-image: url(../image/chemodan.png);
  width: 206px;
  height: 290px;
  right: 50px;
  top: 35px;
  background-repeat: no-repeat;
  z-index: 9;
}
@media (max-width:768px) {
  .turfirmi_section_hero .container::before {
    right: 0;
    top: 75px;
  }
}
@media (max-width:556px) {
  .turfirmi_section_hero .container::before {
    top: auto;
    bottom: -60px;
    right: 0;
    background-size: contain;
    width: 156px;
    height: 250px;
  }
}
.turfirmi_section_hero .col-md-5 {
  flex-direction: column;
  gap: 40px 0;
  margin-bottom: 40px;
  margin-top: 40px;
}
.turfirmi_section_hero .content_wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 30px 0 40px 0;
}
.turfirmi_section_hero .turfirm_title {
  color: rgb(255, 255, 255);
  font-size: 36px;
  font-weight: 700;
  line-height: 49px;
  letter-spacing: 0em;
  text-align: left;
}
.turfirmi_section_hero .input_item {
  display: flex;
  position: relative;
  z-index: 1;
  gap: 20px;
}
@media (max-width:768px) {
  .turfirmi_section_hero .input_item {
    flex-direction: column;
  }
}
.turfirmi_section_hero .input_item input {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  border: 1px solid #e5edfe;
  background: #fff;
  background-image: url(../image/dropdown_turfirm.png);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: calc(100% - 10px) 50%;
  color: #c8c8c8;
  padding: 10px 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  outline: none;
}
.turfirmi_section_hero .input_item input::placeholder {
  color: #c8c8c8;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.turfirmi_section_hero .input_item input#search {
  width: 475px;
}
@media (max-width:768px) {
  .turfirmi_section_hero .input_item input#search {
    width: 290px;
  }
}
@media (max-width:556px) {
  .turfirmi_section_hero .input_item input#search {
    width: 100%;
  }
}
.turfirmi_section_hero .input_item input#city {
  width: 280px;
}
@media (max-width:768px) {
  .turfirmi_section_hero .input_item input#city {
    width: 290px;
  }
}
@media (max-width:556px) {
  .turfirmi_section_hero .input_item input#city {
    width: 100%;
  }
}
.turfirmi_section_hero .input_item .drop_search {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 92;
}

.firms {
  margin: 40px 0;
}
.firms .turfirmi_main {
  display: flex;
  justify-content: space-between;
}
@media (max-width:556px) {
  .firms .turfirmi_main {
    flex-direction: column;
  }
}
.firms .turfirmi_main .turfirmi_locationes {
  display: flex;
  flex-direction: column;
  gap: 25px;
  flex: 0 0 calc(76% - 12.5px);
}
@media (max-width:1200px) {
  .firms .turfirmi_main .turfirmi_locationes {
    flex: 0 0 calc(63% - 12.5px);
  }
}
.firms .turfirmi_main .turfirmi_locationes .turfirmi_location_card {
  border-radius: 8px;
  border: 1px solid #ccdbfd;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 16px;
}
@media (max-width:1025px) {
  .firms .turfirmi_main .turfirmi_locationes .turfirmi_location_card {
    padding: 16px;
  }
}
.firms .turfirmi_main .turfirmi_locationes .turfirmi_location_card .turfirmi_location_card_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width:556px) {
  .firms .turfirmi_main .turfirmi_locationes .turfirmi_location_card .turfirmi_location_card_title {
    align-items: flex-start;
  }
}
.firms .turfirmi_main .turfirmi_locationes .turfirmi_location_card .turfirmi_location_card_title .title_name {
  font-family: Manrope;
  font-size: 22px;
  font-weight: 600;
  color: #3170f6;
}
@media (max-width:556px) {
  .firms .turfirmi_main .turfirmi_locationes .turfirmi_location_card .turfirmi_location_card_title .title_name {
    font-size: 18px;
  }
}
.firms .turfirmi_main .turfirmi_locationes .turfirmi_location_card .turfirmi_location_card_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-radius: 4px;
  background-color: #f2f4fb;
}
@media (max-width:1025px) {
  .firms .turfirmi_main .turfirmi_locationes .turfirmi_location_card .turfirmi_location_card_info {
    padding: 16px;
  }
}
@media (max-width:768px) {
  .firms .turfirmi_main .turfirmi_locationes .turfirmi_location_card .turfirmi_location_card_info {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.firms .turfirmi_main .turfirmi_locationes .turfirmi_location_card .turfirmi_location_card_info .turfirmi_card_location,
.firms .turfirmi_main .turfirmi_locationes .turfirmi_location_card .turfirmi_location_card_info .turfirmi_card_phone_number {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-right: 0;
}
.firms .turfirmi_main .turfirmi_locationes .turfirmi_location_card .turfirmi_location_card_info .turfirmi_card_location a,
.firms .turfirmi_main .turfirmi_locationes .turfirmi_location_card .turfirmi_location_card_info .turfirmi_card_phone_number a {
  color: #3170f6;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width:768px) {
  .firms .turfirmi_main .turfirmi_locationes .turfirmi_location_card .turfirmi_location_card_info .turfirmi_card_location a,
  .firms .turfirmi_main .turfirmi_locationes .turfirmi_location_card .turfirmi_location_card_info .turfirmi_card_phone_number a {
    font-size: 14px;
  }
}
@media (max-width:1025px) {
  .firms .turfirmi_main .turfirmi_locationes .turfirmi_location_card .turfirmi_location_card_info .turfirmi_card_location {
    flex: 0 0 40%;
  }
}
@media (max-width:1025px) {
  .firms .turfirmi_main .turfirmi_locationes .turfirmi_location_card .turfirmi_location_card_info .turfirmi_card_phone_number {
    flex: 0 0 10%;
  }
}
.firms .turfirmi_main .turfirmi_locationes .turfirmi_location_card .turfirmi_location_card_info .tel_number span {
  color: #011927;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
}
@media (max-width:1400px) {
  .firms .turfirmi_main .turfirmi_locationes .turfirmi_location_card .turfirmi_location_card_info .tel_number span {
    display: none;
  }
}
.firms .turfirmi_main .turfirmi_locationes .turfirmi_location_card .turfirmi_location_card_info .tel_number .mob_icon {
  display: none;
}
@media (max-width:1400px) {
  .firms .turfirmi_main .turfirmi_locationes .turfirmi_location_card .turfirmi_location_card_info .tel_number .mob_icon {
    display: block;
  }
}
@media (max-width:1400px) {
  .firms .turfirmi_main .turfirmi_locationes .turfirmi_location_card .turfirmi_location_card_info .tel_number {
    background-color: #fff;
    border-radius: 12px;
    border: 2px solid #1eb2f1;
    background: #fff;
    padding: 15px;
  }
}
.firms .turfirmi_main .turfirmi_locationes .turfirmi_location_card .turfirmi_location_card_info .turfirmi_card_phone_number {
  padding-right: 0;
}
.firms .turfirmi_main .turfirmi_locationes .turfirmi_location_card .turfirmi_location_card_info button {
  padding: 12px 32px 14px 32px;
  border-radius: 12px;
  border: 2px solid #1eb2f1;
  background: #fff;
  color: #3170f6;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.firms .turfirmi_main .turfirmi_locationes .turfirmi_card_buttons {
  display: flex;
  align-items: stretch;
  gap: 10px;
}
@media (max-width:768px) {
  .firms .turfirmi_main .turfirmi_locationes .turfirmi_card_buttons {
    width: 100%;
  }
}
.firms .turfirmi_main .turfirmi_locationes .turfirmi_card_buttons .button_outline_white {
  flex: 1 1 auto;
}
.firms .turfirmi_main .turfirmi_description {
  flex: 0 0 calc(24% - 12.5px);
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (max-width:1025px) {
  .firms .turfirmi_main .turfirmi_description {
    flex: 0 0 calc(37% - 12.5px);
  }
}
.firms .turfirmi_main .turfirmi_description .turfirmi_description_card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 20px 12px 20px;
  border-radius: 8px;
  background-color: white;
}
.firms .turfirmi_main .turfirmi_description .turfirmi_description_card .turfirm_card_title {
  color: #034269;
  font-size: 16px;
}
.firms .turfirmi_main .turfirmi_description .turfirmi_description_card .turfirmi_prices .turfirmi_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #f2f4fb;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.firms .turfirmi_main .turfirmi_description .turfirmi_description_card .turfirmi_prices .turfirmi_price a {
  color: #3170f6;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
}
@media (max-width:768px) {
  .firms .turfirmi_main .turfirmi_description .turfirmi_description_card .turfirmi_prices .turfirmi_price a {
    font-size: 14px;
  }
}
.firms .turfirmi_main .turfirmi_description .turfirmi_description_card .turfirmi_prices .turfirmi_price span {
  color: #034269;
  font-weight: 600;
}
@media (max-width:768px) {
  .firms .turfirmi_main .turfirmi_description .turfirmi_description_card .turfirmi_prices .turfirmi_price span {
    font-size: 14px;
  }
}
.firms .turfirmi_main .season {
  border-radius: 8px;
  background: #fff;
  padding: 20px 0 20px 20px;
}
.firms .turfirmi_main .season .span {
  color: #034269;
  font-weight: 600;
}
.firms .turfirmi_main .season .seasones {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}
.firms .turfirmi_main .season .seasones .season_month {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.firms .turfirmi_main .season .seasones .season_month .month {
  color: #034269;
  font-size: 12px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.firms .turfirmi_main .season .seasones .season_month a {
  color: #3170f6;
  font-size: 12px;
  letter-spacing: 0.24px;
}
@media (max-width:768px) {
  .firms .turfirmi_main .season .seasones .season_month a {
    font-size: 12px;
  }
}

.lists {
  margin-bottom: 80px;
}
.lists .lists__inner {
  max-width: 875px;
  border-radius: 8px 8px 8px 8px;
  background: #fff;
  padding: 10px;
}
.lists .lists_header {
  background: #fff;
  border-bottom: 1px solid #ccdbfd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.lists .lists_header .label {
  margin-bottom: 8px;
}
.lists .lists_header .letters_block {
  border-radius: 4px;
  background: #f2f4fb;
  padding: 14px 10px;
}
.lists .lists_header .letters_block ul {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.lists .lists_header .letters_block ul a {
  text-transform: uppercase;
  color: #3170f6;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.lists .lists_header .letters_block ul a.current {
  color: #034269;
}
@media (max-width:768px) {
  .lists .lists_header .letters_block ul a {
    font-size: 12px;
  }
}
.lists .list_body {
  padding: 0 20px 20px;
}
.lists .list_body .list_names {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 0;
}
.lists .list_body .list_names li {
  flex: 0 0 calc(25% - 12.5px);
}
@media (max-width:1025px) {
  .lists .list_body .list_names li {
    flex: 0 0 calc(33% - 24px);
  }
}
@media (max-width:768px) {
  .lists .list_body .list_names li {
    flex: 0 0 calc(50% - 15px);
  }
}
.lists .list_body .list_names li a {
  color: #3170f6;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  transition: 0.4s all ease;
}
.lists .list_body .list_names li a:hover {
  color: #034269;
}
@media (max-width:768px) {
  .lists .list_body .list_names li a {
    font-size: 12px;
  }
}

.firm {
  margin-top: 120px;
  margin-bottom: 25px;
}
.firm .firm_inner {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  display: flex;
  gap: 20px;
}

.firm .firm_contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-right: 1px solid #ccdbfd;
  background: #fff;
  padding-right: 45px;
  flex: 0 0 30%;
}
.firm .firm_contacts .firm_name {
  display: flex;
  align-items: center;
  color: #011927;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  gap: 8px;
  margin-bottom: 4px;
}
.firm .firm_contacts .firm_link {
  color: #011927;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 4px;
}
.firm .firm_contacts .button_linear {
  margin-top: 38px;
}
.firm .firm_tours {
  flex: 0 0 auto;
  padding-top: 10px;
  width: calc(70% - 20px);
}
@media (max-width: 556px){
    .firm .firm_inner{
        flex-direction: column;
    }
    .firm .firm_tours{
        width: 100%;
        flex: 0 0 100%;
    }
}
.firm .firm_tours .tour_block {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
}
@media (max-width:556px) {
  .firm .firm_tours .tour_block .swiper-button-prev {
    left: 4px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
  }
}
@media (max-width:556px) {
  .firm .firm_tours .tour_block .swiper-button-next {
    right: 4px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
  }
}
.firm .firm_tours .tour_block .swiper-button-next,
.firm .firm_tours .tour_block .swiper-button-prev {
  display: none;
}
@media (max-width:556px) {
  .firm .firm_tours .tour_block .swiper-button-next,
  .firm .firm_tours .tour_block .swiper-button-prev {
    width: 32px;
    height: 32px;
  }
}
@media (max-width:556px) {
  .firm .firm_tours .tour_block .swiper-button-next,
  .firm .firm_tours .tour_block .swiper-button-prev {
    display: block;
  }
  .firm .firm_tours .tour_block .swiper-button-next::after,
  .firm .firm_tours .tour_block .swiper-button-prev::after {
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-weight: 900 !important;
    top: 10px;
    position: absolute;
  }
}
.firm .firm_tours .tour_block .tour_item {
  border-radius: 4px;
  background: #f2f4fb;
  padding: 20px;
}
.firm .firm_tours .tour_block .tour_item .tour_img {
  margin: 16px 0;
}
.firm .firm_tours .tour_block .tour_item .tour_img img{
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 4px;
}
.firm .firm_tours .tour_block .tour_item .tour_name {
  /*width: 140px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.firm .firm_tours .tour_block .tour_item .tour_name a {
  overflow: hidden;
  color: #3170f6;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.firm .firm_tours .tour_block .tour_item .tour_addedtime {
  color: #034269;
  margin-top: 5px;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.firm .firm_tours .tour_block .tour_item .price {
  padding-top: 26px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  color: #034269;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.firm_description {
  margin-bottom: 60px;
}
.firm_description .firm_description_inner {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  color: #011927;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  letter-spacing: 0.28px;
}
.firm_description .firm_description_inner > div {
  margin-bottom: 15px;
}

.top_tours {
  margin-bottom: 70px;
}
.top_tours .top_tours_inner .tour_block {
  margin-bottom: 50px;
  display: flex;
  align-items: stretch;
  gap: 20px;
}
.top_tours .top_tours_inner .tour_block .tour_item {
  flex: 0 0 25%;
  border-radius: 8px;
  border: 1px solid #ccdbfd;
  background: #fff;
  padding: 20px;
}
.top_tours .top_tours_inner .tour_block .tour_item .tour_name {
  margin-bottom: 10px;
  max-width: 234px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.top_tours .top_tours_inner .tour_block .tour_item .tour_name a {
  overflow: hidden;
  color: #3170f6;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.top_tours .top_tours_inner .tour_block .tour_item .stars {
  margin-bottom: 20px;
}
.top_tours .top_tours_inner .tour_block .tour_item .tour_img {
  width: 234px;
  height: 180px;
  margin-bottom: 20px;
}
.top_tours .top_tours_inner .tour_block .tour_item .tour_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.top_tours .top_tours_inner .tour_block .tour_item .price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #034269;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.top_tours .top_tours_inner .tour_alllink {
  color: #3170f6;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  justify-content: center;
}

.contact_section .contact_block {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact_section .contact_block .product_item {
  flex: 0 0 25%;
}

@media (max-width: 556px) {
  .firm {
    margin-top: 80px;
  }
  .firm .firm_inner {
    flex-direction: column;
    gap: 16px;
    padding: 16px;
  }
  .firm .firm_contacts {
    flex: 0 0 100%;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccdbfd;
    padding-right: 0;
    padding-bottom: 16px;
  }
  .firm .firm_contacts .firm_name {
    font-size: 20px;
  }
  .firm .firm_tours {
    flex: 0 0 100%;
    width: 100%;
  }
  .firm .firm_tours .tour_block {
    flex-direction: column;
    gap: 12px;
  }
  .firm .firm_tours .tour_block .swiper-button-prev {
    left: 4px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
  }
  .firm .firm_tours .tour_block .swiper-button-next {
    right: 4px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
  }
  .firm .firm_tours .tour_block .tour_item {
    flex: 0 0 100%;
    width: 100%;
  }
  .firm .firm_tours .tour_block .tour_item .tour_name {
    width: 100%;
  }
  .firm .firm_tours .tour_block .tour_item .tour_img {
    width: 100%;
  }
  .firm .firm_tours .tour_block .tour_item .tour_img img {
    width: 100%;
  }
  .top_tours {
    margin-bottom: 30px;
  }
  .top_tours .top_tours_inner .tour_block {
    flex-direction: column;
    gap: 12px;
  }
  .top_tours .top_tours_inner .tour_block .tour_item {
    flex: 0 0 100%;
    width: 100%;
  }
  .top_tours .top_tours_inner .tour_block .tour_item .tour_name {
    max-width: 100%;
  }
  .top_tours .top_tours_inner .tour_block .tour_item .tour_img {
    width: 100%;
    height: auto;
  }
  .top_tours .top_tours_inner .tour_block .tour_item .tour_img img {
    width: 100%;
    height: auto;
  }
  .contact_section .contact_block {
    flex-direction: column;
    gap: 12px;
  }
  .contact_section .contact_block .product_item {
    flex: 0 0 100%;
    width: 100%;
  }
}

.hero.search_hero {
  padding: 30px 0 40px 0;
}
.hero.search_hero .hero_section_content {
  gap: 24px;
}
@media (max-width: 556px) {
  .hero.search_hero {
    padding: 16px 0 20px 0;
    margin-top: 60px;
  }
  .hero.search_hero .hero_section_content {
    gap: 12px 0;
  }
  .hero.search_hero .hero_top {
    gap: 8px 0;
  }
  .hero.search_hero .hero_filter {
    display: none;
  }
  .hero.search_hero .tor_smal_link {
    display: none;
  }
}

/* --- hero filters inside modal panel (mobile only) --- */
.filter_panel_hero_group {
  display: none;
}
@media (max-width: 556px) {
  .filter_panel_hero_group {
    display: block;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #E8EDF2;
  }
}

/* --- mobile filter summary --- */
.hero_filter_summary {
  display: none;
}
@media (max-width: 556px) {
  .hero_filter_summary {
    display: block;
    margin-top: -10px;
  }
  .hero_filter_summary__text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
  }
}

/* ============================
   FILTER PANEL (aside)
   ============================ */
.filter_panel {
  flex: 0 0 280px;
  position: sticky;
  top: 100px;
  align-self: flex-start;
  background: #fff;
  border: 1px solid #E8EDF2;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.filter_panel_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E8EDF2;
}
.filter_panel_title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #034269;
}
.filter_panel_title svg {
  color: #1EB2F1;
}
.filter_panel_reset {
  font-size: 12px;
  color: #94A3B8;
  text-decoration: none;
  transition: color 0.2s ease;
}
.filter_panel_reset:hover {
  color: #1EB2F1;
}
.filter_panel_close {
  display: none;
  background: none;
  border: none;
  color: #94A3B8;
  cursor: pointer;
  padding: 4px;
}

/* --- filter panel items --- */
.filter_panel_items {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.filter_panel_item {
  border-radius: 8px;
  padding: 12px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
@media (hover: hover) {
  .filter_panel_item:hover {
    background: rgba(30, 178, 241, 0.04);
  }
}
.filter_panel_label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #94A3B8;
  margin-bottom: 4px;
}
.filter_panel_label svg {
  color: #1EB2F1;
  flex: 0 0 18px;
}

/* --- filter panel dropdown --- */
.filter_panel .dropdown {
  position: relative;
}
.filter_panel .dropdown-toggle {
  outline: none;
  border: none;
  padding: 0;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
  color: #034269;
  background: transparent;
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.filter_panel .dropdown-toggle::after {
  border: none;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2394A3B8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat center;
  transition: transform 0.2s ease;
}
.filter_panel .dropdown-toggle.show::after {
  transform: translateY(-50%) rotate(180deg);
}
.filter_panel .dropdown-toggle:focus,
.filter_panel .dropdown-toggle:active,
.filter_panel .btn:focus,
.filter_panel .btn:active {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}
.filter_panel .dropdown-menu {
  position: absolute;
  top: 100%;
  left: -12px;
  width: calc(100% + 24px);
  max-height: 300px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #E8EDF2;
  border-radius: 12px;
  padding: 8px;
  margin-top: 4px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  z-index: 1050;
  scrollbar-width: thin;
  scrollbar-color: #1EB2F1 transparent;
}
.filter_panel .dropdown-menu::-webkit-scrollbar { width: 5px; }
.filter_panel .dropdown-menu::-webkit-scrollbar-thumb { border-radius: 8px; background: #1EB2F1; }
.filter_panel .dropdown-menu .dropdown-item {
  border-radius: 8px;
  padding: 8px 12px;
  color: #011927;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  transition: background-color 0.15s ease;
}
.filter_panel .dropdown-menu .dropdown-item:hover,
.filter_panel .dropdown-menu .dropdown-item:focus {
  background: rgba(30, 178, 241, 0.08);
  color: #034269;
  text-decoration: none;
}
.filter_panel .dropdown-search {
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 0 0 8px;
  background: #fff;
}
.filter_panel .filter-search-input {
  width: 100%;
  padding: 8px 12px 8px 32px;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  font-size: 13px;
  color: #011927;
  background: #F9FAFD url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2394A3B8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3C/svg%3E") no-repeat 10px center;
  outline: none;
  transition: border-color 0.2s ease;
}
.filter_panel .filter-search-input:focus {
  border-color: #1EB2F1;
  background-color: #fff;
}
.filter_panel .filter-search-input::placeholder { color: #94A3B8; }
.filter_panel .dropdown-empty {
  text-align: center;
  padding: 16px 12px;
  color: #94A3B8;
  font-size: 13px;
}
/* sidebar-extras manager spacing */
.sidebar-extras .call_widget {
  margin-top: 50px;
}
.sidebar-extras .description_call {
  margin-top: 0;
}

/* --- filter panel mobile --- */
@media (max-width: 768px) {
  .filter_panel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    border-radius: 0;
    border: none;
    overflow-y: auto;
    padding: 20px 16px 32px;
    flex: none;
    animation: fadeIn 0.2s ease;
  }
  .filter_panel.active {
    display: block;
  }
  .filter_panel_close {
    display: flex;
  }
}

/* --- filter panel toggle button (mobile) --- */
.filter_panel_toggle {
  display: none;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 12px;
  background: linear-gradient(92.82deg, #1EB2F1 -5.41%, #3170F6 105.92%);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
.filter_panel_toggle:hover { opacity: 0.88; }
.filter_panel_toggle svg { color: #fff; }
@media (max-width: 768px) {
  .filter_panel_toggle {
    display: flex;
    width: 100%;
    justify-content: center;
  }
}

/* --- filter toggle badge --- */
.filter_panel_toggle__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1EB2F1;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 10px;
  margin-left: 4px;
}

/* --- filter panel backdrop (mobile) --- */
.filter_panel_backdrop {
  display: none;
}
.filter_panel_backdrop.active {
  display: block;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1030;
}

/* ============================
   SEARCH CONTENT LAYOUT (overrides)
   ============================ */
.search_content .search_content_inner {
  gap: 24px;
}
.search_content .result_blok {
  flex: 1 1 0;
  min-width: 0;
}
@media (max-width: 768px) {
  .search_content .result_blok {
    width: 100%;
    flex: none;
  }
}

/* --- result header --- */
.search_content .result_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  gap: 12px;
}
.result_count {
  color: #034269;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}
.result_count strong {
  font-weight: 700;
}

/* ============================
   SUMMARY-BOX (H12) — над листингом
   ============================ */
.summary-box {
  background: linear-gradient(135deg, #f0f7ff 0%, #fafbff 100%);
  border-left: 4px solid #2563eb;
  border-radius: 10px;
  padding: 16px 20px;
  margin: 0 0 20px 0;
}
.summary-box__heading {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #0f172a;
}
.summary-box__heading .summary-box__price {
  color: #2563eb;
  white-space: nowrap;
}
.summary-box__tldr {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #334155;
}
.monthly-prices-anchor {
  display: inline-block;
  margin: 10px 0 0 0;
  font-size: 14px;
  font-weight: 600;
  color: #2563eb;
  text-decoration: none;
}
.monthly-prices-anchor:hover { text-decoration: underline; }
.monthly-prices {
  margin: 28px 0;
  scroll-margin-top: 80px;
}
.monthly-prices__title {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 10px 0;
}
.monthly-prices__answer {
  font-size: 15px;
  line-height: 1.5;
  color: #334155;
  margin: 0 0 14px 0;
}
.monthly-prices__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  max-width: 520px;
}
.monthly-prices__caption {
  caption-side: bottom;
  text-align: left;
  font-size: 12px;
  color: #64748b;
  margin-top: 8px;
}
.monthly-prices__table th[scope="col"] {
  text-align: left;
  font-weight: 600;
  color: #475569;
  border-bottom: 2px solid #e2e8f0;
  padding: 8px 12px;
}
.monthly-prices__table th[scope="row"] {
  text-align: left;
  font-weight: 600;
  color: #0f172a;
}
.monthly-prices__table td,
.monthly-prices__table th[scope="row"] {
  padding: 8px 12px;
  border-bottom: 1px solid #eef2f7;
}
.monthly-prices__row--sparse { color: #94a3b8; }
.monthly-prices__row--sparse th[scope="row"] { color: #94a3b8; font-weight: 500; }
.summary-box__row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}
.summary-box__chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #475569;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.summary-box__chip > * {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}
.summary-box__chip strong {
  color: #0f172a;
  font-weight: 600;
}
.summary-box__icon {
  color: #64748b;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .summary-box {
    padding: 14px 16px;
    margin: 0 0 16px 0;
  }
  .summary-box__heading { font-size: 17px; }
  .summary-box__chip { font-size: 13px; }
}

/* ============================
   RESULT CARDS (overrides)
   ============================ */
.search_content .result_blok .result_items .result_item {
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
  border: 1px solid #E8EDF2;
  background: #fff;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
@media (hover: hover) {
  .search_content .result_blok .result_items .result_item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
  }
}
.search_content .result_blok .result_items .result_item.light_bg {
  border: 1px solid #E8EDF2;
  background: #fff;
}
.search_content .result_blok .result_items .result_item.light_bg .result_details {
  border-radius: 12px;
  background: #F9FAFD;
  padding: 20px;
}
.search_content .result_blok .result_items .result_item.promoted {
  border: 1px solid #F8B918;
  border-left: 4px solid #F8B918;
  background: #FFFDF5;
}
.search_content .result_blok .result_items .result_item.promoted .result_details {
  border-radius: 12px;
  background: #FEF9E7;
  padding: 20px;
}
.search_content .result_blok .result_items .result_item .result_details {
  border-radius: 12px;
  background: #F9FAFD;
  padding: 20px;
}
.search_content .result_blok .result_items .result_item .result_details .result_price {
  color: #034269;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.search_content .result_blok .result_items .result_item .result_details .tour_badge {
  background: linear-gradient(266deg, #F8B918 0.3%, #F9D30D 102.42%);
  color: #011927;
  border-radius: 0 0 8px 8px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 4px 8px;
}
.button-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* ============================
   TOUR CARD (article.tour-card)
   ============================ */
.tour-card {
  position: relative;
  display: flex;
  gap: 0;
  background: #fff;
  border: 1px solid #E8EDF2;
  border-radius: 12px;
  margin-bottom: 16px;
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
@media (hover: hover) {
  .tour-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
  }
}
.tour-card--promoted {
  border: 1px solid #1EB2F1;
  background: #EBF6FF;
}

/* badge */
.tour-card__badge {
  position: absolute;
  top: 0;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px 6px;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(266deg, #F8B918 0.3%, #F9D30D 102.42%);
  color: #011927;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
}

/* info (left) */
.tour-card__info {
  flex: 1 1 0;
  min-width: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tour-card__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}
.tour-card__title a {
  color: #034269;
  text-decoration: none;
  transition: color 0.2s ease;
}
.tour-card__title a:hover {
  color: #1EB2F1;
}

/* meta row */
.tour-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.tour-card__meta-left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.tour-card__updated {
  font-size: 12px;
  color: #94A3B8;
  white-space: nowrap;
}
.tour-card__accommodation {
  font-size: 13px;
  font-weight: 500;
  color: #011927;
}
.tour-card__meta-left .tour-card__accommodation + .tour-card__duration::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #94A3B8;
  margin-right: 12px;
  vertical-align: middle;
}
.tour-card__duration {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: #94A3B8;
}

/* two-column fields (Страна/город + Вид тура) */
.tour-card__fields {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.tour-card__field {
  flex: 1 1 0;
  min-width: 140px;
}
.tour-card__field-label {
  font-size: 12px;
  font-weight: 500;
  color: #94A3B8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}
.tour-card__field-value {
  font-size: 14px;
  color: #011927;
  line-height: 1.4;
}

/* image swiper */
.tour-card__images {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  width: 100%;
  max-height: 180px;
}
.tour-card__images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tour-card__images .swiper-slide {
  height: auto;
}
.tour-card__image-thumb {
  display: block;
  border-radius: 8px;
  overflow: hidden;
}
.tour-card__image-thumb img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  transition: transform 0.2s ease;
}
.tour-card__image-thumb:hover img {
  transform: scale(1.05);
}
.tour-card__images-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
  padding: 0 4px;
}
.tour-card__images-prev,
.tour-card__images-next {
  pointer-events: auto;
  width: 28px;
  height: 28px;
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0,0,0,0.15);
  color: #034269;
}
.tour-card__images-prev::after,
.tour-card__images-next::after {
  font-size: 12px;
  font-weight: 700;
}
.tour-card__images-prev.swiper-button-disabled,
.tour-card__images-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

/* section + label */
.tour-card__section {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.tour-card__label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #94A3B8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.tour-card__label svg { flex: 0 0 14px; }

/* description */
.tour-card__description {
  font-size: 14px;
  color: #011927;
  line-height: 1.6;
}
.tour-card__readmore {
  color: #1EB2F1;
  font-weight: 500;
  text-decoration: none;
  margin-left: 4px;
}
.tour-card__readmore:hover { color: #3170F6; }

/* slider */
.tour-card__slider {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.tour-card__slider img {
  border-radius: 8px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

/* sidebar (right) */
.tour-card__sidebar {
  flex: 0 0 240px;
  display: flex;
  flex-direction: column;
  padding: 12px;
  background: #fff;
  border-left: 1px solid #E8EDF2;
}
.tour-card__sidebar-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  padding: 20px;
  background: #EBF6FF;
  border-radius: 12px;
}
.tour-card--promoted .tour-card__sidebar-inner {
  background: #F5EDE3;
}

/* price */
.tour-card__price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  flex-wrap: nowrap;
}
.tour-card__price-value {
  font-size: 24px;
  font-weight: 700;
  color: #034269;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 1100px) {
  .tour-card__price-value { font-size: 20px; }
}

/* agency */
.tour-card__agency-label {
  font-size: 12px;
  font-weight: 500;
  color: #94A3B8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.tour-card__agency {
  display: flex;
  align-items: center;
  gap: 6px;
}
.tour-card__agency-link {
  font-size: 16px;
  font-weight: 500;
  color: #3170F6;
  text-decoration: none;
}
.tour-card__agency-link:hover { color: #1EB2F1; }

/* phone */
.tour-card__phone-label {
  font-size: 12px;
  font-weight: 500;
  color: #94A3B8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.tour-card__phone a {
  font-size: 16px;
  font-weight: 600;
  color: #3170F6;
  text-decoration: none;
}
.tour-card__phone a:hover { color: #1EB2F1; }

/* contacts group (agency + phone + button) — pushed to bottom */
.tour-card__contacts {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: auto;
}
.tour-card__contacts .tour-card__btn {
  margin-top: 8px;
}

/* CTA button */
.tour-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 24px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
  cursor: pointer;
}
.tour-card__btn--outline {
  background: transparent;
  border: 2px solid #1EB2F1;
  color: #034269;
}
.tour-card__btn--outline:hover {
  background: #EBF6FF;
  border-color: #3170F6;
  color: #034269;
}
.tour-card__btn--primary {
  display: none;
}
.tour-card__msg-btn {
  display: none;
}

/* phone icon button (hidden on desktop, shown on mobile) */
.tour-card__phone-btn {
  display: none;
}
/* actions row (phone btn + CTA btn) — hidden on desktop, shown on mobile */
.tour-card__actions {
  display: contents;
}

/* mobile: stack layout */
@media (max-width: 768px) {
  .tour-card {
    flex-direction: column;
  }
  .tour-card__sidebar {
    flex: none;
    border-left: none;
    border-top: 1px solid #E8EDF2;
    padding: 16px;
  }
  .tour-card__sidebar-inner {
    padding: 20px;
    gap: 12px;
  }
  .tour-card--promoted .tour-card__sidebar {
    border-left: none;
    border-top-color: #F8B918;
  }
  .tour-card__price {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .tour-card__price-value {
    font-size: 28px;
  }
  .tour-card__agency-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #94A3B8;
  }
  .tour-card__agency-link {
    font-size: 16px;
  }
  /* Hide text phone on mobile, show icon button */
  .tour-card__phone-label { display: none; }
  .tour-card__phone { display: none; }
  .tour-card__phone-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    border-radius: 12px;
    border: 2px solid #1EB2F1;
    background: transparent;
    color: #1EB2F1;
    transition: background-color 0.2s ease, border-color 0.2s ease;
  }
  .tour-card__phone-btn:hover {
    background: #EBF6FF;
    border-color: #3170F6;
  }
  /* Actions row: phone btn + CTA side by side */
  .tour-card__actions {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .tour-card__contacts {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .tour-card__contacts .tour-card__btn {
    margin-top: 0;
  }
  .tour-card__btn {
    padding: 14px 24px;
    font-size: 15px;
    flex: 1 1 auto;
  }
  .tour-card__images {
    max-height: 180px;
  }
  .tour-card__image-thumb img {
    aspect-ratio: 16 / 9;
    max-height: 180px;
  }
  .tour-card__images-nav {
    display: none;
  }
  .tour-card__fields {
    flex-direction: column;
    gap: 8px;
  }
}

/* tour type tag in meta row */
.tour-card__type-tag {
  display: inline-block;
  font-size: 12px;
  color: #1EB2F1;
  background: #EBF6FF;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 600;
  margin-right: 4px;
}

/* swiper dots overlay (hidden on desktop) */
.tour-card__images-dots {
  display: none;
}

/* mobile: reorder card layout (photo on top, price+buttons bottom) */
@media (max-width: 556px) {
  .tour-card {
    position: relative;
  }

  /* Photo on top — fills full card width */
  .tour-card__info .tour-card__images {
    order: -2;
    margin: -20px -20px 12px -20px;
    width: calc(100% + 40px);
    max-height: 220px;
  }

  .tour-card__info .tour-card__images .swiper-slide {
    overflow: hidden;
  }

  .tour-card__info .tour-card__images img {
    border-radius: 0;
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  /* Info block — flex column for order */
  .tour-card__info {
    display: flex;
    flex-direction: column;
  }

  /* "Обновлён" — в самый конец, мелким шрифтом */
  .tour-card__updated {
    order: 50;
    margin-top: 4px;
    font-size: 12px;
  }

  /* Sidebar (price+buttons) to bottom */
  .tour-card__sidebar {
    order: 99;
    border-top: none;
    border-left: none;
    padding: 0;
  }
  .tour-card__sidebar-inner {
    background: transparent;
    padding: 0 20px 16px;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    align-items: baseline;
    gap: 8px 12px;
  }

  /* Price — left column */
  .tour-card__price {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 0;
  }

  /* Contacts wrapper — spans both columns on row 2 */
  .tour-card__contacts {
    grid-column: 1 / -1;
    grid-row: 2;
    display: contents;
  }

  /* Agency — right column, row 1 (next to price) */
  .tour-card__agency-label {
    display: none;
  }
  .tour-card__agency {
    grid-column: 2;
    grid-row: 1;
    text-align: right;
  }

  /* Hide phone text */
  .tour-card__phone-label {
    display: none;
  }
  .tour-card__phone {
    display: none;
  }

  /* Actions — full width, row 2 */
  .tour-card__actions {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  /* Buttons: icons row + big primary button */
  .tour-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
  }
  .tour-card__phone-btn {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
  }
  .tour-card__msg-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 12px;
    border: 2px solid #1EB2F1;
    background: transparent;
    color: #1EB2F1;
    text-decoration: none;
    transition: background 0.2s;
  }
  .tour-card__msg-btn:active {
    background: #EBF6FF;
  }
  .tour-card__btn--outline {
    display: none;
  }
  .tour-card__btn--primary {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #1EB2F1;
    border: none;
    border-radius: 12px;
    text-decoration: none;
    transition: background 0.2s;
  }
  .tour-card__btn--primary:hover {
    background: #0e9ad7;
  }
  .tour-card__btn--primary svg {
    flex-shrink: 0;
  }

  /* Swiper dots overlay */
  .tour-card__images-dots {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 8px;
    left: 12px;
    right: 12px;
    z-index: 2;
    pointer-events: none;
  }
  .tour-card__images-count {
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 4px;
    pointer-events: none;
  }
}

/* --- FAQ styles --- */
.faq-container {
  margin-top: 20px;
}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 10px;
}
.faq-question h3 {
  margin: 0;
  font-size: 16px;
}
.faq-params {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.param-link {
  padding: 5px 10px;
  background: #f0f0f0;
  border-radius: 4px;
  color: #034269;
  text-decoration: none;
  font-size: 14px;
}
.expand-icon {
  transition: transform 0.3s;
}
.rotated {
  transform: rotate(-180deg);
}
.faq-title {
  margin-top: 32px;
  font-size: 20px;
  font-weight: 700;
  color: #034269;
  margin-bottom: 16px;
}
.faq-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 12px 0;
  border-bottom: 1px solid #E8EDF2;
  transition: background-color 0.15s ease;
}
.faq-item:hover {
  background: rgba(30, 178, 241, 0.04);
}
.faq-item h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #034269;
  display: flex;
  align-items: center;
}
.faq-item img {
  margin-left: 12px;
  transition: transform 0.2s ease;
  flex: 0 0 16px;
}
.faq-answer {
  padding: 12px 0 20px;
  color: #011927;
  font-size: 14px;
  line-height: 1.6;
}
.hidden { display: none; }
.arrow-rotated { transform: rotate(-180deg); }

.search_content {
  margin-top: 40px;
  margin-bottom: 80px;
}
.search_content .search_content_inner {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}
@media (max-width:556px) {
  .search_content .search_content_inner {
    flex-direction: column;
  }
}
@media (max-width:556px) {
  .search_content .search_content_inner .block_item:not(:first-of-type) {
    display: none;
  }
}
.search_content .filter_block {
  flex: 0 0 calc(25% - 23px);
}
.search_content .filter_block .d-flex {
  align-items: center;
  gap: 8px;
}
@media (max-width:768px) {
  .search_content .filter_block {
    flex: 0 0 33%;
  }
}
@media (max-width:556px) {
  .search_content .filter_block {
    flex: 0 0 100%;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99;
    height: 100%;
    transition: 0.4s all ease;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%);
  }
  .search_content .filter_block.active {
    opacity: 1;
    visibility: visible;
    position: fixed;
  }
}
.search_content .filter_block .filter_mobile_header {
  display: none;
}
@media (max-width:556px) {
  .search_content .filter_block .filter_mobile_header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e5edfe;
    background: #fff;
    padding: 15px;
    margin-bottom: 40px;
  }
}
.search_content .filter_block .filter_mobile_header .clear_filter_toggle {
  color: #3170f6;
  text-align: center;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.search_content .filter_block .filter_mobile_header > div:first-of-type {
  display: flex;
  align-items: center;
  gap: 20px;
}
.search_content .filter_block .block_item {
  border-radius: 8px;
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

.search_content .filter_block.filter_dropdown .block_item{
    background: transparent;
    padding: 0;
    border-radius: 0;
}
@media (max-width:556px) {
  .search_content .filter_block .block_item {
    padding: 0px;
    height: 100%;
  }
    .search_content .filter_block.filter_dropdown .block_item{
        background: rgba(0, 0, 0, .5);
        backdrop-filter: blur(10px);
    }

    .filter_block.filter_dropdown .dropdown{
        top: 0;
    }
}
@media (max-width:556px) {
  .search_content .filter_block .filter_item {
    padding: 0 15px;
  }
}
.search_content .filter_block .filter_item.selects > div {
  position: relative;
}
.search_content .filter_block .filter_item.selects > div:not(:last-child) {
  margin-bottom: 20px;
}
.search_content .filter_block .filter_item.selects > div .nice-select {
  border-radius: 8px;
  border: 1px solid #ccdbfd;
  padding: 10px 16px;
  height: auto;
}
.search_content .filter_block .filter_item.selects > div .nice-select .list {
  width: 100%;
  left: 0;
}
.search_content .filter_block .filter_item:not(:last-child) {
  margin-bottom: 30px;
}
.search_content .filter_block .filter_item #inputs-container {
  display: flex;
  align-items: center;
  margin: 10px 0;
  gap: 0 8px;
}
@media (max-width:768px) {
  .search_content .filter_block .filter_item #inputs-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
@media (max-width:556px) {
  .search_content .filter_block .filter_item #inputs-container {
    flex-direction: row;
  }
}
.search_content .filter_block .filter_item #inputs-container input {
  border-radius: 4px;
  border: 1px solid #ccdbfd;
  color: #3170f6;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.12px;
  padding: 0 8px;
  width: 40px;
}
.search_content .filter_block .filter_item #inputs-container input#input-min-2, .search_content .filter_block .filter_item #inputs-container input#input-max-2 {
  width: 90px;
}
.search_content .filter_block .filter_item #inputs-container .label,
.search_content .filter_block .filter_item #inputs-container label {
  color: #034269;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.search_content .result_blok {
  flex: 0 0 75%;
  width: 75%;
}
@media (max-width:1025px) {
  .search_content .result_blok {
    flex: 0 0 65%;
    width: 65%;
  }
}
@media (max-width:556px) {
  .search_content .result_blok {
    width: 100%;
    flex: 0 0 100%;
  }
}
.search_content .result_blok .result_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
@media (max-width:768px) {
  .search_content .result_blok .result_header {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 12px;
  }
}
.search_content .result_blok .result_header .filter_links {
  display: flex;
  align-items: center;
}
@media (max-width:556px) {
  .search_content .result_blok .result_header .filter_links {
    display: none;
  }
}
.search_content .result_blok .result_header .filter_links.mobile {
  display: none;
}
@media (max-width:556px) {
  .search_content .result_blok .result_header .filter_links.mobile {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
.search_content .result_blok .result_header .filter_links .label {
  margin-right: 8px;
}
.search_content .result_blok .result_header .filter_links .filter_link {
  color: #3170f6;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.12px;
}
@media (max-width:1025px) {
  .search_content .result_blok .result_header .filter_links .filter_link {
    font-size: 12px;
  }
}
.search_content .result_blok .result_header .filter_links .filter_link:last-of-type {
  margin-left: 30px;
}
.search_content .result_blok .result_header .result {
  color: #034269;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width:1025px) {
  .search_content .result_blok .result_header .result {
    font-size: 14px;
  }
}
@media (max-width:556px) {
  .search_content .result_blok .swiper-button-prev {
    left: -5px;
    background-color: #000;
  }
}
@media (max-width:556px) {
  .search_content .result_blok .swiper-button-next {
    right: -5px;
    background-color: #000;
  }
}
.search_content .result_blok .swiper-button-next,
.search_content .result_blok .swiper-button-prev {
  display: none;
}
@media (max-width:556px) {
  .search_content .result_blok .swiper-button-next,
  .search_content .result_blok .swiper-button-prev {
    width: 32px;
    height: 32px;
  }
}
@media (max-width:556px) {
  .search_content .result_blok .swiper-button-next,
  .search_content .result_blok .swiper-button-prev {
    display: block;
  }
  .search_content .result_blok .swiper-button-next::after,
  .search_content .result_blok .swiper-button-prev::after {
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-weight: 900 !important;
    top: 10px;
    position: absolute;
  }
}
.search_content .result_blok .result_items {
  margin-bottom: 82px;
}
.search_content .result_blok .result_items .result_item {
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 25px;
  display: flex;
  gap: 20px;
  border-radius: 8px;
  border: 1px solid #ccdbfd;
  background: #fff;
}
@media (max-width:1025px) {
  .search_content .result_blok .result_items .result_item {
    flex-direction: column;
  }
}
.search_content .result_blok .result_items .result_item .result_info {
  width: 68%;
  position: relative;
}
@media (max-width:1025px) {
  .search_content .result_blok .result_items .result_item .result_info {
    width: 100%;
  }
}
.search_content .result_blok .result_items .result_item .result_info .result_name {
  overflow: hidden;
  color: #3170f6;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width:556px) {
  .search_content .result_blok .result_items .result_item .result_info .result_name {
    display: block;
  }
}
.search_content .result_blok .result_items .result_item .result_info .star {
  margin-bottom: 20px;
  display: flex;
  align-items: end;
  gap: 12px;
  color: #011927;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.96px;
}
.search_content .result_blok .result_items .result_item .result_info .star svg.active path {
  fill: #f8b918;
}
.search_content .result_blok .result_items .result_item .result_info .result_city {
  display: flex;
  gap: 20px;
  color: #011927;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  letter-spacing: 0.28px;
  margin-bottom: 20px;
}
@media (max-width:556px) {
  .search_content .result_blok .result_items .result_item .result_info .result_city {
    flex-direction: column;
    font-size: 12px;
  }
}
.search_content .result_blok .result_items .result_item .result_info .result_text {
  margin-bottom: 20px;
  overflow: hidden;
  color: #011927;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  letter-spacing: 0.28px;
  margin-bottom: 20px;
}
.search_content .result_blok .result_items .result_item.light_bg {
  border: 1px solid #f5efe9;
  background: #fdfafa;
}
.search_content .result_blok .result_items .result_item.light_bg .result_details {
  border-radius: 4px;
  background: #f5efe9;
  padding: 22px 20px;
}
.search_content .result_blok .result_items .result_item.promoted {
  border: 1px solid #1EB2F1;
  background: #EBF6FF;
}
.search_content .result_blok .result_items .result_item.promoted .result_details {
  border-radius: 4px;
  background: #D6EEFB;
  padding: 22px 20px;
}
.search_content .result_blok .result_items .result_item .result_details {
  flex: 0 0 30%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 4px;
  background: #f2f4fb;
  border-radius: 4px;
  padding: 22px 20px;
}
@media (max-width:1025px) {
  .search_content .result_blok .result_items .result_item .result_details {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .search_content .result_blok .result_items .result_item .result_details > div {
    flex: 0 0 calc(50% - 10px);
  }
}
@media (max-width:556px) {
  .search_content .result_blok .result_items .result_item .result_details > div {
    flex: 0 0 100%;
  }
}
.search_content .result_blok .result_items .result_item .result_details .result_price {
  flex: 1 1 auto;
  color: #034269;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width:1025px) {
  .search_content .result_blok .result_items .result_item .result_details .result_price {
    order: 3;
  }
}
@media (max-width:556px) {
  .search_content .result_blok .result_items .result_item .result_details .result_price {
    order: 1;
  }
}
.search_content .result_blok .result_items .result_item .result_details .link {
  color: #3170f6;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.28px;
}
@media (max-width:1025px) {
  .search_content .result_blok .result_items .result_item .result_details .link {
    font-size: 14px;
  }
}
@media (max-width:1025px) {
  .search_content .result_blok .result_items .result_item .result_details .result_firm {
    order: 2;
  }
}
@media (max-width:556px) {
  .search_content .result_blok .result_items .result_item .result_details .result_number .label {
    display: none;
  }
}
.search_content .result_blok .result_items .result_item .result_details .result_number .link span {
  color: #3170f6;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width:556px) {
  .search_content .result_blok .result_items .result_item .result_details .result_number .link span {
    display: none;
  }
}
.search_content .result_blok .result_items .result_item .result_details .result_number .link .mob_icon {
  display: none;
}
@media (max-width:556px) {
  .search_content .result_blok .result_items .result_item .result_details .result_number .link .mob_icon {
    display: block;
  }
}
@media (max-width:556px) {
  .search_content .result_blok .result_items .result_item .result_details .result_number .link {
    background-color: #fff;
    border-radius: 12px;
    border: 2px solid #1eb2f1;
    background: #fff;
    padding: 15px;
    display: flex;
    justify-content: center;
  }
}
@media (max-width:1025px) {
  .search_content .result_blok .result_items .result_item .result_details .result_number {
    order: 1;
  }
}
@media (max-width:556px) {
  .search_content .result_blok .result_items .result_item .result_details .result_number {
    order: 3;
    flex: 0 0 calc(20% - 10px);
  }
}
@media (max-width:1025px) {
  .search_content .result_blok .result_items .result_item .result_details .button {
    order: 4;
  }
}
@media (max-width:556px) {
  .search_content .result_blok .result_items .result_item .result_details .button {
    flex: 0 0 calc(80% - 20px);
  }
}
.search_content .result_blok .result_items .result_item .result_details .tour_badge {
  position: absolute;
  right: 20px;
  top: 0;
  border-radius: 0px 0px 16px 16px;
  background: #fff;
  display: flex;
  flex-direction: column;
  color: #034269;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 6px;
}
@media (max-width:1025px) {
  .search_content .result_blok .result_items .result_item .result_details .tour_badge {
    font-size: 8px;
    display: flex;
    padding: 2px 4px 4px 4px;
    flex-direction: column;
    align-items: center;
    border-radius: 0px 0px 8px 8px;
  }
  .search_content .result_blok .result_items .result_item .result_details .tour_badge img {
    height: 32px;
  }
}
.search_content .result_blok .result_slider {
  position: relative;
}
.search_content .result_blok .slider_number {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 9;
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-radius: 2px;
  border: 1px solid #fff;
  background: #3170f6;
}
.search_content .result_blok .banner_inner {
  background-repeat: no-repeat;
  padding: 30px 60px;
  position: relative;
  border-radius: 8px;
  background: linear-gradient(92deg, #1eb2f1 -6.28%, #3170f6 105.6%);
}
@media (max-width:1025px) {
  .search_content .result_blok .banner_inner {
    padding: 20px;
  }
}
@media (max-width:768px) {
  .search_content .result_blok .banner_inner {
    border-radius: 8px;
    background: linear-gradient(92deg, #1eb2f1 -6.28%, #3170f6 105.6%);
  }
}
.search_content .result_blok .banner_inner .banner_title {
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 22px;
  max-width: 60%;
}
@media (max-width:1025px) {
  .search_content .result_blok .banner_inner .banner_title {
    font-size: 30px;
    max-width: 180px;
  }
}
@media (max-width:556px) {
  .search_content .result_blok .banner_inner .banner_title {
    font-size: 24px;
    z-index: 9;
    position: relative;
  }
}
.search_content .result_blok .banner_inner .banner_button {
  display: flex;
  align-items: center;
  gap: 30px;
  z-index: 10;
  position: relative;
}
.banner__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border-radius: 24px;
  border: 2px solid #F9D30D;
  background: linear-gradient(266deg, #F8B918 0.3%, #F9D30D 102.42%);
  color: #034269;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.banner__btn:hover {
  opacity: 0.9;
  color: #034269;
}
.banner__hint {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.search_content .result_blok .banner_inner .banner_button .text {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width:1025px) {
  .search_content .result_blok .banner_inner .banner_button .text {
    display: flex;
  }
}

@media (max-width:556px) {
    .search_content .result_blok .banner_inner .banner_button .text {
        display: flex;
        z-index: 10;
    }
}


.search_content .result_blok .banner_inner .banner_img img {
  position: absolute;
  right: 65px;
  bottom: 0px;
}
@media (max-width:768px) {
  .search_content .result_blok .banner_inner .banner_img img {
    right: 0;
    scale: 0.9;
    bottom: -12px;
  }
}
.search_content .result_blok .banner_inner .banner_img .q-icon1 {
  position: absolute;
  right: 255px;
  bottom: 10px;
}
@media (max-width:1025px) {
  .search_content .result_blok .banner_inner .banner_img .q-icon1 {
    right: 225px;
  }
}
@media (max-width:768px) {
  .search_content .result_blok .banner_inner .banner_img .q-icon1 {
    right: 80px;
  }
}

@media (max-width:556px) {
    .search_content .result_blok .banner_inner .banner_img .q-icon1 {
        z-index: 5;
    }
}


.search_content .result_blok .banner_inner .banner_img .q-icon2 {
  position: absolute;
  bottom: auto;
  top: 20px;
  right: 22px;
}
@media (max-width:768px) {
  .search_content .result_blok .banner_inner .banner_img .q-icon2 {
    right: 0;
    top: 0;
  }
}
.search_content .result_blok .banner_inner .banner_img .q-icon3 {
  position: absolute;
  right: 38px;
}
@media (max-width:768px) {
  .search_content .result_blok .banner_inner .banner_img .q-icon3 {
    right: 60px;
    bottom: 10px;
  }
}/*# sourceMappingURL=style.css.map */


/* Стили для кнопок чата */
.chat-button {
    width: 100%;
    display: inline-block;
    margin-bottom: 0px;
}

.chat-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    padding: 12px 20px;
    border-radius: 8px;
    color: white;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.3s ease;
    box-sizing: border-box;
}

.chat-button a img {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    flex-shrink: 0;
}

/* WhatsApp кнопка */
.chat-button.whatsapp a {
    background-color: #25D366;
}

.chat-button.whatsapp a:hover {
    background-color: #1da851;
}

/* Telegram кнопка */
.chat-button.telegram a {
    background-color: #0088cc;
}

.chat-button.telegram a:hover {
    background-color: #0077b3;
}


/* Базовая стилизация */
.section-subheader {
    color: #2d3748;
    font-size: 1rem;
    margin: 0.5rem 0;
}

.button-group {
    order: 3;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 20px;
}

.button-group a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    padding: 12px 20px;
    border-radius: 24px;
    color: white !important;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
    background-size: 24px;
    background-position: 20px center;
    background-repeat: no-repeat;
}

.button-group a img {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    flex-shrink: 0;
    object-fit: contain;
}

.button-group a:hover {
    opacity: 0.9;
}

* Сетка для блоков городов и услуг */
.details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin: 1.5rem 0;
}

.detail-section {
    background: #f8fafc;
    border-radius: 8px;
    padding: 1.2rem;
}

.detail-section h3 {
    color: #2d3748;
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
    border-bottom: 2px solid #cbd5e0;
    padding-bottom: 0.5rem;
}

/* Стилизация списков */
.location-list,
.included-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.location-list li,
.included-list li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* ============================================
   TRAVEL AGENCY — Каталог + Карточка
   ============================================ */

/* --- Breadcrumbs --- */
.breadcrumbs {
    margin-top: 100px;
    margin-bottom: 16px;
}
.breadcrumbs ol {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.breadcrumbs li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #94A3B8;
}
.breadcrumbs li::before {
    content: '';
}
.breadcrumbs li:not(:first-child)::before {
    content: '›';
    color: #94A3B8;
}
.breadcrumbs li a {
    color: #3170F6;
    text-decoration: none;
    transition: color 0.2s ease;
}
.breadcrumbs li a:hover {
    color: #1EB2F1;
}
.breadcrumbs li[aria-current="page"] {
    color: #034269;
    font-weight: 500;
}
@media (max-width: 768px) {
    .tour-info .breadcrumbs {
        margin-top: 80px;
    }
}
/* Скрываем последний пункт хлебных крошек (дубль H1) на планшете+мобиле */
@media (max-width: 1024px) {
    .tour-info .breadcrumbs li[aria-current="page"] {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }
    .tour-info .breadcrumbs li[aria-current="page"]::before {
        content: none;
    }
}
/* Manager card hidden + календарь над описанием на планшете+мобиле (≤1024px) */
@media (max-width: 1024px) {
    .description_calendar .description_call.call_widget {
        display: none;
    }
    /* Календарь — полной строкой над описанием тура (как на мобиле) */
    .description .description_inner {
        flex-direction: column;
    }
    .description .description_inner .description_calendar {
        flex: 0 0 100%;
        width: 100%;
        order: 0;
    }
    .description .description_inner .description_texts {
        flex: 0 0 100%;
        width: 100%;
    }
}
/* Calendar collapse + toggle button + иконка — мобила и планшет (≤1024px) */
@media (max-width: 1024px) {
    .calendar_wr .calendar_preview {
        font-size: 14px;
        line-height: 1.5;
        color: #034269;
        margin: 8px 0 12px;
    }
    .calendar_wr .calendar_preview__label {
        color: #94A3B8;
        margin-right: 4px;
    }
    .calendar_wr .calendar_preview__more {
        color: #3170F6;
        text-decoration: underline;
        text-underline-offset: 2px;
        text-decoration-thickness: 1px;
        cursor: pointer;
        white-space: nowrap;
    }
    .calendar_wr .calendar_preview__more:hover {
        text-decoration: none;
        color: #1EB2F1;
    }
    .calendar_wr .calendar_toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: 100%;
        padding: 12px 16px;
        background: #fff;
        border: 1px solid #3170F6;
        border-radius: 8px;
        color: #3170F6;
        font-family: inherit;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        transition: background 0.2s ease;
    }
    .calendar_wr .calendar_toggle:hover {
        background: #f2f4fb;
    }
    .calendar_wr .calendar_toggle__text-hide,
    .calendar_wr.is-expanded .calendar_toggle__text-show {
        display: none;
    }
    .calendar_wr.is-expanded .calendar_toggle__text-hide {
        display: inline;
    }
    .calendar_wr .calendar_toggle__chevron {
        flex-shrink: 0;
        width: 8px;
        height: 8px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(45deg);
        transition: transform 0.2s ease;
        margin-bottom: 3px;
    }
    .calendar_wr.is-expanded .calendar_toggle__chevron {
        transform: rotate(-135deg);
        margin-bottom: -3px;
    }
    .calendar_wr .calendar,
    .calendar_wr .calendar_regular_dates {
        display: none;
    }
    .calendar_wr.is-expanded .calendar,
    .calendar_wr.is-expanded .calendar_regular_dates {
        display: block;
        margin-top: 16px;
    }
    .calendar_title {
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }
    .calendar_title__icon {
        color: #3170F6;
        flex-shrink: 0;
    }
}
@media (min-width: 1025px) {
    /* Десктоп: скрываем мобильные элементы календаря */
    .calendar_wr .calendar_preview,
    .calendar_wr .calendar_toggle,
    .calendar_title__icon {
        display: none;
    }
}

@media (max-width: 556px) {
    /* Убираем белую карточку-обёртку — все блоки тура (галерея, заголовок, детали,
       footer) выравниваются по одной горизонтали как .calendar_wr и breadcrumbs */
    .tour-info .tour_info_inner {
        padding: 0;
        background: transparent;
        border-radius: 0;
    }
    /* Лёгкий воздух по бокам у галереи + заголовка + деталей (footer оставляем full-width) */
    .tour-info .block-body {
        padding: 0 6px;
    }
    /* Текст описаний тура и FAQ — разрешаем переносы длинных слов
       и не даём flex-элементам вылезать за пределы контейнера */
    .description .description_inner .description_item .text {
        overflow-wrap: anywhere;
        word-break: break-word;
    }
    .description .description_inner .description_item .faq-item {
        gap: 12px;
    }
    .description .description_inner .description_item .faq-item h3 {
        min-width: 0;
        flex: 1 1 auto;
        overflow-wrap: anywhere;
    }
    .description .description_inner .description_item .faq-item img {
        margin-left: 0;
    }
    /* Tour footer mobile redesign: combined card with prominent price + split-bar buttons */
    .tour-info .block-footer {
        background: #f2f4fb;
        border-radius: 14px;
        padding: 14px 16px;
        gap: 10px;
    }
    .tour-info .block-footer .price_block {
        background: transparent;
        padding: 0;
        margin: 0;
        flex-direction: row;
        align-items: baseline;
        gap: 8px;
        font-size: 36px;
        font-weight: 800;
        line-height: 1;
        color: #034269;
    }
    .tour-info .block-footer .price_block::before {
        content: 'от';
        font-size: 14px;
        font-weight: 400;
        color: #94A3B8;
        order: -1;
    }
    .tour-info .block-footer .price_block .label {
        display: none;
    }
    .tour-info .contacts_block {
        background: transparent;
        padding: 0;
        gap: 14px;
        align-items: stretch;
    }
    .tour-info .contacts_block .tour_firm {
        display: block;
        font-size: 14px;
        color: #94A3B8;
    }
    .tour-info .contacts_block .tour_firm .label {
        display: inline;
        text-transform: none;
        color: #94A3B8;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0;
    }
    .tour-info .contacts_block .tour_firm .label::after {
        content: ' ';
    }
    .tour-info .contacts_block .tour_firm .firm_name {
        display: inline;
        font-size: 14px;
    }
    .tour-info .contacts_block .tour_firm .firm_name a,
    .tour-info .contacts_block .tour_firm .firm_name span {
        color: #3170F6;
        font-weight: 600;
        text-decoration: none;
    }
    .tour-info .contacts_block .buttons {
        display: grid;
        grid-template-columns: 56px 1fr;
        gap: 10px;
        width: 100%;
    }
    .tour-info .contacts_block .buttons .tel_number {
        background: #fff;
        border: 1.5px solid #3170F6;
        border-radius: 12px;
        padding: 0;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .tour-info .contacts_block .buttons .tel_number span {
        display: none;
    }
    .tour-info .contacts_block .buttons .button_white {
        flex: none;
        width: auto;
        min-width: 0;
        background: #3170F6;
        color: #fff;
        border: none;
        border-radius: 12px;
        padding: 14px;
        font-size: 17px;
        font-weight: 700;
        line-height: 1.2;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .tour-info .contacts_block .buttons .button_white:hover {
        background: #1EB2F1;
        color: #fff;
    }
}

/* --- Section title --- */
.section-title {
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 700;
    color: #034269;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}

/* --- Catalog page --- */
.agency-catalog {
    padding-bottom: 60px;
}
.agency-catalog__title {
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 700;
    color: #034269;
    margin-bottom: 24px;
}

/* Search bar */
.agency-search {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    align-items: stretch;
}
.agency-search__input-wrap {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
}
.agency-search__input-wrap svg {
    position: absolute;
    left: 16px;
    pointer-events: none;
}
.agency-search__input {
    width: 100%;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    padding: 12px 16px 12px 44px;
    font-size: 14px;
    font-family: 'Manrope', sans-serif;
    color: #011927;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.agency-search__input::placeholder {
    color: #94A3B8;
}
.agency-search__input:focus {
    border-color: #1EB2F1;
    box-shadow: 0 0 0 0.2rem rgba(30, 178, 241, 0.2);
    outline: none;
}
.agency-search__filter {
    flex: 0 0 220px;
}
.agency-search__select {
    width: 100%;
    height: 100%;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 14px;
    font-family: 'Manrope', sans-serif;
    color: #011927;
    background: #fff;
    cursor: pointer;
    appearance: auto;
}
.agency-search__select:focus {
    border-color: #1EB2F1;
    box-shadow: 0 0 0 0.2rem rgba(30, 178, 241, 0.2);
    outline: none;
}
.agency-search__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 8px;
    border: none;
    background: linear-gradient(92.82deg, #1EB2F1 -5.41%, #3170F6 105.92%);
    color: #fff;
    cursor: pointer;
    transition: opacity 0.2s ease;
}
.agency-search__btn:hover {
    opacity: 0.88;
}
@media (max-width: 556px) {
    .agency-search {
        flex-direction: column;
    }
    .agency-search__filter {
        flex: none;
    }
}

/* Count */
.agency-catalog__count {
    font-size: 14px;
    color: #94A3B8;
    margin-bottom: 24px;
}
.agency-catalog__count strong {
    color: #034269;
}

/* Grid */
.agency-catalog__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 24px;
}
@media (max-width: 556px) {
    .agency-catalog__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* Agency card */
.agency-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #E8EDF2;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.agency-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}
.agency-card__header {
    display: flex;
    align-items: center;
    gap: 16px;
}
.agency-card__logo {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    background: #F9FAFD;
}
.agency-card__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.agency-card__logo-placeholder {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: linear-gradient(92.82deg, #1EB2F1 -5.41%, #3170F6 105.92%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
}
.agency-card__logo-placeholder--large {
    width: 80px;
    height: 80px;
    font-size: 36px;
}
.agency-card__info {
    flex: 1;
    min-width: 0;
}
.agency-card__name {
    font-size: 18px;
    font-weight: 600;
    color: #034269;
    margin: 0 0 4px 0;
    line-height: 1.3;
}
.agency-card__name a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}
.agency-card__name a:hover {
    color: #3170F6;
}
.agency-card__cities {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    color: #94A3B8;
}
.agency-card__cities svg {
    flex-shrink: 0;
}
.agency-card__phone {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}
.agency-card__phone a {
    color: #034269;
    text-decoration: none;
    font-weight: 500;
}
.agency-card__phone a:hover {
    color: #3170F6;
}
.agency-card__destinations {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.agency-card__tours-count {
    display: flex;
    gap: 8px;
}
.agency-card__actions {
    margin-top: auto;
    padding-top: 4px;
}
.agency-card__btn {
    display: block;
    text-align: center;
    padding: 10px 24px;
    font-size: 14px;
}

/* Badge */
.badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}
.badge--hot {
    background: #FEF3C7;
    color: #92400E;
}
.badge--new {
    background: #DBEAFE;
    color: #1E40AF;
}

/* Btn secondary */
.btn-secondary {
    border: 1px solid #1EB2F1;
    color: #3170F6;
    background: transparent;
    padding: 12px 32px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Manrope', sans-serif;
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s ease, color 0.2s ease;
    cursor: pointer;
}
.btn-secondary:hover {
    background: linear-gradient(92.82deg, #1EB2F1 -5.41%, #3170F6 105.92%);
    color: #fff;
}

/* Btn primary */
.btn-primary {
    background: linear-gradient(92.82deg, #1EB2F1 -5.41%, #3170F6 105.92%);
    color: #fff;
    font-weight: 600;
    padding: 12px 32px;
    border-radius: 12px;
    border: none;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: opacity 0.2s ease;
    cursor: pointer;
}
.btn-primary:hover {
    opacity: 0.88;
    color: #fff;
}

/* Pagination */
.agency-catalog__pagination {
    margin-top: 32px;
    display: flex;
    justify-content: center;
}

/* Empty state */
.empty-state {
    text-align: center;
    padding: 60px 20px;
    color: #94A3B8;
}
.empty-state__icon {
    font-size: 48px;
    margin-bottom: 16px;
    opacity: 0.5;
}
.empty-state__title {
    font-size: 18px;
    font-weight: 600;
    color: #034269;
    margin-bottom: 8px;
}
.empty-state__text {
    font-size: 14px;
    max-width: 400px;
    margin: 0 auto;
}

/* ============================================
   TRAVEL AGENCY — Show page (карточка)
   ============================================ */

/* Hero */
.agency-hero {
    padding-top: 0;
    padding-bottom: 32px;
}
.agency-hero__inner {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #E8EDF2;
    padding: 24px;
}
@media (max-width: 556px) {
    .agency-hero__inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
    }
}
.agency-hero__logo {
    width: 80px;
    height: 80px;
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
    background: #F9FAFD;
}
.agency-hero__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.agency-hero__content {
    flex: 1;
    min-width: 0;
}
.agency-hero__name {
    font-size: clamp(24px, 4vw, 32px);
    font-weight: 700;
    color: #034269;
    margin: 0 0 8px 0;
}
.agency-hero__description {
    font-size: 14px;
    color: #94A3B8;
    margin: 0 0 16px 0;
    line-height: 1.5;
}
.agency-hero__contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}
@media (max-width: 556px) {
    .agency-hero__contacts {
        flex-direction: column;
        width: 100%;
    }
}
.agency-hero__contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #034269;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}
.agency-hero__contact-item:hover {
    color: #3170F6;
}
.agency-hero__telegram {
    padding: 10px 20px;
    font-size: 14px;
}
.agency-hero__telegram img {
    width: 20px;
    height: 20px;
}
.agency-hero__order-btn {
    padding: 10px 24px;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

/* Offices */
.agency-offices {
    padding: 32px 0;
}
.agency-offices__tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.agency-offices__tab {
    padding: 8px 20px;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    background: #fff;
    color: #034269;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.agency-offices__tab:hover {
    border-color: #1EB2F1;
    color: #3170F6;
}
.agency-offices__tab.active {
    background: linear-gradient(92.82deg, #1EB2F1 -5.41%, #3170F6 105.92%);
    color: #fff;
    border-color: transparent;
}

.agency-office {
    display: none;
}
.agency-office.active {
    display: block;
}
.agency-office__info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
    padding: 20px;
    background: #F9FAFD;
    border-radius: 12px;
}
.agency-office__detail {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #034269;
}
.agency-office__detail svg {
    flex-shrink: 0;
}
.agency-office__detail a {
    color: #3170F6;
    text-decoration: none;
    font-weight: 500;
}
.agency-office__detail a:hover {
    color: #1EB2F1;
}

.agency-office__managers {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
}
@media (max-width: 556px) {
    .agency-office__managers {
        grid-template-columns: 1fr;
    }
}

/* Tours sections */
.agency-tours,
.agency-hot-tours {
    padding: 32px 0;
}
.agency-tours__swiper,
.agency-hot-tours .agency-tours__swiper {
    margin-bottom: 20px;
}
.agency-hot-tours__all {
    display: inline-block;
    margin-top: 16px;
}

/* Agency tour cards (Swiper slides) */
.agency-tours .tour_item,
.agency-hot-tours .tour_item {
    border-radius: 8px;
    background: #f2f4fb;
    padding: 20px;
    position: relative;
    overflow: hidden;
}
.agency-tours .tour_item .tour_img,
.agency-hot-tours .tour_item .tour_img {
    margin: 12px 0;
}
.agency-tours .tour_item .tour_img img,
.agency-hot-tours .tour_item .tour_img img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 6px;
}
.agency-tours .tour_item .tour_name,
.agency-hot-tours .tour_item .tour_name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.agency-tours .tour_item .tour_name a,
.agency-hot-tours .tour_item .tour_name a {
    color: #3170f6;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}
.agency-tours .tour_item .tour_addedtime,
.agency-hot-tours .tour_item .stars {
    color: #64748B;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 400;
}
.agency-tours .tour_item .price,
.agency-hot-tours .tour_item .price {
    padding-top: 16px;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    color: #034269;
    font-size: 20px;
    font-weight: 600;
}
.agency-tours .tour_item .price img,
.agency-hot-tours .tour_item .price img {
    width: 28px;
    height: 28px;
}
.agency-hot-tours .tour_item {
    padding-top: 40px;
}

/* About */
.agency-about {
    padding: 32px 0;
}
.agency-about__text {
    font-size: 14px;
    line-height: 1.7;
    color: #011927;
    max-width: 800px;
}

/* Directions */
.agency-directions {
    padding: 32px 0 60px;
}
.agency-directions__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.country-tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 6px;
    background: #DBEAFE;
    color: #1E40AF;
    font-size: 13px;
    font-weight: 500;
}

/* Tour item badge positioning */
.tour_item {
    position: relative;
}
.tour_item__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
}

/* ============================
   Hero subtitle (SEO Phase 4)
   ============================ */
.hero_subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    max-width: 600px;
}

/* ============================
   Quick Facts (SEO Phase 4)
   ============================ */
.quick-facts {
    display: flex;
    gap: 16px;
    margin: 24px 0;
    flex-wrap: wrap;
}
.quick-facts__item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px 18px;
    flex: 1;
    min-width: 180px;
}
.quick-facts__icon {
    color: #1EB2F1;
    flex-shrink: 0;
    display: flex;
}
.quick-facts__label {
    font-size: 12px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.quick-facts__value {
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
    margin-left: auto;
}

/* ============================
   SEO Text (SEO Phase 4)
   ============================ */
.seo-text {
    margin: 32px 0 16px;
    padding: 24px;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}
.seo-text__title {
    font-size: 18px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 12px;
}
.seo-text p {
    font-size: 14px;
    line-height: 1.7;
    color: #475569;
}

/* ============================
   Sidebar Blocks (SEO Phase 5)
   ============================ */
/* sidebar-extras wrapper — визуально отделяет блоки от фильтров */
.sidebar-extras {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #E8EDF2;
}
.sidebar-block {
    margin-top: 20px;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
}
.sidebar-block:first-child {
    margin-top: 0;
}
.sidebar-block__title {
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 12px;
}
.sidebar-block__list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar-block__list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid #f1f5f9;
}
.sidebar-block__list li:last-child {
    border-bottom: none;
}
.sidebar-block__list a {
    color: #1EB2F1;
    font-size: 14px;
    text-decoration: none;
}
.sidebar-block__list a:hover {
    text-decoration: underline;
}
.sidebar-block__price,
.sidebar-block__count {
    font-size: 13px;
    font-weight: 600;
    color: #1e293b;
    white-space: nowrap;
}
.sidebar-block__count::after {
    content: ' туров';
    font-weight: 400;
    font-size: 12px;
    color: #94a3b8;
}

/* Sidebar Seasons */
.sidebar-seasons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.sidebar-seasons__name {
    font-size: 12px;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}
.sidebar-seasons__link {
    display: block;
    color: #1EB2F1;
    font-size: 13px;
    text-decoration: none;
    padding: 2px 0;
}
.sidebar-seasons__link:hover {
    text-decoration: underline;
}

/* ============================
   Related Directions (SEO Phase 5)
   ============================ */
.related-directions {
    margin: 24px 0;
}
.related-directions__title {
    font-size: 18px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 16px;
}
.related-directions__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.related-directions__card {
    display: flex;
    flex-direction: column;
    padding: 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    text-decoration: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.related-directions__card:hover {
    border-color: #1EB2F1;
    box-shadow: 0 2px 8px rgba(30, 178, 241, 0.1);
}
.related-directions__name {
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
}
.related-directions__price {
    font-size: 13px;
    color: #64748b;
    margin-top: 4px;
}
@media (max-width: 768px) {
    .related-directions__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .sidebar-seasons {
        grid-template-columns: 1fr;
    }
}

/* ================================================
   BLOG — Раздел блога
   ================================================ */

.blog {
    padding: 80px 0 60px;
}

/* Breadcrumbs */
.blog-breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 6px;
    padding: 20px 0 12px;
    font-size: 13px;
    color: #94a3b8;
}
.blog-breadcrumbs a {
    color: rgb(49, 112, 246);
    text-decoration: none;
}
.blog-breadcrumbs a:hover {
    text-decoration: underline;
}
.blog-breadcrumbs__sep::after {
    content: "›";
    margin: 0 2px;
    color: #cbd5e1;
}

/* Заголовок */
.blog-title {
    color: rgb(1, 25, 39);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
}
@media (max-width: 768px) {
    .blog-title {
        font-size: 24px;
        text-align: center;
        margin-bottom: 16px;
    }
}

/* Layout: sidebar + feed */
.blog-layout {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}
@media (max-width: 992px) {
    .blog-layout {
        gap: 20px;
    }
}
@media (max-width: 768px) {
    .blog-layout {
        flex-direction: column;
    }
}

/* ================================================
   BLOG SIDEBAR
   ================================================ */
.blog-sidebar {
    flex: 0 0 280px;
    position: sticky;
    top: 20px;
    background: #fff;
    border: 1px solid #E8EDF2;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    overflow: visible;
}
@media (max-width: 768px) {
    .blog-sidebar {
        display: none;
        position: fixed;
        inset: 0;
        z-index: 1040;
        border-radius: 0;
        max-height: 100vh;
        flex: none;
        width: 100%;
        padding: 20px 20px 80px;
    }
    .blog-sidebar.active {
        display: block;
    }
}

.blog-sidebar__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.blog-sidebar__title {
    font-size: 16px;
    font-weight: 700;
    color: rgb(1, 25, 39);
}
.blog-sidebar__reset {
    font-size: 12px;
    color: #94A3B8;
    text-decoration: none;
    transition: color 0.2s ease;
}
.blog-sidebar__reset:hover {
    color: #1EB2F1;
}

/* Поиск */
.blog-sidebar__search {
    margin-bottom: 12px;
}
.blog-sidebar__search-input {
    width: 100%;
    padding: 8px 12px 8px 34px;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    font-size: 13px;
    font-family: "Manrope", sans-serif;
    color: rgb(1, 25, 39);
    background: #F9FAFD url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E") no-repeat 10px center;
    outline: none;
    transition: border-color 0.2s;
}
.blog-sidebar__search-input:focus {
    border-color: rgb(49, 112, 246);
}
.blog-sidebar__search-input::placeholder {
    color: #94a3b8;
}

/* Категории */
.blog-sidebar__categories {
    list-style: none;
    padding: 0;
    margin: 0;
}
.blog-sidebar__cat-item {
    border-bottom: 1px solid #f1f5f9;
}
.blog-sidebar__cat-item:last-child {
    border-bottom: none;
}
.blog-sidebar__cat-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 8px;
    color: rgb(3, 66, 105);
    font-size: 14px;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.15s, color 0.15s;
}
.blog-sidebar__cat-item a:hover {
    background: #f1f5f9;
}
.blog-sidebar__cat-item.active a {
    background: rgb(49, 112, 246);
    color: #fff;
    font-weight: 600;
}
.blog-sidebar__cat-name {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.blog-sidebar__cat-count {
    flex-shrink: 0;
    font-size: 12px;
    color: #94a3b8;
    margin-left: 8px;
    min-width: 20px;
    text-align: right;
}
.blog-sidebar__cat-item.active .blog-sidebar__cat-count {
    color: rgba(255, 255, 255, 0.7);
}

.blog-sidebar__empty {
    padding: 12px 8px;
    font-size: 13px;
    color: #94a3b8;
    text-align: center;
}

/* Секции sidebar */
.blog-sidebar__section {
    margin-bottom: 20px;
}
.blog-sidebar__section:last-child {
    margin-bottom: 0;
}
.blog-sidebar__subtitle {
    font-size: 14px;
    font-weight: 600;
    color: rgb(1, 25, 39);
    margin-bottom: 10px;
    padding-top: 16px;
    border-top: 1px solid #E8EDF2;
}

/* Теги */
.blog-sidebar__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.blog-sidebar__tag {
    display: inline-block;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    color: rgb(3, 66, 105);
    background: #f1f5f9;
    border-radius: 20px;
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
}
.blog-sidebar__tag:hover {
    background: #e2e8f0;
    color: rgb(49, 112, 246);
}
.blog-sidebar__tag.active {
    background: rgb(49, 112, 246);
    color: #fff;
}

/* Ссылка на туры */
.blog-sidebar__tour-link {
    display: block;
    padding: 10px 14px;
    background: linear-gradient(92.82deg, #1EB2F1 -5.41%, #3170F6 105.92%);
    color: #fff;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    transition: opacity 0.2s;
}
.blog-sidebar__tour-link:hover {
    opacity: 0.9;
}

/* Mobile toggle */
.blog-sidebar__toggle {
    display: none;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: linear-gradient(92.82deg, #1EB2F1 -5.41%, #3170F6 105.92%);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    font-family: "Manrope", sans-serif;
    cursor: pointer;
    margin-bottom: 16px;
    width: 100%;
    justify-content: center;
}
@media (max-width: 768px) {
    .blog-sidebar__toggle {
        display: flex;
    }
}

/* Backdrop */
.blog-sidebar__backdrop {
    display: none;
}
.blog-sidebar__backdrop.active {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1035;
}

/* ================================================
   BLOG FEED
   ================================================ */
.blog-feed {
    flex: 1;
    min-width: 0;
}

/* ================================================
   BLOG CARD — Карточка статьи в ленте
   ================================================ */
.blog-card {
    background: #fff;
    border: 1px solid #E8EDF2;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 16px;
    transition: box-shadow 0.2s;
}
.blog-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

/* ================================================
   NEWS CARD — Карточка новости в ленте
   ================================================ */
.news-card {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #E8EDF2;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 16px;
    transition: box-shadow 0.2s;
    text-decoration: none;
    color: inherit;
}
.news-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    text-decoration: none;
    color: inherit;
}
.news-card__content {
    flex: 1;
    min-width: 0;
}
.news-card__meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}
.news-card__logo {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.news-card__author {
    font-size: 14px;
    font-weight: 600;
    color: #3170f6;
}
.news-card__meta time {
    font-size: 13px;
    color: #94A3B8;
}
.news-card__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 8px;
    color: #011927;
}
.news-card__excerpt {
    font-size: 14px;
    line-height: 1.5;
    color: #475569;
    margin: 0;
}
.news-card__image {
    flex-shrink: 0;
    width: 200px;
    height: 140px;
    border-radius: 10px;
    overflow: hidden;
}
.news-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 556px) {
    .news-card {
        flex-direction: column;
    }
    .news-card__image {
        width: 100%;
        height: 180px;
    }
}

/* Header */
.blog-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.blog-card__author {
    display: flex;
    align-items: center;
    gap: 10px;
}
.blog-card__avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}
.blog-card__avatar--default {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e2e8f0;
    color: #94a3b8;
}
.blog-card__author-name {
    font-size: 14px;
    font-weight: 600;
    color: rgb(49, 112, 246);
}
.blog-card__date {
    font-size: 12px;
    color: #94a3b8;
}

/* Title */
.blog-card__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
    color: rgb(1, 25, 39);
}
.blog-card__title a {
    color: inherit;
    text-decoration: none;
}
.blog-card__title a:hover {
    color: rgb(49, 112, 246);
}

/* Excerpt */
.blog-card__excerpt {
    font-size: 15px;
    line-height: 1.5;
    color: #475569;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Image */
.blog-card__image-link {
    display: block;
    margin-bottom: 14px;
    border-radius: 10px;
    overflow: hidden;
}
.blog-card__image {
    width: 100%;
    height: auto;
    max-height: 320px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

/* Footer */
.blog-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    margin-top: 12px;
    border-top: 1px solid #E8EDF2;
}
.blog-card__meta {
    display: flex;
    align-items: center;
    gap: 14px;
}
.blog-card__views {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    color: #94a3b8;
}
.blog-card__views svg {
    flex-shrink: 0;
}
.blog-card__category {
    display: inline-block;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 500;
    color: rgb(3, 66, 105);
    background: #f1f5f9;
    border-radius: 20px;
    text-decoration: none;
}
.blog-card__category:hover {
    background: #e2e8f0;
}
.blog-card__readmore {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    font-weight: 600;
    color: rgb(49, 112, 246);
    text-decoration: none;
}
.blog-card__readmore:hover {
    text-decoration: underline;
}

/* Empty */
.blog-empty {
    text-align: center;
    padding: 60px 20px;
    color: #94a3b8;
    font-size: 16px;
}

/* Pagination */
.blog-pagination {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}
.blog-pagination nav {
    display: flex;
    gap: 4px;
}

/* ================================================
   BLOG ARTICLE — Страница статьи
   ================================================ */
.blog-article {
    background: #fff;
    border: 1px solid #E8EDF2;
    border-radius: 16px;
    padding: 32px;
    margin-bottom: 24px;
}
@media (max-width: 768px) {
    .blog-article {
        padding: 20px 16px;
    }
}

/* Article header */
.blog-article__header {
    margin-bottom: 20px;
}
.blog-article__author-info {
    display: flex;
    align-items: center;
    gap: 12px;
}
.blog-article__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.blog-article__avatar--default {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e2e8f0;
    color: #94a3b8;
}
.blog-article__author-name {
    font-size: 16px;
    font-weight: 600;
    color: rgb(49, 112, 246);
}
.blog-article__meta-line {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 13px;
    color: #94a3b8;
    margin-top: 2px;
}
.blog-article__views-count {
    display: flex;
    align-items: center;
    gap: 4px;
}
.blog-article__views-count svg {
    flex-shrink: 0;
}

/* Title */
.blog-article__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    color: rgb(1, 25, 39);
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .blog-article__title {
        font-size: 22px;
    }
}

/* Cover */
.blog-article__cover {
    margin-bottom: 24px;
    border-radius: 12px;
    overflow: hidden;
}
.blog-article__cover-img {
    width: 100%;
    height: auto;
    display: block;
}

/* Article body — типографика */
.blog-article__body {
    font-size: 16px;
    line-height: 1.7;
    color: rgb(1, 25, 39);
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.blog-article__body h2 {
    font-size: 22px;
    font-weight: 700;
    margin: 28px 0 14px;
    color: rgb(1, 25, 39);
}
.blog-article__body h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 24px 0 12px;
    color: rgb(1, 25, 39);
}
.blog-article__body h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0 10px;
    color: rgb(3, 66, 105);
}
.blog-article__body p {
    margin-bottom: 14px;
}
.blog-article__body img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 16px 0;
}
.blog-article__body ul,
.blog-article__body ol {
    margin: 14px 0;
    padding-left: 24px;
    list-style: revert;
}
.blog-article__body li {
    margin-bottom: 6px;
    list-style: revert;
}
.blog-article__body blockquote {
    margin: 20px 0;
    padding: 16px 20px;
    border-left: 4px solid rgb(49, 112, 246);
    background: #f8fafc;
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: #475569;
}
.blog-article__body a {
    color: rgb(49, 112, 246);
    text-decoration: underline;
}
.blog-article__body a:hover {
    color: rgb(3, 66, 105);
}
.blog-article__body table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
}
.blog-article__body th,
.blog-article__body td {
    padding: 8px 12px;
    border: 1px solid #e2e8f0;
    text-align: left;
}
.blog-article__body th {
    background: #f8fafc;
    font-weight: 600;
}

/* Tags */
.blog-article__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #E8EDF2;
}

/* Section titles */
.blog-article__section-title {
    font-size: 18px;
    font-weight: 700;
    color: rgb(1, 25, 39);
    margin-bottom: 14px;
}

/* Tours grid */
.blog-article__tours {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #E8EDF2;
}
.blog-article__tours-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 12px;
}
.blog-article__tour-card {
    display: block;
    padding: 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    text-decoration: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.blog-article__tour-card:hover {
    border-color: rgb(49, 112, 246);
    box-shadow: 0 2px 8px rgba(49, 112, 246, 0.1);
}
.blog-article__tour-name {
    font-size: 14px;
    font-weight: 600;
    color: rgb(1, 25, 39);
    margin-bottom: 4px;
}
.blog-article__tour-agency {
    font-size: 12px;
    color: #94a3b8;
}

/* About author */
.blog-article__about-author {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #E8EDF2;
}
.blog-article__author-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    background: #f8fafc;
    border-radius: 12px;
}
.blog-article__author-card-logo {
    width: 52px;
    height: 52px;
    border-radius: 10px;
    object-fit: cover;
    flex-shrink: 0;
}
.blog-article__author-card strong {
    font-size: 15px;
    color: rgb(1, 25, 39);
}
.blog-article__author-link {
    font-size: 13px;
    color: rgb(49, 112, 246);
    text-decoration: none;
}
.blog-article__author-link:hover {
    text-decoration: underline;
}

/* ================================================
   BLOG RELATED — Читайте также
   ================================================ */
.blog-related {
    margin-bottom: 24px;
}
.blog-related__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
@media (max-width: 768px) {
    .blog-related__grid {
        grid-template-columns: 1fr;
    }
}
.blog-related__card {
    display: flex;
    gap: 12px;
    padding: 14px;
    background: #fff;
    border: 1px solid #E8EDF2;
    border-radius: 12px;
    text-decoration: none;
    transition: box-shadow 0.2s;
}
.blog-related__card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.blog-related__image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}
.blog-related__info {
    flex: 1;
    min-width: 0;
}
.blog-related__title {
    font-size: 14px;
    font-weight: 600;
    color: rgb(1, 25, 39);
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-related__meta {
    display: flex;
    gap: 10px;
    font-size: 12px;
    color: #94a3b8;
}

/* ================================================
   BLOG RESPONSIVE adjustments
   ================================================ */
@media (max-width: 992px) {
    .blog-sidebar {
        flex: 0 0 240px;
    }
}
@media (max-width: 768px) {
    .blog-card {
        padding: 16px;
        border-radius: 12px;
    }
    .blog-card__title {
        font-size: 17px;
    }
    .blog-card__image {
        max-height: 220px;
    }
}

/* ==============================
   Другие туры турфирмы (tour detail page)
   ============================== */
.agency-tours {
    padding: 40px 0;
}
.agency-tours__title {
    font-size: 22px;
    font-weight: 700;
    color: #034269;
    margin-bottom: 24px;
}
.agency-tours__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.agency-tours__card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    background: #fff;
    border: 1px solid #E8EDF2;
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.agency-tours__card:hover {
    border-color: #1EB2F1;
    box-shadow: 0 4px 12px rgba(30, 178, 241, 0.1);
}
.agency-tours__card-image {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
}
.agency-tours__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.agency-tours__card-content {
    flex: 1;
    min-width: 0;
}
.agency-tours__card-name {
    font-size: 14px;
    font-weight: 600;
    color: #034269;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.agency-tours__card-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 13px;
    color: #64748B;
}
.agency-tours__card-cities {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.agency-tours__card-price {
    font-weight: 600;
    color: #1EB2F1;
}
@media (max-width: 1024px) {
    .agency-tours__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 576px) {
    .agency-tours__grid {
        grid-template-columns: 1fr;
    }
    .agency-tours__title {
        font-size: 18px;
    }
}

/* ================================================
   TAG-TOURS — Блок туров на странице тега
   ================================================ */
.tag-tours {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 8px;
}
.tag-tours h2 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: rgb(1, 25, 39);
    font-weight: 700;
}
.tag-tours__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
}
.tag-tours__card {
    display: block;
    padding: 1rem;
    background: #fff;
    border-radius: 6px;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.2s;
}
.tag-tours__card:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.tag-tours__name {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: rgb(1, 25, 39);
}
.tag-tours__meta {
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
    color: #666;
}
.tag-tours__price {
    color: #034269;
    font-weight: 600;
}
.tag-tours__all {
    display: inline-block;
    margin-top: 1rem;
    color: #034269;
    font-weight: 600;
    text-decoration: none;
}
.tag-tours__all:hover {
    text-decoration: underline;
}
@media (max-width: 768px) {
    .tag-tours {
        padding: 1rem;
    }
    .tag-tours__grid {
        grid-template-columns: 1fr;
    }
}

/* ───────────────────────────────────────
   INFINITE SCROLL
   ─────────────────────────────────────── */
.tour-scroll-sentinel {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 0;
    min-height: 60px;
}
.tour-scroll-spinner {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6c757d;
    font-size: 14px;
}
.tour-scroll-spinner .spinner-icon {
    animation: spin 1s linear infinite;
}
@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.tour-scroll-end {
    color: #9ca3af;
    font-size: 14px;
}


/* ============================================
   Recently Viewed Tours (H1 — SEO Autoresearch)
   ============================================ */

.recently-viewed {
    margin: 48px 0;
}

.rv-scroll {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
    scrollbar-width: thin;
    scrollbar-color: #E8EDF2 transparent;
}

.rv-scroll::-webkit-scrollbar {
    height: 4px;
}

.rv-scroll::-webkit-scrollbar-thumb {
    background: #E8EDF2;
    border-radius: 4px;
}

.rv-card {
    flex: 0 0 180px;
    scroll-snap-align: start;
    background: #fff;
    border: 1px solid #E8EDF2;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: #011927;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.rv-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
    text-decoration: none;
    color: #011927;
}

.rv-card__img {
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: #E8EDF2;
}

.rv-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.rv-card__img--empty {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rv-card__body {
    padding: 12px;
}

.rv-card__name {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    color: #034269;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 4px;
}

.rv-card__price {
    font-size: 14px;
    font-weight: 700;
    color: #1EB2F1;
}

@media (min-width: 768px) {
    .rv-scroll {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        overflow-x: visible;
    }

    .rv-card {
        flex: none;
    }
}


/* ============================================
   Social Proof Toast (H2 — SEO Autoresearch)
   ============================================ */

.sp-toast {
    position: fixed;
    bottom: 24px;
    left: 24px;
    z-index: 50;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 340px;
    padding: 16px 20px;
    background: #fff;
    border-radius: 12px;
    border-left: 3px solid #1EB2F1;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}

.sp-toast--visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.sp-toast__icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}

.sp-toast__text {
    font-size: 14px;
    line-height: 1.4;
    color: #034269;
}

.sp-toast__text strong {
    font-weight: 700;
    color: #1EB2F1;
}

.sp-toast__close {
    flex-shrink: 0;
    background: none;
    border: none;
    font-size: 20px;
    color: #94A3B8;
    cursor: pointer;
    padding: 0 0 0 8px;
    line-height: 1;
    transition: color 0.2s ease;
}

.sp-toast__close:hover {
    color: #034269;
}

@media (max-width: 556px) {
    .sp-toast {
        left: 12px;
        right: 12px;
        bottom: 12px;
        max-width: none;
    }

    .recently-viewed {
        margin: 30px 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sp-toast {
        transition: none;
    }
    .rv-card {
        transition: none;
    }
}

/* ============================================
   WHERE TO GO — AI Quiz Ecosystem
   ============================================ */

/* Nav AI Link — Rainbow text + glow */
.nav-ai-link {
    background: linear-gradient(90deg, #f59e0b, #ef4444, #ec4899, #8b5cf6, #3b82f6, #10b981) !important;
    background-size: 200% auto !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    font-weight: 700 !important;
    animation: ai-rainbow-shift 3s ease infinite, ai-link-glow 2.5s ease-in-out infinite;
}

@keyframes ai-rainbow-shift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes ai-link-glow {
    0%, 100% { text-shadow: 0 0 4px rgba(129, 140, 248, 0.3); }
    50% { text-shadow: 0 0 8px rgba(129, 140, 248, 0.6); }
}

/* CTA Banner on Homepage */
.wtg-cta-section {
    padding: 12px 0 0;
    margin-bottom: 0;
}

.wtg-cta-banner {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 24px;
    background: linear-gradient(135deg, rgba(129, 140, 248, 0.15), rgba(192, 132, 252, 0.1));
    border: 1px solid rgba(129, 140, 248, 0.3);
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s;
}

.wtg-cta-banner:hover {
    border-color: #818cf8;
    box-shadow: 0 0 20px rgba(129, 140, 248, 0.15);
}

.wtg-cta-icon {
    font-size: 1.5rem;
}

.wtg-cta-illustration {
    flex-shrink: 0;
    width: 100px;
    height: 68px;
}

.wtg-cta-text {
    flex: 1;
}

.wtg-cta-text strong {
    display: block;
    font-size: 1.05rem;
}

.wtg-cta-text span {
    font-size: 0.85rem;
    opacity: 0.7;
}

.wtg-cta-arrow {
    font-size: 1.2rem;
    color: #818cf8;
}

/* Feed — "Сейчас подбирают" */
.wtg-feed {
    padding: 8px 0;
}

.wtg-feed-scroll {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 4px 0;
    justify-content: center;
    max-height: 84px;
    overflow: hidden;
}

.wtg-feed-item {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    text-decoration: none;
    color: inherit;
    font-size: 0.85rem;
    padding: 6px 12px;
    border-radius: 20px;
    background: rgba(129, 140, 248, 0.06);
    border: 1px solid rgba(129, 140, 248, 0.12);
    transition: all 0.2s;
    flex-shrink: 0;
}

.wtg-feed-item:hover {
    border-color: #818cf8;
    background: rgba(129, 140, 248, 0.12);
}

.wtg-feed-dot {
    width: 6px;
    height: 6px;
    background: #10b981;
    border-radius: 50%;
    flex-shrink: 0;
    animation: feed-pulse 2s ease-in-out infinite;
}

@keyframes feed-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

.wtg-feed-text {
    color: inherit;
}

.wtg-feed-text strong {
    color: #818cf8;
}

.wtg-feed-time {
    color: rgba(0,0,0,0.4);
    font-size: 0.75rem;
}

.wtg-feed-all {
    text-align: center;
    margin-top: 6px;
}

.wtg-feed-all-btn {
    display: inline-block;
    padding: 6px 18px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #818cf8;
    border: 1px solid rgba(129, 140, 248, 0.3);
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.2s;
}

.wtg-feed-all-btn:hover {
    background: rgba(129, 140, 248, 0.1);
    border-color: #818cf8;
}

@media (max-width: 768px) {
    .wtg-feed-item:nth-child(n+3) {
        display: none;
    }
}

/* Feed — type icons */
.wtg-feed-icon {
    font-size: 1rem;
    flex-shrink: 0;
    line-height: 1;
}

.wtg-feed-badge {
    color: rgba(0,0,0,0.5);
    font-size: 0.8rem;
}

/* Feed — type colors on hover */
.wtg-feed-item--search:hover {
    border-color: #3b82f6;
    background: rgba(59, 130, 246, 0.08);
}

.wtg-feed-item--hot_tours:hover {
    border-color: #ef4444;
    background: rgba(239, 68, 68, 0.08);
}

.wtg-feed-item--quiz:hover {
    border-color: #818cf8;
    background: rgba(129, 140, 248, 0.12);
}

/* Feed — full (vertical) mode for catalog */
.wtg-feed--full {
    padding: 16px 0 8px;
}

.wtg-feed--full .wtg-feed-title {
    font-size: 1rem;
    font-weight: 600;
    color: #374151;
    margin: 0 0 12px;
}

.wtg-feed--full .wtg-feed-scroll {
    flex-direction: column;
    max-height: none;
    overflow: visible;
}

.wtg-feed--full .wtg-feed-item {
    width: 100%;
    max-width: none;
}

@media (max-width: 768px) {
    .wtg-feed--full .wtg-feed-item:nth-child(n+3) {
        display: flex;
    }
    .wtg-feed--full .wtg-feed-item:nth-child(n+11) {
        display: none;
    }
}

/* Activity cards in catalog */
.wtg-catalog-card--activity {
    border-left: 3px solid #e5e7eb;
    background: #fafbfc;
}

.wtg-catalog-card--activity:hover {
    border-left-color: #818cf8;
}

/* Fix spacing between CTA/feed and top-product */
.wtg-feed + .top-product,
.wtg-cta-section + .top-product {
    margin-top: 0;
    padding-top: 24px;
}

/* Quiz Page */
.where-to-go-page {
    padding: 40px 0;
}

.wtg-title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 8px;
}

.wtg-subtitle {
    text-align: center;
    font-size: 1.15rem;
    font-weight: 500;
    color: #818cf8;
    margin-bottom: 32px;
}

/* Quiz Steps */
.quiz-step-header {
    text-align: center;
    margin-bottom: 24px;
}

.quiz-step-number {
    font-size: 0.85rem;
    opacity: 0.6;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.quiz-step-title {
    font-size: 1.4rem;
    margin: 8px 0 4px;
}

.quiz-step-hint {
    opacity: 0.6;
    font-size: 0.9rem;
}

/* Quiz Accordion */
.quiz-accordion {
    max-width: 650px;
    margin: 0 auto 24px;
}

.quiz-acc-group {
    border: 2px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    margin-bottom: 8px;
    overflow: hidden;
    transition: border-color 0.2s;
}

.quiz-acc-group--active {
    border-color: #818cf8;
}

.quiz-acc-header {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 14px 18px;
    border: none;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    font-size: 0.95rem;
    transition: background 0.2s;
}

.quiz-acc-header:hover {
    background: rgba(129, 140, 248, 0.04);
}

.quiz-acc-group--active .quiz-acc-header {
    background: rgba(129, 140, 248, 0.06);
}

.quiz-acc-icon {
    font-size: 1.4rem;
}

.quiz-acc-name {
    flex: 1;
    font-weight: 600;
    text-align: left;
}

.quiz-acc-count {
    font-size: 0.75rem;
    opacity: 0.4;
}

.quiz-acc-arrow {
    font-size: 0.7rem;
    opacity: 0.3;
    transition: transform 0.2s, opacity 0.2s, color 0.2s;
}

.quiz-acc-group--active .quiz-acc-arrow {
    transform: rotate(90deg);
    color: #818cf8;
    opacity: 1;
}

.quiz-acc-body {
    padding: 8px 18px 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    border-top: 1px solid rgba(129, 140, 248, 0.1);
}

.quiz-acc-tag {
    padding: 6px 14px;
    border: 1.5px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    background: transparent;
    color: inherit;
    font-size: 0.82rem;
    cursor: pointer;
    transition: all 0.15s;
    font-family: inherit;
}

.quiz-acc-tag:hover {
    border-color: #818cf8;
}

.quiz-acc-tag.quiz-tag--active {
    border-color: #818cf8;
    background: rgba(129, 140, 248, 0.12);
    font-weight: 600;
}

.quiz-selected-count {
    font-size: 0.8rem;
    opacity: 0.7;
}

/* Кнопка "Далее" на шаге 1 — по центру */
.quiz-step[data-step="1"] .quiz-next-btn {
    display: block;
    margin: 0 auto;
}

/* Wishes block */
.quiz-wishes-block {
    max-width: 550px;
    margin: 8px auto 20px;
    padding: 20px;
    border: 2px solid rgba(129, 140, 248, 0.2);
    border-radius: 14px;
    background: rgba(129, 140, 248, 0.04);
}

.quiz-wishes-title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 4px;
    text-align: center;
}

.quiz-wishes-hint {
    font-size: 0.8rem;
    opacity: 0.5;
    text-align: center;
    margin: 0 0 12px;
}

/* Textarea for wishes */
.quiz-textarea {
    width: 100%;
    display: block;
    padding: 14px 16px;
    border: 2px solid rgba(129, 140, 248, 0.25);
    border-radius: 10px;
    background: #fff;
    color: inherit;
    font-size: 0.9rem;
    font-family: inherit;
    resize: vertical;
    min-height: 70px;
    caret-color: #818cf8;
}

.quiz-textarea:focus {
    outline: none;
    border-color: #818cf8;
    box-shadow: 0 0 0 3px rgba(129, 140, 248, 0.12);
}

.quiz-textarea::placeholder {
    opacity: 0.45;
    color: #888;
}

/* 152-ФЗ: согласие на обработку ПД */
.quiz-consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 12px;
    padding: 10px 12px;
    border: 1px solid rgba(129, 140, 248, 0.25);
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    font-size: 0.8rem;
    line-height: 1.4;
    user-select: none;
    transition: border-color 0.2s, background 0.2s;
}

.quiz-consent-input {
    margin-top: 2px;
    accent-color: #818cf8;
    flex-shrink: 0;
}

.quiz-consent-text a {
    color: #818cf8;
    text-decoration: underline;
}

.quiz-consent--error {
    border-color: #ef4444;
    background: rgba(239, 68, 68, 0.05);
    animation: quiz-shake 0.3s;
}

@keyframes quiz-shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-4px); }
    75% { transform: translateX(4px); }
}

/* Бейдж «работаем на российском ИИ» */
.quiz-ai-badge {
    margin: 10px 0 0;
    padding: 8px 12px;
    text-align: center;
    font-size: 0.75rem;
    color: #4b5563;
    background: rgba(34, 197, 94, 0.06);
    border: 1px solid rgba(34, 197, 94, 0.18);
    border-radius: 8px;
}

.quiz-ai-badge strong {
    color: #059669;
    font-weight: 600;
}

.quiz-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    max-width: 600px;
    margin: 0 auto 24px;
}

.quiz-tag {
    padding: 10px 18px;
    border: 2px solid rgba(255,255,255,0.15);
    border-radius: 24px;
    background: transparent;
    color: inherit;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s;
    font-family: inherit;
}

.quiz-tag:hover {
    border-color: #818cf8;
}

.quiz-tag--active {
    border-color: #818cf8;
    background: rgba(129, 140, 248, 0.15);
    font-weight: 600;
}

.quiz-field-group {
    margin-bottom: 20px;
}

.quiz-field-label {
    font-size: 0.85rem;
    color: #a5b4fc;
    margin-bottom: 8px;
    text-align: center;
}

/* Progress */
.quiz-progress {
    height: 4px;
    background: rgba(255,255,255,0.1);
    border-radius: 2px;
    margin: 24px auto;
    max-width: 300px;
}

.quiz-progress-bar {
    display: block;
    height: 100%;
    background: #818cf8;
    border-radius: 2px;
    transition: width 0.3s;
}

/* Buttons */
.quiz-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.quiz-next-btn,
.quiz-submit-btn {
    padding: 12px 32px;
    border: none;
    border-radius: 8px;
    background: #818cf8;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
}

.quiz-next-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.quiz-back-btn {
    padding: 12px 24px;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 8px;
    background: transparent;
    color: inherit;
    cursor: pointer;
    opacity: 0.7;
    font-family: inherit;
}

/* Loading */
.quiz-loading {
    text-align: center;
    padding: 60px 0;
}

.quiz-loading-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(255,255,255,0.1);
    border-top-color: #818cf8;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin: 0 auto 16px;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Result Page */
.where-to-go-result {
    padding: 80px 0 40px;
}

.where-to-go-result .container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.wtg-result-params {
    text-align: center;
    margin-bottom: 24px;
}

.wtg-result-badge {
    display: inline-block;
    background: #10b981;
    color: #000;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.wtg-result-criteria {
    opacity: 0.7;
    font-size: 0.9rem;
}

.wtg-param-tag {
    display: inline-block;
    padding: 2px 8px;
    background: rgba(129, 140, 248, 0.15);
    border-radius: 8px;
    font-size: 0.85rem;
}

/* User Wishes */
.wtg-user-wishes {
    max-width: 700px;
    margin: 0 auto 20px;
    padding: 12px 16px;
    background: rgba(245, 158, 11, 0.08);
    border: 1px solid rgba(245, 158, 11, 0.2);
    border-radius: 12px;
}

.wtg-wishes-label {
    font-size: 0.8rem;
    font-weight: 600;
    color: #f59e0b;
}

.wtg-wishes-private {
    display: block;
    margin-top: 6px;
    font-size: 0.7rem;
    opacity: 0.5;
}

.wtg-user-wishes p {
    margin: 4px 0 0;
    font-size: 0.9rem;
    font-style: italic;
    line-height: 1.5;
}

/* AI Message Bubble */
.wtg-ai-message {
    display: flex;
    gap: 12px;
    max-width: 700px;
    margin: 0 auto 32px;
}

.wtg-ai-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(129, 140, 248, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    flex-shrink: 0;
}

.wtg-ai-bubble {
    background: rgba(129, 140, 248, 0.08);
    border: 1px solid rgba(129, 140, 248, 0.2);
    border-radius: 0 16px 16px 16px;
    padding: 14px 18px;
    flex: 1;
}

.wtg-ai-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #818cf8;
    margin-bottom: 4px;
}

.wtg-ai-bubble p {
    margin: 0;
    line-height: 1.6;
    font-size: 0.95rem;
}

.wtg-ai-privacy {
    display: block;
    font-size: 0.75rem;
    color: #166534;
    opacity: 0.7;
    margin-top: 8px;
}

.wtg-ai-share {
    align-self: flex-start;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(129, 140, 248, 0.2);
    border-radius: 50%;
    background: rgba(129, 140, 248, 0.06);
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wtg-ai-share:hover {
    background: rgba(129, 140, 248, 0.15);
    border-color: #818cf8;
}

/* Country Cards */
.wtg-recommendations {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
}

.wtg-country-card {
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 20px;
    position: relative;
}

.wtg-country-card--top {
    border-color: #818cf8;
    border-width: 2px;
}

.wtg-top-badge {
    position: absolute;
    top: -10px;
    left: 16px;
    background: #818cf8;
    color: #000;
    padding: 2px 10px;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 700;
}

.wtg-country-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.wtg-country-name {
    font-size: 1.3rem;
    margin: 0;
}

.wtg-price-label {
    font-size: 0.75rem;
    opacity: 0.6;
}

.wtg-price-value {
    font-size: 1.4rem;
    font-weight: 700;
    color: #6ee7b7;
}

.wtg-country-description {
    opacity: 0.8;
    line-height: 1.5;
    margin-bottom: 12px;
}

.wtg-country-meta {
    margin-bottom: 12px;
    font-size: 0.9rem;
    opacity: 0.6;
}

.wtg-country-cta {
    display: block;
    text-align: center;
    padding: 14px;
    border: none;
    border-radius: 10px;
    background: #818cf8;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.2s;
}

.wtg-country-cta:hover {
    background: #6366f1;
    color: #fff;
}

/* Tours Grid */
.wtg-tours-title {
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.wtg-tours-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 40px;
    max-width: 900px;
}

.wtg-tours-grid .tour-card {
    margin-bottom: 0;
}

/* Actions */
.wtg-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.wtg-action-btn {
    text-decoration: none;
    cursor: pointer;
    font-family: inherit;
}

/* Actions — improved */
.wtg-action-retry {
    padding: 12px 24px;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 8px;
    background: transparent;
    color: inherit;
    font-size: 0.9rem;
}

.wtg-action-retry:hover {
    border-color: #818cf8;
}

.wtg-action-share {
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    background: #818cf8;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: inherit;
}

.wtg-action-share:hover {
    background: #6366f1;
}

.wtg-share-icon {
    font-size: 1.1rem;
}

.wtg-share-hint {
    text-align: center;
    color: #10b981;
    font-size: 0.85rem;
    margin-top: 8px;
}

/* Responsive */
@media (max-width: 768px) {
    .wtg-title {
        font-size: 1.5rem;
    }

    .wtg-cta-banner {
        padding: 12px 16px;
    }

    .quiz-options {
        max-width: 100%;
    }

    .quiz-group {
        width: calc(50% - 10px);
    }

    .wtg-country-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .wtg-tours-grid {
        max-width: 100%;
    }
}

/* CTA counter */
.wtg-cta-counter {
    display: block;
    font-size: 0.75rem;
    opacity: 0.5;
    margin-top: 2px;
}

/* === WHERE TO GO CATALOG === */
.where-to-go-catalog {
    padding: 100px 0 40px;
}

.where-to-go-catalog .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.wtg-catalog-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
}

.wtg-catalog-title {
    font-size: 1.8rem;
    margin-bottom: 4px;
}

.wtg-catalog-subtitle {
    opacity: 0.6;
    margin-bottom: 0;
}

.wtg-catalog-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.wtg-online-indicator {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    padding: 6px 12px;
    border-radius: 20px;
    white-space: nowrap;
}

.wtg-online-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    display: inline-block;
    animation: wtg-pulse 2s infinite;
}

@keyframes wtg-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

.wtg-online-text {
    font-size: 0.8rem;
    font-weight: 500;
    color: #166534;
}

.wtg-type-tabs {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    align-items: center;
}

.wtg-type-tab {
    padding: 5px 14px;
    border-radius: 16px;
    font-size: 0.82rem;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
    white-space: nowrap;
}

.wtg-type-tab--all { background: #f1f5f9; color: #475569; }
.wtg-type-tab--search { background: #eff6ff; color: #1e40af; }
.wtg-type-tab--hot_tours { background: #fef2f2; color: #dc2626; }
.wtg-type-tab--quiz { background: #f5f3ff; color: #7c3aed; }
.wtg-type-tab--style { background: #f1f5f9; color: #475569; }

.wtg-type-tab--active {
    background: #6366f1 !important;
    color: #fff !important;
}

.wtg-type-tab:hover {
    opacity: 0.8;
}

.wtg-tabs-separator {
    color: #d1d5db;
    padding: 0 4px;
    font-size: 0.82rem;
}

.wtg-catalog-body {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.wtg-catalog-feed {
    flex: 1;
    min-width: 0;
}

.wtg-catalog-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 32px;
}

.wtg-catalog-card {
    display: flex;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.2s;
}

.wtg-catalog-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.wtg-catalog-card__image {
    width: 120px;
    min-height: 100px;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
    position: relative;
}

.wtg-catalog-card__image--fallback {
    background: linear-gradient(135deg, #cbd5e1, #94a3b8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    opacity: 0.5;
}

.wtg-catalog-card__label {
    position: absolute;
    top: 6px;
    left: 6px;
    color: #fff;
    padding: 2px 8px;
    border-radius: 8px;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.wtg-catalog-card__label--search { background: rgba(59,130,246,0.9); }
.wtg-catalog-card__label--hot_tours { background: rgba(239,68,68,0.9); }
.wtg-catalog-card__label--quiz { background: rgba(124,58,237,0.9); }

.wtg-catalog-card__content {
    flex: 1;
    padding: 10px 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.wtg-catalog-card__content--search { border-left: 3px solid #3b82f6; }
.wtg-catalog-card__content--hot_tours { border-left: 3px solid #ef4444; }
.wtg-catalog-card__content--quiz { border-left: 3px solid #8b5cf6; }

.wtg-catalog-card__header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 8px;
}

.wtg-catalog-card__nickname {
    font-size: 0.9rem;
    font-weight: 600;
}

.wtg-catalog-card__nickname--search { color: #1e40af; }
.wtg-catalog-card__nickname--hot_tours { color: #dc2626; }
.wtg-catalog-card__nickname--quiz { color: #7c3aed; }

.wtg-catalog-card__action {
    font-size: 0.82rem;
    color: #6b7280;
    font-weight: 400;
}

.wtg-catalog-card__time {
    font-size: 0.72rem;
    color: #9ca3af;
    flex-shrink: 0;
}

.wtg-catalog-card__country {
    font-size: 1rem;
    font-weight: 600;
    color: #1f2937;
    margin-top: 3px;
}

.wtg-catalog-card__tags {
    display: flex;
    gap: 4px;
    margin-top: 4px;
    flex-wrap: wrap;
}

.wtg-catalog-card__tag {
    background: #f1f5f9;
    padding: 1px 7px;
    border-radius: 8px;
    font-size: 0.78rem;
    color: #475569;
}

.wtg-catalog-card__result {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 5px;
}

.wtg-catalog-card__badge--search {
    background: #dcfce7;
    color: #166534;
    padding: 1px 7px;
    border-radius: 8px;
    font-size: 0.78rem;
    font-weight: 500;
}

.wtg-catalog-card__badge--hot_tours {
    background: #fef3c7;
    color: #92400e;
    padding: 1px 7px;
    border-radius: 8px;
    font-size: 0.78rem;
    font-weight: 500;
}

.wtg-catalog-card__views {
    font-size: 0.72rem;
    color: #9ca3af;
}

.wtg-catalog-card__summary {
    font-size: 0.82rem;
    color: #6b7280;
    line-height: 1.35;
    margin: 4px 0 0;
}

.wtg-sidebar {
    width: 240px;
    flex-shrink: 0;
    position: sticky;
    top: 100px;
}

.wtg-sidebar__section {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 16px;
}

.wtg-sidebar__title {
    margin: 0 0 12px;
    font-size: 0.82rem;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
}

.wtg-sidebar__country {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    border-radius: 8px;
    background: #fafbfc;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    transition: background 0.2s;
    margin-bottom: 6px;
}

.wtg-sidebar__country:hover {
    background: #f1f5f9;
}

.wtg-sidebar__country--active {
    background: #eff6ff;
    border: 1px solid #1EB2F1;
}

.wtg-countries-scroll__item--active {
    background: #eff6ff;
    border: 1px solid #1EB2F1;
}

.wtg-sidebar__country-name {
    font-size: 0.85rem;
    font-weight: 600;
    color: #1f2937;
}

.wtg-sidebar__country-count {
    font-size: 0.72rem;
    color: #9ca3af;
}

.wtg-sidebar__progress {
    width: 40px;
    height: 4px;
    background: #e5e7eb;
    border-radius: 2px;
    overflow: hidden;
    margin-left: auto;
}

.wtg-sidebar__progress-bar {
    height: 100%;
    background: #6366f1;
    border-radius: 2px;
}

.wtg-sidebar__styles {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.wtg-sidebar__style {
    background: #f1f5f9;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 0.78rem;
    color: #475569;
    text-decoration: none;
    transition: background 0.2s;
}

.wtg-sidebar__style:hover {
    background: #e2e8f0;
}

.wtg-sidebar__style-count {
    color: #9ca3af;
    font-size: 0.7rem;
}

.wtg-countries-scroll {
    display: none;
}

.wtg-catalog-cta {
    text-align: center;
    margin-top: 32px;
}

@media (max-width: 768px) {
    .wtg-catalog-header {
        flex-direction: column;
        align-items: stretch;
    }

    .wtg-catalog-header-actions {
        justify-content: space-between;
    }

    .wtg-catalog-title {
        font-size: 1.3rem;
    }

    .wtg-catalog-body {
        flex-direction: column;
    }

    .wtg-sidebar {
        display: none;
    }

    .wtg-countries-scroll {
        display: block;
        overflow-x: auto;
        padding: 10px 0;
        margin-bottom: 12px;
        -webkit-overflow-scrolling: touch;
    }

    .wtg-countries-scroll__inner {
        display: flex;
        gap: 8px;
        white-space: nowrap;
        padding: 0 20px;
    }

    .wtg-countries-scroll__item {
        display: flex;
        align-items: center;
        gap: 6px;
        background: #f8fafc;
        padding: 6px 10px;
        border-radius: 10px;
        flex-shrink: 0;
        text-decoration: none;
        color: inherit;
        font-size: 0.82rem;
    }

    .wtg-countries-scroll__name {
        font-weight: 600;
        color: #374151;
    }

    .wtg-countries-scroll__count {
        font-size: 0.72rem;
        color: #9ca3af;
    }

    .wtg-type-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 4px;
    }

    .wtg-catalog-card__image {
        width: 80px;
        min-height: 80px;
    }

    .wtg-catalog-card__label {
        font-size: 0.6rem;
        padding: 1px 5px;
    }

    .wtg-catalog-card__nickname {
        font-size: 0.82rem;
    }

    .wtg-catalog-card__country {
        font-size: 0.9rem;
    }
}

/* === QUIZ FEED BLOCK (главная — CTA + лента) === */
.wtg-feed-block {
    background: #fff;
    border: 1px solid #E8EDF2;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    margin-top: 32px;
}

.wtg-feed-block__cta {
    background: linear-gradient(92.82deg, #1EB2F1 -5.41%, #3170F6 105.92%);
    padding: 20px 28px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
}

.wtg-feed-block__cta-icon {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}

.wtg-feed-block__cta-text {
    flex: 1;
}

.wtg-feed-block__cta-title {
    font-size: 1.1rem;
    font-weight: 700;
}

.wtg-feed-block__cta-subtitle {
    font-size: 0.82rem;
    opacity: 0.85;
    margin-top: 2px;
}

.wtg-feed-block__cta-btn {
    background: #fff;
    color: #3170F6;
    padding: 12px 24px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 600;
    white-space: nowrap;
    transition: opacity 0.2s;
}

.wtg-feed-block__cta-btn:hover {
    opacity: 0.88;
}

.wtg-feed-block__feed {
    padding: 14px 28px 16px;
}

.wtg-feed-block__feed-label {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #94A3B8;
    letter-spacing: 0.8px;
    font-weight: 600;
}

.wtg-feed-block__live-dot {
    width: 6px;
    height: 6px;
    background: #10B981;
    border-radius: 50%;
    display: inline-block;
    animation: wtg-pulse 2s infinite;
}

.wtg-feed-block__feed-items {
    display: flex;
    gap: 0;
}

.wtg-feed-block__item {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    padding: 6px 16px 6px 0;
    border-right: 1px solid #F1F5F9;
    text-decoration: none;
    color: inherit;
    transition: background 0.2s;
}

.wtg-feed-block__item:last-child {
    border-right: none;
    padding-right: 0;
    padding-left: 16px;
}

.wtg-feed-block__item:not(:first-child):not(:last-child) {
    padding-left: 16px;
}

.wtg-feed-block__item:hover {
    opacity: 0.7;
}

.wtg-feed-block__icon--search { color: #1EB2F1; flex-shrink: 0; }
.wtg-feed-block__icon--hot { color: #F8B918; flex-shrink: 0; }
.wtg-feed-block__icon--quiz { color: #3170F6; flex-shrink: 0; }

.wtg-feed-block__item-text {
    min-width: 0;
}

.wtg-feed-block__item-text strong {
    color: #034269;
}

.wtg-feed-block__item-desc {
    color: #94A3B8;
}

.wtg-feed-block__item-time {
    font-size: 0.68rem;
    color: #94A3B8;
    margin-left: auto;
    white-space: nowrap;
    flex-shrink: 0;
}

.wtg-feed-block__all-link {
    display: block;
    text-align: center;
    margin-top: 12px;
    font-size: 0.82rem;
    color: #1EB2F1;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
}

.wtg-feed-block__all-link:hover {
    color: #3170F6;
}

@media (max-width: 768px) {
    .wtg-feed-block__cta {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px;
        gap: 8px;
    }

    .wtg-feed-block__cta-icon {
        display: none;
    }

    .wtg-feed-block__cta-btn {
        width: 100%;
        text-align: center;
        margin-top: 4px;
    }

    .wtg-feed-block__feed {
        padding: 12px 16px;
    }

    .wtg-feed-block__feed-items {
        flex-direction: column;
        gap: 0;
    }

    .wtg-feed-block__item {
        padding: 6px 0;
        border-right: none;
        border-bottom: 1px solid #F1F5F9;
        font-size: 0.78rem;
    }

    .wtg-feed-block__item:last-child {
        border-bottom: none;
        padding-left: 0;
    }

    .wtg-feed-block__item:not(:first-child):not(:last-child) {
        padding-left: 0;
    }
}

/* === Weekly Stats (агрегированная статистика) === */
.wtg-weekly-stats { padding: 4px 0; }
.wtg-weekly-stats__title {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
}
.wtg-weekly-stats__row {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 4px;
    font-size: 14px;
}
.wtg-weekly-stats__label { flex-shrink: 0; }
.wtg-weekly-stats__link {
    color: #1EB2F1;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.15s;
}
.wtg-weekly-stats__link:hover { color: #0e8abf; text-decoration: underline; }
.wtg-weekly-stats__count {
    display: inline-block;
    background: #f0f9ff;
    color: #0369a1;
    font-size: 12px;
    font-weight: 600;
    padding: 1px 6px;
    border-radius: 10px;
    margin-left: 2px;
}
.wtg-weekly-stats__dot { color: #d1d5db; }

/* === Stats Section (каталог — прогресс-бары) === */
.wtg-stats-section { margin-bottom: 32px; }
.wtg-stats-section__title {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 16px;
}
.wtg-stats-list { display: flex; flex-direction: column; gap: 8px; }
.wtg-stats-item {
    display: block;
    padding: 12px 16px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    text-decoration: none;
    transition: border-color 0.15s, box-shadow 0.15s;
}
.wtg-stats-item:hover {
    border-color: #1EB2F1;
    box-shadow: 0 2px 8px rgba(30, 178, 241, 0.1);
}
.wtg-stats-item__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}
.wtg-stats-item__name {
    font-size: 15px;
    font-weight: 500;
    color: #1f2937;
}
.wtg-stats-item__count {
    font-size: 13px;
    color: #6b7280;
    white-space: nowrap;
}
.wtg-stats-item__bar {
    height: 6px;
    background: #f3f4f6;
    border-radius: 3px;
    overflow: hidden;
}
.wtg-stats-item__bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #1EB2F1, #3170F6);
    border-radius: 3px;
    transition: width 0.3s ease;
}
.wtg-stats-item__bar-fill--style {
    background: linear-gradient(90deg, #F8B918, #f59e0b);
}

@media (max-width: 768px) {
    .wtg-stats-section__title { font-size: 16px; }
    .wtg-stats-item { padding: 10px 12px; }
    .wtg-stats-item__name { font-size: 14px; }
}

/* ========= Blog Faceted Sidebar ========= */

/* Dropdown inside blog sidebar — same as filter_panel */
.blog-sidebar .filter_panel_item {
    padding: 12px 0;
    border-bottom: 1px solid #E8EDF2;
}
.blog-sidebar .filter_panel_label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #7a8a9e;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}
.blog-sidebar .filter_panel_label svg {
    color: #1EB2F1;
    stroke: #1EB2F1;
    flex: 0 0 18px;
}
.blog-sidebar .dropdown {
    position: relative;
}
.blog-sidebar .dropdown-toggle {
    outline: none;
    border: 1px solid #E2E8F0;
    background: #f9fafd;
    border-radius: 10px;
    padding: 9px 32px 9px 12px;
    font-size: 14px;
    font-weight: 500;
    color: #034269;
    cursor: pointer;
    width: 100%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
.blog-sidebar .dropdown-toggle::after {
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 14px;
    height: 14px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%237a8a9e' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat center;
    border: none;
    transform: translateY(-50%);
    transition: transform 0.2s ease;
}
.blog-sidebar .dropdown-toggle.show::after {
    transform: translateY(-50%) rotate(180deg);
}
.blog-sidebar .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #E8EDF2;
    border-radius: 12px;
    padding: 8px;
    margin-top: 4px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    z-index: 1050;
    scrollbar-width: thin;
    scrollbar-color: #1EB2F1 transparent;
}
.blog-sidebar .dropdown-menu::-webkit-scrollbar { width: 5px; }
.blog-sidebar .dropdown-menu::-webkit-scrollbar-thumb { border-radius: 8px; background: #1EB2F1; }
.blog-sidebar .dropdown-menu .dropdown-item {
    border-radius: 8px;
    padding: 8px 12px;
    color: #011927;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    transition: background-color 0.15s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog-sidebar .dropdown-menu .dropdown-item:hover,
.blog-sidebar .dropdown-menu .dropdown-item:focus {
    background: rgba(30, 178, 241, 0.08);
    color: #034269;
    text-decoration: none;
}
.blog-sidebar .dropdown-menu .dropdown-item.active {
    background: rgba(30, 178, 241, 0.12);
    color: #034269;
    font-weight: 500;
}
.blog-sidebar .dropdown-menu .dropdown-item--reset {
    color: #7a8a9e;
    font-style: italic;
}
.blog-sidebar .dropdown-search {
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 0 0 8px;
    background: #fff;
}
.blog-sidebar .filter-search-input {
    width: 100%;
    padding: 8px 8px 8px 32px;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    font-size: 13px;
    color: #011927;
    background: #F9FAFD url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%237a8a9e' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='M21 21l-4.35-4.35'/%3E%3C/svg%3E") no-repeat 10px center;
    outline: none;
    box-sizing: border-box;
}
.blog-sidebar .filter-search-input:focus {
    border-color: #1EB2F1;
    box-shadow: 0 0 0 3px rgba(30, 178, 241, 0.15);
    background-color: #fff;
}
.blog-sidebar .dropdown-group-label {
    padding: 4px 8px;
    font-size: 12px;
    color: #7a8a9e;
    font-weight: 600;
    text-transform: uppercase;
}
.blog-sidebar .dropdown-group-divider {
    height: 1px;
    background: #E8EDF2;
    margin: 4px 0;
}
.blog-sidebar .dropdown-empty {
    padding: 12px;
    text-align: center;
    color: #7a8a9e;
    font-size: 13px;
}

.blog-sidebar__label {
    font-size: 12px;
    text-transform: uppercase;
    color: #7a8a9e;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 8px;
}

.blog-sidebar__sort-chips {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.blog-sidebar__sort-chip {
    padding: 5px 12px;
    border-radius: 16px;
    font-size: 12px;
    text-decoration: none;
    color: #034269;
    background: #f0f2f5;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.blog-sidebar__sort-chip:hover {
    background: rgba(30, 178, 241, 0.08);
    color: #034269;
}

.blog-sidebar__sort-chip.active {
    background: #034269;
    color: #fff;
}

/* Tour widget in sidebar */
.blog-sidebar__tour-widget {
    background: linear-gradient(135deg, #034269, #0a5a8c);
    padding: 16px;
    border-radius: 12px;
    color: #fff;
}

.blog-sidebar__tour-header {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6ab0ff;
    margin-bottom: 4px;
}

.blog-sidebar__tour-count {
    font-size: 26px;
    font-weight: 700;
}

.blog-sidebar__tour-price {
    font-size: 13px;
    color: #a0c8e8;
    margin-bottom: 12px;
}

.blog-sidebar__tour-btn {
    display: block;
    background: #1EB2F1;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.15s ease;
}

.blog-sidebar__tour-btn:hover {
    background: #1a9dd8;
    color: #fff;
}

/* Active filters */
.blog-sidebar__active-filters {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.blog-sidebar__filter-pill {
    background: #034269;
    color: #fff;
    padding: 4px 10px;
    border-radius: 14px;
    font-size: 12px;
    text-decoration: none;
    transition: background-color 0.15s ease;
}

.blog-sidebar__filter-pill:hover {
    background: #022d47;
    color: #fff;
}

.blog-sidebar__reset-all {
    color: #e74c3c;
    font-size: 12px;
    text-decoration: none;
}

.blog-sidebar__reset-all:hover {
    text-decoration: underline;
}

/* Related topics in sidebar */
.blog-sidebar__related {
    margin-top: 16px;
}

.blog-sidebar__related-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.blog-sidebar__related-item {
    display: flex;
    gap: 10px;
    text-decoration: none;
    color: inherit;
}

.blog-sidebar__related-item:hover .blog-sidebar__related-title {
    color: #1EB2F1;
}

.blog-sidebar__related-thumb {
    width: 52px;
    height: 40px;
    border-radius: 6px;
    object-fit: cover;
    flex-shrink: 0;
}

.blog-sidebar__related-thumb--empty {
    background: #e8edf2;
}

.blog-sidebar__related-title {
    font-size: 13px;
    font-weight: 500;
    color: #034269;
    line-height: 1.3;
    transition: color 0.15s ease;
}

.blog-sidebar__related-meta {
    font-size: 12px;
    color: #7a8a9e;
}

/* Dropdown item count */
.dropdown-item__count {
    float: right;
    color: #7a8a9e;
    font-weight: 400;
    font-size: 13px;
}

/* ========= Blog Card Updates ========= */

.blog-card__author-info {
    display: flex;
    flex-direction: column;
}

.blog-card__author-type {
    font-size: 12px;
    color: #7a8a9e;
}

.blog-card__image-link {
    position: relative;
    display: block;
}

.blog-card__image-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
}

.blog-card__tags {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.blog-card__tag {
    background: #f0f7ff;
    color: #1EB2F1;
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 12px;
    text-decoration: none;
    transition: background-color 0.15s ease;
}

.blog-card__tag:hover {
    background: rgba(30, 178, 241, 0.15);
    color: #1EB2F1;
}

.blog-card__reading-time {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #b0b8c4;
    font-size: 12px;
}

/* ========= Feed Header ========= */

.blog-feed__header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 16px;
}

.blog-feed__count {
    font-size: 13px;
    color: #7a8a9e;
}

.blog-feed--loading {
    opacity: 0.5;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

/* ========= Article Tours Widget ========= */

.blog-article__tours {
    background: #f0f7ff;
    border: 1px solid #d0e3f5;
    border-radius: 12px;
    padding: 20px;
    margin: 24px 0;
}

.blog-article__tours-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.blog-article__tours-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #034269;
}

.blog-article__tours-title svg {
    stroke: #1EB2F1;
}

.blog-article__tours-all {
    font-size: 13px;
    color: #1EB2F1;
    text-decoration: none;
}

.blog-article__tours-all:hover {
    text-decoration: underline;
}

.blog-article__tours-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

@media (max-width: 576px) {
    .blog-article__tours-grid {
        grid-template-columns: 1fr;
    }
}

.blog-article__tour-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    text-decoration: none;
    color: inherit;
    display: block;
    transition: box-shadow 0.15s ease;
}

.blog-article__tour-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.blog-article__tour-image {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.blog-article__tour-info {
    padding: 10px;
}

.blog-article__tour-name {
    font-size: 13px;
    font-weight: 600;
    color: #034269;
    line-height: 1.3;
    margin-bottom: 4px;
}

.blog-article__tour-agency {
    font-size: 12px;
    color: #7a8a9e;
    margin-bottom: 6px;
}

.blog-article__tour-price {
    font-size: 16px;
    font-weight: 700;
    color: #034269;
}

/* ============================================== */
/* === Favorites (H5) ============================ */
/* ============================================== */

/* Кнопка ♡ на карточке тура */
.fav-btn {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #999;
    transition: color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.fav-btn:hover {
    color: #e74c3c;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
    transform: scale(1.05);
}

.fav-btn:active {
    transform: scale(0.95);
}

.fav-btn.is-fav {
    color: #e74c3c;
    animation: fav-pop 0.25s ease;
}

@keyframes fav-pop {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.2); }
    100% { transform: scale(1); }
}

.fav-btn__icon-filled { display: none; }
.fav-btn__icon-outline { display: block; }
.fav-btn.is-fav .fav-btn__icon-filled { display: block; }
.fav-btn.is-fav .fav-btn__icon-outline { display: none; }

/* Tour-card placement (рядом с названием тура, в правом углу info-блока) */
.tour-card__title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}
.tour-card__title-row .tour-card__title {
    margin: 0;
    flex: 1;
    min-width: 0;
}
.tour-card__title-row .fav-btn {
    flex-shrink: 0;
}

/* Большой вариант для страницы тура */
.fav-btn--large {
    width: 44px;
    height: 44px;
}

.fav-btn--large .fav-btn__icon {
    width: 26px;
    height: 26px;
}

/* Flex-row для заголовка детальной страницы */
.tour_title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

/* Высокая специфичность, чтобы перекрыть `.tour-info .block-body .tour_title { flex: 0 0 100% }`
   на ≤1400px, иначе длинный H1 распирает row и ♡-кнопка вылетает за правый край */
.tour-info .block-body .tour_title-row .tour_title,
.tour_title-row .tour_title {
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
}

.tour_title-row .fav-btn {
    flex-shrink: 0;
}

/* Header — иконка ♡ с бейджем */
.header-fav {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #034269;
    transition: color 0.2s ease;
    margin-left: 12px;
    text-decoration: none;
}

.header-fav:hover {
    color: #e74c3c;
}

.header-fav__icon {
    width: 24px;
    height: 24px;
}

.header-fav__badge {
    position: absolute;
    top: 2px;
    right: 2px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    background: #e74c3c;
    color: #fff;
    border-radius: 9px;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    box-sizing: border-box;
}

/* Блок действий справа: избранное + бургер всегда сгруппированы и прижаты вправо.
   Раньше избранное было отдельным сиблингом и через justify-content: space-between
   улетало в центр, когда nav уходил в бургер. */
.header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}
@media (max-width: 1200px) {
    .header-actions { margin-left: auto; }
}

/* Priority-nav: ключевые пункты остаются инлайн при сжатии, полное меню — в бургере.
   >1200px — скрыто (видно полное горизонтальное меню). ≤576px — скрыто (только бургер). */
.menu-inline {
    display: none;
}
.menu-inline a {
    color: rgb(1, 25, 39);
    font-family: "Manrope";
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    white-space: nowrap;
    transition: color 0.2s ease;
}
.menu-inline a:hover {
    color: #1EB2F1;
}
@media (max-width: 1200px) {
    .menu-inline {
        display: flex;
        align-items: center;
        gap: clamp(14px, 1.8vw, 24px);
        margin: 0 0 0 28px;
        padding: 0;
        list-style: none;
    }
}
@media (max-width: 991px) {
    .menu-inline__extra { display: none; }
}
@media (max-width: 576px) {
    .menu-inline { display: none; }
}

/* Страница /favorites/ */
.favorites-page {
    padding: 32px 0 64px;
    min-height: 60vh;
}

.favorites-page__title {
    margin-bottom: 24px;
    font-size: 28px;
    font-weight: 700;
}

.fav-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 16px;
}

.fav-card {
    position: relative;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fav-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.fav-card__link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.fav-card__img {
    aspect-ratio: 4/3;
    overflow: hidden;
    background: #f5f5f5;
}

.fav-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fav-card__img--empty {
    background: linear-gradient(135deg, #e0e7ef 0%, #d0d8e2 100%);
}

.fav-card__body {
    padding: 12px 14px 14px;
}

.fav-card__name {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fav-card__price {
    color: #034269;
    font-size: 15px;
    font-weight: 700;
}

.fav-card__remove {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
}

/* Empty state */
.favorites-empty {
    text-align: center;
    padding: 64px 16px;
    background: #f9fafb;
    border-radius: 12px;
}

.favorites-empty__icon {
    color: #c9d1d9;
    margin-bottom: 16px;
}

.favorites-empty__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.favorites-empty__text {
    color: #6b7280;
    margin-bottom: 24px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.favorites-empty__cta {
    display: inline-block;
    padding: 12px 24px;
    background: #034269;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease;
}

.favorites-empty__cta:hover {
    background: #023455;
    color: #fff;
}

.favorites-noscript {
    padding: 16px;
    background: #fef3c7;
    color: #92400e;
    border-radius: 8px;
    text-align: center;
}

/* Toast уведомление */
.fav-toast {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
    background: #034269;
    color: #fff;
    padding: 12px 16px 12px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    z-index: 9999;
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    max-width: calc(100% - 32px);
}

.fav-toast.is-visible {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}

.fav-toast__close {
    background: none;
    border: none;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    padding: 0 4px;
    opacity: 0.8;
}

.fav-toast__close:hover {
    opacity: 1;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .fav-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .header-fav {
        /* Прижим вправо теперь на .header-actions (на всех ширинах бургера ≤1200). */
        width: 36px;
        height: 36px;
    }

    .tour-card__title-row {
        gap: 8px;
    }

    .tour_title-row {
        gap: 12px;
    }
}

/* Blog feed card — счётчик лайков рядом с views (показывается только если > 0).
   Размер шрифта и иконки идентичны .blog-card__views; отличается только цветом. */
.blog-card__likes {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    color: #ef4444;
}
.blog-card__likes svg {
    flex-shrink: 0;
}

/* ============ Blog Likes (фаза 3.1 Blog Social Layer) ============ */
/* Компактная кнопка в meta-line шапки статьи (дубль большой CTA внизу) */
.blog-like-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 0;
    background: none;
    border: none;
    color: #94a3b8;
    font-size: 13px;
    cursor: pointer;
    transition: color 0.15s ease;
    user-select: none;
}
.blog-like-btn:hover {
    color: #ef4444;
}
.blog-like-btn:focus-visible {
    outline: 2px solid rgb(49, 112, 246);
    outline-offset: 2px;
    border-radius: 4px;
}
.blog-like-btn__icon {
    flex-shrink: 0;
    transition: fill 0.15s ease, transform 0.15s ease;
}
.blog-like-btn.is-liked {
    color: #ef4444;
}
.blog-like-btn.is-liked .blog-like-btn__icon {
    fill: #ef4444;
    stroke: #ef4444;
    transform: scale(1.08);
}
.blog-like-btn[data-busy="1"] {
    opacity: 0.6;
    cursor: wait;
}

/* Крупная CTA-кнопка после текста статьи — главный акцент */
.blog-article__like-cta {
    display: flex;
    justify-content: flex-end;
    margin: 32px 0 24px;
}
.blog-like-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 999px;
    color: #64748b;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 0.15s ease, color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
    user-select: none;
}
.blog-like-cta:hover {
    border-color: #ef4444;
    color: #ef4444;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(239, 68, 68, 0.12);
}
.blog-like-cta:focus-visible {
    outline: 2px solid rgb(49, 112, 246);
    outline-offset: 3px;
}
.blog-like-cta__icon {
    flex-shrink: 0;
    transition: fill 0.2s ease, transform 0.2s ease;
}
.blog-like-cta__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    padding: 2px 8px;
    background: #f1f5f9;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    color: #475569;
    transition: background-color 0.15s ease, color 0.15s ease;
}
.blog-like-cta.is-liked {
    border-color: #ef4444;
    color: #ef4444;
    background: #fef2f2;
}
.blog-like-cta.is-liked .blog-like-cta__icon {
    fill: #ef4444;
    stroke: #ef4444;
    transform: scale(1.1);
}
.blog-like-cta.is-liked .blog-like-cta__count {
    background: #ef4444;
    color: #fff;
}
.blog-like-cta[data-busy="1"] {
    opacity: 0.6;
    cursor: wait;
}
@media (max-width: 640px) {
    .blog-article__like-cta {
        justify-content: center;
        margin: 24px 0 16px;
    }
    .blog-like-cta {
        padding: 10px 18px;
        font-size: 14px;
    }
}

/* Phase 5 (compact UX): LT-бейдж рядом с travel agency label + LT-кнопка
   среди actions. БЕЗ отдельного блока — sidebar не растягивается, layout
   карточки идентичен ТФ-турам. */
.tour-card__lt-badge {
    display: inline-block;
    margin-left: 6px;
    padding: 1px 7px;
    background: #0066cc;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    border-radius: 3px;
    text-transform: none;
    letter-spacing: 0.02em;
    vertical-align: middle;
    cursor: help;
}
/* tour-card__btn--lt удалён — кнопка «Купить» только на детальной странице тура */

/* Phase 5+: Варианты тура — таблица TourOption на детальной странице */
.tour-options-section {
    padding: 32px 0 16px;
    background: #fafbfc;
    border-top: 1px solid #e5e7eb;
}
.tour-options-section__title {
    font-size: 22px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 8px;
}
.tour-options-section__hint {
    font-size: 14px;
    color: #4a5568;
    margin: 0 0 20px;
}
.tour-options-table-wrapper {
    overflow-x: auto;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
}
.tour-options-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.tour-options-table thead th {
    background: #f7fafc;
    color: #4a5568;
    font-weight: 600;
    text-align: left;
    padding: 12px 16px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #e5e7eb;
    white-space: nowrap;
}
.tour-options-table tbody td {
    padding: 12px 16px;
    border-top: 1px solid #f0f2f5;
    color: #2d3748;
    vertical-align: middle;
}
.tour-options-table tbody tr:hover {
    background: #f7fafc;
}
.tour-options-table__price-col {
    text-align: left;
    width: 130px;
    white-space: nowrap;
    color: #034269;
    font-size: 16px;
    font-weight: 700;
}
.tour-options-table__cta-col {
    text-align: left;
    width: 110px;
}
.tour-options-table__cta {
    display: inline-block;
    background: #0066cc;
    color: #fff;
    padding: 7px 16px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s;
    white-space: nowrap;
}
.tour-options-table__cta:hover {
    background: #0052a3;
    color: #fff;
}
/* Mobile: остаётся обычная таблица. Колонка «Заказ» скрыта — вся строка <tr>
   кликабельна (cursor:pointer + JS data-target=order_modal). */
@media (max-width: 768px) {
    .tour-options-section {
        padding: 20px 0 12px;
    }
    .tour-options-section__title {
        font-size: 18px;
    }
    .tour-options-table thead th,
    .tour-options-table tbody td {
        padding: 9px 8px;
        font-size: 12.5px;
    }
    .tour-options-table__cta-col {
        display: none;
    }
    .tour-options-table tbody tr {
        cursor: pointer;
    }
    .tour-options-table tbody tr:active {
        background: #e6f2ff;
    }
}

/* Phase 5: на детальной странице тура.
   tour-detail__lt-buy наследует button_white размеры. */
.tour-detail__lt-buy {
    background: #0066cc !important;
    color: #fff !important;
    border-color: #0066cc !important;
}
.tour-detail__lt-buy:hover {
    background: #0052a3 !important;
}
.tour-detail__lt-disclosure {
    margin: 8px 0 0;
    font-size: 11px;
    color: #718096;
    line-height: 1.35;
    flex-basis: 100%;
}
/* На mobile LT-кнопка и disclosure кладутся на отдельную строку под телефон+заявку.
   Старый layout (grid 56px 1fr с телефоном и кнопкой заявки) — НЕ трогаем. */
@media (max-width: 556px) {
    .tour-info .contacts_block .buttons .tour-detail__lt-buy {
        grid-column: 1 / -1;
        width: 100%;
        white-space: normal;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 14px;
        font-size: 17px;
        font-weight: 700;
        line-height: 1.2;
    }
    .tour-info .contacts_block .buttons .tour-detail__lt-disclosure {
        grid-column: 1 / -1;
        width: 100%;
        margin: 0;
    }
}

/* Phase 5: цена в price_block — не разрывать число и валюту */
.tour-info .price_block__value {
    white-space: nowrap;
    display: inline-block;
}

/* ============================================================
   Phase 6: AI-сгенерированные блоки описания тура
   ============================================================ */
.tour-ai-content {
    background: #f7f9fc;
    padding: 36px 0;
    margin: 32px 0 0;
}
.tour-ai-content .container {
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.tour-ai-block {
    background: #fff;
    border-radius: 14px;
    padding: 24px 28px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.tour-ai-block__title {
    font-size: 22px;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 14px;
    line-height: 1.25;
}
.tour-ai-block__body {
    font-size: 16px;
    line-height: 1.65;
    color: #374151;
}

/* Достопримечательности — карточки */
.tour-ai-attractions {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
}
.tour-ai-attractions__item {
    background: #f9fafb;
    border-radius: 10px;
    padding: 16px 18px;
    border-left: 3px solid #3170F6;
}
.tour-ai-attractions__name {
    font-size: 17px;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 6px;
}
.tour-ai-attractions__distance {
    display: inline-block;
    font-size: 13px;
    color: #6b7280;
    background: #fff;
    padding: 3px 10px;
    border-radius: 8px;
    margin-bottom: 8px;
}
.tour-ai-attractions__desc {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: #4b5563;
}

/* FAQ — accordion на details/summary */
.tour-ai-faq {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.tour-ai-faq__item {
    background: #f9fafb;
    border-radius: 10px;
    padding: 0;
}
.tour-ai-faq__item[open] {
    background: #eff6ff;
}
.tour-ai-faq__question {
    cursor: pointer;
    padding: 14px 18px;
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    list-style: none;
    position: relative;
    padding-right: 40px;
}
.tour-ai-faq__question::-webkit-details-marker {
    display: none;
}
.tour-ai-faq__question::after {
    content: '+';
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    font-weight: 400;
    color: #3170F6;
    transition: transform 0.2s;
}
.tour-ai-faq__item[open] .tour-ai-faq__question::after {
    content: '−';
}
.tour-ai-faq__answer {
    padding: 0 18px 16px;
    font-size: 15px;
    line-height: 1.6;
    color: #374151;
}

@media (max-width: 768px) {
    .tour-ai-content {
        padding: 24px 0;
    }
    .tour-ai-block {
        padding: 18px 16px;
        border-radius: 10px;
    }
    .tour-ai-block__title {
        font-size: 19px;
    }
    .tour-ai-block__body {
        font-size: 15px;
    }
    .tour-ai-attractions {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .tour-ai-faq__question {
        font-size: 15px;
        padding: 12px 14px;
        padding-right: 36px;
    }
}

/* ===== Соц-подписка (подвал + сайдбар поиска) ===== */
.social-subscribe__title {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 2px;
}
.social-subscribe__subtitle {
  font-size: 12px;
  margin: 0 0 12px;
  opacity: 0.7;
}
.social-subscribe__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.social-subscribe__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px;
  border-radius: 24px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.social-subscribe__link:hover {
  color: #fff;
  opacity: 0.88;
  transform: translateY(-1px);
}
.social-subscribe__link svg {
  flex: 0 0 auto;
}
/* бренд-цвета — всегда крашеные, заметные */
.social-subscribe__link--vk {
  background: #0077ff;
}
.social-subscribe__link--telegram {
  background: #29a9eb;
}
.social-subscribe__link--dzen {
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

/* вариант: подвал (тёмный фон) */
.social-subscribe--footer {
  margin-top: 22px;
}
.social-subscribe--footer .social-subscribe__title {
  color: #fff;
}
.social-subscribe--footer .social-subscribe__subtitle {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

/* вариант: сайдбар поиска (светлый фон) */
.social-subscribe--sidebar {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #eceff3;
}
.social-subscribe--sidebar .social-subscribe__title {
  color: #011927;
}
.social-subscribe--sidebar .social-subscribe__subtitle {
  color: #6b7785;
  opacity: 1;
}

/* правовая информация — горизонтальный ряд внизу подвала */
.footer-legal-row {
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: row !important;
  gap: 8px 18px !important;
  margin: 28px 0 16px;
  padding: 0;
  list-style: none;
}
.footer-legal-row li {
  margin: 0 !important;
}
.footer-legal-row li a {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.footer-legal-row li a:hover {
  color: #fff !important;
}
@media (max-width: 556px) {
  .social-subscribe--footer {
    margin-top: 18px;
  }
}

/* кредиты разработки/дизайна — самый низ подвала, минимальный приоритет (десктоп; на мобиле — footer_descripiton_mobile) */
.footer-credits {
  margin: 18px 0 8px;
}
.footer-credits .program_info {
  color: rgba(255, 255, 255, 0.4);
  font-size: 11px;
  line-height: 1.6;
  margin: 0;
}
.footer-credits .end_link {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: underline;
}
.footer-credits .end_link:hover {
  color: #fff;
}
@media (max-width: 556px) {
  .footer-credits {
    display: none;
  }
}

/* вариант: баннер на главной (по центру, светлый фон) */
.social-subscribe-section {
  margin: 8px 0 0;
}
.social-subscribe--banner {
  text-align: center;
}
.social-subscribe--banner .social-subscribe__title {
  color: #011927;
  font-size: 18px;
}
.social-subscribe--banner .social-subscribe__subtitle {
  color: #6b7785;
  opacity: 1;
  margin-bottom: 16px;
}
.social-subscribe--banner .social-subscribe__links {
  justify-content: center;
}
