/*!****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./style.scss ***!
  \****************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "fontello";
  src: url(/Dist/1af80415b8aced1c7faf.woff2);
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?84260061#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-email:before {
  content: "\e800";
} /* '' */
.icon-phone:before {
  content: "\e801";
} /* '' */
.icon-location:before {
  content: "\e803";
} /* '' */
html, body {
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 1.2;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-style: normal;
  --color1: #00a651;
  --color1light: #67d89e;
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin-top: 91px;
}
body > .separator {
  flex-grow: 1;
}
@media (max-height: 600px) {
  body {
    margin-top: 77px;
  }
}
@media (max-height: 400px) {
  body {
    margin-top: 63px;
  }
}

h2 {
  font-size: 2em;
  margin-top: 0;
}
@media (max-width: 600px) {
  h2 {
    font-size: 1.8em;
    margin-bottom: 16px;
  }
}

header {
  background: var(--color1);
  position: fixed;
  top: 0;
  color: #ffffff;
  z-index: 10;
  left: 0;
  right: 0;
}
header > div {
  width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
}
header h1 {
  font-size: 2rem;
  margin: 0;
  padding: 0;
  width: calc(160px * (1 - var(--headerScroll)));
  height: calc(41px * (1 - var(--headerScroll)) + 34px);
  opacity: calc(1 - var(----headerScroll));
  overflow: hidden;
}
header h1 a {
  text-decoration: none;
  color: #fff;
  padding: 0;
  margin: 0;
  display: block;
  text-transform: uppercase;
}
header h1 a img {
  background: #fff;
  width: 160px;
  height: 75px;
  display: block;
}
@media (max-height: 600px) {
  header h1 {
    width: calc(130px * (1 - var(--headerScroll)));
    height: calc(27px * (1 - var(--headerScroll)) + 34px);
  }
  header h1 a img {
    width: 130px;
    height: 61px;
  }
}
@media (max-height: 400px) {
  header h1 {
    width: calc(100px * (1 - var(--headerScroll)));
    height: calc(13px * (1 - var(--headerScroll)) + 34px);
  }
  header h1 a img {
    width: 100px;
    height: 47px;
  }
}
header nav {
  flex-grow: 1;
}
header nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  gap: 1em;
}
header nav ul li {
  margin: 0;
  padding: 0;
  display: block;
}
header nav ul li a {
  display: block;
  padding: 0.5em;
  color: inherit;
  text-decoration: inherit;
  text-transform: uppercase;
  font-weight: 700;
}
header .hamburger {
  display: none;
}
header .contact {
  display: flex;
}
header .contact a {
  display: block;
  padding: 0.5em;
  color: inherit;
  text-decoration: inherit;
}

section.bigImage {
  width: 1200px;
  margin: auto;
}
section.bigImage img {
  width: 1200px;
}

section.fill {
  flex: 1 1 auto;
}

footer {
  color: #fff;
  background: var(--color1);
  display: grid;
  grid-template-columns: 600px 600px;
  justify-content: center;
  padding: 1em 0;
}
footer a, footer p {
  margin: 0;
  padding: 0.5em 0;
  color: #fff;
  text-decoration: none;
}
footer :last-child {
  text-align: right;
}

