@charset "UTF-8";
.hot-block_string {
  width: 100% !important;
  max-width: 100% !important;
}

.os-hottours-container.hot-tours-container .hot-block_tiles .hot-wrapper {
  margin-right: -24px !important;
}

.hot-tours-container * {
  font-family: Comfortaa, sans-serif !important;
}
.hot-tours-container .hot-block_tiles * {
  color: inherit;
}
.hot-tours-container .hot-block_tiles .hot-otp-form-wrap {
  display: inline-block;
}
.hot-tours-container .hot-wrapper.swiper-wrapper {
  width: calc(100% + 24px) !important;
  margin-right: -24px !important;
}
.hot-tours-container .hot-block_table {
  max-width: 100%;
}
.hot-tours-container .hot-block_table .hot-wrapper {
  padding: 0;
}
.hot-tours-container .hot-otp-content {
  text-align: left;
}
@media (min-width: 768px) {
  .hot-tours-container .hot-otp-content {
    overflow: visible !important;
  }
}
.hot-tours-container .hot-otp-form-wrap {
  width: calc(100% / 3 - 24px) !important;
  padding: 0 0 24px !important;
  margin-top: 0 !important;
  margin-bottom: 24px !important;
  border: none;
  cursor: pointer;
  transition-duration: 0.3s;
  height: 272px;
  border-radius: 24px !important;
  box-shadow: 0 9px 17px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
}
.hot-tours-container .hot-otp-form-wrap:hover {
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.26);
}
.hot-tours-container .hot-otp-form-wrap:not(:nth-child(3n+3)) {
  margin-right: 24px;
}
.hot-tours-container .hot-block_table .hot-otp-form-wrap {
  margin-top: 0 !important;
}
.hot-tours-container .hot-block_table .hot-otp-form-wrap:first-child {
  padding: 0 !important;
}
.hot-tours-container .new-hot-tour-img-container {
  height: 182px;
  -webkit-border-radius: 24px 24px 0 0;
  -moz-border-radius: 24px 24px 0 0;
  border-radius: 24px 24px 0 0;
  overflow: hidden;
}
.hot-tours-container .new-hot-tour-img-container > img {
  width: 100%;
}
.hot-tours-container .new-hot-tour-body {
  position: relative;
  padding: 8px 16px 16px 16px;
  color: #474F55;
  font-weight: 900;
}
.hot-tours-container .new-hot-tour-body p {
  display: inline-block;
  margin: 0;
  font-size: 14px;
}
.hot-tours-container .new-hot-tour-price {
  position: absolute;
  top: -25px;
  right: 0;
  min-width: 115px;
  height: 50px;
  border-radius: 10px 0 0 10px;
  padding: 8px 15px;
  color: #fff;
  font-weight: bold;
  text-align: right;
  text-transform: lowercase;
}
.hot-tours-container .new-hot-tour-price-value > span {
  font-size: 18px;
}
.hot-tours-container .new-hot-tour-price-desc {
  font-size: 13px;
}
.hot-tours-container .new-hot-tour-location {
  max-width: calc(100% - 140px);
  overflow: hidden;
  text-overflow: ellipsis;
}
.hot-tours-container p.new-hot-tour-name {
  margin: 0 0 4px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}
.hot-tours-container p.new-hot-tour-img-geo {
  font-size: 18px;
  margin: 0;
  white-space: nowrap;
}
.hot-tours-container .text-right {
  text-align: right;
}
.hot-tours-container .new-hot-tour-date:before {
  content: url(../img/moon-icon.svg);
  vertical-align: sub;
  margin-right: 8px;
}
.hot-tours-container .new-hot-tour-transport {
  display: inline-block;
  vertical-align: sub;
  margin: 0 21px 6px 0;
}
.hot-tours-container .new-hot-tour-date {
  margin-bottom: 6px;
}
.hot-tours-container [data-transport=air]:before {
  content: url(../img/plane-icon.svg);
}
.hot-tours-container [data-transport=bus]:before {
  content: url(../img/bus-icon.svg);
}
.hot-tours-container .hot-otp-content {
  margin-bottom: -24px;
}

@media all and (max-width: 768px) {
  .hot-tours-container .show-more-btn {
    display: none;
  }
  .hot-tours-container .hot-otp-form-wrap {
    width: 100% !important;
    padding-right: 16px !important;
    margin-right: 0 !important;
    box-shadow: none !important;
    background-color: transparent;
    border-radius: 0;
  }
  .hot-tours-container .hot-otp-form-wrap > a {
    box-shadow: 0 9px 17px 0 rgba(0, 0, 0, 0.06);
    background-color: #fff;
    border-radius: 24px;
    display: block;
  }
  .hot-tours-container .hot-otp-form-wrap > a:hover {
    box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.26);
  }
  .hot-tours-container .hot-otp-form-wrap:first-child {
    padding-top: 0 !important;
  }
  .hot-tours-container .hot-wrapper.swiper-wrapper {
    display: flex !important;
  }
  .hot-tours-container .hot-wrapper.swiper-wrapper .swiper-slide {
    width: 85% !important;
    max-width: 350px;
  }
}
.hot-tours-container .hot-block_tiles .new-hot-tour-item-custom * {
  display: block;
}

.new-hot-tour-item-custom .new-hot-tour-name {
  font-size: 18px !important;
  font-weight: bold !important;
  color: #474F55 !important;
  max-width: 200px !important;
  margin: 5px 0 9px;
}

.new-hot-tour-item-custom .new-hot-tour-img-container {
  display: flex !important;
  position: relative;
  align-items: center;
}

.new-hot-tour-item-custom .new-hot-tour-desc {
  text-align: justify;
}

