

/* Start:/local/components/travelsoft/booking.search_form/templates/combotours.objects/style.css?17187104441103*/
.search_form__counter_item_label small {
    display: none !important;
}

.search_form__counter_item_label {
    flex-basis: 55%;
    margin: auto 0;
}

.list-group-item {
    cursor: pointer;
    max-width: none !important;
}

.MuiSvgIcon-root {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}

.list-optgroup {
    font-weight: bold;
    text-transform: uppercase;
    cursor: default !important;
}

.list-optgroup:hover {
    background: none !important;
}

.packagetours2-obejcts-list, .packagetours2-destination-list, .packagetours2-people-select {
    z-index: 100;
}

.tsoperator__highlight {
    background: var(--SECONDARY) !important;
    color: #ffffff !important;
}

@media (min-width: 1079px) {
    .form-group-40 {
        flex-basis: 40% !important;
    }
}

.clear-input-value {
    position: absolute;
    display: flex;
    height: 55px;
    right: 0;
    align-items: center;
    cursor: pointer;
    padding: 0.5rem;
}
/* End */


/* Start:/local/modules/travelsoft.travelbooking/plugins/daterangepicker/daterangepicker.css?16494094147659*/
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

/* End */


/* Start:/local/components/travelsoft/booking.search_form/templates/packagetours.hotels/style.css?17186983655076*/
.search_form__counter_item_label small {
    display: none !important;
}

.search_form__counter_item_label {
    flex-basis: 55%;
    margin: auto 0;
}

.list-group-item {
    cursor: pointer;
    max-width: none !important;
}

.MuiSvgIcon-root {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}

.list-optgroup {
    font-weight: bold;
    text-transform: uppercase;
    cursor: default !important;
}

.list-optgroup:hover {
    background: none !important;
}

.list-group-item:not(.list-optgroup) {
    padding-left: 15px !important;
}

.packagetours-obejcts-list, .packagetours-destination-list, .packagetours-people-select {
    z-index: 100;
}

.tsoperator__highlight {
    background: var(--SECONDARY) !important;
    color: #fff !important;
}

.drp-calendar {
    margin-left: 0 !important;
}

.checkbox-item {
    margin: 4px 2px;
    display: flex;
    align-items: center;
}

.ts-checkbox {
    display: flex;
    width: 100%;
}

.ts-checkbox-control:hover {
    cursor: pointer;
}

.ts-checkbox-control {
    margin-top: 5px;
    margin-right: 10px;
    align-self: center;
}

.ts-checkbox-control input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid var(--SECONDARY);
    transform: scale(1.3);
    border-radius: 4px;
    outline: none;
    cursor: pointer;
}

.ts-checkbox-control input[type="checkbox"]:checked {
    background-color: var(--SECONDARY);
}

.ts-checkbox-control input[type="checkbox"]:checked::after {
    content: "\2713";
    height: 14px;
    display: inline-block;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    line-height: 1;
    color: white;
}

.ts-checkbox__title {
    margin: 0;
    color: black;
    font-size: 85%;
    line-height: 1;
    width: 100%;
    align-self: center;
}

.ts-checkbox__title:hover {
    cursor: pointer;
}

.dropdown-container {
    position: relative;
}

.dropdown-wrapper {
    position: absolute; 
    width: 500px;
    background-color: #fff;
    border: 1px solid #b4b4b4;
    border-radius: 0.25rem;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
    z-index: 999;
    display: flex;
}

.dropdown-objects-container {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 300px;
}

.dropdown-objects {
    display: flex;
    flex-direction: column;
    overflow: auto;
    height: auto;
}

.dropdown-cities {
    width: 41%;
    border-right: 1px solid #294A52;
    background-color: #FFFAF0;
}

.dropdown-placements {
    width: 59%
}

.dropdown-content {
    display: flex;
    flex-direction: column;
    height: 400px;
    padding: 20px 10px 20px 20px;
}

.dropdown-content__title {
    font-weight: 900;
}

.dropdown-content__title__bordered {
    border-bottom: 1px solid black;
}

.dropdown-content__search {
    margin: 10px 0;
    width: 100%;
}

.dropdown-content__search input {
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
    width: 100%;
}

.dropdown-objects__label {
    width: 100%
}

.dropdown-objects__label:hover {
    cursor: pointer;
}

