@charset "UTF-8";
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  width: 100%;
}

body {
  margin: 0;
  background: #fff;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  overflow: visible;
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

pre {
  font-size: 1em;
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

a {
  background-color: transparent;
  color: #4169e1;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.2;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  width: 100%;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

ul,
ol {
  margin: 0 0 15px 15px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

embed,
iframe,
object {
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

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

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -ms-flexbox;
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -ms-flex: 1 0 50%;
      flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -ms-flex: 1 0 50%;
      flex: 1 0 50%;
}

.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.custom-logo-link {
  display: inline-block;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#primary[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.site-header {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 100;
}
@media only screen and (max-width: 992px) {
  .site-header {
    top: 0;
  }
}

.header-navigation-bar {
  padding: 0 60px;
}
@media only screen and (max-width: 992px) {
  .header-navigation-bar {
    padding: 0;
  }
}
.header-navigation-bar__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 50px;
  max-width: fit-content;
  margin: 0 auto;
  background-color: #fcfcfc;
  border-radius: 50px;
  border: 2px solid #222222;
  padding: 10px 20px 10px 28px;
  box-shadow: 0 4px 24px rgba(34, 34, 34, 0.07);
}
@media only screen and (max-width: 992px) {
  .header-navigation-bar__inner {
    max-width: unset;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
    padding: 0 32px;
    height: 64px;
    box-shadow: none;
    background-color: #F9F5F0;
  }
}
@media only screen and (max-width: 360px) {
  .header-navigation-bar__inner {
    padding: 0 20px;
  }
}
.header-navigation-bar__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header-navigation-bar__logo a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.header-navigation-bar__logo img {
  width: 44px;
  height: auto;
  display: block;
}
.header-navigation-bar__desktop-nav-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.header-navigation-bar__desktop-nav-items ul.menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
  gap: 2px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-navigation-bar__desktop-nav-items a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #222222;
  position: relative;
  transition: 0.5s all ease;
  outline: none;
  white-space: nowrap;
}
.header-navigation-bar__desktop-nav-items a:hover {
  color: #222222;
}
.header-navigation-bar__desktop-nav-items a::before, .header-navigation-bar__desktop-nav-items a::after {
  content: "";
  transition: 0.5s all ease;
  backface-visibility: hidden;
  position: absolute;
  width: 0;
  height: 2px;
}
.header-navigation-bar__desktop-nav-items a::before {
  right: 0;
  top: 0;
}
.header-navigation-bar__desktop-nav-items a::after {
  left: 0;
  bottom: 0;
}
.header-navigation-bar__desktop-nav-items a:hover::before, .header-navigation-bar__desktop-nav-items a:hover::after {
  width: 100%;
  background: #288b8d;
}
@media only screen and (max-width: 992px) {
  .header-navigation-bar__desktop-nav-items {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F9F5F0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    opacity: 0;
    pointer-events: none;
    -ms-transform: translateY(-12px);
        transform: translateY(-12px);
    transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 99;
  }
  .header-navigation-bar__desktop-nav-items.open {
    opacity: 1;
    pointer-events: auto;
    -ms-transform: translateY(0);
        transform: translateY(0);
  }
  .header-navigation-bar__desktop-nav-items ul.menu {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    gap: 0;
    width: 100%;
  }
  .header-navigation-bar__desktop-nav-items li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(34, 34, 34, 0.06);
  }
  .header-navigation-bar__desktop-nav-items a {
    padding: 20px 40px;
    font-size: 12px;
    letter-spacing: 3px;
    color: #222222;
  }
  .header-navigation-bar__desktop-nav-items a::after {
    display: none;
  }
  .header-navigation-bar__desktop-nav-items a:hover {
    color: #222222;
    background-color: rgba(34, 34, 34, 0.02);
  }
}
.header-navigation-bar__mobile-hamburger-menu {
  display: none;
  width: 24px;
  height: 20px;
  position: relative;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header-navigation-bar__mobile-hamburger-menu * {
  transition: 0.25s ease-in-out;
  box-sizing: border-box;
}
@media only screen and (max-width: 992px) {
  .header-navigation-bar__mobile-hamburger-menu {
    display: block;
  }
}
.header-navigation-bar__mobile-hamburger-menu span {
  display: block;
  background: #222222;
}
.header-navigation-bar__mobile-hamburger-menu #hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  top: 0;
}
.header-navigation-bar__mobile-hamburger-menu #hamburger span {
  width: 24px;
  height: 2px;
  border-radius: 1px;
}
.header-navigation-bar__mobile-hamburger-menu #hamburger span:nth-child(1) {
  transition-delay: 0.3s;
}
.header-navigation-bar__mobile-hamburger-menu #hamburger span:nth-child(2) {
  transition-delay: 0.425s;
}
.header-navigation-bar__mobile-hamburger-menu #hamburger span:nth-child(3) {
  transition-delay: 0.55s;
}
.header-navigation-bar__mobile-hamburger-menu #cross {
  position: absolute;
  height: 100%;
  width: 100%;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  top: 0;
}
.header-navigation-bar__mobile-hamburger-menu #cross span:nth-child(1) {
  height: 0%;
  width: 2px;
  position: absolute;
  right: 11px;
  border-radius: 1px;
  transition-delay: 0s;
}
.header-navigation-bar__mobile-hamburger-menu #cross span:nth-child(2) {
  width: 0;
  height: 2px;
  position: absolute;
  top: 11px;
  border-radius: 1px;
  transition-delay: 0.25s;
}
.header-navigation-bar__mobile-hamburger-menu.open #hamburger span {
  width: 0;
}
.header-navigation-bar__mobile-hamburger-menu.open #hamburger span:nth-child(1) {
  transition-delay: 0s;
}
.header-navigation-bar__mobile-hamburger-menu.open #hamburger span:nth-child(2) {
  transition-delay: 0.125s;
}
.header-navigation-bar__mobile-hamburger-menu.open #hamburger span:nth-child(3) {
  transition-delay: 0.25s;
}
.header-navigation-bar__mobile-hamburger-menu.open #cross span:nth-child(1) {
  height: 24px;
  transition-delay: 0.425s;
}
.header-navigation-bar__mobile-hamburger-menu.open #cross span:nth-child(2) {
  width: 24px;
  transition-delay: 0.175s;
}

