/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Nunito";
  src: url("../assets/fonts/nunito/Nunito-SemiBold.woff2") format("woff2"), url("../assets/fonts/nunito/Nunito-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../assets/fonts/nunito/Nunito-Bold.woff2") format("woff2"), url("../assets/fonts/nunito/Nunito-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../assets/fonts/nunito/Nunito-Regular.woff2") format("woff2"), url("../assets/fonts/nunito/Nunito-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../assets/fonts/nunito/Nunito-SemiBold.woff2") format("woff2"), url("../assets/fonts/nunito/Nunito-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../assets/fonts/nunito/Nunito-Bold.woff2") format("woff2"), url("../assets/fonts/nunito/Nunito-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../assets/fonts/nunito/Nunito-Regular.woff2") format("woff2"), url("../assets/fonts/nunito/Nunito-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

body {
  color: #000000;
  font-family: "Nunito";
  font-size: 16px;
}

a {
  color: inherit;
}

.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

img {
  height: auto;
  max-width: 100%;
}

.section-padding {
  padding: clamp(3.125rem, 2.8365rem + 1.2821vw, 4.375rem) 0;
}

section:nth-child(odd) {
  background-color: rgba(158, 158, 157, 0.05);
}

.site-header {
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #ffffff;
  transition: 0.6s ease;
}
.site-header.sticky-header {
  box-shadow: 0 0 5px rgba(158, 158, 157, 0.2);
}
.site-header.sticky-header .site-header-logo img {
  width: 120px;
}
@media (max-width: 480px) {
  .site-header.sticky-header .site-header-logo img {
    width: 100px;
  }
}

.site-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-header-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .site-header-logo {
    position: relative;
    z-index: 100;
  }
}
.site-header-logo img {
  width: 150px;
  transition: 0.6s ease;
}
@media (max-width: 991px) {
  .site-header-logo img {
    width: 120px;
  }
}
@media (max-width: 480px) {
  .site-header-logo img {
    width: 100px;
  }
}

.site-header-tagline {
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 14px;
}
@media (max-width: 480px) {
  .site-header-tagline {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .main-navigation {
    position: fixed;
    z-index: 99;
    inset: 0;
    background-color: #ffffff;
    padding-top: 120px;
    transform: translateX(100%);
    transition: 0.6s ease;
  }
  .main-navigation.active {
    transform: translateX(0);
  }
}

.main-header-menu {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .main-header-menu {
    flex-direction: column;
  }
}
.main-header-menu li {
  list-style: none;
  margin-left: 20px;
  transition: 0.6s ease;
  padding: 3px 5px;
}
@media (max-width: 991px) {
  .main-header-menu li {
    margin: 0 0 15px;
  }
  .main-header-menu li:last-of-type {
    margin-bottom: 0;
  }
}
.main-header-menu li:first-of-type {
  margin-left: 0;
}
.main-header-menu li.active {
  background-color: #d17a1a;
}
.main-header-menu li a {
  font-weight: 700;
  font-size: 18px;
}

.menu-toggle {
  display: none;
}
@media (max-width: 991px) {
  .menu-toggle {
    display: block;
    width: 35px;
    height: 20px;
    position: relative;
    z-index: 101;
  }
}
.menu-toggle.active span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
}
.menu-toggle.active span:nth-child(2) {
  width: 100%;
  top: 50%;
  transform: rotate(-45deg);
}
.menu-toggle span {
  position: absolute;
  height: 2px;
  background-color: #000000;
  transition: 0.6s ease;
}
.menu-toggle span:nth-child(1) {
  width: 100%;
  top: calc(50% - 5px);
}
.menu-toggle span:nth-child(2) {
  width: 100%;
  top: calc(50% + 5px);
}

.site-footer {
  background-color: rgba(158, 158, 157, 0.2);
  padding-top: 50px;
  text-align: center;
}

.site-footer-copy {
  background-color: rgba(158, 158, 157, 0.4);
  padding: 10px 0;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 991px) {
  .site-footer-copy {
    font-size: 14px;
  }
}
.site-footer-copy a {
  text-decoration: underline;
}