.popular-countries-container .os-top-countries {
  margin-bottom: -23px;
}
.popular-countries-container .os-top-countries-image {
  transition-duration: 1s;
  max-height: 588px;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .popular-countries-container .os-top-countries-image {
    padding-left: 20px;
  }
}
.popular-countries-container .os-top-countries-image.open {
  max-height: 2200px;
}
.popular-countries-container .os-top-countries-image .swiper-wrapper {
  display: flex !important;
  margin-bottom: 24px;
}
.popular-countries-container .os-top-countries-item {
  width: calc(100% / 3 - 16px);
  height: 271px;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
.popular-countries-container .os-top-countries-item:not(:nth-child(3n+3)) {
  padding-right: 24px;
}
.popular-countries-container .os-top-countries-item > a {
  display: block;
  height: 100%;
  border-radius: 24px;
  transition-duration: 0.3s;
  box-shadow: 0 9px 7px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
}
.popular-countries-container .os-top-countries-item > a:hover {
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.14);
}
.popular-countries-container .os-country-image {
  width: 100%;
  height: 203px;
  border-radius: 24px 24px 0 0;
}
.popular-countries-container .os-top-countries-image .os-top-countries-item .os-country-name {
  position: static;
  font-size: 18px;
  font-weight: bold;
  height: 68px;
  line-height: 68px;
  color: #474F55;
  text-align: left;
  padding-left: 16px;
  margin-top: -15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.popular-countries-container .os-top-countries-image .os-top-countries-item .os-country-price {
  position: absolute;
  top: 178px;
  right: 0;
  min-width: 115px;
  height: 50px;
  line-height: 40px;
  border-radius: 10px 0 0 10px;
  color: #fff;
  font-weight: bold;
  text-align: right;
}
.popular-countries-container .os-top-countries-image .os-top-countries-item .os-country-price span {
  vertical-align: text-top;
}
.popular-countries-container .os-top-countries-image .os-top-countries-item .os-country-price span:nth-child(1),
.popular-countries-container .os-top-countries-image .os-top-countries-item .os-country-price span:nth-child(2) {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
.popular-countries-container .os-top-countries-image .os-top-countries-item .os-country-price span:nth-child(3) {
  font-size: 16px;
}
.popular-countries-container .os-top-countries-image .os-top-countries-item .os-country-name:before,
.popular-countries-container .os-top-countries-image .os-top-countries-item .os-country-name:after {
  display: none;
}
.popular-countries-container .os-top-countries-image .os-top-countries-item > a > img {
  display: inline;
}

@media all and (max-width: 768px) {
  .popular-countries-container .popular-countries-slider {
    margin-right: -20px;
  }
  .popular-countries-container .os-top-countries-item {
    width: 166px;
    min-width: 166px;
    max-width: 166px;
    height: 210px;
    border-radius: 10px;
    margin-right: 0 !important;
    padding-right: 16px !important;
  }
  .popular-countries-container .os-country-image {
    height: 105px;
    border-radius: 10px 10px 0 0;
  }
  .popular-countries-container .os-top-countries-image .os-top-countries-item .os-country-price span:nth-child(1),
.popular-countries-container .os-top-countries-image .os-top-countries-item .os-country-price span:nth-child(2) {
    font-size: 18px;
  }
  .popular-countries-container .os-top-countries-image .os-top-countries-item .os-country-price span:nth-child(3) {
    font-size: 13px;
    vertical-align: bottom;
  }
  .popular-countries-container .os-top-countries-image .os-top-countries-item .os-country-name {
    height: 60px;
    line-height: 60px;
    margin: 40px 20px 0 20px;
    padding: 0;
  }
  .popular-countries-container .os-top-countries-image .os-top-countries-item .os-country-price {
    top: 105px;
    width: 100%;
    border-radius: 0;
    line-height: 1;
    padding: 8px;
  }
  .popular-countries-container .show-more-btn {
    display: none;
  }
}
.search-page-container {
  padding: 104px 0 50px 0;
}

.new_modal-open .new_os.small-form {
  z-index: 500;
}

@media all and (max-width: 768px) {
  .new_layer-open, .new_layer-open body {
    overflow: hidden;
  }
  .new_layer-open .search-container .new_f-dropdown-body {
    top: 0;
    cursor: initial;
  }
}

@media (min-width: 479px) {
  body:not(.new_mobile-form) #new_os-to .new_f-dropdown-body.popup #ctyList .ctyLists-wrapper {
    height: calc(100% - 57px);
  }
}
.search-container {
  width: 100%;
  text-align: center;
}
.search-container .new_r-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.search-container .new_r-filters-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 20px 0;
}
.search-container .new_r-filters-container .new_r-filters-title {
  margin-right: 19px;
  font-size: 14px;
}
.search-container .new_r-filters-container .new_r-filter {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  margin-right: 15px;
  margin-top: 7px;
  padding: 0 14px;
  border-radius: 20px;
  background-color: #efefef;
  font-size: 14px;
  color: #474F55;
}
.search-container .new_r-filters-container .new_r-filters-reset {
  display: inline;
  font-size: 0;
}
.search-container .new_r-filters-container .new_r-filters-reset:after {
  content: url(../img/rubbish-icon.svg);
}
.search-container .new_r-filters-container .new_r-filter-reset {
  margin-left: 16px;
  font-size: 21px;
  vertical-align: middle;
}
.search-container .new_f-form > .clearfix {
  width: 1175px;
  box-shadow: 0 9px 56px 0 rgba(0, 0, 0, 0.06), 0 3px 18px 0 rgba(18, 193, 213, 0.09);
  border-radius: 65px 50px 50px 0;
}
.search-container .new_f-form > .clearfix,
.search-container .new_f-form-field, .search-container .new_os .new_f-form-submit,
.search-container .new_f-search-dates-wrap,
.search-container .new_f-dates-container.new_f-dropdown-container {
  height: 80px;
}
.search-container .new_f-autocomplete-input {
  height: 80px !important;
}
.search-container .new_f-dropdown-btn {
  display: flex;
  align-items: center;
  height: 80px;
  line-height: 80px;
  padding: 0 24px;
  position: relative;
  transition-duration: 0.3s;
}
.search-container .new_f-dropdown-btn:after {
  content: "";
  position: static;
  width: 12px;
  height: 6px;
  margin-left: 4px;
  display: inline-block;
  pointer-events: none;
  border: none;
}
.search-container .new_f-title {
  display: none;
}
.search-container .new_f-dropdown-btn .cnt {
  background: none;
  position: absolute;
  right: 16px;
  top: calc(50% - 8px);
  width: 12px;
  height: 16px;
}
.search-container .new_f-form-field.to {
  width: 280px;
  padding-left: 35px;
  border-radius: 50px 0 0 0px;
}
.search-container .new_f-form-field.to .new_f-dropdown-btn:before {
  content: url(../img/loupe-icon.svg);
  position: absolute;
  top: 33px;
  left: -10px;
}
.search-container .new_f-form-field {
  border: none;
}
.search-container .new_f-ext-btn-container:hover,
.search-container .new_f-form-field:not(.date):hover {
  background: #efefef;
  box-shadow: none;
}
.search-container ::-webkit-input-placeholder {
  opacity: 0.4 !important;
  font-family: Comfortaa;
  font-size: 14px !important;
  color: #474F55 !important;
  line-height: 80px !important;
}
.search-container ::-moz-placeholder {
  opacity: 0.4 !important;
  font-family: Comfortaa;
  font-size: 14px !important;
  color: #474F55 !important;
  line-height: 80px !important;
}
.search-container :-ms-input-placeholder {
  opacity: 0.4 !important;
  font-family: Comfortaa;
  font-size: 14px !important;
  color: #474F55 !important;
  line-height: 80px !important;
}
.search-container :-moz-placeholder {
  opacity: 0.4 !important;
  font-family: Comfortaa;
  font-size: 14px !important;
  color: #474F55 !important;
  line-height: 80px !important;
}
.search-container .new_f-wrapper-bg-imgs,
.search-container .new_f-container {
  background: none;
}
.search-container .new_f-form-field::before {
  width: 2px;
  height: 80px;
  top: 0;
  opacity: 0.4;
  background-color: #d8d8d8;
}
.search-container .new_f-dropdown-container.from {
  width: 160px;
}
.search-container .new_f-form-field.date {
  width: 250px;
}
.search-container .new_f-dropdown-container.duration,
.search-container .new_f-dropdown-container.people {
  width: 160px;
}
.search-container .new_os .new_f-form-submit {
  width: 165px;
  border-radius: 0 45px 45px 0;
  font-size: 14px;
  transition: box-shadow 0.3s !important;
}
.search-container .new_os .new_f-form-submit:hover {
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.26);
}
.search-container .new_f-search-dates-popup.new_f-tip-active,
.search-container .new_f-search-dates-wrap svg {
  display: none;
}
.search-container .new_f-search-dates-wrap {
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-container .new_f-datepicker-wrap {
  min-width: 76px;
}
.search-container .new_f-datepicker-wrap button {
  min-width: 76px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background-color: #efefef;
  text-align: center !important;
  color: #474F55 !important;
}
.search-container .new_f-datepicker-wrap-2 {
  margin-left: 44px;
}
.search-container .new_f-datepicker-wrap-2:before {
  top: 19px;
  left: -26px;
  width: 12px;
  height: 2px;
  border-radius: 1px;
}
.search-container .new_f-dates-container#new_f-dates-container *,
.search-container .new_f-container * {
  font-family: Comfortaa, sans-serif !important;
}
.search-container .new_f-container * {
  color: #474F55;
}
.search-container:not(.ext-opened) .new_f-form .new_f-ext-btn:after {
  content: "";
  position: relative;
  top: 3px;
  float: right;
  width: 12px;
  height: 6px;
  margin-left: 4px;
  margin-right: 17px;
  display: inline-block;
  pointer-events: none;
  border: none;
}
.search-container .new_f-ext-btn-container {
  width: 280px;
  min-width: 276px;
  height: 34px;
  margin: 4px 0 0 0;
  background: #fff;
  border-radius: 0 0 17px 17px;
  box-shadow: 0 9px 56px 0 rgba(0, 0, 0, 0.06);
}
.search-container .new_f-ext-btn-text::before {
  display: none;
}
.search-container .new_f-ext-btn-text {
  font-size: 14px;
  text-decoration: none;
}
.search-container .new_f-form .new_f-ext-btn {
  display: block;
  padding: 10px 0 10px 25px;
  cursor: pointer;
}
.search-container .new_f-dropdown-btn-text {
  margin-left: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-container .new_f-dropdown-body {
  top: 84px;
}
.search-container .new_f-container.ext-opened .new_f-ext-btn-container {
  width: 100%;
  border-radius: 0 17px 0 0;
}
.search-container .new_f-container.ext-opened .new_f-form .new_f-ext-btn:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 13px;
  border: none;
  width: 9px;
  height: 9px;
  background: url(../img/close-icon.svg) no-repeat center/contain;
}
.search-container .new_f-ext-body {
  margin: 0 44px;
}
.search-container .ext-opened .new_f-ext-container {
  border-radius: 0 0 17px 17px;
  padding-bottom: 0;
  box-shadow: 0 9px 56px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
}
.search-container .ext-opened .new_f-ext-container:before {
  display: none;
}
.search-container .new_f-ext-container {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.08) !important;
}
.search-container .new_f-ext-bl-title span {
  position: static;
  display: block;
  margin-top: 19px;
}
.search-container .new_os input[type=checkbox] + span::before,
.search-container .new_os input[type=radio] + span::before {
  width: 16px;
  height: 16px;
  border-radius: 10px;
  border: solid 2px rgba(71, 79, 85, 0.5);
  right: 0;
  left: 0;
  top: 0;
  display: inline-block !important;
  bottom: 0;
}
.search-container .new_os input[type=checkbox]:checked + *::after,
.search-container .new_os input[type=radio]:checked + *::after {
  border-radius: 100%;
  width: 16px;
  height: 16px;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.search-container .new_f-ext-col-recommend label:hover input[type=checkbox] + ::after,
.search-container .new_f-ext-col-recommend label:hover input[type=radio] + ::after {
  background: none;
}
.search-container [class*=new_f-] input[type=radio]:checked + ::before, .search-container .new_f-ext-col-recommend input[type=checkbox]:checked + ::before {
  border-color: transparent !important;
}
.search-container .new_f-ext-col-recommend .new_f-services-label-wrap {
  display: flex;
  flex-wrap: wrap;
}
.search-container .new_f-ext-col-recommend label {
  width: 33%;
}
.search-container .new_f-ext-bl-price .slider-container::before,
.search-container .new_f-ext-bl-price .slider-container::after,
.search-container .new_f-ext-scale-item::before,
.search-container .new_f-ext-bl-cat label::before,
.search-container .new_f-ext-bl-food label::before {
  display: none;
}
.search-container .new_f-ext-bl-food {
  margin-top: 61px;
}
.search-container .new_f-ext-container .new_f-ext-bl-rat .ui-slider-range,
.search-container .new_f-ext-container .new_f-ext-bl-price .ui-widget-content {
  border-radius: 4px;
  background-color: #efefef !important;
  height: 6px;
}
.search-container .new_f-label-name {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 18px;
}
.search-container .new_f-services-label > label {
  margin-bottom: 18px;
}
.search-container .new_f-services-label-wrap .new_f-services-label label {
  display: initial;
}
.search-container .new_f-ext-col.new_f-ext-col-serv {
  border-bottom: 2px solid #efefef;
  border-top: 2px solid #efefef;
}
.search-container .new_f-ext-col.new_f-ext-col-serv {
  padding-bottom: 20px;
  padding-top: 20px;
  margin-left: -43px;
  padding-left: 43px;
}
.search-container .new_f-ext-body {
  width: 100%;
}
.search-container .new_f-ext-container .new_f-dropdown-body-bottom {
  width: 100%;
  padding: 0 44px;
  height: 112px;
}
.search-container .new_f-ext-container .new_f-dropdown-btn-apply {
  width: 232px;
  height: 64px;
  line-height: 64px;
  border-radius: 32px;
  color: #fff;
}
.search-container .new_f-ext-clear-btn {
  margin-right: 80px;
  bottom: -60px;
  right: 320px;
}
.search-container .new_f-ext-clear-btn:before {
  content: url("../img/rubbish-icon.svg");
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.search-container .new_f-ext-container .new_f-dropdown-btn-apply {
  margin: 20px 0;
}
.search-container .new_f-ext-container .ui-slider .ui-slider-handle {
  width: 16px;
  height: 16px;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.13);
  border: none;
  top: -4px;
  cursor: pointer;
}
.search-container .new_f-ext-bl-price .slider-container input {
  bottom: -30px;
}
.search-container .new_f-ext-container .slider-container .ui-widget-content {
  margin-bottom: 10px;
}
.search-container #new_os-to li a {
  background: none;
}
.search-container #new_os-to .ui-menu .ui-menu-item .label {
  font-size: 14px;
}
.search-container #new_os-to .ui-menu .ui-menu-item .label b {
  color: #000;
}
.search-container .price-from * {
  color: #999;
}
.search-container #new_os-to .ui-autocomplete .ui-menu-item .price-from {
  font-size: 13px;
}
.search-container #new_os-to .new_f-dropdown-body {
  border-radius: 0 0 10px 10px;
  box-shadow: 0 9px 56px 0 rgba(0, 0, 0, 0.06);
  border: none;
}
.search-container #new_os-to .type-item {
  font-weight: 800;
  background-color: #e3e3e35c !important;
  padding: 8px;
}
.search-container #new_os-to #cntList .ui-menu-item.active a,
.search-container #new_os-to #cntList .ui-menu-item.active a * {
  background-color: initial !important;
}
.search-container #new_os-to .ui-menu .ui-menu-item {
  margin-top: 8px;
}
.search-container .listsWrap {
  padding: 0 0 10px 0;
}
.search-container .new_f-autocomplete-input {
  text-overflow: ellipsis;
}
.search-container #cntList {
  overflow: auto !important;
}
.search-container #ctyList {
  min-width: 280px;
  left: 280px !important;
  z-index: 100;
  height: 100% !important;
  background: #fff;
  border: none;
  box-shadow: 0 9px 56px 0 rgba(0, 0, 0, 0.06);
  border-radius: 0 0 10px 10px;
  min-height: 260px;
}
.search-container #new_os-to .new_f-dropdown-body.popup {
  min-width: 280px;
}
.search-container .resorts .new_os input[type=checkbox]:checked + *::after,
.search-container .resorts .new_os input[type=checkbox] + *::before {
  width: 12px !important;
  height: 12px !important;
}
.search-container .resorts:before,
.search-container .resorts:after {
  width: 12px !important;
  height: 12px !important;
}
.search-container #ctyList .new_f-dropdown-body-bottom {
  background: #fff;
  height: 55px;
  border-radius: 0 0 10px 10px;
}
.search-container .new_f-container #new_os-to .ui-autocomplete {
  min-width: 280px;
}
.search-container #ctyList .new_f-dropdown-btn-apply {
  width: 90%;
  max-width: 250px;
  top: -10px;
  background-color: initial;
  margin-top: 16px;
}
.search-container #ctyList .new_f-dropdown-btn-apply span:first-child {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
}
.search-container #ctyList li {
  background: #fff;
  margin-bottom: 6px;
}
.search-container #ctyList .labelName, .search-container #ctyList .itemPrice {
  background: #fff;
}
.search-container .new_f-dropdown-item {
  font-size: 14px;
  color: #000 !important;
  margin-bottom: 5px;
}
.search-container .new_f-dropdown-list {
  padding: 16px;
  overflow-y: auto;
}
.search-container .new_f-dropdown-item:hover {
  background: none;
}
.search-container .new_f-dropdown-body-date {
  width: 520px;
  background: #fff;
  padding: 10px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 9px 56px 0 rgba(0, 0, 0, 0.06);
}
.search-container .new_f-dropdown-body-top {
  text-align: left !important;
  font-size: 16px;
  font-weight: bold;
  color: #474F55;
}
.search-container #new_f-dates-container.new_f-dates-container #ui-datepicker-div::after {
  display: none !important;
}
.search-container .ui-datepicker-title {
  font-size: 14px;
  color: #000;
  margin-bottom: 8px;
}
.search-container .ui-datepicker-unselectable.ui-state-disabled {
  width: 32px;
  height: 24px !important;
}
.search-container .new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-calendar td,
.search-container .new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled.undefined {
  background: #efefef !important;
  border-radius: 3px;
}
.search-container .new_ceil-tours-exists {
  font-size: 13px;
  color: #000000;
}
.search-container .new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-calendar td a {
  color: #000 !important;
}
.search-container .new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-calendar td.new_ceil-no-tours a {
  color: #d1cfcf !important;
}
.search-container .new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-today .ui-state-default {
  background: #efefef !important;
  color: #000 !important;
}
.search-container .new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-calendar td.ui-state-active.ui-state-highlight:before, .search-container .new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-calendar td.ui-state-active.ui-state-highlight:after {
  display: none;
}
.search-container .new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-calendar td.ui-state-active.ui-state-highlight:hover:before, .search-container .new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-calendar td.ui-state-active.ui-state-highlight:hover:after {
  display: none;
}
.search-container .new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-calendar td.ui-state-highlight {
  background: #c3e6f3 !important;
}
.search-container .new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-calendar td.new_ceil-tours-exists:hover a {
  border-color: transparent !important;
}
.search-container #ctyList .itemPrice {
  font-size: 13px;
  color: #000;
}
.search-container .new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-next {
  mask: url(../img/arrow-back.svg) no-repeat center/contain !important;
  -webkit-mask: url(../img/arrow-back.svg) no-repeat center/contain !important;
  top: -4px !important;
}
.search-container #new_os-to .new_f-dropdown-body.popup {
  top: 84px;
}
.search-container .new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-prev {
  mask: url(../img/arrow-back.svg) no-repeat center/contain !important;
  -webkit-mask: url(../img/arrow-back.svg) no-repeat center/contain !important;
  top: -4px !important;
}
.search-container .new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-header {
  margin-bottom: 7px;
}
.search-container .new_f-dropdown-body {
  border: none !important;
  box-shadow: 0 9px 56px 0 rgba(0, 0, 0, 0.06) !important;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  min-width: 100%;
}
.search-container .new_f-dates-container#new_f-dates-container .new_f-dropdown-body {
  border: none;
  box-shadow: 0 9px 56px 0 rgba(0, 0, 0, 0.06) !important;
}
.search-container .new_f-dropdown-item.selected,
.search-container .new_f-dropdown-item.selected span,
.search-container .new_f-dropdown-item:hover,
.search-container .new_f-dropdown-item:hover span {
  background: initial !important;
}
.search-container .new_f-dropdown-container.people .new_f-dropdown-body {
  padding: 0;
  right: initial;
  left: 0;
}
.search-container .new_f-dropdown-container.people .new_f-people-title {
  font-size: 16px;
  font-weight: 900;
}
.search-container .new_f-people-item {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 3px;
  background-color: #efefef;
  color: #000;
  margin-bottom: 16px;
  margin-right: 16px;
}
.search-container .new_f-people-item:last-child {
  margin-right: 0;
}
.search-container .new_f-people-item.active {
  color: #000;
}
.search-container .new_f-children-accordion-btn {
  border: none;
  padding-left: 0;
  margin-bottom: 0;
}
.search-container .new_f-children-accordion-btn:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  top: 10px !important;
  border: none;
  mask: url(../img/arrow-select.svg) no-repeat center/contain;
  -webkit-mask: url(../img/arrow-select.svg) no-repeat center/contain;
}
.search-container .new_f-children-accordion-btn.active:after {
  top: 22px;
  transform: rotate(180deg);
}
.search-container .new_f-children-accordion-body {
  background: #fff;
  border: none;
}
@media all and (max-width: 768px) {
  .search-container .new_f-children-accordion-body {
    padding-bottom: 30px;
  }
}
.search-container .new_f-children-age-item {
  width: 32px;
  height: 32px;
  border-radius: 3px;
  background-color: #efefef;
  color: #000;
  margin: 0 16px 16px 0;
  padding: 5px 0;
}
.search-container .new_f-children-age-item > div {
  margin-top: 3px;
}
.search-container .new_f-children-age-item:hover, .search-container .new_f-children-age-item:hover > div {
  color: #000;
}
.search-container .new_f-children-list-item {
  padding: 7px 24px 5px 5px;
}
.search-container .new_input-mask {
  padding-top: 13px !important;
}
.search-container #ctyList label::before {
  display: none;
}
.search-container .new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled.ceil-max-date .ui-state-default {
  color: #000 !important;
}

