/*!********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/normalize.css/normalize.css ***!
  \********************************************************************************************/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

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 and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/*!***********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/slick-carousel/slick/slick.css ***!
  \***********************************************************************************************/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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;
}

/*!****************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/lightbox2/dist/css/lightbox.min.css ***!
  \****************************************************************************************************/
.lb-loader,.lightbox{text-align:center;line-height:0}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;font-weight:400;outline:0}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-loader,.lb-nav{position:absolute;left:0}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../.././css/build/img/loading.gif) no-repeat}.lb-nav{top:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(../.././css/build/img/prev.png) left 48% no-repeat;opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../.././css/build/img/next.png) right 48% no-repeat;opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(../.././css/build/img/close.png) top right no-repeat;text-align:right;outline:0;opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;opacity:1}
/*!************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/src/main.scss ***!
  \************************************************************************************************************/
*,
:before,
:after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-family: "Inter", sans-serif, sans-serif;
  color: #000;
}

body, html {
  width: 100%;
  overflow-x: hidden;
}
body form *, html form * {
  font-family: "Inter", sans-serif, sans-serif;
}

.cta, .wpcf7-form .wpcf7-submit, .classic-page .wp-block-buttons a {
  background: #1C2B13;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
}
@media (max-width: 768px) {
  .cta, .wpcf7-form .wpcf7-submit, .classic-page .wp-block-buttons a {
    font-size: 14px;
    line-height: 17px;
    padding: 5px 10px;
    border-radius: 10px;
  }
}
.cta:hover, .wpcf7-form .wpcf7-submit:hover, .classic-page .wp-block-buttons a:hover {
  background: #15200e;
}
.cta.lined, .wpcf7-form .lined.wpcf7-submit, .classic-page .wp-block-buttons a.lined {
  background: transparent;
  color: #1C2B13;
  border: 1px solid #1C2B13;
}

h2, h1 {
  margin: 0;
  font-family: "Helvetica", "Inter", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 41px;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  h2, h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  h2, h1 {
    font-size: 26px;
    line-height: 30px;
  }
}

h3 {
  font-size: 25px;
  line-height: 33px;
  font-weight: 600;
}
@media (max-width: 768px) {
  h3 {
    font-size: 20px;
    line-height: 24px;
  }
}

