.exs_search-title,
.exs_search-dates-popup,
.ui-menu .ui-menu-divider {
  display: none;
}

.ui-menu .ui-menu-divider {
  display: none !important;
}

.excursion-page-container {
  padding: 104px 0 50px 0;
}

.search-container {
  margin: 40px auto;
  font-size: 14px;
}

.exs_search-container * {
  font-size: 14px;
}

.exs_container {
  margin-bottom: 100px;
}

.exs_search-form {
  display: flex;
  justify-content: space-between;
  width: 1175px;
  height: 80px;
  position: relative;
  box-shadow: 0 9px 56px 0 rgba(0, 0, 0, 0.06), 0 3px 18px 0 rgba(18, 193, 213, 0.09);
  background-color: #fff;
  border-radius: 50px 50px 50px 0;
}
@media all and (max-width: 1200px) {
  .exs_search-form {
    width: 100%;
  }
}
.exs_search-form > .clearfix > div {
  display: inline-flex;
  align-items: center;
  height: 100%;
  align-self: center;
  vertical-align: top;
  padding: 0 23px;
  z-index: 100;
}
.exs_search-form > .clearfix > div:not(:last-child) {
  border-right: 2px solid rgba(216, 216, 216, 0.8);
}
.exs_search-form input, .exs_search-form select {
  height: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0 20px;
  background-color: transparent;
}
.exs_search-form select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  color: #474F55;
}
.exs_search-form select > option {
  padding: 2px 0.4em;
  line-height: 1.5;
}
.exs_search-form select > option > hover {
  color: red;
}

.exs_search-extended,
.exs_add-dir-btn {
  position: absolute;
  bottom: -37px;
  height: 34px;
  line-height: 34px;
  box-shadow: 0 9px 56px 0 rgba(0, 0, 0, 0.06);
  background: #fff;
  cursor: pointer;
  color: #474F55;
}

.exs_search-extended {
  left: 320px;
  width: 450px;
  padding-left: 20px;
  border-radius: 0 0 17px 0;
}
.exs_search-extended:after {
  content: "";
  position: static;
  width: 12px;
  height: 6px;
  margin-left: 4px;
  display: inline-block;
  pointer-events: none;
  border: none;
}
.exs_search-extended.opened {
  width: calc(100% - 320px - 165px);
  border-radius: 0;
}
.exs_search-extended > span {
  display: block;
  height: 100%;
}

.exs_add-dir-btn {
  left: 0;
  width: 320px;
  padding-left: 23px;
}

.exs_search-to {
  width: 280px;
  position: relative;
}
@media all and (max-width: 1200px) {
  .exs_search-to {
    width: 250px;
  }
}
.exs_search-to input {
  border-top-left-radius: 25px;
  color: #474F55;
}
.exs_search-to:before {
  content: url(../img/loupe-icon.svg);
  position: absolute;
  margin-right: 8px;
}

.ui-autocomplete.ui-menu {
  max-height: 400px;
  overflow-y: auto;
  font-size: 14px;
  color: #474f55;
}

.type-item {
  font-weight: 800;
  background-color: #e3e3e35c !important;
  padding: 8px;
  cursor: pointer;
}

.ui-menu .ui-menu-item {
  font-weight: 800;
  padding: 8px;
  cursor: pointer;
}
.ui-menu .ui-menu-item:hover, .ui-menu .ui-menu-item:hover a, .ui-menu .ui-menu-item a:hover {
  background-color: transparent !important;
  border-color: transparent;
  background-image: initial !important;
}

.search-container .exs_search-label:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.exs_search-extended:after {
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
}

.search-container .exs_autocomplete-toggle_element {
  position: absolute;
  top: 30px;
  right: 24px;
}