body:not(.iOS) .new_f-container #new_os-to .ui-menu-item a:hover *,
body:not(.iOS) .new_f-container #new_os-to .ui-menu .ui-menu-item a.ui-corner-all:hover,
body:not(.iOS) .new_f-container #new_os-to .ui-menu .ui-menu-item a.ui-state-focus,
body:not(.iOS) .new_f-container #new_os-to .ui-menu .ui-menu-item a.ui-corner-all:hover *,
body:not(.iOS) .new_f-container #new_os-to .ui-menu .ui-menu-item a.ui-state-focus * {
  background: none !important;
}

body:not(.new_tour-one-col-sm) .new_f-dates-container#new_f-dates-container .new_first_calendar_open #ui-datepicker-div td.new_ceil-tours-exists:not(.ui-datepicker-today):hover::before,
body:not(.new_tour-one-col-sm) .new_f-dates-container#new_f-dates-container .new_first_calendar_open #ui-datepicker-div td.new_ceil-tours-exists:not(.ui-datepicker-today):hover::after,
body:not(.new_tour-one-col-sm) .new_f-dates-container#new_f-dates-container .new_second_calendar_open #ui-datepicker-div td.new_ceil-tours-exists:not(.ui-datepicker-today):hover::before,
body:not(.new_tour-one-col-sm) .new_f-dates-container#new_f-dates-container .new_second_calendar_open #ui-datepicker-div td.new_ceil-tours-exists:not(.ui-datepicker-today):hover::after {
  display: none;
}