.site-footer-copy-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-footer-top {
  padding-bottom: 50px;
}

.site-footer-logo {
  display: inline-flex;
}
.site-footer-logo img {
  width: 140px;
}

.footer-main-navigation {
  margin-top: 40px;
}

.footer-main-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
@media (max-width: 640px) {
  .footer-main-menu {
    flex-direction: column;
  }
}
.footer-main-menu li {
  list-style: none;
  margin-left: 20px;
  padding: 3px 5px;
}
@media (max-width: 640px) {
  .footer-main-menu li {
    margin: 0 0 15px;
  }
  .footer-main-menu li:last-of-type {
    margin-bottom: 0;
  }
}
.footer-main-menu li.active {
  background-color: #d17a1a;
}
.footer-main-menu li:first-of-type {
  margin-left: 0;
}
.footer-main-menu li a {
  font-weight: 700;
}

.site-footer-soc {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.site-footer-soc a {
  margin: 0 10px;
  display: inline-flex;
  transition: 0.6s ease;
}
.site-footer-soc a:hover {
  color: #d17a1a;
}
.site-footer-soc span {
  display: inline-flex;
}
.site-footer-soc span.icon-fb {
  font-size: 18px;
}

@font-face {
  font-family: "font-icons";
  src: url("../assets/fonts/font-icons/font-icons.woff2") format("woff2"), url("../assets/fonts/font-icons/font-icons.woff") format("woff"), url("../assets/fonts/font-icons/font-icons.ttf") format("truetype");
}
.icon-zoom:before, .icon-wand-magic-sparkles-solid:before, .icon-user-tie-solid:before, .icon-twitter:before, .icon-tiktok:before, .icon-star:before, .icon-play:before, .icon-pin:before, .icon-link:before, .icon-instagram:before, .icon-hand-holding-heart-solid:before, .icon-fb:before, .icon-clock:before, .icon-car-solid:before, .icon-calendar:before, .icon-arrow-right:before, .icon-arrow-left:before, .icon-angle-right:before, .icon-angle-left:before {
  font-family: "font-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  font-display: swap;
}

.icon-angle-left:before {
  content: "\e001";
}

.icon-angle-right:before {
  content: "\e002";
}

.icon-arrow-left:before {
  content: "\e003";
}

.icon-arrow-right:before {
  content: "\e004";
}

.icon-calendar:before {
  content: "\e005";
}

.icon-car-solid:before {
  content: "\e006";
}

.icon-clock:before {
  content: "\e007";
}

.icon-fb:before {
  content: "\e008";
}

.icon-hand-holding-heart-solid:before {
  content: "\e009";
}

.icon-instagram:before {
  content: "\e00a";
}

.icon-link:before {
  content: "\e00b";
}

.icon-pin:before {
  content: "\e00c";
}

.icon-play:before {
  content: "\e00d";
}

.icon-star:before {
  content: "\e00e";
}

.icon-tiktok:before {
  content: "\e00f";
}

.icon-twitter:before {
  content: "\e010";
}

.icon-user-tie-solid:before {
  content: "\e011";
}

.icon-wand-magic-sparkles-solid:before {
  content: "\e012";
}

.icon-zoom:before {
  content: "\e013";
}

.section-title {
  font-size: clamp(2rem, 1.7981rem + 0.8974vw, 2.875rem);
  margin: 0 0 40px;
}
.section-title.center {
  text-align: center;
}
.section-title.line {
  position: relative;
  padding-bottom: 20px;
}
.section-title.line::before {
  position: absolute;
  content: "";
  width: 135px;
  height: 4px;
  background-color: #d17a1a;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

p {
  line-height: 1.5;
}

.page-title {
  font-size: clamp(2.25rem, 1.7981rem + 0.8974vw, 3.875rem);
  text-align: center;
  color: #ffffff;
  margin: 0;
}

.btn-primary {
  border: unset;
  width: 100%;
  max-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  background-color: #d17a1a;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 2px;
  cursor: pointer;
  border: 1px solid #d17a1a;
  transition: 0.6s ease;
}
.btn-primary:hover {
  color: #d17a1a;
  background-color: transparent;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.hero {
  background-image: linear-gradient(to bottom, #303131 0%, #4d4f4f 50%, #303131 100%);
  padding: 170px 0 100px;
}
.hero .hero-title__box {
  padding: 0 0 50px;
}

.hero-inner {
  display: flex;
  flex-wrap: wrap;
}

.hero-left {
  width: 40%;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .hero-left {
    width: 100%;
    max-width: 500px;
    order: 2;
    margin: 0 auto;
    padding: 0;
  }
}
.hero-left .wpcf7 {
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 1199px) {
  .hero-left .wpcf7 {
    padding: 20px;
  }
}

.hero-right {
  width: 60%;
}
@media (max-width: 1199px) {
  .hero-right {
    width: 100%;
    max-width: 700px;
    order: 1;
    margin: 0 auto 100px;
  }
}
.hero-right .hero-slider-arrow {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  display: inline-flex;
  line-height: 1;
  transition: 0.6s ease;
  font-size: 25px;
  color: #ffffff;
  cursor: pointer;
}
.hero-right .hero-slider-arrow:hover {
  color: #d17a1a;
}
.hero-right .hero-slider-arrow.icon-angle-left {
  right: 30px;
}

.hero-slide-title {
  color: #ffffff;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: clamp(1.5rem, 1.3269rem + 0.7692vw, 2.25rem);
}

.hero-slide-text {
  margin: 0;
  font-size: clamp(1.125rem, 1.0385rem + 0.3846vw, 1.5rem);
  display: inline-block;
  margin-bottom: 40px;
  color: #9e9e9d;
}

.cf-input-holder {
  width: 100%;
  position: relative;
  display: flex;
}
.cf-input-holder.half {
  width: calc(50% - 5px);
}
@media (max-width: 767px) {
  .cf-input-holder.half {
    width: 100%;
  }
}
.cf-input-holder.js-hidden {
  display: none;
}
.cf-input-holder br {
  display: none;
}
.cf-input-holder .wpcf7-form-control-wrap {
  width: 100%;
}
.cf-input-holder select {
  width: 100%;
  height: 45px;
  padding: 0 10px;
  border: 1px solid #9e9e9d;
  color: #9e9e9d;
}
.cf-input-holder.cf-datepicker {
  justify-content: space-between;
}
.cf-input-holder.cf-datepicker br {
  display: none;
}
.cf-input-holder.cf-datepicker .wpcf7-form-control-wrap {
  width: calc(50% - 5px);
}
.cf-input-holder input {
  width: 100%;
  height: 45px;
  padding: 0 10px;
  border: 1px solid #9e9e9d;
  border-radius: 0;
  color: #9e9e9d;
}
.cf-input-holder input:focus-visible {
  outline: 0;
}
.cf-input-holder input::placeholder {
  color: #9e9e9d;
}
.cf-input-holder .js-show-drop-off {
  color: #d17a1a;
  text-decoration: underline;
  cursor: pointer;
}

.js-continue-reservation {
  cursor: pointer;
  border: unset;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  background-color: #d17a1a;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 2px;
  border: 1px solid #d17a1a;
  transition: 0.6s ease;
}
.js-continue-reservation:hover {
  color: #d17a1a;
  background-color: transparent;
}

.reservation-second-step {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 101;
  overflow-y: auto;
  padding: 50px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.6s ease;
}
.reservation-second-step.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.reservation-second-step-inner {
  width: 100%;
  max-width: 700px;
  background-color: #ffffff;
}
.reservation-second-step-inner .header {
  background-color: #d17a1a;
  color: #ffffff;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reservation-second-step-inner .header h2 {
  margin: 0;
}
@media (max-width: 480px) {
  .reservation-second-step-inner .header h2 {
    font-size: 20px;
  }
}
.reservation-second-step-inner .header p {
  margin: 0;
}
.reservation-second-step-inner .header p .close {
  width: 20px;
  height: 20px;
  position: relative;
  display: block;
  cursor: pointer;
}
.reservation-second-step-inner .header p .close::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.reservation-second-step-inner .header p .close::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.reservation-second-step-inner .info {
  background-color: rgba(158, 158, 157, 0.2);
  padding: 20px;
}
.reservation-second-step-inner .info h3 {
  margin: 0 0 15px;
  color: #000000;
}
@media (max-width: 480px) {
  .reservation-second-step-inner .info h3 {
    font-size: 18px;
  }
}
.reservation-second-step-inner .info p {
  margin: 0;
  color: rgba(0, 0, 0, 0.7);
}
.reservation-second-step-inner .location {
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reservation-second-step-inner .location p {
  margin: 0;
}
.reservation-second-step-inner .location h3 {
  width: 100%;
  margin: 0 0 30px;
  color: #d17a1a;
}
.reservation-second-step-inner .location .location-data {
  width: 48%;
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .reservation-second-step-inner .location .location-data {
    width: 100%;
    margin-bottom: 20px;
  }
}
.reservation-second-step-inner .location .location-data:nth-child(4) {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .reservation-second-step-inner .location .location-data:nth-child(4) {
    margin-bottom: 20px;
  }
}
.reservation-second-step-inner .location .location-data:nth-child(5) {
  margin-bottom: 0;
}
.reservation-second-step-inner .location .location-data .icon-calendar, .reservation-second-step-inner .location .location-data .icon-pin {
  width: 15px;
  display: inline-flex;
  color: rgba(0, 0, 0, 0.7);
}
.reservation-second-step-inner .location .location-data-meta {
  margin-left: 10px;
}
.reservation-second-step-inner .location .location-data-meta span:first-of-type {
  color: rgba(0, 0, 0, 0.7);
}
.reservation-second-step-inner .personal {
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid rgba(158, 158, 157, 0.2);
  border-bottom: 1px solid rgba(158, 158, 157, 0.2);
}
.reservation-second-step-inner .personal h3 {
  width: 100%;
  margin: 0 0 30px;
  color: #d17a1a;
}
.reservation-second-step-inner .cf-submit-holder {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 20px;
}
.reservation-second-step-inner .cf-submit-holder br {
  display: none;
}
.reservation-second-step-inner .cf-submit-holder .wpcf7-spinner {
  position: absolute;
}
.reservation-second-step-inner .cf-submit-holder .cf-submit {
  cursor: pointer;
  border: unset;
  width: 100%;
  max-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  background-color: #d17a1a;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 2px;
  border: 1px solid #d17a1a;
  transition: 0.6s ease;
}
.reservation-second-step-inner .cf-submit-holder .cf-submit:hover {
  color: #d17a1a;
  background-color: transparent;
}

.services-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 767px) {
  .services-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.services-item {
  width: 50%;
  padding: 15px;
}
@media (max-width: 767px) {
  .services-item {
    width: 100%;
    padding: 10px;
  }
}

.services-item-inner {
  padding: 30px;
  background-color: rgba(158, 158, 157, 0.2);
  height: 100%;
}
@media (max-width: 767px) {
  .services-item-inner {
    padding: 20px;
  }
}
.services-item-inner h3 {
  margin: 0 0 20px;
  color: #d17a1a;
  font-size: 24px;
}
@media (max-width: 767px) {
  .services-item-inner h3 {
    font-size: 22px;
  }
}
.services-item-inner p:last-of-type {
  margin-bottom: 0;
}

.faqs-list {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.faqs-item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.faqs-item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.faqs-item-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(1.25rem, 1.1923rem + 0.2564vw, 1.5rem);
  margin: 0;
  cursor: pointer;
}
.faqs-item-question.active .faqs-plus-minus::after {
  transform: translate(-50%, -50%) rotate(0);
}

.faqs-plus-minus {
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-left: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .faqs-plus-minus {
    min-width: 15px;
    width: 15px;
    height: 15px;
  }
}
.faqs-plus-minus::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000000;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0);
}
.faqs-plus-minus::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000000;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  transition: 0.6s ease;
}

.faqs-item-answer {
  display: none;
}
.faqs-item-answer p:last-of-type {
  margin-bottom: 0;
}

.cars-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.cars-wrapper-left {
  width: 25%;
}
@media (max-width: 991px) {
  .cars-wrapper-left {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 40px;
  }
}

.js-cars-vertical-list {
  height: 424px;
  overflow: hidden;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .js-cars-vertical-list {
    display: none;
  }
}

.cars-vertical-list-item {
  height: 53px;
  background-color: rgba(158, 158, 157, 0.2);
  display: flex;
  align-items: center;
  padding: 0 20px;
  border-bottom: 1px solid #ffffff;
  position: relative;
  transition: 0.6s ease;
  backface-visibility: hidden;
  cursor: pointer;
  font-synthesis: 18px;
}
.cars-vertical-list-item:hover {
  background-color: rgba(158, 158, 157, 0.4);
}
.cars-vertical-list-item.active {
  background-color: #d17a1a;
}
.cars-vertical-list-item.active::after {
  opacity: 1;
}
.cars-vertical-list-item::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 20px;
  height: 20px;
  background-image: linear-gradient(45deg, transparent 50%, #d17a1a 50%);
  opacity: 0;
  transition: 0.6s ease;
}

.cars-reserve-cta {
  max-width: unset;
}

.cars-wrapper-middle {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 991px) {
  .cars-wrapper-middle {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 40px;
    padding: 0;
  }
}

.cars-wrapper-right {
  width: 25%;
}
@media (max-width: 991px) {
  .cars-wrapper-right {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }
}

.cars-item-data-price {
  background-color: #d17a1a;
  min-height: 50px;
  padding: 10px 15px;
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 767px) {
  .cars-item-data-price {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-gap: 15px;
  }
}
.cars-item-data-price .icon {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cars-item-data-price .icon {
    max-width: 100%;
    width: 100%;
  }
}
.cars-item-data-price .icon svg {
  max-width: 20px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .cars-item-data-price .icon {
    margin-bottom: 15px;
  }
}
.cars-item-data-price p {
  margin: 0;
  font-size: 16px;
}
.cars-item-data-price p strong {
  font-size: 14px;
  font-style: italic;
}

.cars-item-data-row {
  display: flex;
  align-items: center;
  height: 49px;
  border-bottom: 1px solid rgba(158, 158, 157, 0.4);
  font-size: 14px;
}
.cars-item-data-row span {
  width: 50%;
}
.cars-item-data-row .icon {
  max-width: 15px;
  margin-right: 15px;
}
.cars-item-data-row .value {
  font-weight: 700;
}

.vertical-list-arrows {
  display: flex;
  width: calc(100% - 15px);
}
@media (max-width: 991px) {
  .vertical-list-arrows {
    display: none;
  }
}

.vertical-list-arrow-top {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.6s ease;
  height: 30px;
  background-color: #9e9e9d;
  border: 1px solid #ffffff;
}
.vertical-list-arrow-top:hover {
  background-color: #d17a1a;
}
.vertical-list-arrow-top span {
  transform: rotate(-90deg);
}

.cars-vertical-list-inner {
  transition: 0.3s ease;
}

.vertical-list-arrow-bottom {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.6s ease;
  height: 30px;
  background-color: #9e9e9d;
  border: 1px solid #ffffff;
}
.vertical-list-arrow-bottom:hover {
  background-color: #d17a1a;
}
.vertical-list-arrow-bottom span {
  transform: rotate(90deg);
}

.cars-select {
  display: none;
}
@media (max-width: 991px) {
  .cars-select {
    display: block;
    width: 100%;
    height: 45px;
    border: 1px solid #9e9e9d;
    border-radius: 0;
    color: #9e9e9d;
  }
}

.cars {
  padding: 110px 0 50px;
}

.cars__grid .cars-item {
  display: flex;
  grid-gap: 25px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 75px;
}
.cars__grid .cars-item .btn-primary {
  background-color: #000000;
  color: #ffffff;
  margin-top: 15px;
  width: 100%;
  padding: 10px 25px;
}
.cars__grid .cars-item .btn-primary:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 1024px) {
  .cars__grid .cars-item {
    margin-bottom: 25px;
    align-items: center;
  }
}
.cars__grid .cars-item__left {
  max-width: 40%;
  width: 100%;
  text-align: center;
}
.cars__grid .cars-item__left h3 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .cars__grid .cars-item__left h3 {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cars__grid .cars-item__left {
    max-width: 100%;
  }
}
.cars__grid .cars-item__middle {
  max-width: 35%;
  width: 100%;
}
@media (max-width: 1024px) {
  .cars__grid .cars-item__middle {
    order: 3;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cars__grid .cars-item__middle {
    max-width: 100%;
  }
}
.cars__grid .cars-item__right {
  max-width: 20%;
  width: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .cars__grid .cars-item__right {
    max-width: 45%;
  }
}
@media (max-width: 767px) {
  .cars__grid .cars-item__right {
    max-width: 100%;
  }
}
.cars__grid .cars-item__right .price-table {
  display: flex;
  grid-gap: 40px;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0;
  border-bottom: 1px solid #000000;
  width: fit-content;
}
@media (max-width: 767px) {
  .cars__grid .cars-item__right .price-table {
    border: 1px solid #000000;
    max-width: 45%;
    width: 100%;
    justify-content: space-between;
  }
}
.cars__grid .cars-item__right .left {
  width: 50px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .cars__grid .cars-item__right .left {
    padding-left: 15px;
  }
}
.cars__grid .cars-item__right .right {
  font-size: 18px;
}
@media (max-width: 767px) {
  .cars__grid .cars-item__right .right {
    padding-right: 15px;
  }
}
.cars__grid .cars-item__right .price-info {
  width: 100%;
  margin-top: 15px;
}

.js-testimonials-list {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  margin-top: 70px;
}
.js-testimonials-list p {
  font-size: clamp(1rem, 0.9712rem + 0.1282vw, 1.125rem);
}
.js-testimonials-list h3 {
  color: #d17a1a;
  font-size: 20px;
}
.js-testimonials-list .slick-dots {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 20px 0 0;
}
.js-testimonials-list .slick-dots li {
  list-style: none;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #9e9e9d;
  border-radius: 50%;
}
.js-testimonials-list .slick-dots li.slick-active {
  background-color: #d17a1a;
}
.js-testimonials-list .slick-dots li button {
  display: none;
}

.testimonials-stars {
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
  align-items: flex-end;
}
.testimonials-stars span {
  margin: 0 3px;
  font-size: 14px;
  display: inline-flex;
  line-height: 1;
}
.testimonials-stars span:nth-child(2) {
  font-size: 18px;
}
.testimonials-stars span:nth-child(3) {
  font-size: 22px;
}
.testimonials-stars span:nth-child(4) {
  font-size: 18px;
}

.map {
  overflow: hidden;
}

.map-link {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.map-link::before {
  content: "";
  display: block;
  padding-top: 26%;
}
@media (max-width: 1199px) {
  .map-link::before {
    padding-top: 40%;
  }
}
@media (max-width: 767px) {
  .map-link::before {
    padding-top: 60%;
  }
}

.image-content-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.image-content-inner.image-content-inner--reverse {
  flex-direction: row-reverse;
}

.image-content-left {
  width: calc(50% - 20px);
}
@media (max-width: 991px) {
  .image-content-left {
    width: 100%;
    order: 2;
  }
}

.image-content-right {
  width: calc(50% - 20px);
}
@media (max-width: 991px) {
  .image-content-right {
    width: 100%;
    order: 1;
    margin-bottom: 30px;
  }
}
.image-content-right h2 {
  color: #d17a1a;
  font-size: clamp(2rem, 1.8846rem + 0.5128vw, 2.5rem);
  margin: 0 0 20px;
}
.image-content-right h3 {
  color: #9e9e9d;
  font-size: clamp(1.5rem, 1.4423rem + 0.2564vw, 1.75rem);
  margin: 0 0 20px;
}

.partners {
  text-align: center;
}

.partners-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 40px;
}

.partners-item {
  width: 20%;
  padding: 15px;
}
@media (max-width: 991px) {
  .partners-item {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .partners-item {
    width: 33.333333%;
  }
}
@media (max-width: 480px) {
  .partners-item {
    width: 50%;
  }
}
@media (max-width: 375px) {
  .partners-item {
    width: 100%;
  }
}

.contact-form-wrapper {
  width: 100%;
  max-width: 700px;
  margin: 70px auto 0;
}
@media (max-width: 991px) {
  .contact-form-wrapper {
    margin-top: 40px;
  }
}
.contact-form-wrapper .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-form-wrapper .wpcf7-textarea {
  width: 100%;
  width: 100%;
  padding: 10px;
  border: 1px solid #9e9e9d;
  border-radius: 0;
  color: #9e9e9d;
}
.contact-form-wrapper .wpcf7-textarea:focus-visible {
  outline: 0;
}
.contact-form-wrapper .wpcf7-textarea::placeholder {
  color: #9e9e9d;
}
.contact-form-wrapper .cf-submit-holder {
  display: flex;
  justify-content: center;
  margin: 0;
  width: 100%;
  margin-top: 15px;
}
.contact-form-wrapper .cf-submit-holder br {
  display: none;
}
.contact-form-wrapper .cf-submit-holder .wpcf7-spinner {
  position: absolute;
}
.contact-form-wrapper .cf-submit-holder .wpcf7-submit {
  cursor: pointer;
  border: unset;
  width: 100%;
  max-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  background-color: #d17a1a;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 2px;
  border: 1px solid #d17a1a;
  transition: 0.6s ease;
}
.contact-form-wrapper .cf-submit-holder .wpcf7-submit:hover {
  color: #d17a1a;
  background-color: transparent;
}

.wpcf7-form-control-wrap {
  display: inline-flex;
}

.wpcf7-not-valid-tip {
  position: absolute;
  font-size: 14px;
  bottom: -17px;
}

.wpcf7-response-output.wpcf7-response-output.wpcf7-response-output {
  width: 100%;
  text-align: center;
  padding: 20px;
  margin: 20px 0 0;
}

body.error404 .site-header,
body.error404 .site-footer {
  display: none;
}

.error-block {
  min-height: 100dvh;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.error-block .btn-primary {
  margin: 0 auto;
}

.error-404 {
  font-size: 120px;
  font-weight: 700;
  margin: 0 0 30px;
  display: block;
  line-height: 1;
}

.error-block-title {
  margin: 0 0 30px;
}

.error-block-text {
  margin: 0 0 40px;
}

.limo-service {
  padding: 50px 0;
}
.limo-service__title {
  text-align: center;
}
.limo-service__title p {
  font-size: 24px;
}
.limo-service__content .top {
  text-align: center;
}
.limo-service__content .bottom {
  display: flex;
  grid-gap: 20px;
}
@media (max-width: 1199px) {
  .limo-service__content .bottom {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.limo-service__content .bottom__box {
  max-width: 25%;
  width: 100%;
  background-color: #d17a1a;
  padding: 25px 15px;
}
.limo-service__content .bottom__box h3 {
  font-size: 20px;
  margin-top: 0;
}
.limo-service__content .bottom__box p {
  font-size: 16px;
}
.limo-service__content .bottom__box span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 50px;
  height: 50px;
  color: #000000;
  font-size: 24px;
}
@media (max-width: 1199px) {
  .limo-service__content .bottom__box {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
    .cars__grid .cars-item__right .price-table {
        flex-direction: row;
        flex-wrap: nowrap;
        max-width: 47%;
		grid-gap: 10px;
    }

    .cars__grid .cars-item__right .left {
        width: 50%;
        display: block;
    }

    .cars__grid .cars-item__right .right {
        width: 50%;
    }
}