@charset "UTF-8";
.daterangepicker {
  font-family: "Poppins", 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: "Poppins", 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: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #143635;
}

.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;
}

.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: #143635;
  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: #143635;
  border-color: transparent;
  color: #81fbbf;
}

.daterangepicker th.month {
  width: auto;
  color: #143635;
  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: "Poppins";
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #143635;
}

.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: "Poppins";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #81fbbf;
  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: "Poppins", sans-serif;
  color: rgba(20, 54, 53, 0.8);
  font-weight: 400;
  font-size: 18px;
  line-height: 145%;
  background: #fff;
}

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

ul li {
  list-style: none;
}
ul li::marker {
  font-size: 80%;
}

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

h1 {
  font-weight: 500;
  font-size: 68px;
  line-height: 115%;
  letter-spacing: -0.03em;
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  color: #fff;
}
h1.big {
  font-weight: 500;
  font-size: 92px;
  line-height: 100%;
  letter-spacing: 0.1px;
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

h2 {
  font-weight: 500;
  font-size: 42px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #143635;
}
h2.big {
  font-weight: 500;
  font-size: 52px;
  line-height: 115%;
  letter-spacing: -0.03em;
}

h3 {
  font-weight: 500;
  font-size: 36px;
  line-height: 140%;
}
h3.ex {
  font-family: "Knewave", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 115%;
  letter-spacing: -0.01em;
  color: #fff;
  text-shadow: 0px 2px 48px rgba(255, 255, 255, 0.1);
}

h4 {
  font-weight: 500;
  font-size: 28px;
  line-height: 140%;
}

h5 {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
}

h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
}
h6.big {
  font-weight: 700;
  font-size: 20px;
  line-height: 145%;
}

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

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

.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: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 145%;
  padding: 12px 24px;
  border-radius: 40px;
}
.button.primary {
  color: #81fbbf;
  background: #143635;
}
.button.primary:hover {
  opacity: 1;
  color: #fff;
}
.button.secondary {
  color: #143635;
  background: #81fbbf;
}
.button.secondary:hover {
  opacity: 1;
  background: #fff;
}
.button.solid {
  border: 1px solid #ffffff;
  border-radius: 16px;
  color: #fff;
}
.button.solid:hover {
  opacity: 1;
  background-color: #fff;
  color: #143635;
}
.button.sel {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 16px;
  background-color: #155ab8;
}
.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: 7;
}
.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: #333333;
}
.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: #333333;
  -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: #333333;
}
.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: #333333;
}
.currency svg {
  width: 18px;
  height: 18px;
  color: #333333;
  -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-size: 18px;
  line-height: 120%;
  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: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #191919;
  background-color: #fff;
  padding: 16px 72px 16px 40px;
}
.input input::-webkit-input-placeholder {
  color: #191919;
}
.input input::-moz-placeholder {
  color: #191919;
}
.input input:-ms-input-placeholder {
  color: #191919;
}
.input input::-ms-input-placeholder {
  color: #191919;
}
.input input::placeholder {
  color: #191919;
}
.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%;
}

.inputC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}
.inputC p {
  position: absolute;
  top: 12px;
  left: 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #143635;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inputC input,
.inputC textarea,
.inputC select {
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #143635;
  background: transparent;
  resize: unset;
  -webkit-appearance: none;
  padding: 36px 24px 12px 24px;
  background: #ecf0f9;
  border-radius: 9999px;
}
.inputC input::-webkit-input-placeholder, .inputC textarea::-webkit-input-placeholder, .inputC select::-webkit-input-placeholder {
  color: rgba(20, 54, 53, 0.8);
}
.inputC input::-moz-placeholder, .inputC textarea::-moz-placeholder, .inputC select::-moz-placeholder {
  color: rgba(20, 54, 53, 0.8);
}
.inputC input:-ms-input-placeholder, .inputC textarea:-ms-input-placeholder, .inputC select:-ms-input-placeholder {
  color: rgba(20, 54, 53, 0.8);
}
.inputC input::-ms-input-placeholder, .inputC textarea::-ms-input-placeholder, .inputC select::-ms-input-placeholder {
  color: rgba(20, 54, 53, 0.8);
}
.inputC input::placeholder,
.inputC textarea::placeholder,
.inputC select::placeholder {
  color: rgba(20, 54, 53, 0.8);
}
.inputC textarea {
  border-radius: 36px;
}
.inputC span {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 24px;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(20, 54, 53, 0.8);
  border-right: 2px solid rgba(20, 54, 53, 0.8);
  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%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
.inputC span 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: #143635;
}
.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: "Poppins", 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: #143635;
  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: "Poppins", 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: #155ab8;
  -webkit-animation: slideLeft 0.4s ease;
          animation: slideLeft 0.4s ease;
}
.locFinder__list li button:hover svg {
  color: #155ab8;
  -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-size: 16px;
  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: 4000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #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;
}
.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;
  padding: 20px 0;
}
.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: 257px;
}
.header__inner-logo img {
  width: 100%;
}
.header .auto__container {
  position: static;
}

@-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% - 280px);
  position: relative;
  z-index: 6;
}
.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: 28px;
}
.nav__inner-links li {
  margin-right: 28px;
  position: relative;
}
.nav__inner-links li:last-child {
  margin: 0;
}
.nav__inner-link {
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #143635;
  padding: 10px 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: #155ab8;
}
.nav__inner-link svg {
  width: 22px;
  height: 22px;
  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;
}
.nav__inner-selects:last-child {
  margin: 0;
}