body:not(.new_tour-one-col-sm) .new_f-dates-container#new_f-dates-container .new_first_calendar_open #ui-datepicker-div td.new_ceil-tours-exists:hover, .new_f-dates-container#new_f-dates-container .new_second_calendar_open #ui-datepicker-div td.new_ceil-tours-exists:hover {
  background-color: initial !important;
  border: none;
}

@media all and (max-width: 1200px) {
  .search-container .new_f-form {
    max-width: 1044px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
  .search-container .new_f-form > .clearfix {
    width: 100%;
    display: flex;
    max-width: 1044px;
  }
  .search-container .new_f-form-field.to {
    width: 255px;
  }
  .search-container .new_f-dropdown-btn {
    padding: 0 15px;
  }
  .search-container .new_f-dropdown-container.from {
    width: 130px;
  }
  .search-container .new_f-form-field.date {
    width: 215px;
  }
  .search-container .new_f-dropdown-container.duration,
.search-container .new_f-dropdown-container.people {
    width: 140px;
  }
}
@media all and (max-width: 768px) {
  .search-page-container {
    padding-top: 20px;
  }

  .new_layer-open .new_os, .new_layer-open-to .new_os,
.new_layer-open-ext .new_os {
    z-index: 500;
  }

  .new_layer-open-to #new_os-to .new_f-dropdown-btn {
    width: calc(100% - 30px);
  }
  .new_layer-open-to #new_os-to .new_f-dropdown-btn:before {
    top: 11px;
  }

  .new_mobile-form .new_f-ext-bl-body {
    max-width: 450px;
  }

  .new_mobile-form .new_f-services-label-wrap .new_f-services-label {
    padding-bottom: 30px;
  }

  .new_os #cntList, .new_os #ctyList {
    top: 15px;
    left: 0 !important;
  }

  .listsWrap {
    left: 0 !important;
  }

  .search-container .new_f-form > .clearfix {
    height: initial;
    box-shadow: initial;
  }

  .new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-calendar td {
    width: calc(100% / 7);
  }

  .search-container {
    width: 100%;
    height: initial !important;
    position: static !important;
    transform: initial !important;
  }
  .search-container .new_f-form > .clearfix {
    display: block;
    padding: 0;
  }
  .search-container:not(.ext-opened) .new_f-form .new_f-ext-btn:after {
    top: 6px;
  }
  .search-container .new_f-ext-clear-btn {
    margin: 0;
    top: -55px;
    right: 50%;
    transform: translateX(-50%);
  }
  .search-container .new_f-ext-col.new_f-ext-col-serv {
    border-bottom: none;
  }
  .search-container .new_f-ext-col.new_f-ext-col-serv {
    margin-left: 0;
    padding-left: 0;
  }
  .search-container .new_f-dropdown-body-top,