.pll-parent-menu-item {
  position: relative;
}
.pll-parent-menu-item .sub-menu {
  display: none;
  position: absolute;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0;
  background-color: #fcfcfc;
  top: calc(100% + 8px);
  right: 0;
  margin: 0;
  overflow: hidden;
  width: max-content;
}
.pll-parent-menu-item .sub-menu.show {
  display: -ms-flexbox;
  display: flex;
  border: 1.5px solid #222222;
  border-radius: 6px;
}
@media only screen and (max-width: 992px) {
  .pll-parent-menu-item .sub-menu.show {
    border: none;
    width: 100%;
    border-radius: 0;
    background-color: #F9F5F0;
  }
}
.pll-parent-menu-item .sub-menu li {
  list-style: none;
}
.pll-parent-menu-item .sub-menu li.current-lang {
  display: none;
}
.pll-parent-menu-item .sub-menu li a {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  padding: 10px 16px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .pll-parent-menu-item .sub-menu li a {
    padding: 20px 40px;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.pll-parent-menu-item .sub-menu li a::before, .pll-parent-menu-item .sub-menu li a::after {
  display: none;
}
.pll-parent-menu-item .sub-menu li a:hover {
  background-color: rgba(34, 34, 34, 0.04);
}
.pll-parent-menu-item .sub-menu li a img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}
.pll-parent-menu-item .sub-menu li a span {
  margin-left: 0 !important;
}

.footer {
  background-color: #222222;
  border-top: 1px solid rgba(252, 252, 252, 0.07);
}
.footer__inner {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 80px;
}
.footer__top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
  padding: 72px 0 64px;
  border-bottom: 1px solid rgba(252, 252, 252, 0.08);
}
.footer__brand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
.footer__logo {
  display: inline-block;
}
.footer__logo img {
  width: 140px;
  height: auto;
  display: block;
}
.footer__col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 20px;
}
.footer__col-label {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #288b8d;
}
.footer__contacts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
}
.footer__contact-link {
  display: inline-block;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(252, 252, 252, 0.55);
  text-decoration: none;
  transition: color 0.3s ease;
  width: fit-content;
}
.footer__contact-link:hover {
  color: #fcfcfc;
}
.footer__social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
}
.footer__social-link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(252, 252, 252, 0.12);
  color: rgba(252, 252, 252, 0.55);
  text-decoration: none;
  transition: border-color 0.3s ease, color 0.3s ease, background-color 0.3s ease;
}
.footer__social-link svg {
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  stroke: rgba(252, 252, 252, 0.55);
  transition: stroke 0.3s ease;
}
.footer__social-link:hover {
  border-color: #288b8d;
  background-color: rgba(40, 139, 141, 0.12);
}
.footer__social-link:hover svg {
  stroke: #288b8d;
}
.footer__apartments {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0;
}
.footer__apartment-category {
  border-bottom: 1px solid rgba(252, 252, 252, 0.07);
}
.footer__apartment-category:first-child {
  border-top: 1px solid rgba(252, 252, 252, 0.07);
}
.footer__dropdown-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 12px;
  padding: 14px 0;
  cursor: pointer;
}
.footer__dropdown-btn svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  stroke: rgba(252, 252, 252, 0.35);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), stroke 0.3s ease;
}
.footer__dropdown-btn .footer__dropdown-btn-p {
  font-size: 14px;
  font-weight: 500;
  color: rgba(252, 252, 252, 0.65);
  transition: color 0.3s ease;
  margin: 0;
}
.footer__dropdown-btn:hover .footer__dropdown-btn-p {
  color: #fcfcfc;
}
.footer__dropdown-btn:hover svg {
  stroke: #288b8d;
}
.footer__dropdown-btn.open .footer__dropdown-btn-p {
  color: #fcfcfc;
}
.footer__dropdown-btn.open svg {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  stroke: #288b8d;
}
.footer__dropdown-main-container {
  display: none;
}
.footer__dropdown-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 6px;
  padding: 4px 0 14px 0;
}
.footer__apartment-link {
  font-size: 13px;
  color: rgba(252, 252, 252, 0.4);
  text-decoration: none;
  transition: color 0.3s ease;
  width: fit-content;
}
.footer__apartment-link:hover {
  color: #288b8d;
}
.footer__bottom {
  padding: 24px 0 32px;
}
.footer__rule {
  display: none;
}
.footer__bottom-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 16px;
}
.footer__copy {
  font-size: 12px;
  color: rgba(252, 252, 252, 0.25);
}
.footer__dev {
  font-size: 12px;
  color: rgba(252, 252, 252, 0.25);
}
.footer__dev a {
  color: #288b8d;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer__dev a:hover {
  color: #fcfcfc;
}
@media only screen and (max-width: 1366px) {
  .footer__inner {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 992px) {
  .footer__inner {
    padding: 0 32px;
  }
  .footer__top {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    padding: 56px 0 48px;
  }
  .footer__brand {
    grid-column: 1/-1;
  }
}
@media only screen and (max-width: 768px) {
  .footer__top {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 48px 0 40px;
  }
  .footer__brand {
    grid-column: auto;
  }
}
@media only screen and (max-width: 360px) {
  .footer__inner {
    padding: 0 20px;
  }
  .footer__bottom-inner {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 8px;
  }
}

html {
  background: #F9F5F0;
  scroll-behavior: smooth;
}

body * {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  color: #222222;
}

#page {
  background: #F9F5F0;
}
@media only screen and (max-width: 992px) {
  #page {
    padding-top: 64px;
  }
}

body.disable-scroll {
  overflow-y: hidden;
}

.entry-content {
  margin: 0;
  background-color: #F9F5F0;
}

h1, h2, h3, h4, h5, h6, figure {
  margin: 0;
}

h1 {
  font-size: clamp(42px, 6vw, 62px);
  line-height: clamp(46px, 8.2vw, 64px);
}

h2 {
  font-size: clamp(28px, 5vw, 42px);
  line-height: clamp(32px, 5.2vw, 40px);
}

h3 {
  font-size: clamp(20px, 3vw, 28px);
  line-height: clamp(26px, 3.2vw, 32px);
}

h4 {
  font-size: clamp(18px, 2.5vw, 20px);
  line-height: clamp(24px, 2.7vw, 26px);
}

p {
  font-size: clamp(14px, 2vw, 16px);
  line-height: clamp(20px, 2.2vw, 22px);
}

ol, ul {
  padding: 0;
}

.hidden {
  display: none;
}

.main-grid {
  margin: 40px auto;
  max-width: 1520px;
}

.button, .button:focus {
  width: fit-content;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 24px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  color: #222222;
  transition: all 0.5s;
  background-color: #F9F5F0;
  border: 2px solid #222222 !important;
  border-radius: 12px;
  cursor: pointer;
  outline: none;
  border-color: #222222;
  display: inline-block;
}
.button:active, .button:focus:active {
  border-color: #222222;
}

@media (hover: hover) and (pointer: fine) {
  .button:hover {
    color: #F9F5F0;
    background-color: #222222;
    border-radius: 5px;
    border-color: #222222;
  }
}
.wpbs-main-wrapper {
  display: grid;
  gap: 20px;
}
@media only screen and (max-width: 992px) {
  .wpbs-main-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.wpbs-calendars-wrapper {
  padding: 0 !important;
  gap: 40px;
}

.wpbs-legend {
  position: unset !important;
  border-radius: 12px;
}

.wpbs-form-container {
  padding: 0 !important;
  max-width: unset !important;
}

.wpbs-form-field-hidden {
  display: none;
}

.wpbs-form-field {
  padding-bottom: 0 !important;
}

.wpbs-form-field-label {
  padding-bottom: 10px;
}

.wpbs-form-field-input input[type=number], .wpbs-form-field-input .iti {
  width: 100%;
}

.iti--separate-dial-code .iti__selected-flag, .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: unset !important;
}

.wpbs-form-field-input input, textarea {
  padding: 8px 12px;
  border-radius: 12px;
  outline: none;
  max-width: 100%;
}

.wpbs-form-field-product_checkbox label {
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 10px;
  width: fit-content;
}

.wpbs-form-field-product_checkbox input {
  width: 22px;
  height: 22px;
  accent-color: #288b8d;
}

.wpbs-form-submit-button {
  padding-bottom: 0 !important;
}

.wpbs-main-wrapper:after {
  display: none;
}

.wpbs-form-submit-button button {
  width: fit-content;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 24px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  color: #222222;
  transition: all 0.5s;
  background-color: #F9F5F0;
  border: 2px solid #222222;
  border-radius: 12px;
  cursor: pointer;
}
.wpbs-form-submit-button button:hover {
  color: #F9F5F0;
  background-color: #222222;
  border-radius: 5px;
}

.wpbs-calendar {
  border-radius: 12px;
}

.wpbs-calendar-header {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 8px 12px !important;
}

.wpbs-prev, .wpbs-next {
  border: 1.5px solid black !important;
  border-radius: 4px !important;
  background: #F9F5F0 !important;
}

.wpbs-next .wpbs-arrow {
  border-color: transparent transparent transparent #151515 !important;
}

.wpbs-prev .wpbs-arrow {
  border-color: transparent #151515 transparent transparent !important;
}

.wpbs-select-container select {
  border: 1.5px solid #151515 !important;
}

.wpbs-calendar-wrapper {
  padding: 8px 12px !important;
}

.wpbs-form-field-error small {
  color: #f00f00;
}

.wpbs-form-field-payment_method {
  display: none !important;
}

.wpbs-pricing-table {
  border-spacing: 0;
}
.wpbs-pricing-table thead {
  display: none;
}
.wpbs-pricing-table tbody tr td {
  padding: 0;
}
.wpbs-pricing-table tbody tr td:last-child {
  text-align: end;
}

.wpbs-form-confirmation-message {
  display: grid;
  place-items: center;
}
.wpbs-form-confirmation-message p {
  text-align: center;
}

.past-date .wpbs-legend-item-icon .wpbs-legend-item-icon-color:first-of-type {
  background-color: #e0e0e0 !important;
}

.wpbs-date, .wpbs-legend-item-icon {
  border-radius: 5px;
}

.wpbs_s-search-widget .wpbs_s-search-widget-form {
  display: -ms-flexbox;
  display: flex;
  padding: 0 !important;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 20px;
}
.wpbs_s-search-widget .wpbs_s-search-widget-form::after {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .wpbs_s-search-widget .wpbs_s-search-widget-form {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 10px;
  }
}
.wpbs_s-search-widget .wpbs_s-search-widget-form .wpbs_s-search-widget-field {
  width: 100%;
  margin: 0 !important;
}
.wpbs_s-search-widget .wpbs_s-search-widget-form .wpbs_s-search-widget-field input[type=text] {
  border-radius: 12px !important;
}
.wpbs_s-search-widget .wpbs_s-search-widget-form .wpbs_s-search-widget-field button.wpbs_s-search-widget-datepicker-submit {
  width: fit-content !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  position: relative !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  color: #222222 !important;
  transition: all 0.5s !important;
  background-color: #F9F5F0 !important;
  border: 2px solid #222222 !important;
  border-radius: 12px !important;
  cursor: pointer !important;
  outline: none !important;
  padding: 10px 24px !important;
  height: unset !important;
  line-height: unset !important;
}
.wpbs_s-search-widget .wpbs_s-search-widget-form .wpbs_s-search-widget-field button.wpbs_s-search-widget-datepicker-submit:hover {
  background-color: #222222 !important;
  color: #F9F5F0 !important;
  border-radius: 5px !important;
  border-color: #222222 !important;
}
.wpbs_s-search-widget .wpbs_s-search-widget-field-submit {
  position: unset !important;
}