.dropdown-tabs {
    display: none;
}

.dropdown-controls {
    margin-top: 10px;
    display: flex;
    justify-content: space-around;
}

.dropdown-controls.desktop {
    display: none;
}

.dropdown-controls__btn {
    height: 35px !important;
}

.simplebar-track.simplebar-vertical {
    background-color: #d9d9d9 !important;
    width: 10px !important;
}

.simplebar-content-wrapper {
    padding-right: 10px !important;
}

.simplebar-scrollbar::before {
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    border-radius: 0 !important;
    background-color: var(--SECONDARY) !important;
}

.simplebar-scrollbar.simplebar-visible::before {
    opacity: 1 !important;
}

@media screen and (max-width: 768px) {
    .dropdown-wrapper {
        width: 100%;
        flex-wrap: wrap;
    }

    .dropdown-controls.desktop {
        display: flex;
    }

    .dropdown-cities {
        width: 100%;
        border-right: none;

    }

    .dropdown-cities,
    .dropdown-placements {
        width: 100%;
        display: none;
    }

    .dropdown-cities.active,
    .dropdown-placements.active {
        display: flex;
    }

    .dropdown-tabs {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%
    }

    .dropdown-tab {
        width: 50%;
        text-align: center;
    }

    .dropdown-tab:hover {
        cursor: pointer;
    }

    .dropdown-tab__active {
        background-color: var(--SECONDARY);
        color: #FFF;
    }

    .dropdown-cities {
        background-color: #f5f5f5 !important;
    }

    .dropdown-placements {
        background-color: #f5f5f5 !important;
    }
}
/* End */


/* Start:/local/modules/travelsoft.travelbooking/plugins/simplebar/simplebar.css?16900200604237*/
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* End */


/* Start:/local/templates/travelsoft/components/bitrix/catalog.smart.filter/packagetours/style.css?17186979653882*/
.dropdown-services-container {
    position: relative;
    display: inline-block;
}

.services-content {
    padding: 1rem;
}

.services-content.mobile {
    display: none;
}

.services-content__title {
    font-weight: 900;
    font-size: 16px;
}

.dropdown-services-container {
    margin: 10px 0;
    position: relative;
    display: inline-block;
    width: 80%;
}

.dropdown-services-container__btn-toggle.mobile {
    padding: 0.5rem 1rem;
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: space-between;
    align-items: center;
}

.dropdown-arrow {
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    border-top: 0.4rem solid;
    border-right: 0.4rem solid transparent;
    border-bottom: none;
    border-left: 0.4rem solid transparent;
    transition: transform 0.2s;
}

.dropdown-services-options {
    position: absolute;
    z-index: 5;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

.dropdown-services-header {
    display: flex;
    flex-direction: column;
}

.dropdown-services-header__title_small {
    font-size: 12px;
    text-align: start;
}

.dropdown-services-header__content {
    text-align: start;
}

.dropdown-control {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center
}

.checkbox-item {
    margin: 4px 2px;
    display: flex;
    align-items: center;
}

.ts-checkbox {
    display: flex;
    width: 100%;
}

.ts-checkbox-control:hover {
    cursor: pointer;
}

.ts-checkbox-control {
    margin-top: 5px;
    margin-right: 10px;
    align-self: center;
}

.ts-checkbox-control input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid var(--SECONDARY);
    transform: scale(1.3);
    border-radius: 4px;
    outline: none;
    cursor: pointer;
}

.ts-checkbox-control input[type="checkbox"]:checked {
    background-color: var(--SECONDARY);
}

.ts-checkbox-control input[type="checkbox"]:checked::after {
    content: "\2713";
    height: 14px;
    display: inline-block;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    line-height: 1;
    color: white;
}

.ts-checkbox__title {
    margin: 0;
    color: black;
    font-size: 85%;
    line-height: 1;
    width: 100%;
    align-self: center;
}

.ts-checkbox__title:hover {
    cursor: pointer;
}

#advanced-filter {
    margin-top: 5px;
}

.advanced-search:hover {
    cursor: pointer;
}

.advanced-services {
    display: flex;
    justify-content: space-around;
}

.advanced-controls {
    display: flex;
    justify-content: start;
}

