

/* Start:/local/templates/travelsoft/components/bitrix/news/tours/bitrix/news.detail/.default/style.css?177679243632274*/
.drawer-fullscreen--with-tabs .nav-pills {
  transform: translateY(-15px);
  margin-bottom: 0;
}

.drawer-fullscreen--with-tabs.active .nav-pills {
  transform: translateY(-32px);
}

.parent-zIndex:not(.active) .drawer-fullscreen .with-patern {
  background-image: none;
}

.scroll-nav-wrapper .scroll-nav>ul {
  display: flex;
  flex-flow: row;
  background: rgba(255, 255, 255, 1);
  /*width: fit-content;*/
  white-space: nowrap;
  overflow: auto;
}

.scroll-nav-wrapper .scroll-nav>ul>li.nav-item>a {
  padding: 0.5rem 1rem;
  display: block;
}

.tour-sale-block {
  padding-bottom: 20px;
}

.list-single-main-item {
  font-size: 16px;
  padding: 25px 25px 25px;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  flex-grow: 1;
  flex-basis: 0;
}

section.children-bg-white {
  color: #000;
}

.text-price {
  color: #ff8b1a;
  font-size: 18px;
  line-height: 1.3;
}

.list-single-main-item .tour-programm {}

.list-single-main-item .tour-programm>ul {
  display: flex;
  flex-flow: column;
}