.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: #143635;
  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: 92px 0 38px;
  position: relative;
  overflow: hidden;
  background-color: #143635;
  color: #fff;
}
.footer__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__inner-main {
  width: calc(52% - 15px);
  max-width: 342px;
}
.footer__inner-main p {
  color: #ecf0f9;
}
.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: 300px;
  margin-bottom: 42px;
}
.footer__inner-logo img {
  width: 100%;
}
.footer__inner-links {
  width: calc(48% - 15px);
  max-width: 354px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__inner-col {
  width: calc(50% - 12px);
  max-width: 155px;
  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 h6 {
  color: #fff;
  margin-bottom: 24px;
}
.footer__inner-col > a {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  padding: 8px 0;
}
.footer__inner-col > a:last-child {
  margin: 0;
}
.footer__inner-col > a:hover {
  opacity: 1;
  color: #81fbbf;
}
.footer__inner-social {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -10px 0 80px;
}
.footer__inner-social a {
  width: 50px;
  height: 50px;
  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: 7px;
  border-radius: 50%;
  background: #81fbbf;
  color: #143635;
}
.footer__inner-social a:hover {
  opacity: 1;
  background: #fff;
}
.footer__inner-social a.sm svg {
  width: 10px;
}
.footer__inner-social a.big svg {
  width: 20px;
}
.footer__inner-social a:last-child {
  margin: 0;
}
.footer__inner-social a svg {
  width: 18px;
  height: 18px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer__inner-copy {
  padding-top: 32px;
  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;
  text-align: center;
  border-top: 1px solid #fff;
}
.footer__inner-copy p {
  color: #ecf0f9;
}
.footer__inner-copy p br {
  display: none;
}
.footer__inner-copy p a {
  color: #ecf0f9;
}
.footer__inner-copy p a:hover {
  opacity: 1;
  color: #81fbbf;
}

.intro {
  position: relative;
  margin-bottom: 78px;
  z-index: 6;
}
.intro.uniq {
  margin: 0;
}
.intro.uniq .intro__bg::before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
.intro.uniq .intro__inner {
  padding: 64px 0;
}
.intro.uniq .intro__inner-title {
  margin-bottom: 64px;
}
.intro.uniq .introRent {
  position: static;
  -webkit-transform: translate(0);
          transform: translate(0);
  margin: 0 auto;
}
.intro.loc {
  margin: 0;
}
.intro.loc .intro__bg::before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.intro.loc .intro__inner {
  padding: 64px 0;
}
.intro.loc .introRent {
  max-width: unset;
  position: static;
  -webkit-transform: translate(0);
          transform: translate(0);
  margin: 0;
}
.intro.big {
  margin: 0;
}
.intro.big .intro__bg::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(95, 95, 95, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(180deg, rgba(95, 95, 95, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.intro.big .intro__inner {
  padding: 160px 0;
}
.intro.big .intro__inner-title {
  margin-bottom: 64px;
  text-align: start;
}
.intro.big .introRent {
  position: static;
  -webkit-transform: translate(0);
          transform: translate(0);
  margin: 0;
}
.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: 64px 0 104px;
}
.intro__inner-title {
  text-align: center;
}
.intro__inner-title p {
  color: #f6f6f6;
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}
.intro__inner-title h1 {
  margin-bottom: 8px;
}
.intro__inner-title h1:last-child {
  margin: 0;
}
.intro__inner-row {
  color: #fff;
  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;
  margin-bottom: 48px;
}
.intro__inner-col {
  width: calc(50% - 15px);
  max-width: 560px;
}
.intro__inner-col:last-child {
  text-align: end;
}
.intro__inner-col h2 {
  color: #fff;
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}
.intro__inner-col p {
  text-shadow: 0px 2px 48px rgba(255, 255, 255, 0.1);
}
.intro__inner-col p {
  color: #f6f6f6;
}
.introRent {
  position: absolute;
  z-index: 8;
  bottom: -39px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1003px;
  background-color: #fff;
  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: 0 12px 0 45px;
  background: #fff;
  border-radius: 100px;
  border: 1px solid #d4d2e3;
}
.introRent__row {
  width: calc(100% - 115px);
  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__item {
  width: 56%;
  padding: 12px 10px 12px 35px;
  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;
}
/* .introRent__item:last-child {
  width: 44%;
} */
.introRent__item.big {
  width: 100%;
}
.introRent__item.big::before {
  display: none;
}
.introRent__item::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 34px;
  content: "";
  background: #6892f6;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.introRent__item:hover {
  opacity: 1;
}
.introRent__item-wrapper {
  width: 58%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* .introRent__item-wrapper:last-child {
  width: 42%;
} */
.introRent__item h5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: unset;
  color: rgba(20, 54, 53, 0.6);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.introRent__item p {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #143635;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.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: #155ab8;
}
.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: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #102849;
  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: #191919;
}
.introRent__drop a svg {
  width: 14px;
  height: 14px;
  color: #565656;
  margin: 0 0 0 auto;
}

.features {
  padding: 120px 0 50px;
}
.features.sm {
  padding: 50px 0;
}
.features.big {
  padding-top: 80px;
}
.features.big .auto__container {
  max-width: 1296px;
}
.features.big .featuresItem {
  width: calc(25% - 30px);
  max-width: 263px;
}
.features .auto__container {
  max-width: 1190px;
}
.features__inner-title {
  text-align: center;
  max-width: 686px;
  margin: 0 auto 32px;
}
.features__inner-title h2 {
  margin-bottom: 30px;
}
.features__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.featuresItem {
  width: calc(33.3% - 30px);
  max-width: 333px;
  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;
  margin: 32px 15px;
}
.featuresItem__icon {
  width: 113px;
  height: 113px;
  border-radius: 50%;
  background: #143635;
  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-bottom: 33px;
}
.featuresItem__icon img {
  width: 55%;
  max-width: 62px;
}
.featuresItem h4 {
  color: #143635;
  margin-bottom: 30px;
}
.featuresItem p {
  color: rgba(20, 54, 53, 0.8);
}

.book {
  padding: 170px 0 80px;
}
.book.sm {
  padding-top: 90px;
}
.book.ex {
  padding-top: 115px;
}
.book.ex .book__inner-content {
  max-width: 995px;
  padding: 48px 80px;
}
.book.fra {
  padding-top: 130px;
}
.book__inner {
  border-radius: 30px;
  position: relative;
  background: #81fbbf;
  color: #ecf0f9;
}
.book__inner-content {
  width: calc(100% - 230px);
  margin: 0 0 0 auto;
  max-width: 843px;
  background: #143635;
  padding: 54px 80px;
  -webkit-box-shadow: -6px -3px 14px rgba(0, 0, 0, 0.25);
          box-shadow: -6px -3px 14px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  position: relative;
}
.book__inner-content > p {
  margin-bottom: 40px;
}
.book__inner-content h4 {
  margin-bottom: 8px;
}
.book__inner-image {
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 228px;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.book__inner-image img {
  width: 100%;
}
.book__inner-image img.mob {
  display: none;
}
.book__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 40px;
}
.book__inner-row::before {
  position: absolute;
  top: 50%;
  left: 24%;
  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: 24%;
  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-foot {
  position: relative;
}
.book__inner-foot h3 {
  position: absolute;
  left: 186px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-15deg);
          transform: translateY(-50%) rotate(-15deg);
}
.book__inner-foot span {
  position: absolute;
  width: 80px;
  top: 34px;
  left: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
}
.book__inner-foot span img {
  width: 100%;
}
.book__inner h2 {
  margin-bottom: 40px;
  color: #ecf0f9;
}
.book__inner h2 span {
  color: #81fbbf;
}
.bookItem {
  width: calc(25% - 20px);
  max-width: 184px;
  text-align: start;
  color: #f6f6f6;
}
.bookItem h5 {
  margin-bottom: 12px;
  text-shadow: 0px 2px 24px rgba(0, 0, 0, 0.15);
}
.bookItem p {
  font-weight: 600;
  text-shadow: 0px 2px 24px rgba(0, 0, 0, 0.15);
}

.steps {
  padding: 80px 0 30px;
}
.steps__inner-title {
  max-width: 462px;
}
.steps__inner-title h2 {
  margin-bottom: 30px;
}
.steps__inner-slider {
  position: relative;
  padding-top: 112px;
  margin: 0 -16px;
}
.steps .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.steps .slick-slide {
  height: unset !important;
  margin: 0 16px;
}
.steps .slick-list {
  overflow: visible !important;
}
.steps .slick-arrow {
  position: absolute;
  top: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
  width: 64px;
  height: 64px;
  position: absolute;
  z-index: 3;
  border-radius: 50%;
  background: #81fbbf;
  z-index: 3;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.steps .slick-arrow.slick-disabled {
  background-color: #f6f6f6 !important;
  opacity: 1;
  pointer-events: none !important;
}
.steps .slick-arrow.slick-disabled::before {
  border-color: #143635 !important;
}
.steps .slick-arrow:hover {
  background-color: #143635;
  opacity: 1;
}
.steps .slick-arrow:hover::before {
  border-color: #fff;
}
.steps .slick-arrow:focus {
  background-color: #143635;
  opacity: 1;
}
.steps .slick-arrow:focus::before {
  border-color: #fff;
}
.steps .slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  -webkit-transform: translate(-60%, -50%) rotate(45deg);
          transform: translate(-60%, -50%) rotate(45deg);
  width: 14px;
  height: 14px;
  border-top: 3px solid #143635;
  border-right: 3px solid #143635;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 1 !important;
}
.steps .slick-next {
  right: 16px;
}
.steps .slick-prev {
  left: unset;
  right: 88px;
}
.steps .slick-prev::before {
  -webkit-transform: translate(-40%, -50%) rotate(-135deg);
          transform: translate(-40%, -50%) rotate(-135deg);
}
.stepsItem {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  padding: 60px 40px;
  color: #fff;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 594px !important;
}
.stepsItem__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
.stepsItem__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.3)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
.stepsItem__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.stepsItem__title {
  position: relative;
  z-index: 1;
  padding: 0 0 30px 40px;
}
.stepsItem__number {
  font-weight: 600;
  font-size: 64px;
  line-height: 80px;
  max-width: 434px;
  margin-bottom: 20px;
}
.stepsItem__text {
  margin: auto 0 0 0;
  width: 100%;
  padding: 24px 30px;
  background: #fff;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.stepsItem__text p {
  max-width: 388px;
  margin: 0 auto;
  color: rgba(20, 54, 53, 0.8);
}

.explore {
  padding: 80px 0;
}
.explore__inner {
  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;
  padding-right: 70px;
}
.exploreContent {
  width: calc(60% - 15px);
  max-width: 600px;
}
.exploreContent__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}
.exploreContent__tabs button {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #143635;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: transparent;
  position: relative;
  margin: 5px;
  padding: 9px 14px;
  min-width: 112px;
  border: 1px solid #143635;
  border-radius: 100px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.exploreContent__tabs button:hover {
  background: #6892f6;
  color: #ecf0f9;
}
.exploreContent__tabs button.active {
  background: #6892f6;
  color: #ecf0f9;
}
.exploreContent__body {
  padding: 60px 0 22px;
}
.exploreContent__body.active .exploreItem {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.exploreContent__list {
  max-width: 430px;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.exploreContent__list.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeIn 0.3s;
          animation: fadeIn 0.3s;
}
.exploreContent__foot button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #143635;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  padding: 8px 0;
}
.exploreContent__foot button.active svg {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.exploreContent__foot button:hover {
  color: #6892f6;
}
.exploreContent__foot button b {
  font-weight: 400;
}
.exploreContent__foot button svg {
  width: 24px;
  height: 24px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.exploreContent h2 {
  margin-bottom: 50px;
}
.exploreImage {
  width: calc(40% - 15px);
  max-width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.exploreImage img {
  width: 100%;
}
.exploreItem {
  width: calc(50% - 5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 28px;
}
.exploreItem:nth-child(n+9) {
  display: none;
}
.exploreItem span {
  width: 34px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 28px;
}
.exploreItem span img {
  width: 100%;
}
.exploreItem p {
  width: calc(100% - 62px);
}

.network {
  padding: 80px 0;
}
.network__inner-title {
  text-align: center;
  max-width: 930px;
  margin: 0 auto 50px;
}
.network__inner-title h2 {
  margin-bottom: 30px;
}
.network__inner-title p {
  max-width: 720px;
  margin: 0 auto;
}
.network__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -14px;
}
.network__inner-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
}
.network__inner-foot {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.networkItem {
  width: calc(50% - 28px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
  overflow: hidden;
  color: #fff;
  margin: 14px;
  position: relative;
}
.networkItem:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.networkItem.big {
  width: calc(100% - 28px);
  border-radius: 30px;
}
.networkItem.album {
  width: calc(100% - 28px);
}
.networkItem.album .networkItem__image {
  padding-bottom: 48%;
}
.networkItem__image {
  width: 100%;
  padding-bottom: 98%;
  position: relative;
}
.networkItem__image::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));
  z-index: 1;
}
.networkItem__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;
}
.networkItem__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 30px;
  z-index: 2;
}
.networkItem h3 {
  color: #fff;
  font-weight: 600;
  font-size: 48px;
  line-height: 50px;
  margin-bottom: 8px;
}
.networkItem p {
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
}

.news {
  padding: 80px 0;
}
.news.sm {
  padding: 64px 0 48px;
}
.news.sm .news__inner-title {
  text-align: start;
  margin-bottom: 16px;
}
.news.ex {
  padding: 64px 0 112px;
}
.news.ex .news__inner-title {
  text-align: start;
  margin-bottom: 22px;
}
.news__inner-title {
  text-align: center;
  margin-bottom: 64px;
}
.news__inner-title h2 {
  margin-bottom: 30px;
}
.news__inner-title h2:last-child {
  margin: 0;
}
.news__inner-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -6px 20px;
}
.news__inner-filter button {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin: 6px;
  background-color: transparent;
  white-space: nowrap;
  position: relative;
}
.news__inner-filter button:hover span {
  border-color: #143635;
}
.news__inner-filter button input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.news__inner-filter button input:checked ~ span {
  color: #fff;
  background-color: #6892f6;
}
.news__inner-filter button span {
  padding: 8px 18px;
  border: 1px solid #143635;
  border-radius: 100px;
  background-color: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #143635;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.news__inner-row {
  margin: 0 -11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news__inner-row .newsItem {
  width: calc(33.3% - 22px);
  margin: 16px 11px;
}
.news__inner-slider {
  margin: 0 -11px;
}
.news__inner .slick-slide {
  height: unset !important;
  margin: 0 11px;
  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 {
  display: none !important;
  position: absolute;
  top: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
  width: 64px;
  height: 64px;
  position: absolute;
  z-index: 3;
  border-radius: 50%;
  background: #81fbbf;
  z-index: 3;
  -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 {
  border-color: #143635 !important;
}
.news__inner .slick-arrow:hover {
  background-color: #143635;
  opacity: 1;
}
.news__inner .slick-arrow:hover::before {
  border-color: #fff;
}
.news__inner .slick-arrow:focus {
  background-color: #143635;
  opacity: 1;
}
.news__inner .slick-arrow:focus::before {
  border-color: #fff;
}
.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: 14px;
  height: 14px;
  border-top: 3px solid #143635;
  border-right: 3px solid #143635;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 1 !important;
}
.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;
}
.newsItem {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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;
  border: 1px solid #d4d2e3;
  border-radius: 24px;
  padding: 24px 24px 28px 24px;
}
.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: 64%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 24px;
}
.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 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsItem__content h5 {
  margin-bottom: 12px;
}
.newsItem__content p {
  margin-bottom: 44px;
}
.newsItem__link {
  font-weight: 600;
  font-size: 18px;
  line-height: 145%;
  color: #6892f6;
  padding: 8px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto 0 0 0;
}
.newsItem__link span {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 6px;
}
.newsItem__link span svg {
  width: 100%;
  height: 100%;
}

.clients {
  overflow: hidden;
  padding: 80px 0;
}
.clients.uniq {
  padding: 64px 0;
  max-width: 2000px;
  margin: 0 auto;
}
.clients.uniq .clients__inner-title {
  text-align: center;
  max-width: unset;
  margin-bottom: 32px;
}
.clients__inner-title {
  max-width: 511px;
  margin-bottom: 64px;
}
.clients__inner-title h2 {
  margin-bottom: 30px;
}
.clients__inner-title h2:last-child {
  margin: 0;
}
.clients__inner-slider {
  padding-top: 112px;
  position: relative;
}
.clients__inner .slick-slide {
  height: unset !important;
  margin: 0 28px 0 0;
}
.clients__inner .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.clients__inner .slick-list {
  overflow: visible !important;
  padding: 0 !important;
}
.clients__inner .slick-arrow {
  position: absolute;
  top: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
  width: 64px;
  height: 64px;
  position: absolute;
  z-index: 3;
  border-radius: 50%;
  background: #81fbbf;
  z-index: 3;
  -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 {
  border-color: #143635 !important;
}
.clients__inner .slick-arrow:hover {
  background-color: #143635;
  opacity: 1;
}
.clients__inner .slick-arrow:hover::before {
  border-color: #fff;
}
.clients__inner .slick-arrow:focus {
  background-color: #143635;
  opacity: 1;
}
.clients__inner .slick-arrow:focus::before {
  border-color: #fff;
}
.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: 14px;
  height: 14px;
  border-top: 3px solid #143635;
  border-right: 3px solid #143635;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 1 !important;
}
.clients__inner .slick-next {
  right: 0;
}
.clients__inner .slick-prev {
  left: unset;
  right: 72px;
}
.clients__inner .slick-prev::before {
  -webkit-transform: translate(-40%, -50%) rotate(-135deg);
          transform: translate(-40%, -50%) rotate(-135deg);
}
.clients__inner-swiper {
  max-width: 612px;
  margin: 0 auto;
  padding-bottom: 96px;
  position: relative;
}
.clients__inner-swiper::before {
  position: absolute;
  top: -24px;
  right: calc(100% - 24px);
  height: calc(100% - 48px);
  content: "";
  width: 800px;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #ffffff 10%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.clients__inner-swiper::after {
  position: absolute;
  top: -12px;
  left: calc(100% + 16px);
  height: calc(100% - 60px);
  content: "";
  width: 800px;
  z-index: 2;
  background: -webkit-gradient(linear, right top, left top, color-stop(10%, #ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #ffffff 10%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.clients__inner-swiper .slick-slide {
  margin: 0 14px;
}
.clients__inner-swiper .slick-arrow {
  top: unset;
  bottom: 0;
}
.clients__inner-swiper .slick-prev {
  right: calc(50% + 4px);
}
.clients__inner-swiper .slick-next {
  right: unset;
  left: calc(50% + 4px);
}
.clientsItem {
  padding: 40px;
  background: #81fbbf;
  border-radius: 24px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.clientsItem__rate {
  width: 178px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}
.clientsItem__rate img {
  width: 100%;
}
.clientsItem p {
  margin-bottom: 24px;
  color: #143635;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clientsItem h6 {
  color: #143635;
  font-weight: 600;
  margin: auto 0 0 0;
}

.faq {
  padding: 80px 0;
}
.faq__inner-title {
  text-align: center;
  margin-bottom: 64px;
}
.faq__inner-title h2 {
  margin-bottom: 30px;
}
.faq__inner-col {
  max-width: 843px;
  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.15);
}
.faqItem:last-child {
  border: unset;
}
.faqItem__head {
  padding: 20px 15px;
  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::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  opacity: 0;
}
.faqItem__head h5 {
  width: calc(100% - 40px);
  font-weight: 500;
  color: #143635;
}
.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: 16px;
  position: relative;
}
.faqItem__head span::before {
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #6892f6;
  content: "";
  border-radius: 3px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.faqItem__head span::after {
  width: 2px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #6892f6;
  content: "";
  border-radius: 3px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.faqItem__body {
  padding: 0 15px 0 55px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
.faqItem__body.active {
  padding: 4px 15px 20px 55px;
  max-height: 400px;
  opacity: 1;
}
.faqItem__body p {
  padding-left: 10px;
  border-left: 2px solid #6892f6;
  max-width: 753px;
  margin: 0 0 0 auto;
}

.partners {
  padding: 80px 0;
}
.partners__inner-row {
  max-width: 883px;
  margin: 0 auto;
  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: 48px;
  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;
}

.deals {
  padding: 40px 0;
}
.deals__inner-slider {
  margin: 0 -8px;
  padding-top: 96px;
  position: relative;
}
.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;
  top: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
  width: 64px;
  height: 64px;
  position: absolute;
  z-index: 3;
  border-radius: 50%;
  background: #81fbbf;
  z-index: 3;
  -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 {
  border-color: #143635 !important;
}
.deals__inner .slick-arrow:hover {
  background-color: #143635;
  opacity: 1;
}
.deals__inner .slick-arrow:hover::before {
  border-color: #fff;
}
.deals__inner .slick-arrow:focus {
  background-color: #143635;
  opacity: 1;
}
.deals__inner .slick-arrow:focus::before {
  border-color: #fff;
}
.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: 14px;
  height: 14px;
  border-top: 3px solid #143635;
  border-right: 3px solid #143635;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 1 !important;
}
.deals__inner .slick-next {
  right: 16px;
}
.deals__inner .slick-prev {
  left: unset;
  right: 88px;
}
.deals__inner .slick-prev::before {
  -webkit-transform: translate(-40%, -50%) rotate(-135deg);
          transform: translate(-40%, -50%) rotate(-135deg);
}
.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: 30px;
  overflow: hidden;
  min-height: 160px;
}
.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: cover;
  -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: #143635;
  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;
}
.dealsItem__tags span.primary {
  background-color: #81fbbf;
  color: #143635;
}
.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__name h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 145%;
}
.dealsItem__name p {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
}
.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: #4c4c4c;
  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: #143635;
  line-height: 100%;
}
.dealsItem__price p span {
  font-size: 200%;
  line-height: 100%;
}

.places {
  padding: 40px 0 32px;
}
.places.loc {
  padding: 80px 0 112px;
}
.places.loc .placesItem {
  width: calc(33.3% - 16px);
  margin: 16px 8px;
}
.places.loc .placesItem__image {
  padding-bottom: 64%;
}
.places.loc .placesItem__tag {
  right: 24px;
  left: unset;
  background: #81fbbf;
  color: #143635;
}
.places.fra {
  padding: 80px 0 64px;
}
.places.fra .places__inner-title {
  text-align: center;
  margin-bottom: 48px;
}
.places.fra .placesItem {
  width: calc(33.3% - 16px);
  margin: 16px 8px;
}
.places.fra .placesItem__image {
  padding-bottom: 64%;
}
.places__inner-title {
  margin-bottom: 16px;
}
.places__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}
.places__inner-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px 20px;
}
.places__inner-tabs button {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #143635;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: transparent;
  position: relative;
  margin: 5px;
  padding: 9px 14px;
  min-width: 112px;
  border: 1px solid #143635;
  border-radius: 100px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.places__inner-tabs button:hover {
  background: #6892f6;
  color: #ecf0f9;
}
.places__inner-tabs button.active {
  background: #6892f6;
  color: #ecf0f9;
}
.places__inner-grid {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}
.places__inner-grid.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeIn 0.5s;
          animation: fadeIn 0.5s;
}
.places__inner h2 {
  margin-bottom: 8px;
}
.places__inner h2:last-child {
  margin: 0;
}
.placesItem {
  width: calc(25% - 16px);
  margin: 8px;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.placesItem.big {
  width: calc(50% - 16px);
}
.placesItem.big .placesItem__image {
  padding-bottom: 42%;
}
.placesItem:hover {
  opacity: 1;
}
.placesItem:hover .placesItem__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.placesItem__image {
  width: 100%;
  padding-bottom: 85%;
  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;
  pointer-events: none;
}
.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;
  left: 24px;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #fff;
  padding: 8px 16px;
  background-color: #143635;
  border-radius: 0 0 12px 12px;
  text-shadow: 4px 4px 24px rgba(0, 0, 0, 0.5);
}
.placesItem__name {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px;
  color: #fff;
}
.placesItem__name h4 {
  text-shadow: 4px 4px 24px rgba(0, 0, 0, 0.5);
}