.search-container .new_f-dropdown-body-close {
    color: #fff !important;
  }
  .search-container .new_f-people-item .new_f-people-list {
    margin-right: 10px;
  }
  .search-container .new_f-people-item {
    width: calc(100% / 8 - 9px);
    min-width: 25px;
  }
  .search-container .new_f-people-item:not(:nth-child(8n)) {
    margin-right: 10px;
  }
  .search-container .new_f-children-age-item {
    width: calc(100% / 4 - 10px);
    height: 40px;
  }
  .search-container .new_f-children-age-item:not(:nth-child(4n)) {
    margin-right: 10px;
  }
  .search-container .new_f-dropdown-btn-apply {
    color: #fff;
  }
  .search-container #ctyList .new_f-dropdown-btn-apply {
    top: 0;
    margin-top: 0;
    width: 50%;
  }
  .search-container #ctyList .new_f-dropdown-btn-apply span {
    color: #fff;
  }
  .search-container .new_input-mask {
    padding-left: 20px !important;
  }
  .search-container .new_f-dropdown-btn .cnt {
    right: 24px;
  }
  .search-container .new_f-form-field, .search-container .new_os .new_f-form-submit,
.search-container .new_f-search-dates-wrap, .search-container .new_f-dates-container.new_f-dropdown-container,
.search-container .new_f-dropdown-btn {
    width: 100%;
    height: 56px;
  }
  .search-container .new_f-dropdown-container.duration {
    margin-right: 8px;
  }
  .search-container #new_os-people {
    margin-bottom: 8px;
  }
  .search-container .new_f-ext-btn-container {
    bottom: -5px;
    top: initial;
    text-align: left;
    padding: 0;
  }
  .search-container .new_os .new_f-form-submit {
    border-radius: 28px;
  }
  .search-container .new_f-dropdown-container.duration,
.search-container .new_f-dropdown-container.people {
    display: inline-block;
    width: calc(50% - 4px);
    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);
    margin-bottom: 8px;
  }
  .search-container .new_f-form-field.to, .search-container .new_f-dropdown-container.from, .search-container .new_f-form-field.date, .search-container .new_f-ext-btn-container {
    width: 100%;
    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);
  }
  .search-container .new_f-ext-btn-container {
    max-width: 400px;
  }
  .search-container .new_f-form-field.to .new_f-dropdown-btn:before {
    top: 22px;
    left: 24px;
  }
  .search-container .new_f-form-field.to {
    padding-left: 0;
  }
  .search-container .new_f-dropdown-btn-text {
    width: 100%;
  }
  .search-container .new_f-datepicker-wrap-2 {
    margin-left: 80px;
  }
  .search-container .new_f-datepicker-wrap-2:before {
    left: -48px;
  }
  .search-container .new_f-dropdown-container.from .new_f-dropdown-btn span:first-child {
    white-space: initial;
    -ms-text-overflow: initial;
    text-overflow: initial;
  }
  .search-container .new_f-autocomplete-input {
    margin-left: 10px !important;
  }
  .search-container .new_f-search-dates-wrap {
    padding: 0 8px;
    justify-content: space-between;
  }
  .search-container .new_f-dropdown-btn {
    padding: 0 24px !important;
  }
  .search-container .new_r-filters-container .new_r-filter {
    margin-bottom: 5px;
  }
  .search-container .ext-opened .new_f-ext-container .new_f-ext-body {
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  .search-container .ext-opened .new_f-ext-container .new_f-ext-bl-food {
    margin-top: 32px;
  }
  .search-container .ext-opened .new_f-ext-container .new_f-ext-col-recommend label {
    width: 100%;
  }
  .search-container .ext-opened .new_f-ext-container .new_f-ext-body > .clearfix {
    overflow-y: auto;
  }
  .search-container .ext-opened .new_f-ext-container .new_f-dropdown-body-bottom {
    height: 70px;
    padding: 0 15px;
    background: #fff;
  }
  .search-container .ext-opened .new_f-ext-container .new_f-dropdown-body-bottom .new_f-dropdown-btn-apply,
.search-container .ext-opened .new_f-ext-container .new_f-dropdown-body-bottom .new_f-dropdown-btn-cancel {
    width: 50%;
    line-height: 70px;
  }
  .search-container .ext-opened .new_f-ext-container .new_f-dropdown-body-bottom .new_f-dropdown-btn-apply {
    top: 0;
    height: 100%;
    border-radius: 0;
    bottom: 0;
    margin: 0;
  }
  .search-container .ext-opened .new_f-ext-container .new_f-dropdown-body-bottom .new_f-dropdown-btn-cancel {
    border: none;
  }
}
@media all and (min-width: 769px) and (max-width: 1200px) {
  .search-page-container {
    padding-top: 0;
  }

  .search-container .new_f-form > .clearfix {
    display: flex;
    width: 100% !important;
    max-width: 100%;
  }

  #new_os-to .new_f-dropdown-btn > * {
    position: absolute;
  }

  #new_os-to {
    flex-grow: 2;
  }
}
.new_f-dropdown-container.from .new_f-dropdown-btn span:first-child {
  overflow: visible;
}

body .os-order-header-title, .os-order-form-wrap *:after {
  color: #474F55 !important;
}

.os-order-form-wrap, .os-order-form-wrap * {
  font-family: Comfortaa, sans-serif !important;
}

.os-order-form-wrap .os-order-error {
  position: absolute;
}

