.tariff-variants__tab > * {
  pointer-events: none;
}
.tariff-variants__tab {
  pointer-events: auto;
}
.rank-math-breadcrumb {
  margin: 0;
  padding: 0;
  padding: 8px 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  list-style: none;
  white-space: nowrap;
  overflow: auto;
  text-overflow: ellipsis;
  color: #fff;
}
.rank-math-breadcrumb p {
  font-weight: 300;
  font-size: 16px;
  line-height: 110%;
}
.rank-math-breadcrumb p a {
  color: #fff;
  text-decoration: none;
}
.rank-math-breadcrumb p span {
  opacity: 0.8;
}
.badge {
  max-width: 100% !important;
}
.text-content img {
  height: auto;
}
.main-commands__social {
  margin-top: auto;
}
.main-commands__card {
  display: flex;
  flex-direction: column;
}
.main-commands__descr {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.commands__wrapper .main-commands__photo {
  padding-top: 75.77%;
}
.tours-filters {
  position: relative;
  z-index: 99;
}
.tours-content .page-title {
  width: 100%;
  text-align: center;
}
.tours-filters__select .select__option {
  cursor: pointer;
}
.center-root {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.header-banner {
  background: #ffe08a;
  margin-bottom: 10px;
  padding: 10px 0;
}
.header-banner__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 16px;
  color: #2e4e56;
  text-align: center;
}
.calendar-day {
  border: 1px solid transparent;
}
.calendar-day.data-start:hover {
  cursor: pointer;
  border: 1px solid #dabc98;
}
.calendar-list-parent {
  margin-top: 10px;
}
.calendar-list {
  padding: 10px;
  border: 1px solid rgba(94, 125, 129, 0.3);
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.calendar-list span {
  display: block;
  padding: 3px 5px;
  background: rgba(94, 125, 129, 0.7);
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
}
.header-popup-menu .menu-item-has-children.open::before {
  content: "▲";
}
.header-popup-menu .menu-item-has-children.open > .sub-menu {
  opacity: 1;
}
.page-template-page-reklama #menu-menyu-v-shapke > li:nth-child(1),
.page-template-page-reklama #menu-menyu-v-shapke > li:nth-child(2),
.page-template-page-reklama .header-popup-menu__row,
.page-template-page-reklama .header-popup-menu__btn,
.page-template-page-reklama .header-popup-navigation:nth-child(1) {
  display: none;
}
.reklamnoe_menyu {
  gap: 40px !important;
  justify-content: center !important;
}
.oldprice {
  text-decoration: line-through;
  text-decoration-color: red;
  font-size: 12px !important;
  opacity: 0.8;
}
.old-data {
  background: #e4e4e4 !important;
  color: #d0d0d0 !important;
}
.show-more-btn {
  cursor: pointer;
  background: 0 0;
  padding: 5px 0 30px;
  font-size: 18px;
  font-weight: 700;
  color: #dabc98;
}
.flatpickr-day.today {
  background: rgba(94, 125, 129, 0.3);
  border: rgba(94, 125, 129, 0.3);
}
.flatpickr-day.selected {
  background: rgba(94, 125, 129, 0.7);
  border: rgba(94, 125, 129, 0.7);
}
.flatpickr-months .flatpickr-month,
.flatpickr-weekdays {
  background: rgba(94, 125, 129, 0.7);
  color: #fff !important;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  fill: #fff;
}
.numInputWrapper,
span.flatpickr-weekday {
  color: #fff !important;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  color: #fff !important;
}
.flatpickr-day {
  border-radius: 5px !important;
}
.flatpickr-monthDropdown-month {
  color: #dabc98;
  border-bottom: 1px solid rgba(94, 125, 129, 0.6);
}
.flatpickr-calendar {
  overflow: hidden;
}
.flatpickr-current-month {
  display: flex;
  justify-content: space-between;
}
.stories {
  margin: 80px 0;
}
.stories__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.stories__left {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.stories__left h2 {
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
  color: #3a3030;
  margin-bottom: 10px;
  text-align: left;
}
.stories__left h2 span {
  color: #d5b594;
}
.stories__left p {
  font-size: 14px;
  opacity: 0.8;
  text-align: justify;
  padding-bottom: 20px;
  max-width: 656px;
  font-weight: 100;
  line-height: normal;
}
.stories__btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  margin-left: auto;
}
.stories__btns .stories__button-next,
.stories__btns .stories__button-prev {
  background: 0 0;
  box-shadow: none;
  cursor: pointer;
  width: 80px;
  height: 80px;
  padding: 20px;
  border-radius: 100px;
  border: 1px solid #b3b3b3;
  z-index: 80;
  transition: all 0.5s ease !important;
  transform: rotate(-45deg);
}
.stories__btns .stories__button-next:hover,
.stories__btns .stories__button-prev:hover {
  background: #45a3bc;
  border: 1px solid #45a3bc;
}
.stories__btns .stories__button-next:hover path,
.stories__btns .stories__button-prev:hover path {
  stroke: white;
}
.stories__btns .stories__button-next {
  transform: rotate(45deg);
}
.circle-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.circle-slider .swiper-slide {
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle-slider .circle {
  width: 100%;
  height: 100%;
  background-color: #ccc;
  border-radius: 50%;
  border: 2px solid #d5b594;
  transition: background-color 0.3s;
  cursor: pointer;
  overflow: hidden;
}
.circle-slider .circle:hover img {
  transform: scale(1.1);
}
.circle-slider .circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.5s ease;
}
.circle-slider .circle.active {
  background-color: #333;
}
@media (max-width: 1023.8px) {
  .stories {
    margin: 40px 0;
  }
  .stories__left h2 {
    font-size: 24px;
  }
  .stories__left p {
    font-size: 16px;
  }
  .stories__btns {
    display: none;
  }
  .circle-slider {
    margin-top: 0;
  }
}
.circle-slider .swiper-button-next,
.circle-slider .swiper-button-prev {
  color: #333;
  width: 15px;
  height: 15px;
}
.daily-stories {
  display: block;
  position: relative;
  width: 56.25vh;
  max-width: 100vw;
  height: 100vh;
  margin: 0 auto;
  background: #000;
  overflow: hidden;
}
.daily-stories__container {
  width: 56.25vh;
  height: 100vh;
  background: #000;
  overflow: hidden;
  display: flex;
  position: relative;
  transition: transform 0.25s cubic-bezier(0.8, 0, 0.2, 1);
  will-change: auto;
  touch-action: manipulation;
  transform: translate3d(0px, 0px, 0px);
  backface-visibility: hidden;
}
.daily-stories .slide {
  position: relative;
  display: block;
  width: 56.25vh;
  max-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  will-change: opacity;
  opacity: 0;
  filter: blur(0);
  transition:
    opacity 0.5s ease,
    filter 0.25s ease;
}
.daily-stories .slide.active {
  opacity: 1;
}
.daily-stories .slide img,
.daily-stories .slide video {
  width: 56.25vh;
  max-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  -o-object-fit: contain;
  object-fit: contain;
  object-fit: cover;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  pointer-events: none;
}
body.menu-open .slide.active {
  filter: blur(10px);
}
#prev-slide {
  display: block;
  width: 32px;
  height: 32px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 35vh - 16px);
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  opacity: 0.85;
  transition: opacity 0.25s ease;
}
#next-slide {
  display: block;
  width: 32px;
  height: 32px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% + 35vh - 16px);
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  opacity: 0.85;
  transition: opacity 0.25s ease;
}
#prev-slide::before,
#next-slide::before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 10px;
  border-right: 4px solid #555;
  border-bottom: 4px solid #555;
}
#prev-slide::before {
  left: 11px;
  transform: rotate(-225deg);
}
#next-slide::before {
  left: 8px;
  transform: rotate(-45deg);
}
#prev-slide:hover,
#next-slide:hover {
  opacity: 1;
}
#prev-slide:hover::before,
#next-slide:hover::before {
  border-right-color: #043cb7;
  border-bottom-color: #043cb7;
}
body.mobile #prev-slide,
body.mobile #next-slide {
  display: none;
}
.central-area {
  position: absolute;
  width: 30vh;
  height: 75vh;
  z-index: 1;
  display: block;
  top: 15vh;
  left: calc(50% - 15vh);
}
@media (min-width: 800px) {
  .central-area {
    width: 55vh;
    top: 12.5vh;
    left: calc(50% - 27.5vh);
  }
}
.central-area .button {
  width: 48px;
  height: 48px;
  display: block;
  position: absolute;
  top: calc(50% - 24px - 2.5vh);
  left: calc(50% - 24px);
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
@media (min-width: 800px) {
  .central-area .button {
    top: calc(50% - 24px);
  }
}
@media (any-hover: hover) {
  .central-area:hover .button {
    opacity: 0.5;
  }
}
@media (any-hover: none) {
  .central-area:active .button {
    opacity: 0.5;
  }
}
.central-area .button svg {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.central-area .button svg path {
  display: none;
}
.central-area[data-state="paused"] .button svg #path_play {
  display: block;
}
.central-area[data-state="playing"] .button svg #path_pause {
  display: block;
}
body.menu-open .central-area .button {
  opacity: 0;
}
.progress-bars {
  position: absolute;
  padding: 10px 5px 87px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  display: flex;
}
.progress-bars::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(rgba(0, 0, 0, 0.5), transparent);
}
.progress-bars[data-count="1"] .bar {
  width: calc(100% - 6px);
}
.progress-bars[data-count="2"] .bar {
  width: calc(50% - 6px);
}
.progress-bars[data-count="3"] .bar {
  width: calc(33.3333333333% - 6px);
}
.progress-bars[data-count="4"] .bar {
  width: calc(25% - 6px);
}
.progress-bars[data-count="5"] .bar {
  width: calc(20% - 6px);
}
.progress-bars[data-count="6"] .bar {
  width: calc(16.6666666667% - 6px);
}
.progress-bars[data-count="7"] .bar {
  width: calc(14.2857142857% - 6px);
}
.progress-bars[data-count="8"] .bar {
  width: calc(12.5% - 6px);
}
.progress-bars[data-count="9"] .bar {
  width: calc(11.1111111111% - 6px);
}
.progress-bars[data-count="10"] .bar {
  width: calc(10% - 6px);
}
.progress-bars[data-count="11"] .bar {
  width: calc(9.0909090909% - 6px);
}
.progress-bars[data-count="12"] .bar {
  width: calc(8.3333333333% - 6px);
}
.progress-bars[data-count="13"] .bar {
  width: calc(7.6923076923% - 6px);
}
.progress-bars[data-count="14"] .bar {
  width: calc(7.1428571429% - 6px);
}
.progress-bars[data-count="15"] .bar {
  width: calc(6.6666666667% - 6px);
}
.progress-bars[data-count="16"] .bar {
  width: calc(6.25% - 6px);
}
.progress-bars[data-count="17"] .bar {
  width: calc(5.8823529412% - 6px);
}
.progress-bars[data-count="18"] .bar {
  width: calc(5.5555555556% - 6px);
}
.progress-bars[data-count="19"] .bar {
  width: calc(5.2631578947% - 6px);
}
.progress-bars[data-count="20"] .bar {
  width: calc(5% - 6px);
}
.bar {
  display: block;
  position: relative;
  border-radius: 3px;
  height: 3px;
  margin: 0 3px;
  cursor: pointer;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.4);
}
.bar span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  border-radius: 3px;
  background-color: #fff;
  will-change: auto;
  transform: translateX(-101%) rotate(0deg);
}
.bar.seen span {
  transform: translateX(0%) rotate(0deg);
}
.bar.animate span {
  animation: bar 0s 0s linear both;
}
body.paused .bar.animate span,
body.menu-open .bar.animate span {
  animation-play-state: paused;
}
.popup-stories {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}
.popup-stories .daily-stories {
  transform: scale(0);
  transition: all 0.5s ease;
}
.popup-close-storis {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
}
@media (max-width: 800px) {
  .popup-close-storis {
    top: 20px;
    z-index: 2;
  }
}
.popup-stories.show {
  visibility: visible;
  opacity: 1;
}
.popup-stories.show .daily-stories {
  transform: scale(1);
}
.story-popup {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}
.story {
  position: relative;
}
.story-close {
  position: absolute;
  top: 18px;
  right: 4px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 999;
}
.story-close span {
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  background-color: white;
  transition: transform 0.3s ease;
}
.story-close span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.story-close span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.story {
  width: 56.25vh;
  height: 100vh;
  background: #000;
  overflow: hidden;
  display: flex;
  position: relative;
  transition: transform 0.25s cubic-bezier(0.8, 0, 0.2, 1);
  will-change: auto;
  touch-action: manipulation;
  transform: translate3d(0px, 0px, 0px);
  backface-visibility: hidden;
}
.story__slider {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.story__slide {
  position: relative;
}
.story__slide video,
.story__slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.story__pagination {
  bottom: unset !important;
  top: 8px !important;
  display: flex;
  padding: 0 4px;
  width: calc(100% - 8px) !important;
}
.story__pagination .swiper-pagination-bullet {
  flex-grow: 1;
  border-radius: 100vh;
  height: 3px;
  margin: 0 2px !important;
  background-color: rgba(247, 247, 245, 0.4);
  opacity: 1;
}
.story__pagination .swiper-pagination-bullet .swiper-pagination-progress {
  height: 100%;
  width: 0%;
  border-radius: 100vh;
  background-color: #f7f7f5;
}
.story__next,
.story__prev {
  color: white;
}
@media (max-width: 500px) {
  .story__next,
  .story__prev {
    display: none;
  }
}
.reviews {
  padding: 100px 0;
}
.reviews-slider {
  overflow: hidden;
}
.reviews-slider-item {
  border: 1px solid #cfd8d9;
  border-radius: 5px;
  padding: 30px;
}
.reviews-slider-author {
  display: flex;
  gap: 15px;
}
.reviews-slider-author__avatar {
  width: 60px;
  height: 60px;
  background-color: #f285aa;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  border-radius: 100px;
}
.swiper-slide:nth-child(2n) .reviews-slider-author__avatar {
  background-color: #6ca632;
}
.swiper-slide:nth-child(3n) .reviews-slider-author__avatar {
  background-color: #8585cc;
}
.reviews-slider-author__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.reviews-slider-author__content h3 {
  color: #3a3030;
  font-size: 18px;
  font-weight: 500;
}
.reviews-slider-author__content p {
  color: #3a3030;
  opacity: 0.5;
  font-size: 16px;
}
.reviews-slider-item__raiting {
  margin: 15px 0 20px;
}
.reviews-slider-item__text {
  color: #3a3030;
  font-size: 16px;
  line-height: 150%;
}
.reviews-slider .swiper-slide {
  height: auto;
}
.reviews-slider .reviews-slider-item {
  height: 100%;
}
.reviews-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 15px;
}
.reviews-header__btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.reviews-header__title {
  font-size: 45px;
  font-weight: 600;
}
.reviews-header__btn-prev,
.reviews-header__btn-next {
  background-color: transparent;
  border-radius: 100%;
  border: 1px solid #dabc98;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reviews-header__btn-prev path,
.reviews-header__btn-next path {
  stroke: #dabc98;
}
.reviews-header__btn-prev svg {
  transform: rotate(-45deg);
}
.reviews-header__btn-next svg {
  transform: rotate(45deg);
}
@media (max-width: 680px) {
  .reviews {
    padding: 80px 0;
  }
  .reviews-header__title {
    font-size: 35px;
  }
  .reviews-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .reviews-header__btns {
    display: none;
  }
}
.tour-day-label *[data-hide-content]:after {
  display: none !important;
}
.group-price-table {
  padding: 10px;
  border: 1px solid rgba(94, 125, 129, 0.3);
  border-radius: 5px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.group-price-table__header {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 14px;
  color: #333;
}
.group-price-table__header span {
  flex: 0 0 50%;
  display: flex;
  justify-content: center;
}
.group-price-table__header img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.group-price-table__row {
  display: flex;
  justify-content: space-between;
  border: 1px solid rgba(94, 125, 129, 0.3);
  padding: 8px 12px;
  border-radius: 3px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #000;
}
.group-price-table__row span {
  flex: 0 0 50%;
  display: flex;
  justify-content: center;
  text-align: center;
}


.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 {
  border-radius: 100px;
}
.tariff-variants__tabs {
  display: flex;
  gap: 10px;
}
.tariff-variants__tab {
  flex: 1 1 auto;
  border: 1px solid rgba(94, 125, 129, 0.4);
  background: 0 0;
  color: #dabc98;
  font-size: 12px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding: 7px 3px;
  gap: 8px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.tariff-variants__tab img {
  width: 35px;
  height: 35px;
}
.tariff-variants__tab.is-active img,
.tariff-variants__tab:hover img {
  mix-blend-mode: screen;
  filter: brightness(2);
}
.tariff-variants__tab.is-active,
.tariff-variants__tab:hover {
  color: #fff;
  background: #d5b594;
}
.tariff-variants__pane {
  display: none;
}
.tariff-variants__pane.is-active {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.individual-tour .checkbox-text,
.individual-tour .info-form {
  color: white;
}
.tour-includes {
  --bg: #fff;
  --text: #1f2a37;
  --muted: #6b7280;
  --line: #e5e7eb;
  --primary: #2b7bbb;
  --primary-soft: #eaf3fb;
  --ok: #37b24d;
  --shadow: 0 10px 28px rgba(17, 24, 39, 0.08);
  margin: 40px 0;
}
.tour-includes__head {
  margin-bottom: 18px;
}
.tour-includes__title {
  margin: 0 0 6px;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.2;
  color: var(--text);
  font-weight: 700;
}
.tour-includes__subtitle {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}
.tour-includes__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.tour-includes__card {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
  padding: 18px 18px 16px;
}
.tour-includes__card-title {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 10px;
}
.tour-includes__card--included {
  background: linear-gradient(180deg, var(--primary-soft), #fff 60%);
  border-color: rgba(43, 123, 187, 0.25);
}
.tour-includes__card--extra {
  background: #fff;
}
.tour-includes__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.tour-includes__item {
  position: relative;
  padding-left: 28px;
  color: var(--text);
  line-height: 1.55;
  font-size: 14px;
}
.tour-includes__item--ok::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 18px;
  height: 18px;
  background: var(--ok);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9.0 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E")
    center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9.0 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E")
    center/contain no-repeat;
}
.tour-includes__item--arrow::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.5em;
  width: 0;
  height: 0;
  border-left: 10px solid #9ca3af;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  opacity: 0.95;
}
@media (max-width: 900px) {
  .tour-includes__grid {
    grid-template-columns: 1fr;
  }
}
.tour-benefits {
  --text: #1f2a37;
  --muted: #6b7280;
  --line: #e5e7eb;
  --primary: #2b7bbb;
  --shadow: 0 10px 28px rgba(17, 24, 39, 0.08);
  margin: 40px 0;
}
.tour-benefits__head {
  margin-bottom: 16px;
}
.tour-benefits__title {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.2;
  color: var(--text);
  font-weight: 700;
}
.tour-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.tour-benefits__item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 14px;
  align-items: start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
  padding: 16px;
}
.tour-benefits__icon {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  border: 1px solid rgba(43, 123, 187, 0.25);
  background: rgba(43, 123, 187, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
}
.tour-benefits__icon-img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}
.tour-benefits__item-title {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.25;
  color: var(--text);
  font-weight: 700;
}
.tour-benefits__item-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted);
}
@media (max-width: 1024px) {
  .tour-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .tour-benefits__grid {
    grid-template-columns: 1fr;
  }
  .tour-benefits__item {
    grid-template-columns: 64px 1fr;
  }
}
.tour-intro {
  --text: #1f2a37;
  --muted: #667085;
  --line: #e6e9ef;
  --primary: #2b7bbb;
  --primarySoft: rgba(43, 123, 187, 0.1);
  --shadow: 0 10px 26px rgba(17, 24, 39, 0.08);
  margin: 16px 0 24px;
  background: #fff;
  border: 1px solid rgba(94, 125, 129, 0.3);
  border-radius: 5px;
  padding: 16px 18px;
}
.tour-params {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}
.tour-param {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(94, 125, 129, 0.3);
}
.tour-param__ico {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(94, 125, 129, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.tour-param__ico svg {
  width: 20px;
  height: 20px;
  fill: rgba(94, 125, 129, 1);
}
.tour-param__meta {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.tour-param__label {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.2;
}
.tour-param__value {
  font-size: 14px;
  color: var(--text);
  font-weight: 800;
  line-height: 1.25;
}
.tour-intro__about {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px dashed var(--line);
}
.tour-intro__about p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--text);
}
.tour-intro__route {
  margin-top: 10px;
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 14px;
  color: var(--muted);
}
.tour-intro__route-ico {
  margin-top: 2px;
}
@media (max-width: 640px) {
  .tour-params {
    grid-template-columns: 1fr;
  }
}