.section {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1199px) {
  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

label:not(.checkbox) {
  position: relative;
}
label:not(.checkbox) span:not(.form-error):not(.wpcf7-form-control-wrap) {
  position: absolute;
  top: 11px;
  left: 15px;
  z-index: 1;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #535353;
}
@media (max-width: 768px) {
  label:not(.checkbox) span:not(.form-error):not(.wpcf7-form-control-wrap) {
    font-size: 12px;
    line-height: 14px;
    top: 6px;
  }
}
label:not(.checkbox) .wpcf7-not-valid-tip {
  position: relative !important;
  color: #dc3232 !important;
}
label:not(.checkbox) .wpcf7-response-output {
  border-color: #ffb900;
  border-radius: 20px;
  padding: 12px 20px !important;
  background: rgba(255, 185, 0, 0.13);
}
label:not(.checkbox) input:not([type=submit], [type=checkbox], [type=radio]), label:not(.checkbox) select, label:not(.checkbox) textarea {
  width: 100%;
  height: 63px;
  border-radius: 0;
  border: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  outline-color: #1C2B13;
  padding-left: 15px;
  padding-top: 20px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  label:not(.checkbox) input:not([type=submit], [type=checkbox], [type=radio]), label:not(.checkbox) select, label:not(.checkbox) textarea {
    height: 45px;
    padding-top: 15px;
    font-size: 14px;
    line-height: 17px;
  }
}
label:not(.checkbox) textarea {
  height: 150px;
  padding-top: 30px;
}

.checkbox {
  cursor: pointer;
}
.checkbox input {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.checkbox span {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #535353;
  padding-left: 30px;
}
.checkbox span:before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  top: -3px;
  left: 0;
  border: 1px solid white;
  transition: border-color 0.3s ease-in-out;
}
.checkbox span:after {
  content: "";
  width: 14px;
  height: 14px;
  background: #1C2B13;
  position: absolute;
  top: 1px;
  left: 4px;
  border-radius: 3px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.checkbox span:hover:before {
  border-color: #1C2B13;
}
.checkbox input:checked ~ span:after {
  opacity: 1;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: rgba(28, 43, 19, 0.4);
  border: 1px solid #1C2B13;
  color: #1C2B13;
  padding: 12px 20px;
  border-radius: 20px;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.search-form-wrapper {
  display: flex;
  gap: 6px;
  width: 100%;
}
@media (max-width: 991px) {
  .search-form-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.search-form-wrapper label {
  width: calc(25% - 34px);
}
@media (max-width: 991px) {
  .search-form-wrapper label {
    width: calc(25% - 5px);
  }
}
@media (max-width: 768px) {
  .search-form-wrapper label {
    width: calc(50% - 5px);
  }
}
.search-form-wrapper label input, .search-form-wrapper label select {
  border-radius: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search-form-wrapper label input[type=date]::-webkit-calendar-picker-indicator, .search-form-wrapper label select[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
.search-form-wrapper label input[type=date]::-webkit-inner-spin-button, .search-form-wrapper label input[type=date]::-webkit-outer-spin-button, .search-form-wrapper label select[type=date]::-webkit-inner-spin-button, .search-form-wrapper label select[type=date]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  display: none;
}
.search-form-wrapper label:nth-of-type(4) input, .search-form-wrapper label:nth-of-type(4) select {
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}
@media (max-width: 768px) {
  .search-form-wrapper label:nth-of-type(2) input, .search-form-wrapper label:nth-of-type(2) select {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }
  .search-form-wrapper label:nth-of-type(3) input, .search-form-wrapper label:nth-of-type(3) select {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }
}
.search-form-wrapper label:nth-of-type(1) input {
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}
.search-form-wrapper button {
  width: 113px;
  height: 63px;
}
@media (max-width: 991px) {
  .search-form-wrapper button {
    width: calc(25% - 5px);
  }
}
@media (max-width: 768px) {
  .search-form-wrapper button {
    width: calc(50% - 5px);
    height: 45px;
  }
}

.bottom-content {
  margin-top: 60px;
  margin-bottom: 60px;
  max-width: 800px;
}
@media (max-width: 991px) {
  .bottom-content {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.bottom-content p {
  font-size: 14px;
  line-height: 19px;
  color: #000;
}

.ui-datepicker {
  background: #fff;
  border: none;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 15px;
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
}
.ui-datepicker .ui-datepicker-header {
  background: none;
  border: none;
  padding: 5px 0;
}
.ui-datepicker .ui-datepicker-title {
  color: #333;
  font-weight: 600;
}
.ui-datepicker th {
  color: #666;
  font-weight: 500;
  padding: 8px;
}
.ui-datepicker td {
  padding: 5px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  border: none;
  background: none;
  text-align: center;
  padding: 5px;
  border-radius: 4px;
  transition: all 0.2s;
}
.ui-datepicker td:hover {
  background: #1C2B13;
  color: #fff;
}
.ui-datepicker td:hover a {
  color: #fff;
}
.ui-datepicker td.ui-state-disabled {
  opacity: 0.3;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background: #f5f5f5;
  border-radius: 50%;
  cursor: pointer;
  top: 15px;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background: #e0e0e0;
  border: none;
  top: 15px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none;
}
.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-left: 2px solid #666;
  border-bottom: 2px solid #666;
  transform: translate(-30%, -50%) rotate(45deg);
}
.ui-datepicker .ui-datepicker-prev {
  right: 60px;
}
.ui-datepicker .ui-datepicker-next:before {
  transform: translate(-70%, -50%) rotate(225deg);
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  margin: 0 3px;
}
.ui-datepicker .date-range-selected {
  background-color: #ECECEC !important;
}
.ui-datepicker .date-range-start,
.ui-datepicker .date-range-end,
.ui-datepicker .ui-datepicker-current-day,
.ui-datepicker .ui-datepicker-days-cell-over {
  background-color: #1C2B13 !important;
  color: white !important;
}
.ui-datepicker .date-range-start a,
.ui-datepicker .date-range-end a,
.ui-datepicker .ui-datepicker-current-day a,
.ui-datepicker .ui-datepicker-days-cell-over a {
  color: white !important;
}

#ui-datepicker-div {
  z-index: 9999 !important;
  left: -99999999px;
}

.time-input-wrapper {
  width: 100%;
  height: 63px;
  border-radius: 0;
  border: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  outline-color: #1C2B13;
  padding-left: 15px;
  padding-top: 20px;
  border-radius: 20px;
  position: relative;
  background: #fff;
}
@media (max-width: 768px) {
  .time-input-wrapper {
    height: 45px;
    padding-top: 15px;
    font-size: 14px;
    line-height: 17px;
  }
}
.time-input-wrapper span:not(.form-error) {
  position: relative !important;
  left: 0 !important;
  top: 11px !important;
  font-size: 16px !important;
  line-height: 19px !important;
  color: #000 !important;
}
@media (max-width: 768px) {
  .time-input-wrapper span:not(.form-error) {
    font-size: 14px !important;
    line-height: 17px !important;
    top: 6px !important;
  }
}
.time-input-wrapper .time-toggle {
  display: none !important;
}
.time-input-wrapper .time-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 200px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  border-radius: 20px;
}
.time-input-wrapper .time-dropdown.show {
  display: block;
}
.time-input-wrapper .time-dropdown::-webkit-scrollbar {
  width: 8px;
}
.time-input-wrapper .time-dropdown::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.time-input-wrapper .time-dropdown::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.time-input-wrapper .time-dropdown::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.time-input-wrapper .time-option {
  padding: 8px 12px;
  cursor: pointer;
}
.time-input-wrapper .time-option:hover {
  background: #f5f5f5;
}
.time-input-wrapper .timepicker {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* In your theme's CSS/SCSS file */
.ui-datepicker td.date-disabled.reserved span,
.ui-datepicker td.date-disabled.reserved a {
  background: #e0e0e0 !important;
  /* Grey background */
  color: #a0a0a0 !important;
  /* Lighter text */
  cursor: not-allowed;
  text-decoration: line-through;
  /* Optional strikethrough */
}

.container {
  max-width: 1110px;
  margin: 0 auto;
  padding-left: 38px;
  padding-right: 38px;
  width: 100%;
}
@media (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container.smaller {
  max-width: 1000px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .container.smaller {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container.smaller {
  max-width: 720px;
}

.section {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
}
@media (max-width: 768px) {
  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.page-wrap {
  display: flex;
  flex-wrap: wrap;
}

.site-main {
  display: flex;
  flex-wrap: wrap;
}

.floating-contact {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #1C2B13;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 10px 15px;
  border-radius: 15px;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  z-index: 1000;
  gap: 6px;
}
.floating-contact img {
  width: 15px;
  filter: brightness(0) invert(1);
}
.floating-contact span {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.header {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  z-index: 100;
}
@media (max-width: 1199px) {
  .header {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.header:before {
  content: "";
  background: #1C2B13;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  z-index: -1;
  opacity: 0.96;
}
.header.active:before {
  opacity: 1;
}
.header .mobile-menu-btn {
  display: none;
}
.header .logo-img {
  display: block;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .header .logo-img img {
    width: 150px;
  }
}
.header--content {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .header--content__nav {
    position: absolute;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    background: #1C2B13;
    z-index: 100;
    padding: 20px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  .header--content__nav.active {
    opacity: 1;
    visibility: visible;
  }
}
.header--content__nav .nav {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 991px) {
  .header--content__nav .nav {
    flex-direction: column;
  }
}
.header--content__nav .nav li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
@media (max-width: 1199px) {
  .header--content__nav .nav li a {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .header--content__nav .nav li a {
    font-size: 18px;
  }
}
.header--content__widgets {
  display: flex;
  align-items: center;
  gap: 36px;
  padding-left: 20px;
}
@media (max-width: 1199px) {
  .header--content__widgets {
    gap: 20px;
  }
}
.header--content__widgets .menu-toggler {
  display: none;
  width: 20px;
  height: 16px;
  position: relative;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .header--content__widgets .menu-toggler {
    display: flex;
  }
}
.header--content__widgets .menu-toggler span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: all 0.3s ease;
}
.header--content__widgets .menu-toggler span:first-child {
  top: 0;
  transform: translate(-50%);
}
.header--content__widgets .menu-toggler span:last-child {
  top: calc(100% - 2px);
  transform: translate(-50%);
}
.header--content__widgets .menu-toggler.active span:nth-child(2) {
  opacity: 0;
  left: 100%;
}
.header--content__widgets .menu-toggler.active span:first-child {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header--content__widgets .menu-toggler.active span:last-child {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header--content__widgets .lang-toggler {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
.header--content__widgets form {
  position: relative;
}
@media (max-width: 991px) {
  .header--content__widgets form {
    max-width: 140px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .header--content__widgets form {
    display: none;
  }
}
.header--content__widgets form input {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 10px 20px;
  color: #fff;
  font-size: 12px;
  width: 100%;
}
.header--content__widgets form input::placeholder {
  color: #fff;
}
.header--content__widgets form button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  width: 0;
  height: 0;
  z-index: -1;
}

.footer {
  background: #1C2B13;
  border-top-left-radius: 76px;
  border-top-right-radius: 76px;
  padding-top: 100px;
  padding-bottom: 66px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .footer {
    border-top-left-radius: 38px;
    border-top-right-radius: 38px;
    padding-top: 50px;
    padding-bottom: 33px;
  }
}
.footer--content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.footer--content h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
.footer--content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer--content ul li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.footer--content ul li a:hover {
  text-decoration: underline;
}
.footer--content .footer--content__widgets__nav {
  width: 130px;
}
@media (max-width: 1199px) {
  .footer--content .footer--content__widgets__nav {
    width: calc(33.3333333333% - 30px);
  }
}
@media (max-width: 576px) {
  .footer--content .footer--content__widgets__nav {
    width: calc(50% - 20px);
  }
}
.footer--content .footer--content__widgets__nav * {
  text-transform: uppercase;
}
.footer--content .footer--content__widgets__nav.larger {
  width: 230px;
}
@media (max-width: 576px) {
  .footer--content .footer--content__widgets__nav.larger {
    width: calc(50% - 20px);
  }
}
.footer--content .footer--content__widgets__nav.larger a {
  text-transform: none;
}
.footer--content .footer--content__widgets__info {
  width: 250px;
  margin-left: auto;
  text-align: right;
}
@media (max-width: 576px) {
  .footer--content .footer--content__widgets__info {
    width: 100%;
    text-align: left;
  }
}
.footer--content .footer--content__widgets__info p {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  margin-bottom: 40px;
  color: #fff;
}
.footer--content .footer--content__widgets__info p * {
  color: inherit;
}
.footer--content .footer--content__widgets__info ul {
  gap: 10px;
}
.footer--content .footer--content__widgets__info ul a {
  font-size: 16px;
}
.footer--bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 50px;
}
@media (max-width: 576px) {
  .footer--bottom {
    flex-direction: column;
  }
}
.footer--bottom__info {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  font-size: 14px;
  color: #fff;
}
@media (max-width: 576px) {
  .footer--bottom__info {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
@media (max-width: 576px) {
  .footer--bottom__info .logo {
    margin-top: 15px;
  }
}
@media (max-width: 1199px) {
  .footer--bottom__info .logo img {
    width: 150px;
  }
}
.footer--bottom__info p {
  margin: 0;
}
.footer--bottom__info * {
  color: inherit;
}

.classic-page {
  padding-top: 80px;
  padding-bottom: 60px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.classic-page h3 {
  font-size: 25px;
  line-height: 33px;
  font-weight: 600;
}
.classic-page .wp-block-buttons {
  display: flex;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.classic-page .wp-block-buttons a {
  min-height: 63px;
}

.custom-services {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 0;
  margin: 0;
  margin-top: 50px;
}
.custom-services li {
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 35px;
}
@media (max-width: 475px) {
  .custom-services li {
    width: 100%;
  }
}
.custom-services li br {
  display: none;
}
.custom-services li img {
  width: 100%;
  max-width: 90px;
}
@media (max-width: 768px) {
  .custom-services li img {
    max-width: 60px;
  }
}
.custom-services li strong {
  font-size: 20px;
  font-weight: 600;
}

.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  background-color: #f5f5f5;
  border-radius: 32px;
  padding: 32px;
}
.wpcf7-form label {
  width: 100%;
  margin-bottom: 10px;
}
.wpcf7-form input, .wpcf7-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
}
.wpcf7-form .wpcf7-spinner {
  display: none;
}

.page-wrap.single-car {
  position: relative;
  z-index: 1;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .page-wrap.single-car {
    padding-top: 40px;
  }
}
.page-wrap.single-car:before, .page-wrap.single-car:after {
  content: "";
  width: 100vw;
  height: 50%;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  background: #1C2B13;
  position: absolute;
  z-index: -12;
}
.page-wrap.single-car:after {
  top: 0;
  height: 100%;
  border-radius: 76px;
  background: #fff;
  z-index: -1;
}
@media (max-width: 991px) {
  .page-wrap.single-car:after {
    border-radius: 36px;
  }
}
.page-wrap.single-car .single-car--intro {
  position: relative;
  padding-bottom: 35px;
}
.page-wrap.single-car .single-car--intro h1 {
  font-size: 36px;
  margin: 0;
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 420px;
}
@media (max-width: 991px) {
  .page-wrap.single-car .single-car--intro h1 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 575px) {
  .page-wrap.single-car .single-car--intro h1 {
    font-size: 24px;
    line-height: 29px;
  }
}
.page-wrap.single-car .single-car--intro > p {
  max-width: 420px;
  margin: 0;
  font-size: 14px;
}
@media (max-width: 991px) {
  .page-wrap.single-car .single-car--intro > p {
    width: 100%;
    max-width: 100%;
  }
}
.page-wrap.single-car .single-car--intro__img {
  width: 70%;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .page-wrap.single-car .single-car--intro__img {
    margin: 0 auto;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .page-wrap.single-car .single-car--intro__img {
    width: 100%;
    max-width: 350px;
  }
}
.page-wrap.single-car .single-car--intro__img img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.page-wrap.single-car .single-car--intro__reservation {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: absolute;
  right: 0;
  top: 0;
  background: #ECECEC;
  padding: 38px 42px;
  border-radius: 55px;
  width: 400px;
  z-index: 10;
}
@media (max-width: 991px) {
  .page-wrap.single-car .single-car--intro__reservation {
    position: relative;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
  }
}
.page-wrap.single-car .single-car--intro__reservation label {
  width: 100%;
}
.page-wrap.single-car .single-car--intro__reservation label.date {
  width: calc(66.666666% - 5px);
}
.page-wrap.single-car .single-car--intro__reservation label.time-to {
  width: calc(33.333333% - 5px);
}
.page-wrap.single-car .single-car--intro__reservation .length {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  color: #535353;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.page-wrap.single-car .single-car--intro__reservation .length .length-days {
  font-size: 16px;
  color: #000;
}
.page-wrap.single-car .single-car--intro__reservation .checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.page-wrap.single-car .single-car--intro__reservation .prices-info {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 991px) {
  .page-wrap.single-car .single-car--intro__reservation .prices-info {
    gap: 5px;
  }
}
.page-wrap.single-car .single-car--intro__reservation .prices-info--item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .page-wrap.single-car .single-car--intro__reservation .prices-info--item {
    font-size: 14px;
    line-height: 17px;
  }
}
.page-wrap.single-car .single-car--intro__reservation .prices-info--item span {
  width: calc(100% - 120px);
}
.page-wrap.single-car .single-car--intro__reservation .prices-info--item span:last-child {
  width: 120px;
  text-align: right;
}
.page-wrap.single-car .single-car--intro__reservation .insurance-info {
  font-size: 16px;
  color: #535353;
  margin-bottom: 23px;
}
.page-wrap.single-car .single-car--intro__reservation .cta, .page-wrap.single-car .single-car--intro__reservation .classic-page .wp-block-buttons a, .classic-page .wp-block-buttons .page-wrap.single-car .single-car--intro__reservation a, .page-wrap.single-car .single-car--intro__reservation .wpcf7-form .wpcf7-submit, .wpcf7-form .page-wrap.single-car .single-car--intro__reservation .wpcf7-submit {
  width: 100%;
  height: 63px;
}
@media (max-width: 767px) {
  .page-wrap.single-car .single-car--intro__reservation .cta, .page-wrap.single-car .single-car--intro__reservation .classic-page .wp-block-buttons a, .classic-page .wp-block-buttons .page-wrap.single-car .single-car--intro__reservation a, .page-wrap.single-car .single-car--intro__reservation .wpcf7-form .wpcf7-submit, .wpcf7-form .page-wrap.single-car .single-car--intro__reservation .wpcf7-submit {
    height: 45px;
  }
}
.page-wrap.single-car .single-car--content {
  position: relative;
  z-index: 3;
  padding-top: 130px;
  padding-bottom: 70px;
  width: 100%;
}
@media (max-width: 991px) {
  .page-wrap.single-car .single-car--content {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.page-wrap.single-car .single-car--content:after {
  z-index: 1;
  content: "";
  width: 100vw;
  height: 100px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-left-radius: 76px;
  border-bottom-right-radius: 76px;
}
@media (max-width: 991px) {
  .page-wrap.single-car .single-car--content:after {
    border-bottom-left-radius: 36px;
    border-bottom-right-radius: 36px;
    height: 40px;
  }
}
.page-wrap.single-car .single-car--content:before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #ECECEC;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  border-bottom-left-radius: 76px;
  border-bottom-right-radius: 76px;
}
@media (max-width: 991px) {
  .page-wrap.single-car .single-car--content:before {
    border-bottom-left-radius: 36px;
    border-bottom-right-radius: 36px;
  }
}
.page-wrap.single-car .single-car--content h4 {
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #1C2B13;
}
@media (max-width: 991px) {
  .page-wrap.single-car .single-car--content h4 {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.page-wrap.single-car .single-car--content .price-table {
  background: #fff;
  border-radius: 20px;
  padding: 28px 30px;
  margin-bottom: 32px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
@media (max-width: 768px) {
  .page-wrap.single-car .single-car--content .price-table {
    padding: 20px 16px;
    border-radius: 14px;
  }
}
.page-wrap.single-car .single-car--content .price-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
}
.page-wrap.single-car .single-car--content .price-table thead th {
  background: #1C2B13;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 14px 20px;
  text-align: left;
}
.page-wrap.single-car .single-car--content .price-table thead th:last-child {
  text-align: right;
}
@media (max-width: 768px) {
  .page-wrap.single-car .single-car--content .price-table thead th {
    padding: 10px 14px;
    font-size: 11px;
  }
}
.page-wrap.single-car .single-car--content .price-table tbody tr {
  transition: background 0.15s ease;
}
.page-wrap.single-car .single-car--content .price-table tbody tr:hover {
  background: rgba(28, 43, 19, 0.04);
}
.page-wrap.single-car .single-car--content .price-table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #ECECEC;
}
.page-wrap.single-car .single-car--content .price-table tbody td {
  padding: 14px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
.page-wrap.single-car .single-car--content .price-table tbody td:first-child {
  font-weight: 600;
  color: #535353;
  white-space: nowrap;
}
.page-wrap.single-car .single-car--content .price-table tbody td:nth-child(2) {
  font-variant-numeric: tabular-nums;
}
.page-wrap.single-car .single-car--content .price-table tbody td:last-child {
  text-align: right;
  color: #535353;
  font-variant-numeric: tabular-nums;
}
@media (max-width: 768px) {
  .page-wrap.single-car .single-car--content .price-table tbody td {
    padding: 10px 14px;
    font-size: 14px;
    line-height: 17px;
  }
}
.page-wrap.single-car .single-car--content .price-table__highlights {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 16px;
}
@media (max-width: 576px) {
  .page-wrap.single-car .single-car--content .price-table__highlights {
    grid-template-columns: 1fr;
  }
}
.page-wrap.single-car .single-car--content .price-table__highlight {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: rgba(28, 43, 19, 0.04);
  border-left: 3px solid #1C2B13;
  border-radius: 0 10px 10px 0;
  padding: 14px 18px;
}
@media (max-width: 768px) {
  .page-wrap.single-car .single-car--content .price-table__highlight {
    padding: 12px 14px;
  }
}
.page-wrap.single-car .single-car--content .price-table__highlight small {
  font-size: 12px;
  color: #535353;
  font-weight: 500;
  line-height: 1.3;
}
.page-wrap.single-car .single-car--content .price-table__highlight strong {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  font-variant-numeric: tabular-nums;
}
@media (max-width: 768px) {
  .page-wrap.single-car .single-car--content .price-table__highlight strong {
    font-size: 18px;
  }
}
.page-wrap.single-car .single-car--content .price-table__highlight--accent {
  border-left-color: #E8A723;
  background: rgba(232, 167, 35, 0.05);
}
.page-wrap.single-car .single-car--content__equipment {
  margin-bottom: 32px;
}
.page-wrap.single-car .single-car--content__equipment ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .page-wrap.single-car .single-car--content__equipment ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.page-wrap.single-car .single-car--content__equipment ul li {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #535353;
  padding: 12px 14px 12px 52px;
  min-height: 48px;
  position: relative;
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: border-color 0.2s ease, background 0.2s ease;
}
@media (max-width: 991px) {
  .page-wrap.single-car .single-car--content__equipment ul li {
    font-size: 13px;
    line-height: 16px;
    padding: 10px 12px 10px 46px;
    min-height: 42px;
  }
}
@media (max-width: 768px) {
  .page-wrap.single-car .single-car--content__equipment ul li {
    padding: 10px 10px 10px 42px;
    border-radius: 10px;
    min-height: 40px;
  }
}
.page-wrap.single-car .single-car--content__equipment ul li:hover {
  border-color: rgba(28, 43, 19, 0.25);
  background: rgba(28, 43, 19, 0.02);
}
.page-wrap.single-car .single-car--content__equipment ul li.icon:before {
  content: none !important;
}
.page-wrap.single-car .single-car--content__equipment ul li:before {
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(28, 43, 19, 0.08);
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .page-wrap.single-car .single-car--content__equipment ul li:before {
    width: 26px;
    height: 26px;
    left: 8px;
  }
}
.page-wrap.single-car .single-car--content__equipment ul li .equipment-item__icon {
  border-radius: 50%;
  height: 32px;
  left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  border: none;
  background: rgba(28, 43, 19, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .page-wrap.single-car .single-car--content__equipment ul li .equipment-item__icon {
    width: 26px;
    height: 26px;
    left: 8px;
  }
}
.page-wrap.single-car .single-car--content__equipment ul li .equipment-item__icon img {
  height: 18px;
  object-fit: contain;
  width: 18px;
  opacity: 0.7;
}
@media (max-width: 768px) {
  .page-wrap.single-car .single-car--content__equipment ul li .equipment-item__icon img {
    height: 14px;
    width: 14px;
  }
}
.page-wrap.single-car .single-car--content__description {
  background: #fff;
  border-radius: 20px;
  padding: 28px 30px;
  margin-bottom: 32px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
@media (max-width: 768px) {
  .page-wrap.single-car .single-car--content__description {
    padding: 20px 16px;
    border-radius: 14px;
  }
}
.page-wrap.single-car .single-car--content__description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #535353;
  margin-top: 0;
}
.page-wrap.single-car .single-car--content__description p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .page-wrap.single-car .single-car--content__description p {
    font-size: 15px;
    line-height: 23px;
  }
}
@media (max-width: 768px) {
  .page-wrap.single-car .single-car--content__description p {
    font-size: 14px;
    line-height: 21px;
  }
}
.page-wrap.single-car .single-car--content__gallery ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.page-wrap.single-car .single-car--content__gallery ul li {
  padding-left: 5px;
  padding-right: 5px;
}
.page-wrap.single-car .single-car--content__gallery ul li a {
  display: block;
  width: 100%;
  height: 235px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .page-wrap.single-car .single-car--content__gallery ul li a {
    height: 180px;
  }
}
.page-wrap.single-car .single-car--content__gallery ul li a img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  max-width: none;
}
.page-wrap.single-car .single-car--content__gallery .slick-slide {
  position: relative;
}
.page-wrap.single-car .single-car--content__gallery .slick-slide img {
  width: 100%;
  height: auto;
}
.page-wrap.single-car .single-car--content__gallery .slick-dots {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}
.page-wrap.single-car .single-car--content__gallery .slick-dots li {
  padding: 0;
  margin: 0;
}
.page-wrap.single-car .single-car--content__gallery .slick-dots li button {
  background: #1C2B13;
  border: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding: 0;
  font-size: 0;
}
@media (max-width: 991px) {
  .page-wrap.single-car .single-car--content__gallery .slick-dots li button {
    width: 12px;
    height: 12px;
    opacity: 0.5;
  }
}
.page-wrap.single-car .single-car--content__gallery .slick-dots li.slick-active button {
  background: #1C2B13;
  opacity: 1;
}
.page-wrap.single-car .single-car--content__gallery .slick-arrow {
  height: 38px;
  width: 22px;
  background: url(../.././css/build/img/arrow.svg) no-repeat center center;
  background-size: contain;
  font-size: 0;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
@media (max-width: 991px) {
  .page-wrap.single-car .single-car--content__gallery .slick-arrow {
    height: 20px;
    width: 12px;
  }
}
.page-wrap.single-car .single-car--content__gallery .slick-arrow.slick-disabled {
  opacity: 0;
}
.page-wrap.single-car .single-car--content__gallery .slick-arrow.slick-next {
  right: -36px;
}
@media (max-width: 991px) {
  .page-wrap.single-car .single-car--content__gallery .slick-arrow.slick-next {
    right: -20px;
  }
}
.page-wrap.single-car .single-car--content__gallery .slick-arrow.slick-prev {
  left: -36px;
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 991px) {
  .page-wrap.single-car .single-car--content__gallery .slick-arrow.slick-prev {
    left: -20px;
  }
}

.additional-cars {
  margin-top: 50px;
}
.additional-cars .section {
  padding: 0 !important;
}

.single-car--intro__reservation .form-error {
  display: block;
  color: #e74c3c;
  font-size: 12px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.single-car--intro__reservation .form-error#start_time-error, .single-car--intro__reservation .form-error#end_time-error {
  margin-top: 25px;
}
.single-car--intro__reservation .error-field {
  border-color: #e74c3c !important;
}
.single-car--intro__reservation .time-input-wrapper.error-field {
  background-color: rgba(231, 76, 60, 0.05);
}
.single-car--intro__reservation .checkbox.error-field span {
  color: #e74c3c;
}
.single-car--intro__reservation input:invalid {
  box-shadow: none;
}

.inpage-search {
  background: #1C2B13;
  position: relative;
  z-index: 1;
  padding: 50px 0;
}
@media (max-width: 991px) {
  .inpage-search {
    margin-bottom: 40px;
  }
}
.inpage-search:before {
  content: "";
  width: 100vw;
  height: 400%;
  background: #1C2B13;
  position: absolute;
  bottom: -70px;
  left: 0;
  z-index: -1;
}
.inpage-search:after {
  content: "";
  width: 100vw;
  height: 100px;
  background: #fff;
  position: absolute;
  border-radius: 72px 72px 0 0;
  bottom: -100px;
  left: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .inpage-search:after {
    border-radius: 36px 36px 0 0;
  }
}
.inpage-search label, .inpage-search button {
  width: calc(20% - 5px);
}
@media (max-width: 991px) {
  .inpage-search label, .inpage-search button {
    width: calc(25% - 5px);
  }
}
@media (max-width: 768px) {
  .inpage-search label, .inpage-search button {
    width: calc(50% - 5px);
  }
}
.inpage-search button {
  border: 1px solid #fff;
}

.cars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 768px) {
  .cars-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .cars-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 13px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .pagination {
    margin-top: 20px;
  }
}
.pagination .page-numbers {
  display: flex;
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: #ECECEC;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  text-decoration: none;
}
@media (max-width: 991px) {
  .pagination .page-numbers {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  display: none;
}
.pagination .page-numbers.current {
  background: #1C2B13;
  color: #fff;
}
.pagination .page-numbers:hover {
  background: #1C2B13;
  color: #fff;
}

.archive .page-content {
  position: relative;
  z-index: 11;
}
.archive .filter {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .archive .filter {
    margin-bottom: 30px;
  }
}
.archive .filter-values {
  display: flex;
}
.archive .filter-values--inner {
  width: calc(100% - 98px);
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 20px;
}
.archive .filter-values--inner__item {
  display: flex;
  width: calc(33.3333333333% - 5px);
  background: #ECECEC;
  border-radius: 20px;
  position: relative;
  flex-direction: column;
  padding: 11px 25px;
  gap: 5px;
}
.archive .filter-values--inner__item span:nth-of-type(1) {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #535353;
}
.archive .filter-values--inner__item span:nth-of-type(2) {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
.archive .filter-values--inner__item .remove {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 9px;
  height: 9px;
  font-size: 0;
  display: flex;
}
.archive .filter-values--inner__item .remove:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #535353;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}
.archive .filter-values--inner__item .remove:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #535353;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
}
.archive .filter-values .remove-all {
  width: 98px;
  height: 63px;
}
.archive .filter--inner {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 475px) {
  .archive .filter--inner {
    gap: 30px;
  }
}
.archive .filter--inner__item {
  width: calc(25% - 5px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.archive .filter--inner__item:nth-of-type(2) {
  width: calc(37.5% - 10px);
}
.archive .filter--inner__item:nth-of-type(3) {
  width: calc(37.5% - 10px);
}
.archive .filter--inner__item:nth-of-type(4) {
  margin-left: auto;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .archive .filter--inner__item {
    width: calc(50% - 5px);
  }
}
@media (max-width: 475px) {
  .archive .filter--inner__item {
    width: 100%;
  }
}
.archive .filter--inner__item .filter-category {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000;
}
.archive .filter--inner__item select {
  height: 63px;
  border-radius: 20px;
  border: 1px solid #535353;
  padding: 0 20px;
  font-size: 16px;
  line-height: 19px;
  color: #535353;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width=%2714%27 height=%278%27 viewBox=%270 0 14 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1 1L7 7L13 1%27 stroke=%27%23535353%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
}
@media (max-width: 991px) {
  .archive .filter--inner__item select {
    height: 45px;
  }
}
.archive .filter--inner__item__checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 10px;
}
.archive .filter--inner__item__checkboxes label {
  padding-right: 10px;
}
.archive .filter--inner__item__checkboxes label span:before {
  border: 1px solid #535353;
  border-radius: 50%;
}
.archive .filter--inner__item__checkboxes label span:after {
  border-radius: 50%;
  background: #535353;
}
.archive .filter .price-range-slider {
  position: relative;
  width: 100%;
  height: 4px;
  margin: 15px 0;
  max-width: 220px;
}
.archive .filter .price-range-slider input[type=range] {
  position: absolute;
  width: 100%;
  height: 2px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
}
.archive .filter .price-range-slider input[type=range]#price-range-max {
  background: #ECECEC;
}
.archive .filter .price-range-slider input[type=range]::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #535353;
  cursor: pointer;
  pointer-events: auto;
  -webkit-appearance: none;
  z-index: 55;
}
.archive .filter .price-range-slider input[type=range]::-moz-range-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #535353;
  cursor: pointer;
  pointer-events: auto;
  z-index: 55;
}
.archive .filter .price-range-values {
  display: flex;
  margin-bottom: 10px;
}
.archive .filter .price-range-values #price-max-value {
  margin-left: 5px;
}
.archive .filter .filter--inner__item__range__min, .archive .filter .filter--inner__item__range__max {
  display: none;
}

.checkout {
  position: relative;
  z-index: 1;
  padding-top: 60px;
}
.checkout:before, .checkout:after {
  content: "";
  width: 100vw;
  height: 250px;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  background: #1C2B13;
  position: absolute;
  z-index: -12;
}
.checkout:after {
  top: 0;
  height: 100%;
  border-radius: 76px;
  background: #fff;
  z-index: -1;
}

.page-template-checkout-step-2,
.page-template-checkout-step-3,
.page-template-checkout-step-4 {
  background: #ECECEC;
}
.page-template-checkout-step-2 .page-wrap,
.page-template-checkout-step-3 .page-wrap,
.page-template-checkout-step-4 .page-wrap {
  background: #ECECEC;
}
.page-template-checkout-step-2 .page-wrap:after,
.page-template-checkout-step-3 .page-wrap:after,
.page-template-checkout-step-4 .page-wrap:after {
  background: #ECECEC;
}
.page-template-checkout-step-2 h1,
.page-template-checkout-step-2 h2,
.page-template-checkout-step-3 h1,
.page-template-checkout-step-3 h2,
.page-template-checkout-step-4 h1,
.page-template-checkout-step-4 h2 {
  text-align: center;
}

.checkout-car {
  background: #fff;
  border-radius: 55px;
  padding: 60px 80px 50px 80px;
  margin-bottom: 80px;
  display: flex;
}
@media (max-width: 991px) {
  .checkout-car {
    flex-direction: column;
  }
}
.checkout-car--img {
  width: 60%;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .checkout-car--img {
    width: 100%;
    padding-right: 0;
    padding-bottom: 10px;
  }
}
.checkout-car--img img {
  width: 100%;
  height: auto;
}
.checkout-car--info {
  width: 40%;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .checkout-car--info {
    width: 100%;
    padding-left: 0;
  }
}
.checkout-car--info h2 {
  text-align: left;
}
.checkout-car--info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.checkout-car--info ul li {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.checkout-car--info ul li h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #535353;
  margin: 0;
}
.checkout-car--info ul li span {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
}

.additional-services {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-bottom: 80px;
  padding-top: 50px;
}
@media (max-width: 991px) {
  .additional-services {
    padding-bottom: 40px;
    padding-top: 30px;
    gap: 30px;
  }
}
.additional-services--item {
  display: flex;
}
@media (max-width: 768px) {
  .additional-services--item {
    flex-direction: column;
  }
}
.additional-services--item__img {
  width: 50%;
  overflow: hidden;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .additional-services--item__img {
    width: 100%;
    max-width: 450px;
  }
}
.additional-services--item__img img {
  width: 100%;
}
.additional-services--item__info {
  padding-left: 80px;
  width: 50%;
}
@media (max-width: 991px) {
  .additional-services--item__info {
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  .additional-services--item__info {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }
}
.additional-services--item__info h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 41px;
  margin: 0;
}
@media (max-width: 991px) {
  .additional-services--item__info h3 {
    font-size: 24px;
    line-height: 29px;
  }
}
.additional-services--item__info p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.additional-services--item__price {
  display: flex;
  gap: 20px;
  align-items: stretch;
}
.additional-services--item__price .price-container {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 20px;
  padding: 11px 13px 11px 13px;
  gap: 4px;
}
.additional-services--item__price .price-container small {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #535353;
}
.additional-services--item__price .cta, .additional-services--item__price .classic-page .wp-block-buttons a, .classic-page .wp-block-buttons .additional-services--item__price a, .additional-services--item__price .wpcf7-form .wpcf7-submit, .wpcf7-form .additional-services--item__price .wpcf7-submit {
  min-width: 175px;
}
.additional-services--item__price .cta.disabled, .additional-services--item__price .classic-page .wp-block-buttons a.disabled, .classic-page .wp-block-buttons .additional-services--item__price a.disabled, .additional-services--item__price .wpcf7-form .disabled.wpcf7-submit, .wpcf7-form .additional-services--item__price .disabled.wpcf7-submit {
  opacity: 0.5;
  pointer-events: none;
}

.btns-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .btns-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.btns-wrapper .cta, .btns-wrapper .classic-page .wp-block-buttons a, .classic-page .wp-block-buttons .btns-wrapper a, .btns-wrapper .wpcf7-form .wpcf7-submit, .wpcf7-form .btns-wrapper .wpcf7-submit {
  min-height: 63px;
  min-width: 265px;
}

.personal-data {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 40px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .personal-data {
    padding-bottom: 40px;
    padding-top: 30px;
  }
}
.personal-data--item {
  width: calc(33.33% - 20px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 991px) {
  .personal-data--item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 475px) {
  .personal-data--item {
    width: 100%;
  }
}
.personal-data--item.col-6 {
  width: calc(66.66% - 20px);
}
@media (max-width: 991px) {
  .personal-data--item.col-6 {
    width: calc(50% - 20px);
  }
}
@media (max-width: 475px) {
  .personal-data--item.col-6 {
    width: 100%;
  }
}
.personal-data--item.col-4 {
  width: calc(50% - 20px);
}
@media (max-width: 475px) {
  .personal-data--item.col-4 {
    width: 100%;
  }
}
.personal-data--item label {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  padding-left: 21px;
}
.personal-data--item input {
  width: 100%;
  border: none;
  border-radius: 20px;
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
  height: 60px;
  padding-left: 21px;
  outline-color: #1C2B13;
  height: 50px;
}
.personal-data .form-error {
  display: block;
  color: #e74c3c;
  font-size: 14px;
  margin-top: 5px;
}
.personal-data .error-field {
  border-color: #e74c3c !important;
  background-color: rgba(231, 76, 60, 0.05);
}
.personal-data input:invalid {
  box-shadow: none;
}

.order-summary {
  background: #fff;
  border-radius: 55px;
  padding: 60px 80px 50px 80px;
  margin-bottom: 80px;
  display: flex;
  max-width: 585px;
  flex-direction: column;
  margin: 50px auto;
  gap: 40px;
}
@media (max-width: 991px) {
  .order-summary {
    padding: 40px 20px;
    margin: 30px auto;
    border-radius: 30px;
  }
}
.order-summary--item, .order-summary--summary {
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.order-summary--item h3, .order-summary--summary h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  margin: 0;
}
.order-summary--item ul, .order-summary--summary ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.order-summary--item ul li, .order-summary--summary ul li {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
}
.order-summary--item ul li span, .order-summary--summary ul li span {
  width: 50%;
}
.order-summary--item ul li span.label, .order-summary--summary ul li span.label {
  text-align: left;
}
.order-summary--item ul li span.value, .order-summary--summary ul li span.value {
  text-align: right;
}
.order-summary--item ul li .value, .order-summary--summary ul li .value {
  color: #535353;
}
.order-summary--summary {
  border-top: 1px solid #535353;
  padding-top: 30px;
}
.order-summary--summary li span {
  font-size: 23px;
}
@media (max-width: 991px) {
  .order-summary--summary li span {
    font-size: 18px;
  }
}
.order-summary .cta, .order-summary .classic-page .wp-block-buttons a, .classic-page .wp-block-buttons .order-summary a, .order-summary .wpcf7-form .wpcf7-submit, .wpcf7-form .order-summary .wpcf7-submit {
  height: 63px;
  max-width: 265px;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
}

.checkout-pricing-summary {
  background: #fff;
  border-radius: 55px;
  padding: 60px 80px 50px 80px;
  max-width: 585px;
  margin: 50px auto 40px auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 991px) {
  .checkout-pricing-summary {
    padding: 40px 20px;
    margin: 30px auto;
    border-radius: 30px;
  }
}
.checkout-pricing-summary h2 {
  font-weight: 400;
  font-size: 22px;
  line-height: 29px;
  margin: 0;
  text-align: center;
}
.checkout-pricing-summary--items, .checkout-pricing-summary--totals {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.checkout-pricing-summary--items li, .checkout-pricing-summary--totals li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
}
.checkout-pricing-summary--items li span, .checkout-pricing-summary--totals li span {
  width: 50%;
}
.checkout-pricing-summary--items li span.label, .checkout-pricing-summary--totals li span.label {
  text-align: left;
}
.checkout-pricing-summary--items li span.value, .checkout-pricing-summary--totals li span.value {
  text-align: right;
  color: #535353;
}
.checkout-pricing-summary--totals {
  border-top: 1px solid #535353;
  padding-top: 24px;
}
.checkout-pricing-summary--totals li span {
  font-size: 16px;
}
.checkout-pricing-summary--totals li.total span {
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .checkout-pricing-summary--totals li.total span {
    font-size: 18px;
  }
}

.second-driver {
  margin-top: 40px;
  width: 100%;
}

.payment-section h3 {
  margin-top: 0;
}

.car-availability-calendar {
  margin: 20px 0;
}
.car-availability-calendar .calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.car-availability-calendar .calendar-header h3 {
  margin: 0;
}
.car-availability-calendar .calendar-header a {
  text-decoration: none;
  color: inherit;
}
.car-availability-calendar .calendar-header a:hover {
  text-decoration: underline;
}
.car-availability-calendar .calendar-table {
  width: 100%;
  border-collapse: collapse;
}
.car-availability-calendar .calendar-table th,
.car-availability-calendar .calendar-table td {
  padding: 10px;
  text-align: center;
  border: 1px solid #ddd;
}
.car-availability-calendar .calendar-table th {
  background: #f5f5f5;
}
.car-availability-calendar .calendar-table .calendar-day {
  position: relative;
  height: 80px;
  vertical-align: top;
}
.car-availability-calendar .calendar-table .calendar-day.reserved {
  background: #fff5f5;
}
.car-availability-calendar .calendar-table .calendar-day.today {
  background: #f0f9ff;
}
.car-availability-calendar .calendar-table .calendar-day.other-month {
  color: #999;
}
.car-availability-calendar .calendar-table .calendar-day .date {
  display: block;
  margin-bottom: 5px;
}
.car-availability-calendar .calendar-table .calendar-day .reservation-info {
  font-size: 12px;
}
.car-availability-calendar .calendar-table .calendar-day .reservation-info .status {
  display: block;
  color: #e53e3e;
}
.car-availability-calendar .calendar-table .calendar-day .reservation-info .view-reservation {
  color: #3182ce;
  text-decoration: none;
}
.car-availability-calendar .calendar-table .calendar-day .reservation-info .view-reservation:hover {
  text-decoration: underline;
}

.thank-you {
  padding-top: 80px;
  padding-bottom: 80px;
}
.thank-you--inner {
  max-width: 585px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.thank-you {
  padding: 60px 0;
}
.thank-you-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.thank-you h1 {
  font-size: 36px;
  margin-bottom: 30px;
}
.thank-you-message {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.5;
}
.thank-you-message p {
  margin-bottom: 10px;
}

.reservation-details {
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 40px;
  text-align: left;
}
@media (max-width: 768px) {
  .reservation-details {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.reservation-details h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.reservation-details--item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.reservation-details--item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.reservation-details--item h3 {
  font-size: 16px;
  margin-bottom: 5px;
}
.reservation-details--item p {
  font-size: 18px;
  font-weight: 500;
}

.thank-you-actions .cta, .thank-you-actions .classic-page .wp-block-buttons a, .classic-page .wp-block-buttons .thank-you-actions a, .thank-you-actions .wpcf7-form .wpcf7-submit, .wpcf7-form .thank-you-actions .wpcf7-submit {
  display: inline-block;
  padding: 15px 30px;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 500;
  transition: background 0.3s ease;
}
@media (max-width: 768px) {
  .thank-you {
    padding: 40px 0;
  }
  .thank-you h1 {
    font-size: 28px;
  }
  .thank-you-message {
    font-size: 16px;
  }
  .reservation-details {
    padding: 20px;
  }
  .reservation-details h2 {
    font-size: 20px;
  }
  .reservation-details--item h3 {
    font-size: 14px;
  }
  .reservation-details--item p {
    font-size: 16px;
  }
}
.reservation-details h2 {
  text-align: center;
}
.reservation-details .detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .reservation-details .detail-row {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .reservation-details .detail-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.reservation-details .detail-row .label {
  font-weight: 500;
}

.checkout-steps {
  display: flex;
  margin: 20px auto 77px;
  max-width: 580px;
  width: 100%;
}
@media (max-width: 991px) {
  .checkout-steps {
    margin: 20px auto 30px;
  }
}
.checkout-steps--step {
  position: relative;
  display: flex;
  text-align: center;
  padding-top: 42px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #535353;
  opacity: 0.2;
  width: 25%;
  justify-content: center;
  z-index: 1;
}
@media (max-width: 991px) {
  .checkout-steps--step {
    padding-top: 30px;
  }
}
.checkout-steps--step:before {
  content: "";
  width: 29px;
  height: 29px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  border-radius: 50%;
  z-index: 1;
  border: 3px solid #535353;
}
@media (max-width: 991px) {
  .checkout-steps--step:before {
    width: 20px;
    height: 20px;
  }
}
.checkout-steps--step:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #535353;
  position: absolute;
  left: calc(-50% + 13px);
  top: 13px;
  z-index: -1;
}
@media (max-width: 991px) {
  .checkout-steps--step:after {
    top: 9px;
    left: calc(-50% + 9px);
  }
}
.checkout-steps--step:first-child:after {
  display: none;
}
.checkout-steps--step.done, .checkout-steps--step.active {
  color: #1C2B13;
  font-weight: bold;
  text-decoration: none;
  opacity: 1;
}
.checkout-steps--step.done:before {
  background: #1C2B13;
  border: 3px solid #1C2B13;
}
.checkout-steps--step.done:after {
  background: #1C2B13;
}
.checkout-steps--step.active:before {
  border: 3px solid #1C2B13;
}
.checkout-steps--step.active:after {
  background: #1C2B13;
}

.hero {
  width: 100%;
  margin-top: -100px;
  position: relative;
}
.hero:after {
  content: "";
  width: 100%;
  height: 50px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 40px 40px 0 0;
}
.hero--inner {
  position: relative;
  padding-top: 350px;
  padding-bottom: 200px;
}
@media (max-width: 1199px) {
  .hero--inner {
    padding-top: 200px;
    padding-bottom: 100px;
  }
}
.hero--inner__content {
  position: relative;
  z-index: 2;
  padding: 20px 25px 27px 25px;
}
.hero--inner__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  opacity: 0.45;
  border-radius: 40px;
}
.hero--inner__content h1 {
  color: #000;
  font-family: "Helvetica", "Inter", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 41px;
  margin: 0;
  margin-bottom: 20px;
  padding-left: 15px;
}
@media (max-width: 1199px) {
  .hero--inner__content h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
.hero--inner__content p {
  color: #000;
  padding-left: 15px;
  font-weight: 400;
  font-size: 20px;
  margin: 0;
  margin-bottom: 20px;
  margin-top: -10px;
}
.hero--inner__image {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.hero--inner__image img, .hero--inner__image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.categories--inner {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.categories--inner__category {
  width: calc(25% - 20px);
  display: flex;
  position: relative;
  aspect-ratio: 16/11;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .categories--inner__category {
    border-radius: 30px;
  }
}
@media (max-width: 768px) {
  .categories--inner__category {
    width: calc(50% - 10px);
  }
}
.categories--inner__category:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.categories--inner__category img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  z-index: 1;
  max-width: 80%;
  max-height: 80%;
}
.categories--inner__category span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  z-index: 11;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.categories--inner__category:hover:after {
  opacity: 0.7;
}
.categories--inner__category:hover span {
  opacity: 1;
}
.cars--inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 768px) {
  .cars--inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .cars--inner {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
.cars--inner__car {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  text-decoration: none;
  color: inherit;
}
.cars--inner__car__image {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #ECECEC;
}
.cars--inner__car__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.cars--inner__car__body {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
@media (max-width: 768px) {
  .cars--inner__car__body {
    padding: 12px 12px 14px;
  }
}
.cars--inner__car__title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .cars--inner__car__title {
    font-size: 14px;
  }
}
.cars--inner__car__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: auto;
}
.cars--inner__car__price {
  font-size: 12px;
  color: #535353;
  font-weight: 500;
  display: flex;
  align-items: baseline;
  gap: 3px;
}
.cars--inner__car__price strong {
  font-size: 19px;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}
@media (max-width: 768px) {
  .cars--inner__car__price strong {
    font-size: 17px;
  }
}
.cars--inner__car__price small {
  font-size: 11px;
  color: #535353;
}
.cars--inner__car__cta {
  background: #1C2B13;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 9px 16px;
  border-radius: 10px;
  white-space: nowrap;
  transition: background 0.2s ease;
}
@media (max-width: 768px) {
  .cars--inner__car__cta {
    padding: 7px 12px;
    font-size: 12px;
  }
}
.cars--inner__car:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}
.cars--inner__car:hover .cars--inner__car__image img {
  transform: scale(1.05);
}
.cars--inner__car:hover .cars--inner__car__cta {
  background: #2a401c;
}

.reviews--inner {
  position: relative;
}
@media (max-width: 768px) {
  .reviews--inner .slick-arrow {
    display: none !important;
  }
  .reviews--inner .slick-dots {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
  }
  .reviews--inner .slick-dots li {
    padding: 0;
    margin: 0;
  }
  .reviews--inner .slick-dots li button {
    background: #ECECEC;
    border: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 0;
    font-size: 0;
  }
  .reviews--inner .slick-dots li.slick-active button {
    background: #1C2B13;
  }
}
.reviews--inner__review {
  background: #ECECEC;
  padding: 50px;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .reviews--inner__review {
    padding: 30px;
    border-radius: 30px;
  }
}
.reviews--inner__review h4 {
  margin: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #000;
}
@media (max-width: 768px) {
  .reviews--inner__review h4 {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.reviews--inner__review__content p {
  margin: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
@media (max-width: 768px) {
  .reviews--inner__review__content p {
    margin-bottom: 10px;
  }
}
.reviews--inner__review__author {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: right;
}
.reviews--inner.slick-slider .slick-list .slick-track .slick-slide > div {
  padding-left: 7px;
  padding-right: 7px;
}
.reviews--inner .slick-arrow {
  height: 38px;
  width: 22px;
  background: url(../.././css/build/img/arrow.svg) no-repeat center center;
  background-size: contain;
  font-size: 0;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.reviews--inner .slick-arrow.slick-disabled {
  opacity: 0;
}
.reviews--inner .slick-arrow.slick-next {
  right: -36px;
}
.reviews--inner .slick-arrow.slick-prev {
  left: -36px;
  transform: translateY(-50%) rotate(180deg);
}

.content-text-image {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 30px;
  align-items: center;
}
.content-text-image__content {
  width: 50%;
}
@media (max-width: 768px) {
  .content-text-image__content {
    width: 100%;
  }
}
.content-text-image__image {
  width: 50%;
  padding-left: 60px;
}
@media (max-width: 768px) {
  .content-text-image__image {
    width: 100%;
    padding-left: 0;
  }
}
.content-text-image__image img {
  border-radius: 40px;
  width: 100%;
  height: auto;
}
.content-text-image.image-right {
  flex-direction: row-reverse;
}
.content-text-image.image-right .content-text-image__image {
  padding-left: 0;
  padding-right: 60px;
}
@media (max-width: 768px) {
  .content-text-image.image-right .content-text-image__image {
    padding-right: 0;
  }
}

.car-pricelist {
  padding: 4rem 0;
}
.car-pricelist h2 {
  text-align: center;
}
.car-pricelist--subtitle {
  text-align: center;
  margin-bottom: 2.5rem;
  color: #535353;
  font-size: 1rem;
}
.car-pricelist--table-wrapper {
  margin-bottom: 2rem;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.car-pricelist--table-heading {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
  font-weight: 600;
}
.car-pricelist--table-heading:first-child {
  margin-top: 0;
}
.car-pricelist--table {
  width: 100%;
  min-width: 0;
  border-collapse: collapse;
  table-layout: auto;
}
.car-pricelist--table thead th {
  background: #1C2B13;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 14px 16px;
  text-align: left;
}
.car-pricelist--table thead th.car-pricelist--price {
  text-align: center;
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
}
.car-pricelist--table tbody tr {
  transition: background 0.15s ease;
}
.car-pricelist--table tbody tr:hover {
  background: rgba(28, 43, 19, 0.03);
}
.car-pricelist--table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #ECECEC;
}
.car-pricelist--table td {
  padding: 12px 16px;
  vertical-align: middle;
}
.car-pricelist--table td.car-pricelist--price {
  padding-left: 10px;
  padding-right: 10px;
}
.car-pricelist--image {
  width: 90px;
}
.car-pricelist--image .car-pricelist--car-image {
  width: 72px;
  height: 48px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  transition: transform 0.2s ease;
}
.car-pricelist--image .car-pricelist--car-image:hover {
  transform: scale(1.04);
}
.car-pricelist--image .car-pricelist--no-image {
  color: #535353;
  font-size: 12px;
}
.car-pricelist--name .car-pricelist--car-link {
  color: #000;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.15s ease;
}
.car-pricelist--name .car-pricelist--car-link strong {
  font-weight: 600;
}
.car-pricelist--name .car-pricelist--car-link:hover {
  color: #1C2B13;
}
.car-pricelist--price {
  text-align: center;
  min-width: 0;
}
.car-pricelist--price .car-pricelist--price-inner {
  display: inline-block;
  text-align: center;
  max-width: 100%;
}
.car-pricelist--price .car-pricelist--price-amount {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #000;
  font-variant-numeric: tabular-nums;
}
.car-pricelist--price .car-pricelist--price-note {
  display: block;
  color: #535353;
  font-size: 10px;
  margin-top: 1px;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
}
.car-pricelist--price .car-pricelist--price-note .car-pricelist--price-note-label {
  display: inline;
}
.car-pricelist--price .car-pricelist--price-note .car-pricelist--price-note-value {
  display: inline;
}
.car-pricelist--price .car-pricelist--price-na {
  color: #535353;
  font-size: 12px;
}
.car-pricelist--deposit {
  text-align: center;
}
.car-pricelist--deposit .car-pricelist--deposit-amount {
  font-weight: 600;
  font-size: 15px;
}
.car-pricelist--deposit .car-pricelist--deposit-na {
  color: #535353;
  font-size: 13px;
}
.car-pricelist--footer {
  text-align: center;
  margin-top: 1.5rem;
  padding: 1.25rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.car-pricelist--footer .car-pricelist--vat-note {
  font-weight: 600;
  font-size: 14px;
  color: #1C2B13;
  margin-bottom: 4px;
}
.car-pricelist--footer .car-pricelist--terms {
  color: #535353;
  font-size: 13px;
  margin: 0;
}
.car-pricelist--empty {
  text-align: center;
  padding: 3rem;
  background: #fff;
  border-radius: 12px;
  color: #535353;
}

@media (max-width: 991px) {
  .car-pricelist {
    padding: 2rem 0;
  }
  .car-pricelist--subtitle {
    font-size: 14px;
    margin-bottom: 1.5rem;
    padding: 0 16px;
  }
  .car-pricelist--table-wrapper {
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    overflow: visible;
  }
  .car-pricelist--table {
    display: block;
  }
  .car-pricelist--table thead {
    display: none;
  }
  .car-pricelist--table tbody {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .car-pricelist--table tbody tr {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    padding: 16px;
    border: 1px solid rgba(0, 0, 0, 0.04);
  }
  .car-pricelist--table tbody tr:hover {
    background: #fff;
  }
  .car-pricelist--table tbody tr td {
    border: none !important;
    padding: 0;
  }
  .car-pricelist--image {
    width: 64px;
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .car-pricelist--image .car-pricelist--car-image {
    width: 64px;
    height: 42px;
    border-radius: 8px;
  }
  .car-pricelist--name {
    width: calc(100% - 76px);
    display: flex;
    align-items: center;
    margin-bottom: 12px;
  }
  .car-pricelist--name .car-pricelist--car-link {
    font-size: 14px;
    line-height: 18px;
  }
  .car-pricelist--name .car-pricelist--car-link strong {
    font-weight: 600;
  }
  .car-pricelist--price, .car-pricelist--deposit {
    width: 50%;
    padding-top: 10px !important;
    text-align: left;
  }
  .car-pricelist--price:before, .car-pricelist--deposit:before {
    content: attr(data-label);
    display: block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #535353;
    margin-bottom: 2px;
  }
  .car-pricelist--price .car-pricelist--price-amount, .car-pricelist--deposit .car-pricelist--price-amount {
    font-size: 14px;
    text-align: left;
  }
  .car-pricelist--price .car-pricelist--price-note, .car-pricelist--deposit .car-pricelist--price-note {
    font-size: 11px;
    text-align: left;
  }
  .car-pricelist--price .car-pricelist--deposit-amount, .car-pricelist--deposit .car-pricelist--deposit-amount {
    font-size: 14px;
  }
  .car-pricelist--desc-col {
    display: none;
  }
  .car-pricelist--footer {
    margin: 1rem 0 0;
    padding: 1rem;
    border-radius: 14px;
  }
  .car-pricelist--footer .car-pricelist--vat-note {
    font-size: 13px;
  }
  .car-pricelist--footer .car-pricelist--terms {
    font-size: 12px;
  }
}
@media print {
  .car-pricelist {
    padding: 1rem 0;
  }
  .car-pricelist--table-wrapper {
    box-shadow: none;
    border: 1px solid #000;
    overflow: visible;
  }
  .car-pricelist--table {
    width: 100%;
    font-size: 12px;
  }
  .car-pricelist--table th, .car-pricelist--table td {
    border: 1px solid #000;
    padding: 6px;
  }
  .car-pricelist--footer {
    margin-top: 1rem;
    padding: 1rem;
    border: 1px solid #000;
  }
}
