@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: inherit;
}
a img {
  height: inherit;
  width: inherit;
  -o-object-fit: contain;
     object-fit: contain;
}

.hashtag {
  background: #E7E8E3;
  border-radius: 32px;
  padding: 4px 12px;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.title {
  color: #2A2C1F;
  font-size: 48px;
  font-weight: 700;
}
.title_white {
  color: #fff;
}

.text {
  color: #3a3a3a;
  font-size: 18px;
  line-height: 27px;
  width: 55%;
}
.text_white {
  color: #E7E8E3;
}

.btn {
  background: #FFFFFF;
  border: 1px solid #E7E8E3;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  cursor: pointer;
  padding: 13px 25px;
}

.btn-orange {
  background-color: #CF6F49;
  color: #fff;
  cursor: pointer;
  padding: 12px 21px;
  border-radius: 6px;
  border: none;
}

.btns {
  margin-top: 26px;
}

.container {
  padding: 0 80px;
}

.link {
  padding: 0 24px;
  text-decoration: none;
  color: inherit;
  display: inline-block;
  margin-top: 10px;
}
.link img {
  margin-left: 10px;
}

section {
  padding: 100px 0;
}

.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* HEADER */
.header-ad {
  background-color: #939878;
  color: #fff;
  padding: 4px 40px;
  position: relative;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.header-ad__close {
  height: 32px;
  width: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.header {
  margin-bottom: 100px;
}
.header__inner {
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 32px;
}
.header .btn {
  padding: 12px 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.header .link {
  display: block;
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.header .link img {
  margin-left: 0;
}
.header__content {
  display: flex;
}
.header__info {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 80px;
  background-color: #F5F5F2;
  background-image: url("../images/header-top.png"), url("../images/header-bottom.png");
  background-repeat: no-repeat;
  background-position: left top, right bottom;
  background-size: 135px 147px;
}
.header__img {
  height: 100%;
  width: 50%;
}
.header__title {
  font-size: 56px;
  line-height: 67px;
  color: #2A2C1F;
  font-weight: 400;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
.header .text {
  width: 100%;
  margin: 21px 0;
}
.header__wrap {
  display: inline-flex;
  position: relative;
}
.header__wrap img {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.header__input {
  padding: 9px 16px 9px 40px;
  background: #FFFFFF;
  border: 1px solid #E7E8E3;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  margin-right: 16px;
}

.header-btn {
  height: 40px;
  width: 50px;
  border: 3px solid #CF6F49;
  border-radius: 4px;
  display: none;
  flex-direction: column;
  gap: 3px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.header-btn__line {
  height: 3px;
  background-color: #CF6F49;
  width: 80%;
}

/* SPONSOR */
.sponsor {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sponsor__inner {
  display: flex;
  gap: 32px;
}
.sponsor__text {
  width: 20%;
}
.sponsor__link {
  width: 120px;
  height: 30px;
}

/* POSTS */
.posts {
  position: relative;
  background-color: #F5F5F2;
}
.posts__btn {
  position: absolute;
  right: 80px;
  top: 130px;
}
.posts__card {
  margin-top: 80px;
}
.posts__item {
  display: inline-block;
  width: 30%;
  margin-right: 33px;
  border: 1px solid #E7E8E3;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding-bottom: 23px;
}
.posts__item .hashtag {
  background: #FAE8E1;
  margin-right: 16px;
}
.posts__img {
  width: 100%;
  height: 266px;
  -o-object-fit: cover;
     object-fit: cover;
}
.posts__info {
  padding: 24px 24px 16px;
}
.posts__title {
  padding: 12px 24px;
  font-size: 28px;
}
.posts__text {
  padding: 0 24px;
  color: #3a3a3a;
}

/* WORKS */
.works .text {
  text-align: center;
}
.works__inner {
  margin-top: 64px;
  display: flex;
  gap: 32px;
  justify-content: space-between;
}
.works__item {
  background: #FFFFFF;
  border: 1px solid #E7E8E3;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 50px 33px;
  text-align: center;
}
.works__item .text {
  width: 90%;
  margin: auto;
}
.works__title {
  margin: 24px 0 17px;
  font-size: 24px;
}

/* HOUSES */
.houses {
  display: flex;
  align-items: center;
  gap: 50px;
}
.houses_bottom {
  border-top: 1px solid grey;
}
.houses__img {
  height: 100%;
}
.houses__info {
  padding-right: 30px;
}
.houses__img, .houses__info {
  flex-basis: 50%;
}
.houses__details {
  margin-top: 36px;
  display: flex;
  gap: 24px;
}
.houses__details .text {
  width: 100%;
}
.houses__detail {
  flex-basis: 50%;
}
.houses__icons {
  height: 48px;
  width: 48px;
  -o-object-fit: cover;
     object-fit: cover;
}
.houses__title {
  font-weight: 700;
  font-size: 20px;
  margin: 16px 0 18px;
}

/* AREA */
.area {
  background-color: #F5F5F2;
  background-image: url("../images/top-right.png"), url("../images/bottom-left.png");
  background-repeat: no-repeat;
  background-color: 135px;
  background-position: right top, left bottom;
}
.area .title {
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
.area__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 80px 0;
  justify-content: space-between;
}
.area__info {
  padding: 24px;
}
.area__item {
  background-color: #fff;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.3);
  flex-basis: 30%;
  color: #2A2C1F;
}
.area__img {
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
}
.area__title {
  font-size: 24px;
  font-weight: 700;
}
.area__price {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0 16px;
}
.area__location {
  color: #65665C;
}
.area__details {
  color: #65665C;
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 16px;
}
.area__detail, .area__location {
  display: flex;
  align-items: center;
}
.area__detail img, .area__location img {
  margin-right: 10px;
}
.area__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

/* CUSTOMERS */
.customers .title,
.customers .text {
  text-align: center;
  width: 100%;
}
.customers__card {
  margin-top: 80px;
}
.customers__item {
  border: 1px solid #E7E8E3;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 32px;
  display: inline-block;
  width: 30%;
  margin-right: 32px;
}
.customers__item:last-of-type {
  margin-right: 0;
}
.customers__text {
  color: #2A2C1F;
  font-size: 18px;
  line-height: 27px;
  margin: 27px 0;
}
.customers__info {
  display: inline-block;
  margin-left: 16px;
  margin-bottom: 15px;
  position: relative;
  bottom: 5px;
}
.customers__name {
  font-size: 16px;
  margin-bottom: 4px;
}
.customers__prof {
  color: #3a3a3a;
}
.customers__avi {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  display: inline-block;
}

/* LOCATION  */
.location {
  background-color: #F5F5F2;
}
.location .text {
  margin: auto;
  text-align: center;
}
.location__inner {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
.location__item {
  background: #FFFFFF;
  border: 1px solid #E7E8E3;
  flex-basis: 30%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 33px;
}
.location__item .link {
  padding: 0;
}
.location__title {
  font-size: 20px;
  font-weight: 700;
}
.location .btns {
  justify-content: center;
  display: flex;
  margin-top: 80px;
}

.family {
  background-color: #65665C;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 96px 24px;
  margin-top: 128px;
}
.family .text {
  margin-bottom: 21px;
}
.family__img {
  height: 48px;
  width: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__content {
  padding: 64px 0;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
}
.footer__title {
  margin-bottom: 16px;
  color: #2A2C1F;
}
.footer__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__form {
  margin: 16px 0;
}
.footer__label {
  color: #65665C;
  font-size: 18px;
  width: 90%;
  line-height: 140%;
  display: inline-block;
}
.footer input {
  padding: 12px 14px;
}
.footer__info {
  color: #65665C;
  font-size: 12px;
  margin-right: 10px;
}
.footer__bottom {
  background-color: #F5F5F2;
  padding: 23px 0;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__details span {
  margin-right: 10px;
}
.footer__socials {
  display: flex;
  gap: 12px;
}/*# sourceMappingURL=style.css.map */