.exs_search-dates {
  width: 250px;
  position: relative;
}
@media all and (max-width: 1200px) {
  .exs_search-dates {
    width: 215px;
  }
}
.exs_search-dates .exs_datepicker-wrap {
  width: 76px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  position: relative;
  border-radius: 20px;
  background-color: #efefef;
  color: #474f55;
}
@media all and (max-width: 1200px) {
  .exs_search-dates .exs_datepicker-wrap {
    width: 61px;
  }
}
.exs_search-dates .exs_datepicker-wrap.exs_datepicker-wrap-1 {
  margin-right: 44px;
}
.exs_search-dates .exs_datepicker-wrap.exs_datepicker-wrap-1:after {
  content: "";
  position: absolute;
  top: 19px;
  right: -28px;
  width: 12px;
  height: 2px;
  border-radius: 1px;
}
.exs_search-dates .exs_datepicker-wrap input {
  width: 100%;
  background-color: transparent;
  text-align: center;
  padding: 0 10px;
  text-overflow: ellipsis;
}

.exs_search-dates-popup {
  position: absolute;
  top: 3px;
  width: calc(100% - 46px);
  text-align: center;
  font-size: 11px;
}

.datepicker * {
  font-family: Comfortaa, sans-serif;
  font-size: 14px;
  color: #474f55;
}
.datepicker.dropdown-menu {
  border: none !important;
  padding: 10px 20px 20px 20px !important;
}
.datepicker .table-condensed .switch,
.datepicker .table-condensed .switch {
  background-color: initial !important;
}
.datepicker .new_t-order-form-open .table-condensed .prev, .datepicker .table-condensed .prev, .datepicker .table-condensed .next {
  width: 9px;
  height: 18px;
  mask: url(../img/arrow-back.svg) no-repeat center/9px 13px !important;
  -webkit-mask: url(../img/arrow-back.svg) no-repeat center/9px 13px !important;
  padding: 0;
  cursor: pointer;
}
.datepicker .new_t-order-form-open .table-condensed .prev em, .datepicker .table-condensed .prev em, .datepicker .table-condensed .next em {
  display: none;
}
.datepicker .table-condensed .prev, .datepicker .table-condensed .next, .datepicker .table-condensed .switch {
  padding: 0;
}
.datepicker .table-condensed .header {
  height: 35px;
}
.datepicker .table-condensed .next {
  transform: rotate(180deg);
}
.datepicker .table-condensed .switch {
  font-weight: 600;
  text-transform: uppercase;
  color: #474f55 !important;
}
.datepicker .table-condensed .day:hover {
  color: #fff;
}
.datepicker .day.disabled {
  cursor: initial;
}
.datepicker .day.disabled:hover {
  background: initial !important;
  color: #d3d3d3 !important;
}

.exs_search-duration {
  width: 260px;
}
@media all and (max-width: 1200px) {
  .exs_search-duration {
    width: 200px;
  }
  .exs_search-duration .exs_block_select {
    padding-left: 0;
  }
}

.exs_search-label {
  width: 100%;
  height: 100%;
  position: relative;
}
.exs_search-label:after {
  content: "";
  position: static;
  width: 12px;
  height: 6px;
  margin-left: 4px;
  display: inline-block;
  pointer-events: none;
  border: none;
}

.exs_search-type {
  width: 220px;
}
@media all and (max-width: 1200px) {
  .exs_search-type {
    width: 150px;
  }
  .exs_search-type select {
    padding-left: 0;
  }
}

.exs_search-submit {
  width: 165px;
  border-radius: 0 50px 50px 0;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

.exs_search-extended-container {
  position: absolute;
  bottom: -90px;
  width: calc(100% - 165px);
  padding: 18px 0;
  background: #fff;
  border-radius: 0 0 17px 17px;
  box-shadow: 0 9px 56px 0 rgba(0, 0, 0, 0.06);
  color: #474F55;
}
.exs_search-extended-container select {
  padding: 0;
}
.exs_search-extended-container .exs_search-from {
  border-right: none !important;
}

.exs_search-from > .fl {
  margin-right: 10px;
}

.exs_search-transport label {
  margin-left: 30px;
}

.exs_dir-list {
  position: absolute;
  left: 23px;
  bottom: 5px;
  display: flex;
  flex-wrap: wrap;
}

.exs_dir-item {
  display: inline-block;
  margin-right: 7px;
  font-size: 11px;
  position: relative;
}
.exs_dir-item .exs_dir-remove {
  display: inline-block;
}
.exs_dir-item .exs_dir-remove:after {
  content: url(../img/remove-icon.svg);
  display: inline-block;
  width: 7px;
  vertical-align: middle;
  font-size: 11px;
  font-weight: 700;
  color: red;
  margin-left: 5px;
  cursor: pointer;
}

.exs_search-transport input[type=checkbox]:checked + *::after {
  border: none;
}

.exs_add-dir-btn:after {
  content: "";
  position: absolute;
  right: 45px;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
}

.exs_extended-btn {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding-right: 30px;
}

.exs_search-transport input {
  display: none;
}

.exs_search-transport input + span {
  margin-left: 40px;
  position: relative;
}

.exs_search-transport input[type=checkbox] + span:after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 12px;
  border: solid 2px #474f5582;
  position: absolute;
  left: -25px;
  top: 1px;
  z-index: 50;
}

