.booking__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}

.booking__aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}
.booking__aside .booking__aside-title {
  font-family: "Spectral", Georgia, serif;
  font-weight: 400;
  font-size: 1.35rem;
  line-height: 1.2;
  color: rgb(245, 244, 241);
}
.booking__aside .booking__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  list-style: none;
}
.booking__aside .booking__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.booking__aside .booking__step .booking__step-num {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.8125rem;
  color: #B2A050;
  border: 1px solid rgba(178, 160, 80, 0.28);
  border-radius: 100px;
}
.booking__aside .booking__step p {
  max-width: 46ch;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #A8A29A;
}
.booking__aside .booking__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  padding-top: 24px;
  border-top: 1px solid rgba(245, 244, 241, 0.1);
}
.booking__aside .booking__contact p {
  font-size: 0.9375rem;
  color: #A8A29A;
}
.booking__aside .booking__contact .booking__contact-line {
  font-size: 0.9375rem;
  color: rgb(245, 244, 241);
}
.booking__aside .booking__contact .booking__contact-line:hover, .booking__aside .booking__contact .booking__contact-line:focus-visible {
  color: #C9B36A;
}

.booking-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.booking-form .field--gap {
  margin-top: 26px;
}
.booking-form select.input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding-right: 24px;
  background-image: linear-gradient(45deg, transparent 50%, #B2A050 50%), linear-gradient(135deg, #B2A050 50%, transparent 50%);
  background-position: calc(100% - 12px) calc(50% + 2px), calc(100% - 7px) calc(50% + 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
.booking-form select.input option {
  color: rgb(245, 244, 241);
  background: #1A1815;
}
.booking-form input[type=date].input ~ .user-label,
.booking-form select.input ~ .user-label {
  top: 0;
  font-size: 0.75rem;
}
.booking-form input[type=date].input {
  color: rgb(245, 244, 241);
}
.booking-form input[type=date].input::-webkit-calendar-picker-indicator {
  -webkit-filter: invert(72%) sepia(28%) saturate(430%) hue-rotate(4deg);
          filter: invert(72%) sepia(28%) saturate(430%) hue-rotate(4deg);
  cursor: pointer;
}
.booking-form .button {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 28px;
}

.field.js-enhanced .native-fallback {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.field.js-enhanced .user-label {
  position: static !important;
  margin-bottom: 8px;
  font-size: 0.8125rem;
  color: #A8A29A;
  pointer-events: auto;
}

.combo {
  position: relative;
}
.combo[hidden] {
  display: none;
}
.combo__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: 100%;
  padding: 12px 40px 12px 14px;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  text-align: left;
  color: rgb(245, 244, 241);
  background: #1A1815;
  border: 1px solid rgba(178, 160, 80, 0.28);
  border-radius: 6px;
  background-image: linear-gradient(45deg, transparent 50%, #B2A050 50%), linear-gradient(135deg, #B2A050 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50% + 1px), calc(100% - 13px) calc(50% + 1px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.combo__trigger:hover {
  border-color: #B2A050;
}
.combo__trigger:focus-visible {
  outline: 2px solid #B2A050;
  outline-offset: 2px;
}
.combo__value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.combo__value.is-placeholder {
  color: #A8A29A;
}
.combo__panel {
  position: absolute;
  z-index: 30;
  left: 0;
  right: 0;
  margin-top: 6px;
  max-height: 320px;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  padding: 6px;
  background: #1A1815;
  border: 1px solid rgba(178, 160, 80, 0.28);
  border-radius: 6px;
  -webkit-box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
          box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}
.combo__panel[hidden] {
  display: none;
}
.combo__panel.is-animating {
  -webkit-animation: comboIn 0.16s ease;
          animation: comboIn 0.16s ease;
}
@-webkit-keyframes comboIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes comboIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.combo__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: 100%;
  padding: 10px;
  text-align: left;
  color: rgb(245, 244, 241);
  background: transparent;
  border: none;
  border-radius: 4px;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
.combo__option:hover {
  background: rgba(178, 160, 80, 0.14);
}
.combo__option:focus-visible {
  outline: none;
  background: rgba(178, 160, 80, 0.14);
  -webkit-box-shadow: inset 0 0 0 1px #B2A050;
          box-shadow: inset 0 0 0 1px #B2A050;
}
.combo__option.is-selected {
  background: rgba(178, 160, 80, 0.22);
}
.combo__option--plain {
  color: #A8A29A;
}
.combo__thumb {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 56px;
  height: 36px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.combo__option-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.combo__option-name {
  font-weight: 500;
  line-height: 1.3;
}
.combo__option-meta {
  font-size: 0.8125rem;
  color: #A8A29A;
}

.datepicker {
  position: relative;
}
.datepicker__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 12px 14px;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  text-align: left;
  color: rgb(245, 244, 241);
  background: #1A1815;
  border: 1px solid rgba(178, 160, 80, 0.28);
  border-radius: 6px;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.datepicker__trigger:hover {
  border-color: #B2A050;
}
.datepicker__trigger:focus-visible {
  outline: 2px solid #B2A050;
  outline-offset: 2px;
}
.datepicker__value.is-placeholder {
  color: #A8A29A;
}
.datepicker__panel {
  position: absolute;
  z-index: 30;
  left: 0;
  margin-top: 6px;
  width: 304px;
  max-width: calc(100vw - 2.5rem);
  padding: 14px;
  background: #1A1815;
  border: 1px solid rgba(178, 160, 80, 0.28);
  border-radius: 6px;
  -webkit-box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
          box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}
.datepicker__panel[hidden] {
  display: none;
}
.datepicker__panel:focus {
  outline: none;
}
.datepicker__panel.is-animating {
  -webkit-animation: dpIn 0.16s ease;
          animation: dpIn 0.16s ease;
}
@-webkit-keyframes dpIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes dpIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.datepicker__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}
.datepicker__title {
  font-family: "Spectral", Georgia, serif;
  font-weight: 400;
  font-size: 1.05rem;
  color: rgb(245, 244, 241);
}
.datepicker__nav {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.15rem;
  line-height: 1;
  color: #B2A050;
  background: transparent;
  border: 1px solid rgba(178, 160, 80, 0.28);
  border-radius: 6px;
  -webkit-transition: border-color 0.2s, color 0.2s;
  transition: border-color 0.2s, color 0.2s;
}
.datepicker__nav:hover {
  border-color: #B2A050;
  color: #C9B36A;
}
.datepicker__nav:focus-visible {
  outline: 2px solid #B2A050;
  outline-offset: 2px;
}
.datepicker__weekdays, .datepicker__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.datepicker__weekday {
  width: 14.2857142857%;
  padding: 6px 0;
  text-align: center;
  font-size: 0.75rem;
  color: #A8A29A;
}
.datepicker__cell--empty {
  width: 14.2857142857%;
  height: 38px;
}
.datepicker__day {
  width: 14.2857142857%;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  color: rgb(245, 244, 241);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  -webkit-transition: border-color 0.15s, background-color 0.15s;
  transition: border-color 0.15s, background-color 0.15s;
}
.datepicker__day:hover:not([aria-disabled=true]) {
  border-color: #B2A050;
}
.datepicker__day:focus-visible {
  outline: none;
  border-color: #B2A050;
  -webkit-box-shadow: inset 0 0 0 1px #B2A050;
          box-shadow: inset 0 0 0 1px #B2A050;
}
.datepicker__day.is-today {
  -webkit-box-shadow: inset 0 0 0 1px rgba(178, 160, 80, 0.28);
          box-shadow: inset 0 0 0 1px rgba(178, 160, 80, 0.28);
}
.datepicker__day.is-selected {
  background: #B2A050;
  color: #121110;
  font-weight: 500;
}
.datepicker__day.is-past {
  color: rgba(168, 162, 154, 0.4);
  cursor: default;
}

@media (prefers-reduced-motion: reduce) {
  .combo__panel.is-animating,
  .datepicker__panel.is-animating {
    -webkit-animation: none;
            animation: none;
  }
}
.booking-done__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px 18px;
  margin-top: 32px;
}

@media only screen and (min-width: 1140px) {
  .booking__layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 88px;
  }
  .booking__aside {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 320px;
    position: sticky;
    top: 120px;
  }
  .booking-form {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 620px;
  }
}/*# sourceMappingURL=booking.css.map */