@media (max-width: 1366px) {
  .about-us__descr {
    max-width: 85%;
  }

  .questions__list {
    --offsets: 1;
  }

  .questions__caption {
    max-width: unset;
  }
}

@media (max-width: 1280px) {
  .section-offset {
    margin-bottom: 80px;
  }

  .header {
    margin-bottom: 38px;
    padding: 25px 0;
  }

  .header__logo {
    width: 150px;
  }

  .header__nav {
    margin-right: 105px;
  }

  .nav__item:not(:last-child) {
    margin-right: 60px;
  }

  .first-screen {
    margin-bottom: 35px;
  }

  .first-screen__container {
    padding: 160px 77px;
    background-image: url('../img/first-screen-bg_1024.jpg');
  }

  .first-screen__title {
    margin-bottom: 16px;
    width: 100%;
    font-size: 60px;
  }

  .first-screen__descr {
    margin-bottom: 60px;
    width: 100%;
    font-size: 20px;
  }

  .about-us {
    margin-bottom: 79px;
  }

  .about-us__descr {
    margin-bottom: 59px;
    max-width: unset;
    width: 100%;
  }

  .about-us__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-us__left,
  .about-us__list {
    width: 100%;
  }

  .about-us__left {
    min-height: 640px;
  }

  .about-us__item {
    padding: 7% 13% 6.7% 34.2%;
    background-position: left 10% center;
    background-size: 21%;
  }

  .stages {
    margin-bottom: 80px;
  }

  .stages__left,
  .stages__right {
    max-width: calc((100% - 50px) / 2);
  }

  .stages__left {
    margin-right: 5.4%;
  }

  .stages__text {
    margin-bottom: 25px;
  }

  .questions__list {
    --offsets: 0;
  }

  .questions__item {
    padding: 7% 6.7% 6.7% 6.5%;
  }

  .footer__left {
    width: 35%;
  }

  .footer__center {
    width: 58.6%;
    min-width: 541px;
  }

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

  .footer__descr {
    display: none;
  }
}

@media (max-width: 992px) {
  .header {
    margin-bottom: 40px;
    padding: 15px 0;
  }

  .header__logo {
    width: 110px;
  }

  .header__nav {
    margin-right: 43px;
  }

  .nav__item:not(:last-child) {
    margin-right: 41px;
  }

  .nav__link {
    font-weight: 700;
    font-size: 16px;
  }

  .first-screen__container {
    padding: 160px 40px;
    border-radius: 24px;
    background-image: url('../img/first-screen-bg_768.jpg');
  }

  .first-screen__title {
    font-size: 50px;
  }

  .first-screen__descr {
    font-size: 18px;
  }

  .about-us {
    margin-bottom: 81px;
  }

  .about-us__descr {
    margin-bottom: 54px;
  }

  .about-us__left {
    min-height: 650px;
    border-radius: 24px;
  }

  .about-us__preview {
    padding: 34px 40px;
    border-radius: 24px;
  }

  .about-us__preview-text {
    width: 63%;
  }

  .about-us__item {
    /* padding: 35px 46px 32px 25%; */
    padding: 5% 6% 5% 25.3%;
    border-radius: 24px;
    background-position: left 7% center;
    background-size: 17%;
  }

  .stages__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .stages__left,
  .stages__right {
    max-width: unset;
    width: 100%;
  }

  .stages__left {
    margin-right: 0;
  }

  .stages__text br {
    display: none;
  }

  .stages__right {
    margin-bottom: 38px;
    padding-top: 42.4%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border-radius: 24px;
  }

  .questions__item {
    /* padding: 34px 65px 32px 40px; */
    padding: 5.2% 10% 4.7% 5.8%;
  }

  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .footer__nav {
    display: none;
  }

  .footer__center {
    margin-bottom: 47px;
    width: 81%;
  }

  .footer__logo {
    margin-bottom: 11px;
  }
}

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

  .header {
    padding: 18px 0 40px;
  }

  .header__container {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .header__logo {
    position: absolute;
    top: 0;
    left: 15px;
  }

  .header__btn-search {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: 20px;
    height: 35px;
  }

  .header__nav {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-right: 0;
  }
}

