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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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

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

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

html {
  --vh: 1vh;
  height: 100%; }
  @media (min-width: 1921px) {
    html {
      font-size: 0.9vw; } }

body {
  font-family: "sofia-pro", sans-serif;
  font-size: clamp(0.88539rem, 0.98377rem, 0.78125vw);
  color: #364751;
  font-weight: 300;
  line-height: 1.8;
  background-color: #f7f7f6; }
  body.is-mobile {
    height: auto; }
  @media (max-width: 991px) {
    body.menu-opened {
      overflow: hidden; } }

.site {
  overflow-x: hidden; }

::-moz-selection {
  color: #f7f7f6;
  background-color: #364751; }

::selection {
  color: #f7f7f6;
  background-color: #364751; }

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
  a:hover, a:focus {
    text-decoration: none;
    color: inherit; }

.wp-block-image {
  margin: 4rem 0; }
  @media (min-width: 992px) {
    .wp-block-image {
      margin: 8rem 0; } }

.center-block {
  margin-left: auto;
  margin-right: auto;
  display: block; }

iframe {
  border: 0; }

.h80, .page-title {
  font-size: clamp(1.77078rem, 3.93507rem, 3.125vw);
  line-height: 1.12;
  font-weight: 400; }

.h50 {
  font-size: clamp(1.18052rem, 2.45942rem, 2.34375vw);
  line-height: 1.1;
  font-weight: 400; }

.h16, .underline-heading {
  font-size: clamp(0.68864rem, 0.78701rem, 0.9375vw);
  font-weight: 400;
  line-height: 2.25;
  letter-spacing: .3em;
  text-transform: uppercase; }

.h14, .hotres__field label, .vis-top__bottom .scroll-down__text {
  font-size: clamp(0.59026rem, 0.68864rem, 0.82031vw);
  font-weight: 700;
  line-height: 1.55;
  text-transform: uppercase; }

.h30 {
  line-height: 1.46;
  font-size: clamp(1.08214rem, 1.47565rem, 1.71875vw);
  font-weight: 400; }

.p28, .ap-info__items .i-item:nth-child(odd) .i-item__value {
  line-height: 1.18;
  font-size: clamp(0.98377rem, 1.37727rem, 1.64062vw);
  font-weight: 300; }

.p18 {
  font-size: clamp(0.78701rem, 0.88539rem, 1.05469vw);
  font-weight: 300;
  line-height: 1.75; }

.p16 {
  font-size: clamp(0.68864rem, 0.78701rem, 0.9375vw);
  font-weight: 400;
  line-height: 1.75; }

.regular {
  font-weight: 400; }

.footer {
  background-color: #fff;
  color: #69767e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4.91884rem 4.16667vw 5.70585rem; }
  @media (min-width: 1100px) {
    .footer {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .footer .voila-logo {
    width: 3.93507rem; }
    .footer .voila-logo svg path {
      fill: #fff; }
  .footer .logo {
    width: 7.87014rem;
    margin-bottom: 1.47565rem; }
    @media (min-width: 1100px) {
      .footer .logo {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin-bottom: 0; } }
    @media (min-width: 1260px) {
      .footer .logo {
        width: 10.47713rem; } }
    .footer .logo img {
      width: 100%;
      height: auto;
      display: block; }
  .footer__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1.47565rem; }
    @media (min-width: 1100px) {
      .footer__side {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        width: calc(50% - 3.93507rem);
        margin: 0; } }
    @media (min-width: 1260px) {
      .footer__side {
        width: calc(50% - 5.5091rem); } }
    @media (min-width: 1100px) {
      .footer__side--left {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    @media (min-width: 1100px) {
      .footer__side--right {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; } }
  .footer__nav ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    @media (min-width: 576px) {
      .footer__nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media (max-width: 575.98px) {
      .footer__nav ul li {
        text-align: center;
        margin-bottom: 0.24594rem; } }
    @media (min-width: 576px) {
      .footer__nav ul li:not(:last-child) {
        margin-right: clamp(0.49188rem, 2.45942rem, 1.95312vw); } }
  .footer__social {
    margin: 0 auto; }
    @media (max-width: 1099px) {
      .footer__social {
        margin-bottom: 1.47565rem; } }
    .footer__social li {
      width: 1.18052rem; }
      .footer__social li svg {
        width: 1.18052rem;
        height: auto; }
  @media (max-width: 1099px) {
    .footer__author {
      margin-bottom: 1.47565rem; } }
  @media (max-width: 1099px) {
    .footer .to-top {
      margin: 0 auto; } }
  @media (min-width: 1100px) {
    .footer .to-top {
      margin-left: 2.08333vw; } }
  @media (min-width: 1260px) {
    .footer .to-top {
      margin-left: 4.16667vw; } }
  .footer .to-top:hover .arrow-circle {
    background-color: #afb7bf; }
    .footer .to-top:hover .arrow-circle svg path {
      stroke: #f7f7f6; }

.header {
  z-index: 90;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  body.page-template-homepage .header,
  body.page-template-apartments .header,
  body.single-apartment .header,
  body.page-template-about .header {
    background-color: #fff; }
  @media (max-width: 991px) {
    .header {
      background-color: #fff; } }
  @media (min-width: 4000px) {
    .header {
      padding-left: 4.16667vw;
      padding-right: 4.16667vw; } }
  .header.shift {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
    @media (max-width: 3999px) {
      .header.shift .header__secondary {
        display: none; } }
  .header.fixed {
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .header .logo {
    width: 9.83768rem; }
    @media (max-width: 991px) {
      .header .logo {
        margin-right: auto; } }
    @media (min-width: 992px) {
      .header .logo {
        width: 12.98574rem; } }
    @media (min-width: 4000px) {
      .header .logo {
        width: 10.82145rem; } }
    @media (min-width: 1920px) {
      .header .logo {
        width: 12.98574rem; } }
    .header .logo img {
      width: 100%;
      height: auto; }
  .header .langs {
    margin-right: auto;
    position: relative;
    color: #69767e; }
    @media (max-width: 991px) {
      .header .langs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 20px; } }
    @media (min-width: 992px) {
      .header .langs {
        width: 135px; } }
    .header .langs__btn {
      position: relative;
      background: transparent;
      border: 0;
      outline: 0;
      padding: 0.29513rem 0;
      display: block;
      line-height: 1.43;
      letter-spacing: 0.014em;
      color: #69767e;
      border-bottom: 1px solid #afb7bf;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%; }
      @media (max-width: 991px) {
        .header .langs__btn {
          display: none; } }
      .header .langs__btn-label {
        margin-right: 0.34432rem; }
      .header .langs__btn svg {
        display: inline-block;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        -o-transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
        .header .langs__btn svg path {
          stroke: #afb7bf; }
    .header .langs__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-transform: capitalize; }
      .header .langs__item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .header .langs__item span {
        display: block;
        font-weight: 300;
        margin-top: -1px; }
        @media (max-width: 991px) {
          .header .langs__item span {
            font-weight: 400; } }
      .header .langs__item img {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin-right: 6px; }
    .header .langs ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      @media (min-width: 992px) {
        .header .langs ul {
          position: absolute;
          top: calc(100% + 5px);
          left: 0;
          width: 100%;
          background: #fff;
          padding: 12px 10px;
          opacity: 0;
          -webkit-transition: opacity 0.3s;
          -o-transition: opacity 0.3s;
          transition: opacity 0.3s;
          pointer-events: none;
          border: 1px solid #f7f7f6; } }
      @media (max-width: 991px) {
        .header .langs ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      @media (min-width: 992px) {
        .header .langs ul li {
          width: 100%; } }
      @media (max-width: 991px) {
        .header .langs ul li:not(:last-child) {
          margin-right: 1.81997rem; } }
      @media (min-width: 992px) {
        .header .langs ul li:not(:last-child) a {
          margin-bottom: 0.73783rem; } }
      .header .langs ul li a {
        position: relative; }
        @media (min-width: 992px) {
          .header .langs ul li a {
            width: 100%; } }
        .header .langs ul li a.active {
          color: #c1bbab; }
          @media (min-width: 992px) {
            .header .langs ul li a.active {
              display: none; } }
        .header .langs ul li a:hover {
          color: #c1bbab; }
    @media (min-width: 992px) {
      .header .langs.active ul {
        opacity: 1;
        pointer-events: all; } }
    .header .langs.active svg {
      -webkit-transform: scaleY(-1);
          -ms-transform: scaleY(-1);
              transform: scaleY(-1); }
  .header .header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%; }
    @media (min-width: 4000px) {
      .header .header__wrap {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
    @media (max-width: 3999px) {
      .header .header__wrap > * {
        padding-left: 4.16667vw;
        padding-right: 4.16667vw; } }
  .header .header__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0.98377rem;
    padding-bottom: 0.98377rem; }
    @media (max-width: 3999px) {
      .header .header__main {
        width: 100%; } }
    @media (min-width: 992px) {
      .header .header__main {
        padding-top: 2.31185rem;
        padding-bottom: 2.31185rem; } }
    @media (min-width: 4000px) {
      .header .header__main {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        -webkit-box-flex: 2;
            -ms-flex-positive: 2;
                flex-grow: 2;
        margin-right: 1.95312vw; } }
    @media (min-width: 1920px) {
      .header .header__main {
        margin-right: 3.125vw; } }
  .header .nav__toggle {
    margin-left: 1rem; }
    @media (min-width: 576px) {
      .header .nav__toggle {
        margin-left: 2rem; } }
    @media (min-width: 992px) {
      .header .nav__toggle {
        display: none; } }
  @media (max-width: 991px) {
    .header .header__nav {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background-color: #fff;
      z-index: 90;
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      -o-transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      padding: 1.47565rem 0.73783rem;
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
              clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
      -webkit-transition: -webkit-clip-path 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      transition: -webkit-clip-path 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -o-transition: clip-path 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      transition: clip-path 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      transition: clip-path 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-clip-path 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53); } }
  @media (min-width: 992px) {
    .header .header__nav {
      margin-left: auto;
      margin-right: auto; } }
  .header .header__nav.active {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
  .header .header__nav[data-active="0"] .wrapper > * {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(calc(-100% * 0 - 0.875rem * 0));
        -ms-transform: translateX(calc(-100% * 0 - 0.875rem * 0));
            transform: translateX(calc(-100% * 0 - 0.875rem * 0)); }
  .header .header__nav[data-active="1"] .wrapper > * {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(calc(-100% * 1 - 0.875rem * 1));
        -ms-transform: translateX(calc(-100% * 1 - 0.875rem * 1));
            transform: translateX(calc(-100% * 1 - 0.875rem * 1)); }
  .header .header__nav[data-active="2"] .wrapper > * {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(calc(-100% * 2 - 0.875rem * 2));
        -ms-transform: translateX(calc(-100% * 2 - 0.875rem * 2));
            transform: translateX(calc(-100% * 2 - 0.875rem * 2)); }
  .header .header__nav[data-active="3"] .wrapper > * {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(calc(-100% * 3 - 0.875rem * 3));
        -ms-transform: translateX(calc(-100% * 3 - 0.875rem * 3));
            transform: translateX(calc(-100% * 3 - 0.875rem * 3)); }
  .header .header__nav[data-active="4"] .wrapper > * {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(calc(-100% * 4 - 0.875rem * 4));
        -ms-transform: translateX(calc(-100% * 4 - 0.875rem * 4));
            transform: translateX(calc(-100% * 4 - 0.875rem * 4)); }
  .header .header__nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    @media (min-width: 992px) {
      .header .header__nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media (max-width: 991px) {
      .header .header__nav ul li {
        text-align: center;
        margin-bottom: 0.73783rem; } }
    @media (min-width: 992px) {
      .header .header__nav ul li {
        margin-right: clamp(0.98377rem, 2.45942rem, 2.92969vw); } }
    .header .header__nav ul li:last-child {
      margin-right: 0; }
    .header .header__nav ul a {
      color: #364751;
      font-weight: 400; }
  @media (min-width: 992px) {
    .header .header__nav .langs {
      display: none; } }
  .header .header__secondary {
    display: none; }
    @media (min-width: 576px) {
      .header .header__secondary {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (max-width: 3999px) {
      .header .header__secondary {
        background-color: #f7f7f6;
        width: 100%;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding-top: 0.93458rem;
        padding-bottom: 0.93458rem; } }
    @media (min-width: 4000px) {
      .header .header__secondary {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
    @media (max-width: 991px) {
      .header .header__secondary .langs {
        display: none; } }
    .header .header__secondary .header__contact {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 3.93507rem; }
      @media (min-width: 4000px) {
        .header .header__secondary .header__contact {
          margin: 0 clamp(1.47565rem, 3.93507rem, 1vw);
          margin-left: 0; } }
      @media (min-width: 1920px) {
        .header .header__secondary .header__contact {
          margin: 0 clamp(1.47565rem, 3.93507rem, 3.125vw); } }
      .header .header__secondary .header__contact .hc-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        white-space: nowrap; }
        .header .header__secondary .header__contact .hc-item:not(:last-child) {
          margin-right: 2.9513rem; }
        .header .header__secondary .header__contact .hc-item__icon {
          margin-right: 0.73783rem; }
        @media (max-width: 3999px) {
          .header .header__secondary .header__contact .hc-item__links {
            white-space: normal; }
            .header .header__secondary .header__contact .hc-item__links a {
              display: inline-block; }
              .header .header__secondary .header__contact .hc-item__links a:first-child::after {
                content: ",";
                display: inline-block; }
            .header .header__secondary .header__contact .hc-item__links br {
              display: none; } }

.headroom {
  position: fixed;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  will-change: transform;
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  -o-transition: transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear; }

.headroom--pinned {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  background-color: #fff; }
  .headroom--pinned.headroom--not-top {
    position: fixed; }
    @media (max-width: 3999px) {
      .headroom--pinned.headroom--not-top .header__secondary {
        display: none; } }
    .headroom--pinned.headroom--not-top .header__main {
      padding-top: 0.49188rem;
      padding-bottom: 0.49188rem; }

.headroom--not-top {
  background-color: #fff; }

.headroom--unpinned {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

.page-title {
  color: #364751; }

.page-template-default {
  background-color: #fff; }
  .page-template-default article {
    padding: 1.96754rem 0; }
  .page-template-default .content, .page-template-default h1 {
    width: 48.79488rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .page-template-default .content {
    margin-top: 1.96754rem; }

.wrapper {
  width: 100vw;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4.16667vw;
  padding-right: 4.16667vw; }
  @media (min-width: 1368px) {
    .wrapper {
      padding-left: 8.33333vw;
      padding-right: 8.33333vw; } }

.apartments {
  margin-bottom: 9.375vw; }
  .apartments__heading, .apartments__text {
    text-align: center; }
  .apartments__text {
    width: 42.05607rem;
    max-width: 100%;
    margin: 0 auto 3.51562vw;
    margin-bottom: clamp(2.9513rem, 6.788rem, 5.39062vw); }
  .apartments__list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid; }
    @media (min-width: 576px) {
      .apartments__list {
        gap: 4.16667vw;
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 992px) {
      .apartments__list {
        grid-template-columns: repeat(3, 1fr); } }
    .apartments__list .ap-item {
      margin-bottom: 1.72159rem; }
      @media (min-width: 576px) {
        .apartments__list .ap-item {
          margin: 0; } }
      .apartments__list .ap-item__wrap {
        display: block;
        position: relative;
        color: #69767e;
        -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -o-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
        .apartments__list .ap-item__wrap::before {
          content: "";
          position: absolute;
          left: 2.08333vw;
          top: -2.08333vw;
          width: 100%;
          height: calc(100% + 2.08333vw);
          background-color: #c1bbab;
          opacity: 0;
          -webkit-transition: inherit;
          -o-transition: inherit;
          transition: inherit; }
        .apartments__list .ap-item__wrap > * {
          position: relative;
          z-index: 2; }
        .apartments__list .ap-item__wrap:hover {
          color: #f7f7f6; }
          .apartments__list .ap-item__wrap:hover:before {
            opacity: 1; }
          .apartments__list .ap-item__wrap:hover .ap-item__see .see__text {
            opacity: 1; }
          .apartments__list .ap-item__wrap:hover .ap-item__see > .line {
            opacity: 0; }
          .apartments__list .ap-item__wrap:hover .ap-item__see-hover {
            opacity: 1; }
      .apartments__list .ap-item__img img {
        width: 100%; }
      .apartments__list .ap-item__info {
        padding-left: 4.16667vw;
        padding-top: 2.08333vw;
        padding-bottom: 2.08333vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .apartments__list .ap-item__title {
        width: 40%;
        text-align: center;
        padding: 1rem;
        font-weight: 400; }
      .apartments__list .ap-item__icon {
        margin-bottom: 0.39351rem; }
        .apartments__list .ap-item__icon img, .apartments__list .ap-item__icon svg {
          width: 5.90261rem;
          max-width: 100%;
          height: auto; }
        .apartments__list .ap-item__icon svg path {
          fill: currentColor; }
      .apartments__list .ap-item__text {
        width: 60%; }
      .apartments__list .ap-item__see {
        text-align: right;
        width: 100%;
        position: relative;
        margin-top: clamp(0.49188rem, 0.98377rem, 1.95312vw); }
        .apartments__list .ap-item__see .see__text {
          position: relative;
          z-index: 2;
          padding-left: 1.47565rem; }
        .apartments__list .ap-item__see .line {
          position: absolute;
          height: 1px;
          top: 50%;
          left: 0;
          -webkit-box-flex: 2;
              -ms-flex-positive: 2;
                  flex-grow: 2;
          width: 100%;
          background-color: #AFB7BF;
          opacity: .5;
          -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          -o-transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
        .apartments__list .ap-item__see-hover {
          -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          -o-transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          opacity: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .apartments__list .ap-item__see-hover .line {
            opacity: 1;
            width: auto;
            background-color: #f7f7f6;
            position: static; }

.arrow-circle {
  width: clamp(2.21348rem, 2.9513rem, 3.125vw);
  height: clamp(2.21348rem, 2.9513rem, 3.125vw);
  border: 1px solid #afb7bf;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
  .arrow-circle svg {
    width: 0.78701rem;
    height: auto; }
    .arrow-circle svg path {
      -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -o-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53); }

.banner {
  text-align: center;
  margin-bottom: 7.42188vw; }
  .banner__wrap {
    background-size: cover; }
  .banner__text {
    width: 42.05607rem;
    max-width: 100%;
    margin: 0 auto 2.34375vw; }
  .banner--text-dark {
    color: #364751; }
  .banner--text-white {
    color: #fff; }
  .banner__color {
    padding: clamp(2.9513rem, 6.54206rem, 5.19531vw) 4.16667vw;
    min-height: clamp(30vw, 49.18839rem, 45vw); }
    @media (max-width: 991.98px) {
      .banner__color {
        background-color: rgba(255, 255, 255, 0.5);
        background-color: rgba(0, 0, 0, 0.5); } }

.bon {
  top: 8.85391rem;
  width: 15.74029rem;
  position: fixed;
  background-color: #fff;
  padding: 1.22971rem 3.63994rem 1.57403rem 1.47565rem;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
  @media (min-width: 576px) {
    .bon {
      top: 10.32956rem; } }
  @media (min-width: 992px) {
    .bon {
      top: 15.2484rem; } }
  @media (min-width: 4000px) {
    .bon {
      top: 11.80521rem; } }
  @media (max-width: 991.98px) {
    .bon {
      right: 4.16667vw;
      max-width: calc(100% - 8.33333vw); } }
  @media (min-width: 992px) {
    .bon {
      right: 0.98377rem; } }
  .bon__heading {
    color: #afb7bf;
    margin-bottom: 0.54107rem; }
  .bon__title {
    margin-bottom: 1.03296rem; }
  .bon__close {
    position: absolute;
    right: 0.98377rem;
    top: 0.98377rem;
    background: transparent;
    border: 0;
    outline: 0; }
    .bon__close .arrow-circle {
      padding: 0;
      width: 1.86916rem;
      height: 1.86916rem;
      line-height: 1.86916rem;
      border-color: #afb7bf;
      -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -o-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
      .bon__close .arrow-circle svg path {
        stroke: #afb7bf;
        -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -o-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
    .bon__close:hover .arrow-circle {
      background-color: #afb7bf; }
      .bon__close:hover .arrow-circle svg path {
        stroke: #fff; }
  .bon.active {
    opacity: 1;
    pointer-events: all; }

.btn, .gallery__btn,
.button {
  display: inline-block;
  text-align: center;
  border: 0;
  outline: 0;
  background-color: #69767e;
  color: #f7f7f6;
  font-size: clamp(0.59026rem, 0.73783rem, 0.58594vw);
  font-weight: 800;
  padding: 1em 1.33em;
  text-transform: uppercase;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
  .btn--primary, .gallery__btn.active,
  .button--primary {
    background-color: #69767e;
    color: #f7f7f6; }
    .btn--primary:hover, .gallery__btn.active:hover,
    .button--primary:hover {
      color: #69767e;
      background-color: #f7f7f6; }
  .btn--secondary, .gallery__btn,
  .button--secondary {
    background-color: #fff;
    color: #afb7bf; }
    .btn--secondary:hover, .gallery__btn:hover,
    .button--secondary:hover {
      background-color: #afb7bf;
      color: #fff; }

.btn-toggle {
  width: 1.25rem;
  height: 1rem;
  position: relative;
  display: inline-block;
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  margin-left: 1rem;
  z-index: 2; }
  .btn-toggle span {
    top: 0;
    display: block;
    position: relative; }
    .btn-toggle span, .btn-toggle span:before, .btn-toggle span:after {
      content: "";
      display: block;
      width: 1.25rem;
      height: 2px;
      -webkit-transition-timing-function: ease;
           -o-transition-timing-function: ease;
              transition-timing-function: ease;
      -webkit-transition-duration: 0.15s;
           -o-transition-duration: 0.15s;
              transition-duration: 0.15s;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      -o-transition-property: transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      border-radius: 2px;
      background-color: #000; }
    .btn-toggle span:before, .btn-toggle span:after {
      position: absolute; }
    .btn-toggle span:before {
      top: 0.425rem; }
    .btn-toggle span:after {
      bottom: 0.425rem; }
  .btn-toggle.active span, .btn-toggle--close span {
    -webkit-transition-delay: 0.12s;
         -o-transition-delay: 0.12s;
            transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
    .btn-toggle.active span:before, .btn-toggle--close span:before {
      top: 0;
      -webkit-transition: top 75ms ease, opacity 75ms ease 0.12s;
      -o-transition: top 75ms ease, opacity 75ms ease 0.12s;
      transition: top 75ms ease, opacity 75ms ease 0.12s;
      opacity: 0; }
    .btn-toggle.active span:after, .btn-toggle--close span:after {
      bottom: 0;
      -webkit-transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
      transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
      -o-transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
      transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
      transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }

.contact-banner {
  position: relative;
  padding-left: 4.16667vw;
  padding-top: 4.53125vw;
  padding-bottom: 4.53125vw; }
  @media (max-width: 991.98px) {
    .contact-banner {
      padding-left: 4.16667vw;
      padding-right: 4.16667vw;
      padding-bottom: 0; } }
  @media (min-width: 992px) {
    .contact-banner {
      padding-left: 8.33333vw; } }
  @media (min-width: 1260px) {
    .contact-banner {
      padding-left: 12.5vw; } }
  .contact-banner .cb {
    position: relative;
    z-index: 2;
    background-color: #afb7bf;
    padding: 3.73832rem 2.45942rem;
    text-align: center;
    color: #f7f7f6; }
    @media (min-width: 992px) {
      .contact-banner .cb {
        width: 20.95425rem;
        min-height: 27.5455rem; } }
    .contact-banner .cb__section {
      padding: 1.18052rem 0; }
      .contact-banner .cb__section:not(:last-child) {
        border-bottom: 1px solid; }
  .contact-banner .cm {
    height: 70vw;
    max-height: 25.57796rem;
    position: relative; }
    @media (min-width: 992px) {
      .contact-banner .cm {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        max-height: none;
        z-index: 1; } }
    .contact-banner .cm img {
      height: auto;
      width: auto;
      max-width: 100%;
      max-height: 100%;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.cookie-notice {
  background-color: #c1bbab;
  color: #f7f7f6;
  padding: 1.2789rem 4.16667vw;
  font-weight: 400;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
  .cookie-notice .notice__text {
    text-align: center; }
  .cookie-notice .close {
    color: #fff;
    background: transparent;
    border: 0;
    outline: 0;
    margin-top: 0.98377rem; }
    @media (min-width: 992px) {
      .cookie-notice .close {
        position: absolute;
        right: 0.98377rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        margin: 0; } }
    .cookie-notice .close .arrow-circle {
      border-color: #fff;
      margin-left: 0.49188rem;
      width: 1.86916rem;
      height: 1.86916rem;
      line-height: 1.86916rem;
      padding: 0; }
    .cookie-notice .close svg path {
      fill: #fff; }
  .cookie-notice.fold {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%); }

.hotres {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #afb7bf;
  padding: 0.98377rem 4.16667vw;
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .hotres {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (min-width: 768px) {
    .hotres {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (min-width: 1600px) {
    .hotres {
      padding: 0.98377rem 2.08333vw; } }
  @media (min-width: 1920px) {
    .hotres {
      padding: 1.47565rem 3.125vw; } }
  .hotres > * {
    margin-top: 1.57403rem;
    margin-bottom: 1.57403rem; }
  .hotres__label {
    color: #f7f7f6;
    margin-right: clamp(0.98377rem, 1.96754rem, 1.95312vw); }
    @media (max-width: 1599.98px) {
      .hotres__label {
        font-size: clamp(1.37727rem, 1.37727rem, 1.64062vw); }
        body:not(.page-template-contact) .hotres__label {
          width: 100%; } }
    @media (min-width: 1920px) {
      .hotres__label {
        margin-right: 2.9513rem; } }
  .hotres__fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 clamp(-0.49188rem, -0.98377rem, -0.78125vw);
    padding-right: clamp(0.98377rem, 1.96754rem, 1.95312vw); }
    @media (max-width: 767.98px) {
      .hotres__fields {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: calc(100% + 0.98377rem);
        padding-right: 0; } }
    @media (max-width: 1259.98px) {
      .hotres__fields {
        -webkit-box-flex: 2;
            -ms-flex-positive: 2;
                flex-grow: 2; } }
    @media (min-width: 768px) {
      .hotres__fields {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (min-width: 992px) and (max-width: 1599.98px) {
      body:not(.page-template-contact) .hotres__fields {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: unset;
            -ms-flex-align: unset;
                align-items: unset;
        width: 100%;
        padding-right: 0; } }
    @media (min-width: 1920px) {
      .hotres__fields {
        padding-right: 2.9513rem; } }
  .hotres__dates, .hotres__numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1259.98px) {
      .hotres__dates, .hotres__numbers {
        -webkit-box-flex: 2;
            -ms-flex-positive: 2;
                flex-grow: 2; } }
    @media (min-width: 992px) and (max-width: 1599.98px) {
      .hotres__dates, .hotres__numbers {
        -webkit-box-flex: 2;
            -ms-flex-positive: 2;
                flex-grow: 2; } }
  .hotres__field {
    padding: 0.98377rem clamp(0.49188rem, 0.98377rem, 0.78125vw);
    max-width: 50%;
    position: relative; }
    @media (max-width: 1259.98px) {
      .hotres__field {
        -webkit-box-flex: 2;
            -ms-flex-positive: 2;
                flex-grow: 2; } }
    @media (min-width: 992px) and (max-width: 1599.98px) {
      .hotres__field {
        -webkit-box-flex: 2;
            -ms-flex-positive: 2;
                flex-grow: 2; } }
    .hotres__field label {
      opacity: .5;
      color: #f7f7f6;
      margin: 0; }
    .hotres__field input {
      padding: 0.78701rem 0;
      padding-top: 0.39351rem;
      border: 0;
      border-bottom: 1px solid #f7f7f6;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background: transparent;
      color: #f7f7f6;
      font-size: 0.98377rem;
      width: 100%;
      outline: 0;
      position: relative;
      font-family: "sofia-pro", sans-serif;
      -webkit-font-feature-settings: initial;
              font-feature-settings: initial;
      height: 2.45942rem; }
      .hotres__field input::-webkit-calendar-picker-indicator {
        -webkit-filter: invert(1);
                filter: invert(1);
        cursor: pointer;
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        left: 0;
        bottom: 0;
        background-size: 1rem;
        background: none; }
    .hotres__field .input {
      position: relative; }
      .hotres__field .input__icon {
        position: absolute;
        z-index: 2;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-65%);
            -ms-transform: translateY(-65%);
                transform: translateY(-65%);
        pointer-events: none;
        line-height: 1; }
    .hotres__field--date {
      width: clamp(10.32956rem, 12.78898rem, 10.15625vw); }
      @media (min-width: 1600px) {
        .hotres__field--date {
          width: clamp(8.85391rem, 12.78898rem, 10.15625vw); } }
      .hotres__field--date input {
        cursor: text;
        padding-left: 1.47565rem; }
    .hotres__field--number {
      width: 5.90261rem; }

#hotresContainer {
  margin-bottom: 5.46875vw; }

.icon-boxes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 3.90625vw 4.16667vw;
  grid-template-columns: repeat(3, 1fr); }
  .icon-boxes .icon-box {
    text-align: center; }
    .icon-boxes .icon-box__icon {
      width: 2.45942rem;
      height: 2.45942rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 auto 1.47565rem; }
      .icon-boxes .icon-box__icon svg {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto; }
    .icon-boxes .icon-box__title {
      color: #69767e; }

.lazy__img {
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out; }
  .lazy__img.loaded {
    opacity: 1; }

.text-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8.59375vw 0;
  padding-top: 0;
  margin-top: 8.59375vw; }
  @media (min-width: 768px) {
    .text-img {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .text-img__img {
    margin-bottom: clamp(1.47565rem, 3.394rem, 2.69531vw); }
    @media (min-width: 768px) {
      .text-img__img {
        width: 50vw;
        margin: 0; } }
    @media (min-width: 1260px) {
      .text-img__img {
        width: 58.33333vw; } }
    .text-img__img img, .text-img__img video {
      width: 100%;
      height: auto; }
  .text-img__text {
    padding: 0 4.16667vw; }
    @media (min-width: 768px) {
      .text-img__text {
        width: 50vw;
        padding: 0 4.16667vw; } }
    @media (min-width: 992px) {
      .text-img__text {
        padding: 0 8.33333vw; } }
    @media (min-width: 1260px) {
      .text-img__text {
        width: 37.5vw; } }
    @media (min-width: 768px) {
      .text-img__text .text-wrap {
        max-width: 21.15101rem; } }
    .text-img__text .text {
      margin-bottom: clamp(1.47565rem, 3.394rem, 2.69531vw); }
  .text-img__title {
    margin-bottom: clamp(1.47565rem, 2.9513rem, 2.34375vw); }
  @media (min-width: 992px) {
    .text-img--img-first {
      padding-right: 4.16667vw; } }
  @media (min-width: 1260px) {
    .text-img--img-first {
      padding-right: 8.33333vw; } }
  @media (min-width: 992px) {
    .text-img--text-first {
      padding-left: 4.16667vw; } }
  @media (min-width: 1260px) {
    .text-img--text-first {
      padding-left: 8.33333vw; } }
  @media (min-width: 992px) {
    .text-img--text-first .text-img__img {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  @media (min-width: 992px) {
    .text-img--text-first .text-img__text {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
  margin: 0; }
  .social li:not(:last-child) {
    margin-right: 0.29513rem; }
  .social li a svg path {
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
  .social li a:hover svg path {
    fill: #69767e; }

.underline-heading {
  position: relative;
  margin-bottom: clamp(1.47565rem, 3.19725rem, 2.53906vw);
  padding-bottom: 2em;
  display: inline-block; }
  .underline-heading::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 3.44319rem;
    height: 0.24594rem;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzAiIGhlaWdodD0iNSIgdmlld0JveD0iMCAwIDcwIDUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02OS4zMDg2IDAuMTY2NjY3TDcwIDEuNDk0NzlMNjIuNzI0IDVMNTUuNzkzNyAxLjY2MTQ2TDQ4Ljg2MDYgNUw0MS45MzAzIDEuNjYxNDZMMzUgNUwyOC4wNjk3IDEuNjYxNDZMMjEuMTM5NCA1TDE0LjIwNjMgMS42NjE0Nkw3LjI3NjAzIDVMMCAxLjQ5NDc5TDAuNjkxNDE1IDAuMTY2NjY3TDcuMjc2MDMgMy4zMzg1NEwxNC4yMDYzIDBMMjEuMTM5NCAzLjMzODU0TDI4LjA2OTcgMEwzNSAzLjMzODU0TDQxLjkzMDMgMEw0OC44NjA2IDMuMzM4NTRMNTUuNzkzNyAwTDYyLjcyNCAzLjMzODU0TDY5LjMwODYgMC4xNjY2NjdaIiBmaWxsPSIjQzFCQkFCIi8+Cjwvc3ZnPgo=);
    background-size: contain; }
  .underline-heading--center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .underline-heading--line-dark::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzAiIGhlaWdodD0iNSIgdmlld0JveD0iMCAwIDcwIDUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02OS4zMDg2IDAuMTY2NjY3TDcwIDEuNDk0NzlMNjIuNzI0IDVMNTUuNzkzNyAxLjY2MTQ2TDQ4Ljg2MDYgNUw0MS45MzAzIDEuNjYxNDZMMzUgNUwyOC4wNjk3IDEuNjYxNDZMMjEuMTM5NCA1TDE0LjIwNjMgMS42NjE0Nkw3LjI3NjAzIDVMMCAxLjQ5NDc5TDAuNjkxNDE1IDAuMTY2NjY3TDcuMjc2MDMgMy4zMzg1NEwxNC4yMDYzIDBMMjEuMTM5NCAzLjMzODU0TDI4LjA2OTcgMEwzNSAzLjMzODU0TDQxLjkzMDMgMEw0OC44NjA2IDMuMzM4NTRMNTUuNzkzNyAwTDYyLjcyNCAzLjMzODU0TDY5LjMwODYgMC4xNjY2NjdaIiBmaWxsPSIjNjk3NjdFIi8+Cjwvc3ZnPgo=); }

.vis-top {
  margin-bottom: 6.25vw; }
  @media (min-width: 992px) {
    .vis-top__wrap, .vis-top__bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 992px) {
    .vis-top__main, .vis-top__scroll {
      width: 41.66667vw;
      width: 42%; } }
  @media (min-width: 1600px) {
    .vis-top__main, .vis-top__scroll {
      width: 33.33333vw;
      width: 33.33%; } }
  .vis-top__main .ap-icon, .vis-top__scroll .ap-icon {
    max-width: 6.29611rem;
    width: 40%;
    min-width: 50px; }
    @media (max-width: 1599.98px) {
      .vis-top__main .ap-icon, .vis-top__scroll .ap-icon {
        max-width: 3.93507rem; } }
    @media (max-width: 1367.98px) {
      .vis-top__main .ap-icon, .vis-top__scroll .ap-icon {
        max-width: 2.9513rem; } }
    @media (max-width: 991.98px) {
      .vis-top__main .ap-icon, .vis-top__scroll .ap-icon {
        max-width: 3.93507rem;
        width: auto; } }
    .vis-top__main .ap-icon svg, .vis-top__scroll .ap-icon svg {
      max-width: 100%;
      height: auto; }
      .vis-top__main .ap-icon svg path, .vis-top__scroll .ap-icon svg path {
        fill: #69767e; }
    @media (max-width: 991.98px) {
      .vis-top__main .ap-icon + .page-title, .vis-top__scroll .ap-icon + .page-title {
        width: 60%; } }
  .vis-top__main > *, .vis-top__scroll > * {
    padding-left: 4.16667vw;
    padding-right: 4.16667vw; }
    @media (min-width: 1920px) {
      .vis-top__main > *, .vis-top__scroll > * {
        padding-left: 6.25vw;
        padding-right: 6.25vw; } }
  .vis-top__main {
    background-color: #fff; }
  .vis-top__content {
    padding-top: 6.64062vw;
    padding-bottom: 6.64062vw;
    background-color: #fff; }
  .vis-top__text {
    margin-bottom: 2.45942rem; }
    @media (min-width: 992px) and (max-width: 1259.98px) {
      .vis-top__text {
        margin-bottom: 1.47565rem; } }
  .vis-top .vt-table {
    border-top: 1px solid #afb7bf; }
    .vis-top .vt-table__row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-bottom: 1px solid #afb7bf;
      padding: 1.18052rem 0; }
    .vis-top .vt-table__label {
      width: 5.26316rem;
      padding-right: 0.98377rem;
      color: #afb7bf; }
    .vis-top .vt-table__value {
      width: calc(100% - 5.26316rem); }
  .vis-top__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5.46875vw; }
    .vis-top__heading .ap-icon {
      margin-right: 1.62322rem; }
  .vis-top__vis, .vis-top__form {
    position: relative; }
    @media (min-width: 992px) {
      .vis-top__vis, .vis-top__form {
        width: 58.33333vw;
        width: 58%; } }
    @media (min-width: 1600px) {
      .vis-top__vis, .vis-top__form {
        width: 66.66667vw;
        width: 66.66%; } }
    .vis-top__vis img, .vis-top__form img {
      max-width: 100%;
      height: auto;
      display: block;
      width: 100%; }
    .vis-top__vis .vis-color, .vis-top__form .vis-color {
      opacity: 0;
      -webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
      -o-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
      .vis-top__vis .vis-color.active, .vis-top__form .vis-color.active {
        opacity: 1; }
    .vis-top__vis .vis-choose, .vis-top__form .vis-choose {
      position: relative; }
      @media (max-width: 1259.98px) {
        body.page-template-apartments .vis-top__vis .vis-choose, body.page-template-apartments .vis-top__form .vis-choose {
          pointer-events: none; } }
      .vis-top__vis .vis-choose .vis-color, .vis-top__form .vis-choose .vis-color {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        @media (max-width: 1259.98px) {
          body.page-template-apartments .vis-top__vis .vis-choose .vis-color, body.page-template-apartments .vis-top__form .vis-choose .vis-color {
            opacity: 1;
            -webkit-clip-path: none;
                    clip-path: none; } }
      .vis-top__vis .vis-choose .vis-svg, .vis-top__form .vis-choose .vis-svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        .vis-top__vis .vis-choose .vis-svg #areas use, .vis-top__form .vis-choose .vis-svg #areas use {
          cursor: pointer; }
      .vis-top__vis .vis-choose .vis-tooltip, .vis-top__form .vis-choose .vis-tooltip {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: translate(-50%, -105%);
            -ms-transform: translate(-50%, -105%);
                transform: translate(-50%, -105%);
        background-color: #fff;
        padding: 1.08214rem 1.86916rem 1.32809rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        opacity: 0;
        -webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        pointer-events: none; }
        @media (max-width: 1259.98px) {
          .vis-top__vis .vis-choose .vis-tooltip, .vis-top__form .vis-choose .vis-tooltip {
            display: none; } }
        .vis-top__vis .vis-choose .vis-tooltip:after, .vis-top__form .vis-choose .vis-tooltip:after {
          content: "";
          position: absolute;
          height: 110%;
          width: 100%;
          top: 0;
          left: 0; }
        .vis-top__vis .vis-choose .vis-tooltip:before, .vis-top__form .vis-choose .vis-tooltip:before {
          content: "";
          position: absolute;
          left: 50%;
          -webkit-transform: translate(-50%, -1px);
              -ms-transform: translate(-50%, -1px);
                  transform: translate(-50%, -1px);
          top: 100%;
          border-left: 0.63945rem solid transparent;
          border-right: 0.63945rem solid transparent;
          border-top: 0.68864rem solid #fff; }
        .vis-top__vis .vis-choose .vis-tooltip > *, .vis-top__form .vis-choose .vis-tooltip > * {
          position: relative;
          z-index: 2; }
        .vis-top__vis .vis-choose .vis-tooltip.active, .vis-top__form .vis-choose .vis-tooltip.active {
          opacity: 1;
          pointer-events: all; }
        .vis-top__vis .vis-choose .vis-tooltip .ap-icon, .vis-top__form .vis-choose .vis-tooltip .ap-icon {
          width: 3.44319rem;
          margin-bottom: 0.39351rem; }
          .vis-top__vis .vis-choose .vis-tooltip .ap-icon svg, .vis-top__form .vis-choose .vis-tooltip .ap-icon svg {
            max-width: 100%;
            height: auto; }
        .vis-top__vis .vis-choose .vis-tooltip .ap-number, .vis-top__form .vis-choose .vis-tooltip .ap-number {
          line-height: 2;
          margin-bottom: 0.63945rem; }
  .vis-top__vis .img {
    height: 100%; }
  .vis-top__vis .lazy__box {
    height: 100%; }
    .vis-top__vis .lazy__box img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .vis-top__form {
    background-color: #afb7bf; }
  .vis-top__bottom .vis-top__scroll {
    padding-top: 6.25vw; }
    @media (min-width: 992px) {
      .vis-top__bottom .vis-top__scroll {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        padding-top: 3.04688vw;
        padding-bottom: 3.04688vw; } }
  .vis-top__bottom .scroll-down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .vis-top__bottom .scroll-down .arrow-circle {
      margin-right: 0.98377rem; }
    .vis-top__bottom .scroll-down__text {
      color: #afb7bf; }
    .vis-top__bottom .scroll-down:hover .arrow-circle {
      background-color: #afb7bf; }
      .vis-top__bottom .scroll-down:hover .arrow-circle svg path {
        stroke: #f7f7f6; }
  @media (min-width: 992px) {
    .vis-top__bottom .vis-top__form {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

.page-template-about .banner {
  margin-bottom: 17.96875vw; }
  .page-template-about .banner__color {
    min-height: clamp(30vw, 41.31825rem, 45vw); }
    @media (max-width: 991.98px) {
      .page-template-about .banner__color {
        background-color: rgba(0, 0, 0, 0.5); } }

.about {
  margin: 0 0 9.375vw; }
  @media (min-width: 1260px) {
    .about {
      padding: 0 8.33333vw; } }
  .about__heading {
    margin: 0 0 3.86719vw; }
  .about__texts {
    max-width: 78.70143rem;
    margin: 0 0 9.375vw;
    color: #69767e; }
    @media (min-width: 768px) {
      .about__texts {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 4.25781vw; } }
  @media (min-width: 768px) {
    .about__stats {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 2.08333vw; } }
  .about__stats .stat {
    background-color: #fff;
    padding: 3.32031vw 2.96875vw 2.26562vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (max-width: 767.98px) {
      .about__stats .stat {
        max-width: 26.56173rem;
        margin: 0 auto 1.47565rem;
        padding: 2.21348rem 2.96875vw 1.37727rem; } }
    .about__stats .stat__icon {
      width: clamp(2.65617rem, 3.54156rem, 3.90625vw);
      margin-right: 2.41023rem; }
      .about__stats .stat__icon img, .about__stats .stat__icon svg {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto; }

.common {
  margin-bottom: 12.89062vw; }
  .common__wrap {
    padding: 0 4.16667vw; }
    @media (min-width: 992px) {
      .common__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media (min-width: 1260px) {
      .common__wrap {
        padding: 0 8.33333vw; } }
  .common__main {
    width: 31.48057rem;
    max-width: 100%;
    margin: 0 0 3.93507rem; }
    @media (min-width: 992px) {
      .common__main {
        max-width: 50%; } }
  .common__heading {
    margin: 0 0 3.93507rem; }
  .common__icons {
    width: 42.89228rem;
    max-width: 100%; }
    @media (min-width: 992px) {
      .common__icons {
        padding-left: 4.16667vw;
        margin-left: auto;
        max-width: 50%; } }

.location {
  padding-left: 4.16667vw;
  margin-bottom: 9.0625vw; }
  @media (min-width: 992px) {
    .location {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 1368px) {
    .location {
      padding-left: 8.33333vw; } }
  .location__heading {
    margin: 0 0 2.9513rem; }
  .location__main {
    padding-left: 4.16667vw;
    background-color: #DBE1EA;
    padding-top: 7.61719vw;
    padding-bottom: 5.66406vw; }
    .location__main > * {
      width: 31.48057rem;
      max-width: 100%; }
    @media (min-width: 992px) {
      .location__main {
        max-width: 50%; } }
    @media (min-width: 1260px) {
      .location__main {
        max-width: 40%; } }
    @media (min-width: 1260px) {
      .location__main {
        padding-left: 8.33333vw; } }
  .location__text {
    margin: 0 0 3.90625vw; }
  .location__icons .icon-boxes {
    grid-template-columns: repeat(2, 1fr); }
  .location__img {
    background-color: #DBE1EA; }
    @media (min-width: 992px) {
      .location__img {
        -webkit-box-flex: 2;
            -ms-flex-positive: 2;
                flex-grow: 2; } }
    .location__img .lazy__box {
      height: 100%; }
    .location__img img {
      max-width: 100%;
      height: auto;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.contact {
  padding: 0 4.16667vw; }
  .contact .contact__wrap {
    padding-top: 5.85938vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-position: top center;
    background-size: cover; }
    @media (max-width: 991.98px) {
      .contact .contact__wrap {
        background: none; } }
    @media (min-width: 992px) {
      .contact .contact__wrap {
        min-height: 37.77668rem;
        height: 53.4375vw; } }
  .contact__top {
    margin-bottom: clamp(1.96754rem, 3.93507rem, 3.90625vw); }
    @media (min-width: 992px) {
      .contact__top {
        margin: 0 auto;
        padding-left: 4.16667vw;
        padding-right: 4.16667vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media (min-width: 1368px) {
      .contact__top {
        padding-left: 12.5vw;
        padding-right: 12.5vw; } }
  .contact__heading {
    margin: 0 0 2.45942rem; }
    @media (min-width: 992px) {
      .contact__heading {
        margin-right: 8.33333vw; } }
  @media (min-width: 992px) {
    .contact__items {
      margin-left: auto; } }
  @media (min-width: 768px) {
    .contact__items {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 4.16667vw; } }
  .contact__items .c-item {
    margin-bottom: 1.96754rem;
    color: #364751; }
    .contact__items .c-item__top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0.98377rem; }
      .contact__items .c-item__top .line {
        height: 1px;
        background-color: #69767e;
        -webkit-box-flex: 2;
            -ms-flex-positive: 2;
                flex-grow: 2; }
    .contact__items .c-item__title {
      margin-right: 0.98377rem;
      color: #69767e; }
    .contact__items .c-item .r-phone {
      margin: 1.96754rem 0; }

.page-template-contact .hotres {
  max-width: 70.24102rem;
  width: 100%;
  margin-left: auto;
  margin-top: auto; }
  @media (max-width: 1367.98px) {
    .page-template-contact .hotres__label {
      width: 100%; } }
  @media (min-width: 1600px) {
    .page-template-contact .hotres__label {
      margin-right: 1.96754rem; } }
  @media (max-width: 1367.98px) {
    .page-template-contact .hotres__fields {
      -webkit-box-flex: 2;
          -ms-flex-positive: 2;
              flex-grow: 2; } }
  @media (min-width: 1600px) {
    .page-template-contact .hotres__fields {
      padding-right: 1.96754rem; } }
  @media (min-width: 1600px) {
    .page-template-contact .hotres__field--date {
      width: 10.32956rem; } }

.gallery {
  margin-bottom: 7.8125vw; }
  @media (min-width: 1368px) {
    .gallery {
      padding-left: 4.16667vw;
      padding-right: 4.16667vw; } }
  .gallery__heading {
    margin-top: clamp(2.21348rem, 5.41072rem, 5.46875vw);
    margin-bottom: clamp(2.21348rem, 4.42696rem, 3.51562vw); }
    @media (min-width: 576px) {
      .gallery__heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .gallery__heading .page-title {
      margin-bottom: clamp(0.98377rem, 2.21348rem, 1.75781vw); }
  .gallery__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -0.49188rem; }
  .gallery__img {
    width: 50%;
    padding: 0.49188rem; }
    @media (min-width: 768px) {
      .gallery__img {
        width: 33.33%; } }
    .gallery__img a {
      overflow: hidden;
      display: block; }
      .gallery__img a img {
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
        -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -o-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        width: 100%; }
      .gallery__img a:hover img {
        -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
                transform: scale(1.05); }
  .gallery__btn.active {
    pointer-events: none; }

.home .vis-top__heading {
  margin-bottom: 3.51562vw; }

.home .vis-top__content {
  padding-bottom: 3.90625vw; }

.features {
  background-color: #364751;
  color: #f7f7f6;
  position: relative;
  padding-top: 6.79688vw;
  padding-bottom: 8.90625vw;
  margin-bottom: 7.8125vw; }
  .features__top {
    height: clamp(8.85391rem, 23.36449rem, 22.65625vw);
    background-size: cover;
    background-position: center bottom;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .features .wrapper {
    position: relative;
    z-index: 2; }
  .features__heading {
    margin-bottom: clamp(1.47565rem, 3.394rem, 2.69531vw); }
  .features__main {
    margin: 0 0 3.90625vw; }
    @media (min-width: 768px) {
      .features__main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        margin: 0 0 5.85938vw; } }
    @media (min-width: 1260px) {
      .features__main {
        padding-left: 8.33333vw;
        padding-right: 8.33333vw; } }
  .features__img {
    margin-right: 8.33333vw;
    width: 18.69159rem;
    max-width: 100%;
    margin-bottom: 1.96754rem; }
    @media (min-width: 768px) {
      .features__img {
        width: 25vw;
        margin-bottom: 0;
        width: 46%; } }
    .features__img img {
      display: block;
      max-width: 27.5455rem;
      height: auto;
      width: 100%; }
  .features__content {
    padding-bottom: 1.47565rem; }
    @media (min-width: 768px) {
      .features__content {
        padding-bottom: 2.9513rem;
        padding-right: 4.16667vw;
        padding-top: 15vw;
        width: 54%; } }
    @media (min-width: 1260px) {
      .features__content {
        padding-right: 8.33333vw; } }
  .features__text {
    padding-right: 4.16667vw;
    margin-bottom: clamp(1.47565rem, 3.394rem, 2.69531vw); }
  @media (min-width: 576px) {
    .features__icons {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 0 4.16667vw; } }
  @media (min-width: 768px) {
    .features__icons {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 768px) {
    .features__icons {
      padding-left: 4.16667vw; } }
  @media (min-width: 1260px) {
    .features__icons {
      padding-left: 16.66667vw;
      padding-right: 16.66667vw; } }
  .features .feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #69767e;
    padding-bottom: 1.22971rem;
    padding-top: 1.22971rem; }
    @media (min-width: 576px) {
      .features .feature {
        padding-top: 1.96754rem; } }
    .features .feature__icon {
      margin-right: 1.47565rem;
      width: 2.45942rem;
      height: 2.45942rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .features .feature__icon svg {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto; }
    .features .feature__title {
      font-size: 0.88539rem;
      line-height: 1.33;
      max-width: calc(100% - 3.93507rem); }

@media (max-width: 1599.98px) {
  .ap-page .vis-top__content {
    padding-top: 4.6875vw;
    padding-bottom: 4.6875vw; } }

@media (max-width: 1367.98px) {
  .ap-page .vis-top__content {
    padding-top: 3.51562vw;
    padding-bottom: 3.51562vw; } }

@media (max-width: 1599.98px) {
  .ap-page .vis-top__heading {
    margin-bottom: 3.90625vw; } }

@media (max-width: 1367.98px) {
  .ap-page .vis-top__heading {
    margin-bottom: 2.73438vw; } }

.ap-info__wrap {
  background-color: #fff;
  padding-top: 8.33333vw;
  padding-bottom: 8.33333vw;
  padding-left: 4.16667vw;
  padding-right: 4.16667vw; }
  @media (min-width: 1368px) {
    .ap-info__wrap {
      padding-left: 8.33333vw;
      padding-right: 8.33333vw; } }

.ap-info__heading {
  margin-bottom: 2.8125vw; }

.ap-info__items {
  margin-bottom: 3.35938vw; }
  @media (min-width: 576px) {
    .ap-info__items {
      display: grid;
      grid-template-columns: 46% 54%;
      grid-auto-rows: 1fr; } }
  .ap-info__items .i-item {
    border-bottom: 1px solid #afb7bf; }
    @media (min-width: 768px) {
      .ap-info__items .i-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (min-width: 768px) {
      .ap-info__items .i-item:nth-child(even) .i-item__label {
        max-width: none;
        width: 11.80521rem; } }
    @media (min-width: 992px) {
      .ap-info__items .i-item:nth-child(even) .i-item__label {
        width: 13.77275rem; } }
    .ap-info__items .i-item:nth-child(even) .i-item__value {
      font-weight: 400; }
      @media (min-width: 768px) {
        .ap-info__items .i-item:nth-child(even) .i-item__value {
          width: calc(100% - 11.80521rem); } }
      @media (min-width: 992px) {
        .ap-info__items .i-item:nth-child(even) .i-item__value {
          width: calc(100% - 13.77275rem); } }
      @media (max-width: 991.98px) {
        .ap-info__items .i-item:nth-child(even) .i-item__value {
          padding-right: 0; } }
    .ap-info__items .i-item__value {
      display: block;
      padding-right: 4.16667vw;
      color: #364751;
      padding-bottom: 0.73783rem; }
      @media (min-width: 768px) {
        .ap-info__items .i-item__value {
          padding-top: 0.73783rem; } }
    .ap-info__items .i-item__label {
      display: block;
      color: #69767e;
      padding-top: 0.73783rem; }
      @media (min-width: 768px) {
        .ap-info__items .i-item__label {
          max-width: 50%;
          width: 15.74029rem;
          padding-bottom: 0.73783rem;
          padding-right: 0.73783rem; } }

.ap-info__caption {
  max-width: 31.48057rem;
  color: #afb7bf; }

.eq__heading {
  margin: 0 0 5.46875vw; }

@media (min-width: 992px) {
  .eq .icon-boxes {
    grid-template-columns: repeat(6, 1fr); } }

@media (max-width: 1259.98px) {
  .page-template-apartments .vis-top__text {
    display: none; } }

@media (max-width: 1259.98px) {
  .page-template-apartments .vis-top__heading {
    margin: 0; } }

.attractions .page-title {
  margin: clamp(2.21348rem, 5.41072rem, 5.46875vw) 0; }

.attractions__list {
  margin-bottom: 10.82031vw; }

.attractions .attr__top,
.attractions .list-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .attractions .attr__top > div:nth-child(1),
  .attractions .list-top > div:nth-child(1) {
    width: 5.31235rem; }
    @media (max-width: 767.98px) {
      .attractions .attr__top > div:nth-child(1),
      .attractions .list-top > div:nth-child(1) {
        display: none; } }
  .attractions .attr__top > div:nth-child(2),
  .attractions .list-top > div:nth-child(2) {
    width: 44%; }
    @media (max-width: 767.98px) {
      .attractions .attr__top > div:nth-child(2),
      .attractions .list-top > div:nth-child(2) {
        padding-left: 0.73783rem;
        padding-right: 0.73783rem;
        width: 52%; } }
  .attractions .attr__top > div:nth-child(3),
  .attractions .list-top > div:nth-child(3) {
    width: 16%;
    word-break: break-all; }
    @media (max-width: 767.98px) {
      .attractions .attr__top > div:nth-child(3),
      .attractions .list-top > div:nth-child(3) {
        width: 18%; } }
  .attractions .attr__top > div:nth-child(4),
  .attractions .list-top > div:nth-child(4) {
    width: 22%; }
    @media (max-width: 767.98px) {
      .attractions .attr__top > div:nth-child(4),
      .attractions .list-top > div:nth-child(4) {
        padding-left: 0.39351rem;
        padding-right: 0.39351rem;
        width: 25%; } }
  .attractions .attr__top > div:nth-child(5),
  .attractions .list-top > div:nth-child(5) {
    width: 8.36203rem; }
    @media (max-width: 767.98px) {
      .attractions .attr__top > div:nth-child(5),
      .attractions .list-top > div:nth-child(5) {
        width: 3.44319rem; } }

@media (max-width: 575.98px) {
  .attractions .list-top {
    display: none; } }

.attractions .list-top > div {
  padding-bottom: 1.47565rem; }

.attractions .attr {
  background-color: #fff;
  margin-bottom: 0.24594rem; }
  .attractions .attr__top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer; }
    .attractions .attr__top div {
      padding: 0.98377rem 0; }
    .attractions .attr__top:hover .arrow-circle {
      background-color: #afb7bf; }
      .attractions .attr__top:hover .arrow-circle svg path {
        stroke: #f7f7f6; }
  .attractions .attr__index {
    text-align: center;
    color: #c1bbab; }
  .attractions .attr__details .text {
    display: inline-block;
    margin-right: 0.98377rem; }
    @media (max-width: 767.98px) {
      .attractions .attr__details .text {
        display: none; } }
  .attractions .attr__details .arrow-circle {
    width: 1.86916rem;
    height: 1.86916rem;
    padding: 0; }
    .attractions .attr__details .arrow-circle svg {
      width: 0.59026rem; }
  .attractions .attr__content {
    display: none; }
    .attractions .attr__content-wrap {
      padding: 3.71094vw 1.47565rem; }
      @media (min-width: 768px) {
        .attractions .attr__content-wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding-left: 5.31235rem;
          padding-right: 8.33333vw; } }
    @media (min-width: 768px) {
      .attractions .attr__content .attr__img,
      .attractions .attr__content .attr__desc {
        width: 50%; } }
    @media (min-width: 768px) {
      .attractions .attr__content .attr__img {
        padding-right: 2.08333vw; } }
    .attractions .attr__content .attr__desc {
      padding-top: 1.72159rem; }
      @media (min-width: 768px) {
        .attractions .attr__content .attr__desc {
          padding-left: 2.08333vw; } }
      .attractions .attr__content .attr__desc-title {
        margin: 0 0 clamp(0.98377rem, 1.96754rem, 2.73438vw); }

