.feedback_heading, .feedback, .maps, .contact-form-sent, .contact-form-container, .promo-video_container, .current-lots_heading, .current-lots, .gallery_mobile, .gallery, .plan, .description_heading, .description, .about_heading, .about, .subheader_bottom-text_mobile, .subheader, .subheader_mobile, header {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  display: flex;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .feedback_heading, .feedback, .maps, .contact-form-sent, .contact-form-container, .promo-video_container, .current-lots_heading, .current-lots, .gallery_mobile, .gallery, .plan, .description_heading, .description, .about_heading, .about, .subheader_bottom-text_mobile, .subheader, .subheader_mobile, header {
    width: 100%;
  }
}

header .main-menu_item a, .contact-form-container form .submit-group button, .current-lots .lot_img_cian, header .contact_us {
  font-weight: 500;
  color: #1C271D;
  text-decoration: none;
}

.contact-form-container form .submit-group button, .current-lots .lot_img_cian, header .contact_us {
  display: block;
  padding: 9px 20px;
  border: 2px solid #1C271D;
  border-radius: 10px;
}
.contact-form-container form .submit-group button:hover, .current-lots .lot_img_cian:hover, header .contact_us:hover {
  background-color: #1C271D;
  color: #FFFFFF;
}

.maps_buttons a:hover, .subheader_bottom-text a:hover, header .main-menu_item a:hover, header .logo:hover, .contact-form-container form .submit-group button:hover, .current-lots .lot_img_cian:hover, header .contact_us:hover {
  transition: all 0.3s ease-in-out 0s;
}

h1, h2, h3, h4 {
  color: #1C271D;
}

h1 {
  font-size: 96px;
  font-weight: 400;
  line-height: 96px;
}

h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

h3 {
  font-size: 32px;
  font-weight: 500;
}

h4 {
  font-size: 16px;
  font-weight: 400;
}

.page_paragraph {
  margin: 0 0 20px 0;
  padding: 0;
}

body {
  background-color: #E8E8E2;
  font-family: "Onest", sans-serif;
  overflow-x: hidden;
}

header {
  margin-top: 15px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}
header .logo {
  margin-right: auto;
}
header .logo:hover {
  opacity: 0.6;
}
header .main-menu {
  margin-right: 120px;
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 60px;
}
@media (max-width: 768px) {
  header .main-menu {
    display: none;
  }
}
@media (max-width: 1024px) {
  header .main-menu {
    margin-right: 60px;
    gap: 30px;
  }
}
header .main-menu_item a:hover {
  opacity: 0.6;
}
.subheader_mobile {
  margin: 30px 0 0 0;
  font-size: 42px;
  line-height: 42px;
  font-weight: 500;
  color: #1C271D;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  .subheader_mobile {
    display: none;
  }
}