.btn-advanced {
    margin: 10px 0 5px 5px;
    line-height: 40px;
    cursor: pointer;
    border-radius: 4px;
    color: black;
    background-color: #fff;
    border: 1px solid #b4b4b4;
    font-size: 14px;
    width: 173px;
}

.btn-advanced:hover {
    background-color: var(--SECONDARY);
    color: #fff;
}

.btn-advanced__icon {
    margin-left: 5px;
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    .advanced-services {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .advanced-controls {
        justify-content: center;
    }

    .btn-advanced {
        margin: 0;
        margin-bottom: 10px;
        width: 80%;
    }

    .dropdown-services-container {
        height: 50px;
    }

    .services-content.desktop {
        display: none;
    }

    .dropdown-services-container__btn-toggle.mobile {
        display: flex;
    }
}
/* End */


/* Start:/local/components/travelsoft/booking.search_form/templates/placements.2calendars/style.css?1718267758796*/
.search_form__counter_item_label small {
    display: none !important;
}

.search_form__counter_item_label {
    flex-basis: 55%;
    margin: auto 0;
}

.list-group-item {
    cursor: pointer;
    max-width: none !important;
}

.MuiSvgIcon-root {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}

.list-optgroup {
    font-weight: bold;
    text-transform: uppercase;
    cursor: default !important;
}

.list-optgroup:hover {
    background: none !important;
}

.list-group-item:not(.list-optgroup) {
    padding-left: 15px !important;
}

@media (min-width: 1079px) {
    .form-group-40 {
        flex-basis: 40% !important;
    }
}
/* End */


/* Start:/local/templates/travelsoft/components/bitrix/catalog.smart.filter/hotels_mainform/style.css?17501483743882*/
.dropdown-services-container {
    position: relative;
    display: inline-block;
}

.services-content {
    padding: 1rem;
}

.services-content.mobile {
    display: none;
}

.services-content__title {
    font-weight: 900;
    font-size: 16px;
}

.dropdown-services-container {
    margin: 10px 0;
    position: relative;
    display: inline-block;
    width: 80%;
}

.dropdown-services-container__btn-toggle.mobile {
    padding: 0.5rem 1rem;
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: space-between;
    align-items: center;
}

.dropdown-arrow {
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    border-top: 0.4rem solid;
    border-right: 0.4rem solid transparent;
    border-bottom: none;
    border-left: 0.4rem solid transparent;
    transition: transform 0.2s;
}

.dropdown-services-options {
    position: absolute;
    z-index: 5;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

.dropdown-services-header {
    display: flex;
    flex-direction: column;
}

.dropdown-services-header__title_small {
    font-size: 12px;
    text-align: start;
}

.dropdown-services-header__content {
    text-align: start;
}

.dropdown-control {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center
}

.checkbox-item {
    margin: 4px 2px;
    display: flex;
    align-items: center;
}

.ts-checkbox {
    display: flex;
    width: 100%;
}

.ts-checkbox-control:hover {
    cursor: pointer;
}

.ts-checkbox-control {
    margin-top: 5px;
    margin-right: 10px;
    align-self: center;
}

.ts-checkbox-control input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid var(--SECONDARY);
    transform: scale(1.3);
    border-radius: 4px;
    outline: none;
    cursor: pointer;
}

.ts-checkbox-control input[type="checkbox"]:checked {
    background-color: var(--SECONDARY);
}

.ts-checkbox-control input[type="checkbox"]:checked::after {
    content: "\2713";
    height: 14px;
    display: inline-block;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    line-height: 1;
    color: white;
}

.ts-checkbox__title {
    margin: 0;
    color: black;
    font-size: 85%;
    line-height: 1;
    width: 100%;
    align-self: center;
}

.ts-checkbox__title:hover {
    cursor: pointer;
}

#advanced-filter {
    margin-top: 5px;
}

.advanced-search:hover {
    cursor: pointer;
}

.advanced-services {
    display: flex;
    justify-content: space-around;
}

.advanced-controls {
    display: flex;
    justify-content: start;
}

.btn-advanced {
    margin: 10px 0 5px 5px;
    line-height: 40px;
    cursor: pointer;
    border-radius: 4px;
    color: black;
    background-color: #fff;
    border: 1px solid #b4b4b4;
    font-size: 14px;
    width: 173px;
}

.btn-advanced:hover {
    background-color: var(--SECONDARY);
    color: #fff;
}

