

/* Start:/local/components/travelsoft/tsoperator.error.modal/templates/.default/style.css?1756472105141*/
.flex-error {
    display: flex;
    justify-content: space-between;
}

.modal-closer {
    font-size: 24px;
    cursor: pointer;
}

/* End */


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

.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;
	border-radius: 10px;

}

.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: rgba(0, 173, 201, 0.1);
}

/*
.tsoperator-transfers-points-items-list__item:nth-child(even) {
    background: #f5f5f5;
}*/

.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: #0093d2;
    color: #fff;
}

.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;
}



element.style {
    position: absolute !important;
    display: block !important;
    top: 376.688px;
    left: 953.734px;
}
.quantity-selector-box {
    position: static!important;
    min-width: 290px;
}
.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: 180px;
    z-index: 999;
	border-radius: 10px;
}

.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;
    width: 180px;
    line-height: 1.2;
    font-weight: 600;
}
.quantity-selector-title span {width: 200px;}
.quantity-selector-title small {    border-radius: 4px;
    font-weight: 100;
    font-size: 85%;
    padding: 5px 10px;
    background: rgba(0, 173, 201, 0.1);}
.quantity-selector-title .mt-1 {margin-top: 5px;}
.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;
	width: 15px;
}

.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: #e5006d;
    color: #fff !important;
}


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

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

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

.point-input input {
    width: 100%;
    height: 35px;
    border-radius: 10px;
    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: #008000c2!important;
    color: #fff!important;
}

.tsoperator__highlight__stop {
    background-color: #cd1c1c !important;
    color: #fff !important;
}

.tsoperator__highlight__blue {
    background-color: #357ebd !important;
    color: #fff !important;
}

.tsoperator__highlight__none {background: #e8e8e8!important;/* color: #595959!important; */}

.date-back-container {
    position: relative;
}

.date-back-closer {
    position: absolute;
    top: 9px;
    right: 8px;
    font-size: 24px;
    cursor: pointer;
}

.legends__item--square {
    width: 15px;
    height: 15px;
    border-radius: 4px;
    
}

.calendar-legends__item {
    display: flex;
    align-items: center;
    padding-right: 15px;
}

.add-spot-places {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    font-weight: bold;
}

.theme-search-area-form .form-control {
    font-size: 14px!important;
}
/* End */


/* Start:/local/templates/travelsoft.new/components/travelsoft/booking.search_form/transfers/plugins/daterangepicker.css?17816870977836*/
.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;
  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: 370px;
}

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

.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: 42px;
  height: 32px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  /* border: 1px solid transparent; */
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid #fff;
}

.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;
  margin: 5px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd !important;
  /* border-color: transparent; */
  color: #fff;
  /* border: 1px solid #fff; */
}
.disabled.active.tsoperator__highlight__none {/* background-color: #cd1c1c !important; *//* color: #fff !important; */}
.daterangepicker th.month {
  width: auto;
}

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

.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 .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/templates/travelsoft.new/components/travelsoft/news.list.improved/home_slider/style.css?1782190313438*/
/* Tablet: 768px – 1199px (iPad Pro 11 portrait = 834px) */
@media (min-width: 768px) and (max-width: 1199.98px) {
    .slider-limit .my-swiper--tablet {
        overflow: hidden;
    }

    .slider-limit .my-swiper--tablet .swiper-slide {
        aspect-ratio: 1164 / 400;
        background-size: 100% auto;
        background-position: center center;
        background-repeat: no-repeat;
        height: auto;
    }
}

/* End */


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

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

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


/* Start:/local/templates/travelsoft.new/components/travelsoft/news.list.improved/tickets/style.css?1777458653876*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.price.for_list_tours {
	font-size: 12px !important;
	padding: 2px 5px !important;
	line-height: 1.5;
}
.price {
	text-align: right;
}
.price .currency {
	color: #555 !important;
	font-size: 14px !important;
}
.price small {
	font-size: 12px;

	padding-right: 3px;
	width: 100%;
}
.price small span {
	font-weight: 500 !important;
	color: #004166;
	font-size: 14px !important;
}
.price span.block {
	padding-top: 30px;
	text-align: left !important;
}
p.price {
	margin-bottom: 15px !important;
}
.red {background:#d90023 !important; color:#fff !important;}
.green {background:#32a067 !important; color:#fff !important;}
.yellow {background:#dcb404 !important; color:#fff !important;}
.box_list .wrapper p {margin-bottom: 5px;}
/* End */
/* /local/components/travelsoft/tsoperator.error.modal/templates/.default/style.css?1756472105141 */
/* /local/templates/travelsoft.new/components/travelsoft/booking.search_form/transfers/style.css?17820254306891 */
/* /local/templates/travelsoft.new/components/travelsoft/booking.search_form/transfers/plugins/daterangepicker.css?17816870977836 */
/* /local/templates/travelsoft.new/components/travelsoft/news.list.improved/home_slider/style.css?1782190313438 */
/* /local/components/travelsoft/favorites.add/templates/.default/style.css?1756472106418 */
/* /local/templates/travelsoft.new/components/travelsoft/news.list.improved/tickets/style.css?1777458653876 */
