@media (max-width: 1500px) {
  .text {
    width: 80%;
  }
}
@media (max-width: 1300px) {
  .posts__item {
    width: 45%;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .title {
    font-size: 35px;
  }
  .customers__item {
    padding: 15px;
    margin-right: 14px;
  }
  .customers__card {
    margin-top: 30px;
  }
  .customers__text {
    font-size: 14px;
    line-height: 130%;
  }
}
@media (max-width: 1200px) {
  .header__menu {
    gap: 12px;
  }
  .header__title {
    font-size: 40px;
    line-height: 130%;
  }
  .header__form {
    display: flex;
  }
  .btn-orange {
    font-size: 14px;
  }
  .area__inner {
    justify-content: center;
  }
  .area__item {
    flex-basis: 45%;
  }
  .sponsor {
    gap: 30px;
  }
  .sponsor__text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .sponsor__inner {
    flex-wrap: wrap;
  }
  .works__inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .works__item {
    padding: 24px;
    flex-basis: 45%;
  }
  .works__item .text {
    width: 100%;
  }
  .houses__img {
    width: 50%;
  }
  .footer__content {
    flex-wrap: wrap;
  }
  .footer__logo {
    height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .footer__item:last-child, .footer__logo {
    flex-basis: 100%;
  }
}
@media (max-width: 1000px) {
  .container {
    padding: 0 40px;
  }
  .posts__btn {
    right: 40px;
  }
  .posts__card {
    margin-top: 20px;
  }
  .text {
    width: 80%;
  }
  .title {
    font-size: 38px;
  }
  .customers__item {
    width: 45%;
    margin-bottom: 14px;
  }
  .header__menu {
    display: none;
  }
  .header__title {
    font-size: 32px;
  }
  .header__info {
    padding: 0 30px;
  }
  .header-btn {
    display: flex;
  }
  .houses_bottom {
    flex-direction: column;
  }
  .houses__details {
    flex-wrap: wrap;
  }
  .houses__detail {
    flex-basis: 100%;
  }
}
@media (max-width: 1000px) and (max-width: 768px) {
  .posts__item {
    width: 100%;
  }
  .posts__btn {
    top: 40px;
  }
  .text {
    width: 100%;
  }
  .customers__item {
    width: 100%;
    margin-bottom: 14px;
    margin-right: 0;
  }
  .header {
    margin-bottom: 0;
  }
  .header__content {
    flex-direction: column;
  }
  .header__info, .header__img {
    width: 100%;
  }
  .header__info {
    padding: 30px;
  }
  .header__img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .area__info {
    padding: 14px;
  }
  .area__item {
    font-weight: 80%;
  }
  .area__img {
    height: 150px;
  }
  .area__title {
    font-size: 18px;
  }
  .area__price {
    font-size: 14px;
  }
  .area__details, .area__location {
    font-size: 14px;
  }
  .sponsor {
    margin-top: 50px;
    flex-direction: column;
  }
  .sponsor__inner {
    justify-content: space-between;
    gap: 15px;
  }
  .houses {
    flex-direction: column;
    gap: 20px;
  }
  .houses__img, .houses__info {
    flex-basis: unset;
  }
  .houses__img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .location__item {
    flex-basis: 45%;
  }
}
@media (max-width: 630px) {
  .area__inner {
    flex-direction: column;
    margin: 30px 0;
  }
  .area__bottom {
    flex-direction: column;
    align-items: center;
  }
  section {
    padding: 30px 0;
  }
  .works__item {
    flex-basis: 100%;
  }
  .location__inner, .location .btns {
    margin-top: 40px;
  }
  .location__item {
    flex-basis: 100%;
    text-align: center;
    padding: 22px;
  }
  .family {
    padding: 30px;
  }
  .footer__content {
    padding: 40px 0;
  }
  .footer__item {
    flex-basis: 100%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0 20px;
  }
  .title {
    font-size: 25px;
  }
  .posts__btn {
    top: 30px;
    padding: 7px 15px;
    right: 20px;
  }
  .posts__img {
    height: 180px;
  }
  .posts__title {
    font-size: 20px;
  }
  .posts__info {
    padding: 12px 12px 5px;
  }
  .posts__title, .posts__text {
    padding: 0 12px;
  }
  .text {
    font-size: 14px;
    line-height: 120%;
  }
  .header__title {
    font-size: 25px;
  }
  .header__img {
    height: 200px;
  }
  .header__form {
    flex-direction: column;
    gap: 10px;
  }
  .header__form .btn-orange {
    width: 100%;
  }
  .header__wrap {
    width: 100%;
    display: flex;
  }
  .header__input {
    display: block;
    margin-right: 0;
    width: 100%;
  }
  .sponsor {
    margin-top: 20px;
  }
  .sponsor__inner {
    justify-content: center;
  }
  .houses {
    gap: 30px;
  }
  .houses__img {
    height: 200px;
  }
  .btns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .footer button {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}/*# sourceMappingURL=media.css.map */