.full_screen {
width:100%;
height: 100%;
object-fit: cover;
}

.propertyBtns {
    margin: 34px 0 24px;
  }
  .propertyBtns__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .propertyBtns .properties {
    color: rgba(49, 49, 49, 0.5);
  }
  .propertyBtns__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
  }
  .property .swiper .default-prev-btn,
  .property .swiper .default-next-btn {
    top: 50%;
   }
  .propertyMain__container {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .propertyMain__img {
    position: relative;
    max-height: 594px;
    width: 100%;
  }
  .propertyMain__img img {
    max-height: 594px;
    object-fit: cover;
    width: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
	 border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
	
  }
  .propertyMain__viewAll {
    position: absolute;
    bottom: 28px;
    right: 25px;
    border: 1px solid #ececec;
    border-radius: 40px;
    padding: 0 20px;
    width: 140px;
    height: 48px;
    background: #fff;
    text-wrap: nowrap;
    font-weight: 400;
    font-size: 14px;
    color: #313131;
    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;
    cursor: pointer;
  }
  .propertyMain__desc {
    width: 100%;
    padding: 24px 0;
  }
  .propertyMain__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	background: #EFF5FF;
    padding: 35px;
    border-radius: 12px;
  }
  .propertyMain__title h2 {
    font-weight: 500;
    font-size: 26px;
    color: #003077;
	font-family: Cormorant Garamond;
	
  }
  .propertyMain__title p {
    font-weight: 400;
    font-size: 14px;
    color: #8398B6;
    margin-top: 8px;
  }
  .propertyMain__price-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    color: #003077;
    font-size: 12px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 24px;
    margin-top: 1px;
  }
  .propertyMain__price-value span {
    font-size: 24px;
  }
  .propertyMain__price-m2 {
    font-size: 12px;
    color: #8398B6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    gap: 22px;
    margin-top: 8px;
  }
  .propertyMain__price-m2 span {
    font-size: 16px;
	color: #8398B6;	
  }

  .propertyMain__tables {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #ececec;
    padding-top: 22px;
	  background: #EFF5FF;
    padding: 35px;
    border-radius: 12px;
  }
  .propertyMain__tables table {
    max-width: 410px;
  }
  .propertyMain__about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 24px;
    background: #EFF5FF;
    padding: 35px;
    border-radius: 12px;
  }
  .propertyMain__about h3 {
    font-weight: 500;
    font-size: 26px;
    color: #003077;
    padding-bottom: 16px;
    border-bottom: 1px solid #D6E1F0;
	font-family: Cormorant Garamond;
  }
  .propertyMain__about p {
    font-size: 14px;
    line-height: 137%;
    color: #37598B;
    margin-top: 8px;
	font-weight: 400;
  }
  .propertyMain__amenities {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 24px;
	background: #EFF5FF;
	border-radius: 12px;
	padding: 25px;
  }
  .propertyMain__amenities h3 {
    font-weight: 500;
    font-size: 26px;
    color: #003077;
    padding-bottom: 16px;
    border-bottom: 1px solid #D6E1F0;
    font-family: Cormorant Garamond;
  }
  .propertyMain__tags {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	
  }
  .propertyMain__tags > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 9px;
        flex-wrap: wrap;
  }
  @media (max-width: 1024px) {
    .propertyMain__tables {
      -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;
    }
  }
  @media (max-width: 768px) {
    .propertyMain {
      padding-top: 45px;
    }
    .propertyMain__img img {
      height: 259px;
    }
    .propertyMain__viewAll {
      display: none;
    }
    .propertyMain__desc {
      padding-top: 8px;
    }
    .propertyMain__head {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
	  padding: 25px;
    }
    .propertyMain__price {
      position: relative;
    }
    .propertyMain__price-value {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: start;
      margin-top: 18px;
      gap: 8px;
    }
    .propertyMain__price-m2 {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start;
/*       position: absolute; */
      right: 0;
      bottom: -2px;
      gap: 3px;
    }
    .propertyMain__price-m2 span {
      font-size: 14px;
    }
    .propertyMain__tables {
      margin-top: 10px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-top: 12px;
      gap: 1px;
		padding: 25px;
    }
    .propertyMain__tables .value {
      font-size: 14px;
      top: 0;
    }
    .propertyMain__tables td {
      padding: 11px 0 8px;
    }
    .propertyMain__tables table:nth-of-type(2) td {
      padding: 8px 0 3px;
    }
    .propertyMain__about {
      margin-top: 10px;
      padding: 25px;
    }
    .propertyMain__about p {
      line-height: 150%;
    }
    .propertyMain__amenities {
      margin-top: 10px;
    }
    .propertyMain__tags {
      gap: 8px;
    }
  }
  
 .propertyGallery__img-right,
