

/* Start:/local/components/travelsoft/favorites.list/templates/.default/style.css?1745493799290*/
.favorites__item {
    display: block;
    margin-bottom: 30px;
}

.favorite-item__img {
    height: 200px;
    overflow: hidden;
}
.favorite-item__img img{
    width: 100%;
}
.favorite-item__title {
    padding: 15px 0;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
}


/* End */


/* Start:/bitrix/components/bitrix/search.suggest.input/templates/.default/style.css?1745493779501*/
input.search-suggest {}
div.search-popup{border: 1px solid #333333;background: #FFFFFF;padding: 2px;margin: 0px;}
div.search-popup-row, div.search-popup-row-active{position: relative; padding: 2px 4px;margin: 0px;cursor: hand;cursor: pointer;}
div.search-popup-row{background:#FFFFFF;}
div.search-popup-row-active{background:#EEEEEE;}
div.search-popup-el-name, div.search-popup-el-cnt{position: relative; margin:0px;padding:0px;text-align:left;}
div.search-popup-el-cnt{text-align:right; float:right;}
/* End */


/* Start:/local/templates/travelsoft/components/bitrix/breadcrumb/template/style.css?1786471945404*/
.breadcrumbs > *{
	display: contents;
}
.breadcrumbs > * > * {
  font-size: 14px;
  color: #777;
  font-family: var(--it-font);
  font-weight: 400;
}
.breadcrumbs > * > a:hover {
  color: #000;
  text-decoration: none;
}
.breadcrumbs-fs .breadcrumbs a::after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f054";/*"\f105"*/
  font-size: 12px;
  padding: 0rem 0.5rem 0rem 0.75rem;
}
/* End */


/* Start:/local/templates/travelsoft/components/travelsoft/callback/travelsoft_ticket_intourdv_modal/style.css?178875887114339*/
/* ==================================================================
   Форма обратного звонка, редакция 05.09.2026.

   Один файл на оба места — форму в подвале и форму в модальном окне:
   разметка у них одинаковая, различается только обёртка.

   Что заменили и почему:

   — фотографию стокового менеджера, растянутую по высоте колонки (человек
     буквально размазывался), — на панель с тремя обещаниями. По методике
     доверия стоковое лицо стоит ноль: оно не наше. Реальные лица сотрудников
     теперь стоят отдельным блоком выше по странице;
   — системные поля, чекбокс и крестик — на свои. Браузерный чекбокс 13×13
     рядом с фирменной кнопкой выглядел как чужой элемент;
   — строчку «Спасибо! Ваша заявка принята» — на экран успеха с тем,
     что произойдёт дальше.

   Токены (--it-*) объявлены в css/styles.css.
   ================================================================== */

.cb {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    overflow: hidden;
    border-radius: 16px;
    background: var(--it-white, #fff);
    box-shadow: 0 14px 40px rgba(3, 5, 114, .12);
    color: var(--it-ink, #161616);
    text-align: left;
}

/* ---------------- левая панель ---------------- */

.cb__aside {
    padding: 32px 30px;
    background:
        radial-gradient(120% 130% at 90% 0%, #1a52c8 0%, transparent 62%),
        linear-gradient(150deg, var(--it-blue, #0e0adb) 0%, var(--it-blue-dark, #030572) 100%);
    color: var(--it-white, #fff);
}

.cb__aside-title {
    margin: 0 0 10px;
    font-size: clamp(19px, 1.9vw, 24px);
    font-weight: 600;
    line-height: 1.22;
    color: var(--it-white, #fff);
}

.cb__aside-text {
    margin: 0 0 22px;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, .82);
}

.cb__promises {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cb__promise {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13.5px;
    line-height: 1.4;
    color: rgba(255, 255, 255, .92);
}

.cb__promise svg {
    flex: none;
    width: 18px;
    height: 18px;
    margin-top: 1px;
    fill: var(--it-orange, #f17105);
}

/* ---------------- правая часть: форма ---------------- */

.cb__main {
    padding: 32px 30px;
}

.cb__form {
    display: grid;
    gap: 14px;
}

.cb__field {
    display: block;
}

/* Лейбл над полем, а не плейсхолдером: плейсхолдер исчезает при вводе,
   и человек забывает, что он туда вписал. */
.cb__label {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 500;
    color: #4a4a57;
}

.cb__input {
    width: 100%;
    padding: 13px 15px;
    border: 1.5px solid rgba(3, 5, 114, .16);
    border-radius: 10px;
    background: var(--it-white, #fff);
    font-family: inherit;
    /* 16px обязательны: поле меньше 16px заставляет iOS зумить страницу
       при фокусе — это же причина, по которой в шаблоне до сих пор стоит
       user-scalable=no. Снимать запрет можно только вместе с этим. */
    font-size: 16px;
    line-height: 1.3;
    color: var(--it-ink, #161616);
    transition: border-color .18s ease, box-shadow .18s ease;
}

.cb__input::placeholder {
    color: #a9a9b6;
}

.cb__input:focus {
    border-color: var(--it-orange, #f17105);
    box-shadow: 0 0 0 3px rgba(241, 113, 5, .14);
    outline: none;
}

/* Honeypot: видим только ботам. */
.cb__trap {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
}

/* ---------------- свой чекбокс ---------------- */

.cb__consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 2px 0 0;
    font-weight: 400;
    cursor: pointer;
}

/* Настоящий input не удаляем и не прячем display:none — он должен
   оставаться доступным с клавиатуры и для скринридера. */
.cb__consent input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.cb__consent-box {
    flex: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-top: 1px;
    border: 1.5px solid rgba(3, 5, 114, .24);
    border-radius: 6px;
    background: var(--it-white, #fff);
    transition: background .16s ease, border-color .16s ease;
}

.cb__consent-box svg {
    width: 13px;
    height: 13px;
    fill: var(--it-white, #fff);
    opacity: 0;
    transform: scale(.7);
    transition: opacity .16s ease, transform .16s ease;
}

.cb__consent input:checked + .cb__consent-box {
    border-color: var(--it-orange, #f17105);
    background: var(--it-orange, #f17105);
}

.cb__consent input:checked + .cb__consent-box svg {
    opacity: 1;
    transform: scale(1);
}

.cb__consent input:focus-visible + .cb__consent-box {
    box-shadow: 0 0 0 3px rgba(241, 113, 5, .22);
}

.cb__consent-text {
    font-size: 12.5px;
    line-height: 1.45;
    color: #6b6b78;
}

.cb__consent-text a {
    color: var(--it-blue, #0e0adb);
    text-decoration: underline;
}

/* ---------------- кнопка и подписи ---------------- */

/* Оранжевая, а не синяя: до правки главная лид-кнопка была того же цвета,
   что фон шапки и кнопка cookie-баннера, то есть заявка визуально
   приравнивалась к служебному элементу. */
.cb__submit {
    width: 100%;
    padding: 15px 24px;
    border: 0;
    border-radius: 10px;
    background: var(--it-orange, #f17105);
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    color: var(--it-white, #fff);
    cursor: pointer;
    transition: background .2s ease, transform .1s ease;
}

.cb__submit:hover {
    background: #d96504;
}

.cb__submit:active {
    transform: translateY(1px);
}

.cb__submit:disabled {
    background: #c9ccd8;
    cursor: progress;
}

.cb__afterword {
    margin: 0;
    font-size: 12.5px;
    line-height: 1.5;
    color: #6b6b78;
}

.cb__error {
    margin: 0;
    padding: 11px 14px;
    border-radius: 10px;
    background: rgba(252, 19, 19, .07);
    font-size: 13.5px;
    line-height: 1.45;
    color: #c21212;
}

/* ---------------- экран успеха ---------------- */

.cb__done {
    padding: 14px 0;
    text-align: center;
    animation: cb-done-in .32s ease both;
}

@keyframes cb-done-in {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: none; }
}

.cb__done-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    margin-bottom: 16px;
    border-radius: 50%;
    background: rgba(111, 193, 0, .14);
}

.cb__done-icon svg {
    width: 30px;
    height: 30px;
    fill: var(--it-green, #6fc100);
}

.cb__done-title {
    margin: 0 0 8px;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.25;
    color: var(--it-ink, #161616);
}

.cb__done-text {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.5;
    color: #4a4a57;
}

.cb__done-note {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: #6b6b78;
}

.cb__done-note a {
    font-weight: 500;
    color: var(--it-blue, #0e0adb);
    white-space: nowrap;
}

/* ---------------- модальное окно ---------------- */

.cb-modal {
    position: fixed;
    inset: 0;
    /* Выше шапки (100) и плавающих виджетов, но ниже ничего важного
       на странице нет — 1100 с запасом. */
    z-index: 1100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.cb-modal[hidden] {
    display: none;
}

.cb-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(3, 5, 114, .55);
    backdrop-filter: blur(2px);
    animation: cb-fade-in .2s ease both;
}

.cb-modal__window {
    position: relative;
    width: 100%;
    max-width: 880px;
    max-height: calc(100vh - 40px);
    overflow: auto;
    border-radius: 16px;
    animation: cb-window-in .26s cubic-bezier(.2, .8, .3, 1) both;
}

@keyframes cb-fade-in {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes cb-window-in {
    from { opacity: 0; transform: translateY(16px) scale(.98); }
    to   { opacity: 1; transform: none; }
}

/* Крестик был системным «×» 12 пикселей серым по серому. Делаем кнопкой,
   в которую можно попасть пальцем: 40×40 — нижняя граница по рекомендациям
   для тач-целей. */
.cb-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    /* Кнопка стоит над БЕЛОЙ частью окна — форма занимает правую колонку.
       Белая иконка на прозрачном фоне была здесь невидима: ровно та же
       ошибка, что у кнопки «Поиск» (белый текст на системном сером). */
    background: rgba(3, 5, 114, .07);
    cursor: pointer;
    transition: background .18s ease;
}

.cb-modal__close svg {
    width: 17px;
    height: 17px;
    fill: var(--it-blue-dark, #030572);
}

.cb-modal__close:hover {
    background: rgba(3, 5, 114, .14);
}

.cb-modal__close:focus-visible {
    outline: 2px solid var(--it-orange, #f17105);
    outline-offset: 2px;
}

/* Пока окно открыто, страница под ним не скроллится. */
body.cb-modal-open {
    overflow: hidden;
}

/* ---------------- адаптив ---------------- */

@media (max-width: 767px) {
    .cb {
        grid-template-columns: 1fr;
    }

    .cb__aside {
        padding: 24px 22px;
    }

    /* На узком экране третье обещание уводит форму за сгиб, а форма важнее:
       два обещания достаточно, чтобы снять страх, третье повторено
       строкой под кнопкой. */
    .cb__promise:nth-child(n+3) {
        display: none;
    }

    .cb__main {
        padding: 24px 22px 28px;
    }

    .cb-modal {
        padding: 0;
        align-items: flex-end;
    }

    .cb-modal__window {
        max-height: 92vh;
        border-radius: 16px 16px 0 0;
    }

    .cb {
        border-radius: 16px 16px 0 0;
    }

    .cb-modal__close {
        top: 10px;
        right: 10px;
    }
}

/* ------------------------------------------------------------------
   Воздух вокруг блока и декор левой панели.

   Блок стоял вплотную к подвалу: форма и колонки подвала читались одним
   куском. И сама панель была плоской заливкой — брендбук 2026
   предусматривает декоративный элемент (кадрированная эмблема как фон,
   стр. 14), которого на сайте не было нигде.
   ------------------------------------------------------------------ */

.cb-section {
    margin-top: 56px;
    margin-bottom: 64px;
}

/* Эмблема-водяной знак: кадрированный контур глобуса из логотипа.
   Рисуем средствами CSS, а не картинкой, — это фон, который должен
   тянуться за размером панели и не стоить лишнего запроса. */
.cb__aside {
    position: relative;
    overflow: hidden;
}

.cb__aside::before {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -90px;
    width: 260px;
    height: 260px;
    border: 2px solid rgba(255, 255, 255, .16);
    border-radius: 50%;
    /* Меридианы: два сплюснутых круга поверх основного дают узнаваемую
       сетку глобуса без единого килобайта графики. */
    box-shadow:
        inset 0 0 0 2px rgba(255, 255, 255, .06),
        0 0 0 44px rgba(255, 255, 255, .04);
    pointer-events: none;
}

.cb__aside::after {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -90px;
    width: 260px;
    height: 260px;
    border: 2px solid rgba(255, 255, 255, .13);
    border-radius: 50%;
    transform: scaleX(.42);
    pointer-events: none;
}

/* Содержимое панели поверх декора. */
.cb__aside-title,
.cb__aside-text,
.cb__promises {
    position: relative;
    z-index: 1;
}

/* Обещания получают разделители — сплошной список из трёх строк
   без ритма читается как абзац, а не как перечень гарантий. */
.cb__promise {
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.cb__promise:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

@media (max-width: 767px) {
    .cb-section {
        margin-top: 34px;
        margin-bottom: 40px;
    }

    .cb__aside::before,
    .cb__aside::after {
        right: -110px;
        bottom: -130px;
    }
}

/* End */


/* Start:/local/templates/travelsoft/template_styles.css?178875887136314*/
.menu-fixed-scroll {
  position: sticky;
}

.underlay {
  height: 250px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

.tabs-underlay {
  margin-top: 10px;
  background-image: url(/upload/iblock/281/8f522zo32kwaerpzyav0enwkzgy5ianr.jpg);
  min-height: 400px;
  color: white;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  /*background-attachment: fixed;*/
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
}

.tabs-underlay h1 {
  color: white;
}

.tabs-underlay .flex-fixer {
  flex-basis: 33%;
}

.tabs-underlay .tabs-container {
  width: 90%;
  padding: 40px 0;
}

.tabs-underlay #main-search_form-with-tabs-v2 {
  border-radius: 8px;
}

body.modal-open {
  padding-right: 0 !important;
}

.sticky-block {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  padding-bottom: 2em;
}

.sticky-block > *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .sticky-block {
    top: 130px;
  }
}

@media screen and (max-width: 767px) {
  .sticky-block {
    position: unset;
  }
}

.tooltip-icon {
  position: relative;
  color: #a7bee9;
  font-size: 16px;
}

.tooltip-icon i {
  cursor: pointer;
}

.tooltip-icon .tooltip-text {
  visibility: hidden;
  position: absolute;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.6s;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  font-weight: normal;
}

.tooltip-icon .tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip-icon:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.slick-rounded-arrow {
  position: absolute;
  background: #f1f4f8;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #0e0adb;
  cursor: pointer;
  outline: none;
  z-index: 10;
}

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

.hotel-page h2 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 1em;
}

.tour-page h2 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 1em;
}

section.section-default {
  background: white;
  border-radius: 6px;
  box-shadow: black 0 0 15px -15px;
  padding: 20px 30px;
  margin-bottom: 25px;
}

section.section-ready-to {
  min-height: 200px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(/local/templates/travelsoft/img/cta/hotel-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

section.section-ready-to.search-tour {
  background: url(/local/templates/travelsoft/img/cta/more-bg.jpg);
}

.sidebar-content section.section-default {
  padding: 15px;
}

/* stars */
.stars-items {
  display: inline-flex;
  font-size: 0;
}
.stars-items .stars-item {
  display: none;
  color: #fbbb16;
  padding: 0;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 6px;
}
.stars-items > .stars-item:before {
  content: "★";
}
.stars-items.stars-1 > .stars-item:nth-child(-n + 1) {
  display: block;
}

.stars-items.stars-2 > .stars-item:nth-child(-n + 2) {
  display: block;
}

.stars-items.stars-3 > .stars-item:nth-child(-n + 3) {
  display: block;
}

.stars-items.stars-4 > .stars-item:nth-child(-n + 4) {
  display: block;
}

.stars-items.stars-5 > .stars-item {
  display: block;
}
/* stars end */

/* scroll tabs */
.scroll-tabs .scroll-tabs__items {
  display: flex;
}

.scroll-tabs ul,
.scroll-tabs ul li {
  padding: 0;
  margin: 0;
}

.scroll-tabs .scroll-tabs__item a {
  background: white;
  color: #0e0adb;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  height: 100%;
}

.scroll-tabs .scroll-tabs__item:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.scroll-tabs .scroll-tabs__item:last-child a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.scroll-tabs .scroll-tabs__item.active a {
  background: #0e0adb;
  color: white;
}

/* end scroll tabs */

/* preview gallery */
.preview-gallery__wrapper {
  overflow: hidden;
  border-radius: 6px;
  min-height: 400px;
}

.preview-gallery__item {
  display: block !important;
  height: 100%;
}

.preview-gallery__item img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}

.preview-gallery__items:not(.slick-slider)
  > .preview-gallery__item:not(:first-child) {
  display: none !important;
}

.preview-gallery__items .slick-dots {
  bottom: 20px;
}

.preview-gallery__items .slick-arrow {
  bottom: calc(50% - 15px);
  outline: none;
}

.preview-gallery__items .slick-prev {
  left: 10px;
}

.preview-gallery__items .slick-next {
  right: 10px;
}
/* end preview gallery */

/* hotel chars */
section.hotel-chars {
  padding: 20px 0 0 0;
}

.hotel-chars__items {
  display: flex;
  flex-wrap: wrap;
}

.hotel-chars__item {
  flex-basis: calc(100% / 7);
  width: calc(100% / 7 - 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
}

.hotel-chars__item .icon {
  display: block;
  padding: 0 30px;
}

.hotel-chars__item .icon img {
  max-width: 100px;
  width: 100%;
}

.hotel-chars__item .desc {
  margin-top: 0.4em;
  font-size: 11px;
  font-weight: 600;
  padding: 0 15px;
}
/* end hotel chars */

.about__desc {
  padding-bottom: 15px;
  font-size: 16px;
}

.about__desc.about__desc-icon {
  padding-bottom: 0;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.about__desc.about__desc-icon .about__icon {
  padding-right: 20px;
}

/* labels */
.labels {
  display: flex;
  flex-wrap: wrap;
}

.label-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  cursor: default;
  margin-right: 8px;
  padding: 10px 16px;
  background: #0e0adb;
  border-radius: 6px;
  color: white;
  font-weight: bold;
  font-size: 11px;
}

.label-item .icon {
  margin-right: 8px;
}
/* end labels */

/* btn search block */
.btn-search-block a {
  text-decoration: none;
  padding: 14px 20px;
  background-color: #f17105;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  display: block;
  border-radius: 3px;
  transition: background-color 0.1s ease;
}

.btn-search-block a:hover,
.btn-search-block a:focus {
  box-shadow: 0 3px 15px #f17105;
  color: white;
}

.btn-search-block .icon {
  margin-right: 15px;
  margin-left: -15px;
}
/* end btn search block */

/* btn search tour block */
.btn-search-tour-block .info {
  margin-bottom: 15px;
}

.btn-search-tour-block .info__price {
  color: #0e0adb;
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.btn-search-tour-block .info__price span {
  font-size: 24px;
}

.btn-search-tour-block .info__price-add {
  font-weight: bold;
  font-size: 13px;
}
/* end btn search tour block */

/* map distance */
.map-distance__title {
  font-size: 18px;
  margin-bottom: 1em;
  font-weight: 600;
  text-align: center;
}

.map-distance__address {
  display: flex;
  padding: 10px 0;
}

.map-distance__address .icon {
  margin: 0 15px 0 5px;
}

.map-distance__address .icon i {
  font-size: 30px;
  color: #0e0adb;
}

.map-distance__items {
  display: flex;
  flex-wrap: wrap;
}

.map-distance__item {
  flex-basis: 50%;
  padding-left: 5px;
  margin-bottom: 25px;
}

.map-distance__item__wrapper {
  display: flex;
  align-items: center;
}

.map-distance__item .icon {
  margin: 0 15px 0 5px;
}

.map-distance__item .icon i {
  font-size: 30px;
  color: #0e0adb;
}

.map-distance__item .info {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: bold;
}

.map-distance__map {
  min-height: 300px;
}

.map-distance__map iframe {
  width: 100%;
  display: block;
  height: 300px;
}
/* end map distance */

/* video */
.video .video-title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.5em;
}

.video .video-items .video-el iframe {
  width: 100%;
  max-width: 100%;
  height: 190px;
}
/* end video */

/* expert call */
.expert-call {
  font-size: 16px;
}

.expert-call .expert-call__title {
  font-size: 18px;
  margin-bottom: 1.5em;
  font-weight: 600;
}

.expert-call__items {
  display: flex;
}

.expert-call__item {
  display: flex;
}

.expert-call__info {
  flex-basis: 75%;
}

.expert-call__info-item {
  display: flex;
  flex-direction: column;
}

.expert-call__info-item:not(:last-child) {
  margin-bottom: 1.5em;
}

.expert-call__info-item span {
  margin-top: 0.5em;
}

.expert-call__info-item__number a {
  font-size: 22px;
  font-weight: bold;
  color: #212529;
  text-decoration: none;
}

.expert-call__info-item__number {
  font-size: 14px;
}

.expert-call__info-item__whatsapp a {
  text-decoration: none;
  color: #666;
}

.expert-call_socials {
  display: flex;
  flex-wrap: wrap;
}

.expert-call_social {
  margin-right: 1em;
}

.expert-call_socials svg {
  width: 30px;
}

.expert-call__avatar {
  flex-basis: 25%;
}

.expert-call__avatar img {
  width: 100%;
  border-radius: 6px;
}
/* end expert call */

/* need help */
.need-help__wrapper,
.need-help__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}

.need-help__header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
}

.need-help__img-wrapper {
  width: 28px;
  height: 28px;
  margin-right: 16px;
}

.need-help__description-wrapper {
  display: flex;
  flex-direction: column;
}

.need-help__title {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #000;
}

.need-help__subtitle {
  font-size: 12px;
  line-height: 16px;
  color: #7e8083;
}

.need-help__content form {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.need-help__input-wrapper {
  width: 100%;
  max-width: 200px;
  margin-right: 12px;
  position: relative;
}

.need-help__form-phone {
  height: 40px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 0 12px;
}

.need-help__form-phone__placeholder {
  position: absolute;
  padding: 12px;
  color: black;
  border-left: 1px solid transparent;
}

.need-help__button-wrapper {
  width: 100%;
  max-width: 150px;
  height: 40px;
}

.need-help__button {
  box-shadow: none;
  border: none;
  padding: 12px 10px;
  color: white;
  background: #0e0adb;
  border-radius: 3px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.15s ease;
}

.need-help__button:hover,
.need-help__button:focus {
  box-shadow: 0 3px 15px #01659f;
}

.need-help__caption {
  color: #7e8083;
  font-weight: 400;
  font-size: 12px;
  line-height: 16.34px;
  padding-top: 25px;
}

.need-help__caption a {
  text-decoration: underline;
  color: #7e8083;
}
/* end need help */

/* gallery */
.gallery-block__items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gallery-block__item {
  display: none;
}

.gallery-block__item:nth-child(-n + 8) {
  display: block;
  flex-basis: calc(25% - 20px);
  background-position: center;
  background-size: cover;
  aspect-ratio: 1 / 1;
  margin-bottom: 1.5em;
  border-radius: 6px;
  cursor: pointer;
}
/* end gallery */

/* info block tabs */
.info-block__wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 4px;
}

.info-block__tabs-block {
  display: flex;
  gap: 40px;
}

.info-block__tabs-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 322px;
  position: relative;
}

.info-block__tabs-list-item {
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #7e8083;
  cursor: pointer;
}

.info-block__tabs-list-item:hover,
.info-block__tabs-list-item:focus {
  background: #f4f7fa;
}

.info-block__tabs-list-item__active {
  color: #0e0adb;
  background: #fff9ec;
}

.info-block__tabs-content {
  width: calc(100% - 362px);
}

.info-block__tabs-content-wrapper {
  height: auto;
  display: none;
}

.info-block__tabs-content-wrapper.info-block__tabs-content-active {
  display: block;
}

.info-block__tabs-hotel-wrapper {
  margin-bottom: 28px;
}

.styles_hotelTopic__dataButton___aylQ {
  width: 100%;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  padding: 12px 30px 12px 16px;
  border-radius: 8px;
  border: 2px solid rgba(0, 121, 191, 0.4);
  background: rgba(0, 121, 191, 0.05);
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 7px;
}

.styles_hotelTopic__header__DxvfN {
  font-size: 20px;
  color: #161616;
}

.styles_marker__HM6do {
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.styles_hotelTopic__data__p9Gu2 {
  margin-bottom: 22px;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}

.defaultStyle_content__28VV8 {
  color: #161616;
}

.styles_hotelTopic__description__BBSFY {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0;
  text-align: left;
  color: #161616;
}

.styles_hotelTopic__topics__Gt1wg {
  display: flex;
  flex-direction: column;
}

.styles_divider__Y57Fp {
  width: 100%;
  min-height: 1px;
  background-color: #d9d9d9;
  margin-top: 12px;
  margin-bottom: 12px;
}

.styles_hotelTopic__attributes__08lXs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 28px;
  color: #161616;
}

.styles_hotelTopic__attributes__item__LEBb6 {
  width: calc(33.3333333333% - 24px);
  margin-bottom: 12px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}

.styles_hotelTopic__gallery__JGa9F {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  margin-bottom: 28px;
}

.styles_hotelTopic__gallery__JGa9F > div {
  height: 180px;
}

.defaultStyle_content__28VV8 a {
  text-decoration: underline;
  color: #1976d2;
  cursor: pointer;
}

.info-block__bottom-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #7e8083;
  max-width: 720px;
  white-space: pre-line;
}
/* end info block tabs */

/* ready to search banner */
.ready-to-search {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ready-to-search__wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.ready-to-search h2 {
  color: white;
  font-size: 26px;
  font-weight: bold;
}

.btn-to-search {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  padding: 16px 32px;
  border: 2px solid #fff;
  border-radius: 4px;
}

.search-tour .btn-to-search {
  padding: 12px 16px;
  font-size: 18px;
}

.btn-to-search:hover,
.btn-to-search:focus {
  color: white;
  text-decoration: none;
}
/* end ready to search */

/* similar hotels */
.similar-hotels__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.similar-hotels__items.slick-slider {
  padding-bottom: 45px;
}

.similar-hotels__items.slick-slider .slick-slide {
  padding: 0 5px;
}

.similar-hotels__item {
  flex-basis: calc(25% - 10px);
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #8080803d;
  color: #161616;
  margin-bottom: 10px;
}

.similar-hotels__item:hover,
.similar-hotels__item:focus {
  color: #161616;
}

.similar-hotels__thumb {
  position: relative;
  min-height: 220px;
}

.similar-hotels__labels {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  padding: 10px;
  width: 100%;
}

.similar-hotels__label {
  padding: 10px 14px;
  color: white;
  background: #1cba1c;
  border-radius: 6px;
  font-size: 11px;
}

.similar-hotels__thumb-img {
  min-height: 220px;
  background-position: center;
  background-size: cover;
}

.similar-hotels__name {
  padding: 8px;
  width: 100%;
  font-weight: bold;
  color: white;
  font-size: 16px;
  position: absolute;
  bottom: 0;
}

.similar-hotels__preview {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px;
  position: relative;
  min-height: 100px;
}

.similar-hotels__tags {
  display: flex;
  flex-wrap: wrap;
}

.similar-hotels__tag {
  font-size: 10px;
  background: white;
  padding: 3px 6px;
  color: #161616;
  border: 1px solid #161616;
  margin-right: 4px;
  margin-bottom: 4px;
}

.similar-hotels__address,
.similar-hotels__dates {
  margin-top: 0.5em;
  font-weight: bold;
}

.similar-hotels__result-info {
  font-weight: bold;
  margin-top: 1.5em;
  display: flex;
  justify-content: space-between;
}

.similar-hotels__price {
  color: #0e0adb;
  font-size: 20px;
  white-space: nowrap;
}

.similar-hotels .slick-arrow {
  position: absolute;
  z-index: 10;
  bottom: 0;
  background: #f1f4f8;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #0e0adb;
  cursor: pointer;
  outline: none;
}

.similar-hotels .slick-prev {
  right: 45px;
}

.similar-hotels .slick-next {
  right: 0;
}

.similar-hotels .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 8px;
}

.similar-hotels .slick-dots li {
  margin: 0 6px;
}

.similar-hotels .slick-dots li:not(.slick-active) {
  margin-top: 2px;
}

.similar-hotels .slick-dots li:not(.slick-active) button {
  width: 8px;
  height: 8px;
  background-color: #7e80833b !important;
}
/* end similar hotels */

/* price booking */
.price-booking #packagetour label span {
  display: none;
}

.price-booking #packagetour label {
  font-size: 14px;
}

.price-booking #inner-offers-search-form .btn.btn-secondary {
  margin-top: 25px !important;
  background-color: #f17105;
  border-color: #f17105;
}

.price-booking #inner-offers-search-form .btn.btn-secondary:hover,
.price-booking #inner-offers-search-form .btn.btn-secondary:focus {
  box-shadow: 0 3px 15px #f17105;
}

.price-booking .enough-quota {
  border-radius: 3px;
}

.price-booking #tsoperator-offers__packagetours {
  font-size: 14px;
}

.price-booking #tsoperator-offers__packagetours .btn.btn-secondary {
  padding: 0 2px !important;
  font-size: 14px;
}

.price-booking__content {
  /*display: flex;*/
}

.price-booking .slick-track {
  max-height: 300px;
}

.price-booking
  .tsoperator__offers
  .ts_offer-card
  .card-header
  .list-style-none
  img {
  max-height: 300px;
}

/*.price-booking .tsoperator__offers .ts_offer-card .card-header .curr-light-gallery {*/
/*    max-width: 300px;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    max-height: 300px;*/
/*}*/

/*.price-booking .tsoperator__offers .ts_offer-card .card-header .curr-light-gallery .slick-list {*/
/*    max-width: 300px;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    max-height: 300px;*/
/*}*/

section.section-default.price-booking #HD_DESC {
  box-shadow: none;
  padding: 0;
}

section.section-default.price-booking #HD_DESC .TVExtSearchForm.TVTheme1 {
  min-width: unset;
  width: 100%;
}

@media screen and (max-width: 1315px) {
  .price-booking #inner-offers-search-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .price-booking #inner-offers-search-form > div {
    flex-basis: calc(25% - 10px);
    margin: 0 !important;
  }
}

@media screen and (max-width: 1000px) {
  .price-booking #inner-offers-search-form {
    flex-direction: column;
  }

  .price-booking #inner-offers-search-form > div,
  .price-booking #inner-offers-search-form > * {
    flex-basis: 100%;
    width: 100%;
    padding-bottom: 1em;
  }
}
/* end price booking */

/* modal tour places */
.modal-tour-places .modal-dialog {
  width: 100%;
  max-width: 768px;
}

.modal-tour-places .modal-content {
  padding: 60px 30px 30px 30px;
}

.modal-tour-places .close {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 20px;
  top: 20px;
  outline: none;
}

.modal-tour-places__thumb {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.modal-tour-places__thumb img {
  width: 100%;
  max-width: 575px;
}

.modal-tour-places__items {
  padding-bottom: 45px;
}

.tour-places__item {
  cursor: pointer;
}

.tour-places__item:hover {
  color: #161616;
}

.tour-places__item:not(:nth-child(-n + 4)) {
  display: none;
}

.modal-tour-places__preview-title {
  font-size: 28px;
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

.modal-tour-places__preview-desc {
  font-size: 16px;
}

.modal-tour-places .slick-arrow {
  bottom: 0;
  outline: none;
}

.modal-tour-places .slick-next {
  right: 0;
}

.modal-tour-places .slick-prev {
  right: 45px;
}

.modal-tour-places__items:not(.slick-slide)
  .modal-tour-places__item:not(:nth-child(1)) {
  display: none;
}
/* end modal tour places */

/* tour places */
.tour-places__items {
  display: flex;
  position: relative;
  padding-bottom: 15px;
}

.tour-places__items .slick-arrow {
  bottom: 50%;
  transform: scale(0.85);
  outline: none;
}

.tour-places__items .slick-next {
  right: -25px;
}

.tour-places__items .slick-prev {
  left: -25px;
}

.tour-places .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -8px;
}

.tour-places .slick-dots li {
  margin: 0 6px;
}

.tour-places .slick-dots li:not(.slick-active) {
  margin-top: 2px;
}

.tour-places .slick-dots li:not(.slick-active) button {
  width: 8px;
  height: 8px;
  background-color: #7e80833b !important;
}

.tour-places__items .slick-track .slick-slide {
  padding: 0 10px;
}

.tour-places__item {
  flex-basis: calc(25% - 20px);
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #8080803d;
  color: #161616;
}

.tour-places__thumb {
  height: 85px;
  background-size: cover;
  background-position: center;
}

.tour-places__desc {
  padding: 10px 10px 25px 10px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}
/* end tour places */

/* tour program */
.tour-program__title {
  position: relative;
  padding-bottom: 20px;
}

.tour-program__download {
  position: absolute;
  top: 0;
  right: 0;
}

.btn-tour-program {
  font-size: 14px;
  padding: 5px 15px;
  background: transparent;
  border-radius: 4px;
  color: #0e0adb;
  border: 2px solid #0e0adb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-tour-program .icon {
  font-size: 21px;
  margin-right: 10px;
}

.tour-program__spoilers {
  display: flex;
  flex-direction: column;
}

.tour-program__spoiler {
  padding: 30px 0;
  border-top: 1px solid #8080803d;
  cursor: pointer;
}

.tour-program__spoiler-header {
  position: relative;
  color: #0e0adb;
  font-size: 20px;
  padding-right: 60px;
  display: flex;
  align-items: center;
}

.tour-program__spoiler-header b {
  white-space: pre;
}

.tour-program__spoiler-header .spoiler-title {
  padding-left: 2em;
  font-weight: bold;
  font-size: 21px;
}

.tour-program__spoiler-header .spoiler-arrow {
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
  transition: transform 0.3s ease;
}

.tour-program__spoiler-open .tour-program__spoiler-header .spoiler-arrow {
  transform: rotate(-180deg);
}

.tour-program__spoiler-content {
  padding: 30px 0;
}

.tour-program__spoiler-content p {
  margin: 0.9em 0;
}
/* end tour program */

/* group label */
.group-label {
  margin-bottom: 1em;
  color: black;
  font-size: 13px;
  font-weight: bold;
}

.group-label .desc {
  margin-left: 0.4em;
}
/* end group label */

/* tour chars */
.tour-chars__items {
  display: flex;
  flex-direction: column;
}

.tour-chars__item {
  display: flex;
  font-size: 16px;
}

.tour-chars__item:not(:last-child) {
  margin-bottom: 10px;
}

.tour-chars__item .left,
.tour-chars__item .right {
  display: flex;
  align-items: center;
}

.tour-chars__item .left {
  flex-basis: 65%;
}

.tour-chars__item .right {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}

.tour-chars__item .icon {
  color: #0e0adb;
  font-size: 28px;
  margin-right: 10px;
}

.tour-chars__item .text .tooltip-icon {
  margin: 0 7px;
}
/* end tour chars */

/* hotels block */
.hotels-block__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
}

.hotels-block__title .tooltip-icon {
  margin-left: 5px;
}

.hotels-block__items {
  display: flex;
  padding: 0 20px 20px 20px;
}

.hotels-block__items .slick-arrow {
  bottom: 50%;
  outline: none;
}

.hotels-block__items .slick-next {
  right: -12px;
}

.hotels-block__items .slick-prev {
  left: -12px;
}

.hotels-block__items .slick-slide {
  padding: 0 5px;
}

.hotels-block__item {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #8080803d;
}

.hotels-block__items:not(.slick-slider) .hotels-block__item {
  display: none;
}

.hotels-block__items:not(.slick-slider) .hotels-block__item:nth-child(1) {
  display: unset;
  width: 100%;
}

.hotels-block__thumb {
  background-position: center;
  background-size: cover;
  height: 100px;
}

.hotels-block__preview {
  padding: 15px;
}

.hotels-block__name {
  font-size: 18px;
  font-weight: bold;
}

.hotels-block__item .stars-items .stars-item {
  margin-left: -2px;
  letter-spacing: 0;
  font-size: 14px;
}

.hotels-block__address {
  margin-top: 0.3em;
}

.hotels-block .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -3px;
}

.hotels-block .slick-dots li {
  margin: 0 6px;
}

.hotels-block .slick-dots li:not(.slick-active) {
  margin-top: 2px;
}

.hotels-block .slick-dots li:not(.slick-active) button {
  width: 8px;
  height: 8px;
  background-color: #7e80833b !important;
}
/* end hotels block */

/* tour including */
.tour-including__block-title {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 1em;
  color: #343a40;
}

.tour-including__blocks {
  display: flex;
}

.tour-including__block.left {
  border-right: 2px solid #8080803d;
}

.tour-including__block.right {
  padding-left: 40px;
}

.tour-including__block {
  flex-basis: 50%;
}

.tour-including__block.left ul li:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  background-image: url("/local/templates/travelsoft/./img/li-check.svg");
  background-size: contain;
  background-position: center;
  left: 8px;
  top: 1px;
}

.tour-including__block.right ul li:before {
  content: "";
  width: 8px;
  height: 2px;
  left: 8px;
  top: 8px;
  display: block;
  position: absolute;
  background: orange;
  border-radius: 2px;
}

.tour-including__block ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 1em;
  font-weight: 500;
}
/* end tour including */

/* callback fullwidth form (ext) */
.styles_layout__forms_wrapper__9Ccvg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff9ec;
  margin-bottom: 20px;
}

.styles_layout__forms_wrapper__forms__Lc4rK {
  max-width: 1232px;
  width: 100%;
}

.styles_container__help__YrBhx {
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
}

.styles_help__jGMyO {
  display: flex;
  flex-direction: column;
  padding: 40px 0 0 40px;
}

.styles_help__imageMobile__d4Sna {
  display: none;
}

.styles_help__title__RB3uY {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: #000;
  margin-bottom: 16px;
}

.styles_help__text__E8RZj {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #7e8083;
  margin-bottom: 24px;
}

.styles_form__V0_o4 {
  display: flex;
  width: 510px;
  margin-bottom: 24px;
}

.styles_form__input__HJB05 {
  display: inline;
  width: 240px;
  margin-right: 24px;
  position: relative;
}

.styles_form__input__item__3y_kM {
  padding: 11px 25px;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  font-size: 18px;
  line-height: 25px;
  background: #fff;
  color: #161616;
  width: 100%;
}

.styles_form__input__item__first_letter__TM9dY {
  color: #161616;
  position: absolute;
  left: 26px;
  top: 12px;
  font-size: 18px;
  line-height: 25px;
}

.styles_form__button__vFguf {
  height: 48px;
  width: 221px;
  min-height: 48px;
}

.styles_blue-shadow__MVeVI {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 14px;
  width: inherit;
  height: inherit;
  background-color: #0e0adb;
  color: #fff;
  border-radius: 4px;
  transition: background-color 0.2s;
  border: none;
  cursor: pointer;
}

.styles_blue-shadow__MVeVI:hover {
  box-shadow: 0 3px 15px #489ed0;
}

.styles_help__agreement_text__XrvyB {
  max-height: 22px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #7e8083;
  display: flex;
  align-items: center;
}

.styles_help__jGMyO .styles_checkbox__EpdjF {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.styles_help__jGMyO .styles_checkbox__input__i8fGz {
  display: none;
}

.styles_help__jGMyO .styles_checkbox__span__m7T4p {
  width: 22px;
  height: 22px;
  background-image: url(/local/templates/travelsoft/img/cta/checkbox-unchecked.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
}

.styles_help__caption__SOYxa {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #7e8083;
}

.styles_help__caption__link__Nlk4q {
  text-decoration: underline;
  cursor: pointer;
}

.styles_help__image__no0bZ {
  display: flex;
}

.styles_help__jGMyO .styles_checkbox__input__i8fGz:checked + span {
  width: 22px;
  height: 22px;
  background-image: url(/local/templates/travelsoft/img/cta/checkbox-checked.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  margin-left: 1px;
}

@media screen and (max-width: 767px) {
  .styles_help__jGMyO {
    align-items: center;
    padding: 16px;
  }

  .styles_help__imageMobile__d4Sna {
    display: block;
  }

  .styles_help__title__RB3uY {
    font-size: 24px;
    line-height: 27px;
    text-align: center;
  }

  .styles_help__text__E8RZj {
    padding: 0 16px;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
  }

  .styles_form__V0_o4 {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .styles_form__input__HJB05 {
    margin-right: 0;
    margin-bottom: 24px;
    width: 100%;
  }

  .styles_form__input__item__3y_kM {
    font-size: 20px;
  }

  .styles_form__input__item__first_letter__TM9dY {
    font-size: 20px;
  }

  .styles_form__button__vFguf {
    width: 100%;
  }

  .styles_help__agreement_text__XrvyB {
    margin-left: 0;
    text-align: center;
    max-height: none;
    align-items: start;
    width: 100%;
  }

  .styles_help__caption__SOYxa {
    font-size: 12px;
    line-height: 16px;
    text-align: start;
  }

  .styles_help__image__no0bZ {
    display: none;
  }

  .styles_form__input__HJB05 {
    margin-right: 0;
    margin-bottom: 24px;
    width: 100%;
  }
}
/* end callback fullwidth form (ext) */

@media screen and (max-width: 1340px) {
  .need-help__img-wrapper {
    display: none;
  }

  .need-help__header {
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .need-help__subtitle {
    font-size: 16px;
    margin-top: 0.5em;
  }

  .need-help__content form {
    flex-direction: column;
    align-items: center;
  }

  .need-help__input-wrapper {
    margin: 0 0 0.5em;
    max-width: unset;
  }

  .need-help__form-phone {
    width: 100%;
  }

  .need-help__button-wrapper {
    max-width: unset;
  }

  .need-help__button {
    width: 100%;
  }

  .need-help__caption {
    text-align: center;
  }
}

@media screen and (max-width: 1200px) {
  .expert-call__info-item__number a {
    font-size: 19px;
  }

  .tour-chars__item {
    font-size: 14px;
  }
}

@media screen and (max-width: 1100px) {
  .map-distance__item {
    flex-basis: 100%;
  }

  .similar-hotels__item {
    flex-basis: calc(33% - 10px);
  }
}

@media screen and (max-width: 1000px) {
  .hotel-chars__item {
    flex-basis: calc(100% / 6);
    width: calc(100% / 6 - 40px);
  }

  .tour-chars__item {
    font-size: 12px;
  }

  .tour-chars__item .icon {
    font-size: 19px;
  }

  .tour-chars__item .left .text {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .scroll-tabs {
    display: none;
  }

  .map-distance__item {
    flex-basis: 50%;
  }

  .gallery-block__item:nth-child(7),
  .gallery-block__item:nth-child(8) {
    display: none;
  }

  .gallery-block__item:nth-child(-n + 6) {
    flex-basis: calc(33% - 10px);
  }

  .similar-hotels__item {
    flex-basis: calc(50% - 10px);
  }

  .info-block__tabs-block {
    flex-direction: column;
  }

  .info-block__tabs-list {
    flex-direction: row;
    width: 100%;
  }

  .info-block__tabs-list__wrapper {
    display: flex;
    overflow: auto;
    width: 100%;
  }

  .info-block__tabs-list-item {
    white-space: nowrap;
  }

  .info-block__tabs-content {
    width: 100%;
  }

  .tour-including__blocks {
    flex-direction: column;
  }

  .tour-including__block {
    flex-basis: 100%;
  }

  .tour-including__block.left {
    border-right: none;
  }

  .tour-including__block.right {
    margin-top: 1em;
    padding-left: 0;
  }
}

@media screen and (max-width: 575px) {
  .hotel-chars__item {
    flex-basis: calc(100% / 4);
    width: calc(100% / 4 - 40px);
  }

  .gallery-block__item:nth-child(5),
  .gallery-block__item:nth-child(6) {
    display: none;
  }

  .gallery-block__item:nth-child(-n + 4) {
    flex-basis: calc(50% - 10px);
  }

  .similar-hotels__item {
    flex-basis: 100%;
  }

  .ready-to-search h2 {
    font-size: 18px;
  }

  .search-tour .btn-to-search {
    font-size: 13px;
    padding: 5px 10px;
  }

  .info-block__tabs-list-item {
    font-size: 12px;
    padding: 6px 12px;
  }

  .tour-program__download {
    position: relative;
  }

  .tour-program__spoiler-header .spoiler-title {
    font-size: 17px;
  }
}

@media screen and (max-width: 380px) {
  .hotel-chars__item {
    flex-basis: calc(100% / 3);
    width: calc(100% / 3 - 40px);
  }
}

/* Реквизиты прижимались вправо отдельным блоком в старой раскладке подвала.
   Сейчас они идут строкой внутри юридического блока, а width:max-content
   не давал ей переноситься и на телефоне вылезал за экран. */
.footer_requisites ul {
  width: auto;
  margin-left: 0;
}

.cookie-notice {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  margin-bottom: 20px;
  transform: translateX(-50%);
  max-width: 600px;
  background-color: #fff;
  border-top: 1px solid #ccc;
  padding: 15px 20px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  font-size: 14px;
}

.cookie-notice a {
  color: #007bff;
  text-decoration: underline;
}

.cookie-buttons {
  margin-top: 10px;
}

.cookie-buttons .btn {
  margin-right: 10px;
}

/* Кнопка cookie-баннера была окрашена в #0E0ADB — тот же цвет, что у главной
   лид-кнопки и фона шапки. По правилу «контраст с мерой» акцент должен стоять
   на целевом действии, а согласие с cookie — служебный элемент и не имеет
   права спорить с заявкой за внимание. Делаем нейтральной. */
.cookie-notice .cookie-buttons .btn,
.cookie-notice .cookie-buttons .btn-primary {
  background: #eceef5;
  border-color: #d6dae8;
  color: #3a3a48;
  box-shadow: none;
}

.cookie-notice .cookie-buttons .btn:hover,
.cookie-notice .cookie-buttons .btn-primary:hover {
  background: #dfe3ee;
  border-color: #c8cddf;
  color: #22222c;
}
.online-chat-root-TalkMe{
  position: relative !important;
  z-index: 9998 !important;
}

/* .callme-btn — оформление кнопки «Перезвоните мне» перенесено
   в css/styles.css (блок «Кнопка обратного звонка в шапке»),
   чтобы десктоп и адаптив правились в одном месте. */
/* End */
/* /local/components/travelsoft/favorites.list/templates/.default/style.css?1745493799290 */
/* /bitrix/components/bitrix/search.suggest.input/templates/.default/style.css?1745493779501 */
/* /local/templates/travelsoft/components/bitrix/breadcrumb/template/style.css?1786471945404 */
/* /local/templates/travelsoft/components/travelsoft/callback/travelsoft_ticket_intourdv_modal/style.css?178875887114339 */
/* /local/templates/travelsoft/template_styles.css?178875887136314 */