.exs_r-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.exs_r-wrapper .exs_r-item-wrap {
  width: calc(50% - 12px);
  height: 252px;
  position: relative;
  margin-bottom: 24px;
  border-radius: 15px;
  box-shadow: 0 9px 56px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
  overflow: hidden;
}
.exs_r-wrapper .exs_r-item-wrap:not(:nth-child(2n)) {
  margin-right: 24px;
}

.exs_r-message {
  display: flex;
  flex-wrap: wrap;
}
.exs_r-message .exs_r-item-wrap {
  width: calc(50% - 12px);
  height: 252px;
  position: relative;
  margin-bottom: 24px;
  border-radius: 15px;
  box-shadow: 0 9px 56px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
  overflow: hidden;
}
.exs_r-message .exs_r-item-wrap:not(:nth-child(2n+1)) {
  margin-right: 24px;
}

.exs_r-item * {
  font-family: Comfortaa, sans-serif !important;
}

.exs_r-filters-container * {
  font-family: Comfortaa, sans-serif !important;
}

.exs_r-filter-reset,
.exs_r-filters-reset {
  cursor: pointer;
}

.exs_r-item {
  display: block;
  height: 100%;
}

.exs_r-item-top {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  margin-right: 20px;
  border-radius: 15px 0 0 15px;
}

