@media (max-width: 1279px) {
  .header__inner {
    padding: 0 16px 16px;
  }

  .main {
    padding: 64px 16px 63px 16px;
  }

  .hero {
    gap: 40px;
  }

  .form_type_request {
    flex: 0 0 360px;
    padding: 24px;
  }

  .hero__title {
    font-size: 40px;
    line-height: 46px;
  }

  .hero__subtitle {
    font-size: 32px;
    line-height: 38px;
  }

  .process__list {
    gap: 40px;
    padding: 24px;
  }

  .footer__inner {
    gap: 80px;
    padding: 60px 16px 40px;
  }

  .footer__contacts {
    gap: 40px;
  }
}

@media (max-width: 1023px) {
  .header__inner {
    padding-bottom: 12px;
  }

  .header__logo {
    width: 180px;
    height: 43px;
  }

  .header__logo-img {
    width: 180px;
    height: 43px;
  }

  .header__contact {
    padding: 10px 6px;
    font-size: 14px;
  }

  .main {
    gap: 48px;
    padding: 32px 16px 64px;
  }

  .hero {
    flex-direction: column;
    gap: 32px;
  }

  .hero__content {
    flex: 1 1 auto;
  }

  .form_type_request {
    flex: 1 1 auto;
    width: 100%;
  }

  .hero__title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 12px;
  }

  .hero__subtitle {
    font-size: 28px;
    line-height: 34px;
  }

  .hero__subtitle br {
    display: none;
  }

  .hero__image-wrap {
    min-height: 320px;
  }

  .process__intro,
  .process__title,
  .form__title {
    font-size: 22px;
    line-height: 28px;
  }

  .process__heading {
    gap: 24px;
  }

  .process__list {
    gap: 24px;
  }

  .process__divider {
    display: none;
  }

  .callout__text {
    padding: 24px 0 24px 24px;
  }

  .form_type_contact {
    padding: 32px 24px;
  }

  .form__footer {
    flex-wrap: wrap;
  }

  .form__submit_compact {
    flex: 1 1 200px;
    min-width: 100%;
  }

  .footer__inner {
    flex-direction: column;
    gap: 24px;
    padding: 48px 16px 32px;
  }

  .footer__col_address {
    width: 100%;
    gap: 12px;
  }

  .footer__col_address .footer__copyright {
    display: none;
  }

  .footer__col_contacts .footer__copyright {
    display: block;
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .header {
    padding-top: 12px;
  }

  .header__inner {
    flex-wrap: wrap;
    gap: 0;
    padding: 0 12px 0;
    justify-content: center;
  }

  .header__logo {
    width: 150px;
    height: 36px;
  }

  .header__logo-img {
    width: 150px;
    height: 36px;
  }

  .header__contacts {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .header__contact {
    padding: 8px 4px;
    font-size: 13px;
  }

  .main {
    gap: 40px;
    padding: 24px 12px 48px;
  }

  .hero__text-block {
    gap: 16px;
  }

  .hero__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 8px;
  }

  .hero__subtitle {
    font-size: 22px;
    line-height: 28px;
  }

  .hero__desc {
    font-size: 15px;
    line-height: 22px;
  }

  .hero__image-wrap {
    min-height: 220px;
    border-radius: 16px;
  }

  .hero__image {
    border-radius: 16px;
  }

  .form_type_request,
  .form_type_contact {
    padding: 20px 16px;
    border-radius: 12px;
    gap: 24px;
  }

  .form__title {
    font-size: 20px;
    line-height: 26px;
  }

  .form__input,
  .form__textarea {
    font-size: 15px;
  }

  .process__intro {
    font-size: 18px;
    line-height: 26px;
  }

  .process__title {
    font-size: 18px;
    line-height: 24px;
  }

  .process__heading {
    gap: 20px;
  }

  .process__list {
    flex-direction: column;
    gap: 32px;
    padding: 20px 16px;
    border-radius: 12px;
  }

  .process__item {
    gap: 16px;
    text-align: center;
    width: 100%;
  }

  .process__icon {
    margin: 0 auto;
  }

  .callout {
    border-radius: 12px;
    padding-right: 16px;
  }

  .callout__bar {
    width: 12px;
  }

  .callout__text {
    padding: 16px 0 16px 16px;
    font-size: 14px;
    line-height: 20px;
  }

  .process__text {
    font-size: 15px;
  }

  .info__text {
    font-size: 15px;
    line-height: 22px;
  }

  .form__field_half {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .form__footer {
    flex-direction: column;
    align-items: stretch;
  }

  .form__submit_compact {
    width: 100%;
    flex: none;
    min-width: 0;
  }

  .footer__inner {
    padding: 40px 12px 28px;
    gap: 32px;
  }

  .footer__title {
    font-size: 16px;
  }

  .footer__contacts {
    flex-direction: column;
    gap: 16px;
  }

  .footer__text {
    font-size: 14px;
  }
}

@media (max-width: 479px) {
  .hero__title {
    font-size: 24px;
    line-height: 30px;
  }

  .hero__subtitle {
    font-size: 20px;
    line-height: 26px;
  }

  .header__contact_phone .header__contact-text {
    font-size: 13px;
  }
}
