/*Hero*/

.hero {
  min-height: calc(100vh - 106px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
}

.hero__content {
  max-width: 900px;
  margin: 0 auto;
  padding: 100px 0px;
}

.hero__suptitle {
  display: inline-block;
  color: var(--white-color);
  font-size: 18px;
  line-height: 1.77778;
  margin-bottom: 10px;
}

.hero__content h1 {
  color: var(--white-color);
  margin-bottom: 13px;
}

.hero__content h1 b,
.hero__content h1 strong {
  font-weight: 600;
  color: #f3cf8f;
}

.hero__content p {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6875;
  max-width: 692px;
  margin: 0 auto;
}

.hero__buttons {
  display: flex;
  justify-content: center;
  margin-top: 37px;
  gap: 20px 37px;
  flex-wrap: wrap;
}

.btn-theme i {
  font-size: 24px;
  color: var(--primary-color);
  line-height: 1;
}

.hero__img {
  position: fixed;
  right: 0;
  bottom: -325px;
  max-width: 100%;
  z-index: 0;
}

@media only screen and (max-width: 1660px) {
  .hero__content {
    max-width: 850px;
  }
}

@media only screen and (max-width: 1536px) {
  .hero__content {
    max-width: 800px;
  }
  .hero__suptitle {
    font-size: 17px;
  }
  .hero__content p {
    font-size: 19px;
  }

  .hero__img {
    max-width: 250px;
  }
}

@media only screen and (max-width: 1440px) {
  .hero__content {
    max-width: 750px;
  }
  .hero__img {
    max-width: 220px;
    bottom: -240px;
  }
}

@media only screen and (max-width: 1280px) {
  .hero__content {
    max-width: 650px;
  }
  .hero__suptitle {
    font-size: 16px;
  }
  .hero__content p {
    font-size: 18px;
  }

  .hero__buttons {
    gap: 20px 24px;
  }
  .hero__img {
    max-width: 200px;
    bottom: -200px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero__content {
    max-width: 600px;
  }

  .hero__img {
    max-width: 180px;
    bottom: -180px;
  }
}

@media only screen and (max-width: 991px) {
  .hero__suptitle {
    font-size: 15px;
  }
  .hero__content p {
    font-size: 17px;
  }
  .hero__img {
    max-width: 150px;
    bottom: -150px;
  }
}

@media only screen and (max-width: 767px) {
  .hero__content p {
    font-size: 16px;
  }
  .hero__suptitle {
    font-size: 14px;
  }

  .hero__img {
    max-width: 120px;
    bottom: -120px;
  }
}

@media only screen and (max-width: 465px) {
  .hero__buttons .btn-theme {
    width: 100%;
    max-width: 80%;
    justify-content: center;
  }
}

/*About*/

.about {
  padding: 175px 0px;
  background-image: url("../img/soko-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  overflow: hidden;
}

.about .container {
  position: relative;
  z-index: 2;
}
.about__heading {
  max-width: 490px;
}

.about__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 21px;
  margin-top: 21px;
}

.about__text {
  position: relative;
  z-index: 2;
  max-width: 595px;
  margin-right: 0;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 68px;
  height: 100%;
}

.about__text h6 {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.875;
  margin: 0;
}

.about__text h6 b,
.about__text h6 strong {
  color: var(--second-color);
  font-weight: 400;
}

@media only screen and (max-width: 1536px) {
  .about {
    padding: 150px 0px;
  }
  .about__text h6 {
    font-size: 19px;
  }

  .about__text {
    gap: 55px;
  }
}

@media only screen and (max-width: 1280px) {
  .about {
    padding: 120px 0px;
  }
  .about__text h6 {
    font-size: 18px;
  }

  .about__text {
    gap: 45px;
  }
}

@media only screen and (max-width: 991px) {
  .about {
    padding: 100px 0px;
  }
  .about__text h6 {
    font-size: 17px;
  }

  .about__text {
    gap: 35px;
    max-width: 100%;
    margin-top: 40px;
    justify-content: flex-start;
    height: auto;
  }

  .about {
    background-size: 130%;
    background-position: left 90%;
  }
}

@media only screen and (max-width: 767px) {
  .about {
    padding: 80px 0px;
  }
  .about__text h6 {
    font-size: 16px;
  }

  .about__text {
    gap: 30px;
  }

  .about {
    background-size: 150%;
    background-position: left 70%;
  }
}

@media only screen and (max-width: 575px) {
  .about {
    background-size: 200%;
    background-position: left 80%;
  }
}

@media only screen and (max-width: 450px) {
  .about {
    background-position: left 90%;
  }
}

@media only screen and (max-width: 390px) {
  .about {
    background-size: 300%;
    background-position: left 90%;
  }
}

/*Gallery*/

.gallery-slider {
  padding: 45px 0px;
}
.gallery-slider__item {
  position: relative;
  transform: scale(0.9);
  transition: all 0.4s ease-out;
}

.gallery-slider__item.slick-center {
  transform: scale(1);
}

.gallery-slider__item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.drag-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;

  color: var(--white-color);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  text-transform: uppercase;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: all 0.4s ease-out;
}

.gallery-slider__item.slick-center .drag-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

@media only screen and (max-width: 1440px) {
  .gallery-slider__item {
    width: 35vw;
  }
}

@media only screen and (max-width: 1280px) {
  .drag-icon {
    font-size: 14px;
    width: 100px;
    height: 100px;
  }

  .gallery-slider__item {
    width: 43vw;
  }
}

@media only screen and (max-width: 991px) {
  .drag-icon {
    font-size: 12px;
    width: 80px;
    height: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .gallery-slider__item {
    width: 50vw;
  }

  .gallery-slider {
    padding-top: 0;
  }
}

@media only screen and (max-width: 575px) {
  .gallery-slider__item {
    width: 70vw;
  }

  .drag-icon {
    font-size: 9px;
    width: 60px;
    height: 60px;
  }
}

@media only screen and (max-width: 380px) {
  .gallery-slider__item {
    width: calc(100vw - 60px);
  }
}

/*Counter*/

.counter {
  padding: 35px 0px 0px 0px;
}

.counter .row {
  position: relative;
  padding-bottom: 90px;
}

.counter .row::after {
  content: "";
  border-bottom: 1px solid #f7f0ec;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 24px);
}

.counter__box {
  text-align: center;
  padding: 24px 0px;
  position: relative;
}

.counter__box h2 {
  color: #e7eceb;
  font-family: "Jost", sans-serif;
  font-size: 150px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2.5px;
}

.counter__text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0px 12px;
  width: 100%;
  color: #181d24;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.77778;
  text-transform: uppercase;
}

@media only screen and (max-width: 1536px) {
  .counter__box h2 {
    font-size: 140px;
  }
}
@media only screen and (max-width: 1440px) {
  .counter__box h2 {
    font-size: 130px;
  }
  .counter .row {
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 1280px) {
  .counter__box h2 {
    font-size: 120px;
  }
  .counter__text {
    font-size: 16px;
  }
  .counter {
    padding-top: 0;
  }
  .counter .row {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .counter__box h2 {
    font-size: 110px;
  }

  .counter .row {
    padding-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .counter__box h2 {
    font-size: 90px;
  }
  .counter__text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .counter__box h2 {
    font-size: 80px;
  }
}

/*Select*/

.select-apartment {
  padding: 37px 0px 49px 0px;
}

.select-apartment__title {
  max-width: 570px;
}

.select-apartment__text {
  margin: 0 0 0 auto;
  max-width: 617px;
}

@media only screen and (max-width: 991px) {
  .select-apartment__text {
    max-width: 100%;
    margin-top: 12px;
  }
}

/*Dynamic Map*/

.dynamic-map {
  position: relative;
}

.dynamic-map__wrap {
  position: absolute;
  bottom: 47px;
  left: 0;
  right: 0;
}

.dynamic-map__buttons {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 37px;
}

.poly-title {
  color: #181d24 !important;
  font-family: "Jost", sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  text-transform: uppercase;
  border-bottom: 1px solid #f3cf8f;
  padding-bottom: 6px !important;
  margin-bottom: 4px !important;
}

.poly-title-2 {
  color: #000 !important;
  font-family: "Jost", sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  text-transform: uppercase;
  padding-left: 0 !important;
  margin-left: 0 !important;
  padding-bottom: 6px !important;
  margin-bottom: 0px !important;
}

.poly-text {
  color: #181d24 !important;
  font-family: "Jost", sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 8px !important;
}

.poly-text-2 {
  color: #181d24 !important;
  font-family: "Jost", sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  opacity: 0.8;
}

.imp-tooltip {
  padding: 8px 12px 12px 12px !important;
}

@media only screen and (max-width: 1280px) {
  .dynamic-map__buttons {
    gap: 20px 24px;
  }
  .dynamic-map__wrap {
    bottom: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .dynamic-map__buttons {
    flex-direction: column;
    align-items: flex-end;
  }
}

@media only screen and (max-width: 575px) {
  .dynamic-map__wrap {
    display: none;
  }
}

/*FAQ*/

.faq {
  padding: 105px 0px 163px 0px;
  background: linear-gradient(0deg, #fff 37.94%, #f7f0ec 100%);
}

.faq__img img {
  width: 100%;
}

.faq__img {
  padding-right: 7px;
}

.faq__content {
  padding-left: 42px;
}

.faq__content h2 {
  margin-bottom: 32px;
}

.faq__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq__item {
  padding: 16px 31px;
  border: 1px solid #c29f7b;
  cursor: pointer;
}

.faq__title {
  margin: 0;
  color: #181d24;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}

.faq__title i {
  line-height: 1 !important;
  color: #181d24;
  font-size: 20px;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-out;
}

.faq__description {
  border-top: 1px solid rgba(24, 29, 36, 0.31);
  padding-top: 10px;
  margin-top: 10px;
  display: none;
}

.faq__item.active .faq__title i {
  transform: rotate(180deg);
}

.faq__description * {
  opacity: 0.8;
}

.faq__info p {
  margin-top: 15px;
  color: rgba(24, 29, 36, 0.63);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.78571;
  letter-spacing: -0.34px;
}

.faq__info a {
  color: #181d24;
}

@media only screen and (max-width: 1536px) {
  .faq__img {
    padding-right: 0;
  }
  .faq__content {
    padding-left: 35px;
  }
  .faq {
    padding: 100px 0px 140px;
  }
}
@media only screen and (max-width: 1440px) {
  .faq__content {
    padding-left: 25px;
  }
  .faq {
    padding: 90px 0px 120px;
  }
}
@media only screen and (max-width: 1280px) {
  .faq__content h2 {
    margin-bottom: 24px;
  }

  .faq__item {
    padding: 15px 28px;
  }
  .faq {
    padding: 80px 0px 100px;
  }
}
@media only screen and (max-width: 991px) {
  .faq__content {
    padding-left: 0;
  }
  .faq__item {
    padding: 14px 16px;
  }

  .faq .row {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .faq {
    padding: 80px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .faq__title {
    font-size: 14px;
  }
}

/*Plan*/

.plan {
  padding-bottom: 112px;
  background: linear-gradient(180deg, #fff 0%, #f7f0ec 100%);
}

.plan__title {
  border-top: 1px solid #f7f0ec;
  padding: 60px 0px 187px;
}

.plan__text {
  max-width: 617px;
  margin: 0 0 0 auto;
}

.plan__line {
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #181d24 39%, #504a3f 71%, #f3cf8f 100%);
}

@media only screen and (max-width: 1440px) {
  .plan {
    padding-bottom: 100px;
  }
  .plan__title {
    padding: 40px 0px 140px;
  }
}

@media only screen and (max-width: 1280px) {
  .plan__title {
    padding: 40px 0px 120px;
  }
}

@media only screen and (max-width: 991px) {
  .plan {
    padding-bottom: 80px;
  }
  .plan__title {
    padding: 40px 0px 80px;
  }
  .plan__text {
    max-width: 100%;
    margin-top: 12px;
  }
}

/*Contact*/

.contact-bottom {
  display: flex;
  flex-wrap: wrap;
}

.contact__img {
  width: 44.428%;
  position: relative;
}

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

.contact__content {
  flex: 1;
  padding: 88px 79px;
}

.contact__benfits {
  position: absolute;
  bottom: 43px;
  left: 39px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 37px;

  color: #fff;
  right: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.contact__benfits li {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}

.contact__benfits li img {
  width: auto;
}

.contact__content-wrap h6 {
  display: inline-block;
  color: #c29f7b;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.77778;
  text-transform: uppercase;
  margin-bottom: 6px;
  margin-top: 0;
}

.contact__content-wrap h6 b,
.contact__content-wrap h6 strong {
  font-weight: 500;
}

.contact__content h2 {
  margin-bottom: 35px;
}

.contact__content-wrap {
  max-width: 717px;
}

.inputs-wrap {
  display: flex;
  gap: 19px;
}

.input-box {
  margin-bottom: 20px;
}

.input-box label {
  color: #181d24;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  text-transform: uppercase;
  margin-bottom: 3px;
  display: inline-block;
}

.input-box input,
.input-box textarea {
  border: 1px solid #c29f7b;
  width: 100%;
  padding: 15px 17px;
  color: #181d24;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  box-sizing: border-box;
  outline: none;
  transition: all 0.4s ease-out;
}

.input-box textarea {
  resize: vertical;
  height: 124px;
}

.input-box input:focus,
.input-box textarea:focus {
  border: 1px solid #c29f7b;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0px 0px 0px 3px rgba(194, 159, 123, 0.2);
}

.inputs-wrap .input-box {
  width: 50%;
}

.input-box textarea::placeholder,
.input-box input::placeholder {
  opacity: 0.5;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
}

.input-submit {
  position: relative;
  margin-top: 7px;
  margin-bottom: 11px;
}

.input-submit .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.input-submit .wpcf7-submit {
  background: #c29f7b;
  text-align: center;
  height: 62px;
  padding: 16px 0px;

  color: #fff;
  text-align: center;

  font-size: 16px;
  font-weight: 700;
  line-height: 1.875;
  border: 1px solid #c29f7b;
  text-transform: uppercase;
  width: 100%;
  transition: all 0.4s ease-out;
  cursor: pointer;
}

.input-submit .wpcf7-submit:hover {
  color: #c29f7b;
  background-color: #fff;
}

.wpcf7 form .wpcf7-response-output {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.form-privacy,
.form-privacy a {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.34px;
  transition: all 0.4s ease-out;
}

.form-privacy a:hover {
  color: rgba(0, 0, 0, 1);
}

@media only screen and (max-width: 1536px) {
  .contact__content-wrap h6 {
    font-size: 17px;
  }

  .contact__benfits {
    gap: 30px;
    left: 30px;
    bottom: 30px;
    padding-right: 30px;
  }

  .contact__content {
    padding: 80px 70px;
  }

  .contact__benfits li {
    flex: 1;
  }
}
@media only screen and (max-width: 1440px) {
  .contact__content h2 {
    margin-bottom: 30px;
  }
  .input-submit .wpcf7-submit {
    height: 58px;
  }
}
@media only screen and (max-width: 1280px) {
  .contact__content-wrap h6 {
    font-size: 16px;
  }
  .contact__content h2 {
    margin-bottom: 24px;
  }

  .input-box input,
  .input-box textarea {
    padding: 14px 15px;
  }

  .input-submit .wpcf7-submit {
    height: 52px;
    line-height: 1;
  }

  .contact__content {
    padding: 60px 50px;
  }

  .contact__benfits {
    flex-direction: column;
  }
}
@media only screen and (max-width: 991px) {
  .input-submit .wpcf7-submit,
  .input-box input,
  .input-box textarea,
  .input-box label,
  .contact__content-wrap h6 {
    font-size: 15px;
  }

  .contact__img {
    display: none;
  }

  .contact__content-wrap {
    max-width: 100%;
  }

  .contact__benfits.mobile {
    display: flex !important;
    position: relative;
    left: auto;
    gap: 20px;
    padding-right: 0;
    flex-direction: row;
    bottom: auto;
    margin-top: 40px;
  }

  .contact__content-wrap {
    position: relative;
    z-index: 3;
  }
  .contact__benfits li {
    width: calc(33.33% - 20px / 1.5);
    flex-direction: column;
    gap: 20px 0px;
    text-align: center;
  }
  .contact__content {
    padding: 0px 12px 30px 12px;
    position: relative;
  }

  .contact__content-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .contact__content-overlay::before {
    content: "";
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #f7f0ec 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }

  .contact__content-overlay::after {
    content: "";
    background: var(--primary-color);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
  }

  .contact__content-overlay img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .contact__benfits {
    font-size: 15px;
    line-height: 1.2;
  }

  .form-privacy,
  .form-privacy a {
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .input-submit .wpcf7-submit,
  .input-box input,
  .input-box textarea,
  .input-box label,
  .contact__content-wrap h6 {
    font-size: 14px;
  }

  .input-box input,
  .input-box textarea {
    line-height: 1;
  }
  .contact__benfits {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .contact__benfits {
    font-size: 12px;
  }
}

/*Timeline*/

.timeline__box {
  padding: 24px 24px 32px 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #2c3a29;
}

.timeline__box h4 {
  margin: 0 0 10px 0;
  padding-bottom: 6px;
  border-bottom: 1px solid #f3cf8f;

  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
}

.timeline__box p {
  color: #fff;

  font-size: 18px;
  font-weight: 400;
  line-height: 1.875;
}

.plan__line {
  margin: 48px 0px;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.pl-12 {
  padding-left: 12px;
}

.timeline__date {
  color: #181d24;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.77778;
  text-transform: uppercase;
  position: relative;
  margin-bottom: -26px;
}

.plan__timeline .row > div {
  display: flex;
  align-items: flex-end;
}

.plan__timeline .row.row--bottom > div {
  display: flex;
  align-items: flex-start;
}

.pl-12-r {
  position: relative;
  left: 12px;
}

.plan__timeline .row.row--bottom .timeline__date {
  margin-bottom: 0;
  margin-top: -26px;
}

.flex-end {
  justify-content: flex-end;
}

.timeline__date {
  position: relative;
}

.timeline__date::after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: -35px;
  width: 20px;
  height: 20px;
  background-color: #c29f7b;
  border-radius: 50%;
}

.timeline__date::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -45px;
  width: 40px;
  height: 40px;
  background-color: #c29f7b;
  opacity: 0.4;
  border-radius: 50%;
}

.plan__timeline .row.row--bottom .timeline__date::after {
  bottom: 0;
  top: -35px;
}

.plan__timeline .row.row--bottom .timeline__date::before {
  bottom: 0;
  top: -45px;
}

.flex-end .timeline__date::before {
  left: auto;
  right: 0;
}

.flex-end .timeline__date::after {
  left: auto;
  right: 10px;
}

.plan__timeline--mobile {
  display: none;
}

@media only screen and (max-width: 1536px) {
  .timeline__box {
    padding: 22px 22px 26px 22px;
  }
  .timeline__box h4 {
    font-size: 19px;
  }
  .timeline__date,
  .timeline__box p {
    font-size: 17px;
  }
}

@media only screen and (max-width: 1280px) {
  .timeline__box h4 {
    font-size: 18px;
  }
  .timeline__box p {
    font-size: 16px;
  }
  .timeline__box {
    padding: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .timeline__box h4 {
    font-size: 17px;
  }
  .timeline__date,
  .timeline__box p {
    font-size: 15px;
  }
  .plan__timeline--desktop {
    display: none;
  }

  .plan__timeline--mobile {
    display: block;
  }

  .plan__timeline .row > div {
    display: block;
  }

  .plan__timeline {
    position: relative;
    padding: 40px 0px;
  }

  .plan__line {
    width: 6px;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    margin: 0;
    background: linear-gradient(180deg, #181d24 39%, #504a3f 71%, #f3cf8f 100%);
  }

  .plan__timeline .row {
    gap: 30px 0px;
  }

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

  .order-box-1 {
    order: 1;
  }

  .order-box-2 {
    order: 3;
  }

  .order-box-3 {
    order: 2;
    margin-top: 200px;
  }
  .order-box-4 {
    order: 4;
    margin-top: 200px;
  }

  .timeline__date::after {
    left: -42px;
    z-index: 3;
    top: 2px;
  }

  .timeline__date::before {
    left: -52px;
    z-index: 4;
    top: -8px;
  }

  .timeline__date {
    display: inline-block;
    margin-bottom: 3px;
    margin-left: 20px;
  }

  .order-box-1 .timeline__date,
  .order-box-2 .timeline__date {
    text-align: right;
    width: 100%;
    display: inline-block;
    margin-left: 0px;
    padding-right: 20px;
  }

  .timeline__box {
    margin-left: 20px;
  }

  .order-box-1 .timeline__box,
  .order-box-2 .timeline__box {
    margin-left: 0;
    margin-right: 20px;
  }

  .order-box-1 .timeline__date::after,
  .order-box-2 .timeline__date::after {
    left: auto;
    right: -22px;
    z-index: 4;
  }

  .order-box-1 .timeline__date::before,
  .order-box-2 .timeline__date::before {
    left: auto;
    right: -32px;
    z-index: 4;
  }
}

@media only screen and (max-width: 767px) {
  .timeline__box h4 {
    font-size: 16px;
  }
  .timeline__date,
  .timeline__box p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 575px) {
  .timeline__box {
    padding: 10px 12px;
  }
  .timeline__box h4 {
    font-size: 14px;
  }
  .timeline__date,
  .timeline__box p {
    font-size: 12px;
  }
}

/*Map*/

.map iframe {
  width: 100%;
  display: block;
  height: 610px;
}

.contact-bottom--2 {
  padding: 77px 0px 93px 0px;
  position: relative;
}

.contact-bottom--2 .contact__img {
  width: 100%;
  padding-right: 50px;
  height: 100%;
}

.contact__content-wrap > p {
  margin-bottom: 26px;
}

.contact__content-wrap > p a {
  color: var(--primary-color);
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.contact__content-wrap > p a::after {
  content: "";
  border-bottom: 1px solid var(--primary-color);
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  transition: all 0.4s ease-out;
}

.contact-info {
  position: absolute;
  bottom: 34px;
  left: 28px;
  right: 78px;
}

.contact-info h4 {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 20px;
}

.contact-info ul {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.78541;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 49px;
}

.contact-info ul a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0px 13px;
}

.contact-info ul a i {
  font-size: 31px;
  line-height: 1;
}

@media only screen and (max-width: 1440px) {
  .contact-bottom--2 {
    padding: 70px 0px;
  }
  .contact-info ul {
    font-size: 22px;
  }

  .contact-info ul a i {
    font-size: 28px;
  }

  .contact-bottom--2 .contact__img {
    padding-right: 0px;
  }
}

@media only screen and (max-width: 1280px) {
  .contact-info ul {
    font-size: 20px;
  }

  .contact-info ul a i {
    font-size: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .contact-info {
    position: relative;
    left: auto;
    bottom: auto;
    right: auto;
    margin-top: 30px;
  }

  .contact-info ul {
    font-size: 18px;
  }

  .contact-info ul a i {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-bottom--2 {
    padding: 60px 0px;
  }
}

@media only screen and (max-width: 575px) {
  .inputs-wrap {
    flex-direction: column;
    gap: 0;
  }
  .inputs-wrap .input-box {
    width: 100%;
  }
}

/*Gallery*/

.gallery {
  padding: 70px 0px 100px;
}

.gallery__filter {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 50px;
  color: #181d24;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.77778;
  text-transform: uppercase;
  padding-left: 0;
  margin: 0;
  border-bottom: 1px solid rgba(24, 29, 36, 0.2);
  margin-bottom: 65px;
}

.gallery__filter li {
  opacity: 0.6;
  transition: all 0.4s ease-out;
  position: relative;
  padding-bottom: 13px;
  cursor: pointer;
}

.gallery__filter li::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0%;
  opacity: 1;
  border-bottom: 4px solid #d7ab5f;
  transition: all 0.4s ease-out;
}

.gallery__filter li:hover,
.gallery__filter li.active {
  opacity: 1;
}

.gallery__filter li.active::after,
.gallery__filter li:hover::after {
  opacity: 1;
  width: 100%;
}

.gallery__wrap {
  margin-left: -15px;
  margin-right: -15px;
}

.gallery__item {
  position: relative;
  margin-bottom: 30px;
  width: calc(33.333%);
  padding: 0px 15px;
}

.gallery__item::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  width: calc(100% - 30px);
  height: 100%;
  background: linear-gradient(
    189deg,
    rgba(0, 0, 0, 0) 58.04%,
    rgba(0, 0, 0, 0.38) 76.18%,
    rgba(0, 0, 0, 0.52) 87.65%,
    rgba(0, 0, 0, 0.6) 95.66%
  );
  z-index: 1;
}

.gallery__item-title {
  position: absolute;
  bottom: 34px;
  left: 43px;

  color: #fff;

  font-size: 18px;
  font-weight: 500;
  line-height: 2.38055;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease-out;
  z-index: 2;
}

.gallery__item:hover .gallery__item-title {
  opacity: 1;
  transform: translateY(0);
}

.gallery__item-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 46px;
  border-bottom: 1px solid #d7ab5f;
}

.cta-wide {
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 98px 0px;
}

.cta-wide__buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  gap: 20px 21px;
}

.cta-wide__buttons .btn-theme--dark-flat {
  background-color: #f3cf8f;
}

.cta-wide__buttons .btn-theme--dark-flat i {
  font-size: 22px;
}

.cta-wide__buttons .btn-theme--dark-flat:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.cta-wide__buttons .btn-theme--dark-flat:hover i {
  color: #fff;
}

@media only screen and (max-width: 1440px) {
  .gallery__filter {
    margin-bottom: 55px;
  }
  .cta-wide {
    padding: 80px 0px;
  }
}
@media only screen and (max-width: 1280px) {
  .gallery__filter {
    font-size: 16px;
    margin-bottom: 45px;
    gap: 18px 40px;
  }

  .gallery {
    padding: 60px 0px 80px;
  }
  .cta-wide {
    padding: 70px 0px;
  }
}

@media only screen and (max-width: 991px) {
  .gallery__filter {
    gap: 14px 30px;
  }

  .gallery__item {
    width: 50%;
    padding: 0px 10px;
    margin-bottom: 20px;
  }

  .gallery__wrap {
    margin-left: -10px;
    margin-right: -10px;
  }
  .cta-wide {
    padding: 60px 0px;
  }

  .cta-wide__buttons {
    justify-content: flex-start;
  }

  .cta-wide__text {
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery__filter {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .gallery {
    padding: 50px 0px 60px;
  }

  .gallery__filter {
    gap: 8px 20px;
  }
  .gallery__filter li {
    padding-bottom: 8px;
  }

  .cta-wide {
    padding: 50px 0px;
  }
}
@media only screen and (max-width: 575px) {
  .gallery__item {
    padding: 0px 8px;
    margin-bottom: 16px;
  }

  .gallery__wrap {
    margin-left: -8px;
    margin-right: -8px;
  }
}

/*Offer*/

.offer__text {
  text-align: center;
  padding: 96px 0px;
  max-width: 620px;
  margin: 0 auto;
}

.offer__text h2 {
  margin-bottom: 17px;
}

@media only screen and (max-width: 1440px) {
  .offer__text {
    padding: 80px 0px;
    max-width: 520px;
  }
}

@media only screen and (max-width: 1280px) {
  .offer__text {
    padding: 70px 0px;
    max-width: 440px;
  }
  .offer__text h2 {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .offer__text {
    padding: 60px 0px;
    max-width: 440px;
  }
}

@media only screen and (max-width: 767px) {
  .offer__text {
    padding: 50px 0px;
  }
}

/*Apartmants*/

.apartments {
  padding: 65px 0px;
}

.apartments-list {
  list-style: none;
  padding: 0;
  margin: 0 0 0px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
}

.underline {
  position: relative;
}

.underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 100%;
  border-bottom: 1px solid #c29f7b;
}

.d-flex-a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
  gap: 15px 0px;
}

.apartmens__select {
  padding-right: 76px;
  position: relative;
  display: flex;
  gap: 15px 20px;
  height: 100%;
}

.apartmens__select::after {
  content: "";
  position: absolute;
  right: 38px;
  top: 50%;
  transform: translateY(-50%);
  height: 34px;
  width: 1px;
  background-color: rgba(24, 29, 36, 0.5);
}

.apartmens__select-item select {
  border: 1px solid rgba(24, 29, 36, 0.5);
  background-color: #fff;
  min-width: 155px;
  height: 100%;
  padding: 7px 15px;

  color: #181d24;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  text-transform: uppercase;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.apartmens__select-item {
  position: relative;
  display: flex;
}

.apartmens__select-item::after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 6px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #181d24;
  pointer-events: none;
  background-image: url("../img/select.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.apartments-list li a {
  border: 1px solid rgba(24, 29, 36, 0.5);
  background-color: #fff;
  padding: 7px 30px;
  color: #181d24;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s ease-out;
}

.apartments-list li a.active,
.apartments-list li a:hover {
  background-color: #c29f7b;
  color: #fff;
  border-color: #c29f7b;
}

.apartments__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.apartments__item {
  width: calc(33.333% - 30px / 1.5);
}

.apartments__item-img {
  margin-bottom: 19px;
}

.apartments__item-img img {
  width: 100%;
  height: auto;
  border: 1px solid #f3cf8f;
}

.apartments__item-title {
  color: #181d24;
  font-family: "Jost", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.45455;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

.apartments__item-title a {
  text-decoration: none;
  color: #181d24;
  transition: all 0.4s ease-out;
}

.apartments__item-title a:hover {
  color: #d7ab5f;
}

.apartments__item-info__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  color: rgba(24, 29, 36, 0.8);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55567;
}

.avaiable {
  color: #108b4a;
  border-radius: 40px;
  border: 1px solid rgba(16, 139, 74, 0.6);
  background-color: rgba(16, 139, 74, 0.08);
  padding: 0px 16px;
}

.sold {
  color: #ef1919;
  border-radius: 40px;
  border: 1px solid rgba(239, 25, 25, 0.6);
  background: rgba(239, 25, 25, 0.08);
  padding: 0px 16px;
}

.apartments__item-info__list li {
  position: relative;
}

.apartments__item-info__list li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(24, 29, 36, 0.12);
  height: 29px;
  width: 1px;
}

.apartments__pagination {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  padding-top: 90px;
}

.apartments__back {
  color: #181d24;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.4s ease-out;
}

.apartments__back:hover {
  color: #d7ab5f;
}

.apartments__back i {
  line-height: 0;
  font-size: 24px;
  transition: all 0.4s ease-out;
}

.apartments__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 22px;
  justify-content: flex-end;
}

.not-found-filter {
  color: var(--primary-color);
  font-family: "Merchant", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  margin: 0;
}

@media only screen and (max-width: 1280px) {
  .apartmens__select-item select,
  .apartments-list li a {
    font-size: 15px;
    padding: 6px 25px;
  }

  .apartments {
    padding: 60px 0px;
  }

  .apartments__item-title {
    font-size: 20px;
  }

  .apartments__item-info__list {
    font-size: 16px;
    gap: 15px 25px;
  }

  .apartments__item-info__list li:not(:last-of-type)::after {
    right: -13px;
    height: 24px;
  }

  .apartments__pagination {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .apartmens__select-item select,
  .apartments-list li a {
    font-size: 14px;
    padding: 6px 20px;
  }

  .apartments__grid {
    gap: 24px;
  }

  .apartments__item {
    width: calc(50% - 24px / 2);
  }
  .apartments__item-title {
    font-size: 19px;
    margin-bottom: 6px;
  }
  .apartments__item-img {
    margin-bottom: 12px;
  }

  .apartmens__select {
    padding-right: 0;
  }

  .apartmens__select::after {
    content: none;
  }

  .d-flex-a {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .apartments-list {
    gap: 10px 15px;
    margin-bottom: 25px;
  }

  .apartmens__select-item select,
  .apartments-list li a {
    font-size: 12px;
    padding: 4px 15px;
  }
  .apartments__item-title {
    font-size: 18px;
  }

  .apartments__item-info__list {
    font-size: 14px;
  }

  .apartments__item-info__list {
    gap: 10px 19px;
  }

  .apartments__item-info__list li:not(:last-of-type)::after {
    right: -9px;
    height: 20px;
  }

  .apartments__back {
    font-size: 14px;
  }

  .apartments__pagination {
    padding-top: 50px;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 24px;
  }

  .apartments__buttons {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 575px) {
  .apartments__item {
    width: 100%;
  }
  .apartments__item-info__list {
    font-size: 13px;
  }

  .apartmens__select-item select {
    min-width: 120px;
  }
}

/*Single*/

.single .single-apartment {
  padding: 75px 0px 130px 0px;
}

.single-apartment__thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid #f3cf8f;
}

.single-apartment__content {
  padding: 54px 0px 54px 0px;
}

.single-apartment__content p {
  margin-bottom: 26px;
}

.related {
  padding: 100px 0px 160px 0px;
  background: linear-gradient(180deg, #fff 62.77%, #f7f0ec 100%);
}

.related__title h3 {
  color: #181d24;
  font-family: "Merchant", sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.39111;
  text-transform: uppercase;
  margin: 0 0 62px 0;
  text-align: center;
}

.btn-theme-popup {
  background: transparent !important;
  height: auto !important;
  color: #d7ab5f !important;
  line-height: 1.2 !important;
  padding: 0 !important;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: all 0.4s ease-out;
  margin-top: 12px;
}

.btn-theme-popup:hover {
  color: #181d24 !important;
}

.apartments__item-info__form {
  margin-top: 32px;
}

.row-info {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  border-bottom: 1px solid #f7f0ec;
}

.row-info:first-of-type {
  background-color: #f7f0ec;
  border-bottom: none;
}

.col-info {
  width: 50%;
  color: #181d24;

  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.col-info:last-of-type {
  text-align: right;
}

.single-apartment__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.single-apartment__content {
  flex: 1;
}

.single-apartment__thumb {
  width: 50.71%;
  display: flex;
  align-items: center;
}

.row-info-btn .btn-theme {
  text-align: center;
  margin-top: 33px;
  justify-content: center;
}

.row-info-text {
  margin-top: 21px;
}

.row-info-text p {
  color: #181d24;

  font-size: 18px;

  font-weight: 400;
  line-height: 1.66667;
  display: flex;
  align-items: center;
  gap: 5px 20px;
  flex-wrap: wrap;
}

.row-info-text p a {
  color: #181d24;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.66667;
  display: flex;
  align-items: center;
  gap: 0px 9px;
  text-decoration: none;
  text-decoration: none;
}

.row-info-text p a i {
  line-height: 0;
}

.row-info-text p a span {
  text-decoration: underline;
}

.single-cta__box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  background-image: url("../img/single-cta.jpg");
  padding: 40px 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  align-items: center;
  justify-content: space-between;
}

.single-cta__text {
  max-width: 500px;
}

.single-cta__text h2 {
  margin-bottom: 0px;
}

.single-cta__btn i {
  color: #fff;
  font-size: 20px;
}

.single-cta__btn .btn-theme:hover {
  background-color: transparent;
}

.single-cta__btn .btn-theme:hover i {
  color: var(--primary-color);
}

/*Locals*/

.locals {
  padding: 85px 0px 140px;
}

.locals__text {
  text-align: center;
  margin-bottom: 85px;
}

.locals__text h2 {
  margin-bottom: 17px;
}

.locals__text p {
  margin: 0 auto;
  max-width: 620px;
}

.locals__table {
  width: 100%;
  border-collapse: collapse;
}

.locals__header {
  background-color: #f7f0ec;
}

.locals__row {
  border-bottom: 1px solid #f7f0ec;
}

.locals__cell {
  color: #181d24;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.44;
  text-align: center;
  padding: 5px 10px;
}

.locals__cell a {
  text-decoration: none;
  color: #181d24;
  transition: all 0.4s ease-out;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 116px;
}

.locals__cell a:hover {
  background-color: #f7f0ec;
}

.locals__cell--header {
  color: #181d24;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.44;
  text-transform: uppercase;
  padding: 25px 10px;
}

.locals__cell--image img {
  min-width: 116px;
  max-width: 116px;
  height: auto;
  display: block;
}

.locals__cell--status-available {
  color: #108b4a;
}

.locals__cell--status-unavailable {
  color: #ef1919;
}

.locals__cell.locals__cell--image {
  width: 116px;
  padding: 5px 0px;
}

.single-cta.single-cta--local {
  margin-bottom: 140px;
}

/*About*/

.hero-about img {
  width: 100%;
  height: auto;
  min-height: 300px;
  object-fit: cover;
}

.about-title {
  margin-top: -220px;
}

.about-title__suptitle {
  color: #181d24;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.77778;
  display: inline-block;
  margin-bottom: 10px;
}

.about-title h1 b,
.about-title h1 strong {
  background: linear-gradient(45deg, #b28538, #f3cf8f, #bc8931);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block; /* Ensure the gradient applies properly */
}

.complex {
  margin-top: 100px;
  padding-top: 75px;
  padding-bottom: 135px;
}

.complex__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 73px;
}

.complex__img {
  flex: 1;
}

.complex__content {
  width: 47%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.complex__content h2 {
  font-weight: 500;
  margin-bottom: 32px;
}

.complex__content p:not(:last-of-type) {
  margin-bottom: 32px;
}

.complex__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 21px;
  margin-top: 35px;
}

.complex__buttons .btn-theme i {
  font-size: 22px;
}

.complex__buttons .btn-theme:hover i {
  color: #fff;
}

.complex__img--large img {
  width: 100%;
  padding-right: 14.4%;
}

.complex__img {
  position: relative;
}

.complex__img--large {
  height: 100%;
}

.complex__img--large img {
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.complex__img--video {
  position: absolute;
  right: 0;
  bottom: -35px;
}

.complex__img--video {
  max-width: 55%;
}

.play-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  z-index: 1;
  transition: all 0.3s ease-in;
}

.play-video:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.investor {
  padding-bottom: 110px;
}

.investor__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 73px;
}

.investor__content {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}

.investor__img {
  flex: 1;
}

.investor__img img {
  height: 100%;
  object-fit: cover;
  object-position: right;
}
.plan.plan--about {
  background: #f7f0ec;
}

.plan.plan--about .plan__title {
  padding: 100px 0px 155px;
}

.counter.counter--about {
  padding-top: 55px;
}

.counter.counter--about .row {
  position: relative;
  padding-bottom: 22px;
}

.counter.counter--about .row::after {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 24px);
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid #f7f0ec;
}

.view {
  padding: 70px 0px 0px;
  overflow: hidden;
}

.view__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 30px;
  margin-bottom: 60px;
}

.view-slider {
  width: 100vw;
  padding-bottom: 200px;
}

.view-slider .slick-list {
  width: 100vw;
}

.view-slider .slick-track {
  display: flex !important;
}

.view-slider .slick-slide {
  height: inherit !important;
}

.view-item {
  margin: 0px 15px;
}

.view-slider .slick-prev {
  width: 80px;
  height: 80px;
  left: 0;
  bottom: 70px;
  top: auto;
  transform: translate(0, 0);
  z-index: 1;
  border: 1px solid #191d23;
  border-radius: 50%;
  transition: all 0.4s ease-out;
}

.view-slider .slick-prev::before {
  color: #191d23;
  transition: all 0.4s ease-out;
  line-height: 0.8;
  opacity: 1 !important;
}

.view-slider .slick-prev:hover {
  background-color: #191d23;
}

.view-slider .slick-prev:hover::before {
  color: #fff;
}

.view-slider .slick-next {
  width: 80px;
  height: 80px;
  left: 100px;
  bottom: 70px;
  top: auto;
  transform: translate(0, 0);
  z-index: 1;
  border: 1px solid #191d23;
  border-radius: 50%;
  transition: all 0.4s ease-out;
}

.view-slider .slick-next::before {
  color: #191d23;
  transition: all 0.4s ease-out;
  line-height: 0.8;
  opacity: 1 !important;
}

.view-slider .slick-next:hover {
  background-color: #191d23;
}

.view-slider .slick-next:hover::before {
  color: #fff;
}

.view .row {
  position: relative;
}

.view .row::after {
  content: "";
  border-bottom: 1px solid #f7f0ec;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 24px);
}

.faq--about {
  padding: 80px 0px 80px;
  background: linear-gradient(180deg, #fff 0%, #f7f0ec 100%);
}

.faq--about .faq__content {
  max-width: 1010px;
  margin: 0 auto;
}

.faq--about .faq__item {
  background-color: #fff;
}

.faq__title-w {
  text-align: center;
}

.faq-suptitle {
  margin-bottom: 6px;
  display: inline-block;

  color: #c29f7b;

  font-size: 18px;
  font-weight: 400;
  line-height: 1.77778;
  text-transform: uppercase;
}

.faq__title-w h2 {
  margin-bottom: 55px;
}

@media only screen and (max-width: 1536px) {
  .about-title__suptitle,
  .faq-suptitle {
    font-size: 17px;
  }

  .complex {
    margin-top: 80px;
  }

  .view-slider {
    padding-bottom: 180px;
  }

  .locals {
    padding: 80px 0px 120px;
  }

  .locals__text {
    margin-bottom: 70px;
  }

  .single .single-apartment {
    padding: 70px 0px 120px 0px;
  }

  .related {
    padding: 80px 0px 120px 0px;
  }
}

@media only screen and (max-width: 1440px) {
  .about-title {
    margin-top: -200px;
  }
  .complex {
    margin-top: 70px;
  }

  .investor {
    padding-bottom: 100px;
  }

  .complex {
    padding-top: 70px;
    padding-bottom: 125px;
  }

  .plan.plan--about .plan__title {
    padding: 40px 0px 140px;
  }

  .view__text {
    margin-bottom: 50px;
  }
  .faq__title-w h2 {
    margin-bottom: 50px;
  }

  .related__title h3,
  .locals__text {
    margin-bottom: 50px;
  }

  .locals {
    padding: 70px 0px 100px;
  }
  .locals__cell,
  .locals__cell--header {
    font-size: 18px;
  }

  .single .single-apartment {
    padding: 70px 0px 100px 0px;
  }

  .related {
    padding: 70px 0px 100px 0px;
  }

  .single-cta__box {
    padding: 40px 50px;
  }
}

@media only screen and (max-width: 1280px) {
  .about-title__suptitle,
  .faq-suptitle {
    font-size: 16px;
  }

  .about-title {
    margin-top: -180px;
  }

  .complex {
    margin-top: 0px;
  }

  .complex__content h2 {
    margin-bottom: 26px;
  }

  .complex__buttons {
    margin-top: 30px;
  }

  .investor__content {
    gap: 26px;
  }

  .investor__wrap,
  .complex__wrap {
    gap: 50px;
  }

  .complex__img--large img {
    padding-right: 10%;
  }

  .investor {
    padding-bottom: 80px;
  }

  .plan.plan--about .plan__title {
    padding: 40px 0px 120px;
  }

  .counter.counter--about {
    padding-top: 25px;
  }

  .related__title h3,
  .view__text {
    margin-bottom: 40px;
  }

  .view-slider {
    padding-bottom: 150px;
  }

  .view-slider .slick-next,
  .view-slider .slick-prev {
    width: 65px;
    height: 65px;
    bottom: 60px;
  }

  .view-slider .slick-next {
    left: 80px;
  }

  .faq__title-w h2 {
    margin-bottom: 40px;
  }

  .locals__text {
    margin-bottom: 40px;
  }

  .locals__cell,
  .locals__cell--header {
    font-size: 16px;
  }

  .locals__cell--image img {
    min-width: 90px;
    max-width: 90px;
  }

  .single .single-apartment {
    padding: 60px 0px 90px 0px;
  }

  .related {
    padding: 60px 0px 90px 0px;
  }

  .single-cta__box {
    padding: 40px;
  }

  .col-info {
    font-size: 14px;
  }

  .row-info-text p {
    font-size: 16px;
  }

  .single-apartment__content {
    padding: 0px 0px 0px 0px;
  }
}

@media only screen and (max-width: 991px) {
  .about-title__suptitle,
  .faq-suptitle {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .single-apartment__thumb {
    width: 100%;
  }
  .single-apartment__wrap {
    flex-direction: column;
  }
  .about-title {
    margin-top: -120px;
  }

  .investor {
    padding-bottom: 60px;
  }

  .complex {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .complex__wrap {
    flex-direction: column-reverse;
  }

  .investor__wrap {
    flex-direction: column;
  }

  .investor__content,
  .complex__img,
  .complex__content {
    width: 100%;
  }

  .complex__img--large img,
  .complex__img--large {
    height: auto;
  }

  .complex__img--large img {
    padding-right: 0px;
  }

  .complex__img--video {
    max-width: 40%;
    bottom: 15px;
    right: 15px;
  }

  .plan.plan--about .plan__title {
    padding: 40px 0px 80px;
  }

  .view {
    padding-top: 60px;
  }

  .related__title h3,
  .view__text {
    margin-bottom: 30px;
  }

  .view-slider {
    padding-bottom: 120px;
  }

  .view-slider .slick-next,
  .view-slider .slick-prev {
    width: 55px;
    height: 55px;
    bottom: 40px;
  }

  .view-slider .slick-next {
    left: 70px;
  }

  .view-slider .slick-slide {
    width: 70vw;
  }

  .view-slider img {
    width: 100%;
    object-fit: cover;
  }

  .faq--about {
    padding: 60px 0px;
  }

  .faq__title-w h2 {
    margin-bottom: 30px;
  }

  .locals {
    padding: 60px 0px 80px;
  }

  .locals__text {
    margin-bottom: 30px;
  }

  .overflow-mobile {
    overflow-x: scroll;
  }

  .locals__table {
    min-width: 900px;
  }

  .locals__cell a {
    min-height: 100px;
  }

  .single .single-apartment {
    padding: 50px 0px 50px 0px;
  }

  .related {
    padding: 50px 0px 60px 0px;
  }

  .single-cta__box {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .about-title__suptitle,
  .faq-suptitle {
    font-size: 14px;
  }

  .about-title {
    margin-top: -80px;
  }

  .locals {
    padding: 50px 0px 60px;
  }

  .locals__cell,
  .locals__cell--header {
    font-size: 14px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-about img {
    min-height: 200px;
  }
  .about-title {
    margin-top: -80px;
  }

  .view__text .btn-theme {
    display: none;
  }

  .view-item {
    margin: 0px 10px;
  }

  .view-slider img {
    min-height: 300px;
  }
}

@media only screen and (max-width: 400px) {
  .about-title__suptitle {
    max-width: 300px;
  }
}
