*,
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: hidden;
}

.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: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.call_widget {
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}
.call_widget .user_avatar {
  margin-bottom: 20px;
}
@media (max-width:768px) {
  .call_widget {
    padding: 20px 13px;
  }
}
.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: 10px;
  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: 10px;
  }
}

.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;
  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: center;
  gap: 0 14px;
  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;
  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: 90;
  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:556px)) {
  header nav.menu {
    position: fixed;
    left: 120%;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    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 45px;
}
@media (max-width:768px) {
  header nav.menu .flex_center {
    gap: 0 10px;
  }
}
@media ((max-width:556px)) {
  header nav.menu .flex_center {
    flex-direction: column;
    gap: 39px 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:556px)) {
  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: 11px;
  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 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: fit-content;
  display: flex;
  flex-direction: column;
}

.product_item {
  width: 100%;
  height: fit-content;
  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;
  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: 10px;
  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;
}
.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: 10px;
  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%;
}
@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;
}

.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%;
  }
}
.news .new_item .news_image img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.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: 10px;
  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: 10px;
  }
}
@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: 10px;
  }
}
.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: 10px;
  }
}
.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: 10px;
  }
}

@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-reverse;
  flex-wrap: wrap;
}
@media (max-width:1400px) {
  .tour-info .block-body {
    flex-direction: row;
  }
}
@media (max-width:556px) {
  .tour-info .block-body {
    flex-direction: column;
  }
}
.tour-info .block-body .tour_title {
  order: 1;
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: left;
  color: rgb(1, 25, 39);
  flex: 0 0 calc(70% - 20px);
    padding-right: 40px;
}
@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: 10px;
  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: 10px;
  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 calc(30% - 20px);
  order: 2;
  position: relative;
}
@media (max-width:1400px) {
  .tour-info .block-body .tour_images {
    flex: 0 0 calc(28% - 20px);
  }
}
@media (max-width:1200px) {
  .tour-info .block-body .tour_images {
    flex: 0 0 calc(40% - 20px);
  }
}
@media (max-width:768px) {
  .tour-info .block-body .tour_images {
    flex: 0 0 calc(35% - 20px);
  }
}
@media (max-width:556px) {
  .tour-info .block-body .tour_images {
    order: 3;
    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: 10px;
  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 {
  order: 4;
}
.tour-info .block-body .tour_info {
  flex: 0 0 calc(70% - 20px);
  order: 3;
}
@media (max-width:1400px) {
  .tour-info .block-body .tour_info {
    flex: 0 0 60%;
  }
}
@media (max-width:768px) {
  .tour-info .block-body .tour_info {
    flex: 0 0 65%;
  }
}
@media (max-width:556px) {
  .tour-info .block-body .tour_info {
    width: 100%;
    flex: 0 0 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 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;
  align-self: flex-start;
}
@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 {
  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: 10px;
  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-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: none;
}
.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;
}
@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: 10px;
  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: 10px;
  }
}

.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: 10px;
  }
}
.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: 576px){
    .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: -5px;
    background-color: #000;
  }
}
@media (max-width:556px) {
  .firm .firm_tours .tour_block .swiper-button-next {
    right: -5px;
    background-color: #000;
  }
}
.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: 10px;
  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%;
}

.hero.search_hero {
  padding: 30px 0 40px 0;
}
.hero.search_hero .hero_section_content {
  gap: 24px;
}

/* ============================
   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: 11px;
  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;
}
.filter_panel_manager {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #E8EDF2;
}

/* --- 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 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;
}

/* ============================
   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: 10px;
  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: 11px;
  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;
  gap: 12px;
  flex-wrap: wrap;
}
.tour-card__duration {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: #94A3B8;
}
.tour-card__duration svg { color: #1EB2F1; }

/* locations */
.tour-card__locations {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.tour-card__locations > svg { flex: 0 0 14px; margin-top: 2px; }
.tour-card__location-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  font-size: 13px;
  color: #011927;
  line-height: 1.5;
}
.tour-card__location-list li:not(:last-child)::after {
  content: " · ";
  color: #94A3B8;
}
.tour-card__country { color: #94A3B8; }

/* includes */
.tour-card__includes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}
.tour-card__include {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: #011927;
}

/* 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 220px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  background: #fdfafa;
  border-left: 1px solid #f5efe9;
}
.tour-card--promoted .tour-card__sidebar {
  background: #EBF6FF;
  border-left-color: #1EB2F1;
}

/* price */
.tour-card__price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  flex-wrap: wrap;
}
.tour-card__price-from {
  font-size: 12px;
  color: #94A3B8;
}
.tour-card__price-value {
  font-size: 24px;
  font-weight: 700;
  color: #034269;
  line-height: 1;
}
.tour-card__price-currency {
  font-size: 14px;
  color: #034269;
  font-weight: 500;
}

/* agency */
.tour-card__agency {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #94A3B8;
}
.tour-card__agency-link {
  font-size: 13px;
  color: #3170F6;
  text-decoration: none;
}
.tour-card__agency-link:hover { color: #1EB2F1; }

/* action buttons */
.tour-card__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
}
.tour-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.1s ease;
  white-space: nowrap;
}
.tour-card__btn:active { transform: scale(0.98); }
.tour-card__btn--primary {
  background: linear-gradient(92.82deg, #1EB2F1 -5.41%, #3170F6 105.92%);
  color: #fff;
}
.tour-card__btn--primary:hover { opacity: 0.88; color: #fff; }
.tour-card__btn--telegram {
  background: transparent;
  border: 1px solid #E8EDF2;
  color: #034269;
}
.tour-card__btn--telegram:hover { background: #F9FAFD; color: #034269; }
.tour-card__btn--telegram svg { color: #0088cc; }

/* 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;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .tour-card--promoted .tour-card__sidebar {
    border-left: none;
    border-top-color: #F8B918;
  }
  .tour-card__price { flex: 1 1 auto; }
  .tour-card__agency { flex: 0 0 100%; order: 3; }
  .tour-card__actions {
    flex-direction: row;
    flex: 0 0 auto;
  }
  .tour-card__btn { padding: 10px 14px; font-size: 12px; }
}

/* --- FAQ styles (from inline) --- */
.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: 10px;
  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: 10px;
  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: 10px;
  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;
}
.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;
}