@media (max-width: 576px) {
  .section-offset {
    margin-bottom: 59px;
  }

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

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

  .header {
    margin-bottom: 20px;
  }

  .header__nav {
    width: calc(100% + 15px);
    /* overflow: hidden; */
    overflow: scroll;
  }

  .nav__item:not(:last-child) {
    margin-right: 25px;
  }

  .first-screen {
    margin-bottom: 59px;
  }

  .first-screen__container {
    padding: 60px 22px;
    border-radius: 16px;
    text-align: center;
  }

  .first-screen__title {
    margin-bottom: 7px;
    font-size: 20px;
  }

  .first-screen__descr {
    margin-bottom: 33px;
    font-size: 12px;
  }

  .first-screen__btn-order {
    padding: 13px 28px;
  }

  .about-us {
    margin-bottom: 58px;
  }

  .about-us__title {
    margin-bottom: 20px;
  }

  .about-us__descr {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 28px;
  }

  .about-us__preview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-us__left {
    min-height: unset;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-position: top;
    background-size: contain;
    border-radius: 16px 16px 0 0;
    background-color: transparent;
  }

  .about-us__preview {
    padding: 0;
    padding-top: 72%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
    border-radius: 0;
  }

  .about-us__preview-text {
    margin-bottom: 11px;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: var(--black-color);
  }

  .about-us__btn-more {
    padding: 11px 42px;
    border-width: 2px;
    color: var(--black-color)
  }

  .about-us__item {
    padding: 0;
    padding-top: 20.8%;
    border: none;
    background-position: top left;
    background-size: 21%;
  }

  .about-us__caption {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 18px;
  }

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

  .stages {
    margin-bottom: 60px;
  }

  .stages__right {
    margin-bottom: 21px;
    padding-top: 53.5%;
    background-size: contain;
    background-position: top;
    border-radius: 16px;
  }

  .stages__heading {
    font-weight: 500;
    font-size: 18px;
  }

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

  .stages__btns {
    gap: 10px;
  }

  .stages__btn-contract {
    padding: 11px 32px;
  }

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

  .questions__caption {
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 18px;
  }

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

  .footer {
    padding: 30px 0;
  }

  .footer__center {
    margin-bottom: 24px;
    width: 100%;
    min-width: unset;
    text-align: center;
  }

  .footer__form-title {
    text-align: left;
  }

  .footer__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__form-input,
  .footer__form-textarea {
    padding: 17px 20px;
    font-size: 14px;
  }

  .footer__form-input::-webkit-input-placeholder,
  .footer__form-textarea::-webkit-input-placeholder {
    font-size: 14px;
  }

  .footer__form-input::-moz-placeholder,
  .footer__form-textarea::-moz-placeholder {
    font-size: 14px;
  }

  .footer__form-input:-ms-input-placeholder,
  .footer__form-textarea:-ms-input-placeholder {
    font-size: 14px;
  }

  .footer__form-input::-ms-input-placeholder,
  .footer__form-textarea::-ms-input-placeholder {
    font-size: 14px;
  }

  .footer__form-input::placeholder,
  .footer__form-textarea::placeholder {
    font-size: 14px;
  }

  .footer__form-textarea {
    margin-bottom: 25px;
  }

  .footer__form-btn {
    margin-right: 0;
    margin-bottom: 13px;
    padding: 12px 19px;
    font-size: 12px;
  }

  .footer__left {
    position: relative;
    padding-top: 17px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .footer__left::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--graphite-color);
  }

  .footer__logo {
    width: 131px;
  }

  .footer__social-item:not(:last-child) {
    margin-right: 16px;
  }

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