.short_info__wrapper .short_info__inner {
  background: linear-gradient(306deg, #f707598f 0.52%, #f7fff8 51.04%, #19b8fd 100%);
  padding: 3px;
  color: #454545;
  border-radius: 10px;
}

.short_info__wrapper .short_info__inner .flat-hero-container {
  background: #fff;
  border-radius: 10px;
  padding: 15px 20px 10px;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.short_info__wrapper .short_info__inner .flat-hero-container .box-widget-item-header h3 {
  font-size: 22px;
}

.short_info__wrapper .short_info__inner .flat-hero-container .box-widget-list li {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 5px;
  position: relative;
  width: 100%;
  text-align: left;
  display: inline-flex;
}

.ok li {
  position: relative;
  padding-left: 20px;
}

.ok li {
  position: relative;
  padding-left: 20px;
  float: unset;
  width: 100%;
  line-height: 1.2;
  list-style: none;
}

.no li {
  position: relative;
  padding-left: 20px;
}

.no li {
  position: relative;
  padding-left: 20px;
  float: unset;
  width: 100%;
  line-height: 1.2;
  list-style: none;
  margin-left: 0;
}

.no li::before {
  font-style: normal;
  font-weight: 400;
  content: "-";
  color: #eb0253;
  position: absolute;
  left: 0;
  top: 0;
}

.ok li::before {
  font-style: normal;
  font-weight: 400;
  font-size: px;
  content: "✔";
  color: #5dceb0;
  position: absolute;
  left: 0;
  top: 0;
}

.list-single-main-item-content {
  font-size: 16px;
}

section.detail-tour-section {
  padding: 10px 0;
  background: #fff;
}

.a-new-button.act.booking-btn {
  font-size: 16px;
  padding: 1rem;
  border: 2px solid #3079e9;
  border-radius: 0.5rem;
  margin-left: 1rem;
  background-color: #0079bf;
  color: white;
}

.a-new-button.act.booking-btn:hover {
  color: whitesmoke;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.short_info__wrapper .short_info__inner .flat-hero-container .action__button {
  padding: 8px 25px;
  border: 1px solid #0079bf;
  display: inline-block;
  border-radius: 0.5rem;
}

.list-single-main-media {
  overflow: hidden;
  margin-bottom: 0px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-flow: column;
  width: auto;
}

.list-single-carousel-wrap .sw-btn,
.single-slider-wrapper .sw-btn {
  top: 50%;
}

.single-slider-wrapper img,
.inline-carousel img {
  width: 100%;
  height: auto;
}

.single-slider-wrapper .slider-nav .slick-slide-item {
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.single-slider-wrapper .slider-nav .slick-current .slick-slide-item,
.single-slider-wrapper .slider-nav .slick-slide-item:hover {
  opacity: 1;
}

.single-slider-wrapper .slick-slide {
  padding-right: 1px;
  padding-left: 1px;
}

.single-slider-wrapper {
  position: relative;
  width: 100%;
}

.single-slider-wrapper .detail-page-dots-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.single-slider-wrapper .detail-page-dots-container .sw-btn {
  color: white;
  height: 100%;
  display: flex;
  align-items: center;
}

.single-slider-wrapper .detail-page-dots-container .sw-btn i {
  padding: 0.5rem;
  margin: 0.5rem;
  border-radius: 50%;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.8);
  --hover: #0079bf;
  --color: #efefef;
  color: var(--color);
  transition: 0.25s;
}

.single-slider-wrapper .detail-page-dots-container .sw-btn:hover,
.single-slider-wrapper .detail-page-dots-container .sw-btn:focus {
  background: rgba(0, 0, 0, 0.4);
}

.single-slider-wrapper .detail-page-dots-container .sw-btn:hover i,
.single-slider-wrapper .detail-page-dots-container .sw-btn:focus i {
  border-color: var(--hover);
  color: #fff;
  animation: pulse 1s;
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}

.tour-sale-block .single-slider-wrapper .slick-slide-item {
  display: block;
}

.tour-sale-block .single-slider-wrapper .slick-slide-item:nth-child(n+2) {
  display: none;
}

.tour-sale-block .tour-detail-photo-and-short-description {
  display: flex;
  gap: 0rem;
  width: 100%;
  font-size: 16px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  flex-wrap: wrap;
}

.tour-sale-block .tour-detail-photo-and-short-description h3 {
  font-size: 26px;
}

.tour-sale-block .tour-detail-photo-and-short-description .tour-detail-photo {}

.tour-sale-block .tour-detail-photo-and-short-description .tour-detail-short-description {
  display: flex;
  flex-flow: column;
  gap: 1rem;
}

.tour-sale-block .tour-detail-photo-and-short-description .list-single-hero-price {
  font-size: 16px;
  color: #0079bf;
  font-weight: 700;
}

.tour-sale-block .tour-detail-photo-and-short-description .list-single-hero-price span {
  font-size: 22px;
}

.tour-sale-block .tour-detail-photo-and-short-description .tour-detail-short-description .reviews-score-wrap ul {}

.tour-sale-block .tour-detail-photo-and-short-description .tour-detail-short-description .reviews-score-wrap ul li {
  display: flex;
  gap: 1rem;
  flex-flow: row;
  margin: 0.25rem 0rem;
}

.tour-sale-block .tour-detail-photo-and-short-description .tour-detail-photo .slider-for {
  width: 100%;
}

.tour-program-wrapper {
  font-size: 16px;
}

.tour-program-wrapper .tour-program-day {
  break-inside: avoid-column;
  border: none;
  border: 1px solid #efefef;
}

.tour-program-wrapper .tour-program-day .tour-program-day-title {
  width: 100%;
  text-align: left;
  display: flex;
  gap: 0.5rem;
}

.tour-program-wrapper .tour-program-day .card-header {
  background: #fff;
  padding: 0;
  border: 0;
}

.list-double-main-items {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

@media only screen and (max-width: 648px) {
  .list-double-main-items {
    display: block;
  }
}

.scroll-tabs .scroll-tabs__item a {
  color: #00b6aa !important;
}

.scroll-tabs .scroll-tabs__item.active a {
  color: #ffffff !important;
  background: #4351dd !important;
}

.btn-search-block a,
.need-help__button {
  background-color: #00b6aa !important;
  outline: none !important;
}

.btn-search-block a:hover,
.btn-search-block a:focus {
  box-shadow: 0 3px 15px #00b6aa !important;
}

.need-help__button:hover,
.need-help__button:focus {
  box-shadow: 0 3px 15px #00b6aa !important;
}

.btn-search-tour-block .info__price,
.similar-hotels__price {
  color: #00b6aa !important;
}

.tour-chars__item .icon {
  color: #4351dd !important;
}

.tour-program__spoiler-header {
  color: #4351dd !important;
}

.search-tour .btn-to-search {
  transition: all .5s ease-in-out;
}

.search-tour .btn-to-search:hover {
  background: #ffffff;
  color: #4351dd;
}

.price-booking #inner-offers-search-form .btn.btn-secondary {
  background-color: #4351dd !important;
  border-color: #4351dd !important;
}

.tour__price-from {
  color: #0079bf;
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
  /* margin-bottom: 15px; */
  text-align: center;
}


/* CALENDAR START */

:root {
  --tc-bg: #fff;
  --tc-card-shadow: 0 8px 30px rgba(26, 36, 60, 0.06);
  --tc-border: #edf1f7;
  --tc-muted: #98a2b3;
  --tc-text: #1f2937;
  --tc-accent: #5b7cff;
  --tc-accent-weak: #d7dbff;
  --tc-accent-weak-2: #a0b5ff;
  --tc-header-icon: #7c83ff;
  --tc-footer-bg: #eef1ff;
  --tc-divider: #e8ecf4;
}

.tc {
  background: var(--tc-bg);
  border: 1px solid var(--tc-border);
  border-radius: 24px;
  box-shadow: var(--tc-card-shadow);
  padding: 20px 22px 18px;
  color: var(--tc-text);
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.tc__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.tc__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 28px;
  border-radius: 12px;
  color: var(--tc-header-icon);
  background: #f6f7ff;
  border: 1px solid #e9ecff;
  cursor: pointer;
}

.tc__title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.tc__title-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 10px;
  color: var(--tc-header-icon);
  background: #f6f7ff;
  border: 1px solid #e9ecff;
}

.tc__months-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}

.tc__months {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 8px 6px 2px;
  min-height: 320px;
}

.tc__divider {
  position: absolute;
  top: 18px;
  bottom: 76px;
  left: 50%;
  width: 1px;
  background: var(--tc-divider);
  transform: translateX(-50%);
}

.tc__month {
  border-radius: 16px;
  overflow: hidden;
}

.tc__month-title {
  font-weight: 600;
  font-size: 16px;
  padding: 6px 6px 10px 6px;
}

.tc__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  row-gap: 4px;
}