.propertyGallery__img-left {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  height: 226px;
  width: 100%;
  max-width: 49%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 20px;
  color: #fff;
  cursor: pointer;
}

/* Залишаємо <img> видимим! */
.propertyGallery__img-right img,
.propertyGallery__img-left img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  border-radius: 20px;
}

/* Накладаємо градієнт поверх */
.propertyGallery__img-right::before,
.propertyGallery__img-left::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
background: linear-gradient(186deg, rgba(2, 11, 20, 0.00) 36.44%, #020B14 96.98%);
  border-radius: 20px;
}

.propertyGallery__img-text {
  position: relative;
  z-index: 2;
  color: #fff;
}

.propertyGallery__img-text h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #fff;
}

.propertyGallery__img-text p {
  font-size: 14px;
  margin: 0;
  color: #fff;
  font-weight: 300;
}

.propertyGallery__img-right::after,
.propertyGallery__img-left::after {
  content: '›';
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 26px;
  color: #fff;
  z-index: 2;
  opacity: 0.9;
}

/* Контейнер */
.propertyGallery__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  align-items: stretch;
}

/* Mobile */
@media (max-width: 1024px) {
  .propertyGallery__container {
    flex-direction: column;
  }

  .propertyGallery__img-right,
  .propertyGallery__img-left {
    max-width: 100%;
  }
}


@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;700&display=swap");

.property-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 10px;
  border-radius: 12px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.08); */
  gap: 24px;
  background-color: #FCFCFC;
	padding: 35px;
	border-radius: 12px;

}

.section-title {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #313131;
  margin: 0;
}

.section-divider {
  width: 100%;
  height: 1px;
  background-color: #ececec;
  border: none;
  margin: 0;
}

.units-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}

.unit-card {
  display: flex;
  flex-direction: column; /* додано */
  width: calc(50% - 12px);
  border-radius: 4px;
  border: 0.5px solid #E0E0E0;
  overflow: hidden;
  background-color: #fff;
  border-radius: 12px;
}

.unit-image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 10px; /* ✅ ЗМІНЕНО: було 68px 27px */
  background-color: #fff;
  margin: 0
}

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

.unit-details {
  flex: 1;
  padding: 10px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.unit-title {
  font-family: "Cormorant Garamond", sans-serif !important;
  font-size: 26px;
  font-weight: 500;
  color: #003077;
  margin: 0;
}

.unit-specs {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
}

.spec-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.spec-label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #8398B6;
  
}

.spec-value {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #EBA44E;
  margin: 0;
}

.spec-unit {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #EBA44E;
  margin: 0;
}

@media (max-width: 991px) {
  .unit-card {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .property-section {
    padding: 25px;
  }

  .unit-card {
    flex-direction: column;
  }

  .unit-image {
    padding: 34px 13.5px;
  }
}



@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap");

.developer-container {
  max-width: 1236px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 83px 54px;
  background-color: #fff;
}

.info-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 45px;
  width: 586px;
}

.section-title {
  font-family: "Cormorant Garamond", sans-serif !important;
  font-weight: 500;
  font-size: 26px;
  color: #003077;
  line-height: 16px;
	
}

.details-grid {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 18px;
  width: 395px;
}

.details-row {
  display: flex;
  align-items: center;
  gap: 55px;
  width: 100%;
}

.detail-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 170px;
}

.detail-label {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 30.4px;
}

.detail-value {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #dba77a;
  line-height: 30.4px;
}

.map-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 650px;
  height: 434px;
  border-radius: 16px;
  background: url("https://cdn.builder.io/api/v1/image/assets/TEMP/ac18114c4c6835f6a7f5c3fef8972cc7acf71c4d?placeholderIfAbsent=true") lightgray -4.02px -67px/100.618% 131.099% no-repeat;
}

.map-image {
  width: 650px;
  height: 434px;
  border-radius: 16px;
}