#scroll-up {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 100;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1.5px solid #288b8d;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: background-color 0.35s ease, border-color 0.35s ease, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s ease, visibility 0.5s ease;
}
#scroll-up::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1.5px solid #288b8d;
  border-top: 1.5px solid #288b8d;
  -ms-transform: translateY(3px) rotate(-45deg);
      transform: translateY(3px) rotate(-45deg);
  transition: border-color 0.35s ease;
}
#scroll-up.visible {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
#scroll-up:hover {
  background-color: #288b8d;
  -ms-transform: translateY(-3px) scale(1.08);
      transform: translateY(-3px) scale(1.08);
}
#scroll-up:hover::after {
  border-color: #fcfcfc;
}
@media only screen and (max-width: 992px) {
  #scroll-up {
    bottom: 20px;
    right: 20px;
  }
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transition: all 0.5s ease;
}
.swiper-pagination-bullet-active {
  background: #fcfcfc;
  width: 30px;
  border-radius: 12px;
}
@media only screen and (max-width: 992px) {
  .swiper-pagination-bullet-active {
    background: #222222;
  }
}

@keyframes e404-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes e404-fade-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes e404-reveal-up {
  from {
    clip-path: inset(100% 0 0 0);
  }
  to {
    clip-path: inset(0% 0 0 0);
  }
}
@keyframes e404-scale-x {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.error-404 {
  min-height: calc(100dvh - 80px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #F9F5F0;
  padding: 80px;
}
.error-404__inner {
  max-width: 760px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
}
.error-404__eyebrow {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #288b8d;
  margin-bottom: 32px;
  animation: e404-fade-in 0.6s ease both;
}
.error-404__eyebrow::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #288b8d;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.error-404__number {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: clamp(100px, 18vw, 220px);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -8px;
  margin-bottom: 40px;
  animation: e404-reveal-up 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
}
.error-404__number span:nth-child(1) {
  color: #288b8d;
}
.error-404__number span:nth-child(2) {
  color: #222222;
}
.error-404__number span:nth-child(3) {
  color: #288b8d;
}
.error-404__rule {
  width: 100%;
  height: 1px;
  background-color: rgba(34, 34, 34, 0.1);
  margin-bottom: 40px;
  -ms-transform-origin: center;
      transform-origin: center;
  animation: e404-scale-x 1s cubic-bezier(0.16, 1, 0.3, 1) 0.75s both;
}
.error-404__foot {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 32px;
  animation: e404-fade-up 0.9s ease 1.1s both;
}
.error-404__message {
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
  color: #6B6B6B;
  font-weight: 400;
}
.error-404__btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 18px;
  text-decoration: none;
}
.error-404__btn:hover .error-404__btn-circle {
  background-color: #288b8d;
  border-color: #288b8d;
  -ms-transform: translateX(6px);
      transform: translateX(6px);
}
.error-404__btn:hover .error-404__btn-circle::after {
  border-color: #fcfcfc;
}
.error-404__btn-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #222222;
  transition: color 0.3s ease;
}
.error-404__btn-circle {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1.5px solid rgba(34, 34, 34, 0.3);
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: background-color 0.35s ease, border-color 0.35s ease, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.error-404__btn-circle::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1.5px solid #222222;
  border-top: 1.5px solid #222222;
  -ms-transform: rotate(45deg) translate(-1px, 1px);
      transform: rotate(45deg) translate(-1px, 1px);
  transition: border-color 0.35s ease;
}
@media only screen and (max-width: 992px) {
  .error-404 {
    padding: 64px 32px;
  }
  .error-404__number {
    letter-spacing: -4px;
  }
}
@media only screen and (max-width: 768px) {
  .error-404 {
    padding: 56px 24px;
  }
  .error-404__eyebrow {
    margin-bottom: 24px;
  }
  .error-404__number {
    margin-bottom: 32px;
    letter-spacing: -2px;
  }
  .error-404__rule {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 360px) {
  .error-404 {
    padding: 48px 20px;
  }
  .error-404__number {
    letter-spacing: -1px;
  }
}

@keyframes hero-zoom {
  from {
    transform: scale(1.08);
  }
  to {
    transform: scale(1);
  }
}
@keyframes hero-reveal-up {
  from {
    clip-path: inset(100% 0 0 0);
  }
  to {
    clip-path: inset(0% 0 0 0);
  }
}
@keyframes hero-scale-x {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes hero-fade-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hero-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes scroll-travel {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    transform: translateY(300%);
    opacity: 0;
  }
}
.hero-block {
  position: relative;
  height: 100dvh;
  min-height: 600px;
  overflow: hidden;
  background-color: #222222;
}
.hero-block__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: hero-zoom 10s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  will-change: transform;
}
.hero-block__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(34, 34, 34, 0.96) 0%, rgba(34, 34, 34, 0.55) 35%, rgba(34, 34, 34, 0.08) 65%, transparent 100%), linear-gradient(to bottom, rgba(34, 34, 34, 0.35) 0%, transparent 20%);
}
.hero-block__inner {
  position: relative;
  z-index: 2;
  height: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 80px 72px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.hero-block__eyebrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 14px;
  margin-bottom: 36px;
  animation: hero-fade-in 0.8s ease both;
}
.hero-block__eyebrow::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #288b8d;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hero-block__eyebrow::after {
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  background-color: rgba(252, 252, 252, 0.3);
}
.hero-block__title {
  margin: 0 0 48px;
  font-size: clamp(46px, 7.8vw, 116px) !important;
  line-height: 0.92 !important;
  font-weight: 800;
  color: #fcfcfc;
  letter-spacing: -3px;
  max-width: 960px;
  animation: hero-reveal-up 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
}
.hero-block__rule {
  height: 1px;
  background-color: rgba(252, 252, 252, 0.16);
  margin-bottom: 32px;
  -ms-transform-origin: left center;
      transform-origin: left center;
  animation: hero-scale-x 1s cubic-bezier(0.16, 1, 0.3, 1) 0.75s both;
}
.hero-block__foot {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  gap: 40px;
  animation: hero-fade-up 0.9s ease 1.1s both;
}
.hero-block__text {
  margin: 0;
  font-size: 16px !important;
  line-height: 1.65 !important;
  font-weight: 400;
  color: #fcfcfc;
  max-width: 420px;
}
.hero-block__btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 18px;
  text-decoration: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hero-block__btn:hover .hero-block__btn-circle {
  background-color: #288b8d;
  border-color: #288b8d;
  -ms-transform: translateX(6px);
      transform: translateX(6px);
}
.hero-block__btn:hover .hero-block__btn-label {
  color: #fcfcfc;
}
.hero-block__btn-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fcfcfc;
  transition: color 0.3s ease;
}
.hero-block__btn-circle {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1.5px solid rgba(252, 252, 252, 0.3);
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: background-color 0.35s ease, border-color 0.35s ease, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.hero-block__btn-circle::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1.5px solid #fcfcfc;
  border-top: 1.5px solid #fcfcfc;
  -ms-transform: rotate(45deg) translate(-1px, 1px);
      transform: rotate(45deg) translate(-1px, 1px);
}
@media only screen and (max-width: 992px) {
  .hero-block {
    height: calc(100svh - 64px);
  }
  .hero-block__bg {
    animation: none;
  }
  .hero-block__inner {
    padding: 0 32px 64px;
  }
  .hero-block__title {
    letter-spacing: -1.5px !important;
    max-width: 100%;
    margin-bottom: 36px;
  }
  .hero-block__foot {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 28px;
  }
  .hero-block__text {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .hero-block__inner {
    padding: 0 24px 56px;
  }
  .hero-block__eyebrow {
    margin-bottom: 24px;
  }
  .hero-block__title {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 360px) {
  .hero-block__title {
    letter-spacing: -0.5px !important;
  }
}

.contents-block {
  background-color: #F9F5F0;
  margin: 100px 0;
  overflow: hidden;
}
.contents-block__inner {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 80px;
}
.contents-block__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-bottom: 32px;
}
.contents-block__header-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.contents-block__header-right {
  padding-bottom: 4px;
}
.contents-block__eyebrow {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #288b8d;
  margin-bottom: 20px;
}
.contents-block__eyebrow::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #288b8d;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contents-block__title {
  margin: 0;
  font-size: clamp(36px, 4.5vw, 68px);
  line-height: 0.95;
  font-weight: 800;
  color: #222222;
  letter-spacing: -2px;
}
.contents-block__text {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.75;
  color: #222222;
}
.contents-block__text:last-child {
  margin-bottom: 0;
}
.contents-block__rule {
  height: 1px;
  background-color: rgba(34, 34, 34, 0.1);
  margin-bottom: 48px;
}
.contents-block__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.contents-block__service {
  position: relative;
  background-color: #fcfcfc;
  border-radius: 16px;
  padding: 28px;
  border: 1px solid rgba(34, 34, 34, 0.08);
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 20px;
  transition: border-color 0.35s ease, background-color 0.35s ease, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.contents-block__service::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #288b8d;
  -ms-transform: scaleX(0);
      transform: scaleX(0);
  -ms-transform-origin: left center;
      transform-origin: left center;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
.contents-block__service:hover {
  border-color: rgba(34, 34, 34, 0.14);
  background-color: #fcfcfc;
  -ms-transform: translateY(-6px);
      transform: translateY(-6px);
}
.contents-block__service:hover::before {
  -ms-transform: scaleX(1);
      transform: scaleX(1);
}
.contents-block__service:hover .contents-block__icon-wrap {
  background-color: rgba(40, 139, 141, 0.22);
}
.contents-block__service-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}
.contents-block__icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: rgba(40, 139, 141, 0.14);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 13px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  transition: background-color 0.4s ease;
}
.contents-block__icon-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0);
}
.contents-block__service-index {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: rgba(34, 34, 34, 0.2);
  font-variant-numeric: tabular-nums;
  line-height: 1;
  padding-top: 2px;
}
.contents-block__service-label {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: rgba(34, 34, 34, 0.8);
  line-height: 1.4;
}
@media only screen and (max-width: 1366px) {
  .contents-block__inner {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 992px) {
  .contents-block {
    margin: 72px auto;
  }
  .contents-block__inner {
    padding: 0 32px;
  }
  .contents-block__header {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .contents-block__title {
    letter-spacing: -1.5px;
  }
  .contents-block__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .contents-block {
    margin: 56px auto;
  }
  .contents-block__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media only screen and (max-width: 360px) {
  .contents-block__inner {
    padding: 0 20px;
  }
  .contents-block__title {
    letter-spacing: -1px;
  }
  .contents-block__service {
    padding: 20px;
  }
}

.about-us-block {
  max-width: 1520px;
  margin: 100px auto;
  padding: 0 80px;
}
.about-us-block__eyebrow {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #288b8d;
  margin-bottom: 20px;
}
.about-us-block__eyebrow::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #288b8d;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.about-us-block__eyebrow--centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.about-us-block__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  -ms-flex-align: center;
      align-items: center;
}
.about-us-block__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.about-us-block__title {
  margin: 0;
  font-size: clamp(36px, 4.5vw, 68px);
  line-height: 0.95;
  font-weight: 800;
  color: #222222;
  letter-spacing: -2px;
}
.about-us-block__rule {
  height: 1px;
  background-color: rgba(34, 34, 34, 0.1);
  margin: 32px 0;
}
.about-us-block__text p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.75;
  color: #222222;
}
.about-us-block__text p:last-child {
  margin-bottom: 0;
}
.about-us-block__figure {
  margin: 0;
  width: 100%;
  height: 100%;
  max-height: 380px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.about-us-block__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.about-us-block__image:hover {
  -ms-transform: scale(1.04);
      transform: scale(1.04);
}
.about-us-block__rules {
  margin-top: 80px;
}
.about-us-block__rules-header {
  text-align: center;
  margin-bottom: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.about-us-block__rules-title {
  margin: 0;
  font-size: clamp(28px, 3.5vw, 48px);
  line-height: 1;
  font-weight: 800;
  color: #222222;
  letter-spacing: -1.5px;
}
.about-us-block__rules-rule {
  height: 1px;
  background-color: rgba(34, 34, 34, 0.1);
  margin-bottom: 24px;
}
.about-us-block__rules-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.about-us-block__rules-col {
  border-radius: 20px;
  padding: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0;
}
.about-us-block__rules-col--allowed {
  background-color: rgba(40, 139, 141, 0.05);
  border: 1px solid rgba(40, 139, 141, 0.18);
}
.about-us-block__rules-col--allowed .about-us-block__rules-col-icon {
  background-color: #288b8d;
}
.about-us-block__rules-col--allowed .about-us-block__rules-col-label {
  color: #288b8d;
}
.about-us-block__rules-col--allowed .about-us-block__rules-col-head {
  border-bottom-color: rgba(40, 139, 141, 0.15);
}
.about-us-block__rules-col--forbidden {
  background-color: rgba(132, 116, 103, 0.05);
  border: 1px solid rgba(132, 116, 103, 0.18);
}
.about-us-block__rules-col--forbidden .about-us-block__rules-col-icon {
  background-color: #847467;
}
.about-us-block__rules-col--forbidden .about-us-block__rules-col-label {
  color: #847467;
}
.about-us-block__rules-col--forbidden .about-us-block__rules-col-head {
  border-bottom-color: rgba(132, 116, 103, 0.15);
}
.about-us-block__rules-col-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 16px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid transparent;
}
.about-us-block__rules-col-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.about-us-block__rules-col-icon svg {
  stroke: #fcfcfc;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.about-us-block__rules-col-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.about-us-block__rules-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.about-us-block__rule-item {
  padding: 13px 0;
  border-bottom: 1px solid rgba(34, 34, 34, 0.06);
}
.about-us-block__rule-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.about-us-block__rule-item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #222222;
}
@media only screen and (max-width: 1366px) {
  .about-us-block {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 992px) {
  .about-us-block {
    margin: 72px auto;
    padding: 0 32px;
  }
  .about-us-block__top {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about-us-block__figure {
    max-height: 360px;
  }
  .about-us-block__title {
    letter-spacing: -1.5px;
  }
  .about-us-block__rules {
    margin-top: 40px;
  }
  .about-us-block__rules-grid {
    gap: 0 24px;
  }
}
@media only screen and (max-width: 768px) {
  .about-us-block {
    margin: 56px auto;
  }
  .about-us-block__rule {
    margin: 24px 0;
  }
  .about-us-block__figure {
    max-height: 300px;
  }
  .about-us-block__rules-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .about-us-block__rules-col {
    padding: 28px;
  }
}
@media only screen and (max-width: 360px) {
  .about-us-block {
    padding: 0 20px;
  }
  .about-us-block__title {
    letter-spacing: -1px;
  }
  .about-us-block__rules-title {
    letter-spacing: -1px;
  }
}

.find-us-block {
  max-width: 1520px;
  margin: 100px auto;
  padding: 0 80px;
}
.find-us-block__inner {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 72px;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.find-us-block__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
.find-us-block__eyebrow {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #288b8d;
  margin-bottom: 20px;
}
.find-us-block__eyebrow::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #288b8d;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.find-us-block__title {
  margin: 0;
  font-size: clamp(36px, 4.5vw, 68px);
  line-height: 0.95;
  font-weight: 800;
  color: #222222;
  letter-spacing: -2px;
}
.find-us-block__rule {
  height: 1px;
  background-color: rgba(34, 34, 34, 0.1);
  margin: 32px 0;
}
.find-us-block__text {
  margin: 0 0 32px;
  font-size: 16px;
  line-height: 1.75;
  color: #222222;
}
.find-us-block__address {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 14px;
  padding: 20px 24px;
  background-color: #fcfcfc;
  border-radius: 12px;
  border: 1px solid rgba(34, 34, 34, 0.07);
}
.find-us-block__address-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(40, 139, 141, 0.1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 1px;
}
.find-us-block__address-icon svg {
  stroke: #288b8d;
}
.find-us-block__address-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #222222;
  font-weight: 500;
  padding-top: 7px;
}
.find-us-block__map {
  border-radius: 20px;
  overflow: hidden;
  min-height: 480px;
  height: 100%;
  position: relative;
}
.find-us-block__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 480px;
  border: none;
}
@media only screen and (max-width: 1366px) {
  .find-us-block {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 992px) {
  .find-us-block {
    margin: 72px auto;
    padding: 0 32px;
  }
  .find-us-block__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .find-us-block__title {
    letter-spacing: -1.5px;
  }
  .find-us-block__map {
    min-height: 400px;
  }
  .find-us-block__map iframe {
    min-height: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .find-us-block {
    margin: 56px auto;
  }
  .find-us-block__map {
    min-height: 320px;
    border-radius: 16px;
  }
  .find-us-block__map iframe {
    min-height: 320px;
  }
}
@media only screen and (max-width: 360px) {
  .find-us-block {
    padding: 0 20px;
  }
  .find-us-block__title {
    letter-spacing: -1px;
  }
  .find-us-block__map {
    min-height: 260px;
  }
  .find-us-block__map iframe {
    min-height: 260px;
  }
}

.testimonials-block {
  background-color: #F9F5F0;
  margin: 100px 0;
  overflow: hidden;
}
.testimonials-block__inner {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 80px;
}
.testimonials-block__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-bottom: 32px;
}
.testimonials-block__header-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.testimonials-block__header-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 28px;
  padding-bottom: 4px;
}
.testimonials-block__eyebrow {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #288b8d;
  margin-bottom: 20px;
}
.testimonials-block__eyebrow::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #288b8d;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.testimonials-block__title {
  margin: 0;
  font-size: clamp(36px, 4.5vw, 68px);
  line-height: 0.95;
  font-weight: 800;
  color: #222222;
  letter-spacing: -2px;
}
.testimonials-block__text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: #222222;
}
.testimonials-block__cta {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 14px;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(34, 34, 34, 0.5);
  transition: color 0.3s ease;
}
.testimonials-block__cta::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  background-color: currentColor;
  transition: width 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.testimonials-block__cta:hover {
  color: #288b8d;
}
.testimonials-block__cta:hover::after {
  width: 44px;
}
.testimonials-block__rule {
  height: 1px;
  background-color: rgba(34, 34, 34, 0.1);
  margin-bottom: 48px;
}
.testimonials-block__slider {
  overflow: visible !important;
  position: relative;
  z-index: 1;
}
.testimonials-block__card {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 24px;
  padding: 36px;
  border-radius: 16px;
  border: 1px solid rgba(34, 34, 34, 0.08);
  background-color: #fcfcfc;
  transition: border-color 0.35s ease, background-color 0.35s ease;
  position: relative;
  overflow: hidden;
}
.testimonials-block__card::before {
  content: "“";
  display: block;
  font-size: 72px;
  line-height: 0.85;
  font-weight: 900;
  color: #288b8d;
  margin-bottom: -4px;
}
.testimonials-block__card::after {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(40, 139, 141, 0.08) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.testimonials-block__card:hover {
  border-color: rgba(34, 34, 34, 0.15);
  background-color: #fcfcfc;
}
.testimonials-block__card:hover::after {
  opacity: 1;
}
.testimonials-block__quote {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  font-style: italic;
  color: #222222;
  -ms-flex: 1;
      flex: 1;
}
.testimonials-block__author {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 6px;
  padding-top: 20px;
  border-top: 1px solid rgba(34, 34, 34, 0.08);
  margin-top: auto;
}
.testimonials-block__name {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #222222;
}
.testimonials-block__apt-link {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #288b8d;
  text-decoration: none;
  transition: color 0.3s ease;
  width: fit-content;
}
.testimonials-block__apt-link:hover {
  color: rgba(34, 34, 34, 0.5);
}
.testimonials-block__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 40px;
  position: relative;
  z-index: 2;
  padding-bottom: 3px;
}
.testimonials-block__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
}
.testimonials-block__nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.5px solid rgba(34, 34, 34, 0.18);
  background: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.testimonials-block__nav-btn svg {
  stroke: rgba(34, 34, 34, 0.5);
  transition: stroke 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.testimonials-block__nav-btn:hover {
  background-color: #288b8d;
  border-color: #288b8d;
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}
.testimonials-block__nav-btn:hover svg {
  stroke: #fcfcfc;
}
.testimonials-block__nav-btn.swiper-button-disabled {
  opacity: 0.25;
  pointer-events: none;
}
@media only screen and (max-width: 1366px) {
  .testimonials-block__inner {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 992px) {
  .testimonials-block {
    margin: 72px auto;
  }
  .testimonials-block__inner {
    padding: 0 32px;
  }
  .testimonials-block__header {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .testimonials-block__title {
    letter-spacing: -1.5px;
  }
  .testimonials-block__slider {
    overflow: hidden !important;
  }
}
@media only screen and (max-width: 768px) {
  .testimonials-block {
    margin: 56px 0;
  }
  .testimonials-block__card {
    padding: 28px;
  }
}
@media only screen and (max-width: 360px) {
  .testimonials-block__inner {
    padding: 0 20px;
  }
  .testimonials-block__title {
    letter-spacing: -1px;
  }
}

.faq-block {
  max-width: 1520px;
  margin: 100px auto;
  padding: 0 80px;
}
.faq-block__inner {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 80px;
  -ms-flex-align: start;
      align-items: start;
}
.faq-block__header {
  position: sticky;
  top: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.faq-block__eyebrow {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #288b8d;
  margin-bottom: 20px;
}
.faq-block__eyebrow::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #288b8d;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.faq-block__title {
  margin: 0;
  font-size: clamp(36px, 4vw, 64px);
  line-height: 0.95;
  font-weight: 800;
  color: #222222;
  letter-spacing: -2px;
}
.faq-block__rule {
  height: 1px;
  background-color: rgba(34, 34, 34, 0.1);
  margin: 32px 0;
}
.faq-block__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: #222222;
}
.faq-block__faq-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.faq-block__faq-section {
  border-bottom: 1px solid rgba(34, 34, 34, 0.08);
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.faq-block__faq-section:first-child {
  border-top: 1px solid rgba(34, 34, 34, 0.08);
}
.faq-block__faq-section.active .faq-block__question-text {
  color: #288b8d;
}
.faq-block__faq-section.active .faq-block__question-icon {
  background-color: #288b8d;
  border-color: #288b8d;
}
.faq-block__faq-section.active .faq-block__question-icon svg {
  stroke: #fcfcfc;
  -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
}
.faq-block__question {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
}
.faq-block__question-text {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  color: #222222;
  text-decoration: none;
  pointer-events: none;
  transition: color 0.3s ease;
  -ms-flex: 1;
      flex: 1;
}
.faq-block__question-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid rgba(34, 34, 34, 0.15);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.faq-block__question-icon svg {
  stroke: #222222;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), stroke 0.3s ease;
}
.faq-block__answer-inner {
  padding: 0 52px 24px 0;
}
.faq-block__answer-inner p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.75;
  color: #222222;
}
.faq-block__answer-inner p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1366px) {
  .faq-block {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 992px) {
  .faq-block {
    margin: 72px auto;
    padding: 0 32px;
  }
  .faq-block__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .faq-block__header {
    position: static;
  }
  .faq-block__title {
    letter-spacing: -1.5px;
  }
}
@media only screen and (max-width: 768px) {
  .faq-block {
    margin: 56px auto;
  }
  .faq-block__question-text {
    font-size: 15px;
  }
  .faq-block__answer-inner {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 360px) {
  .faq-block {
    padding: 0 20px;
  }
  .faq-block__title {
    letter-spacing: -1px;
  }
}

.apartments-block {
  max-width: 1520px;
  margin: 100px auto;
  padding: 0 80px;
}
.apartments-block__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-bottom: 32px;
}
.apartments-block__header-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 20px;
}
.apartments-block__eyebrow {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #288b8d;
}
.apartments-block__eyebrow::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #288b8d;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.apartments-block__title {
  margin: 0;
  font-size: clamp(36px, 4.5vw, 68px);
  line-height: 0.95;
  font-weight: 800;
  color: #222222;
  letter-spacing: -2px;
}
.apartments-block__header-right {
  padding-bottom: 4px;
}
.apartments-block__text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #222222;
}
.apartments-block__rule {
  height: 1px;
  background-color: rgba(34, 34, 34, 0.1);
  margin-bottom: 48px;
}
.apartments-block__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.apartments-block__card {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  height: clamp(280px, 30vw, 500px);
  text-decoration: none;
  background-color: rgba(34, 34, 34, 0.1);
}
.apartments-block__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to top, rgba(34, 34, 34, 0.9) 0%, rgba(34, 34, 34, 0.2) 50%, transparent 100%), var(--bg-url);
  background-size: cover;
  background-position: center;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.apartments-block__card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #288b8d;
  transition: width 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}