.tc__wd {
  font-size: 12px;
  color: var(--tc-muted);
  padding: 6px 0;
  text-align: center;
}

.tc__cell {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 11;
}

.tc__cell_link .tc__num {
  background: #E7EAFF;
  color: #000000;
  transition: .25s all ease-in-out;
}

.tc__cell_link:hover .tc__num {
  background: var(--tc-accent) !important;
  color: #fff !important;
}

.tc__num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .12s ease;
  position: relative;
  z-index: 1;
}

.tc__cell.out {
  color: #c7c7cf;
}

.tc__cell.in .tc__num {
  background: var(--tc-accent-weak);
  color: #2a3a5e;
}

.tc__cell.start .tc__num {
  background: var(--tc-accent);
  color: #fff;
}

.tc__cell.end .tc__num {
  background: var(--tc-accent-weak-2);
  color: #fff;
}

.tc__cell.today .tc__num::after {
  content: "";
  position: absolute;
  inset: auto auto 4px auto;
  width: 20px;
  height: 20px;
  border: 1px dashed #cbd5e1;
  border-radius: 50%;
}

.tc__footer {
  margin-top: 14px;
}

.tc__badge {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  background: var(--tc-footer-bg);
  border: 1px solid #dfe5ff;
  color: #2a3a5e;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
}

.tc__badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 10px;
  color: var(--tc-header-icon);
  background: #f6f7ff;
  border: 1px solid #e9ecff;
  flex: 0 0 28px;
}

.tc__badge-label {
  color: #3b3f5c;
  margin-right: 4px;
}

.tc__dates-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.tc__pill {
  cursor: pointer;
  user-select: none;
  border: 1px solid #dfe5ff;
  background: #fff;
  border-radius: 999px;
  padding: 6px 10px;
  font-weight: 600;
  color: #3b3f5c;
  transition: all .15s ease;
}

.tc__pill:hover {
  transform: translateY(-1px);
}

.tc__pill.active {
  background: var(--tc-accent);
  border-color: var(--tc-accent);
  color: #fff;
}

.tc__chosen {
  margin-left: auto;
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 700
}

.tc__chosen strong {
  min-width: 90px;
  text-align: center
}

@media (max-width:1064px) {
  .tc__months {
    grid-template-columns: 1fr;
    gap: 16px;
    min-height: 620px;
  }

  .tc__divider {
    display: none;
  }

  .tc__chosen {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    margin-left: 0
  }
}

/* CALENDAR END */

/* WILLSEE START */

.object__item {
  width: 100%;
  display: flex;
  flex-direction: column;

  border-radius: 15px;
  background: #ffffff;
  border: 1px solid #DBDBDB;
  text-decoration: none;
  cursor: pointer;
}

.object__item_modal {
  border: none;
}

.picture {
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
}

.picture__aspect {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  position: relative;
}

.picture__absolute {
  inset: 0;
  position: absolute;
}

.picture__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
}

.object__content {
  display: flex;
  justify-content: flex-start;
  align-items: center;

}

.object__name {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
  padding: 12px;
  min-height: 80px;
}

.object__content_modal {
  display: flex;
  gap: 0.5em;
  flex-direction: column;

  justify-content: flex-start;
  align-items: flex-start;
}

.modal-body_object {
  padding: 0px 30px 30px 30px !important;
}

.object__name_modal {
  color: #000000;
  font-size: 28px;
  font-weight: 700;
  margin-top: 1.5em;
}

.object__description {
  font-size: 16px;
  text-align: justify;
}

.object__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.object__arrows {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  height: 100%;
}

.swiper-button-prev_will-see,
.swiper-button-next_will-see {
  position: relative !important;
  top: unset !important;
  left: unset !important;
  right: unset !important;
  bottom: unset !important;
  width: 40px !important;
  height: 40px !important;

  border-radius: 50% !important;
  background: #00B6AA !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-top: 0 !important;
}