@media (max-width: 991px) {
  .developer-container {
    flex-direction: column;
    align-items: center;

  }

  .info-section {
    width: 100%;
    align-items: center;
  }

  .details-grid {
    align-items: center;
  }

  .map-section {
    width: 100%;
    height: auto;
  }

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

@media (max-width: 640px) {
  .developer-container {
    max-width: 640px;
    padding: 20px;
  }

  .section-title {
    font-size: 32px;
    line-height: 42px;
  }

  .details-row {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .detail-label {
    font-size: 14px;
    line-height: 26px;
  }

  .detail-value {
    font-size: 14px;
    line-height: 26px;
  }
}



.contact-section {
  background-color: rgba(249, 249, 249, 1);
  display: flex;
  padding-left: 70px;
  padding-right: 70px;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  font-family:
    Manrope,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
}

.contact-container {
  display: flex;
  align-items: center;
  gap: 40px 73px;
  justify-content: start;
  flex-wrap: wrap;
}

.decorative-image {
  aspect-ratio: 0.64;
  object-fit: contain;
  object-position: center;
  width: 299px;
  align-self: stretch;
  min-width: 240px;
  margin-top: auto;
  margin-bottom: auto;
  flex-shrink: 0;
}

.form-content {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  margin-top: auto;
  margin-bottom: auto;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
  width: 523px;
}

.form-header {
  align-self: center;
  width: 213px;
  max-width: 100%;
  text-align: center;
}

.title {
  color: rgba(0, 0, 0, 1);
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}

.subtitle {
  color: rgba(175, 175, 175, 1);
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 0;
}

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

.input-wrapper {
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(200, 200, 200, 1);
  width: 100%;
  padding: 4px 12px;
  overflow: hidden;
  margin-bottom: 12px;
}

.input-label {
  color: rgba(219, 167, 122, 1);
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.input-field {
  color: rgba(175, 175, 175, 1);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  width: 100%;
  border: none;
  outline: none;
  font-family: inherit;
}

.input-field::placeholder {
  color: rgba(175, 175, 175, 1);
}

.submit-button {
  border-radius: 8px;
  background-color: rgba(219, 167, 122, 1);
  border: 1px solid rgba(200, 200, 200, 1);
  display: flex;
  width: 100%;
  padding: 4px 12px;
  align-items: center;
  gap: 40px 100px;
  overflow: hidden;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
  cursor: pointer;
}

.button-text {
  align-self: stretch;
  margin: auto 0;
}

.button-icon {
  aspect-ratio: 0.5;
  object-fit: contain;
  object-position: center;
  width: 5px;
  border-radius: 1px;
  align-self: stretch;
  margin: auto 0;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .contact-section {
    padding: 20px;
  }

  .contact-container {
    max-width: 100%;
  }

  .form-content {
    max-width: 100%;
  }

  .input-wrapper {
    max-width: 100%;
  }

  .input-label {
    max-width: 100%;
  }

  .input-field {
    max-width: 100%;
  }

  .submit-button {
    max-width: 100%;
    white-space: initial;
  }
}



.contact-section {
  border-radius: 8px;
  background-color: rgba(249, 249, 249, 1);
  display: flex;
  padding: 0 70px;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  font-family:
    Manrope,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
}

.contact-container {
  display: flex;
  align-items: center;
  gap: 40px 73px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.contact-illustration {
  aspect-ratio: 0.64;
  object-fit: contain;
  object-position: center;
  width: 299px;
  align-self: stretch;
  min-width: 240px;
  margin: auto 0;
}

.form-container {
  align-self: stretch;
  min-width: 240px;
  margin: auto 0;
  width: 523px;
}

.form-header {
  width: 213px;
  max-width: 100%;

}

.form-title {
  color: rgba(0, 0, 0, 1);
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}

.form-subtitle {
  color: rgba(175, 175, 175, 1);
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 0;
}

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

.input-wrapper {
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(200, 200, 200, 1);
  width: 100%;
  padding: 4px 12px;
  overflow: hidden;
  margin-bottom: 12px;
}

.input-label {
  color: rgba(219, 167, 122, 1);
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.form-input {
  color: rgba(175, 175, 175, 1);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  width: 100%;
  border: none;
  outline: none;
  font-family: inherit;
}

.form-input::placeholder {
  color: rgba(175, 175, 175, 1);
}

.submit-button {
  border-radius: 8px;
  background-color: rgba(219, 167, 122, 1);
  border: 1px solid rgba(200, 200, 200, 1);
  display: flex;
  width: 100%;
  padding: 4px 12px;
  align-items: center;
  overflow: hidden;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
  line-height: 30px;
  justify-content: space-between;
  cursor: pointer;
}

.button-text {
  align-self: stretch;
  margin: auto 0;
}

.button-icon {
  aspect-ratio: 0.5;
  object-fit: contain;
  object-position: center;
  width: 5px;
  border-radius: 1px;
  align-self: stretch;
  margin: auto 0;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .contact-section {
    padding: 0 20px;
  }

  .contact-container {
    max-width: 100%;
  }

  .form-container {
    max-width: 100%;
  }

  .input-wrapper {
    max-width: 100%;
  }

  .input-label {
    max-width: 100%;
  }

  .form-input {
    max-width: 100%;
  }

  .submit-button {
    max-width: 100%;
    white-space: normal;
  }
}
