@media (max-width: 1400px) {
  .footer__right {
    display: none;
  }
}

@media (max-width: 1300px) {
  .container {
    padding: 0 50px;
    margin: 0 auto;
    width: 1300px;
  }

  .header {
    padding: 26px 0;
    border-radius: 0 0 32px 32px;
    background-color: #fff;
    filter: drop-shadow(0px 10px 4px #e4e4e4);
    margin-bottom: 35px;
  }

  .header__container {
    align-items: center;
  }

  .header__logo {
    width: 150px;
    padding: 0;
  }

  .header__nav {
    margin-right: 105px;
  }

  .header__nav-list {
    gap: 60px;
  }

  /* hero */
  .hero__content {
    align-items: center;
    height: 668px;
    padding-left: 77px;
    margin-bottom: 35px;
  }

  .hero__content-left {
    margin: 0;
    width: 100%;
  }

  .hero__title {
    font-size: 60px;
    line-height: 73.14px;
    margin-bottom: 16px;
  }

  .hero__descr {
    width: 660px;
    font-size: 20px;
    line-height: 24.38px;
    margin-top: 0;
    margin-bottom: 56px;
  }

  .hero__btn {
    margin-top: 0;
  }

  /* about */
  .about {
    margin-bottom: 60px;
  }

  .about__descr {
    width: 100%;
  }

  /* benefits */

  .benefits__content {
    margin-bottom: 80px;
  }

  .benefits__left,
  .benefits__right {
    width: 100%;
    flex: none;
  }

  .benefits__left {
    height: 640px;
  }

  .right__card-content {
    padding: 64px 76px;
  }

  /* stages */

  .stages__title {
    margin-bottom: 33px;
  }

  .stages__content {
    margin-bottom: 80px;
    gap: 20px;
  }

  .stages__left {
    width: 47%;
  }

  .stages__subtitle {
    margin-bottom: 10px;
  }

  .stages__descr {
    margin-bottom: 24px;
  }

  .stages__btn--orange {
    padding: 20px 38px;
  }

  /* questions */

  .questions {
    margin-bottom: 75px;
  }

  /* footer */

  .footer__logo {
    width: 224px;
  }

  .footer__left {
    margin-right: 132px;
  }

  .footer__centre {
    margin-top: 4px;
  }

  .footer__form-content {
    gap: 25px;
  }

  .footer__form-btn {
    padding: 19px 38px;
  }

  .checkbox-text {
    padding-left: 17px;
    font-size: 16px;
  }
}

@media (max-width: 960px) {

  /* header */

  .container {
    width: 960px;
  }

  .header {
    padding: 17px 0;
    align-items: center;
    border-radius: 0 0 32px 32px;
    margin-bottom: 35px;
  }

  .header__logo {
    width: 110px;
    margin-right: 44px;
  }

  .header__nav {
    margin-right: 40px;
  }

  .header__nav-list {
    gap: 40px;
    letter-spacing: 0.3px;
  }

  /* hero */

  .hero__content {
    align-items: normal;
    height: 662px;
    padding: 160px 40px;
    margin-bottom: 35px;
    border-radius: 24px;
  }

  .hero__content-left {
    margin: 0;
    padding: 0;
  }

  .hero__title {
    font-size: 50px;
    margin-bottom: 16px;
    line-height: 60.95px;
  }

  .hero__descr {
    font-size: 18px;
    line-height: 21.94px;
    width: 585px;
    margin-bottom: 60px;
  }

  /* about */

  .about {
    margin-bottom: 54px;
  }

  /* benefits */

  .benefits__left {
    border-radius: 24px;
    height: 650px;
  }

  .benefits__right-card {
    border-radius: 24px;
  }

  .benefits__left-content {
    padding: 35px 40px;
  }

  .benefits__descr {
    width: 366px;
  }

  .right__card-content {
    padding: 34px 40px;
    border-radius: 24px;
  }

  .right__card-content svg {
    width: 120px;
  }

  .right__card-text {
    padding-left: 16px;
  }

  /* stages */

  .stages__content {
    flex-wrap: wrap-reverse;
    gap: 38px;
  }

  .stages__right {
    margin: 0;
    border-radius: 24px;
  }

  .stages__left,
  .stages__right {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  /* questions */

  .questions {
    margin-bottom: 74px;
  }

  .questions__item {
    padding: 35px 40px;
  }

  .questions__subtitle {
    line-height: 29.26px;
  }

  /* footer */

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

  .footer__nav {
    display: none;
  }

  .footer__centre {
    width: 81%;
  }

  .footer__form-textarea {
    padding-top: 22px;
  }

  .footer__form {
    margin-bottom: 50px;
  }

}

@media (max-width: 760px) {
  .container {
    padding: 0 25px;
  }
}

@media (max-width: 650px) {
  .header__container {
    flex-direction: column;
  }

  .header {
    padding-top: 17px;
    padding-bottom: 37px;
    margin-bottom: 20px;
    border-radius: 0 0 16px 16px;
  }

  .header__logo {
    margin-bottom: 20px;
    margin-right: auto;
  }

  .nav__search-icon {
    position: absolute;
    align-self: flex-end;
  }

  .header__nav {
    display: flex;
    align-items: center;
    margin-right: auto;
  }

  .hero__descr {
    max-width: 100%;
  }

  .footer__content {
    padding: 30px 0;
  }

  .footer__centre {
    width: 100%;
    gap: 15px;
  }

  .footer__form {
    margin-bottom: 16px;
  }

  .footer__form-content {
    gap: 25px;
    font-size: 14px;
  }

  .footer__form-textarea {
    margin-bottom: 0;
  }

  .footer__form-wrapper {
    flex-direction: column;
    border-bottom: solid 1px #414141;
    padding-bottom: 30px;
  }

  .footer__form-btn {
    padding: 12px 19px;
    font-size: 12px;
    border-radius: 8px;
    margin-bottom: 20px;
  }

  .footer__form-checkbox {
    margin: 0;
  }

  .footer__left {
    margin-right: 0;
    align-items: center;
  }

  .footer__logo {
    width: 131px;
  }
}

@media (max-width: 520px) {

  .container {
    padding: 0 15px;
    width: 520px;
  }

  .section-title {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .section-descr {
    font-size: 14px;
    line-height: 28px;
  }

  /* hero */

  .hero__content {
    height: 308px;
    border-radius: 16px;
    padding: 60px 20px;
    margin-bottom: 46px;
  }

  .hero__content-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    text-align: center;
  }

  .hero__title {
    font-size: 20px;
    line-height: 24.38px;
    margin-bottom: 6px;
  }

  .hero__descr {
    font-size: 12px;
    line-height: 14.63px;
    margin-bottom: 25px;
  }

  .hero__wrapper {
    align-self: center;
    padding: 0 44px;
  }

  .hero__btn {
    padding: 5px 28px;
    font-size: 12px;
    border-radius: 8px;
  }

  /* about */

  .about {
    margin-bottom: 14px;
  }
  /* benefits */

  .benefits__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 60px;
  }

  .benefits__secret-content {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .benefits__left {
    height: 200px;
    border-radius: 16px;
  }

  .benefits__left-content {
    display: none;
  }

  .benefits__right {
    margin: -1px;
    gap: 25px
  }

  .benefits__secret-content {
    margin-bottom: 20px;
  }

  .benefits__secret-descr {
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    margin: 0;
    margin-bottom: 12px;
  }

  .benefits__secret-btn {
    padding: 11px 42px;
    font-size: 12px;
    border-radius: 8px;
    border: 2px solid #FF9900;
    color: #FF9900;
    background-color: transparent;
  }

  .right__card-content {
    flex-direction: column;
    align-items: start;
    border: none;
    padding: 0;
  }

  .right__card-content svg {
    width: 70px;
    height: 55px;
    margin-bottom: 12px;
  }

  .right__card-text {
    width: 100%;
    padding: 0;
  }

  .right__card-subtitle {
    font-size: 18px;
    font-weight: 500;
    line-height: 21.94px;
    margin-bottom: 5px;
  }

  .right__card-descr {
    font-size: 14px;
    line-height: 28px;
  }


  /* stages */

  .stages__content {
    gap: 19px;
    margin-bottom: 60px;
  }

  .stages__title {
    margin-bottom: 20px;
  }

  .stages__picture {
    border-radius: 16px;
  }

  .stages__subtitle {
    font-size: 18px;
    font-weight: 500;
    line-height: 21.94px;
    margin-bottom: 9px;
  }

  .stages__descr {
    font-size: 14px;
    line-height: 28px;
  }

  .stages__wrapper {
    gap: 10px;
  }

  .stages__btn--orange {
    padding: 12px 44px;
    font-size: 12px;
    border-radius: 8px;
  }

  .stages__btn--transparent {
    padding: 12px 32px;
    font-size: 12px;
    border-radius: 8px;
  }

  /* questions */

  .questions__subtitle {
    font-size: 18px;
    font-weight: 500;
    line-height: 21.94px;
    margin-bottom: 3px;
  }

  .questions__item-descr {
    font-size: 14px;
    line-height: 28px;
  }

  .questions__item {
    border: none;
    padding: 0;
  }

  .question__title {
    margin-bottom: 25px;
  }

  .questions {
    margin-bottom: 60px;
  }

  /* footer */

  .social-link svg{
    width: 40px;
    height: 40px;
  }

  .footer__social-item {
    width: 40px;
    height: 40px;
  }

  .footer__social {
    gap: 16px;
  }
}

@media (max-width: 320px) {
  .header__nav-list {
    display: flex;
    overflow-x: auto;
    max-width: 320px;
    gap: 24px;
  }
}