.essential {
  padding: 64px 0;
}
.essential__inner {
  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;
}
.essentialImage {
  width: calc(30% - 15px);
  max-width: 348px;
  overflow: hidden;
}
.essentialImage img {
  width: 100%;
}
.essentialContent {
  width: calc(70% - 15px);
  max-width: 820px;
}
.essentialContent__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px;
}
.essentialContent h2 {
  margin-bottom: 24px;
}
.essentialItem {
  width: calc(50% - 16px);
  margin: 8px;
  padding: 24px 24px 24px 60px;
  position: relative;
  border: 1px solid #d4d2e3;
  border-radius: 30px;
}
.essentialItem span {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.essentialItem span img {
  width: 100%;
}
.essentialItem h6 {
  color: rgba(20, 54, 53, 0.8);
  margin-bottom: 12px;
}
.essentialItem p {
  color: rgba(20, 54, 53, 0.6);
}

.hire {
  padding: 64px 0;
}
.hire__inner {
  padding: 40px 40px 40px 80px;
  background: #143635;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  position: relative;
}
.hire__inner-content {
  width: calc(50% - 15px);
  max-width: 500px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.hire__inner-title {
  margin-bottom: 30px;
}
.hire__inner-title h2 {
  color: #fff;
}
.hire__inner-foot {
  position: absolute;
  bottom: 40px;
  left: 80px;
  width: calc(46% - 15px);
  max-width: 500px;
}
.hire__inner-foot p {
  margin-bottom: 32px;
  font-weight: 700;
}
.hire__inner-list {
  width: calc(50% - 15px);
  max-width: 500px;
}
.hire__inner-list li {
  margin-bottom: 16px;
  padding: 16px 24px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  position: relative;
}
.hire__inner-list li:last-child {
  margin: 0;
}
.hire__inner-list li p {
  padding-left: 30px;
  position: relative;
  color: #f6f6f6;
}
.hire__inner-list li p::before {
  position: absolute;
  top: 12px;
  left: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: "";
  background-color: #fff;
}

.offer {
  padding: 64px 0;
}
.offer__inner-title {
  margin-bottom: 8px;
}
.offer__inner-row {
  margin: 0 -15px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.offer__inner-banner {
  width: 100%;
  padding-bottom: 25%;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.offer__inner-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.offerItem {
  width: calc(33.3% - 30px);
  margin: 24px 15px;
  max-width: 346px;
}
.offerItem span {
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}
.offerItem span img {
  width: 100%;
}
.offerItem h6 {
  color: #143635;
  margin-bottom: 12px;
  font-weight: 700;
}
.offerItem p {
  color: rgba(20, 54, 53, 0.6);
}

.hero {
  position: relative;
  background: #143635;
}
.hero.cont {
  background-color: #81fbbf;
}
.hero.cont .hero__inner {
  padding: 64px 0;
  min-height: unset;
}
.hero.cont .hero__inner-title {
  text-align: center;
  width: 100%;
  max-width: unset;
  margin: 0;
}
.hero.cont .hero__inner h1 {
  margin-bottom: 12px;
  color: #143635;
  text-shadow: 0px 2px 48px rgba(255, 255, 255, 0.1);
}
.hero.cont .hero__inner p {
  color: rgba(20, 54, 53, 0.8);
}
.hero.stor .hero__inner {
  padding: 43px 0 96px;
}
.hero.stor .hero__inner-content {
  max-width: 392px;
}
.hero.stor .hero__inner-image {
  max-width: 342px;
}
.hero.aff .hero__inner {
  padding: 57px 0;
}
.hero.aff .hero__inner-content {
  max-width: 592px;
}
.hero.aff .hero__inner-image {
  max-width: 300px;
}
.hero.fra .hero__inner {
  padding: 38px 0;
}
.hero.fra .hero__inner-content {
  max-width: 584px;
}
.hero.fra .hero__inner-image {
  max-width: 300px;
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -o-object-position: 40%;
     object-position: 40%;
}
.hero__image {
  display: none;
}
.hero__inner {
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 58px 0 100px;
}
.hero__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;
}
.hero__inner-content {
  width: calc(55% - 20px);
  max-width: 468px;
  color: #ecf0f9;
  padding-top: 50px;
}
.hero__inner-content h2 {
  margin-bottom: 48px;
  color: #fff;
}
.hero__inner-content h2:last-child {
  margin: 0;
}
.hero__inner-content h4 {
  margin-bottom: 64px;
  color: #ecf0f9;
}
.hero__inner-content h4:last-child {
  margin: 0;
}
.hero__inner-content h1 {
  margin-bottom: 16px;
  color: #fff;
  text-shadow: 0px 2px 48px rgba(255, 255, 255, 0.1);
}
.hero__inner-content h1:last-child {
  margin: 0;
}
.hero__inner-content h1 br {
  display: none;
}
.hero__inner-content p {
  margin-bottom: 16px;
}
.hero__inner-content p:last-child {
  margin: 0;
}
.hero__inner-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(45% - 20px);
  max-width: 368px;
}
.hero__inner-image img {
  width: 100%;
}
.hero__inner-text {
  margin-bottom: 48px;
}
.hero__inner-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
}
.hero__inner-link {
  font-weight: 600;
  font-size: 18px;
  line-height: 145%;
  color: #81fbbf;
  margin-left: 16px;
}

.journey {
  padding: 80px 0;
}
.journey__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.journeyProfile {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 15px);
  max-width: 572px;
}
.journeyProfile__image {
  width: 100%;
  padding-bottom: 77%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 22px;
}
.journeyProfile__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.journeyProfile h4 {
  color: #143635;
  margin-bottom: 8px;
}
.journeyProfile p {
  color: #143635;
}
.journeyContent {
  width: calc(50% - 15px);
  max-width: 580px;
  min-height: 536px;
}
.journeyContent > h4 {
  margin-bottom: 60px;
  color: #143635;
}