@keyframes clipMove {
  0% {
    clip-path: polygon(0% 0, 0% 100%, 100% 100%, 100% 0%);
    opacity: 1;
  }
  25% {
    clip-path: polygon(0% 0, 0% 100%, 0% 100%, 0% 0%);
    opacity: 1;
  }
  50% {
    clip-path: polygon(100% 0, 100% 100%, 100% 100%, 100% 0%);
    opacity: 1;
  }
  75% {
    clip-path: polygon(0% 0, 0% 100%, 100% 100%, 100% 0%);
    opacity: 1;
  }
  100% {
    clip-path: polygon(0% 0, 0% 100%, 100% 100%, 100% 0%);
    opacity: 1;
  }
}
@media (max-width: 1240px) {
  header > div {
    width: 100%;
  }
  section.image {
    width: auto;
  }
  section.image img {
    width: 100%;
  }
  section.map {
    width: auto;
    flex-direction: column;
  }
  section.map #mapLeaflet {
    width: 100%;
    height: 400px;
  }
  section.map aside {
    padding: 1em;
  }
  footer {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 0 1em;
  }
}
@media (max-width: 1000px) {
  header > div {
    justify-content: space-between;
  }
  header nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: -1;
    transform: translateX(-100%);
    transition: transform 300ms ease-out;
    max-height: calc(80vh - 128px);
    overflow: auto;
    backdrop-filter: blur(10px);
  }
  header nav::before {
    display: block;
    content: "";
    position: absolute;
    background-color: var(--color1);
    opacity: 0.7;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  header nav ul {
    flex-direction: column;
    gap: 0;
  }
  header .hamburger {
    display: block;
    cursor: pointer;
    padding: 0.5em;
    margin: 0;
    background: var(--color1);
    color: #fff;
    border: none;
    border-radius: 0.5rem;
    font-size: 0;
    transition: background 300ms ease-out;
    color: transparent;
    width: 32px;
    text-align: center;
    margin-right: 32px;
  }
  header .hamburger::before {
    content: "☰";
    font-size: 1.5rem;
    color: #fff;
    line-height: 1.1;
  }
  header .hamburger:hover {
    background: var(--color1light);
  }
  header:focus-within nav {
    z-index: 1;
    transform: translateX(0);
  }
  header:focus-within nav a {
    color: #fff;
    padding: 8px 16px;
    transition: background-color 300ms ease-out;
  }
  header:focus-within nav a:hover {
    background: var(--color1);
    color: #fff;
  }
}
@media (max-width: 500px) {
  html, body {
    font-size: 14px;
  }
  header h1 {
    font-size: 1.3rem;
  }
}
.gallery-slider {
  overflow: hidden;
  --sliderWidth: 100vw;
}
.gallery-slider .gallery-item {
  width: var(--sliderWidth);
  height: 43.75vw;
  margin: 0 auto;
}
.gallery-slider .gallery-item img {
  width: var(--sliderWidth);
  height: 43.75vw;
  object-fit: cover;
  display: block;
}
.gallery-slider .buttonsAll > div:not(.dummyClass) {
  background: #fff;
  color: var(--color1);
  border: 1px solid #000;
}
.gallery-slider .buttonsAll > div:not(.dummyClass):hover {
  background: #888;
}
@media (max-width: 1220px) {
  .gallery-slider {
    --sliderWidth: 100%;
  }
  .gallery-slider .gallery-item {
    width: 100%;
    height: 43.75vw;
  }
  .gallery-slider .gallery-item img {
    width: 100%;
    height: 43.75vw;
  }
}

.bigMap {
  display: flex;
  gap: 2em;
  width: 1200px;
  margin: 0 auto 48px auto;
  border-top: 1px solid var(--color1);
  padding-top: 48px;
}
.bigMap .content {
  text-align: left;
  flex: 1 1 50%;
}
.bigMap .map {
  z-index: 0;
  width: 50%;
  flex: 0 0 50%;
  min-height: 300px;
}
.bigMap .map .mapLabel > div {
  background: var(--color1);
  border-radius: 0.5em;
  width: auto !important;
  padding: 0.5em;
  color: #ffffff;
  transform: translate(-50%, -50%);
  position: absolute;
  white-space: nowrap;
}
.bigMap .showRouteBtn {
  display: inline-block;
  margin: 1em auto;
  padding: 0.5em 1em;
  background: var(--color1);
  color: #ffffff;
  border: none;
  border-radius: 0.5em;
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 1240px) {
  .bigMap {
    width: calc(100% - 32px);
    padding: 32px 16px 0 16px;
    margin-bottom: 32px;
  }
}
@media (max-width: 750px) {
  .bigMap {
    flex-direction: column;
    gap: 1em;
  }
  .bigMap .content {
    text-align: left;
  }
  .bigMap .map {
    width: 100%;
    flex: 1 1 100%;
  }
}
@media (max-width: 600px) {
  .bigMap {
    margin: 16px auto 0 auto;
    padding: 16px 16px 0 16px;
  }
}