.fancybox-wrap {
  width: 624px !important;
}
.fancybox-wrap .os-order-form-wrap {
  padding: 0;
  border: none;
}
.fancybox-wrap .os-order-header-title {
  margin-bottom: 24px;
  font-size: 24px !important;
  font-weight: bold;
  text-transform: capitalize;
}
.fancybox-wrap .fancybox-skin {
  border-radius: 20px;
  padding: 24px !important;
  box-shadow: 0 9px 56px 0 rgba(0, 0, 0, 0.06);
}
.fancybox-wrap .os-order-select-wrapper {
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  box-shadow: 0 9px 56px 0 rgba(0, 0, 0, 0.06);
  background-color: #efefef;
  border: none;
}
.fancybox-wrap .os-order-form-wrap select {
  font-size: 14px;
  color: #474F55;
}
.fancybox-wrap .fancybox-inner,
.fancybox-wrap .fancybox-skin {
  background-color: #fff;
}
.fancybox-wrap .fancybox-inner,
.fancybox-wrap .os-order-form-wrap {
  width: 100% !important;
  height: auto !important;
  overflow: visible !important;
}
.fancybox-wrap .os-order-table {
  width: 100%;
}
.fancybox-wrap .os-order-left-col,
.fancybox-wrap .os-order-right-col {
  width: 50%;
}
.fancybox-wrap .os-order-form-wrap select,
.fancybox-wrap .os-order-datepicker {
  padding: 0 0 0 12px;
}
.fancybox-wrap .os-order-input-dates .os-order-input-wrapper {
  border: none;
  background-color: #efefef;
}
.fancybox-wrap .os-order-input-wrapper {
  width: 50%;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  box-shadow: 0 9px 56px 0 rgba(0, 0, 0, 0.06);
  background-color: #efefef;
  margin: 0 0 24px 0;
}
.fancybox-wrap .os-order-input-dates {
  width: 100%;
  top: 0;
}
.fancybox-wrap .os-order-input-dates label {
  width: calc(50% - 40px);
  margin-left: 40px;
}
.fancybox-wrap .os-order-input-duration {
  width: 50%;
  margin-bottom: 24px;
}
.fancybox-wrap .os-order-input-phone {
  margin-left: 24px;
}
.fancybox-wrap .os-order-input-name,
.fancybox-wrap .os-order-input-phone {
  width: calc(50% - 12px);
  margin-bottom: 24px;
}
.fancybox-wrap .os-order-input-email {
  width: 100%;
}
.fancybox-wrap .os-order-input-name input,
.fancybox-wrap .os-order-input-phone input,
.fancybox-wrap .os-order-input-email input {
  width: 100%;
  border: none;
  height: 40px;
  border-radius: 5px;
  background-color: #efefef;
  padding: 0 12px;
  outline: 0 none;
}
.fancybox-wrap .os-order-input-comment textarea {
  width: 100%;
  border: none;
  min-height: 80px;
  border-radius: 5px;
  background-color: #efefef;
  padding: 12px;
  outline: 0 none;
}
.fancybox-wrap .os-order-input-comment,
.fancybox-wrap .os-order-input-office {
  margin: 24px 0;
}
.fancybox-wrap .os-order-input-office .os-order-select-wrapper select {
  text-transform: capitalize;
}
.fancybox-wrap .os-order-table {
  margin-bottom: 24px;
}
.fancybox-wrap .os-order-input-wrapper:after {
  content: "";
  display: inline-block;
  width: 16px !important;
  height: 16px;
  right: 12px;
  top: 50%;
  font-size: initial;
  line-height: initial;
  transform: translateY(-50%);
  mask: url(../img/calendar-icon-blue.svg) no-repeat center/contain;
  -webkit-mask: url(../img/calendar-icon-blue.svg) no-repeat center/contain;
}
.fancybox-wrap .fancybox-close {
  background: url(../img/close-icon.svg) no-repeat center/contain;
  width: 10px;
  height: 10px;
  top: 24px;
  right: 24px;
}
.fancybox-wrap .os-order-input-duration .os-order-select-wrapper {
  width: 100%;
  border: none;
}
.fancybox-wrap .os-order-input-office .os-order-select-wrapper {
  border-radius: 5px;
  border: none;
}
.fancybox-wrap .os-order-select-wrapper:after {
  content: "";
  display: inline-block;
  width: 10px !important;
  height: 6px;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  mask: url(../img/arrow-select.svg) no-repeat center/contain;
  -webkit-mask: url(../img/arrow-select.svg) no-repeat center/contain;
}
.fancybox-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.fancybox-wrap .os-order-input-dates > * {
  display: flex;
}
.fancybox-wrap .os-order-input-dates label {
  padding-left: 25px;
  vertical-align: super;
}
.fancybox-wrap .os-order-input-dates label span {
  vertical-align: middle;
}
.fancybox-wrap .os-order-input-dates input + span:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  border: solid 2px #474f55;
  opacity: 0.4;
  margin-right: 12px;
  vertical-align: bottom;
}
.fancybox-wrap .os-order-input-dates input:checked + span:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.fancybox-wrap .os-order-input-dates label input {
  opacity: 0;
  visibility: hidden;
}
.fancybox-wrap .os-order-datepicker,
.fancybox-wrap .os-order-input-duration .os-order-select-wrapper select {
  width: 100%;
}
.fancybox-wrap .os-order-right-col .os-order-select-wrapper {
  width: 64px;
  margin-left: 12px;
}
.fancybox-wrap .os-order-first-title {
  vertical-align: super;
  right: 6px;
  max-width: 70px;
}
.fancybox-wrap .os-order-and-title {
  vertical-align: super;
  max-width: 31px;
}
.fancybox-wrap .os-order-form-submit_button {
  border: none;
  float: right;
  margin-bottom: 8px;
  width: 320px;
  max-width: 100%;
  height: 64px;
  line-height: 64px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  transition-duration: 0.3s;
  border-radius: 32px;
  box-shadow: 0 9px 56px 0 rgba(0, 0, 0, 0.06);
  cursor: pointer;
}
.fancybox-wrap .os-order-form-submit_button:hover {
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.26);
}
.fancybox-wrap .os-order-form-submit_button.inactive {
  background: #fff;
  box-shadow: 0 9px 25px 0 rgba(0, 0, 0, 0.06);
  color: #1e241e33;
  pointer-events: none;
}
.fancybox-wrap .os-order-first-title,
.fancybox-wrap .os-order-and-title {
  width: auto;
}

.os-order-form-submit {
  height: 64px;
}

.new_t-order-form-open .os-order-form-submit .os-order-form-submit_button {
  border: none;
  float: right;
  width: 320px;
  max-width: 100%;
  height: 64px;
  line-height: 64px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  transition-duration: 0.3s;
  border-radius: 32px;
  box-shadow: 0 9px 56px 0 rgba(0, 0, 0, 0.06);
  cursor: pointer;
}
.new_t-order-form-open .os-order-form-submit .os-order-form-submit_button:hover {
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.26);
}
.new_t-order-form-open .os-order-form-submit .os-order-form-submit_button.inactive {
  background: #fff;
  box-shadow: 0 9px 25px 0 rgba(0, 0, 0, 0.06);
  color: #1e241e33;
  pointer-events: none;
}

.os-order-info {
  color: #474F55;
  text-align: center;
  position: relative;
}

.os-order-h2 {
  position: relative;
  margin: 128px 0 16px;
  width: 100%;
  text-align: center;
  font-size: 24px !important;
  font-weight: bold !important;
  line-height: 1.33;
  color: #474F55;
}
.os-order-h2:before {
  content: url(../img/success-icon.svg);
  display: block;
  position: absolute;
  top: -120px;
  right: 50%;
  transform: translateX(50%);
  width: 96px;
  height: 96px;
  border-radius: 50%;
}

.os-order-info > div {
  font-size: 18px;
  margin-bottom: 8px;
}

.new_t-order-form-open .os-order-select-wrapper {
  border: none;
}

.os-order-user-contacts {
  margin-top: 5px !important;
}