.team {
  padding: 80px 0 40px;
}
.team__inner-title {
  max-width: 722px;
  margin: 0 auto 64px;
  text-align: center;
}
.team__inner-title h2 {
  margin-bottom: 24px;
}
.team__inner-banner {
  width: 100%;
  padding-bottom: 32%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 315px;
  margin-bottom: 50px;
}
.team__inner-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.team__inner-row {
  margin: 0 -14px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.team__inner-row.active .teamItem:nth-child(n) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeIn 0.3s;
          animation: fadeIn 0.3s;
}
.team__inner-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.team__inner-foot button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #143635;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  padding: 8px 0;
}
.team__inner-foot button.active svg {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.team__inner-foot button:hover {
  color: #6892f6;
}
.team__inner-foot button b {
  font-weight: 400;
}
.team__inner-foot button svg {
  width: 24px;
  height: 24px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.teamItem {
  margin: 14px;
  width: calc(33.3% - 28px);
  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;
  background: #ecf0f9;
  border-radius: 20px;
  padding: 44px 32px 32px 32px;
}
.teamItem:nth-child(n+4) {
  display: none;
}
.teamItem__avatar {
  width: 166px;
  height: 166px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 24px;
}
.teamItem__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.teamItem__name {
  margin-bottom: 14px;
}
.teamItem__name p {
  color: #6892f6;
}
.teamItem h5 {
  margin-bottom: 6px;
  color: #143635;
}

.support {
  padding: 80px 0;
}
.support__inner {
  background: #143635;
  color: #ecf0f9;
  padding: 64px 40px;
  border-radius: 20px;
}
.support__inner-title {
  text-align: center;
  max-width: 1020px;
  margin: 0 auto 64px;
}
.support__inner-title p {
  max-width: 720px;
  margin: 0 auto;
}
.support__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1020px;
  margin: 0 auto;
}
.support__inner h2 {
  margin-bottom: 30px;
  color: #fff;
}
.supportItem {
  width: 25%;
  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;
  border-right: 1px solid #6892f6;
}
.supportItem:last-child {
  border: unset;
}
.supportItem h3 {
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  color: #81fbbf;
  margin-bottom: 30px;
}
.supportItem p {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
}

.mission {
  padding: 80px 0;
}
.mission__inner-title {
  text-align: center;
  max-width: 844px;
  margin: 0 auto 64px;
}
.mission__inner-image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
}
.mission__inner-image img {
  width: 100%;
}
.mission__inner-image img.mob {
  display: none;
}
.mission__inner-foot {
  text-align: center;
  max-width: 662px;
  margin: 0 auto;
}
.mission__inner-foot p {
  margin-bottom: 64px;
}
.mission__inner h2 {
  margin-bottom: 30px;
}

.affiliate {
  padding: 64px 0 128px;
}
.affiliate__inner {
  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;
}
.affiliateForm {
  width: calc(50% - 15px);
  max-width: 560px;
  padding: 40px;
  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: 30px;
}
.affiliateForm.sm {
  max-width: 584px;
}
.affiliateForm.sm .button {
  width: unset;
}
.affiliateForm.sm .inputC__outer {
  max-width: 232px;
}
.affiliateForm__title {
  margin-bottom: 40px;
}
.affiliateForm__title h3 {
  color: #143635;
  font-weight: 500;
}
.affiliateForm__body {
  display: none;
}
.affiliateForm__body.active {
  display: block;
}
.affiliateForm__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}
.affiliateForm__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.affiliateForm .inputC {
  width: 100%;
  margin-bottom: 16px;
}
.affiliateForm .inputC:last-child {
  margin: 0;
}
.affiliateContent {
  width: calc(50% - 15px);
  max-width: 560px;
}
.affiliateContent.sm {
  max-width: 536px;
}
.affiliateContent.sm .affiliateContent__col {
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.affiliateContent.sm .affiliateContent__col p {
  color: rgba(20, 54, 53, 0.6);
}
.affiliateContent.sm h4 {
  margin-bottom: 12px;
}
.affiliateContent__top {
  margin-bottom: 64px;
}
.affiliateContent__col {
  padding-bottom: 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid #d4d2e3;
}
.affiliateContent__col:last-child {
  border: unset;
  padding: 0 !important;
  margin: 0 !important;
}
.affiliateContent__social {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 12px;
}
.affiliateContent__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;
  color: #6892f6;
}
.affiliateContent__social a:hover {
  opacity: 1;
  color: #143635;
}
.affiliateContent__social a.sm {
  width: 21px;
}
.affiliateContent__social a.big {
  width: 26px;
}
.affiliateContent__social a:last-child {
  margin: 0;
}
.affiliateContent__social a svg {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.affiliateContent h3 {
  color: #143635;
  margin-bottom: 32px;
}
.affiliateContent h6 {
  margin-bottom: 12px;
  color: rgba(20, 54, 53, 0.8);
}
.affiliateContent p {
  color: rgba(20, 54, 53, 0.8);
}
.affiliateContent p b {
  font-weight: 700;
}
.affiliateContent ul {
  padding-left: 25px;
}
.affiliateContent ul li {
  list-style: disc;
  color: rgba(20, 54, 53, 0.8);
}
.affiliateCard {
  padding: 32px;
  border: 1px solid #d4d2e3;
  border-radius: 12px;
}
.affiliateCard__icon {
  width: 113px;
  height: 113px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: #143635;
}
.affiliateCard__icon img {
  width: 55%;
}
.affiliateCard p a {
  color: #6892f6;
  font-weight: 700;
}

.join {
  padding: 64px 0;
}
.join__inner-content {
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}
.join__inner h2 {
  margin-bottom: 32px;
}

.growth {
  padding: 64px 0;
}
.growth__inner-title {
  margin-bottom: 24px;
}
.growth__inner-title h2 {
  margin-bottom: 8px;
}
.growth__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -16px;
}
.growthItem {
  width: calc(33.3% - 32px);
  margin: 24px 16px;
}
.growthItem__content {
  padding: 24px;
  background: #ecf0f9;
  border-radius: 30px;
  margin-bottom: 24px;
}
.growthItem__text {
  padding: 0 24px;
}
.growthItem__text p {
  color: rgba(20, 54, 53, 0.6);
}
.growthItem h3 {
  font-weight: 500;
  font-size: 68px;
  line-height: 115%;
  letter-spacing: -0.03em;
  color: rgba(20, 54, 53, 0.8);
}
.growthItem h6 {
  font-weight: 700;
  color: rgba(20, 54, 53, 0.8);
}