.swiper-button-prev_will-see:after,
.swiper-button-next_will-see::after {
  font-size: 15px !important;
  color: #ffffff !important;
}


.swiper-button-prev_will-see_modal,
.swiper-button-next_will-see_modal {
  position: relative !important;
  top: unset !important;
  left: unset !important;
  right: unset !important;
  bottom: unset !important;
  width: 50px !important;
  height: 50px !important;

  border-radius: 50% !important;
  background: #00B6AA !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-top: 0 !important;
}

.swiper-button-prev_will-see_modal:after,
.swiper-button-next_will-see_modal::after {
  font-size: 15px !important;
  color: #ffffff !important;
}

.object {
  background: #EBEFFC;
  margin-top: 20px;
  padding: 15px 20px;
  border-radius: 25px;
}




/* WILLSEE END */

.page--new section.section-default.gallery-block {
  margin-top: 20px !important;
}

@media screen and (min-width: 768px) {
  .dhidden {
    display: none !important;
  }

  section {
    padding: 0 !important;
  }
}


@media screen and (max-width: 768px) {

  .mhidden {
    display: none !important;
  }

  .slick-dots {
    display: none !important;
  }

  .hotel-page .row {
    flex-direction: column;
  }


  .preview-gallery {
    display: flex;
    flex-direction: column-reverse;
  }

  .page--new .sr-tags {
    position: relative !important;
    top: unset !important;
    padding: 0 !important;
    width: 100% !important;
    gap: 5px !important;
  }

  .preview-gallery__item img {
    height: 200px !important;
  }

  .preview-gallery__wrapper {
    min-height: 200px !important;
  }

  .preview-gallery__thumbs-wrapper {
    display: none !important;
  }

  .section--relative-beyond {
    display: none !important;
  }

  .page--new section.section-default {
    padding: 10px !important;
  }

  .add-info__tabs-list__wrapper {
    gap: 5px !important;
  }

  .add-info__tabs-list-item {
    padding: 10px 5px !important;
    font-size: 12px !important;
  }

  .hotel-char__text {
    font-size: 12px;
    color: #000000;
  }

  .page--new .section-default.map-distance {
    margin: 0 !important
  }

  h3 {
    margin: 20px 0px !important;
  }

  section {
    padding: 20px 0px !important;
  }

  /* .swiper-recomendation .swiper-wrapper {
        padding: 0 !important;
    } */

  .tour-program__spoiler-content--right {
    flex-basis: 100% !important;
  }
}

/* .hotels-block .slick-list,
.hotels-block .slick-track,
.hotels-block__items .slick-slide {
    width: 100% !important;
} */

.hotels-block__item {
  border: none !important;
  background: #ffffff !important;
  border-radius: 20px !important;
}

.hotels-block__preview {
  display: flex !important;
  flex-direction: row !important;
  padding: 15px 15px 30px 15px !important;
  justify-content: space-between !important;
  align-items: center !important;
}

@media screen and (min-width: 768px) {
  .hotels-block__thumb {
    height: 240px !important;
  }
}

.program__header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-top: 20px;
}

.tour-program__hide-all {
  border: none;
  background: #00b6aa;
  color: #ffffff;
  border-radius: 100px;
  padding: 10px;
  text-align: center;
  height: 100%;
  cursor: pointer;
  transition: .25s all ease-in-out;
}

.tour-program__hide-all:hover {
  background: #ffffff;
  color: #00b6aa;
}

.tour-program__hide-all:focus {
  outline: none !important;
}

@media screen and (max-width: 768px) {
  .sr-tags {
    margin-bottom: 10px !important;
  }
}

.hotels-block__name {
  height: 100% !important;
}

.hotels-block .slick-dots {
  bottom: 10px !important;
}

.hotels-block__items .slick-arrow {
  color: #000000 !important;
}

.hotels-block__items .slick-prev {
  left: 15px !important;
}

.hotels-block__items .slick-next {
  right: 15px !important;
}

.swiper-recomendation .swiper-wrapper {
  align-items: stretch;
}


.swiper-recomendation .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}


.swiper-recomendation .swiper-slide>a {
  display: flex;
  flex: 1 1 auto;
}


.swiper-recomendation .slider-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}


.swiper-recomendation .geodir-category-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
}

.swiper-recomendation .geodir-category-img.card-post {
  height: 186px;
  overflow: hidden;
}

.page--new .btn-search-block a {
  border-radius: 30px !important;
}

.slider-card {
  margin: 0 !important;
}

/* HELP START */