.btn-advanced__icon {
    margin-left: 5px;
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    .advanced-services {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .advanced-controls {
        justify-content: center;
    }

    .btn-advanced {
        margin: 0;
        margin-bottom: 10px;
        width: 80%;
    }

    .dropdown-services-container {
        height: 50px;
    }

    .services-content.desktop {
        display: none;
    }

    .dropdown-services-container__btn-toggle.mobile {
        display: flex;
    }
}
/* End */


/* Start:/local/components/travelsoft/booking.search_form/templates/transfers/style.css?17186984435738*/
#ui-datepicker-div {
    z-index: 99 !important;
}

select.theme-search-area-section-input option[disabled] {
    background: #dddddd85;
}

.icon-container {
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
}

.loader {
    position: relative;
    height: 20px;
    width: 20px;
    display: inline-block;
    animation: around 5.4s infinite;
}

@keyframes around {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.loader::after, .loader::before {
    content: "";
    background: #333;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-color: #fff #fff transparent transparent;
    border-style: solid;
    border-radius: 20px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    animation: around 0.7s ease-in-out infinite;
}

.loader::after {
    animation: around 0.7s ease-in-out 0.1s infinite;
    background: transparent;
}

.tsoperator-transfers-points-items-list {
    position: absolute;
    background: #fff;
    z-index: 99;
    box-sizing: border-box;
    min-width: 250px;
    display: none;
    border: 1px solid #ddd;

}

.tsoperator-transfers-points-items-list__item {
    padding: 12px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    background-color: #dddddd4d;
    border-bottom: 1px solid #ddd;
}

.tsoperator-transfers-points-items-list__item:last-child {
    border-bottom: none;
}

.tsoperator-transfers-points-items-list__item:hover {
    background-color: #ddd;
}

.date-clear {
    position: absolute;
    top: 11px;
    right: 10px;
    cursor: pointer;
}

.tsoperator-control-buttons {
    width: 100%;
    padding: 5px 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.tsoperator-one-direction, .tsoperator-two-direction {
    padding: 10px;
    border: 1px solid #000;
    width: 140px;
    cursor: pointer;
    font-weight: bold;
}

.tsoperator-one-direction:hover:not(.active), .tsoperator-two-direction:hover:not(.active) {
    background-color: #ddd;
}

.tsoperator-one-direction.active, .tsoperator-two-direction.active {
    background-color: #0093d2;
    color: #fff;
}

.tsoperator-one-direction {
    border-radius: 4px 0 0 4px;
}

.tsoperator-two-direction {
    border-radius: 0 4px 4px 0;
    border-left: none;
}

.item-sub {
    padding-left: 35px;
}

.item-root {
    background: #f5f5f5;
}


.basket-text-block {
    font-size: 24px;
}

.basket-modal-btn-block {
    margin: 10px 0;
}

.basket-modal-btn-block button {
    width: 60%;
}


.itravelclub-control-buttons {
    width: 100%;
    padding: 5px 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.itravelclub-one-direction.active, .itravelclub-two-direction.active {
    background-color: #ffe0a2;
}

.itravelclub-one-direction {
    border-radius: 4px 0 0 4px;
}

.itravelclub-one-direction, .itravelclub-two-direction {
    padding: 10px;
    border: 1px solid #000;
    width: 140px;
    cursor: pointer;
    font-weight: bold;
}

.itravelclub-two-direction {
    border-radius: 0 4px 4px 0;
    border-left: none;
}

.daterangepicker {
    width: auto !important;
}

.quantity-selector-box {
    position: static !important;
    min-width: 250px;
}


element.style {
    position: absolute !important;
    display: block !important;
    top: 376.688px;
    left: 953.734px;
}

.quantity-selector-box {
    position: static !important;
    min-width: 250px;
}

.quantity-selector-box {
    display: none;
    padding: 15px;
    background: #fff;
    color: #595959;
    margin-top: 5px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    overflow: hidden;
    position: absolute;
    width: 160px;
    z-index: 100;
}

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

.quantity-selector-inner {
    position: relative;
}

.quantity-selector-title {
    display: flex;
    flex-direction: column;
}

.quantity-selector-title {
    margin-bottom: 0;
}

.quantity-selector-controls {
    position: relative !important;
}

.quantity-selector-controls {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.quantity-selector-controls li {
    height: 30px;
    line-height: 30px;
    margin-left: 9px;
}

.quantity-selector-controls>li {
    float: left;
    margin-left: 7px;
    text-align: center;
    height: 20px;
    line-height: 18px;
    font-weight: bold;
    font-size: 18px;
}

.quantity-selector-controls li a {
    cursor: pointer;
    -webkit-transition: transform .3s;
    transition: transform .3s;
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 30px;
    height: 30px;
    line-height: 28px;
}

.quantity-selector-controls>li>a {
    text-decoration: none !important;
    font-weight: normal;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 18px;
    border-radius: 50%;
    background: #0093d2;
    color: #fff;
}

.search-btn-block {
    margin-top: 24px;
}

.search-btn-block button {
    width: 100%;
}

#tsoperator-transfers {
    margin-top: 30px;
}

.point-input {
    padding: 12px 15px;
}

.point-input input {
    width: 100%;
    height: 35px;
    border-radius: 2px;
    border: 1px solid #ccc;
    padding: 5px;
}

.tsoperator__highlight {
    background: #0093d2;
    color: #fff !important;
}

.tsoperator__highlight__low {
    background: #ffff00d1 !important;
    color: #000 !important;
}

.tsoperator__highlight__high {
    background: var(--SECONDARY) !important;
    color: #fff !important;
}
/* End */


/* Start:/local/components/travelsoft/booking.search_form/templates/transfers/plugins/daterangepicker.css?16751526827682*/
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  /* border-color: transparent; */
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd !important;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  /* text-decoration: line-through; */
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

/* End */


/* Start:/local/components/travelsoft/tsoperator.offers.search.list/templates/.default/style.css?17453970755163*/
.progress {
    height: 30px !important;
    width: 40%;
    margin-right: 15px;
}

.progress-bar {
    font-size: 16px !important;
}

.search-control-btn a {
    font-size: 14px;
    line-height: 40px !important;
    cursor: pointer !important;
    border-radius: 4px !important;
    color: var(--SECONDARY) !important;
    padding: 0px 5px !important;
    border: 1px solid var(--SECONDARY) !important;
    margin-top: 10px !important;
    position: relative !important;
}

.search-control {
    display: flex;
    align-items: center;
}

.errors-block {
    margin-top: 30px;
}

.quota-block__high {
   background: linear-gradient(95.22deg, #73fb79 -27.44%, green 122.53%);
    color: #fff;
}

.quota-block__low {
    background: linear-gradient(95.22deg, #ffe500 -27.44%, #FF9800 122.53%);
    color: #fff;
}
.info-block {
	background: linear-gradient(95.22deg, #295e5f -27.44%, #9E9E9E 122.53%);
    color: #fff;
}
.price-block {
    background: linear-gradient(95.22deg, var(--ui-color-palette-red-45) -27.44%, #FF9800 122.53%);
    color: #fff;
}
.popular-block {
    background: linear-gradient(95.22deg, var(--ui-color-palette-blue-70) -27.44%, var(--ui-color-palette-blue-40) 122.53%);
    color: #fff;
}
.recommend-block {
    background: linear-gradient(95.22deg, var(--ui-color-palette-orange-50) -27.44%, var(--ui-color-palette-green-40) 122.53%);
    color: #fff;
}
.children-block {
    background: linear-gradient(95.22deg, var(--ui-color-palette-red-45) -27.44%, var(--ui-color-palette-red-30) 122.53%);
    color: #fff;
}
.quota-block {    width: max-content;
    padding: 0px 10px;
    border-radius: 3px;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    padding: 3px 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 24px;}
.swiper-pagination {
    color: white;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.available-seats {
    display: inline-block;
    border: 1px solid var(--SECONDARY);
    padding: 5px 15px;
    background-color: var(--SECONDARY);
    color: white;
    border-radius: 4px;
	display: flex;
    align-items: center;
    justify-content: space-around;
}

.available-seats:hover {
    background-color: var(--ACCENT);
}

.geodir-opt-list a {
    padding: 5px 15px !important;
}


/* HTML: <div class="loader"></div> */
.local-list-item-loader {
    display: inline-block;
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    background:
        radial-gradient(farthest-side, var(--ACCENT) 94%, #0000) top/8px 8px no-repeat,
        conic-gradient(#0000 30%, var(--ACCENT));
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
    animation: l13 1s infinite linear;
}

@keyframes l13 {
    100% {
        transform: rotate(1turn)
    }
}

.geodir-opt-list {
    display: flex;
    justify-content: end;
    align-items: center;
}

.hidden-offer {
    display: none;
}

.tsoperator-offers-search-list .bg-warning {
    background-color: var(--ACCENT) !important;
    color: #333;
}

.tsoperator-offers-search-list .btn-warning {
    border: 1px solid #fff;
    background-color: var(--SECONDARY) !important;
    color: #fff;
}

@media (max-width: 768px) {
    .search-control {
        display: block;
    }

    .progress {
        width: 100%;
        margin-right: 0;
    }

    .search-control-btn {
        display: flex;
        justify-content: flex-end;
        margin-top: 15px;
    }
}
.offer-room-name {margin-bottom: 4px;
    font-size: 18px;    font-weight: 700;}
.offer-info {color: #7A87A2;    font-size: 14px;}
.container-info-block {width: max-content;
    padding: 0px 10px;
    border-radius: 3px;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    padding: 3px 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 24px;}
        .container-info-block {
            position: relative;
            display: inline-block;
            cursor: pointer;
        }

        .tooltip {
            visibility: hidden;
            width: max-content;
    		max-width: 380px;
            background-color: #555;
            color: #fff;
            text-align: center;
            border-radius: 5px;
            padding: 10px;
            position: absolute;
            z-index: 1;
            bottom: 125%; /* Позиция над текстом */
            left: 50%;
            transform: translateX(-50%);
            opacity: 0;
            transition: opacity 0.3s;
        }

        .container-info-block:hover .tooltip {
            visibility: visible;
            opacity: 1;
        }
.tsoperator-offers__offer {border-radius: 8px;
    background: #fff;}
.container-info-block.sun, .container-info-block.moon {padding:0 !important}
        .icon-container {
            position: relative;
            display: inline-block;
			right: 0!important;
        }

        .icon-container img {
            vertical-align: middle;
        }

        .icon-container:hover .tooltip {
            visibility: visible;
            opacity: 1;
        }
/* End */


/* Start:/local/templates/travelsoft/css/swiper-bundle.min.css?171653488218065*/
/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'⟨'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'⟩';}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

/* End */


/* Start:/local/components/travelsoft/booking.offers/templates/packagetours/style.css?174530906210065*/
.tsoperator__offers{
    /* margin-top: 1rem; */
    border-radius: 3px;

}
.offers-list{
    display: flex;
    justify-content: space-between;
    /* overflow: hidden; */
}
/*.offers-list:last-child .offers-list-item{*/
/*    border-bottom: 0;*/
/*}*/
.offers-list-item{
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid var(--last-color);
    position: relative;
    overflow: hidden;
    padding: .25rem 0.5rem;
    text-align: left;
    border-bottom: 1px solid  #dbdfe4;
    flex-grow: 1;
    min-height: 65px;
}
.offers-list-item ul.ul{
    margin: 0;
}
.offers-list-item > *{
    text-shadow: 1px 1px 1px 1px rgba(0,0,0,.1);
    font-size: 16px;

}
.offers-list-item .ul li{
    list-style: none;
    line-height: 1.3;
    margin-left: .75rem;
}
.offers-list-item svg{
    position: absolute;
    top: 13px;
    left: -22px;
    /* width: 90px; */
    height: 100px;
    fill: #919191;
    opacity: 0.05;
}
.offers-list-item.price span{
    display: flex;
    justify-content: center;
    /* flex-direction: column; */
    align-items: center;
    font-size: 17px;
}
.offers-list-item.price b{
    color: var(--secondary-color);
    font-size: 105%;
}
/*.offers-list-item:nth-child(2){*/
/*    flex-grow: 3;*/
/*    justify-content: flex-start;*/
/*}*/
/*.offers-list-item:last-child{*/
/*    flex-grow: 2;*/
/*}*/
.booking_button {
    background: var(--primary-color);
    padding: .75rem .5rem;



    color: #fff;
    text-transform: uppercase;
    border: 0;
    outline: 0;
    font-size: 14px;
    width: 100%;
    /* margin-top: 0.75rem; */
    text-align: center;
    box-sizing: border-box;
    line-height: 1;
    cursor: pointer;
    transition: all .2s;
    max-width: 300px;
}
.booking_button:hover{
    transition: background .2s;
    background: var(--primary-color-dark);
    color: white;
}
.booking_button:active{
    transform: scale(0.98);
    background: var(--primary-color-dark);
    transition: transform .2s;

}
@media (min-width: 992px) {
    .offers-list:last-child .offers-list-item {
        border-bottom: 0;
    }
}


@media (max-width: 992px) {
    .tsoperator__offers{
        /* margin-top: 1rem; */
        border-radius: 3px;
        overflow: hidden;
        border: 0;
    }
    .offers-list{
        flex-wrap: wrap;
        overflow: hidden;
        /* margin-bottom: .5rem; */
        padding: 0 !important;
        border: 1px solid #eee;
    }
    .offers-list-item{
        flex-basis: 100%;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 0;
        border-bottom: 1px solid #eee;
        padding: .25rem 0;
        min-height: 35px;
    }
    .offers-list-item:last-child{
        border-bottom: 0;
    }
    .offers-list-item > *{
        text-align: center;
    }
    .offers-list-item ul{
        text-align: center;
    }
}
.tsoperator-offers__offer{
    border: 1px solid #e1e1e1;
    /* padding: 1rem 0; */
}


.tsoperator-offers__offer [class^="col"]{
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
}
.tsoperator-offers__offer [class^="col"]:nth-child(1){
    position: relative;
}
.tsoperator-offers__offer [class^="col"]:nth-child(2){
    position: relative;
    border-right: 1px solid #e1e1e1;
}
.tsoperator-offers__offer [class^="col"]:nth-child(3){
    position: relative;
}
.tsoperator-offers__offer [class^="col"]:nth-child(4){
    position: relative;

}
.tsoperator-offers__offer [class^="col"]:nth-child(3) ul.ul{
    padding-left: 0;
    margin:  0 !important;
    list-style: none;
}
.tsoperator-offers__offer [class^="col"]:nth-child(3) ul.ul li{
    list-style: none;
}
.tsoperator-offers__offer [class^="col"]:nth-child(4) strong {
    display: flex;
    flex-direction: column;
    line-height: 14px;
}
.duration{
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    right: -15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    top: calc(50% - 20px);
    line-height: 12px;
    background: white;
    z-index: 1;
    justify-content: center;
}
.duration div{
    background: white;
    z-index: 1;
    height: 100%;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* padding-top: 4px; */
    color: #575869;
}
.duration div b:last-child{
    font-size: 80%;
}
.duration:before{
    content: "";
    height: 150%;
    display: block;
    top: -25%;
    position: absolute;
    width: 1px;
    background: #e1e1e1;
    z-index: 0;
}
.tsoperator-offers__offer .col-auto{
    border-right: 1px solid #e1e1e1;
    display: flex;
    justify-content: center;
}
.tsoperator-offers__offer .col-auto div{
    display: flex;
    align-items: center;
}

.minus{
    position: absolute;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    right: -5px;
    display: flex;
    align-items: center;
    flex-direction: column;
    top: calc(50% - 11px);
    line-height: 12px;
    background: white;
    z-index: 1;
    justify-content: center;
}
.minus div{
    background: white;
    z-index: 1;
    height: 100%;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* padding-top: 4px; */
    color: #575869;
}
.minus::before {
    content: "";
    height: 46px;
    display: block;
    top: -14px;
    position: absolute;
    width: 1px;
    background: #e1e1e1;
    z-index: 0;
    left: 10px;
}

/* Tooltip container */
.custom-tooltip {
    position: relative;
    display: inline-block;

}

/* Tooltip text */
.custom-tooltip .custom-tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 1rem;
    border-radius: 6px;
    bottom: 150%;
    left: -52px;
    position: absolute;
    z-index: 1;
    line-height: 1;
}
.custom-tooltip .custom-tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}
/* Show the tooltip text when you mouse over the tooltip container */
.custom-tooltip:hover .custom-tooltiptext {
    visibility: visible;
}

@media (max-width: 1200px) {

    .tsoperator-offers__offer.row{
        border: 1px solid #e1e1e1 !important;
        margin: 0;
        margin-bottom: 1rem;
        padding: 0;
    }
    .tsoperator-offers__offer [class^="col"]{
        padding: 1rem 15px;
    }
    .tsoperator-offers__offer [class^="col"]:nth-child(1),.tsoperator-offers__offer [class^="col"]:nth-child(2) {
        padding-bottom: 1rem;
        position: relative;
        border-bottom: 1px solid #e1e1e1;
        /* border-top: 1px solid #e1e1e1; */
    }
    .tsoperator-offers__offer [class^="col"]:nth-child(2){
        border-right: 0;
    }
    .duration {
        position: absolute;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        border: 1px solid #e1e1e1;
        right: -22px;
        display: flex;
        align-items: center;
        flex-direction: column;
        top: calc(50% - 20px);
        line-height: 12px;
        background: white;
        z-index: 1;
        justify-content: center;
    }
    .duration div {
        background: white;
        z-index: 1;
        height: 100%;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /* padding-top: 4px; */
        color: #575869;
        width: 38px;
    }
    .duration:before {
        content: "";
        height: 1px;
        display: block;
        top: 50%;
        position: absolute;
        width: 200%;
        background: #e1e1e1;
        z-index: 0;
    }
}
@media (max-width: 767px) {
    .tsoperator-offers__offer{
        margin-bottom: 1rem;
        border-top: 1px  solid #e1e1e1;
    }
    .duration {
        position: absolute;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        border: 1px solid #e1e1e1;
        right: calc(86% - 20px);
        display: flex;
        align-items: center;
        flex-direction: column;
        bottom: -20px;
        top: unset;
        line-height: 12px;
        background: white;
        z-index: 1;
        justify-content: center;
    }
    .tsoperator-offers__offer [class^="col"] {
        padding: .5rem 15px .5rem !IMPORTANT;
    }
    .tsoperator-offers__offer [class^="col"]:last-child{
        border-top: 1px solid #e1e1e1;
    }
    .tsoperator-offers__offer [class^="col"]:nth-child(3){
        position: relative;
        border-right:0;
    }
}
@media (max-width: 568px) {
    .minus{
        right: -15px;
    }

}

.offer-description-modal {
    max-width: 800px;
    min-width: 300px;
    width: 100%;
}

.offer-description-modal__desc {
    margin-top: 30px;
}

.rslides_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 50%;
    left: 15px;
    opacity: 0.7;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("/local/components/travelsoft/booking.offers/templates/packagetours/themes.gif") no-repeat left top;
    margin-top: -45px;
}

.rslides_nav:active {
    opacity: 1.0;
}

.rslides_nav.next {
    left: auto;
    background-position: right top;
    right: 15px;
}

.offer-description-link {
    text-decoration: underline;
}
.modal.in{
    opacity: 1 !important;
    display: flex !important;
}

.modal{
    height: 100vh;

    align-items: center;
    background: rgba(119, 119, 119, 0.3);
}
.modal [class*= 'col-']{
    border: 0 !important;
}
.tsoperator-offers__offer [class^="col"]:nth-child(3) ul.ul{
    text-align: center;
}

.transfers-route-map {
    height: 400px;
}
/* End */
/* /local/components/travelsoft/booking.search_form/templates/combotours.objects/style.css?17187104441103 */
/* /local/modules/travelsoft.travelbooking/plugins/daterangepicker/daterangepicker.css?16494094147659 */
/* /local/components/travelsoft/booking.search_form/templates/packagetours.hotels/style.css?17186983655076 */
/* /local/modules/travelsoft.travelbooking/plugins/simplebar/simplebar.css?16900200604237 */
/* /local/templates/travelsoft/components/bitrix/catalog.smart.filter/packagetours/style.css?17186979653882 */
/* /local/components/travelsoft/booking.search_form/templates/placements.2calendars/style.css?1718267758796 */
/* /local/templates/travelsoft/components/bitrix/catalog.smart.filter/hotels_mainform/style.css?17501483743882 */
/* /local/components/travelsoft/booking.search_form/templates/transfers/style.css?17186984435738 */
/* /local/components/travelsoft/booking.search_form/templates/transfers/plugins/daterangepicker.css?16751526827682 */
/* /local/components/travelsoft/tsoperator.offers.search.list/templates/.default/style.css?17453970755163 */
/* /local/templates/travelsoft/css/swiper-bundle.min.css?171653488218065 */
/* /local/components/travelsoft/booking.offers/templates/packagetours/style.css?174530906210065 */
