:root {
  --font-family: "FiraSans", sans-serif;
  --content-width: 1440px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --light-color: #fff;
  --accent-color: #4AF6CD;
  --bg-color: #171919;
  --opacity-color: rgba(255,255,255, 0.5);
  --divider: 1px solid rgba(255,255,255,0.25);
  --transition-duration: 0.2s;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable value-keyword-case */
@font-face {
  font-family: "FiraSans";
  src: url("../fonts/../fonts/FiraSans-Thin.woff2") format("woff2");
  font-weight: 100;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "FiraSans";
  src: url("../fonts/../fonts/FiraSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "FiraSans";
  src: url("../fonts/../fonts/FiraSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "FiraSans";
  src: url("../fonts/../fonts/FiraSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "FiraSans";
  src: url("../fonts/../fonts/FiraSans-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
html.is-lock {
  overflow: hidden;
}

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  background-color: var(--bg-color);
}

.page__body {
  margin: 0;
  min-width: 360px;
  min-height: 100%;
}

img {
  -o-object-fit: cover;
  object-fit: cover;
}

.site-container {
  overflow: hidden;
}

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

a,
button,
label,
input,
textarea,
select,
svg * {
  -webkit-transition-duration: var(--transition-duration);
  transition-duration: var(--transition-duration);
}

a {
  color: inherit;
}
a[class] {
  text-decoration: none;
}
a:not(.header__logo):hover {
  color: var(--accent-color);
}

.pad-inline {
  padding-inline: clamp(0.9375rem, 0rem + 4.1666666667vw, 5rem);
}

.title {
  font-size: clamp(2.5rem, 1.9230769231rem + 2.5641025641vw, 5rem);
  color: var(--light-color);
  font-style: normal;
  font-weight: 800;
  line-height: 1.5;
  text-transform: uppercase;
  position: relative;
  padding-left: clamp(0.9375rem, -1.1538461538rem + 9.2948717949vw, 10rem);
  display: inline-block;
}
.title:before {
  content: attr(data-title);
  font-size: clamp(6.25rem, 4.8076923077rem + 6.4102564103vw, 12.5rem);
  position: absolute;
  left: -125px;
  top: 50px;
  z-index: -1;
  font-weight: 800;
  line-height: 0.78;
  text-transform: uppercase;
  opacity: 0.06;
}
@media (max-width: 767.98px) {
  .title {
    width: 100%;
    text-align: right;
  }
  .title:before {
    content: none;
  }
}

.subtitle {
  position: relative;
  color: var(--light-color);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 7.333px;
  text-transform: uppercase;
  opacity: 0.5;
}
@media (max-width: 575.98px) {
  .subtitle {
    font-size: 18px;
  }
}

.title-40 {
  font-size: clamp(1.5rem, 1.2692307692rem + 1.0256410256vw, 2.5rem);
  color: var(--light-color);
  font-style: normal;
  font-weight: 800;
  line-height: 0.9;
  text-transform: uppercase;
}

.link-main {
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 17px 17px 17px 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(38%, transparent), color-stop(38%, var(--accent-color)));
  background: linear-gradient(to right, transparent 38%, var(--accent-color) 38%);
}
.link-main span {
  font-weight: 300;
  padding-inline: 7px;
}
.link-main > img {
  width: 24px;
  height: 20px;
  margin-left: 16px;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
@media (any-hover: hover) {
  .link-main:hover {
    color: var(--light-color) !important;
  }
  .link-main:hover img {
    -webkit-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px);
  }
}
@media (any-hover: none) {
  .link-main:active {
    color: var(--light-color) !important;
  }
  .link-main:active img {
    -webkit-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px);
  }
}

.centered {
  text-align: center;
}

.divider-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -103px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 1px;
  background-color: var(--opacity-color);
}
@media (max-width: 575.98px) {
  .divider-left:before {
    width: 30px;
    left: -45px;
  }
}

.divider-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -103px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 1px;
  background-color: var(--opacity-color);
}

.divider-top:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 1px;
  background-color: var(--accent-color);
}