@media all and (max-width: 768px) {
  .fancybox-wrap {
    max-width: 90%;
    width: 90% !important;
  }
  .fancybox-wrap .os-order-input-dates label {
    width: calc(50% - 20px);
    margin-left: 20px;
    vertical-align: baseline;
  }
  .fancybox-wrap .fancybox-skin {
    padding: 15px !important;
  }
  .fancybox-wrap .os-order-left-col, .fancybox-wrap .os-order-right-col,
.fancybox-wrap .os-order-input-duration {
    width: 100%;
    margin-bottom: 6px;
  }
  .fancybox-wrap .os-order-table, .fancybox-wrap .os-order-input-wrapper,
.fancybox-wrap .os-order-input-comment, .fancybox-wrap .os-order-input-office {
    margin-bottom: 6px;
    margin-top: 6px !important;
  }
  .fancybox-wrap .os-order-first-title {
    right: 0;
    margin-right: 12px;
  }
  .fancybox-wrap .os-order-input-name, .fancybox-wrap .os-order-input-phone {
    width: 100%;
    margin-left: 0;
    margin-bottom: 6px;
  }
  .fancybox-wrap .os-order-input-people {
    margin-top: 6px !important;
  }
  .fancybox-wrap .os-order-form-submit {
    margin: 15px auto;
  }
}
.reviews-container {
  margin: 80px 0 32px 0;
  padding: 32px 48px;
  border-radius: 45px;
  position: relative;
}
.reviews-container h3 {
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.reviews-container .swiper-button-next,
.reviews-container .swiper-button-prev {
  width: 48px;
  height: 48px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
  outline: none;
  transition-duration: 0.3s;
}
.reviews-container .swiper-button-next:hover,
.reviews-container .swiper-button-prev:hover {
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.14);
}
.reviews-container .swiper-button-next.swiper-button-disabled, .reviews-container .swiper-button-prev.swiper-button-disabled {
  display: none !important;
}
.reviews-container .swiper-button-next {
  background: url(../img/arrow-next.svg) no-repeat center/7px 11px, #fff;
  right: -24px;
}
.reviews-container .swiper-button-prev {
  background: url(../img/arrow-prev.svg) no-repeat center/7px 11px, #fff;
  left: -24px;
}
.reviews-container .swiper-pagination {
  position: static;
  margin-top: 32px;
}
.reviews-container .swiper-pagination.disabled {
  display: none !important;
}
.reviews-container .swiper-pagination-bullet {
  background-color: #fff;
  outline: none;
}
.reviews-container .swiper-pagination-bullet:not(:last-child) {
  margin-right: 12px;
}

.slider-reviews .swiper-wrapper {
  height: 324px;
}
.slider-reviews .swiper-wrapper.disabled {
  transform: translate3d(0px, 0, 0) !important;
}
.slider-reviews .swiper-slide {
  border-radius: 12px;
  box-shadow: 0 9px 56px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
  padding: 20px;
}

.review-author > div {
  display: inline-block;
  vertical-align: middle;
}
.review-author .author-photo {
  width: 60px;
  height: 60px;
  margin-right: 16px;
  border-radius: 6px;
}
.review-author .author-info {
  width: calc(100% - 81px);
}

.review-text {
  height: calc(100% - 100px);
  margin-top: 10px;
  margin-right: -15px;
  padding-right: 15px;
  font-size: 14px;
  line-height: 1.5;
  color: #1e241e;
  position: relative;
}
.review-text .mCustomScrollBox {
  padding-bottom: 30px;
}
.review-text.overflow-text:after {
  content: "";
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
  display: block;
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  height: 50px;
}

.review-author {
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(216, 216, 216, 0.4);
}
.review-author p {
  margin: 0;
}

.review-author-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.fancybox-wrap {
  font-family: Comfortaa, sans-serif !important;
}

.reviews-form-container {
  padding: 0 0 30px 0;
  display: none;
}
.reviews-form-container * {
  box-sizing: border-box;
}
.reviews-form-container h3 {
  text-align: left;
}
.reviews-form-container .success {
  display: none;
}
.reviews-form-container .os-order-h2:after {
  content: "Ваш отзыв успешно отправлен!";
}
.reviews-form-container div.wpcf7-response-output.wpcf7-mail-sent-ok {
  display: none !important;
}
.reviews-form-container .wpcf7-form-control-wrap:not(.message) {
  display: inline-block;
  margin-bottom: 24px;
  width: 100%;
}
.reviews-form-container .wpcf7-form-control-wrap.menu {
  width: 30%;
}
@media all and (max-width: 768px) {
  .reviews-form-container .wpcf7-form-control-wrap.menu {
    width: 100%;
  }
}
.reviews-form-container .wpcf7-form-control-wrap.forename,
.reviews-form-container .wpcf7-form-control-wrap.email {
  width: calc(35% - 18px);
  margin-right: 18px;
}
@media all and (max-width: 768px) {
  .reviews-form-container .wpcf7-form-control-wrap.forename,
.reviews-form-container .wpcf7-form-control-wrap.email {
    width: 100%;
    margin-right: 0;
  }
}
.reviews-form-container input, .reviews-form-container textarea, .reviews-form-container select {
  width: 100%;
  border: none;
  height: 40px;
  border-radius: 5px;
  background-color: #efefef;
  padding-right: 12px;
  padding-left: 12px;
}
.reviews-form-container select {
  font-size: 14px;
  color: #474F55;
  font-family: Comfortaa, sans-serif;
  outline: none;
}
.reviews-form-container .wpcf7-form-control-wrap.menu:after {
  content: "";
  display: inline-block;
  width: 10px !important;
  height: 6px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  mask: url(../img/arrow-select.svg) no-repeat center/contain;
  -webkit-mask: url(../img/arrow-select.svg) no-repeat center/contain;
}
.reviews-form-container textarea {
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  min-height: 80px;
}
.reviews-form-container input[type=submit] {
  width: 200px;
  max-width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  transition-duration: 0.3s;
  border-radius: 24px;
  box-shadow: 0 9px 56px 0 rgba(0, 0, 0, 0.06);
  cursor: pointer;
  float: right;
}
.reviews-form-container input[type=submit]:hover {
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.26);
}
.reviews-form-container input[type=submit].inactive {
  background: #fff;
  box-shadow: 0 9px 25px 0 rgba(0, 0, 0, 0.06);
  color: #1e241e33;
  pointer-events: none;
}

@media all and (max-width: 1200px) {
  .reviews-container {
    width: calc(100% - 48px);
    margin-right: auto;
    margin-left: auto;
  }
}
@media all and (max-width: 768px) {
  .reviews-container {
    margin: 32px -20px;
    width: calc(100% + 40px);
    padding: 20px 0 20px 20px;
    border-radius: 0;
    border-bottom-right-radius: 15px;
  }
  .reviews-container .swiper-pagination,
.reviews-container .swiper-button-prev,
.reviews-container .swiper-button-next {
    display: none;
  }
  .reviews-container .swiper-slide {
    width: 89%;
  }

  .slider-reviews {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
  }
}
.articles-container {
  margin: 80px 0;
  color: #474F55;
}

.articles__list {
  margin-bottom: -24px;
  position: relative;
}

.articles__item {
  width: calc(100% / 3 - 20px);
  margin-bottom: 24px;
  display: inline-flex;
  border-radius: 24px;
  box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
  transition-duration: 0.3s;
  position: relative;
  overflow: hidden;
}
.articles__item:hover {
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.14);
}
.articles__item > div {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.articles__item:not(:nth-child(3n)) {
  margin-right: 24px;
}
.articles__item h4 {
  font-size: 18px;
  font-weight: bold;
  color: #474F55;
  margin: 0;
}
.articles__item .article__content {
  width: calc(100% - 90px);
  padding: 23px;
}
.articles__item .article__content p {
  font-size: 14px;
  line-height: 1.5;
  color: #474F55;
}
.articles__item .article__content .overflow-text {
  height: 145px;
  overflow: hidden;
  position: relative;
}
.articles__item .article__content .overflow-text:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 75%), linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%);
}
.articles__item .article__photo {
  width: 90px;
  min-width: 90px;
  min-height: 207px;
  max-height: 300px;
}