.apartments-block__card:hover::before {
  -ms-transform: scale(1.07);
      transform: scale(1.07);
}
.apartments-block__card:hover::after {
  width: 100%;
}
.apartments-block__card:hover .apartments-block__card-inner {
  -ms-transform: translateY(-6px);
      transform: translateY(-6px);
}
.apartments-block__card:hover .apartments-block__card-cta {
  opacity: 1;
  -ms-transform: translateX(0);
      transform: translateX(0);
}
.apartments-block__card-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px 28px 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.apartments-block__card-index {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: rgba(252, 252, 252, 0.45);
  font-variant-numeric: tabular-nums;
}
.apartments-block__card-title {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 36px);
  line-height: 1.05;
  font-weight: 700;
  color: #fcfcfc;
  letter-spacing: -0.5px;
}
.apartments-block__card-cta {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #288b8d;
  opacity: 0;
  -ms-transform: translateX(-8px);
      transform: translateX(-8px);
  transition: opacity 0.35s ease, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  margin-top: 4px;
}
.apartments-block__card-cta::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  background-color: #288b8d;
  transition: width 0.3s ease;
}
@media only screen and (max-width: 1366px) {
  .apartments-block {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 992px) {
  .apartments-block {
    margin: 72px auto;
    padding: 0 32px;
  }
  .apartments-block__header {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .apartments-block__title {
    letter-spacing: -1.5px;
  }
  .apartments-block__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .apartments-block {
    margin: 56px auto;
  }
  .apartments-block__grid {
    grid-template-columns: 1fr;
  }
  .apartments-block__card {
    height: clamp(240px, 55vw, 380px);
  }
  .apartments-block__card-cta {
    opacity: 1;
    -ms-transform: translateX(0);
        transform: translateX(0);
  }
}
@media only screen and (max-width: 360px) {
  .apartments-block {
    padding: 0 20px;
  }
  .apartments-block__title {
    letter-spacing: -1px;
  }
  .apartments-block__card-inner {
    padding: 20px 20px 24px;
  }
}
.apartments-block__modal {
  border: none;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -ms-transform: translateY(-20px);
      transform: translateY(-20px);
}
.apartments-block__modal::backdrop {
  background: rgba(0, 0, 0, 0.5);
}
.apartments-block__modal[open] {
  animation: fadeInUp 0.5s ease forwards;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.apartments-block__modal .apartment-item {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 400px;
}
.apartments-block__modal .apartment-item a {
  display: inline-block;
  height: 250px;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  outline: none;
}
@media only screen and (max-width: 992px) {
  .apartments-block__modal .apartment-item a {
    display: -ms-flexbox;
    display: flex;
  }
}
.apartments-block__modal .apartment-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: ease 0.3s all;
}
.apartments-block__modal .apartment-item img:hover {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}
.apartments-block__modal #close-modal {
  margin-top: 20px;
}
.apartments-block__modal-body {
  display: grid;
  gap: 20px;
  max-width: 1540px;
}
@media only screen and (max-width: 992px) {
  .apartments-block__modal-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.apartments-block__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 5px;
  width: fit-content;
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 14px;
}
.apartments-block__info div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 5px;
  padding: 3px 6px;
  border: 2px solid black;
  border-radius: 6px;
  background-color: #F9F5F0;
}
.apartments-block__info div svg {
  width: 20px;
  height: 20px;
}

