@charset "UTF-8";
@import "./fonts/stylesheet.css";
.daterangepicker {
  font-family: "Manrope", sans-serif !important;
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 14px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  line-height: 1em;
  padding: 16px;
  background: #fff;
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
}

.daterangepicker:before,
.daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
  display: none;
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 0;
}

.daterangepicker .drp-calendar.right {
  padding: 0 0 0 16px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th {
  color: #9f9f9f;
  font-weight: 400;
}

.daterangepicker .calendar-table thead tr:last-child th {
  color: #9f9f9f;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #565656;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #143635;
  border-color: transparent;
  color: #81FBBF !important;
}
.daterangepicker td.available:hover span,
.daterangepicker th.available:hover span {
  border-color: #fff;
}

.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #81FBBF10;
  border-color: transparent;
  color: #81FBBF;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 15px 0 0 15px;
}

.daterangepicker td.end-date {
  border-radius: 0 15px 15px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 20px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #81FBBF10;
  border-color: transparent;
  color: #81FBBF;
}

.daterangepicker th.month {
  width: auto;
  color: #565656;
  font-size: 20px;
  line-height: 145%;
  font-weight: 700;
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: transparent;
  padding: 0;
  outline: 0;
  font-family: "Manrope";
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #565656;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 15px 8px 0 0;
  line-height: 30px;
  position: relative;
  padding: 6px 12px;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.daterangepicker .calendar-time select {
  -webkit-appearance: none;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 20px 0 0 0;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: none;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  font-weight: bold;
  padding: 12px 24px;
  font-family: "Manrope";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
  background-color: #143635;
  border-radius: 8px;
  cursor: pointer;
}
.daterangepicker .drp-buttons .btn:first-of-type {
  display: none;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges,
.daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 1px solid #e7e7e7;
    padding-right: 16px !important;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 0;
  }

  .daterangepicker .ranges,
.daterangepicker .drp-calendar {
    float: left;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
html,
body {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button {
  outline: none;
}

button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/***
====================================================================
Global Settings
====================================================================
   ***/
body {
  font-family: "Manrope", sans-serif;
  color: #323232;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  background: #fff;
}

a {
  text-decoration: none;
  opacity: 1;
  color: #323232;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
a:hover {
  opacity: 0.88;
}

ul li {
  list-style: none;
}

.auto__container {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

h1 {
  font-family: "Fustat", sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 115%;
  letter-spacing: -0.03em;
  text-shadow: 0px 2px 48px rgba(0, 0, 0, 0.5);
  color: #fff;
}
h1 span {
  font-family: "Knewave", sans-serif;
  position: relative;
  display: inline-block;
  margin-left: 10px;
}
h1 span.big {
  margin-left: 20px;
}
h1 span.big img {
  height: 104%;
}
h1 span img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 110%;
  -o-object-fit: contain;
     object-fit: contain;
}
h1 span b {
  position: relative;
  font-weight: 400;
}

h2 {
  font-family: "Fustat", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 135%;
  letter-spacing: -0.01em;
}
h2.ex {
  font-weight: 700;
  font-size: 68px;
  line-height: 115%;
  letter-spacing: -0.03em;
  color: #fff;
  text-shadow: 0px 2px 48px rgba(255, 255, 255, 0.1);
}
h2.ex b {
  font-family: "Knewave", sans-serif;
  padding: 2px 15px;
  display: inline-block;
  position: relative;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-shadow: 0px 2px 48px rgba(255, 255, 255, 0.1);
}
h2.ex b::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  background: #81FBBF;
  z-index: -1;
}
h2.ex span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 288px;
  margin-left: 5px;
}
h2.ex span img {
  width: 100%;
}

h3 {
  font-family: "Fustat", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
}
h3.ex {
  font-family: "Knewave", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 115%;
  letter-spacing: -0.01em;
  color: #fff;
  text-shadow: 0px 2px 48px rgba(255, 255, 255, 0.1);
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
h3.big {
  font-weight: 700;
  font-size: 28px;
  line-height: 135%;
  letter-spacing: -0.01em;
  text-shadow: 0px 2px 24px rgba(0, 0, 0, 0.15);
}

h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 145%;
}

h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 145%;
}

h6 {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.01em;
}

p.big {
  font-weight: 500;
  font-size: 18px;
  line-height: 145%;
}
p.sm {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.01em;
}

.main {
  overflow: hidden;
  padding-top: 64px;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 145%;
  padding: 14px 28px;
  border-radius: 16px;
}
.button.primary {
  color: #fff;
  background: #25d366;
}
.button.primary:hover {
  opacity: 1;
  background-color: #143635;
}
.button.secondary {
  color: #fff;
  background: #143635;
}
.button span {
  width: 24px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 12px;
  position: relative;
}
.button span img {
  width: 100%;
}

.lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 32px;
  cursor: pointer;
  position: relative;
  z-index: 6;
}
.lang__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.langMenu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 160px;
  background-color: #fff;
  border-radius: 16px;
  padding: 12px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.langMenu.active {
  opacity: 1;
  visibility: visible;
}
.langMenu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
  padding: 16px;
  border-radius: 8px;
  font-weight: 600;
}
.langMenu a:hover {
  opacity: 1;
  background-color: #f5f5f5;
}
.langMenu a:last-child {
  margin: 0;
}
.lang p {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #565656;
}
.lang__icon {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
  border-radius: 50%;
  overflow: hidden;
}
.lang__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.lang svg {
  width: 18px;
  height: 18px;
  color: #565656;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.currency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 6;
}
.currency__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.currencyMenu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 160px;
  background-color: #fff;
  border-radius: 16px;
  padding: 12px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.currencyMenu.active {
  opacity: 1;
  visibility: visible;
}
.currencyMenu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
  padding: 16px;
  border-radius: 8px;
  font-weight: 600;
  color: #323232;
}
.currencyMenu a:hover {
  opacity: 1;
  background-color: #f5f5f5;
}
.currencyMenu a:last-child {
  margin: 0;
}
.currency p {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #565656;
}
.currency svg {
  width: 18px;
  height: 18px;
  color: #565656;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border: 2px solid #e7e7e7;
  border-radius: 12px;
  overflow: hidden;
}
.input__outer {
  margin-bottom: 24px;
}
.input__outer p {
  font-weight: 400;
  color: #9f9f9f;
}
.input__label {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input__label h5 {
  font-weight: 500;
  color: #808080;
}
.input__label svg {
  width: 8px;
  height: 8px;
  color: #808080;
  margin: 0 4px;
}
.input input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #323232;
  background-color: #fff;
  padding: 16px 72px 16px 40px;
}
.input input::-webkit-input-placeholder {
  color: #323232;
}
.input input::-moz-placeholder {
  color: #323232;
}
.input input:-ms-input-placeholder {
  color: #323232;
}
.input input::-ms-input-placeholder {
  color: #323232;
}
.input input::placeholder {
  color: #323232;
}
.input span {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 16px;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.input span img {
  width: 100%;
}
.input button {
  position: relative;
  z-index: 2;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #143635;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.input button:hover {
  opacity: 0.8;
}
.input button img {
  width: 100%;
}

.locFinder {
  width: 100%;
  max-width: 500px;
  margin: auto;
  position: relative;
  background: #fff;
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
}
.locFinder__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 24px;
  display: none;
  z-index: 9999;
}
.locFinder__wrapper.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeIn 0.4s;
          animation: fadeIn 0.4s;
}
.locFinder__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px;
  border-bottom: 1px solid #e7e7e7;
}
.locFinder__head h3 {
  font-weight: 700;
  color: #323232;
}
.locFinder__close {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.locFinder__close img {
  width: 100%;
  pointer-events: none;
}
.locFinder__close:hover {
  opacity: 0.8;
}
.locFinder__body {
  padding: 24px;
  display: none;
}
.locFinder__body.active {
  -webkit-animation: fadeIn 0.3s ease;
          animation: fadeIn 0.3s ease;
  display: block;
}
.locFinder__body .input__label h5 {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.locFinder__body .input__label h5:hover {
  opacity: 0.8;
}
.locFinder__country li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.locFinder__country li button {
  width: 100%;
  font-family: "Manrope", sans-serif;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
  padding: 16px;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.locFinder__country li button:last-child {
  margin: 0;
}
.locFinder__country li button:hover {
  opacity: 1;
  background-color: #f5f5f5;
}
.locFinder__country li button span {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
}
.locFinder__country li button span img {
  width: 100%;
}
.locFinder__country li button h5 {
  font-size: 16px;
  width: calc(100% - 48px);
  font-weight: 600;
  color: #323232;
  text-align: start;
}
.locFinder__country li button svg {
  width: 14px;
  height: 14px;
  color: #565656;
  margin: 0 0 0 auto;
}
.locFinder__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.locFinder__list li button {
  width: 100%;
  font-family: "Manrope", sans-serif;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
  padding: 8px 2px 8px 8px;
  background-color: transparent;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.locFinder__list li button:hover {
  opacity: 1;
}
.locFinder__list li button:hover h5 {
  color: #81FBBF;
  -webkit-animation: slideLeft 0.4s ease;
          animation: slideLeft 0.4s ease;
}
.locFinder__list li button:hover svg {
  color: #81FBBF;
  -webkit-animation: slideLeft 0.4s ease;
          animation: slideLeft 0.4s ease;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.locFinder__list li button h5 {
  color: #565656;
  font-weight: 400;
  line-height: 150%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: calc(100% - 20px);
  text-align: start;
}
.locFinder__list li button svg {
  width: 12px;
  height: 12px;
  color: #565656;
  margin-right: 8px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slide {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes slide {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  50% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes slideLeft {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  50% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #81FBBF;
}
.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation-name: sticky;
          animation-name: sticky;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-box-shadow: 0px 4px 4px 0px #00000021;
          box-shadow: 0px 4px 4px 0px #00000021;
  background-color: #81FBBF;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__inner-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 210px;
}
.header__inner-logo img {
  margin-top: 5px;
  width: 100%;
}

@-webkit-keyframes sticky {
  0% {
    top: -60px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes sticky {
  0% {
    top: -60px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.nav {
  width: calc(100% - 250px);
}
.nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.nav__inner-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 48px;
}
.nav__inner-links li {
  margin-right: 32px;
}
.nav__inner-links li:last-child {
  margin: 0;
}
.nav__inner-link {
  font-family: "Manrope", sans-serif;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #143635;
  padding: 20px 0;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__inner-link:hover {
  opacity: 1;
  color: #fff;
}
.nav__inner-link svg {
  width: 18px;
  height: 18px;
  margin-left: 2px;
}
.nav__inner-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__inner-selects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 32px;
}

.drop {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 40px 0;
  background: #f6f6f6;
  display: none;
  z-index: 5;
}
.drop.active {
  display: block;
  -webkit-animation: fadeIn 0.3s;
          animation: fadeIn 0.3s;
}
.drop__inner-back {
  display: none;
}
.drop__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.drop__inner-col {
  width: calc(25% - 10px);
  max-width: 265px;
}
.drop__inner-col.big {
  width: calc(50% - 10px);
  max-width: 590px;
}
.dropItem {
  margin-bottom: 32px;
}
.dropItem:last-child {
  margin: 0;
}
.dropItem__title {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 8px;
}
.dropItem__title h5 {
  font-weight: 700;
}
.dropItem__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dropItem__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dropItem__list.sm {
  width: calc(50% - 10px);
}
.dropItem__list a {
  padding: 12px 32px 12px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-radius: 8px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #323232;
  position: relative;
  margin-bottom: 8px;
}
.dropItem__list a:last-child {
  margin: 0;
}
.dropItem__list a:hover {
  opacity: 1;
  background-color: #fff;
}
.dropItem__list a:hover svg {
  opacity: 1;
}
.dropItem__list a span {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
}
.dropItem__list a span img {
  width: 100%;
}
.dropItem__list a p {
  width: calc(100% - 28px);
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
}
.dropItem__list a svg {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 12px;
  height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #565656;
}

.burger {
  display: none;
}

.footer {
  padding: 40px 0 24px;
  position: relative;
  overflow: hidden;
  background-color: #f6f6f6;
}
.footer__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1440px;
  height: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__line img {
  width: 100%;
}
.footer__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 56px;
}
.footer__inner-main {
  width: calc(33% - 15px);
  max-width: 276px;
}
.footer__inner-main p {
  color: #808080;
}
.footer__inner-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 153px;
  margin-bottom: 24px;
}
.footer__inner-logo img {
  width: 100%;
}
.footer__inner-side {
  width: calc(67% - 22px);
  max-width: 687px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer__inner-links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__inner-social {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__inner-social a {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 24px;
}
.footer__inner-social a:hover {
  opacity: 1;
}
.footer__inner-social a:hover svg {
  color: #143635;
}
.footer__inner-social a.sm {
  width: 21px;
}
.footer__inner-social a.big {
  width: 26px;
}
.footer__inner-social a:last-child {
  margin: 0;
}
.footer__inner-social a svg {
  width: 100%;
  height: 100%;
  color: #565656;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer__inner-col {
  width: calc(33.3% - 12px);
  max-width: 202px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__inner-col h5 {
  color: #565656;
  margin-bottom: 16px;
}
.footer__inner-col > a {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #565656;
  margin-bottom: 12px;
}
.footer__inner-col > a:last-child {
  margin: 0;
}
.footer__inner-col > a:hover {
  opacity: 1;
  color: #143635;
}
.footer__inner-copy {
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
}
.footer__inner-copy p {
  color: #808080;
}
.footer__inner-terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__inner-terms a {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #808080;
  margin-right: 32px;
}
.footer__inner-terms a:last-child {
  margin: 0;
}

.intro {
  position: relative;
  margin-bottom: 93px;
}
.intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.intro__bg.dark::before {
  background: #000;
}
.intro__bg.dark img {
  opacity: 0.5;
}
.intro__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.intro__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.intro__inner {
  position: relative;
  padding: 70px 0;
  min-height: 323px;
}
.intro__inner-title {
  text-align: center;
  padding-top: 40px;
}
.introRent {
  position: absolute;
  z-index: 4;
  bottom: -53px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1090px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 28px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 28px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
}
.introRent__row {
  width: calc(100% - 78px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.introRent #datetimes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.introRent #datetimes:hover ~ .introRent__item {
  background-color: #eeeeee;
}
.introRent__item {
  width: 50%;
  padding: 12px 16px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-radius: 8px;
}
.introRent__item:first-child {
  border-radius: 8px 0 0 8px;
}
.introRent__item:last-child {
  border-radius: 0 8px 8px 0;
}
.introRent__item:last-child::before {
  display: none;
}
.introRent__item.big {
  width: 100%;
  border-radius: 8px !important;
}
.introRent__item::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: calc(100% - 20px);
  content: "";
  background: rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.introRent__item:hover {
  opacity: 1;
  background-color: #eeeeee;
}
.introRent__item-wrapper {
  width: calc(50% - 5px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f5;
  border-radius: 8px;
}
.introRent__item h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: unset;
  color: #323232;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.introRent__item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #565656;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 4px;
}
.introRent__search {
  width: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  cursor: pointer;
  background-color: #143635;
  border-radius: 0 8px 8px 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 8px;
}
.introRent__search:hover {
  background-color: #81FBBF;
}
.introRent__search svg {
  width: 28px;
  height: 28px;
}
.introRent__drop {
  position: absolute;
  top: calc(100% + 13px);
  min-width: 300px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  opacity: 0;
  z-index: 5;
  visibility: hidden;
  -webkit-animation: fadeIn 0.2s linear;
          animation: fadeIn 0.2s linear;
}
.introRent__drop.active {
  opacity: 1;
  visibility: visible;
}
.introRent__drop-finder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #143635;
  background-color: transparent;
  cursor: pointer;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 14px 0 4px;
}
.introRent__drop-finder:hover img {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.introRent__drop-finder span {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 2px;
}
.introRent__drop-finder span img {
  width: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.introRent__drop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
  padding: 16px;
  border-radius: 8px;
}
.introRent__drop a:hover {
  opacity: 1;
  background-color: #f5f5f5;
}
.introRent__drop a:last-of-type {
  margin-bottom: 10px;
}
.introRent__drop a span {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
}
.introRent__drop a span img {
  width: 100%;
}
.introRent__drop a h5 {
  width: calc(100% - 48px);
  font-weight: 500;
  color: #323232;
}
.introRent__drop a svg {
  width: 14px;
  height: 14px;
  color: #565656;
  margin: 0 0 0 auto;
}

.deals {
  padding: 40px 0;
}
.deals__inner-title {
  margin-bottom: 24px;
  width: calc(100% - 116px);
}
.deals__inner-title p {
  color: #808080;
}
.deals__inner-slider {
  margin: 0 -8px;
}
.deals__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.deals__inner h2 {
  margin-bottom: 8px;
}
.deals__inner h2:last-child {
  margin: 0;
}
.deals__inner .slick-slide {
  height: unset !important;
  margin: 0 8px !important;
}
.deals__inner .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.deals__inner .slick-arrow {
  position: absolute;
  bottom: calc(100% + 24px);
  top: unset;
  -webkit-transform: translate(0);
          transform: translate(0);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  z-index: 3;
  background-color: #143635;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.deals__inner .slick-arrow.slick-disabled {
  background-color: #f6f6f6 !important;
  opacity: 1;
  pointer-events: none !important;
}
.deals__inner .slick-arrow.slick-disabled::before {
  opacity: 0.2;
  border-color: #323232;
}
.deals__inner .slick-arrow:hover {
  background-color: #143635;
  opacity: 0.8;
}
.deals__inner .slick-arrow:focus {
  background-color: #143635;
  opacity: 0.8;
}
.deals__inner .slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  -webkit-transform: translate(-60%, -50%) rotate(45deg);
          transform: translate(-60%, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.deals__inner .slick-next {
  right: 8px;
}
.deals__inner .slick-prev {
  left: unset;
  right: 64px;
}
.deals__inner .slick-prev::before {
  -webkit-transform: translate(-40%, -50%) rotate(-135deg);
          transform: translate(-40%, -50%) rotate(-135deg);
}
.deals__inner .slick-dots {
  display: none !important;
}
.dealsItem {
  width: calc(33.3% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dealsItem:hover {
  opacity: 1;
}
.dealsItem:hover .dealsItem__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.dealsItem__image {
  width: 100%;
  padding-bottom: 52%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  min-height: 160px;
  border: 1px solid lightgray;
}
.dealsItem__image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}
.dealsItem__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: cover;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.dealsItem__tags {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 12px;
  z-index: 2;
}
.dealsItem__tags span {
  font-weight: 600;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #323232;
  padding: 4px 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  border-radius: 16px;
  background-color: #fff;
  border: 1px solid darkgray;
}
.dealsItem__tags span.primary {
  background-color: #143635;
  color: #fff;
  border: unset;
}
.dealsItem__tags span:last-child {
  margin: 0;
}
.dealsItem__name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 12px 16px;
  color: #fff;
  z-index: 2;
}
.dealsItem__content {
  padding: 12px;
}
.dealsItem__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -4px 8px;
}
.dealsItem__row p {
  margin: 4px;
  width: calc(50% - 8px);
  max-width: 130px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #808080;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dealsItem__row p:last-child {
  width: 100%;
  max-width: unset;
}
.dealsItem__row p span {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4px;
}
.dealsItem__row p span img {
  width: 100%;
}
.dealsItem__price p {
  font-weight: 600;
  color: #81FBBF;
  line-height: 100%;
  color: #143635;
}
.dealsItem__price p span {
  font-size: 200%;
  line-height: 100%;
}

.places {
  padding: 40px 0 32px;
}
.places.detail .placesItem__tag {
  right: unset;
  left: 24px;
}
.places__inner-title {
  margin-bottom: 16px;
}
.places__inner-title p {
  color: #808080;
}
.places__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}
.places__inner h2 {
  margin-bottom: 8px;
}
.placesItem {
  width: calc(25% - 16px);
  margin: 8px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.placesItem.big {
  width: calc(50% - 16px);
}
.placesItem.big .placesItem__image {
  padding-bottom: 47%;
}
.placesItem:hover {
  opacity: 1;
}
.placesItem:hover .placesItem__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.placesItem__image {
  width: 100%;
  padding-bottom: 87%;
  position: relative;
}
.placesItem__image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.placesItem__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.placesItem__tag {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 30px;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #143635;
  padding: 8px 16px;
  background-color: #81FBBF;
  border-radius: 0 0 12px 12px;
}
.placesItem__name {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px;
  color: #fff;
}
.placesItem__name p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  color: #fff;
}
.placesItem__name p span {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}
.placesItem__name p span img {
  width: 100%;
}

.special {
  padding: 40px 0 32px;
}
.special__inner-title {
  margin-bottom: 16px;
}
.special__inner-title p {
  color: #808080;
}
.special__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}
.special__inner h2 {
  margin-bottom: 8px;
}
.specialItem {
  width: calc(25% - 16px);
  margin: 8px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.specialItem:hover {
  opacity: 1;
}
.specialItem:hover .specialItem__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.specialItem__image {
  width: 100%;
  padding-bottom: 87%;
  position: relative;
}
.specialItem__image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.specialItem__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.specialItem__content {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px;
}
.specialItem__content h3 {
  font-weight: 700;
  color: #f6f6f6;
  text-shadow: 0px 2px 24px rgba(0, 0, 0, 0.15);
}

.features {
  padding: 40px 0;
}
.features.big {
  padding-top: 0;
}
.features.big .features__inner-row {
  padding: 0;
  border: unset;
}
.features.big .features__inner-row::before {
  display: none;
}
.features.big .features__inner-row::after {
  display: none;
}
.features.big .featuresItem {
  max-width: 384px;
}
.features__inner-title {
  margin-bottom: 24px;
}
.features__inner-row {
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.features__inner-row::before {
  position: absolute;
  top: 50%;
  left: 33.3%;
  height: calc(100% - 48px);
  width: 1px;
  background-color: rgba(0, 0, 0, 0.08);
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.features__inner-row::after {
  position: absolute;
  top: 50%;
  right: 33.3%;
  height: calc(100% - 48px);
  width: 1px;
  background-color: rgba(0, 0, 0, 0.08);
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.featuresItem {
  width: calc(33.3% - 20px);
  max-width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 24px;
}
.featuresItem__icon {
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.featuresItem__icon img {
  width: 100%;
}
.featuresItem h4 {
  color: #565656;
  margin-bottom: 12px;
}
.featuresItem p {
  color: #808080;
}

.book {
  padding: 40px 0;
}
.book__inner {
  border-radius: 12px;
  padding: 32px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(92.88deg, #143635 0%, #a50f0f 100%);
}
.book__inner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
.book__inner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  opacity: 0.08;
  mix-blend-mode: overlay;
}
.book__inner-title {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1040px;
  margin: 0 auto 80px;
}
.book__inner-side {
  position: relative;
}
.book__inner-side h3 {
  position: absolute;
  right: calc(100% + 15px);
  top: 8%;
}
.book__inner-side span {
  position: absolute;
  width: 80px;
  top: calc(100% + 6px);
  left: -10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.book__inner-side span img {
  width: 100%;
}
.book__inner-row {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1040px;
  margin: 0 auto;
}
.book__inner-row::before {
  position: absolute;
  top: 50%;
  left: 23%;
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 3px;
}
.book__inner-row::after {
  position: absolute;
  top: 50%;
  right: 23%;
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 3px;
}
.book__inner-line {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 3px;
}
.book__inner h2 {
  color: #fff;
}
.bookItem {
  width: calc(25% - 20px);
  max-width: 200px;
  text-align: center;
  color: #f6f6f6;
}
.bookItem h3 {
  margin-bottom: 12px;
}
.bookItem p {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-shadow: 0px 2px 24px rgba(0, 0, 0, 0.15);
}

.steps {
  padding: 40px 0;
}
.steps__inner-title {
  margin-bottom: 24px;
}
.steps__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.stepsItem {
  width: calc(25% - 10px);
  max-width: 282px;
}
.stepsItem:last-child .stepsItem__top::before {
  display: none;
}
.stepsItem__top {
  margin-bottom: 16px;
  position: relative;
}
.stepsItem__top::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(100% - 72px);
  height: 2px;
  background: #81FBBF;
  border-radius: 3px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.stepsItem__icon {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stepsItem__icon img {
  width: 100%;
}
.stepsItem h5 {
  margin-bottom: 12px;
  color: #565656;
}
.stepsItem p {
  color: #808080;
}

.news {
  padding: 40px 0;
}
.news__inner-title {
  margin-bottom: 24px;
  width: calc(100% - 116px);
}
.news__inner-slider {
  margin: 0 -8px;
}
.news__inner .slick-slide {
  height: unset !important;
  margin: 0 8px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.news__inner .slick-active {
  opacity: 1;
  visibility: visible;
}
.news__inner .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.news__inner .slick-list {
  overflow: visible !important;
}
.news__inner .slick-arrow {
  position: absolute;
  bottom: calc(100% + 24px);
  top: unset;
  -webkit-transform: translate(0);
          transform: translate(0);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  z-index: 3;
  background-color: #143635;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.news__inner .slick-arrow.slick-disabled {
  background-color: #f6f6f6 !important;
  opacity: 1;
  pointer-events: none !important;
}
.news__inner .slick-arrow.slick-disabled::before {
  opacity: 0.2;
  border-color: #323232;
}
.news__inner .slick-arrow:hover {
  background-color: #143635;
  opacity: 0.8;
}
.news__inner .slick-arrow:focus {
  background-color: #143635;
  opacity: 0.8;
}
.news__inner .slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  -webkit-transform: translate(-60%, -50%) rotate(45deg);
          transform: translate(-60%, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.news__inner .slick-next {
  right: 8px;
}
.news__inner .slick-prev {
  left: unset;
  right: 64px;
}
.news__inner .slick-prev::before {
  -webkit-transform: translate(-40%, -50%) rotate(-135deg);
          transform: translate(-40%, -50%) rotate(-135deg);
}
.news__inner .slick-dots {
  display: none !important;
}
.news__inner h2 {
  margin-bottom: 8px;
}
.newsItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 3px 12px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 3px 12px 4px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
}
.newsItem:hover {
  opacity: 1;
  -webkit-box-shadow: 0px 3px 16px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 16px 6px rgba(0, 0, 0, 0.1);
}
.newsItem:hover .newsItem__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.newsItem__image {
  width: 100%;
  padding-bottom: 52%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.newsItem__image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.newsItem__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.newsItem__content {
  padding: 16px;
}
.newsItem__content p {
  margin-bottom: 16px;
  color: #565656;
}
.newsItem__tag {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #9f9f9f;
  padding: 4px 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 16px;
}

.clients {
  overflow: hidden;
}
.clients__inner {
  position: relative;
  padding: 40px 0;
}
.clients__inner::before {
  position: absolute;
  left: calc(100% - 16px);
  bottom: 0;
  width: 180px;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, right top, left top, from(#ffffff), to(#ffffff00));
  background: linear-gradient(-90deg, #ffffff 0%, #ffffff00 100%);
  z-index: 1;
}
.clients__inner::after {
  position: absolute;
  left: calc(100% + 164px);
  bottom: 0;
  width: 3000px;
  height: 100%;
  content: "";
  background: #fff;
  z-index: 1;
}
.clients__inner-title {
  margin-bottom: 24px;
  width: calc(100% - 116px);
}
.clients__inner-title p {
  color: #808080;
}
.clients__inner .slick-slide {
  height: unset !important;
  margin-right: 16px;
}
.clients__inner .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.clients__inner .slick-list {
  overflow: visible !important;
}
.clients__inner .slick-arrow {
  position: absolute;
  bottom: calc(100% + 24px);
  top: unset;
  -webkit-transform: translate(0);
          transform: translate(0);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  z-index: 3;
  background-color: #143635;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.clients__inner .slick-arrow.slick-disabled {
  background-color: #f6f6f6 !important;
  opacity: 1;
  pointer-events: none !important;
}
.clients__inner .slick-arrow.slick-disabled::before {
  opacity: 0.2;
  border-color: #323232;
}
.clients__inner .slick-arrow:hover {
  background-color: #143635;
  opacity: 0.8;
}
.clients__inner .slick-arrow:focus {
  background-color: #143635;
  opacity: 0.8;
}
.clients__inner .slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  -webkit-transform: translate(-60%, -50%) rotate(45deg);
          transform: translate(-60%, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.clients__inner .slick-next {
  right: 8px;
}
.clients__inner .slick-prev {
  left: unset;
  right: 64px;
}
.clients__inner .slick-prev::before {
  -webkit-transform: translate(-40%, -50%) rotate(-135deg);
          transform: translate(-40%, -50%) rotate(-135deg);
}
.clients__inner .slick-dots {
  display: none !important;
}
.clients__inner h2 {
  margin-bottom: 8px;
}
.clientsItem {
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
}
.clientsItem__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.clientsItem__top h5 {
  color: #808080;
  font-weight: 600;
}
.clientsItem__top h5 span {
  margin-right: 12px;
}
.clientsItem__rate {
  width: 112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 14px;
}
.clientsItem__rate img {
  width: 100%;
}
.clientsItem__text {
  color: #565656;
}

.info {
  padding: 40px 0;
}
.info__inner-title {
  margin-bottom: 24px;
}
.info__inner-title p {
  color: #808080;
}
.info__inner h2 {
  margin-bottom: 8px;
}
.infoContent {
  padding: 32px;
  background: #f6f6f6;
  border-radius: 16px;
}
.infoContent__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  margin-bottom: 32px;
}
.infoContent__tabs button {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #808080;
  padding: 0 16px 16px 16px;
  position: relative;
}
.infoContent__tabs button::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background-color: #143635;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.infoContent__tabs button:hover {
  opacity: 1;
  color: #143635;
}
.infoContent__tabs button.active {
  opacity: 1;
  color: #143635;
}
.infoContent__tabs button.active::before {
  opacity: 1;
}
.infoContent__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  margin: 0 -8px;
}
.infoContent__row.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeIn 0.4s;
          animation: fadeIn 0.4s;
}
.infoContent__col {
  width: calc(33.3% - 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 8px;
}
.infoContent__col a {
  font-weight: 400;
  font-size: 18px;
  line-height: 145%;
  color: #565656;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.infoContent__col a:last-child {
  margin: 0;
}
.infoContent__col a:hover {
  opacity: 1;
}
.infoContent__col a:hover span {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.infoContent__col a span {
  width: 12px;
  height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.infoContent__col a span img {
  width: 100%;
}

.contact {
  padding: 40px 0;
}
.contact__inner {
  border-radius: 16px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}
.contact__inner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
.contact__inner-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  border-radius: 16px;
  content: "";
  z-index: 1;
}
.contact__inner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.contact__inner-row {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 1040px;
  margin: 0 auto;
}
.contact__inner-title {
  width: calc(50% - 15px);
  max-width: 480px;
  color: #fff;
}
.contact__inner-title h3 {
  margin-bottom: 24px;
}
.contact__inner-title h2:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__inner-content {
  width: calc(50% - 15px);
  max-width: 480px;
  color: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.contact__inner-content p {
  width: 100%;
  margin-bottom: 24px;
  text-align: end;
  font-weight: 600;
  text-shadow: 0px 2px 48px rgba(255, 255, 255, 0.1);
}

.faq {
  padding: 40px 0;
}
.faq.big {
  padding-bottom: 80px;
}
.faq__inner-title {
  text-align: center;
  margin-bottom: 24px;
}
.faq__inner-col {
  width: 100%;
  max-width: 584px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.faqItem {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.faqItem:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.faqItem__head {
  padding: 24px 0;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faqItem__head.active span {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faqItem__head h5 {
  width: calc(100% - 36px);
  font-weight: 600;
  color: #565656;
}
.faqItem__head span {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-right: 12px;
}
.faqItem__head span img {
  width: 100%;
}
.faqItem__body {
  padding: 0 0 0 36px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
.faqItem__body.active {
  padding: 0 0 24px 36px;
  max-height: 400px;
  opacity: 1;
}
.faqItem__body p {
  color: #808080;
}

.partners {
  padding: 80px 0;
}
.partners__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.partnersItem {
  max-width: calc(25% - 10px);
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.5;
}
.partnersItem img {
  height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.locations {
  padding: 40px 0;
}
.locations__inner-title {
  margin-bottom: 24px;
}
.locations__inner-title p {
  color: #808080;
}
.locations__inner h2 {
  margin-bottom: 8px;
}
.locationsContent {
  background-color: #f6f6f6;
  border-radius: 16px;
  padding: 40px;
}
.locationsContent__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -4px;
}
.locationsItem {
  padding: 12px 32px 12px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 4px;
  width: calc(25% - 8px);
  border-radius: 8px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #323232;
  position: relative;
}
.locationsItem:hover {
  opacity: 1;
  background-color: #fff;
}
.locationsItem:hover span {
  opacity: 1;
}
.locationsItem__flag {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
}
.locationsItem__flag img {
  width: 100%;
}
.locationsItem h5 {
  width: calc(100% - 28px);
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
}
.locationsItem span {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 12px;
  height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.locationsItem span img {
  width: 100%;
}

@media (max-width: 1380px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 1180px) {
  .auto__container {
    padding: 0 30px;
  }

  h1 {
    font-size: 55px;
  }

  h2.ex {
    font-size: 60px;
  }

  h3.big {
    font-size: 24px;
  }

  .intro {
    margin-bottom: 70px;
  }
  .intro__inner {
    padding: 60px 0;
  }

  .deals {
    padding: 30px 0;
  }

  .places {
    padding: 30px 0;
  }
  .placesItem__name {
    padding: 16px;
  }

  .special {
    padding: 30px 0;
  }
  .specialItem__content {
    padding: 16px;
  }

  .features {
    padding: 30px 0;
  }
  .features__inner-row {
    padding: 20px;
  }
  .features__inner-row::before {
    height: calc(100% - 40px);
  }
  .features__inner-row::after {
    height: calc(100% - 40px);
  }
  .featuresItem {
    padding: 16px;
  }

  .book {
    padding: 30px 0;
  }
  .book__inner-row::before {
    left: 24.4%;
  }
  .book__inner-row::after {
    right: 24.4%;
  }

  .steps {
    padding: 30px 0;
  }

  .locations {
    padding: 30px 0;
  }
  .locationsContent {
    padding: 24px;
  }

  .news {
    padding: 30px 0;
  }
  .news__inner .slick-slide {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }

  .clients__inner {
    padding: 30px 0;
  }
  .clients__inner::before {
    left: calc(100% - 24px);
    width: 130px;
  }

  .info {
    padding: 30px 0;
  }

  .contact {
    padding: 30px 0;
  }

  .faq {
    padding: 30px 0;
  }
  .faq.big {
    padding-bottom: 60px;
  }

  .partners {
    padding: 60px 0;
  }
  .partnersItem {
    height: 60px;
  }
}
@media (max-width: 1024px) {
  ::-webkit-scrollbar {
    display: none;
  }

  p.big {
    font-size: 16px;
  }

  .langMenu {
    top: unset;
    bottom: calc(100% + 8px);
    display: none;
    opacity: 1;
    visibility: visible;
  }
  .langMenu.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: fadeIn 0.3s;
            animation: fadeIn 0.3s;
  }

  .currencyMenu {
    top: unset;
    bottom: calc(100% + 8px);
    display: none;
    opacity: 1;
    visibility: visible;
  }
  .currencyMenu.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: fadeIn 0.3s;
            animation: fadeIn 0.3s;
  }

  .header__inner {
    padding: 16px 0;
  }

  body.active {
    overflow: hidden;
  }

  .nav {
    position: fixed;
    top: 64px;
    left: 0;
    width: 100%;
    height: calc(100% - 64px);
    z-index: 9;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .nav.active {
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .nav__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    padding: 10px 24px 32px 24px;
    height: 100%;
    overflow-y: auto;
    background: #f8f8f8;
  }
  .nav__inner-links {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .nav__inner-links li {
    width: 100%;
    margin: 0;
  }
  .nav__inner-link {
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 145%;
    padding: 24px;
    border-bottom: 1px solid #e7e7e7;
    margin: 0;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav__inner-side {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nav__inner-side .nav__inner-link {
    border: unset;
  }
  .nav__inner-selects {
    padding: 0;
    position: absolute;
    bottom: 32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .nav__inner .lang {
    margin-right: 48px;
  }

  .burger {
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    position: relative;
    width: 32px;
    height: 32px;
  }
  .burger:hover {
    opacity: 0.8;
  }
  .burger::before {
    top: 25%;
    width: 75%;
    height: 2px;
    border-radius: 3px;
    background-color: #808080;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger span {
    top: 50%;
    width: 75%;
    height: 2px;
    border-radius: 3px;
    background-color: #808080;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-ransform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .burger::after {
    bottom: 25%;
    width: 75%;
    height: 2px;
    border-radius: 3px;
    background-color: #808080;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger.active::before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .burger.active span {
    opacity: 0;
  }
  .burger.active::after {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(-45deg);
    transform: translate(-50%, 50%) rotate(-45deg);
  }

  .drop {
    position: fixed;
    top: 64px;
    left: 0;
    width: 100%;
    height: calc(100% - 64px);
    z-index: 10;
    padding: 24px 0;
    overflow-y: auto;
  }
  .drop__inner-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    line-height: 120%;
    font-weight: 600;
    color: #323232;
    margin-bottom: 30px;
    cursor: pointer;
  }
  .drop__inner-back:hover {
    color: #143635;
  }
  .drop__inner-back svg {
    width: 18px;
    height: 18px;
    margin-right: 12px;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .drop__inner-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .drop__inner-col {
    width: calc(50% - 10px);
    max-width: unset;
    margin-bottom: 30px;
  }
  .drop__inner-col:last-child {
    margin: 0;
  }
  .drop__inner-col.big {
    width: 100%;
    max-width: unset;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .dropItem__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dropItem__list.sm {
    width: 100%;
  }

  .locationsItem {
    width: calc(33.3% - 8px);
  }
}
@media (max-width: 930px) {
  h1 {
    font-size: 50px;
  }

  h2.ex {
    font-size: 50px;
  }
  h2.ex span {
    width: 240px;
  }

  h3 {
    font-size: 18px;
  }
  h3.big {
    font-size: 20px;
  }
  h3.ex {
    font-size: 30px;
  }

  .button {
    font-size: 16px;
    padding: 12px 24px;
    border-radius: 12px;
  }
  .button span {
    width: 20px;
    height: 20px;
  }

  .intro {
    margin-bottom: 60px;
  }
  .intro__inner {
    padding: 50px 0 230px;
  }
  .introRent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .introRent__row {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .introRent__item {
    width: 100%;
    border: unset;
    padding: 18px;
  }
  .introRent__item-wrapper {
    width: 100%;
    margin-bottom: 6px;
  }
  .introRent__item-name {
    width: calc(100% - 52px);
  }
  .introRent__item > span {
    width: 44px;
    height: 44px;
    margin-right: 8px;
  }
  .introRent__item h5 {
    font-size: 16px;
  }
  .introRent__item p {
    font-size: 14px;
  }
  .introRent__search {
    width: 100%;
    padding: 15px;
  }

  .placesItem {
    width: calc(50% - 16px);
  }
  .placesItem__image {
    padding-bottom: 47%;
    min-height: 150px;
  }

  .features.big {
    padding-top: 30px;
  }
  .features__inner-row {
    padding: 16px;
  }
  .featuresItem {
    padding: 10px;
    width: calc(33.3% - 10px);
  }
  .featuresItem p {
    font-size: 14px;
    line-height: 150%;
  }

  .book__inner-side span {
    width: 70px;
  }
  .bookItem {
    width: calc(25% - 14px);
  }
  .bookItem p {
    font-size: 14px;
    line-height: 150%;
  }
  .bookItem h3 {
    margin-bottom: 6px;
  }

  .steps__inner-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .stepsItem {
    width: calc(50% - 20px);
    max-width: unset;
    margin: 10px 0;
  }

  .infoContent {
    padding: 24px;
    border-radius: 12px;
  }
  .infoContent__col a {
    font-size: 16px;
  }

  .contact__inner {
    padding: 30px 24px;
  }
  .contact__inner-title {
    width: calc(48% - 10px);
  }
  .contact__inner-content {
    width: calc(52% - 10px);
  }

  .partnersItem {
    height: 50px;
  }

  .footer__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
  .footer__inner-main {
    width: 100%;
    margin-bottom: 40px;
  }
  .footer__inner-side {
    width: 100%;
    max-width: unset;
  }
  .footer__inner-terms a {
    margin-right: 20px;
  }
  .footer__inner-copy {
    padding-top: 16px;
  }
}
@media (max-width: 840px) {
  .deals__inner-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -8px;
  }
  .dealsItem {
    width: calc(50% - 16px);
    margin: 8px;
  }

  .locationsItem {
    width: calc(50% - 8px);
  }
  .locationsContent {
    padding: 16px;
  }
}
@media (max-width: 750px) {
  .auto__container {
    padding: 0 24px;
  }

  h1 {
    font-size: 40px;
  }

  h2.ex {
    font-size: 40px;
  }
  h2.ex b {
    padding: 2px 10px;
  }
  h2.ex span {
    width: 200px;
  }

  h3.ex {
    font-size: 25px;
  }

  .places__inner-row {
    margin: 0 -5px;
  }
  .placesItem {
    width: calc(50% - 10px);
    margin: 5px;
  }
  .placesItem.big {
    width: calc(50% - 10px);
  }

  .special__inner-row {
    margin: 0 -5px;
  }
  .specialItem {
    width: calc(25% - 10px);
    margin: 5px;
  }

  .features__inner-title {
    margin-bottom: 20px;
  }
  .features__inner-row {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .features__inner-row::before {
    display: none;
  }
  .features__inner-row::after {
    display: none;
  }
  .featuresItem {
    width: 100%;
    max-width: unset !important;
    padding: 0 0 24px 0;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  .featuresItem:last-child {
    margin: 0;
    border: unset;
    padding: 0;
  }
  .featuresItem p {
    font-size: 16px;
    line-height: 150%;
  }

  .book__inner {
    padding: 24px;
  }
  .book__inner-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .book__inner-row::before {
    display: none;
  }
  .book__inner-row::after {
    display: none;
  }
  .bookItem {
    width: calc(50% - 20px);
    max-width: unset;
    margin: 15px 0;
  }
  .bookItem p {
    font-size: 14px;
    line-height: 150%;
  }
  .bookItem h3 {
    margin-bottom: 6px;
  }

  .infoContent {
    padding: 20px;
  }
  .infoContent__tabs {
    margin-bottom: 20px;
    overflow-x: auto;
  }
  .infoContent__tabs button {
    font-size: 14px;
    padding: 0 12px 12px 12px;
    white-space: nowrap;
  }
  .infoContent__col a {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .partners {
    padding: 40px 0;
  }
  .partnersItem {
    height: 40px;
  }

  .faq.big {
    padding-bottom: 40px;
  }

  .footer__inner-row {
    margin-bottom: 32px;
  }
  .footer__inner-main {
    margin-bottom: 32px;
  }
  .footer__inner-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__inner-col h6 {
    margin-bottom: 24px;
  }
  .footer__inner-links {
    width: 100%;
    margin-bottom: 64px;
  }
  .footer__inner-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__inner-copy p {
    margin-bottom: 10px;
  }
  .footer__inner-terms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 650px) {
  .deals__inner-title {
    width: 100%;
  }
  .deals__inner-slider {
    padding-bottom: 30px;
  }
  .deals__inner-row {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .deals__inner .slick-arrow {
    display: none !important;
  }
  .deals__inner .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .deals__inner .slick-dots li {
    width: 8px;
    height: 8px;
    background: #808080;
    border-radius: 90px;
    margin: 0 4px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .deals__inner .slick-dots li button {
    display: none;
  }
  .deals__inner .slick-dots li.slick-active {
    width: 24px;
    background: #81FBBF;
  }
  .dealsItem {
    width: 100%;
    margin: 0 0 16px 0;
  }
  .dealsItem:last-child {
    margin: 0;
  }

  .places__inner-title {
    margin-bottom: 20px;
  }
  .places__inner-row {
    margin: 0 -10px;
    padding-bottom: 40px;
  }
  .places__inner .slick-slide {
    height: unset !important;
    margin: 0 8px;
  }
  .places__inner .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .places__inner .slick-arrow {
    display: none !important;
  }
  .places__inner .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .places__inner .slick-dots li {
    width: 8px;
    height: 8px;
    background: #808080;
    border-radius: 90px;
    margin: 0 4px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .places__inner .slick-dots li button {
    display: none;
  }
  .places__inner .slick-dots li.slick-active {
    width: 24px;
    background: #81FBBF;
  }
  .placesItem {
    margin: 0 10px;
    width: unset;
  }
  .placesItem__image {
    padding-bottom: 56% !important;
  }

  .special__inner-row {
    margin: 0 -5px;
  }
  .specialItem {
    width: calc(50% - 10px);
    margin: 5px;
    border-radius: 8px;
  }

  .news__inner-title {
    width: 100%;
  }
  .news__inner-slider {
    padding-bottom: 30px;
  }
  .news__inner .slick-arrow {
    display: none !important;
  }
  .news__inner .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .news__inner .slick-dots li {
    width: 8px;
    height: 8px;
    background: #808080;
    border-radius: 90px;
    margin: 0 4px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .news__inner .slick-dots li button {
    display: none;
  }
  .news__inner .slick-dots li.slick-active {
    width: 24px;
    background: #81FBBF;
  }

  .clients__inner-title {
    width: 100%;
  }
  .clients__inner-slider {
    padding-bottom: 30px;
    margin: 0 -8px;
  }
  .clients__inner .slick-slide {
    margin: 0 8px;
  }
  .clients__inner .slick-arrow {
    display: none !important;
  }
  .clients__inner .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .clients__inner .slick-dots li {
    width: 8px;
    height: 8px;
    background: #808080;
    border-radius: 90px;
    margin: 0 4px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .clients__inner .slick-dots li button {
    display: none;
  }
  .clients__inner .slick-dots li.slick-active {
    width: 24px;
    background: #81FBBF;
  }

  .contact__inner {
    padding: 20px;
    border-radius: 12px;
  }
  .contact__inner-bg::before {
    background: #000;
    opacity: 0.4;
  }
  .contact__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact__inner-title {
    width: 100%;
    max-width: unset;
    margin-bottom: 20px;
  }
  .contact__inner-title h3 {
    margin-bottom: 16px;
  }
  .contact__inner-content {
    width: 100%;
    max-width: unset;
    text-align: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact__inner-content p {
    text-align: start;
    margin-bottom: 20px;
  }

  .footer {
    padding: 30px 0 20px;
  }
  .footer__inner-logo {
    width: 130px;
    margin-bottom: 20px;
  }
  .footer__inner-main {
    max-width: unset;
    margin-bottom: 24px;
  }
  .footer__inner-col {
    width: calc(50% - 15px);
  }
  .footer__inner-col:last-child {
    width: 100%;
    max-width: unset;
    margin-top: 24px;
  }
  .footer__inner-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
  .footer__inner-row {
    margin-bottom: 30px;
  }
  .footer__inner-social {
    width: 100%;
    max-width: unset;
  }
  .footer__inner-copy p {
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
  }
  .footer__inner-terms a {
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.01em;
    margin-right: 20px;
  }
  .footer__inner-terms a:hover {
    opacity: 1;
  }
  .footer__inner-terms a:last-child {
    margin: 0;
  }
}
@media (max-width: 540px) {
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 28px;
  }
  h2.ex {
    font-size: 35px;
  }
  h2.ex span {
    width: 170px;
  }

  .locFinder {
    border-radius: 0;
    width: 100%;
    height: 100%;
    max-width: unset;
  }
  .locFinder__wrapper {
    padding: 0;
  }

  .daterangepicker {
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: unset;
    overflow-y: auto;
  }
  .daterangepicker .drp-calendar {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }
  .daterangepicker .drp-calendar.left {
    margin-bottom: 20px !important;
  }
  .daterangepicker .drp-calendar.right {
    padding: 0 !important;
  }
  .daterangepicker .drp-calendar.right .calendar-time {
    width: 100%;
  }
  .daterangepicker .calendar-time {
    width: 100%;
  }

  .header__inner {
    height: 64px;
  }
  .header__inner-logo {
    width: 168px;
  }

  .drop__inner-col {
    width: 100%;
  }

  .intro__inner {
    padding: 40px 0 300px;
  }
  .introRent {
    padding: 6px;
    border-radius: 8px;
  }
  .introRent__item {
    padding: 16px;
  }
  .introRent__item:first-child {
    border-radius: 8px 8px 0 0;
  }
  .introRent__item:last-child {
    border-radius: 0 0 8px 8px;
  }
  .introRent__item::before {
    display: none;
  }
  .introRent__item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .introRent__drop {
    width: 100%;
    max-width: unset;
    top: 100%;
  }

  .deals__inner-title {
    margin-bottom: 20px;
  }

  .book__inner-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: center;
  }
  .book__inner-side {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .book__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .book__inner-line {
    display: none;
  }
  .book__inner h2 {
    width: 100%;
    margin-bottom: 24px;
  }
  .bookItem {
    width: 100%;
    margin: 0 0 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .bookItem:last-child {
    margin: 0;
    padding: 0;
    border: unset;
  }

  .steps__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .stepsItem {
    width: 100%;
    margin: 0 0 15px 0;
    position: relative;
  }
  .stepsItem:last-child {
    margin: 0;
  }
  .stepsItem:last-child .stepsItem__content {
    padding-bottom: 0;
  }
  .stepsItem:last-child .stepsItem__content::before {
    display: none;
  }
  .stepsItem__top {
    position: static;
    margin: 0;
  }
  .stepsItem__top::before {
    display: none;
  }
  .stepsItem__icon {
    position: absolute;
    top: 0;
    left: 0;
  }
  .stepsItem__content {
    padding: 10px 0 10px 72px;
    padding-left: 72px;
    position: relative;
  }
  .stepsItem__content::before {
    position: absolute;
    top: 50px;
    left: 24px;
    height: calc(100% - 50px);
    width: 2px;
    content: "";
    background-color: #81FBBF;
  }

  .locationsItem {
    width: 100%;
  }
  .locationsContent {
    padding: 16px;
  }

  .clientsItem {
    padding: 16px;
  }
  .clientsItem__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 14px;
  }
  .clientsItem__rate {
    margin-bottom: 10px;
  }

  .info__inner-title {
    margin-bottom: 20px;
  }
  .infoContent {
    padding: 20px 20px 10px 20px;
  }
  .infoContent__tabs {
    margin-bottom: 12px;
  }
  .infoContent__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
  }
  .infoContent__col {
    width: calc(50% - 20px);
    margin: 10px;
  }
  .infoContent__col:nth-child(n+3) {
    display: none;
  }

  .faqItem__head {
    padding: 16px 0;
  }
  .faqItem__body.active {
    padding: 0 0 16px 36px;
  }

  .partners {
    padding: 20px 0 30px;
  }
  .partners__inner-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .partnersItem {
    height: unset;
    width: calc(50% - 10px);
    max-width: unset;
    margin: 5px 0;
  }
  .partnersItem img {
    height: 38px;
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.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;
}

    /* Add this to your stylesheet */
    .deals__inner-slider {
        display: flex;
        flex-wrap: nowrap;
        /* overflow-x: hidden; */
        gap: 20px;
        position: relative;
        min-height: 350px;
      }

      .dealsItem {
        flex: 0 0 auto;
        width: calc(33.333% - 20px); /* Adjust based on how many cards you want visible */
        min-width: 300px; /* Minimum width for mobile */
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.3s ease, transform 0.3s ease;
      }
        .deals__inner-slider::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            border: 5px solid #888;
            border-top-color: #143635;
            margin: -25px 0 0 -25px;
            animation: spinner-animation 1s infinite linear;
            z-index: 2;
        }

        @keyframes spinner-animation {
            0% {
            transform: rotate(0deg);
            }
            100% {
            transform: rotate(360deg);
            }
        }

        .deals__inner-slider:not(.loaded) .dealsItem {
            pointer-events: none;
        }

        .deals__inner-slider:not(.loaded) .dealsItem:hover {
            background-image: none !important;
        }

      /* Class to add when content is loaded */
      /* .deals__inner-slider.loaded {
        overflow-x: auto;
      } */

      .deals__inner-slider.loaded::before {
        display: none;
      }

      .deals__inner-slider.loaded .dealsItem {
        opacity: 1;
        transform: translateY(0);
      }