.boxes {
  width: 1200px;
  margin: auto;
  display: grid;
  grid-auto-flow: column;
  gap: 2em;
}
.boxes .box {
  text-align: center;
}
.boxes .box h3 {
  background: var(--color1);
  color: #ffffff;
  border-radius: 1em;
  margin-bottom: 0;
  padding: 0.5em 2em;
}
.boxes .box div {
  padding: 0 2em;
}

section.buildings {
  width: 1200px;
  margin: 0 auto 48px auto;
  padding-top: 48px;
  border-top: 1px solid var(--color1);
}
section.buildings svg path {
  fill: var(--color1);
  fill-opacity: 0;
  transition: fill-opacity 300ms ease-out;
}
section.buildings svg path:hover {
  fill-opacity: 0.5;
  transition: fill-opacity 100ms ease-out;
}
section.buildings table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
section.buildings table thead {
  background: var(--color1);
  color: #ffffff;
}
section.buildings table tbody tr:nth-child(even) {
  background: var(--color1light);
}
section.buildings table tbody td {
  padding: 1em;
}
section.buildings table tbody .available, section.buildings table tbody .planning, section.buildings table tbody .reserved, section.buildings table tbody .sold {
  display: inline-block;
  border: 1px solid #000;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  vertical-align: middle;
}
section.buildings table tbody .available {
  background: var(--color1);
}
section.buildings table tbody .planning {
  background: #fff;
}
section.buildings table tbody .reserved {
  background: #cc0;
}
section.buildings table tbody .sold {
  background: #f00;
}
section.buildings .infoCards {
  margin: 1em 0;
  transition: 200ms ease-out all;
  position: relative;
  height: 0;
}
section.buildings .infoCards:has(.active) {
  height: 54px;
}
section.buildings .infoCard {
  border: 2px solid var(--color1);
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: 200ms ease-out all;
  opacity: 0;
  transform: scale(0.5);
  transform-origin: 50% 0;
  padding: 16px;
  background: white;
}
section.buildings .infoCard.active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}
section.buildings .infoCard h3 {
  display: inline;
  margin: 0;
}
@media (min-width: 550px) {
  section.buildings .infoCards {
    top: -98px;
    left: 16px;
    width: 270px;
  }
  section.buildings .infoCards:has(.active) {
    height: 0;
  }
}
@media (max-width: 1240px) {
  section.buildings {
    width: calc(100% - 32px);
    padding: 32px 16px 0 16px;
  }
}
@media (max-width: 800px) {
  section.buildings table thead {
    display: none;
  }
  section.buildings table tbody {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  section.buildings table tbody tr {
    display: grid;
    gap: 1em;
    flex-wrap: wrap;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    border: 1px solid var(--color1);
    border-radius: 8px;
    padding: 16px;
  }
  section.buildings table tbody tr:not(.dummy) {
    background: transparent;
  }
  section.buildings table tbody tr td {
    background: var(--color1light);
    padding: 0 0 16px 0;
  }
  section.buildings table tbody tr td:before {
    content: attr(data-label);
    font-weight: bold;
    background: var(--color1);
    color: #fff;
    display: block;
    padding: 8px;
    margin-bottom: 16px;
  }
}
@media (max-width: 600px) {
  section.buildings {
    margin: 16px 0 0 0;
    padding: 16px 0 0 0;
    width: auto;
  }
  section.buildings table tbody {
    gap: 16px;
  }
}

section.contact > div {
  width: 1200px;
  margin: auto;
  border-top: 1px solid var(--color1);
  padding-top: 48px;
  padding-bottom: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
section.contact > div h2 {
  grid-column: 1;
  grid-row: 1;
  margin-top: 0;
}
section.contact > div .contactInfo {
  grid-column: 1;
  grid-row: 2;
  font-size: 30px;
  margin-top: 36px;
  gap: 33px;
  display: flex;
  flex-direction: column;
}
section.contact > div form {
  position: relative;
  grid-row: 1/3;
}
section.contact > div form label {
  display: block;
  margin: 8px 0;
}
section.contact > div form label input, section.contact > div form label textarea {
  width: 100%;
  padding: 8px;
  margin-top: 8px;
  border: 1px solid var(--color1);
  border-radius: 4px;
  box-sizing: border-box;
}
section.contact > div form button {
  background: var(--color1);
  color: #ffffff;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 8px;
}
section.contact > div form .sent {
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 200px);
  width: 400px;
  height: 100px;
  backdrop-filter: blur(10px);
  display: table;
  vertical-align: middle;
  border: 3px solid #61656d;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  background: rgba(97, 101, 109, 0.5);
  border-radius: 54px;
  transition: all 300ms ease-out;
  animation: appear 300ms ease-out;
}
@keyframes appear {
  0% {
    transform: rotateX(-20deg) translateZ(100px);
    opacity: 0;
  }
}
section.contact > div form .sent.success {
  background: rgba(0, 175, 0, 0.5);
  border-color: #00af00;
}
section.contact > div form .sent.error {
  background: rgba(175, 0, 0, 0.5);
  border-color: #af0000;
}
section.contact > div form .sent.removing {
  animation: removing 600ms ease-in forwards;
}
@keyframes removing {
  100% {
    transform: rotateX(20deg) translateZ(100px);
    opacity: 0;
  }
}
section.contact > div form .sent > div {
  margin: auto;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 2em;
}
@media (max-width: 1240px) {
  section.contact > div {
    width: calc(100% - 32px);
    padding: 32px 16px;
  }
}
@media (max-width: 1100px) {
  section.contact > div {
    grid-template-columns: 1fr;
    gap: 1em;
  }
  section.contact > div h2 {
    margin-bottom: 0;
  }
  section.contact > div .contactInfo {
    margin-top: 0;
  }
}
@media (max-width: 870px) {
  section.contact > div {
    padding: 16px;
  }
  section.contact > div .contactInfo {
    gap: 16px;
    font-size: 1em;
  }
  section.contact > div form {
    grid-row: 3;
    grid-column: 1;
  }
}

.detailMap {
  display: flex;
  gap: 2em;
  width: 1200px;
  margin: 128px auto;
}
.detailMap .content {
  text-align: left;
  order: 2;
  flex: 1 1 50%;
}
.detailMap .map {
  flex: 0 0 50%;
  min-height: 300px;
  z-index: 0;
}
.detailMap .map .mapLabel > div {
  background: var(--color1);
  border-radius: 0.5em;
  width: auto !important;
  padding: 0.5em;
  color: #ffffff;
  transform: translate(-50%, -50%);
  position: absolute;
}
@media (max-width: 1240px) {
  .detailMap {
    width: calc(100% - 32px);
    padding: 0 16px;
  }
}
@media (max-width: 750px) {
  .detailMap {
    flex-direction: column;
    gap: 1em;
    margin: 64px auto;
  }
  .detailMap .content {
    text-align: center;
    order: 1;
  }
  .detailMap .map {
    width: 100%;
    flex: 1 1 100%;
    order: 2;
  }
}
@media (max-width: 500px) {
  .detailMap {
    margin: 16px auto;
  }
}

.imageWithText {
  display: grid;
  grid-template-columns: 1fr 396px;
  gap: 32px;
  width: 1200px;
  margin: 0 auto 48px auto;
  padding-top: 48px;
  border-top: 1px solid var(--color1);
}
.imageWithText + .imageWithText {
  border-top: none;
  padding-top: 0;
  margin-top: -16px;
}
.imageWithText h2 {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
}
.imageWithText img.image1 {
  width: 704px;
  height: 586.6666666667px;
  order: 1;
  object-fit: contain;
  grid-row: 2/4;
  align-self: center;
}
.imageWithText img.image2 {
  width: 396px;
  height: 432px;
  order: 1;
  object-fit: contain;
  grid-row: 1/3;
  grid-column: 2;
}
.imageWithText .table {
  grid-column: 2;
  grid-row: 3;
}
.imageWithText .table table {
  border-collapse: collapse;
  margin-right: 22px;
  margin-left: 22px;
}
.imageWithText .table table tbody tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding: 8px;
}
.imageWithText .table table tbody tr td:nth-child(2) {
  width: 100%;
}
.imageWithText .table table tbody tr td:nth-child(3) {
  text-align: right;
}
.imageWithText .table table tfoot {
  text-align: right;
}
.imageWithText .table table tfoot td {
  padding: 8px;
}
@media (max-width: 1240px) {
  .imageWithText {
    width: calc(100% - 32px);
    padding: 32px 16px 0 16px;
    grid-template-columns: 3fr 1.8fr;
  }
  .imageWithText + .imageWithText {
    padding-top: 0;
  }
  .imageWithText img.image1, .imageWithText img.image2 {
    flex: 1 1 50%;
    height: auto;
    width: 100%;
    aspect-ratio: 4/3;
  }
}
@media (max-width: 850px) {
  .imageWithText img.image1 {
    grid-column: 1/3;
    grid-row: 2;
  }
  .imageWithText img.image2 {
    grid-column: 1/3;
    grid-row: 3;
  }
  .imageWithText .table {
    grid-column: 1/3;
    grid-row: 4;
  }
}
@media (max-width: 600px) {
  .imageWithText {
    margin: 16px auto 0 auto;
    padding: 16px 16px 0 16px;
  }
  .imageWithText + .imageWithText {
    padding-top: 0;
    margin-top: 0;
    gap: 16px;
  }
}