.reservation-block {
  max-width: 1520px;
  margin: 100px auto;
  padding: 0 80px;
}
.reservation-block__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  -ms-flex-align: start;
      align-items: start;
}
.reservation-block__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: sticky;
  top: 100px;
}
.reservation-block__eyebrow {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #288b8d;
  margin-bottom: 20px;
}
.reservation-block__eyebrow::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #288b8d;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.reservation-block__title {
  margin: 0;
  font-size: clamp(36px, 4.5vw, 68px);
  line-height: 0.95;
  font-weight: 800;
  color: #222222;
  letter-spacing: -2px;
}
.reservation-block__rule {
  height: 1px;
  background-color: rgba(34, 34, 34, 0.1);
  margin: 32px 0;
}
.reservation-block__text p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.75;
  color: #222222;
}
.reservation-block__text p:last-child {
  margin-bottom: 0;
}
.reservation-block__specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 40px;
}
.reservation-block__spec {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 14px;
  background-color: #fcfcfc;
  border: 1px solid rgba(34, 34, 34, 0.07);
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.reservation-block__spec:hover {
  background-color: rgba(40, 139, 141, 0.04);
  border-color: rgba(40, 139, 141, 0.2);
}
.reservation-block__spec--price .reservation-block__spec-value {
  font-size: 24px;
  color: #288b8d;
  letter-spacing: -0.5px;
}
.reservation-block__spec--price .reservation-block__spec-icon {
  background-color: rgba(40, 139, 141, 0.12);
}
.reservation-block__spec-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(40, 139, 141, 0.08);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.reservation-block__spec-icon svg {
  stroke: #288b8d;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.reservation-block__spec-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.reservation-block__spec-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(34, 34, 34, 0.4);
  white-space: nowrap;
}
.reservation-block__spec-value {
  font-size: 15px;
  font-weight: 600;
  color: #222222;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.reservation-block__form {
  background-color: #F9F5F0;
  border-radius: 20px;
}
.reservation-block__form .wpbs-form-fields {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
}
.reservation-block__form .wpbs-form-field-hidden {
  display: none;
}
.reservation-block__form .wpbs-form-field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
}
.reservation-block__form .wpbs-form-field-label label,
.reservation-block__form .wpbs-form-field-label span {
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  color: #6B6B6B !important;
}
.reservation-block__form .wpbs-field-required-asterisk {
  color: #288b8d !important;
  margin-left: 2px;
}
.reservation-block__form .wpbs-form-field-input input[type=text],
.reservation-block__form .wpbs-form-field-input input[type=email],
.reservation-block__form .wpbs-form-field-input input[type=number] {
  width: 100% !important;
  padding: 12px 16px;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #222222 !important;
  background-color: #fcfcfc !important;
  border: 1.5px solid rgba(34, 34, 34, 0.12) !important;
  border-radius: 12px !important;
  outline: none !important;
  box-sizing: border-box !important;
  transition: border-color 0.3s ease !important;
}
.reservation-block__form .wpbs-form-field-input input[type=text]:-ms-input-placeholder,
.reservation-block__form .wpbs-form-field-input input[type=email]:-ms-input-placeholder,
.reservation-block__form .wpbs-form-field-input input[type=number]:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.3) !important;
  font-weight: 400 !important;
}
.reservation-block__form .wpbs-form-field-input input[type=text]::placeholder,
.reservation-block__form .wpbs-form-field-input input[type=email]::placeholder,
.reservation-block__form .wpbs-form-field-input input[type=number]::placeholder {
  color: rgba(34, 34, 34, 0.3) !important;
  font-weight: 400 !important;
}
.reservation-block__form .wpbs-form-field-input input[type=text]:focus,
.reservation-block__form .wpbs-form-field-input input[type=email]:focus,
.reservation-block__form .wpbs-form-field-input input[type=number]:focus {
  border-color: #288b8d !important;
}
.reservation-block__form .wpbs-form-field-input textarea {
  width: 100% !important;
  padding: 12px 16px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #222222 !important;
  background-color: #fcfcfc !important;
  border: 1.5px solid rgba(34, 34, 34, 0.12) !important;
  border-radius: 12px !important;
  outline: none !important;
  box-sizing: border-box !important;
  min-height: 110px !important;
  resize: vertical !important;
  transition: border-color 0.3s ease !important;
}
.reservation-block__form .wpbs-form-field-input textarea:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.3) !important;
  font-weight: 400 !important;
}
.reservation-block__form .wpbs-form-field-input textarea::placeholder {
  color: rgba(34, 34, 34, 0.3) !important;
  font-weight: 400 !important;
}
.reservation-block__form .wpbs-form-field-input textarea:focus {
  border-color: #288b8d !important;
}
.reservation-block__form .wpbs-form-field-checkbox .wpbs-form-field-input label {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
      align-items: center !important;
  gap: 10px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #222222 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  cursor: pointer !important;
}
.reservation-block__form .wpbs-form-field-checkbox input[type=checkbox] {
  width: 20px !important;
  height: 20px !important;
  accent-color: #288b8d !important;
  cursor: pointer !important;
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}
@media only screen and (max-width: 1366px) {
  .reservation-block {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 992px) {
  .reservation-block {
    margin: 72px auto;
    padding: 0 32px;
  }
  .reservation-block__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .reservation-block__content {
    position: static;
  }
  .reservation-block__title {
    letter-spacing: -1.5px;
  }
}
@media only screen and (max-width: 768px) {
  .reservation-block {
    margin: 56px auto;
  }
  .reservation-block__specs {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media only screen and (max-width: 360px) {
  .reservation-block {
    padding: 0 20px;
  }
  .reservation-block__title {
    letter-spacing: -1px;
  }
  .reservation-block__spec--price {
    grid-column: 1;
  }
}

.hero-slider-block__main {
  max-width: 1520px;
  margin: 100px auto;
  padding: 0 80px;
}
@media only screen and (max-width: 1366px) {
  .hero-slider-block__main {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 992px) {
  .hero-slider-block__main {
    margin: 72px auto;
    padding: 0 32px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-slider-block__main {
    margin: 56px auto;
  }
}
@media only screen and (max-width: 360px) {
  .hero-slider-block__main {
    padding: 0 20px;
  }
}

.hero-slider-block {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 72px;
  -ms-flex-align: stretch;
      align-items: stretch;
}
@media only screen and (max-width: 992px) {
  .hero-slider-block {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.hero-slider-block__inside-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #F9F5F0;
  border-radius: 20px;
  position: relative;
}
.hero-slider-block__title {
  margin: 0;
  font-size: clamp(32px, 3.8vw, 60px);
  line-height: 0.95;
  font-weight: 800;
  color: #288b8d;
  letter-spacing: -2px;
}
.hero-slider-block__rule {
  height: 1px;
  background-color: rgba(34, 34, 34, 0.1);
  margin: 28px 0;
}
.hero-slider-block__text {
  margin: 0 0 36px;
  font-size: 16px;
  line-height: 1.75;
  color: #222222;
  font-weight: 400;
}
.hero-slider-block__button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: fit-content;
  -ms-flex-align: center;
      align-items: center;
  gap: 18px;
  text-decoration: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hero-slider-block__button:hover .hero-slider-block__button-circle {
  background-color: #288b8d;
  border-color: #288b8d;
  -ms-transform: translateX(6px);
      transform: translateX(6px);
}
.hero-slider-block__button:hover .hero-slider-block__button-circle::after {
  border-color: #fcfcfc;
}
.hero-slider-block__button:hover .hero-slider-block__button-label {
  color: #222222;
}
.hero-slider-block__button-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(34, 34, 34, 0.5);
  transition: color 0.3s ease;
}
.hero-slider-block__button-circle {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1.5px solid rgba(34, 34, 34, 0.25);
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: background-color 0.35s ease, border-color 0.35s ease, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.hero-slider-block__button-circle::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1.5px solid #222222;
  border-top: 1.5px solid #222222;
  -ms-transform: rotate(45deg) translate(-1px, 1px);
      transform: rotate(45deg) translate(-1px, 1px);
  transition: border-color 0.35s ease;
}
.hero-slider-block__swiper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 580px;
  min-width: 0;
  width: 100%;
}
.hero-slider-block__swiper .swiper-wrapper {
  height: 100%;
}
.hero-slider-block__swiper .swiper-slide {
  height: 580px;
  cursor: pointer;
  overflow: hidden;
}
.hero-slider-block__swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}
.hero-slider-block__swiper .swiper-slide:hover img {
  -ms-transform: scale(1.03);
      transform: scale(1.03);
}
@media only screen and (max-width: 992px) {
  .hero-slider-block__swiper {
    height: 460px;
  }
  .hero-slider-block__swiper .swiper-slide {
    height: 460px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-slider-block__swiper {
    height: 360px;
    border-radius: 16px;
  }
  .hero-slider-block__swiper .swiper-slide {
    height: 360px;
  }
}
@media only screen and (max-width: 360px) {
  .hero-slider-block__swiper {
    height: 260px;
  }
  .hero-slider-block__swiper .swiper-slide {
    height: 260px;
  }
}
.hero-slider-block .swiper-buttons {
  position: absolute;
  inset: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 20px;
  pointer-events: none;
  z-index: 10;
}
.hero-slider-block .swiper-buttons .button-prev,
.hero-slider-block .swiper-buttons .button-next {
  pointer-events: auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: rgba(252, 252, 252, 0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-slider-block .swiper-buttons .button-prev svg,
.hero-slider-block .swiper-buttons .button-next svg {
  stroke: #fcfcfc;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hero-slider-block .swiper-buttons .button-prev:hover,
.hero-slider-block .swiper-buttons .button-next:hover {
  background: rgba(252, 252, 252, 0.32);
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}
.hero-slider-block .swiper-pagination {
  bottom: 16px;
}
.hero-slider-block .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: rgba(252, 252, 252, 0.5);
  opacity: 1;
  border-radius: 3px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-slider-block .swiper-pagination-bullet-active {
  width: 22px;
  background: #fcfcfc;
}
.hero-slider-block__modal-dialog {
  border: none;
  background: #222222;
  border-radius: 20px;
  padding: 0;
  width: min(960px, 96vw);
  max-height: 92vh;
  overflow: hidden;
}
.hero-slider-block__modal-dialog::backdrop {
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.hero-slider-block__modal-dialog[open] {
  animation: dialog-in 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes dialog-in {
  from {
    opacity: 0;
    transform: scale(0.96) translateY(12px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.hero-slider-block__modal-dialog-body {
  position: relative;
}
.hero-slider-block__swiper-dialog {
  position: relative;
}
.hero-slider-block__swiper-dialog .swiper-slide {
  height: calc(92vh - 80px);
}
.hero-slider-block__swiper-dialog .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.hero-slider-block__swiper-dialog .swiper-buttons {
  position: absolute;
  inset: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 20px;
  pointer-events: none;
  z-index: 10;
}
.hero-slider-block__swiper-dialog .swiper-buttons .button-prev,
.hero-slider-block__swiper-dialog .swiper-buttons .button-next {
  pointer-events: auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: rgba(252, 252, 252, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.hero-slider-block__swiper-dialog .swiper-buttons .button-prev svg,
.hero-slider-block__swiper-dialog .swiper-buttons .button-next svg {
  stroke: #fcfcfc;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hero-slider-block__swiper-dialog .swiper-buttons .button-prev:hover,
.hero-slider-block__swiper-dialog .swiper-buttons .button-next:hover {
  background: rgba(252, 252, 252, 0.22);
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}
.hero-slider-block__modal-close {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 18px;
  margin: 16px 20px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: inherit;
}
.hero-slider-block__modal-close:hover .hero-slider-block__modal-close-circle {
  background-color: #288b8d;
  border-color: #288b8d;
  -ms-transform: translateX(6px);
      transform: translateX(6px);
}
.hero-slider-block__modal-close:hover .hero-slider-block__modal-close-label {
  color: #fcfcfc;
}
.hero-slider-block__modal-close-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(252, 252, 252, 0.5);
  transition: color 0.3s ease;
}
.hero-slider-block__modal-close-circle {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1.5px solid rgba(252, 252, 252, 0.3);
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: background-color 0.35s ease, border-color 0.35s ease, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.hero-slider-block__modal-close-circle svg {
  stroke: #fcfcfc;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.gallery-block {
  max-width: 1520px;
  margin: 100px auto;
  padding: 0 80px;
}
.gallery-block__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-bottom: 32px;
}
.gallery-block__header-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.gallery-block__header-right {
  padding-bottom: 4px;
}
.gallery-block__eyebrow {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #288b8d;
}
.gallery-block__eyebrow::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #288b8d;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.gallery-block__title {
  margin: 0;
  font-size: clamp(36px, 4.5vw, 68px);
  line-height: 0.95;
  font-weight: 800;
  color: #222222;
  letter-spacing: -2px;
}
.gallery-block__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: #222222;
}
.gallery-block__rule {
  height: 1px;
  background-color: rgba(34, 34, 34, 0.1);
  margin-bottom: 40px;
}
.gallery-block__swiper {
  position: relative;
  width: 100%;
  height: clamp(340px, 52vw, 700px);
  overflow: hidden;
  border-radius: 20px;
}
.gallery-block__swiper .swiper-pagination {
  bottom: 24px;
  z-index: 10;
}
.gallery-block__slide {
  border-radius: 20px;
  overflow: hidden;
}
.gallery-block__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.gallery-block__nav-wrap {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 20px;
}
.gallery-block__nav {
  pointer-events: auto;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: none;
  background-color: rgba(34, 34, 34, 0.5);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.gallery-block__nav svg {
  stroke: #fcfcfc;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.gallery-block__nav:hover {
  background-color: #288b8d;
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}
.gallery-block__nav.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
@media only screen and (max-width: 1366px) {
  .gallery-block {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 992px) {
  .gallery-block {
    margin: 72px auto;
    padding: 0 32px;
  }
  .gallery-block__header {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .gallery-block__title {
    letter-spacing: -1.5px;
  }
  .gallery-block__swiper {
    height: clamp(260px, 55vw, 500px);
    border-radius: 16px;
  }
  .gallery-block__slide {
    border-radius: 16px;
  }
  .gallery-block .swiper-pagination {
    bottom: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .gallery-block {
    margin: 56px auto;
  }
  .gallery-block__swiper {
    height: clamp(240px, 65vw, 420px);
  }
  .gallery-block__nav {
    width: 40px;
    height: 40px;
  }
  .gallery-block__nav svg {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (max-width: 360px) {
  .gallery-block {
    padding: 0 20px;
  }
  .gallery-block__title {
    letter-spacing: -1px;
  }
  .gallery-block__nav-wrap {
    padding: 0 12px;
  }
}

.filter-apartments-block {
  max-width: 1520px;
  margin: 100px auto;
  padding: 0 80px;
}
.filter-apartments-block__filter {
  margin-bottom: 56px;
}
.filter-apartments-block__filter .wpbs_s-search-widget-form-wrap h2 {
  display: none;
}
.filter-apartments-block__filter .wpbs_s-search-widget-form {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: end !important;
      align-items: flex-end !important;
  gap: 16px !important;
  padding: 0 !important;
}
.filter-apartments-block__filter .wpbs_s-search-widget-form::after {
  display: none !important;
}
.filter-apartments-block__filter .wpbs_s-search-widget-field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
  width: 100% !important;
  margin: 0 !important;
}
.filter-apartments-block__filter .wpbs_s-search-widget-field label {
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 2.5px !important;
  color: #6B6B6B !important;
}
.filter-apartments-block__filter .wpbs_s-search-widget-datepicker {
  width: 100% !important;
  padding: 12px 16px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #222222 !important;
  background-color: #F9F5F0 !important;
  border: 1.5px solid rgba(34, 34, 34, 0.2) !important;
  border-radius: 12px !important;
  outline: none !important;
  cursor: pointer !important;
  transition: border-color 0.3s ease !important;
  box-sizing: border-box !important;
}
.filter-apartments-block__filter .wpbs_s-search-widget-datepicker:focus, .filter-apartments-block__filter .wpbs_s-search-widget-datepicker:hover {
  border-color: #288b8d !important;
}
.filter-apartments-block__filter .wpbs_s-search-widget-datepicker-submit {
  width: fit-content !important;
  white-space: nowrap !important;
  padding: 12px 28px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  color: #222222 !important;
  background-color: #F9F5F0 !important;
  border: 1.5px solid #222222 !important;
  border-radius: 12px !important;
  cursor: pointer !important;
  transition: background-color 0.4s ease, color 0.4s ease, border-radius 0.4s ease !important;
}
.filter-apartments-block__filter .wpbs_s-search-widget-datepicker-submit:hover {
  background-color: #222222 !important;
  color: #F9F5F0 !important;
  border-radius: 5px !important;
}
.filter-apartments-block__filter .wpbs_s-search-widget-field-submit {
  width: auto !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .filter-apartments-block__filter .wpbs_s-search-widget-form {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .filter-apartments-block__filter .wpbs_s-search-widget-field-submit {
    width: 100% !important;
  }
  .filter-apartments-block__filter .wpbs_s-search-widget-datepicker-submit {
    width: 100% !important;
  }
}
.filter-apartments-block .wpbs_s-search-widget-results {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.filter-apartments-block .apartment-item {
  background-color: #fcfcfc;
  border-radius: 16px;
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.filter-apartments-block .apartment-item:hover {
  box-shadow: 0 12px 40px rgba(34, 34, 34, 0.1);
  -ms-transform: translateY(-4px);
      transform: translateY(-4px);
}
.filter-apartments-block .apartment-item:hover .apartment-item__image img {
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}
.filter-apartments-block .apartment-item__image {
  display: block;
  position: relative;
  height: 220px;
  overflow: hidden;
  text-decoration: none;
  outline: none;
}
.filter-apartments-block .apartment-item__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(34, 34, 34, 0.55) 0%, transparent 50%);
  pointer-events: none;
}
.filter-apartments-block .apartment-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}
.filter-apartments-block .apartment-item__badges {
  position: absolute;
  bottom: 12px;
  left: 12px;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  z-index: 1;
}
.filter-apartments-block .apartment-item__badge {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 5px;
  padding: 5px 10px;
  border-radius: 8px;
  background: rgba(252, 252, 252, 0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-size: 12px;
  font-weight: 600;
  color: #fcfcfc;
}
.filter-apartments-block .apartment-item__badge svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  stroke: #fcfcfc;
}
.filter-apartments-block .apartment-item__body {
  padding: 16px 20px 18px;
}
.filter-apartments-block .apartment-item__title {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #222222;
  line-height: 1.3;
  letter-spacing: -0.2px;
}
@media only screen and (max-width: 1366px) {
  .filter-apartments-block {
    padding: 0 60px;
  }
  .filter-apartments-block .wpbs_s-search-widget-results {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media only screen and (max-width: 992px) {
  .filter-apartments-block {
    margin: 72px auto;
    padding: 0 32px;
  }
  .filter-apartments-block .wpbs_s-search-widget-results {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media only screen and (max-width: 768px) {
  .filter-apartments-block {
    margin: 56px auto;
  }
}
@media only screen and (max-width: 600px) {
  .filter-apartments-block .wpbs_s-search-widget-results {
    grid-template-columns: 1fr !important;
  }
}
@media only screen and (max-width: 360px) {
  .filter-apartments-block {
    padding: 0 20px;
  }
}

.ach-block {
  max-width: 1520px;
  margin: 100px auto 0;
  padding: 0 80px;
}
.ach-block__inner {
  background-color: #222222;
  border-radius: 20px;
  padding: 64px 72px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.ach-block__title {
  margin: 0;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 0.95;
  font-weight: 800;
  color: #288b8d;
  letter-spacing: -2px;
}
.ach-block__rule {
  width: 40px;
  height: 1px;
  background-color: #fcfcfc;
  margin: 28px auto;
}
.ach-block__text {
  margin: 0 0 40px;
  font-size: 16px;
  line-height: 1.75;
  color: #fcfcfc;
  font-weight: 400;
  max-width: 480px;
}
.ach-block__button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 18px;
  text-decoration: none;
}
.ach-block__button:hover .ach-block__button-circle {
  background-color: #288b8d;
  border-color: #288b8d;
  -ms-transform: translateX(6px);
      transform: translateX(6px);
}
.ach-block__button:hover .ach-block__button-circle::after {
  border-color: #fcfcfc;
}
.ach-block__button:hover .ach-block__button-label {
  color: #222222;
}
.ach-block__button-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(34, 34, 34, 0.45);
  transition: color 0.3s ease;
}
.ach-block__button-circle {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.5px solid rgba(34, 34, 34, 0.2);
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: background-color 0.35s ease, border-color 0.35s ease, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.ach-block__button-circle::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1.5px solid #222222;
  border-top: 1.5px solid #222222;
  -ms-transform: rotate(45deg) translate(-1px, 1px);
      transform: rotate(45deg) translate(-1px, 1px);
  transition: border-color 0.35s ease;
}
@media only screen and (max-width: 1366px) {
  .ach-block {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 992px) {
  .ach-block {
    margin: 72px auto 0;
    padding: 0 32px;
  }
  .ach-block__inner {
    padding: 52px 48px;
  }
  .ach-block__title {
    letter-spacing: -1.5px;
  }
}
@media only screen and (max-width: 768px) {
  .ach-block {
    margin: 56px auto 0;
  }
  .ach-block__inner {
    padding: 44px 32px;
  }
  .ach-block__text {
    font-size: 15px;
  }
}
@media only screen and (max-width: 360px) {
  .ach-block {
    padding: 0 20px;
  }
  .ach-block__inner {
    padding: 40px 24px;
    border-radius: 16px;
  }
  .ach-block__title {
    letter-spacing: -1px;
  }
}

.about-category-block {
  max-width: 1520px;
  margin: 100px auto;
  padding: 0 80px;
}
.about-category-block__inner {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 80px;
  -ms-flex-align: start;
      align-items: start;
}
.about-category-block__header {
  position: sticky;
  top: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.about-category-block__eyebrow {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #288b8d;
  margin-bottom: 20px;
}
.about-category-block__eyebrow::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #288b8d;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.about-category-block__title {
  margin: 0;
  font-size: clamp(36px, 4vw, 64px);
  line-height: 0.95;
  font-weight: 800;
  color: #222222;
  letter-spacing: -2px;
}
.about-category-block__rule {
  height: 1px;
  background-color: rgba(34, 34, 34, 0.1);
  margin: 32px 0;
}
.about-category-block__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: #222222;
}
.about-category-block__text p {
  margin: 0 0 12px;
}
.about-category-block__text p:last-child {
  margin-bottom: 0;
}
.about-category-block__info-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.about-category-block__info-section {
  border-bottom: 1px solid rgba(34, 34, 34, 0.08);
  cursor: pointer;
}
.about-category-block__info-section:first-child {
  border-top: 1px solid rgba(34, 34, 34, 0.08);
}
.about-category-block__info-section.active .accordion-section-title {
  color: #288b8d;
}
.about-category-block__info-section.active .about-category-block__question-icon {
  background-color: #288b8d;
  border-color: #288b8d;
}
.about-category-block__info-section.active .about-category-block__question-icon svg {
  stroke: #fcfcfc;
  -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
}
.about-category-block__question {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
}
.about-category-block .accordion-section-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  color: #222222;
  text-decoration: none;
  pointer-events: none;
  transition: color 0.3s ease;
  -ms-flex: 1;
      flex: 1;
}
.about-category-block__question-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid rgba(34, 34, 34, 0.15);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.about-category-block__question-icon svg {
  stroke: #222222;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), stroke 0.3s ease;
}
.about-category-block .accordion-section-content {
  padding: 0 52px 24px 0;
}
.about-category-block .accordion-section-content p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.75;
  color: #222222;
}
.about-category-block .accordion-section-content p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1366px) {
  .about-category-block {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 992px) {
  .about-category-block {
    margin: 72px auto;
    padding: 0 32px;
  }
  .about-category-block__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about-category-block__header {
    position: static;
  }
  .about-category-block__title {
    letter-spacing: -1.5px;
  }
}
@media only screen and (max-width: 768px) {
  .about-category-block {
    margin: 56px auto;
  }
  .about-category-block .accordion-section-title {
    font-size: 15px;
  }
  .about-category-block .accordion-section-content {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 360px) {
  .about-category-block {
    padding: 0 20px;
  }
  .about-category-block__title {
    letter-spacing: -1px;
  }
}