.searchMenu-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 15px;
  height: 70px;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  background-color: white;
  text-align: left;
}

.header-phone:hover {
  color: inherit;
}

menu {
  --size: 2.1rem;
  --radius: 6rem;
  --padding: .5rem;
  --bg-color: #18C138;
  --fg-color: #ffffff;
  --hi-color: #12192c;
  font-size: 29px;
  position: fixed;
  bottom: var(--padding);
  right: var(--padding);
}

menu>* {
  position: absolute;

  display: grid;
  place-content: center;

  border-radius: 50%;
  font-size: 29px;
  background: var(--bg-color);
  color: var(--fg-color);

  text-decoration: none;

  /* box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.6); */
}

menu>.action {
  --factor: 0;
  width: 2.5rem;
  height: 2.5rem;
  right: calc(1.35 * var(--size));
  bottom: calc(1.35 * var(--size));

  opacity: 0;

  transform: rotate(calc(-1 * var(--angle))) translateY(calc(-1 * var(--radius) * var(--factor))) rotate(var(--angle));

  /* transition: transform 250ms ease-in-out, opacity 250ms ease-in-out, box-shadow 250ms ease-in-out, color 250ms ease-in-out; */
}

menu>.action:hover,
menu>.trigger:hover {
  color: var(--fg-color);
  /* box-shadow: 0px 0px 0px 0.35rem rgba(0, 0, 0, 0.2); */
}

menu.open>.action {
  --factor: 1;
  font-size: 20px;
  opacity: 1;
}

menu>.action:nth-child(1) {
  --angle: 0deg;
  transition-delay: 0ms;
  background-color: #59267c;
}

menu>.action:nth-child(2) {
  --angle: 30deg;
  transition-delay: 50ms;
  background-color: #229ED9;
}

menu>.action:nth-child(3) {
  --angle: 60deg;
  transition-delay: 100ms;
  background-color: #bc2a8d;
}


menu>.action:nth-child(4) {
  --angle: 90deg;
  transition-delay: 150ms;
  background-color: #F9BA48;
}

menu>.trigger {
  width: calc(1.9 * var(--size));
  height: calc(1.9 * var(--size));
  bottom: 0;
  right: 0;

  font-size: 2rem;
  transition: box-shadow 250ms ease-in-out, color 250ms ease-in-out;
}

menu>.trigger>i {
  transition: transform 250ms ease-in-out;
}

menu.open>.trigger>i {
  transform: rotate(-135deg);
}


.swiper_wrap.d-dates {
  height: 100%;
		width: 92%;
		position: relative;
		display: block;
		text-align: left;
}
.swiper_wrap.d-dates .swiper-button-prev {
  position: absolute;
  top: 40%;
  left: -40px;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
  margin-top: 0px;
}
.swiper_wrap.d-dates .swiper-button-next {
  margin-top: 0px;
  position: absolute;
  top: 40%;
  right: -40px;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
}

.swiper_wrap.a-dates {
  height: 100%;
		width: 92%;
		position: relative;
		display: block;
		text-align: left;
}
.swiper_wrap.a-dates .swiper-button-prev {
  position: absolute;
  top: 40%;
  left: -40px;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
  margin-top: 0px;
}
.swiper_wrap.a-dates .swiper-button-next {
  margin-top: 0px;
  position: absolute;
  top: 40%;
  right: -40px;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
}
.swiper_wrap.a-dates .swiper-button-prev-1 {
  position: absolute;
  top: 40%;
  left: -40px;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
  margin-top: 0px;
}
.swiper_wrap.a-dates .swiper-button-next-1 {
  margin-top: 0px;
  position: absolute;
  top: 40%;
  right: -40px;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
}
.searchMenu-date__field .swiper-slide {
	display: block!important;
}
.table-calendar__cell.-is-active {
	background-color: var(--color-blue-1) !important;
}
.table-calendar__cell:hover {
	background-color: var(--color-blue-1) !important;
}
.table-calendar__cell.disabled {
	opacity: 0.5;
}

/* MID-208 START*/

@media (max-width: 1024px) {
	.searchMenu-date.-right .searchMenu-date__field {
		right: 0;
		left: 0;
		}

}

/* MID-208 END */

/* MID-809 START */

.field {
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

.field-active {
	border-color: #ff9800;
	color: #000;
}

.field-inactive {
	border-color: #ccc;
	color: #6c757d;
}

/* MID-809 END */

/* MID-824 START */
.booking-phone-block {
  width: 100%;
}

.booking-phone-block .iti__selected-country-primary {
  padding-top: 25px;
}

.booking-phone-block .iti__selected-dial-code {
  padding-top: 25px;
}

.booking-phone-block .booking-phone-search {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
  padding-left: 30px;
  padding-right: 28px;
  padding-top: 0;
}


/* MID-824 END */

/* MID-826 START */

.js-calendar-slider {
	overflow-x: hidden;
	overflow-y: auto;
}

@media (max-height: 900px) {
	.js-calendar-slider {
		height: 400px;
	}
}

@media (max-height: 700px) {
	.js-calendar-slider {
		height: 300px;
	}
}


@media (max-height: 560px) {
	.js-calendar-slider {
		height: 200px;
	}
}

.body-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.3);
	z-index: 9990;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
}

.searchMenu-date__field.-is-active ~ .body-overlay {
	opacity: 1;
	pointer-events: auto;
}

body:has(.searchMenu-date__field.-is-active) {
	overflow: hidden;
	height: 100vh;
}

/* MID-826 END */