.location {
  font-size: 14px;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.location span {
  font-weight: bold;
}

.articles_date {
  position: absolute;
  bottom: 0;
  left: 23px;
  right: 0;
  display: flex;
  align-items: center;
  padding-right: 50px;
}
.articles_date > p {
  white-space: nowrap;
}
.articles_date p:first-child {
  margin-right: 24px;
}

.article__item-btn {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  border-top-left-radius: 8px;
  text-align: center;
}
.article__item-btn img {
  margin-top: calc(50% - 4px);
}

.option-default {
  display: none;
}

@media all and (max-width: 768px) {
  .articles-container {
    margin: 0;
  }
  .articles-container .articles__list {
    margin: 32px -20px;
    padding-left: 20px;
  }
  .articles-container .articles__item {
    width: 85%;
    max-width: 350px;
    margin-right: 0;
    border-radius: 10px;
  }
  .articles-container .articles__item h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .articles-container .articles__item .article__photo {
    width: 80px;
    min-width: 80px;
  }
  .articles-container .articles__item .article__content {
    padding: 16px;
  }
  .articles-container .articles__item .article__item-btn {
    right: -10px;
  }
  .articles-container .show-more-btn, .articles-container .location {
    display: none;
  }
}
.services-container {
  margin: 80px 0;
}

.services__item {
  width: calc(100% / 3 - 20px);
  display: inline-block;
  border-radius: 24px;
  margin-bottom: 24px;
  box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
  overflow: hidden;
  transition-duration: 0.3s;
}
.services__item:hover {
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.26);
}
.services__item:not(:nth-child(3n)) {
  margin-right: 24px;
}
.services__item .services__body {
  display: flex;
  align-items: center;
}
.services__item > div {
  display: inline-block;
  vertical-align: middle;
}

.services__photo {
  width: 120px;
  height: 120px;
}

.services__name {
  margin: 0 24px;
  width: calc(100% - 175px);
  line-height: 1.5;
}

.services__name,
.p-services__name {
  font-size: 18px;
  font-weight: bold;
  color: #474F55;
}

@media all and (max-width: 768px) {
  .services-container {
    margin: 16px 0;
  }
  .services-container .show-more-btn {
    display: none;
  }
  .services-container .services__item {
    width: 90%;
    max-width: 350px;
    margin-right: 0 !important;
    box-shadow: none !important;
    background-color: transparent;
    overflow: visible;
    padding-right: 16px;
  }
  .services-container .services__item .services__body {
    box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.06);
    background-color: #fff;
    border-radius: 24px;
  }
  .services-container .services__item .services__body:hover {
    box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.26);
  }
  .services-container .services__item .services__photo {
    border-radius: 24px 0 0 24px;
  }

  .services__list {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
  }

  .p-services-container .services__item {
    width: 100%;
    margin-right: 0;
  }
  .p-services-container .services__item:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .services__name p, .p-services__name p {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.header__bottom {
  display: flex;
  position: relative;
  height: calc(100vh - 104px - 150px);
  min-height: 664px;
  max-height: 690px;
  margin-bottom: 80px;
}

.home .search-container {
  position: absolute;
  bottom: 14%;
  z-index: 200;
  height: 80px;
  line-height: 80px;
}

.header__bottom-photo {
  width: 50vw;
  height: 100%;
  min-height: 664px;
  background: url(../img/beach.jpg) no-repeat center/cover;
  border-bottom-right-radius: 100px;
  position: absolute;
  z-index: -1;
}

.header__bottom-info {
  width: calc(50% - 100px);
  height: 100%;
  min-height: 664px;
  margin-left: calc(50% + 100px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 145px;
}
.header__bottom-info h1 {
  font-size: 56px;
  font-weight: bold;
  line-height: 1.29;
  letter-spacing: 0.5px;
  color: #474F55;
  margin: 50px 0;
}

.header__bottom-odds {
  width: 100%;
}

.header__bottom-odds-item {
  width: calc(50% - 16px);
  display: inline-block;
  vertical-align: middle;
  padding-left: 52px;
  margin-bottom: 40px;
  font-size: 14px;
  position: relative;
  color: #474F55;
}
.header__bottom-odds-item:nth-child(2n+1) {
  margin-right: 26px;
}
.header__bottom-odds-item .odds-img {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: calc(50% - 20px);
  border-radius: 100%;
}

.subscribe-container {
  margin: 80px 0;
  padding: 40px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  color: #fff;
  text-align: center;
}
.subscribe-container h3 {
  color: #fff;
  margin-bottom: 16px;
}

.subscribe__form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 24px auto 0 auto;
  height: 80px;
  border-radius: 40px;
  box-shadow: 0 9px 56px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
  max-width: 775px;
}
.subscribe__form form {
  position: relative;
}
.subscribe__form p {
  display: flex;
}
.subscribe__form .wpcf7 {
  width: 100%;
}
.subscribe__form input:not(.subscribe__form-btn) {
  width: 100%;
  margin-left: 40px;
  border: none;
  outline: none;
  font-size: 14px;
}
.subscribe__form .email {
  display: flex;
  width: calc(100% - 200px);
}
.subscribe__form ::-webkit-input-placeholder {
  color: #474F55;
  opacity: 0.4;
}
.subscribe__form ::-moz-placeholder {
  color: #474F55;
  opacity: 0.4;
}
.subscribe__form :-ms-input-placeholder {
  color: #474F55;
  opacity: 0.4;
}
.subscribe__form :-moz-placeholder {
  color: #474F55;
  opacity: 0.4;
}

.subscribe__form-btn {
  width: 168px;
  max-width: 100%;
  height: 64px;
  line-height: 64px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  transition-duration: 0.3s;
  border-radius: 0;
  box-shadow: 0 9px 56px 0 rgba(0, 0, 0, 0.06);
  cursor: pointer;
  border-bottom-right-radius: 32px;
  border-top-right-radius: 32px;
  border: none;
  margin-right: 8px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.subscribe__form-btn:hover {
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.26);
}
.subscribe__form-btn.inactive {
  background: #fff;
  box-shadow: 0 9px 25px 0 rgba(0, 0, 0, 0.06);
  color: #1e241e33;
  pointer-events: none;
}

@media all and (max-width: 1200px) {
  .header__bottom {
    min-width: 100%;
  }
  .header__bottom .wrapper, .header__bottom .header__bottom-photo {
    position: static;
    flex: 1;
  }
  .header__bottom .header__bottom-info {
    width: 100%;
    margin-left: 0;
  }
  .header__bottom .header__bottom-info h1 {
    font-size: 43px !important;
  }
}
@media all and (min-width: 769px) {
  .header__bottom {
    background: initial !important;
  }
}
@media all and (max-width: 768px) {
  .header__bottom-odds, .header__bottom-photo {
    display: none;
  }

  .header__bottom {
    min-width: initial;
    height: 100vh;
    min-height: 692px;
    margin-bottom: 32px;
  }
  .header__bottom .header__bottom-info {
    width: 100%;
    height: initial;
    min-height: initial;
    margin: 0;
    padding-top: 95px;
    padding-bottom: 0;
    justify-content: initial;
  }
  .header__bottom .header__bottom-info h1 {
    font-size: 32px !important;
    letter-spacing: 0.29px;
    margin: 0 0 32px 0;
  }

  .subscribe-container {
    margin: 32px -20px;
    width: calc(100% + 40px);
    padding: 32px 20px;
    border-radius: 0;
    border-bottom-right-radius: 15px;
  }
  .subscribe-container p {
    line-height: 1.5;
    text-align: left;
  }
  .subscribe-container .subscribe__form-btn {
    width: 146px;
    height: 48px;
    line-height: 48px;
    margin-right: 4px;
  }
  .subscribe-container .subscribe__form {
    height: 56px;
  }
  .subscribe-container .email {
    width: calc(100% - 165px);
  }
  .subscribe-container input:not(.subscribe__form-btn) {
    margin-left: 20px;
  }
}
@media all and (min-width: 769px) and (max-width: 1200px) {
  .home .search-container {
    left: 20px;
    right: 20px;
    width: auto;
  }
}

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