.help {
  padding: 0;
  border-radius: 30px;
  background: #ffffff;
  margin-bottom: 20px;
}

.help__container,
.help__container_choice {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 20px;
  justify-content: center;
  align-items: center;
}

.help__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.help__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 21.6px;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
}

.help__subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #00000099;
}

.help__btn {
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
  padding: 10px 40px;
  white-space: nowrap;
  background: #00B6AA;
  box-shadow: 0 3px 15px #00b6aa00;
  border: none !important;
  transition: all .25s ease-in-out;
}

.help__btn:hover {
  box-shadow: 0 3px 15px #00B6AA;
}

.help__input {
  position: relative;
  display: inline-block;
  padding: 10px 20px 10px 30px;
  border: 1px solid #00000099;

}

.help__svg {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.help__phone {
  /* color: #00000099; */
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  border: none !important;
  width: 130px;
}

.help__input,
.help__btn {
  /* width: 185px; */
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 500px;
}

.help__form {
  display: flex;
}

.form__container {

  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;

}


.help_expert {
  display: flex;
  justify-content: space-between;
  padding: 20px !important;
}

.help_expert .help__container {
  /* padding: 0 !important; */
  gap: 15px !important;
}

.form__container_expert {
  flex-direction: column;
}

.help__container_expert {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px;
  background: #F0F5F9;
  border-radius: 15px;

}

.expert__name {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #00000099;
}

.help__header_expert {
  align-items: flex-start !important;
}

/* HELP END */

.ready {
  background: linear-gradient(to bottom right, #0000004D, #0000004D), url('/local/templates/travelsoft/img/ready.jpg');
  background-size: cover;
  background-position: top;
  padding: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
}

.ready__content {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  gap: 25px;
  justify-content: center;
  align-items: center;
}

.ready__title {
  font-weight: 700 !important;
  font-size: 40px !important;
  line-height: 100% !important;
  letter-spacing: 0% !important;
  text-align: center !important;
  color: #FFFFFF !important;
}

.ready__btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;

  padding: 20px 40px;
  text-align: center;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 500px;

  transition: all .25s ease-in-out;
}

.ready__btn:hover {
  color: #ffffff !important;
  background: #4351dd !important;
}

.swiper-nav__item {
  width: 30px !important;
  height: 30px !important;

  border-radius: 50% !important;
  background: #00B6AA !important;
  /* background: #FFFFFF !important; */

  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-top: 0 !important;
}

.swiper-nav__item:after {
  font-size: 15px !important;
  color: #ffffff !important;
  /* color: #000000 !important; */
}

.swiper-number {
  border-radius: 15px !important;
}

@media screen and (min-width: 768px) {
  .dhidden {
    display: none !important;
  }

  .recommended {
    padding: 20px 0px 0px 0px !important;
  }

  .section__ready {
    padding: 20px 0px 0px 0px !important;
  }

  h3 {
    margin-top: 0px !important;
  }
}


@media screen and (max-width: 768px) {

  .mhidden {
    display: none !important;
  }

  .slick-dots {
    display: none !important;
  }

  .preview-gallery {
    display: flex;
    flex-direction: column-reverse;
  }

  .page--new .sr-tags {
    position: relative !important;
    top: unset !important;
    padding: 0 !important;
    width: 100% !important;
    gap: 5px !important;
  }

  .preview-gallery__item img {
    height: 200px !important;
  }

  .preview-gallery__wrapper {
    min-height: 200px !important;
  }

  .preview-gallery__thumbs-wrapper {
    display: none !important;
  }

  .section--relative-beyond {
    display: none !important;
  }

  .page--new section.section-default {
    padding: 10px !important;
  }

  .add-info__tabs-list__wrapper {
    gap: 5px !important;
  }

  .add-info__tabs-list-item {
    padding: 10px 5px !important;
    font-size: 12px !important;
  }

  .hotel-char__text {
    font-size: 12px;
    color: #000000;
  }

  .page--new .section-default.map-distance {
    margin: 0 !important
  }

  h3 {
    margin: 20px 0px !important;
  }

  section {
    padding: 0px 0px !important;
  }

  .swiper-recomendation .swiper-wrapper {
    padding: 0 !important;
  }
}

/* Добавляем после вашего медиа-запроса 768px */

@media screen and (max-width: 768px) {
  .hotel-page .row {
    flex-direction: column;
  }

  .main-content,
  .sidebar-content {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .sidebar-content {
    /* margin-top: 30px; */
  }

  .ready {
    padding: 60px 20px;
    margin: 20px 0;
  }

  .ready__title {
    font-size: 32px !important;
  }

  .recommended__container {
    padding: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 15px;
  }

  .preview-gallery__items,
  .hotel-gallery-slick {
    margin: 0 -5px;
  }

  .preview-gallery__item {
    margin: 0 5px;
  }

  .section-default {
    margin-bottom: 30px;
    padding: 0 10px;
  }

  .about__wrapper,
  .add-info__wrapper {
    padding: 15px;
  }

  .add-info__tabs-list-item {
    white-space: nowrap;
    flex-shrink: 0;
    padding: 10px 15px;
    font-size: 14px;
  }

  .tour-program__spoiler-header {
    padding: 15px;
    flex-wrap: wrap;
  }

  .spoiler-title {
    font-size: 14px;
    flex-basis: 70%;
  }

  .tour-program__spoiler-content {
    flex-direction: column;
  }

  .spoiler__basis {
    flex-basis: 100% !important;
    width: 100%;
  }

  .ready {
    padding: 40px 20px;
    border-radius: 20px;
  }

  .ready__title {
    font-size: 28px !important;
    text-align: center;
  }

  .ready__btn {
    padding: 15px 30px;
    font-size: 14px;
  }

  .btn-search-block_wrapper .info__price span {
    font-size: 20px;
  }

  .stars-wrapper {
    margin: 10px 0;
  }

  .main-title h1 {
    font-size: 24px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 576px) {
  .container {
    padding: 0 10px;
  }

  .preview-gallery__wrapper {
    /* margin: 0 -10px; */
  }

  .sr-tags {
    position: relative !important;
    top: unset !important;
    left: unset !important;
    margin: 15px 0;
    flex-wrap: wrap;
    gap: 8px;
  }

  .sr-tag {
    margin-bottom: 5px;
  }

  .about__title h2,
  .add-info__title h2,
  .gallery-block__title h2 {
    font-size: 20px;
  }

  .hotel-chars {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .hotel-chars__item {
    padding: 12px;
  }

  .help_expert {
    flex-direction: column;
    padding: 15px;
  }

  .help__container_expert {
    margin-top: 20px;
    flex-direction: row;
    text-align: left;
    align-items: center;
  }

  .expert__name {
    text-align: left;
  }

  .form__container {
    flex-direction: column;
    width: 100%;
  }

  .help__input,
  .help__btn {
    width: 100%;
  }

  .help__phone {
    width: 100%;
  }

  .recommended__content {
    padding: 10px 15px 15px 15px;
    min-height: 160px;
  }

  .recommended__title {
    font-size: 18px;
  }

  .price {
    padding: 8px 15px;
  }

  .price__total {
    font-size: 18px;
  }

  .swiper-number {
    margin: 0 -10px;
  }

  .swiper__nav {
    position: absolute;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    top: 25%;
    left: 0;
    justify-content: space-between;
    padding: 0px 5px;
    width: 100%;
  }

  .swiper-nav__item {
    position: relative !important;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    margin: 0 !important;
  }
}

@media screen and (max-width: 480px) {
  .ready {
    padding: 30px 15px;
  }

  .ready__title {
    font-size: 24px !important;
  }

  .ready__btn {
    padding: 12px 25px;
    font-size: 14px;
  }

  .recommended h3 {
    font-size: 20px;
    padding: 0 15px;
  }

  .recommended__item {
    border-radius: 20px 20px 0 0;
  }

  .picture {
    border-radius: 20px 20px 0 0;
  }

  .recommended__content {
    border-radius: 0 0 20px 20px;
    min-height: 140px;
  }

  .help__container,
  .help__container_choice {
    padding: 15px;
    gap: 20px;
  }

  .help__title {
    font-size: 18px;
    line-height: 1.3;
  }

  .map-distance__map div {
    height: 250px;
  }

  .btn-search-block_wrapper .info-buttons--booking {
    padding: 12px 20px;
    font-size: 14px;
  }

  .universal-tab-list-content {
    font-size: 14px;
    line-height: 1.5;
  }

  .about__desc p {
    font-size: 14px;
    line-height: 1.5;
  }
}

/* Дополнительные улучшения для тач-устройств */
@media (hover: none) and (pointer: coarse) {
  .preview-gallery__item {
    cursor: default;
  }

  .add-info__tabs-list-item {
    padding: 12px 16px;
  }

  .tour-program__spoiler-header {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .help__btn,
  .ready__btn,
  .info-buttons--booking {
    -webkit-tap-highlight-color: transparent;
  }
}

/* Исправления для iOS Safari */
@supports (-webkit-touch-callout: none) {
  .preview-gallery__item img {
    -webkit-user-drag: none;
  }

  .help__input {
    -webkit-appearance: none;
  }
}

/* Улучшения для очень высоких экранов */
@media screen and (min-width: 1200px) and (min-height: 800px) {
  .sticky-block {
    position: sticky;
    top: 100px;
  }
}

.tooltip-icon {
  margin-left: 10px !important;
  margin-top: 1px !important;
}

@media screen and (max-width: 768px) {
  .page--new .info-buttons {
    flex-direction: column !important;
  }

  .page--new .info-buttons a.info-buttons--download {
    text-align: center;
    display: flex;
    justify-content: center;
  }
}

.files__link {
  font-size: 16px;
  color: #000000;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .files__link {
    font-size: 11px;
  }
}

@media screen and (max-width: 1135px) {
  .form__container {
    flex-direction: column !important;
  }
}

@media screen and (max-width: 1036px) and (min-width: 768px) {
  .help_expert {
    flex-direction: column-reverse !important;
    gap: 10px !important;
  }
}



.tour-program__spoiler-content-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tour-program__spoiler-wrapper-item {
  display: flex;
  gap: 10px;
}

.swiper-slide_days {
  width: 100% !important;
}

.spoiler-header__container {
  display: flex;
}


@media screen and (min-width: 992px) {

  .page--new .tour-program__spoiler-content--left {
    width: 50% !important;
    flex: 1 0 0;
  }

  .spoiler__basis {
    flex-basis: 50% !important;
  }
}

@media screen and (max-width: 992px) {
  .tour-program__spoiler-wrapper-item {
    flex-direction: column;
  }

  .swiper-nav__item:after {
    font-size: 12px !important;
  }

  .tour-program__spoiler-content--left_days {
    padding: 10px !important;
  }

  .spoiler-title {
    padding: 0 !important;
  }

  .spoiler-header__container {
    flex-direction: column;
    gap: 5px;
  }
}


.cbResult {
  display: flex;
  justify-content: flex-start;
  margin-top: 15px;
  width: 100%;
}

.cbResult p {
  font-size: 12px;
}

.right--nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}


@media screen and (min-width: 992px) {
  .help_expert {
    flex-direction: row !important;
  }

}

/* .swiper-recomendation .geodir-category-content .text-price {
  padding: 0 !important;
  margin: 0 !important;
} */

.swiper-recomendation .geodir-category-content .info {
  margin-top: 10px;
  padding: 10px !important;
}

.about__desc h3 {
  font-size: 16px !important;
  font-family: inherit !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  color: inherit !important;
  text-align: left;
  font-weight: bolder !important;
  margin: 0;
  margin-top: 20px !important;
}

.main-title_mobile {
  font-size: 20px;
  line-height: 1.3;
  color: #000;
  font-weight: 700;
}
/* End */


/* Start:/local/components/travelsoft/favorites.add/templates/.default/style.css?1745578713418*/
.bg-star {
    height: 30px;
    background: url(/local/components/travelsoft/favorites.add/templates/.default/img/star.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.bg-star_filled {
    height: 30px;
    background: url(/local/components/travelsoft/favorites.add/templates/.default/img/star-filled.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.favorites__button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding-left: 35px;
    padding-top: 5px;
}
/* End */


/* Start:/local/templates/travelsoft/components/travelsoft/travelsoft.news.list/home_recommend_intourdv25/style.css?1776792436931*/
.swiper-recomendation .swiper-wrapper {
  align-items: stretch;
}


.swiper-recomendation .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}


.swiper-recomendation .swiper-slide > a {
  display: flex;
  flex: 1 1 auto;
}


.swiper-recomendation .slider-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}


.swiper-recomendation .geodir-category-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
}

.swiper-recomendation .geodir-category-img.card-post {
  height: 186px;
  overflow: hidden;
}

.navigation__recommendation {
    top: -85px;
}

.tour-dates {
        display: flex;
        align-items: center;
}

.tour-dates img {
        margin-right: 4px;
}

.tour-dates span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        flex: 1;
        min-width: 0;
        line-height: 1.6;
}
/* End */


/* Start:/local/templates/travelsoft/components/travelsoft/callback/travelsoft_ticket_intourdv25/style.css?17756695834429*/
.subscribe-wrap25 .col-md-7 {
    background: url(/local/templates/travelsoft/components/travelsoft/callback/travelsoft_ticket_intourdv25/./union.svg);
    background-size: contain;
    background-size: cover;
    background-position: 0% 50%;
    background-repeat: no-repeat;
    border-radius: 30px;
}

.subscribe-wrap25 .subscribe-25-l {
    padding: 131px 60px;
}

.subscribe-wrap25 .subscription-ttl {
    color: rgb(255, 255, 255);
    font-family: Manrope;
    font-size: 50px;
    font-weight: 800;
    line-height: 120%;
    text-align: left;
    margin-bottom: 30px;
}

.subscribe-wrap25 .subscription-desc {
    color: rgb(255, 255, 255);
    font-family: Manrope;
    font-size: 20px;
    font-weight: 800;
    line-height: 27px;
    text-align: left;
}

.subscribe-wrap25 .success-container {
    display: none !important;
}

.subscribe-wrap25 form#ts_leave_ticket {
    border-radius: 30px;
    background: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    padding: 30px 40px;
}

.subscribe-wrap25 .subscribe-25-r {
    padding-left: 0;
    padding-right: 0;
}

.subscribe-wrap25 form#ts_leave_ticket {
    border-left: 1px dashed gray;
}