.header {
  position: relative;
}
.header__nav {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  max-width: 168px;
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 40px;
  border-right: var(--divider);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
@media (max-width: 1023.98px) {
  .header__nav {
    max-width: none;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: auto;
    padding-bottom: 0;
    padding-inline: 15px;
    border-right-width: 0;
    border-bottom: var(--divider);
  }
}
.header__nav.scrolling {
  max-width: none;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: auto;
  padding-bottom: 0;
  padding-inline: 15px;
  border-right-width: 0;
  border-bottom: var(--divider);
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  -webkit-animation: showMenu 0.5s ease-in-out 0.1s backwards;
  animation: showMenu 0.5s ease-in-out 0.1s backwards;
}
.header__nav.scrolling .header__logo {
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  background: -webkit-gradient(linear, left top, right top, color-stop(36%, transparent), color-stop(36%, var(--accent-color)));
  background: linear-gradient(to right, transparent 36%, var(--accent-color) 36%);
  padding: 25px 10px 25px 0px;
  font-size: 32px;
}
.header__nav.scrolling .header__logo:after {
  display: none;
}
.header__nav.scrolling .menu__list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.header__nav.scrolling .header__time span {
  font-size: 40px;
}
.header__logo {
  max-width: 100%;
  position: relative;
  color: var(--light-color);
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 0.9;
  text-transform: uppercase;
  -webkit-writing-mode: sideways-lr;
  -ms-writing-mode: sideways-lr;
  writing-mode: sideways-lr;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(36%, transparent), color-stop(36%, var(--accent-color)));
  background: linear-gradient(to top, transparent 36%, var(--accent-color) 36%);
  padding: 20px 60px 0 60px;
}
.header__logo span {
  font-weight: 300;
  padding-inline: 7px;
}
.header__logo:after {
  content: attr(data-title);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  font-size: 200px;
  z-index: -1;
  line-height: 0.78;
  text-transform: uppercase;
  opacity: 0.06;
}
@media (max-width: 1440.98px) {
  .header__logo {
    padding: 20px 40px 0 40px;
  }
}
@media (max-width: 1023.98px) {
  .header__logo {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    background: -webkit-gradient(linear, left top, right top, color-stop(36%, transparent), color-stop(36%, var(--accent-color)));
    background: linear-gradient(to right, transparent 36%, var(--accent-color) 36%);
    padding: 20px 10px 20px 0px;
    font-size: 32px;
  }
  .header__logo:after {
    display: none;
  }
}
.header__search-overlay {
  position: fixed;
  inset: 0;
  background: radial-gradient(62.09% 62.09% at 42.87% 49.23%, rgba(34, 34, 34, 0.43) 0%, #0F0F0F 100%);
  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;
  opacity: 0;
  visibility: hidden;
}
.header__search-overlay.open {
  opacity: 1;
  visibility: visible;
}
.header__search-overlay input {
  width: 50%;
  padding: 15px 25px;
  border-radius: 4px;
  font-size: 18px;
}
.header__search {
  width: 24px;
  height: 24px;
}
.header__search button[type=button] {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  padding: 0;
}
.header__search button[type=button] svg {
  width: 100%;
  height: 100%;
}
.header__time {
  color: var(--light-color);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.18;
  letter-spacing: 1.4px;
}
.header__time span {
  display: block;
  font-size: 72px;
  font-weight: 800;
  line-height: 0.88;
  text-transform: uppercase;
  padding-bottom: 5px;
}
@media (max-width: 1023.98px) {
  .header__time {
    display: none;
  }
}
.header__location {
  padding-left: 19px;
  background: url("../img/icon/icon-location.svg") left center/11px 14px no-repeat;
  color: var(--light-color);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: 1.05px;
}
@media (max-width: 1023.98px) {
  .header__location {
    display: none;
  }
}
.header__slider {
  max-height: 100vh;
}
.header__slide {
  position: relative;
  height: 100%;
}
.header__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.header__overlay {
  position: fixed;
  inset: 0;
  background: radial-gradient(62.09% 62.09% at 42.87% 49.23%, rgba(34, 34, 34, 0.43) 0%, #0F0F0F 100%);
}
.header__map {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1440.98px) {
  .header__map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header__map img {
    width: 60%;
    height: auto;
  }
}
@media (max-width: 1023.98px) {
  .header__map img {
    display: none;
  }
}
.header__body {
  position: absolute;
  inset: 0;
  z-index: 6;
  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;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-right: 80px;
  padding-bottom: 115px;
}
@media (max-width: 1023.98px) {
  .header__body {
    padding-right: 15px;
    padding-bottom: 80px;
  }
}
.header__title {
  color: var(--light-color);
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: clamp(1.25rem, 0.9615384615rem + 1.2820512821vw, 2.5rem);
}
@media (max-width: 575.98px) {
  .header__title {
    font-size: 50px;
  }
}
.header__subtitle {
  margin-bottom: 5px;
}
.header__link-radical {
  color: var(--light-color);
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.5;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.header__link-radical svg {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  width: 24px;
  height: 20px;
}
@media (any-hover: hover) {
  .header__link-radical:hover svg {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media (any-hover: none) {
  .header__link-radical:active svg {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media (max-width: 767.98px) {
  .header__link-radical {
    font-size: 24px;
  }
}
.header__go-down {
  position: absolute;
  left: 210px;
  bottom: 40px;
  z-index: 5;
  -webkit-animation: goDown 1s ease-in-out 0s alternate forwards infinite;
  animation: goDown 1s ease-in-out 0s alternate forwards infinite;
}
.header__go-down svg path {
  fill: var(--light-color);
}
@media (max-width: 1023.98px) {
  .header__go-down {
    left: 15px;
  }
}
@media (max-width: 767.98px) {
  .header__go-down {
    display: none;
  }
}
.header .burger {
  --burger-width: 30px;
  --burger-height: 20px;
  --burger-line-height: 2px;
  position: relative;
  border: none;
  padding: 0;
  width: var(--burger-width);
  height: var(--burger-height);
  color: var(--light-color);
  background-color: transparent;
  cursor: pointer;
  display: none;
}
.header .burger::before, .header .burger::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: var(--burger-line-height);
  background-color: currentColor;
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.header .burger::before {
  top: 0;
}
.header .burger::after {
  top: calc(100% - var(--burger-line-height));
}
.header .burger__line {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: var(--burger-line-height);
  background-color: currentColor;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.header .burger--active::before {
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.header .burger--active::after {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.header .burger--active .burger__line {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  .header .burger {
    display: block;
    z-index: 100;
  }
}
.header .swiper-wrapper {
  height: 100vh;
}
.header .swiper-button-next,
.header .swiper-button-prev {
  display: none;
}
.header .swiper-btn-next,
.header .swiper-btn-prev {
  position: absolute;
  top: 40px;
  z-index: 5;
  cursor: pointer;
}
@media (max-width: 1023.98px) {
  .header .swiper-btn-next,
  .header .swiper-btn-prev {
    display: none;
  }
}
.header .swiper-btn-next.swiper-button-disabled,
.header .swiper-btn-prev.swiper-button-disabled {
  opacity: 0.2;
}
.header .swiper-btn-next {
  right: 80px;
}
.header .swiper-btn-prev {
  right: 125px;
}
.header .swiper-pagination {
  padding-right: 80px;
  text-align: right;
  bottom: 30px;
}
@media (max-width: 1023.98px) {
  .header .swiper-pagination {
    padding-right: 15px;
  }
}
.header .swiper-pagination-bullet {
  opacity: 0.5;
  width: 200px;
  height: 34px;
  border-radius: 0;
  color: var(--light-color);
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  -moz-text-align-last: left;
  text-align-last: left;
  background: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(to bottom, #fff 4px, transparent 4px);
  padding-top: 6px;
}
.header .swiper-pagination-bullet > span {
  color: inherit;
  text-align: right;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  text-transform: none;
}
.header .swiper-pagination-bullet:not(:last-child) {
  margin-right: 40px;
}
@media (max-width: 1440.98px) {
  .header .swiper-pagination-bullet {
    max-width: 140px;
  }
}
@media (max-width: 1023.98px) {
  .header .swiper-pagination-bullet {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .header .swiper-pagination-bullet > span {
    display: none;
  }
}
.header .swiper-pagination-bullet-active {
  background: linear-gradient(to bottom, var(--accent-color) 4px, transparent 4px);
  opacity: 1;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 35px;
}
@media (max-width: 1023.98px) {
  .menu__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media (max-width: 767.98px) {
  .menu__list {
    position: fixed;
    inset: 0;
    z-index: 100;
    background-color: var(--bg-color);
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  }
  .menu__list.menu--active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--light-color);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: 3px;
}
.menu__link span {
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.menu__link:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='color-filter'><feColorMatrix type='matrix' values='0 0 0 0 0.2901960784313726 0 0 0 0 0.9647058823529412 0 0 0 0 0.803921568627451 0 0 0 1 0'/></filter></svg>#color-filter");
  color: var(--accent-color);
}
@media (max-width: 1023.98px) {
  .menu__link img {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .menu__link {
    font-size: 26px;
  }
}

.surf {
  padding-block: clamp(2.5rem, 0.7692307692rem + 7.6923076923vw, 10rem) clamp(2.5rem, 1.0576923077rem + 6.4102564103vw, 8.75rem);
}
.surf__subtitles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 8px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.surf__subtitles h3 span {
  font-weight: 250;
}
.surf__map {
  max-width: 1200px;
  margin: 0 auto;
}
.surf__map > img {
  position: absolute;
  inset: 1;
}
@media (max-width: 1440.98px) {
  .surf__map {
    background-size: 100% auto;
  }
}
.surf__bullets {
  height: 100%;
  width: 100%;
  position: relative;
}
.surf__current-location {
  position: absolute;
  left: 13%;
  top: 40%;
}
.surf__bullet {
  position: absolute;
}
.surf__bullet-1 {
  left: 0;
  top: 54%;
}
.surf__bullet-2 {
  left: 10%;
  top: 43%;
}
.surf__bullet-3 {
  left: 28%;
  top: 50%;
}
.surf__bullet-4 {
  left: 34%;
  top: 78%;
}
.surf__bullet-5 {
  left: 45%;
  top: 32%;
}
.surf__bullet-6 {
  left: 53%;
  top: 88%;
}
.surf__bullet-7 {
  left: 68%;
  top: 63%;
}
.surf__bullet-8 {
  left: 90%;
  top: 78%;
}
.surf__circle {
  width: 24px;
  height: 24px;
  background-color: var(--accent-color);
  -webkit-filter: drop-shadow(0px 0px 35px rgba(74, 246, 205, 0.84));
  filter: drop-shadow(0px 0px 35px rgba(74, 246, 205, 0.84));
  border-radius: 50%;
  cursor: pointer;
}
.surf__circle:after {
  content: "";
  position: absolute;
  bottom: calc(100% - 23px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 32px;
  height: 32px;
  clip-path: polygon(15% 50%, 50% 2%, 85% 50%, 50% 100%);
  background-color: var(--accent-color);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.surf__circle:hover:after {
  opacity: 1;
}
.surf__circle:hover + .info-surf {
  position: relative;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 480.98px) {
  .surf__circle {
    width: 16px;
    height: 16px;
  }
}
.surf__koordinats {
  position: absolute;
  right: -9%;
  top: -35%;
  white-space: nowrap;
  color: var(--light-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: 8px;
  text-transform: uppercase;
  -webkit-writing-mode: sideways-lr;
  -ms-writing-mode: sideways-lr;
  writing-mode: sideways-lr;
}
.surf__slider {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 40px;
}
@media (max-width: 1440.98px) {
  .surf__slider {
    padding-top: 40px;
    max-width: 1170px;
  }
}
@media (max-width: 1200px) {
  .surf__slider {
    max-width: 790px;
  }
}
@media (max-width: 767.98px) {
  .surf__slider {
    max-width: 390px;
  }
}
.surf__slide {
  position: relative;
  min-height: 750px;
  min-width: 390px;
}
.surf__slide:nth-child(2n) {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
}
.surf__slide:nth-child(3n) {
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}
.surf__slide:not(:first-child) {
  margin-left: -30px;
}
.surf__slide.swiper-slide-prev {
  opacity: 0;
}
@media (any-hover: hover) {
  .surf__slide:hover .surf__overlay {
    background-color: rgba(28, 33, 33, 0.3);
  }
  .surf__slide:hover .surf__slide-link {
    opacity: 1;
  }
}
@media (any-hover: none) {
  .surf__slide:active .surf__overlay {
    background-color: rgba(28, 33, 33, 0.3);
  }
  .surf__slide:active .surf__slide-link {
    opacity: 1;
  }
}
@media (max-width: 1440.98px) {
  .surf__slide {
    min-width: auto;
    margin-left: 0 !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
}
@media (max-width: 767.98px) {
  .surf__slide {
    min-height: 500px;
  }
}
.surf__slide-body {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 70px 40px 80px 40px;
}
.surf__slide-body > img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .surf__slide-body {
    padding: 30px;
  }
}
.surf__overlay {
  position: absolute;
  inset: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 33, 33, 0.8);
  z-index: 4;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
.surf__slide-title {
  position: relative;
  z-index: 5;
}
.surf__slide-location {
  position: absolute;
  z-index: 5;
  left: 40px;
  bottom: 80px;
  color: var(--light-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 8px;
  text-transform: uppercase;
  -webkit-writing-mode: sideways-lr;
  -ms-writing-mode: sideways-lr;
  writing-mode: sideways-lr;
}
.surf__slide-location span {
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .surf__slide-location {
    font-size: 16px;
    letter-spacing: 4px;
    left: 30px;
  }
}
.surf__slide-link {
  z-index: 5;
  position: absolute;
  left: 45px;
  bottom: 0;
  opacity: 0;
}
.surf .swiper-surf-button-prev,
.surf .swiper-surf-button-next {
  cursor: pointer;
  position: absolute;
  top: 0px;
  z-index: 100;
}
.surf .swiper-surf-button-next {
  right: 50px;
}
@media (max-width: 1440.98px) {
  .surf .swiper-surf-button-next {
    right: 70px;
  }
}
.surf .swiper-surf-button-prev {
  right: 0;
}
@media (max-width: 1440.98px) {
  .surf .swiper-surf-button-prev {
    right: 20px;
  }
}
.surf .swiper-surf-button-prev.swiper-button-disabled,
.surf .swiper-surf-button-next.swiper-button-disabled {
  opacity: 0.2;
}
.surf .swiper-slide.swiper-slide-active .surf__overlay {
  background-color: rgba(28, 33, 33, 0.3);
}
.surf .swiper-slide.swiper-slide-active .surf__slide-link {
  opacity: 1;
}

.info-surf {
  min-width: 265px;
  position: relative;
  z-index: 5;
  -webkit-transform: translate(-50%, calc(-100% - 40px));
  -ms-transform: translate(-50%, calc(-100% - 40px));
  transform: translate(-50%, calc(-100% - 40px));
  padding: clamp(0.9375rem, 0.75rem + 0.8333333333vw, 1.75rem) clamp(0.9375rem, 0.7211538462rem + 0.9615384615vw, 1.875rem);
  border-radius: 6px;
  background-color: rgba(15, 16, 16, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
}
.info-surf__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.info-surf__head > img {
  width: 17px;
  height: 19px;
  padding-top: 5px;
}
.info-surf__title {
  color: var(--light-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.44;
  text-transform: uppercase;
}
.info-surf__city {
  color: var(--light-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.18;
  position: relative;
  padding-top: 10px;
}
.info-surf__city:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 70%;
  height: 1px;
  background-color: var(--accent-color);
}
.info-surf__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.info-surf__item {
  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;
}
.info-surf__text {
  color: var(--light-color);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.43;
}
.info-surf__descr {
  color: var(--light-color);
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
}

.travel__slider-wrapper {
  height: 780px;
  position: relative;
}
@media (max-width: 1023.98px) {
  .travel__slider-wrapper {
    height: 600px;
  }
}
.travel__slider {
  max-height: 780px;
}
.travel__slider .swiper-wrapper {
  height: 780px;
}
@media (max-width: 1023.98px) {
  .travel__slider {
    height: 600px;
  }
  .travel__slider .swiper-wrapper {
    height: 600px;
  }
}
.travel__slide {
  position: relative;
}
.travel__slide > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.travel .swiper-btn-next,
.travel .swiper-btn-prev {
  top: 250px;
  position: absolute;
  z-index: 6;
  cursor: pointer;
}
@media (max-width: 480.98px) {
  .travel .swiper-btn-next,
  .travel .swiper-btn-prev {
    top: 120px;
  }
}
.travel .swiper-btn-next {
  right: clamp(0.9375rem, 0rem + 4.1666666667vw, 5rem);
}
.travel .swiper-btn-prev {
  right: clamp(3.4375rem, 2.5rem + 4.1666666667vw, 7.5rem);
}
.travel .swiper-btn-next.swiper-button-disabled,
.travel .swiper-btn-prev.swiper-button-disabled {
  opacity: 0.2;
}
.travel__slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgb(23, 25, 25);
  background: radial-gradient(circle at left, transparent 20%, var(--bg-color) 65%), -webkit-gradient(linear, left top, left bottom, color-stop(5%, var(--bg-color)), color-stop(25%, transparent), color-stop(75%, transparent), color-stop(90%, var(--bg-color)));
  background: radial-gradient(circle at left, transparent 20%, var(--bg-color) 65%), linear-gradient(var(--bg-color) 5%, transparent 25%, transparent 75%, var(--bg-color) 90%);
}
@media (max-width: 480.98px) {
  .travel__slide-overlay {
    background: radial-gradient(circle, transparent 10%, var(--bg-color) 65%);
  }
}
.travel__slide-head {
  position: absolute;
  top: 130px;
  right: clamp(0.9375rem, 0rem + 4.1666666667vw, 5rem);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 8px;
}
.travel__slide-head h3 span {
  font-weight: 250;
}
@media (max-width: 480.98px) {
  .travel__slide-head {
    top: 40px;
  }
}
.travel__title {
  margin-bottom: 75px;
}
@media (max-width: 767.98px) {
  .travel__title {
    margin-bottom: 0;
  }
}
.travel__suptitle.divider-right {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.travel__slide-footer {
  position: absolute;
  left: clamp(0.9375rem, -0.7932692308rem + 7.6923076923vw, 8.4375rem);
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 8px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.travel__slide-footer--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.travel__info {
  padding: clamp(2.5rem, 1.9230769231rem + 2.5641025641vw, 5rem) clamp(0.9375rem, -0.7932692308rem + 7.6923076923vw, 8.4375rem);
  position: relative;
  padding-bottom: clamp(1.875rem, -2.0192307692rem + 17.3076923077vw, 18.75rem);
}
.travel__info-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  margin-bottom: 70px;
}
@media (max-width: 1023.98px) {
  .travel__info-list {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .travel__info-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
.travel__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
}
@media (max-width: 767.98px) {
  .travel__info-item {
    -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;
    row-gap: 20px;
  }
}
.travel__info-head {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 8px;
  text-transform: uppercase;
  -webkit-writing-mode: sideways-lr;
  -ms-writing-mode: sideways-lr;
  writing-mode: sideways-lr;
  text-align: right;
  margin-top: -5px;
}
@media (max-width: 767.98px) {
  .travel__info-head {
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    text-align: center;
    line-height: 1.2;
  }
}
@media (max-width: 767.98px) {
  .travel__info-title {
    text-align: center;
    line-height: 1.3;
  }
}
.travel__info-wrap span {
  color: rgba(255, 255, 255, 0.5);
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.57;
  letter-spacing: 5.25px;
  text-transform: uppercase;
}
.travel__booking {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
}
.travel__plane {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 4;
}
@media (max-width: 1440.98px) {
  .travel__plane {
    width: 500px;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .travel__plane {
    display: none;
  }
}
.travel__limonade {
  position: absolute;
  z-index: 4;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1440.98px) {
  .travel__limonade {
    width: 250px;
    height: auto;
  }
}
@media (max-width: 1023.98px) {
  .travel__limonade {
    display: none;
  }
}

.sleep__slider-wrapper {
  height: 780px;
  position: relative;
}
@media (max-width: 1023.98px) {
  .sleep__slider-wrapper {
    height: 600px;
  }
}
.sleep__slider {
  max-height: 780px;
}
.sleep__slider .swiper-wrapper {
  height: 780px;
}
@media (max-width: 1023.98px) {
  .sleep__slider {
    height: 600px;
  }
  .sleep__slider .swiper-wrapper {
    height: 600px;
  }
}
.sleep__slide {
  position: relative;
}
.sleep__slide > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sleep .swiper-btn-next,
.sleep .swiper-btn-prev {
  top: 250px;
  position: absolute;
  z-index: 6;
  cursor: pointer;
}
@media (max-width: 480.98px) {
  .sleep .swiper-btn-next,
  .sleep .swiper-btn-prev {
    top: 120px;
  }
}
.sleep .swiper-btn-next {
  right: clamp(0.9375rem, 0rem + 4.1666666667vw, 5rem);
}
.sleep .swiper-btn-prev {
  right: clamp(3.4375rem, 2.5rem + 4.1666666667vw, 7.5rem);
}
.sleep .swiper-btn-next.swiper-button-disabled,
.sleep .swiper-btn-prev.swiper-button-disabled {
  opacity: 0.2;
}
.sleep__slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgb(23, 25, 25);
  background: radial-gradient(circle at left, transparent 20%, var(--bg-color) 65%), -webkit-gradient(linear, left top, left bottom, color-stop(5%, var(--bg-color)), color-stop(25%, transparent), color-stop(75%, transparent), color-stop(90%, var(--bg-color)));
  background: radial-gradient(circle at left, transparent 20%, var(--bg-color) 65%), linear-gradient(var(--bg-color) 5%, transparent 25%, transparent 75%, var(--bg-color) 90%);
}
@media (max-width: 480.98px) {
  .sleep__slide-overlay {
    background: radial-gradient(circle, transparent 10%, var(--bg-color) 65%);
  }
}
.sleep__slide-head {
  position: absolute;
  top: 130px;
  right: clamp(0.9375rem, 0rem + 4.1666666667vw, 5rem);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 8px;
}
.sleep__slide-head h3 span {
  font-weight: 250;
}
@media (max-width: 480.98px) {
  .sleep__slide-head {
    top: 40px;
  }
}
.sleep__title {
  margin-bottom: 75px;
}
@media (max-width: 767.98px) {
  .sleep__title {
    margin-bottom: 0;
  }
}
.sleep__suptitle.divider-right {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.sleep__slide-footer {
  position: absolute;
  left: clamp(0.9375rem, -0.7932692308rem + 7.6923076923vw, 8.4375rem);
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 8px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.sleep__slide-footer--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.sleep__info {
  padding: clamp(2.5rem, 1.9230769231rem + 2.5641025641vw, 5rem) clamp(0.9375rem, -0.7932692308rem + 7.6923076923vw, 8.4375rem);
  position: relative;
  padding-bottom: clamp(1.875rem, 0.8653846154rem + 4.4871794872vw, 6.25rem);
}
.sleep__info-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  margin-bottom: 70px;
}
@media (max-width: 1023.98px) {
  .sleep__info-list {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .sleep__info-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
.sleep__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
}
.sleep__info-item h4 span {
  font-size: clamp(1.5rem, 1.2692307692rem + 1.0256410256vw, 2.5rem);
  color: var(--light-color);
  font-style: normal;
  font-weight: 800;
  line-height: 0.9;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .sleep__info-item {
    -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;
    row-gap: 20px;
  }
}
.sleep__info-head {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 8px;
  text-transform: uppercase;
  -webkit-writing-mode: sideways-lr;
  -ms-writing-mode: sideways-lr;
  writing-mode: sideways-lr;
  text-align: right;
  margin-top: -5px;
}
@media (max-width: 767.98px) {
  .sleep__info-head {
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    text-align: center;
    line-height: 1.2;
  }
}
@media (max-width: 767.98px) {
  .sleep__info-title {
    text-align: center;
    line-height: 1.3;
  }
}
.sleep__info-wrap span {
  color: rgba(255, 255, 255, 0.5);
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.57;
  letter-spacing: 5.25px;
  text-transform: uppercase;
}
.sleep__booking {
  border: none;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, color-stop(43%, transparent), color-stop(43%, var(--accent-color)));
  background: linear-gradient(to right, transparent 43%, var(--accent-color) 43%);
}
.sleep__hammock {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 4;
}
@media (max-width: 1023.98px) {
  .sleep__hammock {
    width: 350px;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .sleep__hammock {
    display: none;
  }
}
.sleep__frangipani-sm {
  position: absolute;
  z-index: 4;
  right: 0;
  top: -130px;
}
@media (max-width: 767.98px) {
  .sleep__frangipani-sm {
    display: none;
  }
}
.sleep__frangipani-big {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1023.98px) {
  .sleep__frangipani-big {
    width: 130px;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .sleep__frangipani-big {
    display: none;
  }
}
.sleep .stepper {
  max-width: 100%;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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;
}
.sleep .stepper__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.sleep .stepper__input {
  border: none;
  width: 65px;
  padding-inline: 10px;
  height: 100%;
  outline: none;
  font-weight: 700;
  background-color: transparent;
  color: var(--light-color);
}
.sleep .stepper__btn {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-weight: 300;
  color: var(--accent-color);
  padding: 5px;
  padding-top: 0;
}
.sleep .stepper__btn--disabled {
  opacity: 0.2;
  pointer-events: none;
}

.shop__slider-wrapper {
  height: 780px;
  position: relative;
}
@media (max-width: 575.98px) {
  .shop__slider-wrapper {
    height: auto;
    min-height: auto;
  }
}
.shop__slider {
  max-height: 780px;
}
.shop__slider .swiper-wrapper {
  height: 780px;
}
@media (max-width: 575.98px) {
  .shop__slider {
    max-height: none;
  }
  .shop__slider .swiper-wrapper {
    height: auto;
  }
}
.shop__slide {
  position: relative;
}
.shop__slide > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.shop .swiper-btn-next,
.shop .swiper-btn-prev {
  top: 40px;
  position: absolute;
  z-index: 6;
  cursor: pointer;
}
@media (max-width: 480.98px) {
  .shop .swiper-btn-next,
  .shop .swiper-btn-prev {
    top: 120px;
  }
}
.shop .swiper-btn-next {
  right: clamp(0.9375rem, 0rem + 4.1666666667vw, 5rem);
}
.shop .swiper-btn-prev {
  right: clamp(3.4375rem, 2.5rem + 4.1666666667vw, 7.5rem);
}
.shop .swiper-btn-next.swiper-button-disabled,
.shop .swiper-btn-prev.swiper-button-disabled {
  opacity: 0.2;
}
.shop__slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgb(23, 25, 25);
  background: radial-gradient(circle at right, transparent 10%, var(--bg-color) 65%), -webkit-gradient(linear, left top, left bottom, color-stop(5%, var(--bg-color)), color-stop(45%, transparent), color-stop(65%, transparent), color-stop(90%, var(--bg-color)));
  background: radial-gradient(circle at right, transparent 10%, var(--bg-color) 65%), linear-gradient(var(--bg-color) 5%, transparent 45%, transparent 65%, var(--bg-color) 90%);
}
@media (max-width: 480.98px) {
  .shop__slide-overlay {
    background: radial-gradient(circle, transparent 10%, var(--bg-color) 65%);
  }
}
@media (max-width: 575.98px) {
  .shop__slide-overlay {
    display: none;
  }
}
.shop__title {
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .shop__title {
    margin-bottom: 0;
  }
}
.shop__suptitle {
  margin-bottom: 8px;
}
.shop__suptitle.divider-right {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.shop__shop-wrapper {
  min-height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .shop__shop-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
    position: static;
  }
}
.shop__slide-info {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
@media (max-width: 575.98px) {
  .shop__slide-info {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
.shop__price {
  margin-bottom: 65px;
  color: var(--light-color);
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}
.shop__price span {
  font-size: 18px;
  display: inline-block;
  -webkit-transform: translate(4px, -14px);
  -ms-transform: translate(4px, -14px);
  transform: translate(4px, -14px);
}
.shop__slide-link {
  background: -webkit-gradient(linear, left top, right top, color-stop(52%, transparent), color-stop(52%, var(--accent-color)));
  background: linear-gradient(to right, transparent 52%, var(--accent-color) 52%);
}
@media (max-width: 575.98px) {
  .shop__slide-link {
    background: -webkit-gradient(linear, left top, right top, color-stop(44%, transparent), color-stop(44%, var(--accent-color)));
    background: linear-gradient(to right, transparent 44%, var(--accent-color) 44%);
  }
}
.shop__image {
  position: relative;
}
@media (max-width: 1023.98px) {
  .shop__image {
    margin-right: 80px;
  }
}
@media (max-width: 767.98px) {
  .shop__image {
    margin-right: 50px;
  }
}
@media (max-width: 575.98px) {
  .shop__image {
    margin-right: 0;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto;
  }
}
.shop__description {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.shop__description .shop__content {
  margin-left: 120px;
}
.shop__description-1 {
  top: 28%;
  left: calc(100% - 40px);
}
.shop__circle {
  width: 20px;
  height: 20px;
  background-color: var(--light-color);
  border-radius: 50%;
  position: relative;
  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;
  cursor: pointer;
}
.shop__circle:after {
  content: "+";
  display: block;
  line-height: 32px;
  font-size: 22px;
  font-weight: 500;
  color: var(--accent-color);
}
@media (any-hover: hover) {
  .shop__circle:hover:after {
    content: "-";
  }
  .shop__circle:hover + .shop__content {
    opacity: 1;
    visibility: visible;
  }
}
@media (any-hover: none) {
  .shop__circle:active:after {
    content: "-";
  }
  .shop__circle:active + .shop__content {
    opacity: 1;
    visibility: visible;
  }
}
.shop__content {
  position: relative;
  color: var(--light-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  min-width: 255px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
}
@media (max-width: 1023.98px) {
  .shop__content {
    margin-left: 0 !important;
    position: absolute;
    top: -40px;
    left: -90px;
  }
  .shop__content:before {
    content: none;
  }
}
@media (max-width: 575.98px) {
  .shop__content {
    left: -70px;
    font-size: 16px;
    background-color: rgba(34, 34, 34, 0.43);
    padding: 5px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
.shop__description-2 {
  top: 45%;
  left: 0%;
}
.shop__description-3 {
  top: 77%;
  left: 24%;
}
.shop__brands {
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding-bottom: 80px;
}
@media (max-width: 1023.98px) {
  .shop__brands {
    display: none;
  }
}
.shop__brands-title {
  color: var(--light-color);
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.42;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.shop__brands-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
}
@media (max-width: 1023.98px) {
  .shop__brands-list {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
.shop__brands-item {
  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;
}
.shop__brands-img {
  -ms-flex-preferred-size: 108px;
  flex-basis: 108px;
  margin-bottom: 35px;
}
.shop__brands-name {
  margin-bottom: 16px;
  color: rgba(225, 255, 255, 0.5);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: 8px;
  text-transform: uppercase;
}
.shop__brands-price {
  color: var(--light-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 2.22;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .shop__slide-image {
    display: none !important;
  }
}

.footer {
  padding-block: clamp(6.25rem, 4.8076923077rem + 6.4102564103vw, 12.5rem) clamp(1.875rem, 1.8028846154rem + 0.3205128205vw, 2.1875rem);
  text-align: center;
}
.footer__logo {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, transparent), color-stop(30%, var(--accent-color)));
  background: linear-gradient(to right, transparent 30%, var(--accent-color) 30%);
  margin-bottom: 25px;
}
.footer__copyright p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.16;
  letter-spacing: 1.05px;
  text-transform: uppercase;
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes goDown {
  from {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes showMenu {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes showMenu {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}/*# sourceMappingURL=main.css.map */