.exs_r-item-top-name {
  display: block;
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

.exs_r-item-hotel {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #474f55;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.exs_r-item-star {
  width: 16px;
  height: 16px;
  fill: #ffd300;
}
.exs_r-item-star:last-child {
  margin-right: 12px;
}
.exs_r-item-star:not(:last-child) {
  margin-right: 8px;
}

.exs_r-item-top-info {
  position: relative;
  z-index: 10;
}

.exs_r-item-table {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
  padding: 5px 20px;
  background-color: #4e91c7;
}
.exs_r-item-table * {
  color: #fff;
}

.exs_r-item-top-info {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  max-height: 90px;
  padding: 12px 20px;
}
.exs_r-item-top-info * {
  color: #fff;
}

.exs_r-item-top-info,
.exs_r-item-geo-text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.exs_r-item-geo-text {
  font-size: 12px;
}
.exs_r-item-geo-text > span {
  font-style: italic;
  opacity: 0.7;
  font-size: 11px;
}
.exs_r-item-geo-text > svg {
  width: 12px;
  height: 18px;
  vertical-align: bottom;
  margin-right: 5px;
  fill: #fff;
}

.exs_r-item-food {
  display: block;
  position: relative;
}

.new_r-item-table {
  display: block;
  margin-top: 35px;
}

.new_r-item-date {
  margin-top: 5px;
}

.new_r-item-from,
.new_r-item-date {
  display: block;
}
.new_r-item-from > svg,
.new_r-item-date > svg {
  display: none;
}

.exs_r-item-food:before {
  content: url(../img/food-icon.svg);
}

.exs_r-item-from:before {
  content: url(../img/plane-icon.svg);
}

.exs_r-item-date:before {
  content: url(../img/calendar-icon.svg);
}

.exs_r-item-food:before,
.exs_r-item-from:before,
.exs_r-item-date:before {
  margin-right: 12px;
  vertical-align: middle;
  display: inline-block;
}

.exs_r-item-price {
  position: absolute;
  right: 0;
  top: 20px;
  min-width: 115px;
  height: 50px;
  border-radius: 10px 0 0 10px;
  padding: 8px 8px 8px 18px;
  font-weight: bold;
  color: #fff;
  text-align: right;
  font-size: 18px;
}
.exs_r-item-price i {
  display: block;
  font-size: 13px;
  font-style: initial;
}

.exs_r-more-results-btn {
  width: 320px;
  max-width: 100%;
  height: 64px;
  line-height: 64px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin: 24px auto -105px auto;
  font-family: Comfortaa, sans-serif !important;
  border-radius: 32px;
  cursor: pointer;
}

@media all and (max-width: 768px) {
  .excursion-page-container {
    padding-top: 20px;
  }

  .exs_container {
    margin-bottom: 40px;
  }

  .exs_search-label:after {
    right: 0;
  }

  .exs_search-form {
    flex-direction: column;
    width: 100%;
    height: initial;
    box-shadow: initial;
  }
  .exs_search-form > .clearfix > div:not(:last-child) {
    border-right: none;
  }
  .exs_search-form > .clearfix > .exs_search-transport {
    display: block;
  }
  .exs_search-form .exs_search-transport label {
    margin-left: 0;
  }
  .exs_search-form .exs_autocomplete-toggle_element {
    top: 20px;
  }
  .exs_search-form .exs_search-to, .exs_search-form .exs_search-dates,
.exs_search-form .exs_search-duration, .exs_search-form .exs_search-type,
.exs_search-form .exs_search-submit {
    width: 100%;
    height: 56px !important;
    margin: 4px auto 8px auto;
    border-radius: 28px;
    box-shadow: 0 9px 56px 0 rgba(0, 0, 0, 0.06), 0 3px 18px 0 rgba(18, 193, 213, 0.09);
  }
  .exs_search-form .exs_search-to {
    margin-bottom: 34px;
  }
  .exs_search-form .exs_search-to .exs_add-dir-btn {
    bottom: -34px;
    background: transparent;
    box-shadow: none;
  }
  .exs_search-form .exs_search-extended-container {
    width: 100%;
  }
  .exs_search-form .exs_search-extended {
    left: 0;
    width: 100%;
    right: 0;
    border-radius: 28px;
  }
  .exs_search-form .exs_search-extended,
.exs_search-form .exs_search-extended-container {
    position: relative;
    right: initial;
    left: initial;
    top: initial;
    bottom: initial;
  }

  .exs_search-submit.exs_search-submit-top {
    font-weight: 700;
    margin: 8px auto;
  }

  .exs_search-dates-wrap {
    display: flex;
  }
  .exs_search-dates-wrap .exs_datepicker-wrap {
    min-width: 76px;
    width: calc(50% - 12px);
  }

  .exs_search-form select {
    padding: 0;
  }

  .exs_search-from .exs_search-label {
    display: flex;
    align-items: center;
  }
  .exs_search-from .exs_search-label:after {
    position: static;
    display: inline-block;
    right: -15px;
    transform: initial;
  }

  .exs_search-transport label {
    display: inline-block;
    margin-bottom: 4px;
  }

  .exs_search-transport-title {
    margin: 10px 0;
  }

  .exs_r-wrapper .exs_r-item-wrap {
    width: 100%;
  }
  .exs_r-wrapper .exs_r-item-wrap:not(:nth-child(2n)) {
    margin-right: 0;
  }

  .exs_r-message .exs_r-item-wrap {
    width: 100%;
  }
  .exs_r-message .exs_r-item-wrap:not(:nth-child(2n+1)) {
    margin-right: 0;
  }

  .exs_r-item-top-name {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 15px;
  }

  .exs_add-dir-btn {
    max-width: 100%;
  }
  .exs_add-dir-btn:after {
    right: initial;
    margin-left: 20px;
  }
}

/*# sourceMappingURL=excursion.css.map */