.subheader {
  margin-top: 60px;
  flex-direction: column;
  justify-content: space-between;
  height: 544px;
  border-radius: 30px;
  background-image: url("./../assets/images/subheader1.webp");
}
@media (max-width: 768px) {
  .subheader {
    margin-top: 20px;
    height: 300px;
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: flex-end;
  }
}
.subheader h1 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 5px 0 20px 30px;
  align-self: flex-end;
  border-radius: 0 0 0 30px;
  background-color: #E8E8E2;
  color: #1C271D;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .subheader h1 {
    display: none;
  }
}
.subheader h1::before {
  position: absolute;
  width: 30px;
  height: 30px;
  left: -30px;
  top: 0;
  background: radial-gradient(circle at 0 100%, rgba(204, 0, 0, 0) 30px, #E8E8E2 30px);
  content: "";
}
.subheader h1::after {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  bottom: -30px;
  background: radial-gradient(circle at 0 100%, rgba(204, 0, 0, 0) 30px, #E8E8E2 30px);
  content: "";
}
.subheader_bottom-text {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .subheader_bottom-text {
    padding: 10px;
    display: none;
  }
}
.subheader_bottom-text_mobile {
  display: none;
}
@media (max-width: 768px) {
  .subheader_bottom-text_mobile {
    padding: 10px;
    display: flex;
  }
  .subheader_bottom-text_mobile p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.01em;
    text-align: left;
  }
}
.subheader_bottom-text p {
  position: relative;
  margin: 0;
  padding: 10px 30px 12px 0;
  font-size: 21px;
  line-height: 39px;
  font-weight: 400;
  border-radius: 0 30px 0 0;
  background-color: #E8E8E2;
  color: #1C271D;
}
.subheader_bottom-text p::before {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0px;
  top: -30px;
  background: radial-gradient(circle at 100% 0, rgba(204, 0, 0, 0) 31px, #E8E8E2 31px);
  content: "";
}
.subheader_bottom-text p::after {
  position: absolute;
  width: 30px;
  height: 30px;
  right: -30px;
  bottom: 0;
  background: radial-gradient(circle at 100% 0, rgba(204, 0, 0, 0) 30px, #E8E8E2 30px);
  content: "";
}
.subheader_bottom-text a:hover {
  opacity: 0.6;
}

.about {
  flex-direction: column;
}
.about_heading {
  margin-top: 25px;
  margin-bottom: 60px;
  padding-top: 10px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .about_heading {
    margin-top: 25px;
  }
}

.about-slider {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 1800px;
  position: relative;
  left: 0;
  transition: transform 0.5s;
}
.about-slider_container {
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .about-slider {
    gap: 16px;
  }
}
.about-slider li {
  width: 519px;
  padding: 0;
}
@media (max-width: 768px) {
  .about-slider li {
    width: 327px;
  }
  .about-slider li h3 {
    font-size: 18px;
    line-height: 28px;
  }
}
.about-slider li h3 {
  margin: 0 0 20px 0;
  text-transform: uppercase;
  line-height: 41px;
  letter-spacing: -3%;
}
@media (max-width: 768px) {
  .about-slider li h3 {
    font-size: 18px;
    line-height: 28px;
  }
}
.about-slider li img {
  margin: 0 0 32px 0;
  width: 519px;
  height: 307px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .about-slider li img {
    width: 327px;
    height: 205px;
  }
}
.about-slider li p {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -1%;
}
.about-slider_buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}
.about-slider_button {
  user-select: none;
}
.about-slider_button__disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 20%;
  transition: opacity 0.5s;
}
.about-slider_button__left {
  transform: rotate(180deg);
}

.description {
  flex-direction: row;
}
@media (max-width: 1024px) {
  .description {
    flex-direction: column;
    align-items: center;
  }
}
.description_heading {
  margin-top: 80px;
  margin-bottom: 80px;
  text-transform: uppercase;
}
.description_info {
  padding: 0 50px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.description_info h3 {
  margin: 0 0 50px 0;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -1%;
}
.description_info_options {
  display: flex;
  flex-direction: row;
  padding-top: 60px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .description_info_options {
    justify-content: space-around;
  }
}
.description_info_option h4 {
  margin: 0;
  text-transform: uppercase;
}
.description_info_option p {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 80px;
}
.description_images {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex: 1;
  gap: 25px;
}
@media (max-width: 1024px) {
  .description_images {
    justify-content: space-around;
  }
}
@media (max-width: 480px) {
  .description_images {
    flex-direction: column;
    align-items: center;
  }
}
.description_images img {
  width: 356px;
  border-radius: 10px;
  align-self: start;
}
@media (max-width: 768px) {
  .description_images img {
    align-self: center;
    width: 48%;
  }
}
@media (max-width: 480px) {
  .description_images img {
    align-self: center;
    width: 100%;
  }
}

.plan {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 480px) {
  .plan {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.plan img {
  display: block;
  width: 100%;
}

.gallery {
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .gallery {
    gap: 12px;
  }
}
@media (max-width: 480px) {
  .gallery {
    display: none;
  }
}
.gallery_row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 24px;
}
@media (max-width: 1024px) {
  .gallery_row {
    flex-wrap: nowrap;
  }
}
@media (max-width: 768px) {
  .gallery_row {
    gap: 12px;
  }
}
.gallery_row img {
  display: block;
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  align-self: center;
}

.gallery_mobile {
  display: none;
}
@media (max-width: 480px) {
  .gallery_mobile {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
}
.gallery_mobile_row {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.gallery_mobile_row div {
  border-radius: 10px;
}
.gallery_mobile_row:nth-of-type(2n+1) {
  justify-content: center;
  min-height: 170px;
}
.gallery_mobile_row:nth-of-type(2n+1) div {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media (max-width: 480px) {
  .gallery_mobile_row:nth-of-type(2n+1) div img {
    width: 100%;
    height: 100%;
    align-self: center;
    border-radius: 10px;
  }
}
.gallery_mobile_row:nth-of-type(2n) div {
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  aspect-ratio: 2/1;
  overflow: hidden;
}
@media (max-width: 480px) {
  .gallery_mobile_row:nth-of-type(2n) div img {
    width: 100%;
    height: 100%;
    align-self: center;
    border-radius: 10px;
  }
}

.current-lots {
  flex-direction: column;
}
.current-lots_heading {
  margin-top: 80px;
  margin-bottom: 80px;
  text-transform: uppercase;
}
.current-lots .lot {
  display: flex;
  flex-direction: row;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .current-lots .lot {
    flex-direction: column;
    align-items: center;
    flex-direction: column-reverse;
  }
}
.current-lots .lot.slide-from-aside {
  position: relative;
  opacity: 0;
  transition: 1s all ease;
}
@media (min-width: 768px) {
  .current-lots .lot.slide-from-aside {
    position: relative;
    transform: translateX(350px);
    opacity: 0;
    transition: 1s all ease;
  }
}
.current-lots .lot.slide-from-aside.active {
  transform: translateX(0);
  opacity: 1;
}
.current-lots .lot:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.current-lots .lot:nth-of-type(2n).slide-from-aside {
  transform: translateX(-350px);
}
.current-lots .lot:nth-of-type(2n).slide-from-aside.active {
  transform: translateX(0);
  opacity: 1;
}
.current-lots .lot:nth-of-type(2n) .lot_description {
  padding-left: 0;
}
@media (max-width: 1024px) {
  .current-lots .lot:nth-of-type(2n) {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.current-lots .lot_img {
  position: relative;
  flex-shrink: 0;
  width: 737px;
  height: 491px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .current-lots .lot_img {
    width: 100%;
    height: auto;
  }
}
.current-lots .lot_img_cian {
  background-color: #FFFFFF;
  position: absolute;
  bottom: 15px;
  right: 15px;
  border: none;
  text-align: center;
}
@media (max-width: 480px) {
  .current-lots .lot_img_cian {
    left: 15px;
  }
}
.current-lots .lot_img img {
  width: 737px;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .current-lots .lot_img img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .current-lots .lot_img img {
    width: 100%;
    align-self: center;
    border-radius: 10px;
  }
}
.current-lots .lot_description {
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .current-lots .lot_description {
    padding: 10px;
  }
}
.current-lots .lot h3 {
  margin: 0 0 50px 0;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .current-lots .lot h3 {
    margin: 0 0 24px 0;
  }
}
.current-lots .lot_options {
  display: flex;
  flex-direction: row;
  padding-top: 60px;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .current-lots .lot_options {
    padding-top: 14px;
    flex-direction: column;
  }
}
.current-lots .lot_option h4 {
  margin: 0;
  text-transform: uppercase;
}
.current-lots .lot_option p {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 80px;
}

.promo-video_container {
  margin-top: 80px;
}

.contact-form-container {
  background-color: #FFFFFF;
  padding: 60px;
  border-radius: 10px;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .contact-form-container {
    flex-direction: column;
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .contact-form-container {
    padding: 20px;
  }
}
.contact-form-container_heading {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact-form-container_heading h2 {
  padding: 0;
  margin: 0;
  font-size: 48px;
  line-height: 62px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: -3%;
}
.contact-form-container p {
  font-size: 25px;
}
.contact-form-container .form-container {
  min-width: 40%;
}
.contact-form-container form .form-group {
  display: flex;
  flex-direction: column;
  margin: 25px 0;
}
.contact-form-container form .form-group:first-of-type {
  margin-top: 0;
}
.contact-form-container form .form-group label {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
}
.contact-form-container form .form-group input {
  border: none;
  border-bottom: 2px solid #1C271D;
  outline: none;
  background-color: #FFFFFF;
  font-size: 18px;
  line-height: 22px;
}
.contact-form-container form .form-group .form-error {
  display: none;
  color: red;
}
.contact-form-container form .form-group .form-error.active {
  display: block;
}
.contact-form-container form .submit-group {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.contact-form-container form .submit-group button {
  cursor: pointer;
  width: 149px;
  height: 40px;
  border-radius: 10px;
  margin-right: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.contact-form-container form .submit-group p {
  font-size: 12px;
}
.contact-form-container form .submit-group a {
  font-size: 12px;
  color: #1C271D;
}

.contact-form-sent {
  display: none;
  opacity: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 10px;
  margin-top: 80px;
  text-align: center;
}
@media (max-width: 480px) {
  .contact-form-sent {
    padding: 10px;
  }
}
.contact-form-sent.active {
  display: flex;
  opacity: 1;
  transition: opacity 2s;
}
.contact-form-sent h2 {
  margin: 10px 0 20px 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 62px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.contact-form-sent p {
  margin: 0 0 46px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.01em;
  text-align: center;
}
.contact-form-sent img {
  display: block;
  object-fit: cover;
}
.contact-form-sent img.forrest {
  width: 100%;
}

.maps {
  padding: 80px 0;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .maps {
    flex-direction: column;
  }
}
.maps_desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.maps_desc p {
  margin-top: 60px;
}
@media (max-width: 480px) {
  .maps_desc p {
    margin-top: 30px;
  }
}
.maps_map_wrapper {
  width: 100%;
}
.maps_map {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  border-radius: 10px;
}
.maps_map_wrapper {
  width: 500px;
  height: 400px;
}
.maps h2 {
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .maps h2 {
    text-align: center;
  }
}
.maps_buttons {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
}
@media (max-width: 480px) {
  .maps_buttons {
    justify-content: center;
  }
}
.maps_buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 193px;
  height: 55px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  background-color: #FFFFFF;
  color: #1C271D;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .maps_buttons a {
    width: 160px;
  }
}
.maps_buttons a:hover {
  background-color: #1C271D;
  color: #FFFFFF;
}

.feedback {
  margin-bottom: 80px;
}
.feedback_heading {
  margin-top: 0;
  margin-bottom: 80px;
  text-transform: uppercase;
}
.feedback_items {
  display: flex;
  flex-direction: row;
  gap: 25px;
}
@media (max-width: 768px) {
  .feedback_items {
    flex-direction: column;
  }
}
.feedback_item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1 1 0px;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 40px 25px;
}

.reveal {
  position: relative;
  opacity: 0;
  transition: 1s all ease;
}
@media (min-width: 768px) {
  .reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
  }
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

/*# sourceMappingURL=styles.css.map */
