*,
::before,
::after {
  box-sizing: border-box;
}

:where(ul, ol):where([class]) {
  padding-left: 0;
}

body,
:where(blockquote, figure):where([class]) {
  margin: 0;
}

:where(h1, h2, h3, h4, h5, h6, p, ul, ol, dl):where([class]) {
  margin-block: 0;
}

:where(dd[class]) {
  margin-left: 0;
}

:where(fieldset[class]) {
  margin-left: 0;
  padding: 0;
  border: none;
}

:where(ul[class]) {
  list-style: none;
}

:where(address[class]) {
  font-style: normal;
}

p {
  --paragraphMarginBottom: 24px;
  margin-block: 0;
}

p:where(:not([class]):not(:last-child)) {
  margin-bottom: var(--paragraphMarginBottom);
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
textarea,
select,
button {
  font: inherit;
}

html {
  height: 100%;
  scrollbar-gutter: stable;
}

html,
:has(:target) {
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
}

a:where([class]) {
  display: inline-flex;
}

button,
label {
  cursor: pointer;
}

:where([fill]:not([fill=none], [fill^=url])) {
  fill: currentColor;
}

:where([stroke]:not([stroke=none], [stroke^=url])) {
  stroke: currentColor;
}

svg * {
  transition-property: fill, stroke;
}

:where(table) {
  border-collapse: collapse;
  border-color: currentColor;
}

@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:root {
  --header-h: 4.625rem;
}

@media (max-width: 991.98px) {
  :root {
    --header-h: 4.1875rem;
  }
}
@font-face {
  font-family: "e-Ukraine";
  src: url("../fonts/ff_300.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "e-Ukraine";
  src: url("../fonts/ff_400.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "e-Ukraine";
  src: url("../fonts/ff_500.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Veruna";
  src: url("../fonts/ff_accent_400.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
html {
  font-size: 16px;
  scroll-padding-top: var(--header-h);
}

body {
  font-weight: 400;
  font-size: 1rem;
  line-height: 130%;
  font-family: "e-Ukraine", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  background: #ece7d3;
  color: #1e2d1a;
  transition: all 0.3s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
body.is-locked, body.is-menu-open {
  overflow: hidden;
}

main {
  flex: 1;
}

button {
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  display: flex;
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

section {
  max-width: 160.06125rem;
  margin: 0 auto;
  width: 100%;
}

*,
*:before,
*:after {
  -webkit-tap-highlight-color: transparent;
}

.section-title {
  font: 400 4.75rem/100% "Veruna", sans-serif;
  letter-spacing: -3px;
  text-transform: uppercase;
}
.section-title span {
  color: #56ae47;
}
@media (max-width: 1024.98px) {
  .section-title {
    font-size: 4.25rem;
  }
}
@media (max-width: 991.98px) {
  .section-title {
    font-size: 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .section-title {
    font-size: 2.75rem;
    line-height: 100%;
  }
}

.section-subtitle {
  font: 400 4rem/100% "Veruna", sans-serif;
  text-transform: uppercase;
}
.section-subtitle span {
  color: #56ae47;
}
@media (max-width: 1024.98px) {
  .section-subtitle {
    font-size: 3.5rem;
  }
}
@media (max-width: 991.98px) {
  .section-subtitle {
    font-size: 2.625rem;
  }
}
@media (max-width: 767.98px) {
  .section-subtitle {
    font-size: 2.25rem;
  }
}

.cta {
  width: max-content;
  font: 400 0.8125rem/100% "e-Ukraine", sans-serif;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.3125rem 2.625rem;
  color: #ffffff;
  background: #56ae47;
  transition: all 0.3s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
@media (hover: hover) {
  .cta:hover {
    background: #407a35;
  }
}
@media (hover: none) {
  .cta:active {
    background: #407a35;
  }
}
@media (max-width: 767.98px) {
  .cta {
    width: 100%;
    font-size: 0.75rem;
    padding: 1.1875rem;
  }
}

.link-more {
  font: 400 0.8125rem/100% "e-Ukraine", sans-serif;
  width: max-content;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  gap: 0.9375rem;
  transition: all 0.3s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
@media (hover: hover) {
  .link-more:hover {
    color: #56ae47;
  }
}
@media (hover: none) {
  .link-more:active {
    color: #56ae47;
  }
}
@media (max-width: 767.98px) {
  .link-more {
    font-size: 0.75rem;
    gap: 0.625rem;
  }
}
.link-more--lg {
  font: 500 1.25rem/100% "e-Ukraine", sans-serif;
}
.link-more span {
  flex: s 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 1.5625rem;
  height: 1.5625rem;
  background: #56ae47;
}
.link-more svg {
  width: 0.75rem;
  height: 0.75rem;
  color: #ffffff;
}

.action {
  font: 400 0.8125rem/100% "e-Ukraine", sans-serif;
  text-transform: uppercase;
  justify-content: center;
  padding: 1.25rem 4.1875rem;
  color: #ffffff;
  border: 1px solid #ffffff;
  transition: all 0.3s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
@media (hover: hover) {
  .action:hover {
    color: #1e2d1a;
    background: #ffffff;
  }
}
@media (hover: none) {
  .action:active {
    color: #1e2d1a;
    background: #ffffff;
  }
}
@media (max-width: 767.98px) {
  .action {
    font-size: 0.75rem;
    padding: 1.125rem;
  }
}

.phone-call {
  font: 500 1.25rem/100% "e-Ukraine", sans-serif;
  transition: all 0.3s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
@media (hover: hover) {
  .phone-call:hover {
    color: #56ae47;
  }
}
@media (hover: none) {
  .phone-call:active {
    color: #56ae47;
  }
}

section:has(.bg-text) {
  position: relative;
}

.bg-text {
  width: 72.25rem;
  max-width: 95%;
  position: absolute;
  left: 50%;
  top: 2.625rem;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 767.98px) {
  .bg-text {
    max-width: 21rem;
  }
}

.waves-ico {
  max-width: 3.875rem;
}
@media (max-width: 767.98px) {
  .waves-ico {
    max-width: 2.6875rem;
  }
}
.waves-ico img {
  width: 100%;
}

.tab-show {
  display: block;
}

.tab-hide {
  display: none;
}

.tab-fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
.container {
  max-width: 93.75rem;
  padding-inline: 1.25rem;
  margin: 0 auto;
}

body:has(.mobile-menu.is-open) .header {
  background: #1e2d1a;
}

.header {
  max-width: 160.06125rem;
  left: 50%;
  display: flex;
  align-items: center;
  transform: translate(-50%, 0);
  width: 100%;
  position: fixed;
  z-index: 101;
  top: 0;
  padding-block: 0.625rem;
  min-height: var(--header-h);
  color: #ffffff;
  transition: all 0.5s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
.header.is-colored {
  background: #2d3b28;
}
.header.is-transform {
  transform: translate(-50%, -100%);
}
.header .container {
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
@media (max-width: 1250.98px) {
  .header .container {
    padding-inline: 0.625rem;
  }
}
@media (max-width: 991.98px) {
  .header .container {
    padding-inline: 1.25rem;
  }
}
.header__logo {
  max-width: 8.25rem;
}
@media (max-width: 1250.98px) {
  .header__logo {
    max-width: 5.625rem;
  }
}
@media (max-width: 991.98px) {
  .header__logo {
    max-width: 7.125rem;
  }
}
.header__logo img {
  width: 100%;
}
.header__nav {
  max-width: 55.625rem;
  width: 100%;
}
@media (max-width: 991.98px) {
  .header__nav {
    display: none;
  }
}
.header__list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
@media (max-width: 1250.98px) {
  .header__list {
    gap: 0.125rem;
  }
}
.header__list > li {
  font: 400 0.875rem/100% "e-Ukraine", sans-serif;
}
@media (max-width: 1250.98px) {
  .header__list > li {
    font-size: 0.75rem;
  }
}
.header__list > li:nth-child(n+8) {
  display: none;
}
.header__list > li:has(> a.is-active) .sub-menu {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}
.header__list > li:has(> a.is-active) .sub-menu ul {
  transform: translateY(0);
}
.header__list > li:has(.sub-menu) > a {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
}
@media (max-width: 1250.98px) {
  .header__list > li:has(.sub-menu) > a {
    gap: 0.3125rem;
  }
}
.header__list > li:has(.sub-menu) > a::after {
  content: "";
  width: 0.625rem;
  height: 0.375rem;
  mask: url("../images/icons/ico-drop.svg") no-repeat center center/cover;
  background: #ffffff;
  transition: all 0.3s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
@media (max-width: 1250.98px) {
  .header__list > li:has(.sub-menu) > a::after {
    width: 0.5rem;
    height: 0.3125rem;
  }
}
.header__list > li:has(.sub-menu) > a.is-active {
  color: #56ae47;
}
.header__list > li:has(.sub-menu) > a.is-active::after {
  transform: rotate(180deg);
  background: #56ae47;
}
@media (hover: hover) {
  .header__list > li:has(.sub-menu):hover > a {
    color: #56ae47;
  }
  .header__list > li:has(.sub-menu):hover > a::after {
    background: #56ae47;
  }
}
@media (hover: none) {
  .header__list > li:has(.sub-menu):active > a {
    color: #56ae47;
  }
  .header__list > li:has(.sub-menu):active > a::after {
    background: #56ae47;
  }
}
.header__list > li a {
  font: inherit;
  transition: all 0.3s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
@media (hover: hover) {
  .header__list > li a:hover {
    color: #56ae47;
  }
}
@media (hover: none) {
  .header__list > li a:active {
    color: #56ae47;
  }
}
.header__controls {
  display: flex;
  align-items: center;
  gap: 1.375rem;
}
@media (max-width: 1250.98px) {
  .header__controls {
    gap: 0.625rem;
  }
}
@media (max-width: 991.98px) {
  .header__controls {
    gap: 1.875rem;
  }
}
.header__lang {
  cursor: pointer;
  font: 400 0.875rem/100% "e-Ukraine", sans-serif;
  position: relative;
  color: #ffffff;
  transition: all 0.3s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
@media (hover: hover) {
  .header__lang:hover .header__lang-inner {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translate(-50%, 5%);
  }
  .header__lang:hover .header__lang-current svg {
    transform: rotate(180deg);
  }
}
@media (hover: none) {
  .header__lang:active .header__lang-inner {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translate(-50%, 5%);
  }
  .header__lang:active .header__lang-current svg {
    transform: rotate(180deg);
  }
}
@media (max-width: 991.98px) {
  .header__lang {
    display: none;
  }
}
.header__lang-current {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.header__lang-current svg {
  width: 0.625rem;
  height: 0.375rem;
  transition: all 0.3s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
.header__lang-item {
  display: flex;
  transition: all 0.3s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
.header__lang-item--active span,
.header__lang-item--active a {
  background: rgba(7, 33, 54, 0.2);
}
@media (hover: hover) {
  .header__lang-item--active span:hover,
  .header__lang-item--active a:hover {
    background: rgba(7, 33, 54, 0.2);
  }
}
@media (hover: none) {
  .header__lang-item--active span:active,
  .header__lang-item--active a:active {
    background: rgba(7, 33, 54, 0.2);
  }
}
.header__lang-label {
  display: inline-flex;
  transition: all 0.3s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
.header__lang-inner {
  will-change: opacity, transform;
  z-index: 2;
  position: absolute;
  top: 90%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -5%);
  transition: all 0.3s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
.header__lang-list {
  overflow: hidden;
  z-index: 2;
  padding-block: 0.5rem;
  border-radius: 0.5rem;
  background: #2d3b28;
}
.header__lang-link {
  width: 100%;
  justify-content: center;
  padding: 0.5rem 1rem 0.5rem;
  transition: all 0.3s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
@media (hover: hover) {
  .header__lang-link:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}
@media (hover: none) {
  .header__lang-link:active {
    background: rgba(255, 255, 255, 0.2);
  }
}
.header__burger {
  display: none;
  flex-shrink: 0;
  width: 1.5625rem;
  height: 1.0625rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .header__burger {
    display: inline-flex;
  }
}
.header__burger.is-active span:nth-child(2) {
  width: 0;
}
.header__burger.is-active span:first-child {
  top: 0.5rem;
  transform: rotate(45deg);
}
.header__burger.is-active span:last-child {
  bottom: 0.5rem;
  transform: rotate(-45deg);
}
.header__burger span {
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  background: #ffffff;
  transition: all 0.3s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
.header__burger span:first-child {
  top: 0;
}
.header__burger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header__burger span:last-child {
  bottom: 0;
}
.header .sub-menu {
  pointer-events: none;
  position: fixed;
  top: 0;
  z-index: -1;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
  opacity: 0;
  visibility: hidden;
  background: #2d3b28;
  transition: all 0.5s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
.header .sub-menu ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.75rem;
  padding: 0;
  margin: 0 auto;
  max-width: 93.75rem;
  padding-inline: 1.25rem;
  padding-block: calc(var(--header-h) + 1.3125rem) 3.125rem;
  transition: all 0.5s cubic-bezier(0.768, 0.304, 0.496, 0.884);
  transform: translateY(-1.3125rem);
}
.header .sub-menu ul li {
  list-style-type: none;
}
.header .sub-menu ul a {
  display: flex;
  flex-direction: column;
  gap: 1.1875rem;
  transition: all 0.3s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
@media (hover: hover) {
  .header .sub-menu ul a:hover div img {
    transform: scale(1.15);
  }
  .header .sub-menu ul a:hover p {
    color: #56ae47;
  }
}
@media (hover: none) {
  .header .sub-menu ul a:active div img {
    transform: scale(1.15);
  }
  .header .sub-menu ul a:active p {
    color: #56ae47;
  }
}
.header .sub-menu ul a div {
  overflow: hidden;
  aspect-ratio: 344/236;
}
.header .sub-menu ul a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
.header .sub-menu ul a p {
  font: 400 1.5rem/110% "Veruna", sans-serif;
  text-transform: uppercase;
  letter-spacing: -1px;
  transition: all 0.3s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
.header .cta {
  padding: 0.875rem 1.875rem;
}
@media (max-width: 1250.98px) {
  .header .cta {
    padding: 0.75rem 1.25rem;
  }
}
@media (max-width: 991.98px) {
  .header .cta {
    font-size: 0.75rem;
    padding: 0.75rem 0.9375rem;
  }
}

.footer {
  position: relative;
  max-width: 160.06125rem;
  margin: 0 auto;
  width: 100%;
  padding-block: 3.375rem 2.25rem;
  background: #22351e;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .footer {
    padding-block: 1.875rem;
  }
}
.footer a {
  transition: all 0.3s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
@media (hover: hover) {
  .footer a:hover {
    color: #56ae47;
  }
}
@media (hover: none) {
  .footer a:active {
    color: #56ae47;
  }
}
.footer .container {
  max-width: 77.5rem;
}
.footer .container * {
  position: relative;
  z-index: 2;
}
.footer__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.footer__info {
  max-width: 19.625rem;
}
.footer__details {
  margin-bottom: 1.8125rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
}
@media (max-width: 767.98px) {
  .footer__details {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.footer__support {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-bottom: 3.125rem;
}
@media (max-width: 767.98px) {
  .footer__support {
    gap: 1.875rem;
    margin-bottom: 2.5rem;
  }
}
.footer__logo {
  margin-bottom: 3.125rem;
  max-width: 9.8125rem;
}
@media (max-width: 767.98px) {
  .footer__logo {
    max-width: 7.125rem;
    margin-bottom: 2.5rem;
  }
}
.footer__title {
  margin-bottom: 0.9375rem;
  font: 400 0.8125rem/100% "e-Ukraine", sans-serif;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1024.98px) {
  .footer__title {
    font-size: 0.6875rem;
  }
}
@media (max-width: 767.98px) {
  .footer__title {
    font-size: 0.75rem;
  }
}
.footer__target {
  font: 300 0.875rem/160% "e-Ukraine", sans-serif;
  margin-bottom: 1.875rem;
}
@media (max-width: 1024.98px) {
  .footer__target {
    font-size: 0.75rem;
  }
}
@media (max-width: 767.98px) {
  .footer__target {
    font-size: 0.875rem;
  }
}
.footer__map {
  font: 400 0.8125rem/100% "e-Ukraine", sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
}
.footer__copy {
  font: 300 0.875rem/160% "e-Ukraine", sans-serif;
  padding-top: 2.25rem;
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
  color: rgba(255, 255, 255, 0.5019607843);
}
@media (max-width: 767.98px) {
  .footer__copy {
    padding-top: 1.25rem;
  }
}
.footer .footer-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  max-width: 47.5rem;
  width: 100%;
  gap: 3.75rem 3.125rem;
}
@media (max-width: 1199.98px) {
  .footer .footer-nav {
    gap: 2.5rem 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-nav {
    display: none;
  }
}
.footer .footer-nav__title {
  font: 400 0.8125rem/100% "e-Ukraine", sans-serif;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5019607843);
}
@media (max-width: 1024.98px) {
  .footer .footer-nav__title {
    font-size: 0.6875rem;
  }
}
.footer .footer-nav__list {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}
@media (max-width: 1024.98px) {
  .footer .footer-nav__list {
    gap: 0.75rem;
  }
}
.footer .footer-nav__list li {
  font: 300 0.875rem/160% "e-Ukraine", sans-serif;
  color: rgba(255, 255, 255, 0.8980392157);
}
@media (max-width: 1024.98px) {
  .footer .footer-nav__list li {
    font-size: 0.75rem;
  }
}
.footer .footer-nav__list a {
  font: inherit;
  color: inherit;
}
@media (hover: hover) {
  .footer .footer-nav__list a:hover {
    color: #56ae47;
  }
}
@media (hover: none) {
  .footer .footer-nav__list a:active {
    color: #56ae47;
  }
}
.footer .footer-nav__box {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
@media (max-width: 1024.98px) {
  .footer .footer-nav__box {
    gap: 1.5rem;
  }
}
.footer .footer-nav__box:first-child {
  grid-row: span 3;
}

.hero {
  position: relative;
  padding-block: calc(var(--header-h) + 2.9375rem) 9.125rem;
  color: #ffffff;
  background: linear-gradient(90deg, #22351e 0%, #2e4929 100%);
}
@media (max-width: 991.98px) {
  .hero {
    padding-block: calc(var(--header-h) + 1.5rem) 5rem;
  }
}
@media (max-width: 767.98px) {
  .hero {
    padding-block: calc(var(--header-h) + 1.125rem) 3.75rem;
  }
}
.hero .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
@media (max-width: 991.98px) {
  .hero .container {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .hero .container {
    gap: 1.75rem;
  }
}
.hero .container * {
  position: relative;
  z-index: 2;
}
.hero .cta {
  padding: 1.25rem 2.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 991.98px) {
  .hero .cta {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .hero .cta {
    width: max-content;
  }
}
@media (max-width: 767.98px) {
  .hero .link-more {
    margin-top: 1.25rem;
  }
}
.hero .link-more span {
  transform: rotate(90deg);
}
@media (max-width: 767.98px) {
  .hero .section-title {
    margin-bottom: 0.9375rem;
  }
}
.hero .link-more[href^="tel:"] span,
.hero .link-more[href^="mailto:"] span {
  transform: none;
}
.hero__info {
  max-width: 38.25rem;
  display: flex;
  flex-direction: column;
  gap: 4.25rem;
}
@media (max-width: 1024.98px) {
  .hero__info {
    max-width: 31.25rem;
  }
}
@media (max-width: 991.98px) {
  .hero__info {
    max-width: 100%;
  }
}
.hero__details {
  display: flex;
  flex-direction: column;
  gap: 2.3125rem;
}
@media (max-width: 767.98px) {
  .hero__details {
    align-items: center;
    text-align: center;
    gap: 0;
  }
}
.hero__schedule {
  display: flex;
  flex-direction: column;
  gap: 0.8125rem;
}
@media (max-width: 767.98px) {
  .hero__schedule {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 1.5625rem;
  }
}
.hero__schedule li {
  display: flex;
  align-items: center;
  gap: 0.8125rem;
}
@media (max-width: 767.98px) {
  .hero__schedule li {
    flex-direction: column;
    gap: 0.6875rem;
  }
}
.hero__schedule svg {
  width: 0.875rem;
  height: 0.875rem;
  flex-shrink: 0;
  color: #56ae47;
}
.hero__schedule p {
  font: 300 0.875rem/120% "e-Ukraine", sans-serif;
  color: rgba(255, 255, 255, 0.5019607843);
}
@media (max-width: 767.98px) {
  .hero__schedule p {
    font-size: 0.75rem;
  }
}
.hero__description {
  color: #b0caab;
}
.hero__description p {
  font: 300 1rem/160% "e-Ukraine", sans-serif;
}
@media (max-width: 767.98px) {
  .hero__description p {
    font-size: 0.875rem;
  }
}
.hero__description *:last-child {
  margin-bottom: 0;
}
.hero__pic {
  aspect-ratio: 748/717;
  max-width: 46.75rem;
  border-radius: 2.5rem;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .hero__pic {
    aspect-ratio: 335/321;
    max-width: 26.5625rem;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .hero__pic {
    border-radius: 1.25rem;
    aspect-ratio: 325/321;
  }
}
.hero__pic--filtered {
  mix-blend-mode: hard-light;
}
.hero__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .hero--room .hero__details {
    text-align: left;
    align-items: flex-start;
    gap: 1.5rem;
  }
  .hero--room .hero__details .section-title {
    margin-bottom: 0;
  }
}
.hero--room .cta {
  margin-bottom: 0;
}
.hero--type .container {
  align-items: stretch;
}
@media (max-width: 991.98px) {
  .hero--type .container {
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .hero--type .container {
    align-items: flex-start;
  }
}
.hero--type .hero__details {
  height: 100%;
  gap: 0;
}
.hero--type .hero__details .section-title {
  margin-bottom: 1.25rem;
}
.hero--type .hero__details .hero__description {
  margin-bottom: 2.75rem;
}
@media (max-width: 767.98px) {
  .hero--type .hero__details .hero__description {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .hero--type .hero__details {
    text-align: left;
    align-items: flex-start;
  }
}
.hero--type .hero__info {
  padding-top: 6.25rem;
}
@media (max-width: 991.98px) {
  .hero--type .hero__info {
    padding-top: 0;
  }
}
.hero--type .link-more {
  margin-top: auto;
}
@media (max-width: 991.98px) {
  .hero--type .link-more {
    display: none;
  }
}

.assortment {
  overflow: hidden;
}
.assortment__boxes {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-snap-type: x proximity;
  display: flex;
}
.assortment__boxes::-webkit-scrollbar {
  display: none;
}
.assortment__boxes .assortment-box {
  scroll-snap-align: start;
}
@media (max-width: 767.98px) {
  .assortment__boxes {
    flex-direction: column;
    overflow: hidden;
  }
}

.entertainment {
  padding-block: 8.125rem 0;
  position: relative;
}
@media (max-width: 1024.98px) {
  .entertainment {
    overflow: hidden;
  }
}
@media (max-width: 767.98px) {
  .entertainment {
    padding-block: 3.5rem 1.75rem;
  }
}
@media (max-width: 1024.98px) {
  .entertainment__boxes {
    overflow: visible;
  }
}
@media (max-width: 1024.98px) {
  .entertainment__slide {
    width: auto;
  }
}
.entertainment__bg {
  pointer-events: none;
  width: 100%;
  position: absolute;
  top: -4.375rem;
  height: 39.3125rem;
  object-fit: cover;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .entertainment__bg {
    height: 100%;
    top: auto;
    inset: 0;
  }
}
.entertainment .section-heading {
  max-width: 50rem;
  margin: 0 auto 2.5rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  .entertainment .section-heading {
    margin-bottom: 1.5625rem;
  }
}
@media (max-width: 991.98px) {
  .entertainment .entertainment-box {
    max-width: 26.25rem;
  }
}
@media (max-width: 767.98px) {
  .entertainment .entertainment-box {
    max-width: 20rem;
    aspect-ratio: 320/400;
  }
}
.entertainment .container {
  max-width: 107.5rem;
  padding-inline: 0.625rem;
}
.entertainment .navigation-panel {
  position: relative;
  z-index: 2;
}
.entertainment--bg {
  padding-block: 8.125rem;
}
@media (max-width: 767.98px) {
  .entertainment--bg {
    padding-block: 3.75rem;
  }
}
.entertainment--bg::after {
  content: "";
  position: absolute;
  height: 31.9375rem;
  width: 100%;
  bottom: 0;
  background: linear-gradient(180deg, #cccab6 0%, #2e4829 47.79%);
}
@media (max-width: 767.98px) {
  .entertainment--bg::after {
    height: 22.6875rem;
  }
}
.entertainment--bg .section-heading {
  max-width: 100%;
}

section.plan:last-child {
  margin-bottom: 6.25rem;
}
@media (max-width: 767.98px) {
  section.plan:last-child {
    margin-bottom: 3.5rem;
  }
}

.plan {
  padding-top: 8.125rem;
}
@media (max-width: 767.98px) {
  .plan {
    padding-top: 4.375rem;
  }
}
@media (max-width: 767.98px) {
  .plan .container {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .plan__territory {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-inline: 1.25rem;
  }
  .plan__territory::-webkit-scrollbar {
    display: none;
  }
}
.plan__territory div {
  aspect-ratio: 1458/567;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .plan__territory div {
    aspect-ratio: 592/335;
    width: 37rem;
    margin: 0 auto;
  }
}
.plan__territory div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.plan__schema {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8125rem 4.375rem;
  max-width: 81rem;
  margin: -5.3125rem auto 0;
  z-index: 2;
  position: relative;
  padding: 3.125rem 4.375rem;
  position: relative;
  background: linear-gradient(90deg, #22351e 0%, #2e4929 100%);
  color: #ffffff;
}
.plan__schema::after {
  content: "";
  position: absolute;
  height: 20.625rem;
  width: 83.5625rem;
  z-index: -1;
  transform: rotate(15deg);
  pointer-events: none;
  right: -6.25rem;
  top: -6.25rem;
  background: url("../images/chevron.svg") no-repeat center center/cover;
}
@media (max-width: 1199.98px) {
  .plan__schema {
    gap: 1.5rem;
    padding: 1.5rem 2.1875rem;
    max-width: 90%;
  }
}
@media (max-width: 1024.98px) {
  .plan__schema {
    margin: -1.875rem auto 0;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .plan__schema {
    max-width: 23.4375rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.625rem;
    padding: 1.5625rem;
    width: 100%;
  }
}
@media (max-width: 420.98px) {
  .plan__schema {
    max-width: 90%;
  }
}
.plan__schema li {
  display: inline-flex;
  align-items: center;
  gap: 0.9375rem;
}
.plan__schema li span {
  width: 1.75rem;
  height: 1.75rem;
  flex-shrink: 0;
  font: 300 1rem/160% "e-Ukraine", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #56ae47;
}
@media (max-width: 767.98px) {
  .plan__schema li span {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.875rem;
  }
}
.plan__schema li p {
  font: 300 1rem/160% "e-Ukraine", sans-serif;
}
@media (max-width: 1024.98px) {
  .plan__schema li p {
    font-size: 0.875rem;
  }
}
.plan .section-heading {
  margin-bottom: 2.5rem;
}
@media (max-width: 767.98px) {
  .plan .section-heading {
    margin-bottom: 0.9375rem;
    padding-inline: 1.25rem;
  }
}

.events {
  position: relative;
  overflow: hidden;
  padding-block: 11.6875rem 7.9375rem;
}
@media (max-width: 1024.98px) {
  .events {
    padding-block: 6rem;
  }
}
@media (max-width: 767.98px) {
  .events {
    padding-block: 3.5rem 1.75rem;
  }
}
@media (max-width: 767.98px) {
  .events__cards {
    overflow: visible;
  }
}
.events__collect {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}
@media (max-width: 1199.98px) {
  .events__collect {
    gap: 0.75rem;
  }
}
@media (max-width: 991.98px) {
  .events__collect {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.events__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .events__bg {
    display: none;
  }
}
.events__slide {
  height: auto;
}
.events .section-heading {
  margin-bottom: 2.5rem;
}
@media (max-width: 767.98px) {
  .events .section-heading {
    margin-bottom: 1.5625rem;
  }
}

.faq {
  overflow: hidden;
  padding-block: 8.125rem 7.1875rem;
}
@media (max-width: 991.98px) {
  .faq {
    padding-block: 5rem;
  }
}
@media (max-width: 767.98px) {
  .faq {
    padding-block: 3.5rem;
  }
}
.faq__preview {
  max-width: 36.75rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .faq__preview {
    max-width: 100%;
    width: 100%;
  }
}
.faq__deco {
  pointer-events: none;
  top: 8.125rem;
  right: -7.5rem;
  z-index: -1;
  position: absolute;
  max-width: 23.625rem;
}
.faq__deco img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .faq__deco {
    display: none;
  }
}
.faq__pic {
  max-width: 23.25rem;
}
@media (max-width: 991.98px) {
  .faq__pic {
    max-width: 15.625rem;
  }
}
@media (max-width: 767.98px) {
  .faq__pic {
    max-width: 19.875rem;
    margin: 0 auto;
  }
}
.faq__pic img {
  width: 100%;
}
.faq .section-heading {
  align-items: flex-start;
  text-align: left;
  margin-bottom: 1.5rem;
}
.faq .section-heading__deco {
  margin-bottom: 1.9375rem;
}
.faq .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
@media (max-width: 767.98px) {
  .faq .container {
    flex-direction: column;
    gap: 1.25rem;
  }
}

.entice {
  padding-block: 6.5625rem;
  position: relative;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .entice {
    padding-block: 4.375rem 3.75rem;
  }
}
.entice::after {
  pointer-events: none;
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(34, 53, 30, 0.6);
}
.entice::before {
  pointer-events: none;
  content: "";
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 8.5625rem;
  bottom: 0;
  background: linear-gradient(180deg, rgba(34, 53, 30, 0) 0%, #22351e 100%);
}
.entice__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.entice__content {
  max-width: 46.5625rem;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767.98px) {
  .entice__content {
    max-width: 100%;
  }
}
.entice__call {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 4.6875rem;
}
@media (max-width: 767.98px) {
  .entice__call {
    margin-bottom: 1.875rem;
  }
}
.entice__call p {
  font: 400 0.8125rem/100% "e-Ukraine", sans-serif;
  text-transform: uppercase;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
}
.entice .phone-call {
  font-size: 1.5rem;
}
.entice__btns {
  justify-content: center;
  display: flex;
  gap: 1.875rem;
}
@media (max-width: 767.98px) {
  .entice__btns {
    flex-direction: column;
    gap: 0.9375rem;
  }
}
.entice .container {
  position: relative;
  z-index: 2;
}
.entice .section-heading {
  flex-direction: column-reverse;
  gap: 1.9375rem;
  margin-bottom: 2.9375rem;
}
@media (max-width: 767.98px) {
  .entice .section-heading {
    gap: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
.entice .section-heading .waves-ico {
  margin-bottom: 0;
}

.intro {
  position: relative;
  min-height: 34.625rem;
  padding-block: calc(var(--header-h) + 5.9375rem) 2.5rem;
  background: linear-gradient(90deg, #22351e 0%, #2e4929 100%);
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .intro {
    min-height: 29.375rem;
  }
}
@media (max-width: 767.98px) {
  .intro {
    min-height: 26.1875rem;
    padding-block: calc(var(--header-h) + 5rem) 5rem;
  }
}
.intro .container * {
  position: relative;
  z-index: 2;
}
.intro__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.intro .section-heading {
  max-width: 75rem;
  margin: 0 auto;
  text-align: center;
}
.intro .section-heading__deco {
  margin-bottom: 3.125rem;
}

.leisure {
  padding-block: 2.5rem 9.375rem;
}
@media (max-width: 767.98px) {
  .leisure {
    padding-block: 1.25rem 3.75rem;
  }
}
.leisure .container {
  padding: 0;
}
.leisure .filter-panel {
  padding-inline: 1.25rem;
}
.leisure__boxes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.875rem 1.25rem;
  padding-inline: 1.25rem;
}
@media (max-width: 767.98px) {
  .leisure__boxes {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.9375rem;
  }
}
.leisure__empty {
  grid-column: span 2;
  text-align: center;
  font: 400 1.875rem/100% "Veruna", sans-serif;
  text-transform: uppercase;
  letter-spacing: -1px;
}
@media (max-width: 767.98px) {
  .leisure__empty {
    grid-column: span 1;
    font-size: 1.375rem;
  }
}

.road {
  padding-block: 2.375rem 4.6875rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .road {
    padding-block: 3.75rem 1.75rem;
  }
}
.road__cards {
  padding-block: 5.75rem 0;
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
  max-width: 87.1875rem;
}
@media (max-width: 991.98px) {
  .road__cards {
    padding-block: 3.5rem 0;
  }
}
@media (max-width: 767.98px) {
  .road__cards {
    padding-block: 0;
    gap: 2.5rem;
  }
}
.road__pic {
  position: absolute;
  right: 2.625rem;
  top: 2.375rem;
  pointer-events: none;
  z-index: -1;
  max-width: 11.5625rem;
}
@media (max-width: 991.98px) {
  .road__pic {
    max-width: 8.75rem;
  }
}
@media (max-width: 767.98px) {
  .road__pic {
    display: none;
  }
}

.photos {
  padding-block: 4.6875rem 3.125rem;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .photos {
    padding-block: 1.75rem 1.25rem;
  }
}
.photos__cards {
  padding-inline: 1.9375rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 20.75rem;
  gap: 1.25rem;
}
@media (max-width: 1024.98px) {
  .photos__cards {
    padding: 0;
    grid-auto-rows: 15.625rem;
  }
}
@media (max-width: 991.98px) {
  .photos__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    grid-auto-rows: 12.5rem;
  }
}
@media (max-width: 767.98px) {
  .photos__cards.mobile--hidden {
    display: none;
  }
}
.photos__cards.mobile--visible {
  display: none;
}
@media (max-width: 767.98px) {
  .photos__cards.mobile--visible {
    display: block;
  }
}
.photos__card {
  height: 100%;
  grid-column: span 1;
}
.photos__card:nth-child(7n+1), .photos__card:nth-child(7n+3) {
  grid-row: span 2;
}
@media (max-width: 767.98px) {
  .photos__card {
    aspect-ratio: 335/348;
    max-width: 20.9375rem;
  }
}
.photos__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photos__slide {
  width: auto;
}
.photos__slider {
  overflow: visible;
}
.photos .section-heading {
  margin-bottom: 2.5rem;
}
@media (max-width: 767.98px) {
  .photos .section-heading {
    margin-bottom: 1.5625rem;
  }
}

.promo {
  padding-block: 2.1875rem 10.625rem;
}
@media (max-width: 991.98px) {
  .promo {
    padding-block: 1.25rem 6rem;
  }
}
@media (max-width: 767.98px) {
  .promo {
    padding-block: 1.25rem 3.75rem;
  }
}
.promo__boxes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}
@media (max-width: 991.98px) {
  .promo__boxes {
    gap: 0.75rem;
  }
}
@media (max-width: 767.98px) {
  .promo__boxes {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.promo__empty {
  grid-column: span 2;
  text-align: center;
  font: 400 1.875rem/100% "Veruna", sans-serif;
  text-transform: uppercase;
  letter-spacing: -1px;
}
@media (max-width: 767.98px) {
  .promo__empty {
    grid-column: span 1;
    font-size: 1.375rem;
  }
}

.article {
  padding-block: 6.25rem 10.625rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .article {
    padding-block: 6rem;
  }
}
@media (max-width: 767.98px) {
  .article {
    padding-block: 3.75rem;
  }
}
.article .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 76.375rem;
  gap: 1.5rem;
}
@media (max-width: 1024.98px) {
  .article .container {
    align-items: flex-start;
  }
}
@media (max-width: 991.98px) {
  .article .container {
    flex-direction: column;
  }
}
.article__bg {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .article__bg {
    display: none;
  }
}
.article__thumb {
  pointer-events: none;
  position: absolute;
  top: 5.0625rem;
  right: 0;
  max-width: 17.75rem;
}
@media (max-width: 991.98px) {
  .article__thumb {
    display: none;
  }
}
.article__thumb img {
  width: 100%;
}
.article__pic {
  aspect-ratio: 546/666;
  max-width: 34.125rem;
  width: 100%;
}
.article__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .article__pic {
    max-width: 26.25rem;
  }
}
.article__content {
  max-width: 37.25rem;
}
@media (max-width: 991.98px) {
  .article__content {
    max-width: 100%;
  }
}
.article__date {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 2.625rem;
}
@media (max-width: 767.98px) {
  .article__date {
    margin-bottom: 1.25rem;
    align-items: flex-start;
  }
}
.article__date span {
  font: 400 2.625rem/100% "Veruna", sans-serif;
  text-transform: uppercase;
  color: #56ae47;
}
@media (max-width: 767.98px) {
  .article__date span {
    font-size: 1.875rem;
  }
}
.article__date p {
  font: 300 0.875rem/140% "e-Ukraine", sans-serif;
}
@media (max-width: 767.98px) {
  .article__date p {
    font-size: 0.75rem;
  }
}
.article__details {
  display: flex;
  flex-direction: column;
  gap: 1.9375rem;
  color: #4a4a4a;
}
.article__details * {
  margin: 0;
}
.article__details p {
  font: 300 0.875rem/160% "e-Ukraine", sans-serif;
}
.article__details a {
  font: 300 0.875rem/160% "e-Ukraine", sans-serif;
  text-decoration: underline;
  color: #56ae47;
}
.article__details ul li,
.article__details ol li {
  font: 300 0.875rem/160% "e-Ukraine", sans-serif;
}
.article__details ul li span,
.article__details ul li a,
.article__details ol li span,
.article__details ol li a {
  text-decoration: underline;
  color: #56ae47;
}
.article__details h2 {
  font: 400 3.25rem/100% "Veruna", sans-serif;
}
@media (max-width: 991.98px) {
  .article__details h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 767.98px) {
  .article__details h2 {
    font-size: 1.5rem;
  }
}
.article__details h3 {
  font: 400 2.625rem/100% "Veruna", sans-serif;
}
@media (max-width: 991.98px) {
  .article__details h3 {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  .article__details h3 {
    font-size: 1.25rem;
  }
}
.article__details h4 {
  font: 400 1.875rem/100% "Veruna", sans-serif;
}
@media (max-width: 991.98px) {
  .article__details h4 {
    font-size: 1.625rem;
  }
}
@media (max-width: 767.98px) {
  .article__details h4 {
    font-size: 1.125rem;
  }
}
.article__details h5,
.article__details h6 {
  font: 400 1.5rem/100% "Veruna", sans-serif;
}
@media (max-width: 991.98px) {
  .article__details h5,
  .article__details h6 {
    font-size: 1.625rem;
  }
}
@media (max-width: 767.98px) {
  .article__details h5,
  .article__details h6 {
    font-size: 1.125rem;
  }
}

.connected {
  padding-block: 3.125rem;
}
.connected__head {
  margin-bottom: 3.4375rem;
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: flex-end;
}
@media (max-width: 991.98px) {
  .connected__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.1875rem;
    margin-bottom: 1.875rem;
  }
}
.connected__head-title {
  font: 400 0.8125rem/100% "e-Ukraine", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
  color: rgba(30, 45, 26, 0.6);
}
@media (max-width: 767.98px) {
  .connected__head-title {
    font-size: 0.75rem;
  }
}
.connected__head-soc {
  display: flex;
  gap: 0.5625rem;
}
.connected__head-soc a {
  align-items: center;
  justify-content: center;
  display: inline-flex;
  width: 2.4375rem;
  height: 2.4375rem;
  border-radius: 50%;
  background: #56ae47;
  transition: all 0.3s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
@media (hover: hover) {
  .connected__head-soc a:hover {
    transform: scale(1.05);
  }
}
@media (hover: none) {
  .connected__head-soc a:active {
    transform: scale(1.05);
  }
}
.connected__head-soc svg {
  width: 1.125rem;
  height: 1.125rem;
  color: #ffffff;
}
.connected__map {
  aspect-ratio: 1460/563;
}
@media (max-width: 767.98px) {
  .connected__map {
    aspect-ratio: 335/416;
  }
}
.connected__map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.connected__info {
  position: relative;
}
.connected__details {
  overflow: hidden;
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 3.9375rem;
  top: 4.75rem;
  bottom: 3.1875rem;
  max-width: 26.4375rem;
  padding: 3.125rem 2.5rem;
  color: #ffffff;
  background: #1e2d1a;
}
@media (max-width: 1199.98px) {
  .connected__details {
    left: 1.875rem;
    top: 1.875rem;
    bottom: 1.875rem;
  }
}
@media (max-width: 991.98px) {
  .connected__details {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    max-width: 92%;
    margin: -3.125rem auto 0;
    padding: 1.875rem 1.25rem;
  }
}
.connected__details div {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 1.6875rem;
}
.connected__details div p {
  font: 300 0.875rem/160% "e-Ukraine", sans-serif;
  margin: 0;
}
@media (max-width: 767.98px) {
  .connected__details div p {
    font-size: 0.75rem;
  }
}
.connected__deco {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: -50%;
  min-width: 54.125rem;
  min-height: 13.3125rem;
  transform: scaleX(-1) rotate(10deg);
}
.connected__title {
  font: 400 2.625rem/100% "Veruna", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.connected__title span {
  color: #56ae47;
}
@media (max-width: 767.98px) {
  .connected__title {
    font-size: 1.875rem;
    margin-bottom: 1.8125rem;
  }
}

.details {
  padding-block: 8.125rem 5.125rem;
}
@media (max-width: 767.98px) {
  .details {
    padding-block: 3.75rem 1.875rem;
  }
}
.details__head {
  margin-bottom: 3.125rem;
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}
@media (max-width: 1024.98px) {
  .details__head {
    flex-direction: column;
    position: relative;
  }
}
@media (max-width: 767.98px) {
  .details__head {
    gap: 0.75rem;
    margin-bottom: 1.875rem;
  }
}
.details__pic {
  max-width: 11.625rem;
  transform: scaleX(-1);
}
@media (max-width: 1024.98px) {
  .details__pic {
    position: absolute;
    top: -3.125rem;
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .details__pic {
    display: none;
  }
}
.details__pic img {
  width: 100%;
}
.details__txts {
  margin-bottom: 2.3125rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font: 300 0.875rem/160% "e-Ukraine", sans-serif;
  color: #4a4a4a;
}
.details__txts * {
  margin: 0;
}
.details__info {
  max-width: 40rem;
}
@media (max-width: 1024.98px) {
  .details__info {
    max-width: 100%;
  }
}
.details .section-heading {
  text-align: left;
  max-width: 21.75rem;
  align-items: flex-start;
}
@media (max-width: 1024.98px) {
  .details .section-heading {
    max-width: 100%;
  }
}

.price {
  padding-block: 5.125rem 10rem;
}
@media (max-width: 767.98px) {
  .price {
    padding-block: 1.875rem 3.75rem;
  }
}
.price .section-heading {
  margin: 0 auto;
  max-width: 53.4375rem;
  margin-bottom: 3.75rem;
}
@media (max-width: 767.98px) {
  .price .section-heading {
    margin-bottom: 1.5625rem;
  }
  .price .section-heading .waves-ico {
    margin-bottom: 0.9375rem;
  }
}
.price__box {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 767.98px) {
  .price__box {
    flex-direction: column;
  }
}
.price__preview {
  aspect-ratio: 759/708;
  max-width: 47.4375rem;
}
@media (max-width: 767.98px) {
  .price__preview {
    aspect-ratio: 335/312;
  }
}
.price__preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.price__list {
  position: absolute;
  top: 50%;
  right: 0;
  max-width: 49.75rem;
  width: 100%;
  transform: translateY(-50%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem 1.125rem;
  width: 100%;
  padding: 3.75rem 5rem;
  font: 300 0.875rem/160% "e-Ukraine", sans-serif;
  background: #1e2d1a;
  color: #ffffff;
}
@media (max-width: 1024.98px) {
  .price__list {
    padding: 1.875rem 2.5rem;
    gap: 1.5rem 0.75rem;
  }
}
@media (max-width: 767.98px) {
  .price__list {
    position: relative;
    transform: translate(0);
    padding: 1.875rem 1.25rem;
    gap: 1.25rem 1.875rem;
    grid-template-columns: repeat(2, 1fr);
    max-width: 93%;
    margin-top: -1.25rem;
  }
}
.price__list li {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font: 300 0.875rem/160% "e-Ukraine", sans-serif;
}
@media (max-width: 1024.98px) {
  .price__list li {
    gap: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .price__list li {
    font-size: 0.75rem;
    gap: 0.5625rem;
    align-items: center;
    text-align: center;
  }
}
.price__list li img {
  width: 3.5rem;
  height: 3.5rem;
}
@media (max-width: 1024.98px) {
  .price__list li img {
    width: 2.625rem;
    height: 2.625rem;
  }
}
@media (max-width: 767.98px) {
  .price__list li img {
    width: 2.5rem;
    height: 2.5rem;
  }
}

body:has(.header.is-transform) .room-box {
  top: 2.1875rem;
  height: 90vh;
}
@media (max-width: 1024.98px) {
  body:has(.header.is-transform) .room-box {
    height: auto;
    top: auto;
  }
}

.description {
  padding-block: 8.75rem;
  position: relative;
  background: rgba(204, 202, 182, 0.4);
}
@media (max-width: 767.98px) {
  .description {
    padding-block: 3.75rem;
  }
}
.description__pic {
  position: absolute;
  z-index: -1;
  top: 1.4375rem;
  right: 1.6875rem;
  max-width: 17.75rem;
}
@media (max-width: 767.98px) {
  .description__pic {
    display: none;
  }
}
.description__tabs {
  max-width: 49.25rem;
  width: 100%;
}
@media (max-width: 991.98px) {
  .description__tabs {
    max-width: 100%;
  }
}
.description__nav {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  margin-bottom: 4.375rem;
}
@media (max-width: 767.98px) {
  .description__nav {
    gap: 1.25rem;
    margin-bottom: 1.875rem;
    padding-bottom: 1.25rem;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .description__nav::-webkit-scrollbar {
    display: none;
  }
}
.description__btn {
  font: 400 0.8125rem/100% "e-Ukraine", sans-serif;
  text-transform: uppercase;
  position: relative;
  transition: all 0.3s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
@media (hover: hover) {
  .description__btn:hover {
    color: #56ae47;
  }
}
@media (hover: none) {
  .description__btn:active {
    color: #56ae47;
  }
}
@media (max-width: 767.98px) {
  .description__btn {
    width: max-content;
    flex-shrink: 0;
    font-size: 0.75rem;
    text-align: left;
  }
}
.description__btn::after {
  content: "";
  position: absolute;
  bottom: -0.25rem;
  width: 0;
  height: 1px;
  background: #56ae47;
  transition: all 0.3s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
.description__btn.is-active {
  color: #56ae47;
}
.description__btn.is-active::after {
  width: 100%;
}
.description__txts *:last-child {
  margin-bottom: 0;
}
.description__txts h2,
.description__txts h3 {
  font: 400 2.625rem/100% "Veruna", sans-serif;
  text-transform: uppercase;
  margin: 0 0 1.5625rem 0;
  color: #000;
}
@media (max-width: 767.98px) {
  .description__txts h2,
  .description__txts h3 {
    font-size: 1.875rem;
    margin: 0 0 1.25rem 0;
  }
}
.description__txts h4,
.description__txts h5,
.description__txts h6 {
  font: 400 1.875rem/100% "Veruna", sans-serif;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0 0 1.5625rem 0;
}
@media (max-width: 767.98px) {
  .description__txts h4,
  .description__txts h5,
  .description__txts h6 {
    font-size: 1.375rem;
    margin: 0 0 1.25rem 0;
  }
}
.description__txts p {
  font: 300 0.875rem/160% "e-Ukraine", sans-serif;
  color: #4a4a4a;
}
.description__txts p span,
.description__txts p a {
  text-decoration: underline;
  color: #56ae47;
}
.description__txts img {
  margin-bottom: 2.8125rem;
  width: 100%;
  aspect-ratio: 788/506;
}
@media (max-width: 767.98px) {
  .description__txts img {
    margin-bottom: 2.5rem;
    aspect-ratio: 335/215;
  }
}
.description__txts ul,
.description__txts ol {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  padding: 0;
  list-style-type: none;
  margin: 0 0 2.5rem 0;
}
.description__txts ul li,
.description__txts ol li {
  padding-left: 1.5rem;
  position: relative;
  font: 300 0.875rem/160% "e-Ukraine", sans-serif;
}
.description__txts ul li span,
.description__txts ul li a,
.description__txts ol li span,
.description__txts ol li a {
  text-decoration: underline;
  color: #56ae47;
}
.description__txts ul li::before,
.description__txts ol li::before {
  content: "";
  left: 0;
  top: 0.5rem;
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background: #56ae47;
}
.description .waves-ico {
  margin-bottom: 2.5rem;
}
@media (max-width: 767.98px) {
  .description .waves-ico {
    margin-bottom: 1.25rem;
  }
}
.description .room-box {
  height: 85vh;
  max-height: 45.25rem;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: sticky;
  top: calc(var(--header-h) + 1.25rem);
  transition: all 0.5s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
.description .room-box::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1024.98px) {
  .description .room-box {
    max-height: 40.625rem;
  }
}
@media (max-width: 991.98px) {
  .description .room-box {
    height: auto;
    max-height: none;
    position: static;
    overflow: initial;
  }
}
@media (max-width: 767.98px) {
  .description .room-box {
    display: none;
  }
}
.description .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
}
@media (max-width: 991.98px) {
  .description .container {
    flex-direction: column-reverse;
  }
}

.lodging {
  padding-block: 10.625rem;
}
@media (max-width: 991.98px) {
  .lodging {
    padding-block: 6rem;
  }
}
@media (max-width: 767.98px) {
  .lodging {
    padding-block: 3.75rem;
  }
}
.lodging__info {
  max-width: 27.9375rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .lodging__info {
    max-width: 100%;
    width: 100%;
  }
}
.lodging__pic {
  pointer-events: none;
  bottom: -8.6875rem;
  left: 18.75rem;
  z-index: -1;
  position: absolute;
  max-width: 23.625rem;
}
@media (max-width: 767.98px) {
  .lodging__pic {
    position: relative;
    bottom: auto;
    left: auto;
    max-width: 19.875rem;
  }
}
.lodging__noninclude {
  margin-bottom: 4.1875rem;
}
@media (max-width: 767.98px) {
  .lodging__noninclude {
    margin-bottom: 1.5rem;
  }
}
.lodging__noninclude p {
  font: 400 1.5rem/110% "e-Ukraine", sans-serif;
  letter-spacing: -1px;
  margin: 0 0 0.9375rem 0;
}
@media (max-width: 767.98px) {
  .lodging__noninclude p {
    font-size: 1.125rem;
  }
}
.lodging__noninclude p span {
  color: #56ae47;
}
.lodging__noninclude *:last-child {
  margin-bottom: 0;
}
.lodging__noninclude ul,
.lodging__noninclude ol {
  display: flex;
  flex-direction: column;
  gap: 0.5625rem;
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.lodging__noninclude ul li,
.lodging__noninclude ol li {
  padding-left: 1.5rem;
  position: relative;
  font: 300 0.875rem/160% "e-Ukraine", sans-serif;
}
@media (max-width: 767.98px) {
  .lodging__noninclude ul li,
  .lodging__noninclude ol li {
    font-size: 0.75rem;
  }
}
.lodging__noninclude ul li span,
.lodging__noninclude ul li a,
.lodging__noninclude ol li span,
.lodging__noninclude ol li a {
  text-decoration: underline;
  color: #56ae47;
}
.lodging__noninclude ul li::before,
.lodging__noninclude ol li::before {
  content: "";
  left: 0;
  top: 0.4375rem;
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background: #56ae47;
}
@media (max-width: 767.98px) {
  .lodging__noninclude ul li::before,
  .lodging__noninclude ol li::before {
    top: 0.375rem;
  }
}
.lodging__reserve {
  display: flex;
  flex-direction: column;
  gap: 0.4375rem;
}
.lodging__reserve p {
  font: 400 0.875rem/100% "e-Ukraine", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  color: rgba(0, 0, 0, 0.5019607843);
}
.lodging .section-heading {
  align-items: flex-start;
  text-align: left;
  margin-bottom: 2.3125rem;
}
@media (max-width: 767.98px) {
  .lodging .section-heading {
    margin-bottom: 1.5rem;
  }
}
.lodging .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
@media (max-width: 991.98px) {
  .lodging .container {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.lodging .cta {
  margin-bottom: 2.25rem;
}
@media (max-width: 767.98px) {
  .lodging .cta {
    width: max-content;
    padding: 1.125rem 2.5rem;
    margin-bottom: 1.25rem;
  }
}

.assortment-box {
  --card_width: 39.5625rem;
  min-width: 26.5625rem;
  display: flex;
  flex-direction: column;
  position: relative;
  aspect-ratio: 425/850;
  overflow: hidden;
  height: 53.125rem;
  width: 100%;
  color: #ffffff;
  transition: all 0.5s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
@media (max-width: 1024.98px) {
  .assortment-box {
    min-width: 23.4375rem;
    --card_width: 23.4375rem;
  }
}
@media (max-width: 991.98px) {
  .assortment-box {
    height: 34.375rem;
  }
}
@media (max-width: 767.98px) {
  .assortment-box {
    height: 16.25rem;
    min-width: auto;
  }
}
@media (hover: hover) {
  .assortment-box:hover {
    min-width: var(--card_width);
  }
  .assortment-box:hover .assortment-box__details {
    grid-template-rows: 1fr;
  }
  .assortment-box:hover .waves-ico,
  .assortment-box:hover .assortment-box__title {
    margin-bottom: 1.4375rem;
  }
}
@media (hover: hover) and (max-width: 767.98px) {
  .assortment-box:hover .waves-ico,
  .assortment-box:hover .assortment-box__title {
    margin-bottom: 0;
  }
}
@media (hover: hover) {
  .assortment-box:hover .waves-ico,
  .assortment-box:hover .assortment-box__details,
  .assortment-box:hover .assortment-box__title span {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
  }
}
@media (hover: none) {
  .assortment-box:active {
    min-width: var(--card_width);
  }
  .assortment-box:active .assortment-box__details {
    grid-template-rows: 1fr;
  }
  .assortment-box:active .waves-ico,
  .assortment-box:active .assortment-box__title {
    margin-bottom: 1.4375rem;
  }
}
@media (hover: none) and (max-width: 767.98px) {
  .assortment-box:active .waves-ico,
  .assortment-box:active .assortment-box__title {
    margin-bottom: 0;
  }
}
@media (hover: none) {
  .assortment-box:active .waves-ico,
  .assortment-box:active .assortment-box__details,
  .assortment-box:active .assortment-box__title span {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
  }
}
.assortment-box::after {
  content: "";
  pointer-events: none;
  inset: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(24, 38, 21, 0) 57.2%, #182615 100%);
}
.assortment-box > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.assortment-box__discount {
  display: inline-flex;
  width: max-content;
  position: absolute;
  font: 500 1.375rem/100% "e-Ukraine", sans-serif;
  letter-spacing: -1px;
  top: 1.25rem;
  left: 1.25rem;
  padding: 0.25rem 0.9375rem;
  background: #56ae47;
}
@media (max-width: 767.98px) {
  .assortment-box__discount {
    font-size: 1rem;
    padding: 0.25rem 0.625rem;
  }
}
.assortment-box__info {
  display: flex;
  flex-direction: column;
  z-index: 2;
  position: absolute;
  padding: 2.1875rem 2.5rem;
  bottom: 0;
}
@media (max-width: 1024.98px) {
  .assortment-box__info {
    padding: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .assortment-box__info {
    width: 100%;
    padding: 1.5625rem 1.25rem;
  }
}
.assortment-box__title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  transition: all 0.5s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
@media (max-width: 991.98px) {
  .assortment-box__title {
    margin-bottom: 1.4375rem;
  }
}
@media (max-width: 767.98px) {
  .assortment-box__title {
    margin-bottom: 0;
  }
}
.assortment-box__title span {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  transform: translateX(-5px);
  opacity: 0;
  visibility: hidden;
  background: #56ae47;
  transition: all 0.5s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
@media (max-width: 991.98px) {
  .assortment-box__title span {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 767.98px) {
  .assortment-box__title span {
    opacity: 0;
    visibility: hidden;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.assortment-box__title span svg {
  margin-left: 0.125rem;
  width: 0.8125rem;
  height: 0.8125rem;
}
.assortment-box__title p {
  font: 400 1.875rem/100% "Veruna", sans-serif;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0;
}
@media (max-width: 767.98px) {
  .assortment-box__title p {
    font-size: 1.375rem;
  }
}
.assortment-box__details {
  min-width: calc(var(--card_width) - 2.5rem * 2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(3.125rem);
  display: grid;
  grid-template-rows: 0fr;
  font: 400 1rem/140% "e-Ukraine", sans-serif;
  color: rgba(255, 255, 255, 0.6980392157);
  transition: all 0.5s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
@media (max-width: 767.98px) {
  .assortment-box__details {
    display: none;
  }
}
.assortment-box__details p {
  overflow: hidden;
  margin: 0;
}
@media (max-width: 991.98px) {
  .assortment-box__details p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 991.98px) {
  .assortment-box__details {
    grid-template-rows: 1fr;
    transform: translate(0);
    opacity: 1;
    visibility: visible;
    min-width: auto;
  }
}
.assortment-box .waves-ico {
  opacity: 0;
  visibility: hidden;
  transform: translateY(1.25rem);
  transition: all 0.5s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
@media (max-width: 991.98px) {
  .assortment-box .waves-ico {
    display: none;
  }
}

.section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.section-heading .waves-ico {
  margin-bottom: 2.5rem;
}
@media (max-width: 767.98px) {
  .section-heading .waves-ico {
    margin-bottom: 1.875rem;
  }
}
.section-heading:has(.section-heading__pic) {
  position: relative;
}
.section-heading:has(.link-more) .section-subtitle {
  margin-bottom: 0.9375rem;
}
.section-heading__pic {
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100px;
  max-width: 11.5625rem;
}
@media (max-width: 767.98px) {
  .section-heading__pic {
    max-width: 6.875rem;
    right: 1.6875rem;
    bottom: 0.375rem;
    top: auto;
    transform: translate(0);
  }
}

.entertainment-box {
  aspect-ratio: 405/587;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: #ffffff;
}
@media (hover: hover) {
  .entertainment-box:hover .link-more {
    color: #56ae47;
  }
  .entertainment-box:hover .entertainment-box__details {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
    margin-bottom: 0.9375rem;
    grid-template-rows: 1fr;
  }
}
@media (hover: none) {
  .entertainment-box:active .link-more {
    color: #56ae47;
  }
  .entertainment-box:active .entertainment-box__details {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
    margin-bottom: 0.9375rem;
    grid-template-rows: 1fr;
  }
}
.entertainment-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(24, 38, 21, 0) 57.2%, #182615 100%);
}
.entertainment-box > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.entertainment-box__info {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 2;
  padding: 1.875rem 2.1875rem;
}
@media (max-width: 1024.98px) {
  .entertainment-box__info {
    padding: 1.5rem 0.75rem;
  }
}
@media (max-width: 767.98px) {
  .entertainment-box__info {
    padding: 1.25rem;
  }
}
.entertainment-box__title {
  font: 400 1.875rem/100% "Veruna", sans-serif;
  text-transform: uppercase;
  letter-spacing: -2px;
  margin-bottom: 0.9375rem;
}
@media (max-width: 767.98px) {
  .entertainment-box__title {
    font-size: 1.375rem;
    margin-bottom: 0.625rem;
  }
}
.entertainment-box__details {
  opacity: 0;
  visibility: hidden;
  transform: translateY(3.125rem);
  display: grid;
  grid-template-rows: 0fr;
  font: 400 1rem/140% "e-Ukraine", sans-serif;
  color: rgba(255, 255, 255, 0.6980392157);
  transition: all 0.5s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
@media (max-width: 991.98px) {
  .entertainment-box__details {
    display: none;
  }
}
.entertainment-box__details p {
  margin: 0;
  overflow: hidden;
}

.event-box {
  height: 100%;
  display: flex;
  color: #ffffff;
}
@media (hover: hover) {
  .event-box:hover .event-box__pic img {
    transform: scale(1.15);
  }
  .event-box:hover h2,
  .event-box:hover h3,
  .event-box:hover h4,
  .event-box:hover h5,
  .event-box:hover h6 {
    color: #56ae47;
  }
}
@media (hover: none) {
  .event-box:active .event-box__pic img {
    transform: scale(1.15);
  }
  .event-box:active h2,
  .event-box:active h3,
  .event-box:active h4,
  .event-box:active h5,
  .event-box:active h6 {
    color: #56ae47;
  }
}
@media (max-width: 767.98px) {
  .event-box {
    flex-direction: column;
  }
}
.event-box__pic, .event-box__details {
  width: 50%;
}
@media (max-width: 767.98px) {
  .event-box__pic, .event-box__details {
    width: 100%;
  }
}
.event-box__pic {
  height: 100%;
  overflow: hidden;
  aspect-ratio: 348/354;
}
@media (max-width: 767.98px) {
  .event-box__pic {
    aspect-ratio: 335/342;
  }
}
.event-box__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
.event-box__head {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
@media (max-width: 767.98px) {
  .event-box__head {
    gap: 0.9375rem;
  }
}
.event-box__offer {
  flex-wrap: wrap;
  display: flex;
  gap: 0.75rem;
}
.event-box__offer span {
  font: 400 2.625rem/100% "Veruna", sans-serif;
  text-transform: uppercase;
  color: #56ae47;
}
@media (max-width: 767.98px) {
  .event-box__offer span {
    font-size: 1.875rem;
  }
}
.event-box__offer p {
  font: 300 0.875rem/140% "e-Ukraine", sans-serif;
}
@media (max-width: 767.98px) {
  .event-box__offer p {
    font-size: 0.75rem;
  }
}
.event-box__details {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.875rem;
  background: #1e2d1a;
}
@media (max-width: 1199.98px) {
  .event-box__details {
    padding: 1.25rem;
  }
}
.event-box__info h2,
.event-box__info h3,
.event-box__info h4,
.event-box__info h5,
.event-box__info h6 {
  font: 400 1.5rem/110% "Veruna", sans-serif;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0 0 0.625rem 0;
  transition: all 0.5s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
@media (max-width: 767.98px) {
  .event-box__info h2,
  .event-box__info h3,
  .event-box__info h4,
  .event-box__info h5,
  .event-box__info h6 {
    font-size: 1.25rem;
  }
}
.event-box__info p {
  font: 300 0.875rem/160% "e-Ukraine", sans-serif;
  color: rgba(255, 255, 255, 0.5019607843);
}
@media (max-width: 767.98px) {
  .event-box__info p {
    font-size: 0.75rem;
  }
}
.event-box__info ul,
.event-box__info ol {
  margin: 0 0 0.625rem 0;
  padding: 0 0 0 1.5rem;
}
.event-box__info ul li,
.event-box__info ol li {
  font: 300 0.875rem/160% "e-Ukraine", sans-serif;
  color: rgba(255, 255, 255, 0.5019607843);
}
.event-box__info ul li span,
.event-box__info ul li a,
.event-box__info ol li span,
.event-box__info ol li a {
  text-decoration: underline;
  color: #56ae47;
}
.event-box__info *:last-child {
  margin-bottom: 0;
}

.leisure-box {
  display: flex;
  flex-direction: column;
  position: relative;
  aspect-ratio: 720/587;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .leisure-box {
    aspect-ratio: 335/273;
  }
}
@media (hover: hover) {
  .leisure-box:hover .leisure-box__preview img {
    transform: scale(1.15);
  }
  .leisure-box:hover .link-more {
    color: #56ae47;
  }
}
@media (hover: none) {
  .leisure-box:active .leisure-box__preview img {
    transform: scale(1.15);
  }
  .leisure-box:active .link-more {
    color: #56ae47;
  }
}
.leisure-box::after {
  content: "";
  position: absolute;
  pointer-events: none;
  inset: 0;
  background: linear-gradient(180deg, rgba(24, 38, 21, 0) 57.2%, #182615 100%);
}
.leisure-box__preview {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.leisure-box__preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
.leisure-box__txts h2,
.leisure-box__txts h3,
.leisure-box__txts h4,
.leisure-box__txts h5,
.leisure-box__txts h6 {
  font: 400 1.875rem/100% "Veruna", sans-serif;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0;
}
@media (max-width: 991.98px) {
  .leisure-box__txts h2,
  .leisure-box__txts h3,
  .leisure-box__txts h4,
  .leisure-box__txts h5,
  .leisure-box__txts h6 {
    font-size: 1.625rem;
  }
}
@media (max-width: 767.98px) {
  .leisure-box__txts h2,
  .leisure-box__txts h3,
  .leisure-box__txts h4,
  .leisure-box__txts h5,
  .leisure-box__txts h6 {
    font-size: 1.375rem;
  }
}
.leisure-box__txts p {
  font: 400 1rem/140% "e-Ukraine", sans-serif;
  margin: 0;
  color: rgba(255, 255, 255, 0.6980392157);
}
.leisure-box__txts ul li,
.leisure-box__txts ol li {
  font: 400 1rem/140% "e-Ukraine", sans-serif;
  color: rgba(255, 255, 255, 0.6980392157);
}
.leisure-box__txts ul li span,
.leisure-box__txts ul li a,
.leisure-box__txts ol li span,
.leisure-box__txts ol li a {
  text-decoration: underline;
  color: #56ae47;
}
.leisure-box__info {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 1.875rem 2.1875rem;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .leisure-box__info {
    padding: 1.25rem;
    gap: 0.625rem;
  }
}

.road-box {
  padding-bottom: 3.125rem;
  display: flex;
  align-items: flex-start;
  counter-increment: road;
  gap: 7.3125rem;
  border-bottom: 1px solid #cccab6;
}
@media (max-width: 1024.98px) {
  .road-box {
    gap: 3.5rem;
  }
}
@media (max-width: 991.98px) {
  .road-box {
    gap: 2rem;
  }
}
@media (max-width: 767.98px) {
  .road-box {
    gap: 1.25rem;
    flex-direction: column;
    padding-bottom: 2.5rem;
  }
}
.road-box::after {
  order: 2;
  content: counter(road, decimal-leading-zero);
  font: 400 2.625rem/100% "Veruna", sans-serif;
  text-transform: uppercase;
  opacity: 0.4;
  color: #000;
}
@media (max-width: 767.98px) {
  .road-box::after {
    font-size: 1.875rem;
  }
}
.road-box__pic {
  max-width: 30.8125rem;
  width: 100%;
  order: 1;
  aspect-ratio: 493/332;
  display: flex;
  align-items: flex-start;
}
.road-box__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .road-box__pic {
    aspect-ratio: 335/226;
    max-width: 100%;
  }
}
.road-box__title {
  font: 400 2.625rem/100% "Veruna", sans-serif;
  text-transform: uppercase;
}
.road-box__title span {
  color: #56ae47;
}
@media (max-width: 991.98px) {
  .road-box__title {
    font-size: 2.25rem;
  }
}
@media (max-width: 767.98px) {
  .road-box__title {
    font-size: 1.875rem;
  }
}
.road-box__info {
  max-width: 38.875rem;
  width: 100%;
  order: 3;
  display: flex;
  flex-direction: column;
  gap: 2.375rem;
}
@media (max-width: 991.98px) {
  .road-box__info {
    gap: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .road-box__info {
    gap: 1.25rem;
  }
}
.road-box__details {
  font: 300 0.8125rem/160% "e-Ukraine", sans-serif;
  color: #4a4a4a;
}
.road-box__details *:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .road-box__details {
    font-size: 0.75rem;
  }
}
.road-box__details p,
.road-box__details ul,
.road-box__details ol {
  margin: 0 0 1.5rem 0;
}
.road-box__details p span,
.road-box__details p a,
.road-box__details ul span,
.road-box__details ul a,
.road-box__details ol span,
.road-box__details ol a {
  text-decoration: underline;
  color: #56ae47;
}

@media (max-width: 767.98px) {
  .room-info {
    width: 100%;
  }
}
.room-info .cta {
  padding: 1.1875rem 2.5rem;
}
.room-info__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  max-width: 30.125rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 767.98px) {
  .room-info__price {
    margin-bottom: 1.5rem;
    max-width: 100%;
  }
}
.room-info__price span {
  font: 500 1.375rem/100% "e-Ukraine", sans-serif;
}
@media (max-width: 767.98px) {
  .room-info__price span {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .room-info__price {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.room-info__title {
  font: 400 0.8125rem/100% "e-Ukraine", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.4375rem;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767.98px) {
  .room-info__title {
    font-size: 0.6875rem;
  }
}
.room-info__subtitle {
  font: 400 0.6875rem/100% "e-Ukraine", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.4375rem;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767.98px) {
  .room-info__subtitle {
    font-size: 0.625rem;
  }
}
.room-info__val {
  font: 500 1.125rem/100% "e-Ukraine", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .room-info__val {
    font-size: 1rem;
  }
}
.room-info__reserve {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  gap: 2.25rem;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767.98px) {
  .room-info__reserve {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.125rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.room-info__terms {
  flex-wrap: wrap;
  max-width: 38.875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
@media (max-width: 991.98px) {
  .room-info__terms {
    justify-content: center;
    max-width: 100%;
    gap: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .room-info__terms {
    max-width: 100%;
    gap: 1.5rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    justify-content: flex-start;
    -ms-overflow-style: none;
  }
  .room-info__terms::-webkit-scrollbar {
    display: none;
  }
}
.room-info__terms li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media (max-width: 767.98px) {
  .room-info__terms li {
    flex-shrink: 0;
  }
}
.room-info__terms img {
  width: 2rem;
  height: 2rem;
}
@media (max-width: 767.98px) {
  .room-info__terms img {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.room-box {
  padding: 1.875rem;
  max-width: 34.375rem;
  background: #1e2d1a;
  color: #ffffff;
}
@media (max-width: 1024.98px) {
  .room-box {
    max-width: 26.25rem;
  }
}
@media (max-width: 991.98px) {
  .room-box {
    margin: 0 auto;
    max-width: 45rem;
  }
}
.room-box__pic {
  margin-bottom: 1.875rem;
  aspect-ratio: 490/379;
}
@media (max-width: 1024.98px) {
  .room-box__pic {
    margin-bottom: 1.5rem;
  }
}
.room-box__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.room-box__title {
  font: 500 2.5rem/90% "e-Ukraine", sans-serif;
  letter-spacing: -2px;
  margin-bottom: 2.5rem;
}
.room-box__title span {
  color: #56ae47;
}
@media (max-width: 1024.98px) {
  .room-box__title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.room-box .room-info__price {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.room-box .room-info__price::-webkit-scrollbar {
  display: none;
}
.room-box .room-info__price li {
  flex-shrink: 0;
}
.room-box .room-info__price li span {
  font-size: 1.25rem;
}
@media (max-width: 1024.98px) {
  .room-box .room-info__price {
    margin-bottom: 1.5rem;
  }
}
.room-box .room-info__reserve {
  margin-bottom: 0;
  border-bottom: none;
  padding-block: 2.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1024.98px) {
  .room-box .room-info__reserve {
    padding-block: 1.5rem 0;
  }
}

.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 1000;
  background: #1e2d1a;
  transition: all 0.5s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
.loader.is-hide {
  transform: translateY(-100%);
  opacity: 0;
}
.loader__ico {
  position: relative;
  width: 12.5rem;
  height: 4.375rem;
  animation: pulseOpacity 1.5s ease-in-out infinite;
}
.loader__ico img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
@keyframes pulseOpacity {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.6;
  }
}

.mobile-menu {
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 100;
  transform: translateX(-100%);
  background: #1e2d1a;
  color: #ffffff;
  transition: all 0.5s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
.mobile-menu::-webkit-scrollbar {
  display: none;
}
.mobile-menu.is-open {
  transform: translateX(0);
}
.mobile-menu .container {
  height: 100%;
}
.mobile-menu__nav {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.mobile-menu__nav a {
  width: 100%;
  transition: all 0.3s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
.mobile-menu__nav ul {
  list-style-type: none;
  padding: 0;
}
.mobile-menu__nav > li {
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mobile-menu__nav > li.is-open > a {
  color: #56ae47;
}
.mobile-menu__nav > li.is-open > a span {
  transform: rotate(90deg);
}
.mobile-menu__nav > li.is-open > a span::after {
  opacity: 0;
}
.mobile-menu__nav > li.is-open .sub-menu {
  padding-top: 0.625rem;
}
.mobile-menu__nav > li.is-open .sub-menu > li {
  grid-template-rows: 1fr;
}
.mobile-menu__nav > li:not(:has(.sub-menu)) > a span {
  display: none;
}
.mobile-menu__nav > li:has(.sub-menu) > a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.125rem;
}
.mobile-menu__nav > li:has(.sub-menu) > a span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  border-radius: 50%;
  width: 1.875rem;
  height: 1.875rem;
  background: #56ae47;
  transition: all 0.3s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
@media (max-width: 767.98px) {
  .mobile-menu__nav > li:has(.sub-menu) > a span {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.mobile-menu__nav > li:has(.sub-menu) > a span::after, .mobile-menu__nav > li:has(.sub-menu) > a span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.9375rem;
  height: 0.0625rem;
  background: #fff;
  transition: all 0.3s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
@media (max-width: 767.98px) {
  .mobile-menu__nav > li:has(.sub-menu) > a span::after, .mobile-menu__nav > li:has(.sub-menu) > a span::before {
    width: 0.75rem;
  }
}
.mobile-menu__nav > li:has(.sub-menu) > a span::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.mobile-menu__nav > li > a {
  font: 300 0.875rem/160% "e-Ukraine", sans-serif;
}
.mobile-menu__nav a {
  font: inherit;
  transition: all 0.3s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
@media (hover: hover) {
  .mobile-menu__nav a:hover {
    color: #56ae47;
  }
}
@media (hover: none) {
  .mobile-menu__nav a:active {
    color: #56ae47;
  }
}
.mobile-menu .sub-menu {
  transition: all 0.3s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
.mobile-menu .sub-menu a {
  font: 200 0.875rem/160% "e-Ukraine", sans-serif;
}
.mobile-menu .sub-menu > li {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.3s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
.mobile-menu .sub-menu > li > ul {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.mobile-menu__box {
  padding-block: calc(var(--header-h) + 1rem) 3.6875rem;
}
.mobile-menu__box *:last-child {
  margin-bottom: 0;
}
.mobile-menu__lang {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 0.9375rem;
  padding-bottom: 1.625rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mobile-menu__lang li {
  font: 500 0.875rem/100% "e-Ukraine", sans-serif;
  text-transform: uppercase;
}
.mobile-menu__lang li:not(:last-child) a {
  align-items: center;
  gap: 1.25rem;
}
.mobile-menu__lang li:not(:last-child) a::after {
  content: "";
  height: 1rem;
  border-radius: 2px;
  width: 2px;
  background: rgba(255, 255, 255, 0.2);
}
.mobile-menu__lang li a {
  display: inline-flex;
  font: inherit;
  transition: all 0.5s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
.mobile-menu__lang li a.is-active {
  color: #56ae47;
}
.mobile-menu__info {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  margin-bottom: 1.875rem;
}
.mobile-menu__title {
  font: 400 0.75rem/100% "e-Ukraine", sans-serif;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.mobile-menu__connect {
  font: 500 1.125rem/100% "e-Ukraine", sans-serif;
}
.mobile-menu .cta {
  margin-block: 1.875rem;
  padding: 1rem;
  font-size: 0.8125rem;
}

.reserve-form {
  max-width: 35.125rem;
}
@media (max-width: 991.98px) {
  .reserve-form {
    max-width: 100%;
    width: 100%;
  }
}
.reserve-form form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.125rem;
  width: 100%;
}
@media (max-width: 767.98px) {
  .reserve-form form {
    display: flex;
    flex-direction: column;
  }
}
.reserve-form__title {
  font: 500 0.75rem/100% "e-Ukraine", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #56ae47;
}
.reserve-form__field {
  display: flex;
  flex-direction: column;
  padding: 0.75rem 0.75rem;
  gap: 0.875rem;
  min-height: 4.875rem;
  background: rgba(13, 22, 12, 0.3019607843);
}
.reserve-form .cta {
  margin: 0;
  gap: 0.625rem;
  width: 100%;
}
@media (max-width: 767.98px) {
  .reserve-form .cta {
    width: 100%;
  }
}
.reserve-form .cta svg {
  width: 1rem;
  height: 1rem;
  color: #ffffff;
}

.navigation-panel {
  padding-top: 2.5rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .navigation-panel {
    padding-top: 1.5625rem;
    gap: 0.625rem;
  }
}
.navigation-panel:has(.swiper-button-lock) {
  display: none;
}
.navigation-panel__btn {
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.875rem;
  height: 3.875rem;
  border-radius: 50%;
  background: #56ae47;
  color: #ffffff;
  transition: all 0.3s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
@media (hover: hover) {
  .navigation-panel__btn:hover {
    background: #1e2d1a;
  }
}
@media (hover: none) {
  .navigation-panel__btn:active {
    background: #1e2d1a;
  }
}
@media (max-width: 767.98px) {
  .navigation-panel__btn {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.navigation-panel__btn.swiper-button-disabled {
  pointer-events: none;
  background: #cccab6;
}
.navigation-panel__btn svg {
  width: 1.875rem;
  height: 1.875rem;
  transition: all 0.3s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
@media (max-width: 767.98px) {
  .navigation-panel__btn svg {
    width: 1.1875rem;
    height: 1.1875rem;
  }
}
.navigation-panel__btn:first-child {
  transform: rotate(180deg);
}

div:has(> .faq-box) {
  max-width: 46.875rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  padding-block: 1.875rem;
  border-top: 1px solid #cccab6;
  border-bottom: 1px solid #cccab6;
}
@media (max-width: 991.98px) {
  div:has(> .faq-box) {
    max-width: 100%;
    width: 100%;
    padding-block: 1.25rem;
    gap: 1.25rem;
  }
}

.faq-box:not(:last-child) {
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #cccab6;
}
@media (max-width: 767.98px) {
  .faq-box:not(:last-child) {
    padding-bottom: 1.25rem;
  }
}
.faq-box:has(.is-open) .faq-box__question span {
  transform: rotate(90deg);
}
.faq-box:has(.is-open) .faq-box__question span::after {
  opacity: 0;
}
.faq-box:has(.is-open) .faq-box__answer {
  margin-top: 0.9375rem;
  grid-template-rows: 1fr;
}
@media (max-width: 767.98px) {
  .faq-box:has(.is-open) .faq-box__answer {
    margin-top: 0.625rem;
  }
}
.faq-box .room-info__price {
  flex-wrap: wrap;
  margin-bottom: 0;
  max-width: 100%;
  justify-content: flex-start;
  gap: 0.75rem;
}
.faq-box .room-info li {
  max-width: 9.375rem;
  width: 100%;
  color: #1e2d1a;
}
.faq-box .room-info li p {
  color: inherit;
  opacity: 0.4;
  font-size: 0.6875rem;
}
.faq-box .room-info li span {
  font-size: 1.125rem;
  line-height: 90%;
}
@media (max-width: 767.98px) {
  .faq-box .room-info li span {
    font-size: 0.8125rem;
  }
}
.faq-box__question {
  text-align: left;
  font: 400 1.5rem/110% "Veruna", sans-serif;
  text-transform: uppercase;
  letter-spacing: -1px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  color: #000;
}
@media (max-width: 767.98px) {
  .faq-box__question {
    font-size: 1.25rem;
    gap: 1.25rem;
  }
}
.faq-box__question p {
  margin: 0;
}
.faq-box__question span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  border-radius: 50%;
  width: 1.875rem;
  height: 1.875rem;
  background: #56ae47;
  transition: all 0.5s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
@media (max-width: 767.98px) {
  .faq-box__question span {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.faq-box__question span::after, .faq-box__question span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.9375rem;
  height: 0.0625rem;
  background: #fff;
  transition: all 0.5s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
@media (max-width: 767.98px) {
  .faq-box__question span::after, .faq-box__question span::before {
    width: 0.75rem;
  }
}
.faq-box__question span::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-box__answer {
  display: grid;
  grid-template-rows: 0fr;
  font: 300 1rem/160% "e-Ukraine", sans-serif;
  color: rgba(0, 0, 0, 0.5019607843);
  transition: all 0.5s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
@media (max-width: 767.98px) {
  .faq-box__answer {
    font-size: 0.875rem;
  }
}
.faq-box__answer > div {
  max-width: 43.75rem;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .faq-box__answer > div {
    max-width: 95%;
  }
}

div:has(> .filter-panel) {
  display: flex;
  justify-content: center;
}

.filter-panel {
  display: flex;
  align-items: center;
  padding-bottom: 2.5rem;
  gap: 2.5rem;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.filter-panel::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767.98px) {
  .filter-panel {
    padding-bottom: 1.25rem;
    gap: 1.25rem;
  }
}
.filter-panel__btn {
  flex-shrink: 0;
  font: 400 0.8125rem/100% "e-Ukraine", sans-serif;
  text-transform: uppercase;
  position: relative;
  transition: all 0.3s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
@media (hover: hover) {
  .filter-panel__btn:hover {
    color: #56ae47;
  }
}
@media (hover: none) {
  .filter-panel__btn:active {
    color: #56ae47;
  }
}
@media (max-width: 767.98px) {
  .filter-panel__btn {
    font-size: 0.75rem;
  }
}
.filter-panel__btn.is-active {
  color: #56ae47;
}
.filter-panel__btn.is-active::after {
  width: 100%;
}
.filter-panel__btn::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  bottom: -0.25rem;
  background: #56ae47;
  transition: all 0.3s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}

.room-gallery {
  position: relative;
  overflow: hidden;
}
.room-gallery__slider {
  overflow: visible;
}
.room-gallery__slide {
  width: auto;
  opacity: 0.3;
  transition: all 0.5s cubic-bezier(0.768, 0.304, 0.496, 0.884);
}
.room-gallery__slide.swiper-slide-active {
  opacity: 1;
}
.room-gallery__pic {
  aspect-ratio: 1010/648;
}
.room-gallery__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.room-gallery .navigation-panel {
  max-width: 67rem;
  padding-top: 0;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 100%;
  transform: translate(-50%, -50%);
}