section.news article {
  margin: 2em auto;
  width: 1200px;
}
section.news article h3 {
  margin-bottom: 0;
}
section.news article .date {
  margin-bottom: 2em;
}

.textOnly {
  display: flex;
  gap: 2em;
  width: 1200px;
  margin: 48px auto;
}
@media (max-width: 1240px) {
  .textOnly {
    width: calc(100% - 32px);
    padding: 0 16px;
  }
}
@media (max-width: 600px) {
  .textOnly {
    margin: 32px auto 0 auto;
  }
}

.videobox {
  display: flex;
  gap: 2em;
  width: 1200px;
  margin: 0 auto 48px auto;
  border-top: 1px solid var(--color1);
  padding-top: 48px;
}
.videobox > div {
  flex: 1 1 50%;
  order: 2;
}
.videobox > div br {
  margin-top: 1em;
}
.videobox video {
  width: 600px;
  height: 388.8888888889px;
  order: 1;
}
.videobox img {
  width: 600px;
  height: 300px;
  object-fit: contain;
  margin-top: 16px;
}
@media (max-width: 1240px) {
  .videobox {
    width: calc(100% - 32px);
    padding: 32px 16px 0 16px;
  }
  .videobox video {
    width: 50%;
    height: 32.4074074074%;
  }
  .videobox img {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 750px) {
  .videobox {
    flex-direction: column;
    gap: 1em;
  }
  .videobox > div {
    order: 1;
  }
  .videobox video {
    width: 100%;
    height: 64.8148148148%;
    order: 2;
  }
  .videobox img {
    width: 100%;
    height: 300px;
    order: 3;
  }
}
@media (max-width: 600px) {
  .videobox {
    margin: 16px auto 0 auto;
    padding: 16px 16px 0 16px;
  }
}

[data-component=CoreLib\\Gallery\\Gallery].gallery-slider {
  position: relative;
}
[data-component=CoreLib\\Gallery\\Gallery].gallery-slider .gellery-items {
  display: grid;
  user-select: none;
  --visibleCount: 1;
}
[data-component=CoreLib\\Gallery\\Gallery].gallery-slider .gellery-items .gallery-item {
  padding-top: 0;
  grid-row: 1;
  grid-column: 1;
  width: var(--sliderWidth);
  transform: translateX(calc(-100% * var(--sliderPosition)));
  --sliderPositionScaled: var(--sliderPosition);
  opacity: var(--sliderVisibility);
  position: relative;
}
[data-component=CoreLib\\Gallery\\Gallery].gallery-slider .gellery-items .gallery-item img {
  width: calc(var(--sliderWidth));
  -webkit-user-drag: none;
}
[data-component=CoreLib\\Gallery\\Gallery].gallery-slider .buttonsAll {
  display: flex;
  gap: 1em;
  position: absolute;
  bottom: 1em;
  right: 0;
  left: 0;
  justify-content: center;
}
[data-component=CoreLib\\Gallery\\Gallery].gallery-slider .buttonsAll > * {
  width: 1em;
  height: 1em;
  border: 1px solid;
  border-radius: 50%;
  box-shadow: 0 0 0 calc(-0.1em + 0.6em * var(--activation)) inset;
  cursor: pointer;
}
