@media (max-width: 1240px) {
  .price__item {
    max-width: 425px;
  }
}

@media (max-width: 1080px) {
  .contact {
    flex-wrap: wrap;
  }
  .contact__inner,
  .contact__form {
    width: 100%;
  }
  .contact__items {
    justify-content: space-between;
    width: 60%;
    margin: 0 auto;
  }
  .contact__title {
    margin-top: 30px;
  }
  .contact__form {
    margin-top: 15px;
  }
}

@media (max-width: 920px) {
  .price__item {
    max-width: 100%;
    height: 250px;
  }
  .price__item-title {
    font-size: 32px;
    line-height: 36px;
  }

  .contact__items {
    width: 80%;
  }
  .contact__form-item input {
    width: 100%;
  }
}

@media (max-width: 780px) {
  .reviews__item {
    width: 100%;
    height: 315px;
    padding: 20px;
    margin: 20px 10px;
  }
  .reviews__item-img {
    width: 90px;
    height: 90px;
  }
  .reviews__item-nombre {
    margin-bottom: 14px;
  }
  .company__item {
    width: 100%;
    height: 330px;
    padding-top: 10px;
  }
  .company__img {
    margin-bottom: 0;
  }
  .company__lists {
    display: inline-block;
  }

  .footer__inner {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 715px) {
  .header__item-img {
    width: 55px;
    height: 55px;
  }
  .header__item-text {
    font-size: 14px;
    line-height: 20px;
  }
  .header__item {
    width: 170px;
  }

  .price__item-text {
    text-align: center;
    padding: 0;
  }

  .contact__item {
    width: 100%;
    min-height: 75px;
    margin-bottom: 20px;
  }
  .contact__items {
    width: 100%;
  }
  .gallery__img {
    width: 100%;
  }
}

@media (max-width: 590px) {
  .header__logo {
    width: 210px;
  }
  .header__horario {
    font-size: 15px;
    line-height: 18px;
    padding-top: 12px;
  }
  .header__title {
    font-size: 58px;
    line-height: 62px;
    margin-bottom: 40px;
  }
  .header__text {
    font-size: 16px;
    line-height: 22px;
  }

  .header__btn {
    font-size: 14px;
    padding: 12px 18px;
    margin-bottom: 30px;
  }

  .header__item {
    width: 100%;
  }

  .header__item-img {
    width: 35px;
    height: 35px;
    margin-bottom: 7px;
  }

  .header__item-text {
    font-size: 12px;
    line-height: normal;
    margin-bottom: 18px;
  }

  .price__title,
  .gallery__title,
  .reviews__title,
  .company__title {
    font-size: 42px;
    line-height: 46px;
  }

  .price__text,
  .gallery__text,
  .reviews__text,
  .company__text {
    font-size: 16px;
    line-height: 22px;
  }

  .price__item-title {
    font-size: 30px;
    line-height: 36px;
  }
  .contact__text {
    font-size: 16px;
    line-height: 22px;
  }
  .reviews__item-img {
    width: 70px;
    height: 70px;
  }
  .reviews__item-nombre {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 24px;
  }
  .reviews__item-text,
  .company__list {
    font-size: 16px;
    line-height: 22px;
  }
  .company__item-title {
    font-size: 22px;
    line-height: 24px;
  }
}

@media (max-width: 400px) {
  .header__title {
    font-size: 44px;
    line-height: 56px;
  }
  .header__btn {
    padding: 12px 16px;
  }
  .header__item-text {
    font-size: 11px;
    margin-bottom: 5px;
  }

  .price__title,
  .gallery__title,
  .reviews__title,
  .company__title {
    font-size: 34px;
    line-height: 38px;
  }
  .price__item-title {
    font-size: 26px;
    line-height: 32px;
  }
  .price__item-text {
    font-size: 16px;
    line-height: 22px;
  }
  .price__item {
    height: 330px;
  }
  .contact__title {
    font-size: 34px;
    line-height: 38px;
  }
  .contact__text {
    margin-bottom: 20px;
  }

  .contact__form button {
    width: 170px;
    font-size: 12px;
    padding: 10px 5px;
  }
  .company__img {
    width: 90px;
    height: 90px;
  }
  .reviews__item {
    height: 355px;
  }
}