.subscribe-wrap25 .subscribe-25-l {
    margin-right: -10px;
}

.subscribe-wrap25 .subscription-button {
    border-radius: 500px;
    background: rgb(0, 182, 170);
    width: 100%;
    height: 62px;
}

.subscribe-wrap25 h4 {
    text-align: center;
    margin-bottom: 30px;
}

.subscribe-wrap25 h3 {
    margin-bottom: 15px;
}

.communication-methods .radio-buttons-group {
    display: flex;
    gap: 10px;
}

.communication-methods .radio-buttons-group input[type="radio"] {
    display: none;
}

.communication-methods .radio-buttons-group label {
    padding: 5px 15px;
    cursor: pointer;
    background-color: white;
    transition: 0.3s;
    box-sizing: border-box;
    border: 0.5px solid rgb(100, 120, 255);
    border-radius: 500px;
    color: rgb(0, 0, 0);
    font-family: Manrope;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
}

.form-leave-ticket label {
    color: rgb(0, 0, 0);
    font-family: Manrope;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    margin-bottom: 10px;
}

.communication-methods {
    margin-top: 15px;
    margin-bottom: 30px;
}

.communication-methods .radio-buttons-group input[type="radio"]:checked+label {
    background: rgb(100, 120, 255);
    color: white;
}

