

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