:root {
  --white: white;
  --black: black;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.section {
  margin-left: 1.38vw;
  margin-right: 1.38vw;
}

.section-1 {
  justify-content: space-between;
  align-items: center;
  margin-top: 1.58vw;
  margin-bottom: 5.03vw;
  display: flex;
}

.btn-wrapper {
  border-bottom: 1px solid #a19c95;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 6px;
  text-decoration: none;
  display: flex;
}

.btn-wrapper.btn-submit {
  z-index: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.btn-arrow {
  margin-left: 1.1vw;
}

.btn-text {
  color: #0c1115;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.body {
  color: #0c1115;
  background-color: #f8f7f7;
  font-family: Public Sans, sans-serif;
}

.section-2 {
  background-image: url('../images/hero.jpg');
  background-position: 50%;
  background-size: cover;
  height: 55.47vw;
  position: relative;
}

.s2-row1 {
  position: absolute;
  top: 5.52vw;
  left: 40.36vw;
}

.heading-1 {
  color: #2e3d53;
  text-transform: uppercase;
  font-size: 54px;
  font-weight: 300;
  position: static;
}

.s2-row2 {
  position: absolute;
  top: 10vw;
  left: 51.19vw;
}

.hero-btns-wrapper {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  justify-content: space-around;
  align-items: center;
  margin-top: 3.65vw;
  display: flex;
}

.hero-btns-wrapper.mobile {
  display: none;
}

.hero-btn-1 {
  align-items: center;
  width: 17.25vw;
  display: flex;
}

.hero-btn-2 {
  justify-content: flex-start;
  align-items: center;
  width: 18vw;
  display: flex;
}

.section-3 {
  max-width: 52.99vw;
  margin-top: 2.96vw;
  padding-left: 1.38vw;
}

.heading-2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 300;
  line-height: 46px;
}

.s3-row-1 {
  grid-column-gap: 1.93vw;
  grid-row-gap: 1.93vw;
  margin-top: 2.41vw;
  display: flex;
}

.main-text {
  color: #0c1115;
  flex: 0 auto;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.8px;
  text-decoration: none;
}

.main-text.main-text-italic {
  font-style: italic;
}

.main-text.s10 {
  max-width: 25.53vw;
  margin-top: 3.17vw;
  margin-bottom: 3.9vw;
}

.main-text.s16 {
  max-width: 25.53vw;
}

.main-text.popup {
  color: #f8f7f7;
}

.section-4 {
  background-image: url('../images/section-2.jpg');
  background-position: 50%;
  background-size: cover;
  height: 37.88vw;
}

.section-5 {
  max-width: 72.1vw;
  margin-top: 3.45vw;
  margin-bottom: 10.35vw;
  margin-left: auto;
}

.s5-row {
  border-bottom: 1px solid #0c1115;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3.45vw;
  padding-bottom: 1vw;
  display: flex;
  position: relative;
}

.number-text {
  font-size: 96px;
  font-weight: 100;
  line-height: 90%;
}

.text-20 {
  font-size: 20px;
  line-height: 150%;
}

.text-20.bold {
  font-weight: 500;
}

.s5-row-left {
  grid-column-gap: 5.52vw;
  grid-row-gap: 5.52vw;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.s5-image-top {
  z-index: 2;
  opacity: 0;
  max-width: 30%;
  position: absolute;
  top: 47%;
  left: 61%;
}

.s5-image-1 {
  z-index: 1;
  opacity: 0;
  width: 20.7vw;
  position: absolute;
  top: 59%;
  left: 67%;
}

.s5-image-2 {
  z-index: 1;
  opacity: 0;
  width: 20.7vw;
  position: absolute;
  top: 53%;
  left: 56%;
}

.s5-image-3 {
  z-index: 1;
  opacity: 0;
  width: 27.6vw;
  position: absolute;
  top: 46%;
  left: 59%;
}

.s5-image-4 {
  z-index: 1;
  opacity: 0;
  width: 27.6vw;
  position: absolute;
  top: 49%;
  left: 59%;
}

.s5-image-5 {
  opacity: 0;
  width: 20.7vw;
  position: absolute;
  bottom: 23%;
  left: 64%;
}

.s5-image-6 {
  opacity: 0;
  width: 27.6vw;
  position: absolute;
  bottom: 25%;
  left: 59%;
}

.s5-image-7 {
  opacity: 0;
  width: 20.7vw;
  position: absolute;
  bottom: 20%;
  left: 65%;
}

.section-6 {
  grid-column-gap: 1.38vw;
  grid-row-gap: 1.38vw;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 10.35vw;
  display: flex;
}

.s6-col-left {
  margin-top: 4.83vw;
  position: relative;
}

.s6-col-right {
  position: relative;
}

.s6-text-wrapper-right {
  background-color: #f8f7f7;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 16.5vw;
  height: 4.83vw;
  padding-bottom: 1.17vw;
  padding-left: 1.17vw;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.s6-text-wrapper-left {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 16.5vw;
  height: 4.83vw;
  padding-bottom: 1.17vw;
  padding-left: 1.17vw;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.text-small-bold {
  font-weight: 600;
  line-height: 100%;
}

.text-small {
  font-weight: 300;
  line-height: 100%;
}

.text-small.text-small-white {
  color: #f8f7f7;
}

.section-7 {
  padding-bottom: 6.9vw;
  padding-left: 16.14vw;
}

.s7-row-1 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.s7-row-2 {
  grid-column-gap: 1.93vw;
  grid-row-gap: 1.93vw;
  margin-top: 4.83vw;
  display: flex;
}

.circle-green {
  margin-right: 8px;
}

.s7-col-left, .s7-col-right {
  max-width: 25.53vw;
}

.text-span {
  color: #a19c95;
}

.section-8 {
  grid-column-gap: 1.38vw;
  grid-row-gap: 1.38vw;
  justify-content: center;
  margin-bottom: 6.9vw;
  display: flex;
}

.s8-col-1 {
  cursor: pointer;
  background-color: #b7b3ae;
  width: 100%;
  height: 35.81vw;
  position: relative;
}

.s8-col-1:hover {
  background-color: #2e3d53;
}

.s8-col-2 {
  cursor: pointer;
  background-color: #b7b3ae;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.s8-col-2:hover {
  background-color: #2e3d53;
}

.s8-col-3 {
  cursor: pointer;
  background-color: #b7b3ae;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.s8-col-3:hover {
  background-color: #2e3d53;
}

.s8-c1-row-1 {
  justify-content: flex-start;
  align-items: flex-end;
  transition: opacity .4s ease-out;
  display: flex;
}

.text-number-small {
  text-transform: uppercase;
  font-size: 46px;
  font-weight: 300;
  line-height: 83%;
}

.text-number-small.text-number-small-white {
  color: #f8f7f7;
}

.part-patch {
  background-color: #f8f7f7;
  width: 100%;
  height: 3.79vw;
}

.s8-c1-r1-text-wrap {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  align-items: flex-end;
  padding-bottom: .5vw;
  padding-left: 1.4vw;
  padding-right: 1.4vw;
  display: flex;
}

.s8-c1-row-2 {
  grid-column-gap: 3.8vw;
  grid-row-gap: 3.8vw;
  margin-top: 7vw;
  display: flex;
}

.frame-82 {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.frame-81 {
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 77px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #0c1115;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Public Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.frame-80 {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 64px;
  text-decoration: none;
  display: flex;
}

.text-21 {
  color: #0c1115;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Public Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.s8-c1-r2-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-top: 2.41vw;
  margin-left: 1.38vw;
  display: flex;
}

.s8-c1-r2-left.popup {
  color: #f8f7f7;
  margin-top: 0;
  margin-left: 0;
}

.s8-c1-r2-right {
  position: relative;
}

.apartment-image-1 {
  width: 10vw;
}

.frame-83 {
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 77px;
  text-decoration: none;
  display: flex;
}

.frame-84 {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 64px;
  text-decoration: none;
  display: flex;
}

.text-22 {
  color: #0c1115;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Public Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.apartment-part, .apartment-value {
  grid-column-gap: 1.24vw;
  grid-row-gap: 1.24vw;
  flex-flow: column;
  display: flex;
}

.text-extra-small {
  font-size: 12px;
}

.s8-c1-row-3 {
  position: absolute;
  inset: auto auto 1.38vw 1.38vw;
}

.s8-c1-row-3.popup {
  color: #f8f7f7;
  position: static;
}

.apartment-image-1-white {
  opacity: 0;
  width: 10vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.popup-1 {
  z-index: 1000;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #00000054;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-1-wrapper {
  z-index: 1001;
  grid-column-gap: 5.2vw;
  grid-row-gap: 5.2vw;
  pointer-events: auto;
  background-color: #2e3d53;
  width: 50vw;
  height: 78vh;
  padding: 3vw 2vw 5vw 3.79vw;
  display: flex;
  position: relative;
  left: auto;
  right: auto;
}

.popup-top-wrapper {
  z-index: 1001;
  pointer-events: auto;
  justify-content: space-between;
  align-items: stretch;
  width: 50vw;
  height: 3.79vw;
  display: flex;
  position: relative;
}

.pp-t-left {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #2e3d53;
  justify-content: center;
  align-items: flex-end;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
}

.close {
  cursor: pointer;
}

.pu-1-left {
  grid-column-gap: 4.27vw;
  grid-row-gap: 4.27vw;
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.pu-1-right {
  flex-flow: column;
  display: flex;
  position: static;
  inset: 17% 15% auto auto;
}

.popup-image-1 {
  width: 20vw;
  max-width: none;
}

.s8-c2-row-1 {
  grid-column-gap: 3.7vw;
  grid-row-gap: 3.7vw;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3.5vw;
  display: flex;
}

.s8-c2-right {
  position: relative;
}

.apartament-image-2 {
  width: 10vw;
}

.s8-c2-row-0 {
  padding-top: 1.38vw;
  padding-left: 1.38vw;
}

.s8-c2-row-2 {
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.apartment-image-2-white {
  opacity: 0;
  width: 10vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.popup-2 {
  z-index: 1000;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #00000054;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.s8-c3-row-1 {
  padding-left: 2.07vw;
  display: flex;
}

.s8-c3-r1-left {
  position: relative;
}

.s8-c3-r1-right {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
  position: absolute;
  inset: 29% 10% 0% auto;
}

.s8-c3-row-2 {
  justify-content: flex-end;
  padding-bottom: 1.38vw;
  padding-right: 1.38vw;
  display: flex;
}

.apartment-image-3-white {
  opacity: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.popup-3 {
  z-index: 1000;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #00000054;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-image-3 {
  width: 30vw;
}

.pu-3-right {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: 20% 19% auto auto;
}

.section-9 {
  border: 1px solid #0c1115;
  height: 57.27vw;
  margin-bottom: 6.9vw;
  position: relative;
}

.whole-floor-image {
  width: 100%;
  max-width: none;
}

.s9-white-path {
  background-color: #f8f7f7;
  border: 1px solid #0c1115;
  border-top: 2px solid #f8f7f7;
  border-left: 2px solid #f8f7f7;
  width: 49.12vw;
  height: 3.86vw;
  transform: translate(-1px, -1px);
}

.s9-text-wrapper {
  grid-column-gap: 3.24vw;
  grid-row-gap: 3.24vw;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: auto auto 6.9vw 8.18vw;
}

.section-10 {
  grid-column-gap: 4.83vw;
  grid-row-gap: 4.83vw;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 10.35vw;
  display: flex;
}

.section-10-image {
  width: 55.75vw;
}

.s10-right {
  flex-flow: column;
  align-items: flex-start;
  padding-top: 8.1vw;
  display: flex;
}

.s10-left {
  width: 55.75vw;
}

.section-11 {
  max-width: 53.33vw;
  margin-bottom: 5.65vw;
  margin-left: 32.63vw;
}

.s11-row-1 {
  grid-column-gap: 1.93vw;
  grid-row-gap: 1.93vw;
  margin-top: 4.83vw;
  display: flex;
}

.s11-col {
  flex: 0 50%;
  display: flex;
}

.section-12 {
  grid-column-gap: 9.1vw;
  grid-row-gap: 9.1vw;
  justify-content: space-between;
  margin-bottom: 8.13vw;
  margin-left: 6.21vw;
  display: flex;
}

.s12-left {
  align-items: center;
  display: flex;
}

.frame-62 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 305px;
  text-decoration: none;
  display: flex;
}

.frame-61 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-54 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 48px;
  text-decoration: none;
  display: flex;
}

.text-23 {
  color: #0c1115;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Public Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.frame-38 {
  grid-column-gap: 24px;
  border: 0 solid #0c1115;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.text-24 {
  color: #0c1115;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Public Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.frame-51 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 48px;
  text-decoration: none;
  display: flex;
}

.s12-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.map-image {
  width: 62.79vw;
  max-width: none;
}

.section-13 {
  position: relative;
}

.s13-content-wrapper {
  position: absolute;
  inset: auto auto 0% 0%;
}

.s13-path {
  background-color: #f8f7f7;
  justify-content: center;
  align-items: center;
  width: 66vw;
  height: 6.76vw;
  display: flex;
}

.gn-group-logo {
  margin-bottom: 2.2vw;
  margin-left: 1.95vw;
}

.section-14 {
  margin-top: 3.24vw;
  margin-bottom: 14.01vw;
  display: flex;
}

.s14-left {
  grid-column-gap: 1.93vw;
  grid-row-gap: 1.93vw;
  align-items: flex-start;
  width: 66vw;
  padding-left: 2.41vw;
  display: flex;
}

.s14-right {
  justify-content: flex-start;
  align-items: flex-end;
  width: 218px;
  display: flex;
}

.s14-col {
  max-width: 25.53vw;
}

.section-15-image {
  max-width: 63.92vw;
}

.section-16 {
  margin-top: 3.22vw;
  display: flex;
}

.s16-left {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  flex: auto;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: 11%;
  display: flex;
}

.s16-right {
  grid-column-gap: 3.45vw;
  grid-row-gap: 3.45vw;
  flex-flow: column;
  align-items: flex-start;
  width: 63.93vw;
  display: flex;
}

.frame-85 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 125px;
  text-decoration: none;
  display: flex;
}

.icon {
  grid-column-gap: 10px;
  border: 0 solid #2e3d53;
  border-bottom-width: 1px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 12px;
  display: flex;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 9.315px;
  height: 19.959px;
  text-decoration: none;
  display: flex;
}

.icon-2 {
  grid-column-gap: 10px;
  border: 0 solid #2e3d53;
  border-bottom-width: 1px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 12px 7px;
  display: flex;
}

.vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 19.965px;
  height: 19.965px;
  text-decoration: none;
  display: flex;
}

.text-25 {
  color: #0c1115;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Public Sans, sans-serif;
  font-size: 46px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.sm-wrapper {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  border-bottom: 1px solid #2e3d53;
  justify-content: space-between;
  align-items: baseline;
  min-width: 8.62vw;
  padding-bottom: 5px;
  padding-right: 5px;
  display: flex;
}

.fb-icon {
  margin-right: 5px;
}

.section-17 {
  width: 63.93vw;
  margin-top: 8.15vw;
  margin-bottom: 9.1vw;
  margin-left: auto;
}

.s17-row {
  border-top: 1px solid #0c1115;
  margin-bottom: 5.5vw;
  padding-top: 2.2vw;
  display: flex;
}

.s17-left {
  flex: 21%;
}

.s17-right {
  flex: 50%;
  display: flex;
}

.s17-text-wrapper-1 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  flex: 0 60%;
  display: flex;
}

.s17-text-wrapper-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.section-18 {
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 4.83vw;
  padding-left: 8.14vw;
  display: flex;
}

.s18-left {
  padding-left: 8.14vw;
}

.contact-form {
  width: auto;
  margin-top: 3.45vw;
  margin-bottom: 0;
}

.input {
  background-color: #e7e6e4;
  border: 1px solid #e7e6e4;
  width: 44.09vw;
  padding: 24px 16px;
}

.textarea {
  background-color: #e7e6e4;
  border: 1px solid #e7e6e4;
  width: 44.09vw;
  height: 8.5vw;
  padding: 24px 16px;
}

.contact-bottom {
  grid-column-gap: 8.7vw;
  grid-row-gap: 8.7vw;
  align-items: flex-end;
  display: flex;
}

.submit-wrapper {
  position: relative;
}

.submit-button {
  z-index: 2;
  background-color: #3898ec00;
  width: 7vw;
  position: relative;
}

.success-message {
  color: #4d921c;
  background-color: #ddd0;
  font-size: 16px;
}

.error-message {
  background-color: #ffdede00;
}

.text-block-2 {
  color: #c20c0f;
  font-size: 16px;
}

.logo-mobile, .mobile-hero, .section-4-mobile-image, .s6-image-top, .s6-image-bottom, .s13-image-mobile, .section-15-image-mobile, .footer-image-mobile {
  display: none;
}

.preloader {
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.play-pause-button {
  display: none;
}

.background-video {
  width: 100%;
  height: 100%;
}

.s16-heading-wrapper {
  width: 690px;
}

.checkbox-label {
  font-size: 12px;
  font-weight: 300;
}

.link-block, .link-block-2 {
  text-decoration: none;
}

.checkbox-field {
  display: none;
}

@media screen and (max-width: 991px) {
  .s2-row1 {
    left: 19.5vw;
  }

  .s2-row2 {
    top: 13.2vw;
    left: 23.69vw;
  }

  .hero-btns-wrapper {
    margin-top: 2.65vw;
  }

  .hero-btn-1, .hero-btn-2 {
    width: 30vw;
  }

  .section-3 {
    max-width: 87vw;
    margin-bottom: 4vw;
  }

  .heading-2.s16 {
    max-width: none;
    font-size: 40px;
  }

  .main-text.s10 {
    max-width: none;
  }

  .main-text.s16 {
    max-width: 36vw;
  }

  .section-7 {
    padding-left: 9.14vw;
  }

  .s7-col-left, .s7-col-right {
    max-width: 30vw;
  }

  .section-8 {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    flex-flow: column;
    align-items: center;
  }

  .s8-col-1, .s8-col-2, .s8-col-3 {
    width: 50vw;
    height: 50vw;
  }

  .part-patch {
    height: 6vw;
  }

  .s8-c1-row-2 {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    justify-content: center;
    margin-top: 10vw;
  }

  .s8-c2-row-1 {
    margin-top: 4.5vw;
    margin-left: 4.5vw;
  }

  .s9-text-wrapper {
    bottom: 2.4vw;
  }

  .section-10 {
    flex-flow: column;
  }

  .section-10-image {
    width: auto;
  }

  .s10-right {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 2.1vw;
  }

  .s10-left {
    width: auto;
  }

  .section-11 {
    max-width: 64vw;
    margin-left: 15.63vw;
  }

  .section-12 {
    flex-flow: column;
    margin-left: 0;
  }

  .s12-left, .s12-right {
    justify-content: center;
    align-items: center;
  }

  .map-image {
    width: auto;
    max-width: 100%;
  }

  .s13-path {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 14vw;
  }

  .sm-wrapper {
    min-width: 16vw;
  }

  .section-17 {
    width: auto;
  }

  .s17-left {
    flex-basis: 25%;
  }

  .s17-text-wrapper-1 {
    flex-basis: 50%;
  }

  .s16-heading-wrapper {
    width: 487px;
  }
}

@media screen and (max-width: 767px) {
  .s2-row1 {
    top: -.38vw;
  }

  .heading-1 {
    font-size: 39px;
  }

  .s2-row2 {
    top: 7.9vw;
  }

  .hero-btn-1, .hero-btn-2 {
    width: 35vw;
  }

  .heading-2 {
    font-size: 32px;
  }

  .section-6 {
    grid-column-gap: 11vw;
    grid-row-gap: 11vw;
    flex-flow: column;
    align-items: center;
  }

  .s6-col-left {
    width: auto;
  }

  .s6-text-wrapper-right {
    width: 33vw;
  }

  .s6-text-wrapper-left {
    width: 33vw;
    top: 392px;
  }

  .s16-heading-wrapper {
    width: 352px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .logo {
    display: none;
  }

  .btn-wrapper.btn-submit {
    width: 78px;
    margin-left: 0;
  }

  .btn-wrapper.mobile-hero-btn {
    width: 100%;
  }

  .section-2 {
    background-image: none;
    background-size: auto;
    height: auto;
    margin-top: 50px;
  }

  .s2-row1 {
    position: static;
  }

  .heading-1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 100%;
  }

  .s2-row2 {
    position: static;
  }

  .hero-btns-wrapper {
    display: none;
  }

  .hero-btns-wrapper.mobile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: stretch;
    margin-top: 30px;
    display: flex;
  }

  .hero-btn-1 {
    justify-content: space-between;
    align-items: center;
    width: auto;
  }

  .hero-btn-2 {
    width: auto;
  }

  .section-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    max-width: none;
    margin-top: 59px;
    margin-bottom: 40px;
    padding-left: 0;
    display: flex;
  }

  .heading-2 {
    line-height: 100%;
  }

  .heading-2.s16 {
    font-size: 34px;
  }

  .heading-2.s9-heading-mobile {
    max-width: 200px;
    transform: translate(0, -264px);
  }

  .s3-row-1 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    margin-top: 0;
  }

  .main-text.s10 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .main-text.s16 {
    max-width: none;
  }

  .section-4 {
    height: auto;
  }

  .section-5 {
    max-width: none;
    margin-top: 5px;
    margin-bottom: 100px;
    margin-left: 0;
  }

  .s5-row {
    margin-top: 50px;
    padding-top: 0;
  }

  .number-text {
    font-size: 72px;
  }

  .s5-row-left {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .section-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    align-items: center;
    margin-bottom: 100px;
  }

  .s6-col-left {
    margin-top: 0;
  }

  .s6-image-left, .s6-image-right {
    display: none;
  }

  .s6-text-wrapper-right {
    width: auto;
    height: auto;
    padding-bottom: 0;
    padding-left: 13px;
  }

  .s6-text-wrapper-left {
    width: auto;
    inset: auto 7% 0% auto;
  }

  .section-7 {
    padding-left: 0;
  }

  .s7-row-1 {
    margin-bottom: 17px;
  }

  .s7-row-2 {
    flex-flow: column;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .s7-col-left {
    max-width: none;
  }

  .s7-col-right {
    max-width: none;
    margin-top: 40px;
  }

  .section-8 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-bottom: 100px;
  }

  .s8-col-1, .s8-col-2 {
    width: 100%;
    height: 519px;
  }

  .s8-col-3 {
    flex-flow: column-reverse;
    width: 100%;
    height: 519px;
  }

  .s8-c1-row-1 {
    align-items: flex-start;
  }

  .text-number-small.w1 {
    padding-top: 6px;
  }

  .part-patch {
    height: 46px;
    display: block;
  }

  .part-patch.hiden-path-mobile {
    display: none;
  }

  .s8-c1-r1-text-wrap {
    align-items: flex-end;
    padding-left: 20px;
    padding-right: 20px;
  }

  .s8-c1-row-2 {
    flex-flow: column;
  }

  .s8-c1-r2-left {
    margin-left: 20px;
  }

  .s8-c1-r2-right {
    justify-content: flex-end;
    align-items: center;
    margin-right: 20px;
    display: flex;
  }

  .apartment-image-1 {
    width: auto;
  }

  .s8-c1-row-3 {
    bottom: 20px;
    left: 20px;
  }

  .s8-c1-row-3.popup {
    margin-right: 31px;
  }

  .apartment-image-1-white {
    width: auto;
    inset: 0% 0% 0% auto;
  }

  .popup-1 {
    display: none;
  }

  .popup-1-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    width: 90%;
    height: auto;
    padding: 0;
  }

  .popup-top-wrapper {
    align-items: stretch;
    width: 90%;
    height: auto;
  }

  .pu-1-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: flex-end;
    margin-right: 42px;
    padding-bottom: 20px;
    padding-left: 34px;
  }

  .pu-1-right {
    align-items: center;
    padding: 20px 34px 0;
  }

  .popup-image-1 {
    width: 80%;
  }

  .s8-c2-row-1 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 50px;
    margin-left: 0;
  }

  .s8-c2-right {
    margin-left: auto;
    margin-right: 20px;
  }

  .apartament-image-2 {
    width: auto;
  }

  .s8-c2-row-0 {
    margin-left: auto;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 20px;
  }

  .s8-c2-row-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .apartment-image-2-white {
    width: auto;
  }

  .popup-2 {
    display: none;
  }

  .s8-c3-row-1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    align-items: flex-end;
    padding-left: 20px;
    padding-right: 20px;
  }

  .s8-c3-r1-right {
    position: static;
  }

  .s8-c3-row-2 {
    padding-top: 20px;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .popup-3 {
    display: none;
  }

  .popup-image-3 {
    width: auto;
  }

  .pu-3-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: flex-end;
    margin-top: 20px;
    margin-left: 34px;
    margin-right: 34px;
    position: static;
  }

  .section-9 {
    height: auto;
    margin-bottom: 100px;
    padding-bottom: 33px;
  }

  .whole-floor-image {
    margin-top: 92px;
  }

  .s9-white-path {
    border-left-width: 1px;
    border-left-color: #0c1115;
    border-right-width: 2px;
    border-right-color: #f8f7f7;
    width: 75px;
    height: 58px;
    margin-left: auto;
    transform: translate(1px, -1px);
  }

  .s9-text-wrapper {
    padding-left: 25px;
    position: static;
  }

  .section-10 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    margin-bottom: 100px;
  }

  .s10-right {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 0;
  }

  .section-11 {
    max-width: none;
    margin-top: 100px;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .s11-row-1 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    margin-top: 40px;
  }

  .section-12 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
    margin-bottom: 56px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .s13-image {
    display: none;
  }

  .s13-content-wrapper {
    margin-top: 40px;
    position: static;
  }

  .s13-path {
    width: auto;
    height: auto;
  }

  .gn-group-logo {
    display: none;
  }

  .section-14 {
    flex-flow: column;
    margin-top: 40px;
    margin-bottom: 100px;
  }

  .s14-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    width: auto;
    margin-bottom: 70px;
    padding-left: 0;
  }

  .s14-col {
    max-width: none;
  }

  .section-15-image {
    display: none;
  }

  .section-16 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .s16-right {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: auto;
  }

  .sm-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 130px;
    min-width: auto;
  }

  .section-17 {
    margin-bottom: 100px;
  }

  .s17-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    margin-bottom: 40px;
    padding-top: 24px;
  }

  .s17-right {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .section-18 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-bottom: 70px;
    padding-left: 0;
  }

  .contact-form {
    width: 100%;
    margin-top: 0;
  }

  .input {
    width: 100%;
  }

  .textarea {
    width: 100%;
    margin-bottom: 0;
  }

  .contact-bottom {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .submit-button {
    width: 81px;
  }

  .form {
    width: 100%;
  }

  .footer-image {
    display: none;
  }

  .logo-mobile {
    display: block;
  }

  .mobile-hero {
    margin-top: 30px;
    display: block;
  }

  .section-4-mobile-image, .s6-image-top, .s6-image-bottom, .s13-image-mobile, .section-15-image-mobile, .footer-image-mobile {
    display: block;
  }

  .s16-heading-wrapper {
    width: 285px;
  }
}

.s16-logo-black {
  margin-bottom: 1vw;
  width: 4.2vw;
}

@media (max-width: 767px) {
  .s16-left {
    margin-left: 30%;
  }
  .s16-logo-black {
    width: 22.2vw;
    margin-bottom: 5vw;
  }
}

.checkbox-wrapper {
  width: 44.09vw;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.checkbox-wrapper label {
  font-size: 11px;
  line-height: normal;
}

.checkbox-wrapper label a {
  color: #0c1115;
  font-weight: 500;
}