.form-leave-ticket .form-group input.form-input {
    border-radius: 500px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.subscribe-wrap25 input[type="text"] {
    border-radius: 500px;
    background: rgb(248, 248, 250);
    padding: 20px 30px !important;
    color: rgb(0, 0, 0);
    font-family: Manrope;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0%;
    text-align: left;
    border: none;
    width: 100%;
}

.subscribe-wrap25 input[type="tel"] {
    border-radius: 500px;
    background: rgb(248, 248, 250);
    padding: 20px 30px !important;
    color: rgb(0, 0, 0);
    font-family: Manrope;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0%;
    text-align: left;
    border: none;
    width: 100%;
}

.subscribe-wrap25 .btn {
    border-radius: 500px !important;
    background: rgb(0, 182, 170) !important;
    text-align: center;
    border: none;
}

.subscribe-wrap25 .btn:hover {
    background: rgb(68, 81, 221) !important;
}

@media (max-width: 768px) {
    .subscribe-wrap25 form#ts_leave_ticket {
        border-top: 1px dashed gray;
        border-left: none;
    }

    .subscribe-wrap25 .col-md-7 {
        background: url(/local/templates/travelsoft/components/travelsoft/callback/travelsoft_ticket_intourdv25/./unionm.svg);
        background-size: 100vw;
        background-position: 50% 0%;
        background-repeat: no-repeat;
    }

    .subscribe-wrap25 h4 {
        text-align: left;
        margin-bottom: 30px;
    }

    .subscribe-wrap25 .subscription-ttl {
        font-size: 26px;
        font-weight: 800;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: left;
        margin-bottom: 15px;
    }

    .subscribe-wrap25 .subscription-desc {
        font-size: 14px;
        font-weight: 800;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: left;
    }

    .subscribe-wrap25 .subscribe-25-l {}

    .subscribe-wrap25 .subscribe-25-r {}

}

@media screen and (max-width: 400px) {
    .subscribe-wrap25 .col-md-7 {
        background-size: 97vw !important;
        background-position: 43% 0% !important;
    }
}
/* End */


/* Start:/local/templates/travelsoft/vendor/fancybox/jquery.fancybox.css?174557871617412*/
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
/* End */
/* /local/templates/travelsoft/components/bitrix/news/tours/bitrix/news.detail/.default/style.css?177679243632274 */
/* /local/components/travelsoft/favorites.add/templates/.default/style.css?1745578713418 */
/* /local/templates/travelsoft/components/travelsoft/travelsoft.news.list/home_recommend_intourdv25/style.css?1776792436931 */
/* /local/templates/travelsoft/components/travelsoft/callback/travelsoft_ticket_intourdv25/style.css?17756695834429 */
/* /local/templates/travelsoft/vendor/fancybox/jquery.fancybox.css?174557871617412 */