.franchise {
  padding: 80px 0;
}
.franchise__inner-title {
  margin-bottom: 64px;
  max-width: 584px;
}
.franchise__inner-slider {
  position: relative;
  padding-top: 112px;
  margin: 0 -14px;
}
.franchise__inner h2 {
  margin-bottom: 30px;
}
.franchise__inner .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.franchise__inner .slick-slide {
  height: unset !important;
  margin: 0 14px;
}
.franchise__inner .slick-list {
  overflow: visible !important;
}
.franchise__inner .slick-arrow {
  position: absolute;
  top: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
  width: 64px;
  height: 64px;
  position: absolute;
  z-index: 3;
  border-radius: 50%;
  background: #81fbbf;
  z-index: 3;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.franchise__inner .slick-arrow.slick-disabled {
  background-color: #f6f6f6 !important;
  opacity: 1;
  pointer-events: none !important;
}
.franchise__inner .slick-arrow.slick-disabled::before {
  border-color: #143635 !important;
}
.franchise__inner .slick-arrow:hover {
  background-color: #143635;
  opacity: 1;
}
.franchise__inner .slick-arrow:hover::before {
  border-color: #fff;
}
.franchise__inner .slick-arrow:focus {
  background-color: #143635;
  opacity: 1;
}
.franchise__inner .slick-arrow:focus::before {
  border-color: #fff;
}
.franchise__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: 14px;
  height: 14px;
  border-top: 3px solid #143635;
  border-right: 3px solid #143635;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 1 !important;
}
.franchise__inner .slick-next {
  right: 16px;
}
.franchise__inner .slick-prev {
  left: unset;
  right: 88px;
}
.franchise__inner .slick-prev::before {
  -webkit-transform: translate(-40%, -50%) rotate(-135deg);
          transform: translate(-40%, -50%) rotate(-135deg);
}
.franchiseItem {
  border-radius: 30px;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.franchiseItem__image {
  width: calc(41% + 15px);
  height: 100%;
  margin-right: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.franchiseItem__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.franchiseItem__content {
  width: calc(59% + 15px);
  padding: 40px;
  background: #81fbbf;
  border-radius: 24px 0 0 24px;
}
.franchiseItem p {
  color: #143635;
  margin-bottom: 24px;
}
.franchiseItem h6 {
  font-weight: 600;
  color: #143635;
}

.brand {
  padding: 64px 0;
}
.brand.start .brand__inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.brand.start .brand__inner-content p {
  text-align: end;
}
.brand__inner {
  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;
}
.brand__inner-title {
  width: calc(48% - 15px);
  max-width: 552px;
}
.brand__inner-content {
  max-width: 584px;
  width: calc(52% - 15px);
}
.brand__inner-content h2 {
  margin-bottom: 32px;
}
.brand__inner-content h2:last-child {
  margin: 0;
}
.brand__inner-image {
  width: calc(48% - 15px);
  max-width: 552px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.brand__inner-image.sm img {
  width: 77%;
  max-width: 222px;
}
.brand__inner-image img {
  width: 80%;
  max-width: 261px;
}

.terms {
  padding: 80px 0 128px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
.terms__inner-title {
  margin-bottom: 80px;
  text-align: center;
}
.terms__inner-title h1 {
  font-weight: 500;
  line-height: 115%;
  letter-spacing: -0.03em;
  color: #143635;
  text-shadow: 0px 2px 48px rgba(255, 255, 255, 0.1);
}
.terms__inner-col {
  max-width: 584px;
  margin: 0 auto;
}
.termsContent {
  padding-bottom: 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  color: rgba(20, 54, 53, 0.8);
}
.termsContent:first-child h4 {
  color: #143635;
}
.termsContent:last-child {
  border: unset;
  padding: 0;
  margin: 0;
}
.termsContent h4 {
  color: rgba(20, 54, 53, 0.8);
  margin-bottom: 32px;
}
.termsContent ul {
  padding-left: 25px;
}
.termsContent ul li {
  list-style: disc;
}
.termsContent ol {
  padding-left: 25px;
}

.blog {
  padding: 64px 0;
}
.blog__inner-title {
  margin-bottom: 32px;
}
.blog__inner-title h1 {
  text-shadow: unset;
  color: #143635;
}
.blog__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blog__inner-col {
  width: calc(41% - 11px);
  max-width: 480px;
}
.blogItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 22px;
  padding: 16px;
  border: 1px solid #d4d2e3;
  border-radius: 24px;
  background: #fff;
}
.blogItem:last-child {
  margin: 0;
}
.blogItem:hover {
  opacity: 1;
}
.blogItem:hover .blogItem__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.blogItem.big {
  width: calc(59% - 11px);
  max-width: 718px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  margin: 0;
  padding: 24px;
}
.blogItem.big .blogItem__image {
  width: 100%;
  margin-bottom: 24px;
}
.blogItem.big .blogItem__image-inner {
  padding-bottom: 41%;
}
.blogItem.big .blogItem__content {
  width: 100%;
  max-width: unset;
  padding: 0;
}
.blogItem__image {
  width: 150px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.blogItem__image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  content: "";
}
.blogItem__image-inner {
  padding-bottom: 88%;
  position: relative;
  height: 100%;
}
.blogItem__image-inner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.blogItem__content {
  padding: 16px 0;
  width: calc(100% - 165px);
  max-width: 274px;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blogItem__link {
  font-weight: 600;
  font-size: 18px;
  line-height: 145%;
  color: #6892f6;
  padding: 8px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blogItem__link span {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 6px;
}
.blogItem__link span svg {
  width: 100%;
  height: 100%;
}
.blogItem h5 {
  color: #143635;
  margin-bottom: 13px;
}
.blogItem h5:last-child {
  margin: 0;
}
.blogItem p {
  color: rgba(20, 54, 53, 0.8);
  margin-bottom: 44px;
}
.blogItem p:last-child {
  margin: 0;
}

.article {
  padding: 64px 0;
}
.article__inner-title {
  max-width: 994px;
  text-align: center;
  margin: 0 auto 32px;
}
.article__inner-title h1 {
  text-shadow: unset;
  color: #143635;
}
.article__inner-banner {
  width: 100%;
  padding-bottom: 33.3%;
  position: relative;
  min-height: 300px;
  margin-bottom: 32px;
  border-radius: 12px;
  overflow: hidden;
}
.article__inner-banner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.article__inner-col {
  max-width: 790px;
  margin: 0 auto;
}
.article__inner-info {
  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: 64px;
}
.article__inner-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article__inner-side p {
  color: #666666;
}
.article__inner-tag {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #666666;
  padding: 4px 12px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 16px;
  margin-right: 16px;
}
.article__inner-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article__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;
}
.article__inner-social a:hover {
  opacity: 1;
}
.article__inner-social a:hover svg {
  color: #143635;
}
.article__inner-social a.sm {
  width: 21px;
}
.article__inner-social a.big {
  width: 26px;
}
.article__inner-social a:last-child {
  margin: 0;
}
.article__inner-social a svg {
  width: 100%;
  height: 100%;
  color: #6892f6;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.article__inner-content {
  margin-bottom: 80px;
}
.article__inner-content:last-child {
  margin: 0;
}
.article__inner-content h4 {
  color: rgba(20, 54, 53, 0.8);
  margin-bottom: 24px;
}
.article__inner-content p {
  color: rgba(20, 54, 53, 0.8);
}
.article__inner-content p a {
  color: #6892f6;
  font-weight: 700;
}

.story {
  padding: 80px 0;
}
.story__inner-slider {
  padding-top: 112px;
  position: relative;
  margin: 0 -16px;
}
.story__inner .slick-slide {
  height: unset !important;
  margin: 0 16px;
}
.story__inner .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.story__inner .slick-list {
  overflow: visible !important;
}
.story__inner .slick-arrow {
  position: absolute;
  top: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
  width: 64px;
  height: 64px;
  position: absolute;
  z-index: 3;
  border-radius: 50%;
  background: #81fbbf;
  z-index: 3;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.story__inner .slick-arrow.slick-disabled {
  background-color: #f6f6f6 !important;
  opacity: 1;
  pointer-events: none !important;
}
.story__inner .slick-arrow.slick-disabled::before {
  border-color: #143635 !important;
}
.story__inner .slick-arrow:hover {
  background-color: #143635;
  opacity: 1;
}
.story__inner .slick-arrow:hover::before {
  border-color: #fff;
}
.story__inner .slick-arrow:focus {
  background-color: #143635;
  opacity: 1;
}
.story__inner .slick-arrow:focus::before {
  border-color: #fff;
}
.story__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: 14px;
  height: 14px;
  border-top: 3px solid #143635;
  border-right: 3px solid #143635;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 1 !important;
}
.story__inner .slick-next {
  right: 16px;
}
.story__inner .slick-prev {
  left: unset;
  right: 88px;
}
.story__inner .slick-prev::before {
  -webkit-transform: translate(-40%, -50%) rotate(-135deg);
          transform: translate(-40%, -50%) rotate(-135deg);
}
.storyItem {
  border-radius: 30px;
  overflow: hidden;
  min-height: 594px !important;
  padding: 60px 40px;
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.storyItem__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
.storyItem__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.3)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  pointer-events: none;
}
.storyItem__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.storyItem__content {
  position: relative;
  z-index: 2;
  padding: 48px;
  background: #fff;
  border-radius: 20px;
  min-height: 345px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.storyItem__title {
  padding-bottom: 15px;
  border-bottom: 1px solid #6892f6;
  margin-bottom: 24px;
}
.storyItem__title h4 {
  color: #143635;
}

.founder {
  padding: 80px 0;
  color: #143635;
}
.founder__inner {
  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;
}
.founder__inner-text {
  width: 100%;
  max-width: 874px;
  margin-bottom: 30px;
}
.founder__inner-text h4 {
  font-weight: 500;
}
.founder__inner-avatar {
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 30px;
}
.founder__inner-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.founder__inner-name h6 {
  color: #143635;
  font-weight: 700;
  margin-bottom: 6px;
}

.awards {
  padding: 80px 0 120px;
}
.awards__inner-title {
  text-align: center;
  margin-bottom: 64px;
}
.awards__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1066px;
  margin: 0 auto;
}
.awards__inner h2 {
  margin-bottom: 64px;
}
.awardsItem {
  width: calc(33.3% - 10px);
  max-width: 288px;
  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;
  padding: 20px 40px;
  background: #12588a;
  border: 1px solid #000;
  border-radius: 20000px;
}
.awardsItem:nth-child(2) {
  background: #1e252b;
}
.awardsItem:nth-child(3) {
  background: #fff;
}
.awardsItem img {
  width: 100%;
}

@media (max-width: 1450px) {
  .currencyMenu {
    right: 0;
    left: unset;
  }

  h1.big {
    font-size: 80px;
  }
}
@media (max-width: 1380px) {
  h1 {
    font-size: 64px;
  }
  h1.big {
    font-size: 75px;
  }

  .header__inner-logo {
    width: 216px;
  }

  .nav {
    width: calc(100% - 220px);
  }
  .nav__inner-links {
    margin-right: 20px;
  }
  .nav__inner-links li {
    margin-right: 20px;
  }
}
@media (max-width: 1180px) {
  .auto__container {
    padding: 0 30px;
  }

  .main {
    padding-top: 90px;
  }

  h1 {
    font-size: 60px;
  }
  h1.big {
    font-size: 70px;
  }

  h2 {
    font-size: 36px;
    line-height: 120%;
  }
  h2.big {
    font-size: 45px;
  }

  h3 {
    font-size: 32px;
  }
  h3.ex {
    font-size: 28px;
  }

  h6 {
    font-size: 16px;
    line-height: 24px;
  }

  body {
    font-size: 16px;
    line-height: 24px;
  }

  .header__inner {
    height: 90px;
  }
  .header__inner-logo {
    width: 204px;
  }

  .nav__inner-link {
    font-size: 14px;
  }
  .nav__inner .button {
    font-size: 16px;
    line-height: 150%;
    padding: 10px 16px;
  }

  .intro {
    margin-bottom: 70px;
  }
  .intro.big .intro__inner {
    padding: 130px 0;
  }
  .intro__inner {
    padding: 60px 0;
  }
  .introRent {
    padding: 0 12px;
  }

  .places {
    padding: 30px 0;
  }
  .places.loc {
    padding: 80px 0;
  }
  .places.fra {
    padding: 60px 0 50px;
  }
  .places.fra .places__inner-title {
    margin-bottom: 30px;
  }
  .placesItem__name {
    padding: 16px;
  }
  .placesItem h4 {
    font-size: 24px;
  }

  .features {
    padding: 100px 0 50px;
  }
  .features.big .features__inner-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .features.big .featuresItem {
    width: calc(50% - 30px);
    max-width: unset;
  }
  .features__inner-title {
    margin-bottom: 20px;
  }
  .features__inner-title h2 {
    margin-bottom: 20px;
  }

  .book.ex .book__inner-content {
    max-width: 995px;
    padding: 40px 20px 40px 35px;
  }
  .book__inner-content {
    width: calc(100% - 190px);
    padding: 44px 60px;
  }
  .book__inner-image {
    width: 200px;
  }
  .book__inner h2 {
    margin-bottom: 30px;
  }
  .bookItem h5 {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 8px;
  }
  .bookItem p {
    font-size: 14px;
  }

  .steps {
    padding: 50px 0 30px;
  }
  .steps__inner-title h2 {
    margin-bottom: 20px;
  }
  .steps__inner-slider {
    padding-top: 85px;
  }
  .stepsItem {
    padding: 60px 32px;
  }
  .stepsItem__title {
    padding: 0 15px;
  }

  .news {
    padding: 60px 0;
  }
  .news__inner-title {
    margin-bottom: 30px;
  }
  .news__inner-title h2 {
    margin-bottom: 20px;
  }
  .news__inner .slick-slide {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
  .newsItem {
    padding: 24px 20px 28px;
  }

  .clients {
    padding: 60px 0;
  }
  .clients__inner-title h2 {
    margin-bottom: 20px;
  }
  .clients__inner-slider {
    padding-top: 85px;
  }
  .clients__inner-title {
    margin-bottom: 30px;
  }
  .clients__inner .slick-slide {
    margin-right: 20px;
  }

  .faq {
    padding: 60px 0;
  }
  .faq__inner-title {
    margin-bottom: 30px;
  }
  .faq__inner-title h2 {
    margin-bottom: 20px;
  }

  .partners {
    padding: 60px 0 80px;
  }

  .explore {
    padding: 60px 0;
  }
  .explore__inner {
    padding-right: 0;
  }

  .network {
    padding: 60px 0;
  }
  .network__inner-title {
    margin-bottom: 30px;
  }
  .networkItem__content {
    padding: 30px 24px;
  }
  .networkItem h3 {
    font-size: 40px;
    line-height: 100%;
  }

  .essential {
    padding: 50px 0;
  }

  .hire {
    padding: 50px 0;
  }
  .hire__inner {
    padding: 30px;
  }
  .hire__inner-foot {
    bottom: 30px;
    left: 30px;
  }

  .offer {
    padding: 50px 0;
  }

  .hero.stor .hero__inner {
    padding: 40px 0 80px;
  }
  .hero__inner {
    padding: 40px 0 80px;
  }
  .hero__inner-text {
    margin-bottom: 30px;
  }
  .hero__inner h2 {
    margin-bottom: 30px;
  }
  .hero__inner h4 {
    margin-bottom: 40px;
  }

  .mission {
    padding: 60px 0 80px;
  }
  .mission__inner-title {
    margin-bottom: 40px;
  }
  .mission__inner-image {
    margin-bottom: 40px;
  }
  .mission__inner-foot p {
    margin-bottom: 40px;
  }
  .mission__inner h2 {
    margin-bottom: 22px;
  }

  .journey {
    padding: 60px 0;
  }
  .journeyContent {
    min-height: 500px;
  }
  .journeyContent > h4 {
    margin-bottom: 40px;
  }

  .team {
    padding: 60px 0 40px;
  }
  .team__inner-title {
    margin-bottom: 40px;
  }
  .team__inner-banner {
    margin-bottom: 30px;
  }
  .team__inner-row {
    margin: 0 -10px 40px;
  }
  .teamItem {
    margin: 10px;
    width: calc(33.3% - 20px);
    padding: 30px 24px;
  }
  .teamItem__avatar {
    width: 140px;
    height: 140px;
    margin-bottom: 16px;
  }

  .support {
    padding: 60px 0;
  }
  .support__inner {
    padding: 50px 32px;
  }
  .support__inner-title {
    margin-bottom: 40px;
  }
  .support__inner h2 {
    margin-bottom: 24px;
  }
  .supportItem h3 {
    font-size: 40px;
    margin-bottom: 24px;
  }

  .growth__inner-row {
    margin: 0 -10px;
  }
  .growthItem {
    margin: 16px 10px;
    width: calc(33.3% - 20px);
  }
  .growthItem__text {
    padding: 0 16px;
  }
  .growthItem h3 {
    font-size: 54px;
  }

  .franchise {
    padding: 60px 0;
  }
  .franchise__inner-title {
    margin-bottom: 40px;
  }
  .franchise__inner-title h2 {
    margin-bottom: 20px;
  }
  .franchise__inner-slider {
    padding-top: 96px;
    margin: 0 -10px;
  }
  .franchise__inner .slick-slide {
    margin: 0 10px;
  }
  .franchiseItem__content {
    padding: 24px;
  }

  .brand {
    padding: 50px 0;
  }
  .brand__inner-content h2 {
    margin-bottom: 24px;
  }

  .affiliate {
    padding: 80px 0 100px;
  }
  .affiliateForm {
    padding: 24px;
  }
  .affiliateContent__top {
    margin-bottom: 45px;
  }
  .affiliateContent.sm .affiliateContent__col {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .affiliateContent h3,
.affiliateContent h4 {
    margin-bottom: 20px;
  }
  .affiliateCard {
    padding: 24px;
  }

  .terms {
    padding: 80px 0 100px;
  }
  .terms__inner-title {
    margin-bottom: 60px;
  }
  .termsContent h4 {
    margin-bottom: 24px;
  }

  .blogItem {
    margin-bottom: 20px;
  }
  .blogItem__image {
    width: 140px;
  }
  .blogItem__content {
    width: calc(100% - 155px);
  }

  .article {
    padding: 50px 0;
  }
  .article__inner-info {
    margin-bottom: 50px;
  }
  .article__inner-content {
    margin-bottom: 60px;
  }

  .story {
    padding: 80px 0 60px;
  }
  .story__inner-slider {
    margin: 0 -10px;
  }
  .story__inner .slick-slide {
    margin: 0 10px;
  }
  .storyItem {
    min-height: 530px !important;
  }
  .storyItem__content {
    padding: 30px;
    min-height: 300px;
  }

  .founder {
    padding: 60px 0;
  }

  .awards {
    padding: 60px 0;
  }
  .awards__inner h2 {
    margin-bottom: 40px;
  }
  .awardsItem {
    padding: 15px 30px;
  }
}
@media (max-width: 1024px) {
  ::-webkit-scrollbar {
    display: none;
  }

  h1 {
    font-size: 56px;
  }
  h1.big {
    font-size: 65px;
  }

  .langMenu {
    position: static;
    top: unset;
    right: unset;
    display: none;
    opacity: 1;
    visibility: visible;
    width: 100%;
  }
  .langMenu.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: fadeIn 0.3s;
            animation: fadeIn 0.3s;
  }

  .currencyMenu {
    position: static;
    top: unset;
    display: none;
    opacity: 1;
    visibility: visible;
    width: 100%;
  }
  .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: 90px;
    left: 0;
    width: 100%;
    height: calc(100% - 90px);
    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;
    justify-content: unset;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    padding: 120px 30px 30px 30px;
    height: 100%;
    overflow-y: auto;
    background: #ecf0f9;
  }
  .nav__inner-links {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 28px 0;
  }
  .nav__inner-links li {
    width: 100%;
    margin: 0 0 28px 0;
  }
  .nav__inner-link {
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    padding: 8px;
    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 .button {
    padding: 12px 24px;
  }
  .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: 20%;
    width: 85%;
    height: 3px;
    border-radius: 3px;
    background-color: #143635;
    -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: 85%;
    height: 3px;
    border-radius: 3px;
    background-color: #143635;
    -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: 20%;
    width: 85%;
    height: 3px;
    border-radius: 3px;
    background-color: #143635;
    -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: 90px;
    left: 0;
    width: 100%;
    height: calc(100% - 90px);
    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: #143635;
    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%;
  }
}
@media (max-width: 930px) {
  h1.big {
    font-size: 60px;
  }

  h2.big {
    font-size: 40px;
  }

  h4 {
    font-size: 24px;
  }

  .intro {
    margin-bottom: 116px;
  }
  .intro.big .intro__inner {
    padding: 100px 0;
  }
  .intro__inner {
    padding: 64px 0 300px;
  }
  .intro__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .intro__inner-col {
    width: 100%;
    max-width: unset;
    margin-bottom: 16px;
  }
  .intro__inner-col:last-child {
    margin: 0;
    text-align: start;
  }
  .introRent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    border-radius: 40px;
    padding: 20px;
    bottom: -116px;
  }
  .introRent__row {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .introRent__item {
    width: 100% !important;
    border: unset;
    padding: 12px 24px;
    background: #ecf0f9;
    border-radius: 20000px;
    margin-bottom: 15px;
  }
  .introRent__item:last-child {
    margin: 0;
  }
  .introRent__item::before {
    display: none;
  }
  .introRent__item-wrapper {
    width: 100% !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 16px;
  }
  .introRent__item-name {
    width: calc(100% - 52px);
  }
  .introRent__item > span {
    width: 44px;
    height: 44px;
    margin-right: 8px;
  }
  .introRent__item h5 {
    font-size: 16px;
    line-height: 24px;
  }
  .introRent__item p {
    font-size: 16px;
  }
  .introRent .button {
    width: 100%;
  }

  .places.loc .placesItem {
    width: calc(50% - 16px);
    margin: 12px 8px;
  }
  .places.fra .placesItem {
    width: calc(50% - 16px);
    margin: 12px 8px;
  }
  .placesItem {
    width: calc(50% - 16px);
  }
  .placesItem__image {
    padding-bottom: 47%;
    min-height: 180px;
  }

  .features {
    padding: 80px 0 50px;
  }
  .features.big .featuresItem {
    width: calc(50% - 16px);
  }
  .features__inner-row {
    margin: 0 -8px;
  }
  .featuresItem {
    width: calc(33.3% - 16px);
    margin: 15px 8px;
  }
  .featuresItem__icon {
    width: 90px;
    height: 90px;
    margin-bottom: 24px;
  }
  .featuresItem h4 {
    margin-bottom: 24px;
  }

  .book {
    padding: 154px 0 60px;
  }
  .book__inner-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .book__inner-row::before {
    display: none;
  }
  .book__inner-row::after {
    display: none;
  }
  .book__inner-line {
    display: none;
  }
  .book__inner h2 {
    margin-bottom: 20px;
  }
  .bookItem {
    width: calc(50% - 10px);
    margin: 10px 5px;
    max-width: unset;
  }

  .news__inner-row .newsItem {
    width: calc(50% - 16px);
    margin: 12px 8px;
  }

  .footer {
    padding: 80px 0 38px;
  }

  .exploreImage {
    width: calc(37% - 10px);
  }
  .exploreContent {
    width: calc(63% - 10px);
  }
  .exploreContent__body {
    padding: 30px 0 10px;
  }
  .exploreContent h2 {
    margin-bottom: 20px;
  }

  .network__inner-title h2 {
    margin-bottom: 20px;
  }
  .network__inner-row {
    margin: 0 -10px;
  }
  .networkItem {
    width: calc(50% - 20px);
    margin: 10px;
  }
  .networkItem.big {
    width: calc(100% - 20px);
  }
  .networkItem.album {
    width: calc(100% - 20px);
  }
  .networkItem__content {
    padding: 24px 20px;
  }
  .networkItem h3 {
    font-size: 36px;
  }
  .networkItem p {
    font-size: 18px;
  }

  .essential__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .essentialImage {
    width: 70%;
    max-width: 400px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .essentialContent {
    width: 100%;
    max-width: unset;
    margin-bottom: 32px;
  }

  .hire {
    padding: 50px 0;
  }
  .hire__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hire__inner-title {
    margin: 0;
  }
  .hire__inner-content {
    width: 100%;
    max-width: unset;
    margin-bottom: 30px;
  }
  .hire__inner-list {
    width: 100%;
    max-width: unset;
    margin-bottom: 30px;
  }
  .hire__inner-foot {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    position: static;
    width: 100%;
  }

  .offer__inner-banner {
    padding-bottom: 50%;
  }
  .offerItem {
    width: calc(50% - 30px);
    max-width: unset;
  }

  .journeyContent {
    width: calc(52% - 10px);
    min-height: 500px;
  }
  .journeyContent > h4 {
    margin-bottom: 20px;
  }
  .journeyProfile {
    width: calc(48% - 10px);
  }
  .journeyProfile__image {
    margin-bottom: 14px;
  }

  .teamItem {
    width: calc(50% - 20px);
  }
  .teamItem:nth-child(n+3) {
    display: none;
  }

  .support {
    padding: 40px 0;
  }
  .support__inner {
    padding: 35px 24px;
  }
  .supportItem h3 {
    font-size: 30px;
    margin-bottom: 16px;
  }
  .supportItem p {
    font-size: 18px;
  }

  .growth {
    padding: 50px 0;
  }
  .growthItem {
    width: calc(50% - 20px);
  }

  .brand__inner-content {
    width: calc(56% - 10px);
  }
  .brand__inner-title {
    width: calc(44% - 10px);
  }
  .brand__inner-image {
    width: calc(44% - 10px);
  }
  .brand__inner-image img {
    width: 90%;
  }

  .franchise {
    padding: 50px 0;
  }
  .franchise__inner-title {
    margin-bottom: 30px;
  }
  .franchiseItem__content {
    padding: 40px;
  }

  .affiliate__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .affiliateForm {
    width: 100%;
    max-width: unset;
    margin-bottom: 100px;
    padding: 30px;
  }
  .affiliateForm.sm {
    max-width: unset;
  }
  .affiliateForm.sm .inputC__outer {
    max-width: unset;
  }
  .affiliateForm .inputC__outer {
    max-width: unset;
  }
  .affiliateContent {
    width: 100%;
    max-width: unset;
  }
  .affiliateContent.sm {
    max-width: unset;
  }

  .blog__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog__inner-col {
    width: 100%;
    max-width: unset;
  }
  .blogItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px 20px 28px !important;
  }
  .blogItem.big {
    width: 100%;
    max-width: unset;
    margin-bottom: 30px;
  }
  .blogItem__image {
    width: 100%;
  }
  .blogItem__image-inner {
    padding-bottom: 56% !important;
  }
  .blogItem__content {
    width: 100%;
    max-width: unset;
  }

  .article__inner-title {
    margin-bottom: 24px;
  }
  .article__inner-content {
    margin-bottom: 50px;
  }
  .article__inner-banner {
    margin-bottom: 32px;
  }
}
@media (max-width: 840px) {
  .deals__inner-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -8px;
  }
  .dealsItem {
    width: calc(50% - 16px);
    margin: 8px;
  }
}
@media (max-width: 750px) {
  h1.big {
    font-size: 56px;
  }

  h2.big {
    font-size: 36px;
  }

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

  p.lg {
    font-size: 18px;
  }

  .steps {
    padding: 50px 0;
  }
  .steps__inner-title {
    margin-bottom: 30px;
  }
  .steps__inner-slider {
    padding: 0 0 94px 0;
  }
  .steps__inner .slick-arrow {
    top: unset;
    bottom: 0;
  }
  .steps__inner .slick-prev {
    right: calc(50% + 4px);
  }
  .steps__inner .slick-next {
    right: unset;
    left: calc(50% + 4px);
  }
  .stepsItem {
    min-height: 520px !important;
  }

  .explore {
    padding: 50px 0;
  }
  .explore__inner {
    -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;
  }
  .exploreContent {
    width: 100%;
    max-width: unset;
    margin-bottom: 30px;
  }
  .exploreContent__tabs {
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 -30px;
    padding: 0 30px;
  }
  .exploreContent__tabs button {
    margin: 0 20px 0 0;
  }
  .exploreContent__tabs button:last-child {
    margin: 0;
  }
  .exploreContent__body {
    padding: 40px 0 10px;
  }
  .exploreContent h2 {
    margin-bottom: 35px;
  }
  .exploreImage {
    width: 85%;
    max-width: 340px;
  }
  .exploreImage img {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }

  .network {
    padding: 50px 0 40px;
  }
  .network__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .network__inner-col {
    width: 100%;
  }

  .clients {
    padding: 50px 0;
  }
  .clients.uniq {
    padding: 50px 0;
  }
  .clients.uniq .clients__inner-title {
    margin-bottom: 24px;
  }
  .clients.uniq .slick-slide {
    margin: 0 15px;
  }
  .clients__inner-title {
    width: 100%;
  }
  .clients__inner-slider {
    padding: 0 0 94px 0;
    margin: 0 -15px;
  }
  .clients__inner-swiper {
    margin: 0 -15px;
  }
  .clients__inner .slick-slide {
    margin: 0 15px;
  }
  .clients__inner .slick-arrow {
    top: unset;
    bottom: 0;
  }
  .clients__inner .slick-prev {
    right: calc(50% + 4px);
  }
  .clients__inner .slick-next {
    right: unset;
    left: calc(50% + 4px);
  }

  .hero.stor .hero__inner {
    padding: 120px 0 40px;
  }
  .hero.aff .hero__inner {
    padding: 80px 0;
  }
  .hero.fra .hero__inner {
    padding: 64px 0 80px;
  }
  .hero__bg {
    display: none;
  }
  .hero__inner {
    padding: 120px 0 40px;
  }
  .hero__inner-image {
    display: none;
  }
  .hero__inner-content {
    width: 100%;
    max-width: unset !important;
    padding: 0;
  }
  .hero__inner h1 br {
    display: block;
  }
  .hero__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .hero__image img {
    width: 100%;
  }

  .places {
    padding: 50px 0;
  }
  .places.loc {
    padding: 80px 0 50px;
  }
  .places.fra {
    padding: 50px 0;
  }
  .places__inner-tabs {
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 -30px 30px;
    padding: 0 30px;
  }
  .places__inner-tabs button {
    margin: 0 10px 0 0;
  }
  .places__inner-tabs button:last-child {
    margin: 0;
  }
  .places__inner-title {
    margin-bottom: 20px;
  }
  .places__inner-row {
    margin: 0 -5px;
  }
  .placesItem {
    width: calc(50% - 10px);
    margin: 5px;
  }
  .placesItem.big {
    width: calc(50% - 10px);
  }

  .features.sm {
    padding: 80px 0 50px;
  }
  .features.uniq {
    border-radius: 50px 50px 0 0;
    margin-top: -42px;
    background: #fff;
    position: relative;
    z-index: 10;
  }
  .features.big {
    padding: 80px 0 40px;
  }
  .features.big .featuresItem {
    width: 100%;
  }
  .features__inner-title {
    margin-bottom: 30px;
  }
  .features__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .featuresItem {
    width: 100%;
    max-width: unset;
    margin: 0 0 30px 0;
  }
  .featuresItem:last-child {
    margin: 0;
  }
  .featuresItem__icon {
    width: 113px;
    height: 113px;
  }
  .featuresItem p {
    font-size: 16px;
    line-height: 150%;
  }

  .news {
    padding: 50px 0;
  }
  .news.ex {
    padding: 50px 0;
  }
  .news__inner-filter {
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 -30px 32px;
    padding: 0 30px;
  }
  .news__inner-filter button {
    margin: 0 10px 0 0;
  }
  .news__inner-filter button:last-child {
    margin: 0;
  }
  .news__inner-slider {
    padding-bottom: 94px;
  }
  .news .slick-arrow {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    top: unset;
    bottom: 0;
  }
  .news .slick-prev {
    right: calc(50% + 4px);
  }
  .news .slick-next {
    right: unset;
    left: calc(50% + 4px);
  }

  .book {
    padding: 154px 0 50px;
  }
  .book.ex {
    padding-top: 154px;
  }
  .book.ex .book__inner-content {
    padding: 50px 32px;
  }
  .book.sm {
    padding-top: 154px;
  }
  .book.sm .book__inner-content {
    width: 100%;
    padding: 66px 32px;
  }
  .book__inner {
    padding-top: 230px;
  }
  .book__inner-content {
    width: 100%;
    padding: 73px 32px;
  }
  .book__inner-content h4 {
    display: none;
  }
  .book__inner-image {
    left: 50%;
    right: unset;
    bottom: 100%;
    width: 280px;
    -webkit-transform: translate(-50%, 7%);
            transform: translate(-50%, 7%);
  }
  .book__inner-image img {
    display: none;
  }
  .book__inner-image img.mob {
    display: block;
  }

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

  .faq {
    padding: 50px 0;
  }

  .footer__inner-row {
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__inner-main {
    width: 100%;
    max-width: unset;
    margin-bottom: 40px;
  }
  .footer__inner-links {
    width: 100%;
  }
  .footer__inner-terms a {
    margin-right: 20px;
  }
  .footer__inner-social {
    margin: 0 0 40px 0;
  }
  .footer__inner-copy {
    padding-top: 16px;
  }
  .footer__inner-col h6 {
    margin-bottom: 24px;
  }

  .deals {
    padding: 50px 0;
  }
  .deals__inner-title {
    width: 100%;
    margin-bottom: 30px;
  }
  .deals__inner-slider {
    padding-bottom: 94px;
    padding: 0 0 94px 0;
  }
  .deals__inner-row {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .deals__inner .slick-list {
    overflow: visible !important;
  }
  .deals__inner .slick-arrow {
    top: unset;
    bottom: 0;
  }
  .deals__inner .slick-prev {
    right: calc(50% + 4px);
  }
  .deals__inner .slick-next {
    right: unset;
    left: calc(50% + 4px);
  }
  .dealsItem {
    width: 100%;
    margin: 0 0 16px 0;
  }
  .dealsItem:last-child {
    margin: 0;
  }

  .essentialContent__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .essentialItem {
    width: 100%;
    margin-bottom: 16px;
    margin: 0 0 16px 0;
  }
  .essentialItem:last-child {
    margin: 0;
  }

  .hire {
    padding: 40px 0;
  }

  .offer__inner-title {
    margin-bottom: 24px;
  }
  .offer__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 30px 0;
  }
  .offerItem {
    width: 100%;
    max-width: unset;
    margin: 0 0 20px 0;
  }
  .offerItem:last-child {
    margin: 0;
  }

  .mission {
    padding: 40px 0 80px;
  }
  .mission__inner-title {
    margin-bottom: 30px;
  }
  .mission__inner-image {
    margin-bottom: 30px;
  }
  .mission__inner-image img {
    display: none;
  }
  .mission__inner-image img.mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mission__inner-foot p {
    margin-bottom: 30px;
  }

  .journey {
    padding: 40px 0;
  }
  .journey__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .journeyProfile {
    position: static;
    width: 100%;
    max-width: unset;
    margin-bottom: 30px;
  }
  .journeyProfile__image {
    padding-bottom: 100%;
    margin-bottom: 24px;
  }
  .journeyContent {
    width: 100%;
    max-width: unset;
    text-align: center;
  }
  .journeyContent > h4 {
    margin-bottom: 24px;
  }

  .support__inner {
    padding: 40px 30px;
  }
  .support__inner-row {
    -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;
  }
  .supportItem {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border: unset;
    border-bottom: 1px solid #6892f6;
  }
  .supportItem:last-child {
    margin: 0;
    padding: 0;
  }
  .supportItem h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 24px;
  }
  .supportItem p {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
  }

  .join {
    padding: 80px 0 50px;
  }
  .join__inner h2 {
    margin-bottom: 24px;
  }

  .brand.start .brand__inner-content p {
    text-align: start;
  }
  .brand__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .brand__inner-content {
    width: 100%;
    max-width: unset;
    margin-bottom: 32px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .brand__inner-image {
    width: 100%;
    max-width: unset;
  }
  .brand__inner-image img {
    width: 90%;
  }
  .brand__inner-title {
    width: 100%;
    max-width: unset;
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
    margin-bottom: 24px;
  }

  .franchise__inner-title {
    margin-bottom: 56px;
  }
  .franchise__inner-slider {
    padding: 0 0 112px 0;
    margin: 0 -16px;
  }
  .franchise__inner .slick-slide {
    margin: 0 16px;
  }
  .franchise__inner .slick-arrow {
    top: unset;
    bottom: 0;
  }
  .franchise__inner .slick-prev {
    right: calc(50% + 4px);
  }
  .franchise__inner .slick-next {
    right: unset;
    left: calc(50% + 4px);
  }
  .franchiseItem__content {
    padding: 24px;
  }

  .affiliate {
    padding: 80px 0;
  }

  .blog {
    padding: 64px 0 50px;
  }

  .article {
    padding: 40px 0;
  }
  .article__inner-info {
    -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;
  }
  .article__inner-side {
    width: 100%;
    margin-bottom: 16px;
  }
  .article__inner-side p {
    text-align: center;
    width: 100%;
  }
  .article__inner h1 {
    font-size: 36px;
  }

  .story {
    padding: 80px 0 40px;
  }
  .story__inner-title {
    margin-bottom: 40px;
  }
  .story__inner-slider {
    padding: 0 0 94px 0;
  }
  .story__inner .slick-arrow {
    top: unset;
    bottom: 0;
  }
  .story__inner .slick-prev {
    right: calc(50% + 4px);
  }
  .story__inner .slick-next {
    right: unset;
    left: calc(50% + 4px);
  }
  .storyItem {
    min-height: 427px !important;
    padding: 50px 32px;
  }

  .founder {
    padding: 40px 0;
  }

  .awards {
    padding: 40px 0;
  }
  .awards__inner-title {
    margin-bottom: 60px;
  }
  .awards__inner-row {
    -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;
  }
  .awards__inner h2 {
    margin-bottom: 24px;
  }
  .awardsItem {
    width: 100%;
    max-width: 288px;
    padding: 20px 40px;
    margin-bottom: 24px;
  }
  .awardsItem:last-child {
    margin: 0;
  }
}
@media (max-width: 650px) {
  .essential__inner .slick-slide {
    height: unset !important;
    margin: 0 8px;
  }
  .essential__inner .slick-list {
    overflow: visible !important;
  }
  .essential__inner .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .essential__inner .slick-arrow {
    position: absolute;
    top: unset;
    bottom: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
    width: 64px;
    height: 64px;
    position: absolute;
    z-index: 3;
    border-radius: 50%;
    background: #81fbbf;
    z-index: 3;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .essential__inner .slick-arrow.slick-disabled {
    background-color: #f6f6f6 !important;
    opacity: 1;
    pointer-events: none !important;
  }
  .essential__inner .slick-arrow.slick-disabled::before {
    border-color: #143635 !important;
  }
  .essential__inner .slick-arrow:hover {
    background-color: #143635;
    opacity: 1;
  }
  .essential__inner .slick-arrow:hover::before {
    border-color: #fff;
  }
  .essential__inner .slick-arrow:focus {
    background-color: #143635;
    opacity: 1;
  }
  .essential__inner .slick-arrow:focus::before {
    border-color: #fff;
  }
  .essential__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: 14px;
    height: 14px;
    border-top: 3px solid #143635;
    border-right: 3px solid #143635;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 1 !important;
  }
  .essential__inner .slick-next {
    right: unset;
    left: calc(50% + 4px);
  }
  .essential__inner .slick-prev {
    left: unset;
    right: calc(50% + 4px);
  }
  .essential__inner .slick-prev::before {
    -webkit-transform: translate(-40%, -50%) rotate(-135deg);
            transform: translate(-40%, -50%) rotate(-135deg);
  }
  .essentialContent__row {
    margin: 0 -8px;
    padding-bottom: 94px;
  }

  .hire__inner-list {
    margin: 0 -8px 30px;
    padding-bottom: 94px;
  }
  .hire__inner .slick-slide {
    height: unset !important;
    margin: 0 8px;
  }
  .hire__inner .slick-list {
    overflow: visible !important;
  }
  .hire__inner .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hire__inner .slick-arrow {
    position: absolute;
    top: unset;
    bottom: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
    width: 64px;
    height: 64px;
    position: absolute;
    z-index: 3;
    border-radius: 50%;
    background: #81fbbf;
    z-index: 3;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .hire__inner .slick-arrow.slick-disabled {
    background-color: #f6f6f6 !important;
    opacity: 1;
    pointer-events: none !important;
  }
  .hire__inner .slick-arrow.slick-disabled::before {
    border-color: #143635 !important;
  }
  .hire__inner .slick-arrow:hover {
    background-color: #143635;
    opacity: 1;
  }
  .hire__inner .slick-arrow:hover::before {
    border-color: #fff;
  }
  .hire__inner .slick-arrow:focus {
    background-color: #143635;
    opacity: 1;
  }
  .hire__inner .slick-arrow:focus::before {
    border-color: #fff;
  }
  .hire__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: 14px;
    height: 14px;
    border-top: 3px solid #143635;
    border-right: 3px solid #143635;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 1 !important;
  }
  .hire__inner .slick-next {
    right: unset;
    left: calc(50% + 4px);
  }
  .hire__inner .slick-prev {
    left: unset;
    right: calc(50% + 4px);
  }
  .hire__inner .slick-prev::before {
    -webkit-transform: translate(-40%, -50%) rotate(-135deg);
            transform: translate(-40%, -50%) rotate(-135deg);
  }

  .offer__inner-row {
    margin: 0 -12px 48px;
    padding-bottom: 94px;
  }
  .offer__inner-banner {
    padding-bottom: 95%;
  }
  .offer__inner .slick-slide {
    height: unset !important;
    margin: 0 12px;
  }
  .offer__inner .slick-list {
    overflow: visible !important;
  }
  .offer__inner .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .offer__inner .slick-arrow {
    position: absolute;
    top: unset;
    bottom: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
    width: 64px;
    height: 64px;
    position: absolute;
    z-index: 3;
    border-radius: 50%;
    background: #81fbbf;
    z-index: 3;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .offer__inner .slick-arrow.slick-disabled {
    background-color: #f6f6f6 !important;
    opacity: 1;
    pointer-events: none !important;
  }
  .offer__inner .slick-arrow.slick-disabled::before {
    border-color: #143635 !important;
  }
  .offer__inner .slick-arrow:hover {
    background-color: #143635;
    opacity: 1;
  }
  .offer__inner .slick-arrow:hover::before {
    border-color: #fff;
  }
  .offer__inner .slick-arrow:focus {
    background-color: #143635;
    opacity: 1;
  }
  .offer__inner .slick-arrow:focus::before {
    border-color: #fff;
  }
  .offer__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: 14px;
    height: 14px;
    border-top: 3px solid #143635;
    border-right: 3px solid #143635;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 1 !important;
  }
  .offer__inner .slick-next {
    right: unset;
    left: calc(50% + 4px);
  }
  .offer__inner .slick-prev {
    left: unset;
    right: calc(50% + 4px);
  }
  .offer__inner .slick-prev::before {
    -webkit-transform: translate(-40%, -50%) rotate(-135deg);
            transform: translate(-40%, -50%) rotate(-135deg);
  }

  .team {
    padding: 40px 0;
  }
  .team__inner-title {
    margin-bottom: 30px;
  }
  .team__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .teamItem {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 40px;
  }
  .teamItem:nth-child(n+4) {
    display: none;
  }
  .teamItem__avatar {
    width: 166px;
    height: 166px;
    margin-bottom: 24px;
  }

  .places.loc .placesItem {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .places.loc .placesItem__image {
    padding-bottom: 80% !important;
  }
  .places.loc .placesItem:last-child {
    margin: 0;
  }
  .places.loc .placesItem p {
    font-size: 18px;
  }
  .places.fra .placesItem {
    width: 100%;
  }
  .places.fra .placesItem__image {
    padding-bottom: 80% !important;
  }
  .places.fra .placesItem p {
    font-size: 18px;
  }
  .places__inner-title {
    margin-bottom: 30px;
  }
  .places__inner-row {
    margin: 0 -8px;
    padding-bottom: 94px;
  }
  .places__inner-grid {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .places__inner .slick-slide {
    height: unset !important;
    margin: 0 8px;
  }
  .places__inner .slick-list {
    overflow: visible !important;
  }
  .places__inner .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .places__inner .slick-arrow {
    position: absolute;
    top: unset;
    bottom: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
    width: 64px;
    height: 64px;
    position: absolute;
    z-index: 3;
    border-radius: 50%;
    background: #81fbbf;
    z-index: 3;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .places__inner .slick-arrow.slick-disabled {
    background-color: #f6f6f6 !important;
    opacity: 1;
    pointer-events: none !important;
  }
  .places__inner .slick-arrow.slick-disabled::before {
    border-color: #143635 !important;
  }
  .places__inner .slick-arrow:hover {
    background-color: #143635;
    opacity: 1;
  }
  .places__inner .slick-arrow:hover::before {
    border-color: #fff;
  }
  .places__inner .slick-arrow:focus {
    background-color: #143635;
    opacity: 1;
  }
  .places__inner .slick-arrow:focus::before {
    border-color: #fff;
  }
  .places__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: 14px;
    height: 14px;
    border-top: 3px solid #143635;
    border-right: 3px solid #143635;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 1 !important;
  }
  .places__inner .slick-next {
    right: unset;
    left: calc(50% + 4px);
  }
  .places__inner .slick-prev {
    left: unset;
    right: calc(50% + 4px);
  }
  .places__inner .slick-prev::before {
    -webkit-transform: translate(-40%, -50%) rotate(-135deg);
            transform: translate(-40%, -50%) rotate(-135deg);
  }
  .placesItem {
    margin: 0 8px;
    width: unset;
  }
  .placesItem__image {
    padding-bottom: 95% !important;
  }
  .placesItem__name {
    padding: 24px;
  }
  .placesItem h4 {
    font-size: 28px;
  }

  .news.big {
    padding: 40px 0;
  }
  .news__inner-title {
    width: 100%;
  }
  .news__inner-row {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news__inner-row .newsItem {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .news__inner-row .newsItem:last-child {
    margin: 0;
  }

  .growth__inner-title {
    margin-bottom: 32px;
  }
  .growth__inner-row {
    margin: 0 -16px;
    padding-bottom: 96px;
    position: relative;
  }
  .growth__inner .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .growth__inner .slick-slide {
    height: unset !important;
    margin: 0 16px;
  }
  .growth__inner .slick-list {
    overflow: visible !important;
  }
  .growth__inner .slick-arrow {
    position: absolute;
    top: unset;
    bottom: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
    width: 64px;
    height: 64px;
    position: absolute;
    z-index: 3;
    border-radius: 50%;
    background: #81fbbf;
    z-index: 3;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .growth__inner .slick-arrow.slick-disabled {
    background-color: #f6f6f6 !important;
    opacity: 1;
    pointer-events: none !important;
  }
  .growth__inner .slick-arrow.slick-disabled::before {
    border-color: #143635 !important;
  }
  .growth__inner .slick-arrow:hover {
    background-color: #143635;
    opacity: 1;
  }
  .growth__inner .slick-arrow:hover::before {
    border-color: #fff;
  }
  .growth__inner .slick-arrow:focus {
    background-color: #143635;
    opacity: 1;
  }
  .growth__inner .slick-arrow:focus::before {
    border-color: #fff;
  }
  .growth__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: 14px;
    height: 14px;
    border-top: 3px solid #143635;
    border-right: 3px solid #143635;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 1 !important;
  }
  .growth__inner .slick-next {
    right: unset;
    left: calc(50% + 4px);
  }
  .growth__inner .slick-prev {
    left: unset;
    right: calc(50% + 4px);
  }
  .growth__inner .slick-prev::before {
    -webkit-transform: translate(-40%, -50%) rotate(-135deg);
            transform: translate(-40%, -50%) rotate(-135deg);
  }
  .growthItem__text {
    padding: 0 24px;
  }
  .growthItem h3 {
    font-size: 56px;
  }
  .growthItem h6 {
    font-size: 18px;
  }
}
@media (max-width: 540px) {
  p.lg {
    font-size: 16px;
  }
  p.ex {
    font-size: 16px;
  }

  .button.sel {
    padding: 12px 24px;
  }

  .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%;
  }

  .checkC {
    width: 40px;
    height: 24px;
  }
  .checkC input:checked ~ span::before {
    -webkit-transform: translate(16px, -50%);
            transform: translate(16px, -50%);
  }
  .checkC span::before {
    width: 20px;
    height: 20px;
  }

  .drop__inner-col {
    width: 100%;
  }

  .intro.big .intro__inner {
    padding: 87px 0 140px;
  }
  .intro__inner h1 br {
    display: none;
  }
  .introRent__drop {
    width: 100%;
    max-width: unset;
    top: 100%;
  }

  .dealsItem__image {
    border-radius: 20px;
    min-height: 200px;
  }

  .book__inner {
    padding-top: 168px;
  }
  .book__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 32px;
  }
  .book__inner-image {
    width: 215px;
  }
  .book__inner-content > p {
    margin-bottom: 20px;
  }
  .bookItem {
    width: 100%;
    padding-bottom: 16px;
    margin: 0 0 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .bookItem:last-child {
    margin: 0;
    padding: 0;
    border: unset;
  }
  .bookItem h5 {
    font-size: 24px;
  }
  .bookItem p {
    font-size: 16px;
    line-height: 24px;
  }

  .stepsItem__title {
    padding: 0;
  }
  .stepsItem__text {
    padding: 24px;
  }

  .clientsItem p {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .partners__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .partnersItem {
    height: 48px;
    max-width: unset;
    margin: 5px 0;
    margin-bottom: 30px;
  }
  .partnersItem:last-child {
    margin: 0;
  }

  .exploreContent__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .network__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .network__inner-foot {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
    margin-bottom: 20px;
  }
  .network__inner-row {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .networkItem {
    border-radius: 30px;
    width: calc(100% - 20px);
  }
  .networkItem__content {
    padding: 32px;
  }
  .networkItem__image {
    padding-bottom: 100% !important;
  }
  .networkItem h3 {
    font-size: 36px !important;
    line-height: 120%;
  }
  .networkItem p {
    font-size: 24px !important;
  }

  .footer {
    padding: 80px 0 40px;
  }
  .footer__inner-logo {
    width: 100%;
    max-width: 315px;
  }
  .footer__inner-col {
    width: 100%;
    max-width: unset;
    margin-bottom: 50px;
  }
  .footer__inner-col:last-child {
    margin: 0;
  }
  .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-social a {
    width: 56px;
    height: 56px;
  }
  .footer__inner-copy {
    padding-top: 40px;
    text-align: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer__inner-copy p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  .footer__inner-copy p br {
    display: block;
  }
  .footer__inner-copy p span {
    display: none;
  }
  .footer__inner-copy p a {
    display: block;
  }

  .hero.cont .hero__inner {
    padding: 50px 0;
  }
  .hero.cont .hero__inner-title {
    text-align: start;
  }
  .hero__inner-buttons {
    -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;
  }
  .hero__inner-link {
    margin: 24px 0 0 0;
  }
  .hero__inner h2 {
    margin-bottom: 24px;
  }
  .hero__inner h4 {
    margin-bottom: 28px;
  }

  .mission__inner-image {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mission__inner-image img {
    width: 142%;
  }

  .essentialImage {
    width: 84%;
    margin: 0 auto 0 0;
  }
  .essentialItem h6 {
    font-size: 18px;
  }
  .essentialItem p {
    font-size: 14px;
  }

  .hire {
    background: #143635;
    padding: 50px 0;
  }
  .hire__inner {
    padding: 0;
  }
  .hire__inner-content {
    margin-bottom: 20px;
  }

  .affiliate {
    padding: 80px 0 50px;
  }
  .affiliateForm {
    padding: 0;
    background: unset;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
  .affiliateForm .inputC__outer {
    width: 100%;
    margin: 0 0 16px 0;
  }
  .affiliateForm .inputC__outer:last-child {
    margin: 0;
  }
  .affiliateContent h3,
.affiliateContent h4 {
    margin-bottom: 12px;
  }
  .affiliateCard p {
    font-size: 18px;
  }

  .franchiseItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .franchiseItem__image {
    width: 100%;
    height: unset;
    padding-bottom: 83%;
    position: relative;
    margin: 0 0 -30px 0;
  }
  .franchiseItem__image img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .franchiseItem__content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: unset;
    padding: 40px;
    border-radius: 24px;
  }
  .franchiseItem h6 {
    font-size: 18px;
  }

  .terms {
    padding: 80px 0;
  }
  .terms__inner-title {
    margin-bottom: 40px;
  }

  .blog__inner-title {
    margin-bottom: 24px;
  }
  .blogItem {
    margin-bottom: 22px !important;
  }
  .blogItem:last-child {
    margin: 0 !important;
  }

  .news__inner-title {
    margin-bottom: 20px;
    text-align: start;
  }
  .newsItem__image {
    padding-bottom: 58%;
  }

  .article {
    padding: 30px 0;
  }
  .article__inner-content {
    margin-bottom: 35px;
  }
  .article__inner-content h3 {
    margin-bottom: 14px;
  }

  .storyItem {
    padding: 32px;
  }
  .storyItem__content {
    padding: 30px 20px;
    min-height: unset;
    height: 100%;
  }
  .storyItem p {
    font-size: 15px;
  }
}
@media (max-width: 390px) {
  .nav__inner {
    padding: 70px 30px 30px 30px;
  }
}
/* 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;
}
