@media (max-width: 850px) and (min-width: 641px) {
  .site-additional {
    display: flex;
    align-items: center;
  }

  #kae_main_form,
  .kae-reviews-wrapper {
    min-width: auto;
    width: 100%;
  }

  .kae-reviews-wrapper {
    overflow-x: scroll;
  }

  #kae_main_form input[type="text"],
  #kae_main_form input[type="number"] {
    max-width: calc(100% - 24px);
    font-size: 14px;
    margin-left: 0;
    flex: auto;
  }

  .kae-create-form {
    padding: 16px 24px;
    font-size: 14px;
    max-width: 580px;
  }
  .kae-from,
  .kae-to {
    max-width: 100%;
    width: 100%;
  }
  .kae-box-fields {
    column-gap: 16px;
    flex-wrap: wrap;
  }

  #kae_order_form .kae-box-fields {
    gap: 8px;
  }

  .kae-box-fields .kae-input-wrap,
  #kae_order_form .kae-box-wrapper .kae-input-wrap {
    max-width: calc(50% - 8px);
  }

  /* #kae_order_form .kae-box-wrapper .kae-weight,
  #kae_order_form .kae-box-wrapper .kae-length {
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
  } */

  .kae-create-measurement-wrapper {
    flex-wrap: wrap;
    align-items: baseline;
  }
  .kae-create-measurement-title {
    padding-bottom: 8px;
  }
  .kae-create-measurement-metric,
  .kae-create-measurement-imperial {
    flex: 0 0 50%;
    font-size: 12px; /*   изменить на 14! ! ! !  */
  }

  #kae_place_order,
  #kae_more_questions {
    width: 100%;
    text-align: center;
  }

  #kae_order_form #kae_place_order {
    width: fit-content;
  }

  .kae-process,
  .kae-why,
  .kae-contacts-container,
  .kae-reviews,
  .kae-footer,
  .kae-order {
    padding: 40px;
  }

  .kae-section-title {
    max-width: 100%;
    font-size: 56px;
  }

  .kae-process-item {
    width: 100%;
    height: 80px;
    min-height: auto;
    height: 120px;
  }

  .kae-process-body {
    flex-direction: column;
    padding-bottom: 40px;
    max-width: 550px;
    margin: 0 auto;
  }
  .kae-process-item .kae-process-number {
    text-align: center;
  }
  .kae-process-active {
    width: 100%;
    height: auto;
    min-height: 250px;
  }
  .kae-process-active .kae-process-number {
    text-align: left;
  }

  .kae-process-active .kae-process-title {
    font-size: 30px;
    padding-top: 40px;
  }

  .kae-process-item-0 {
    border-radius: 8px 8px 0 0;
  }

  .kae-process-item-5 {
    border-radius: 0 0 8px 8px;
  }

  .kae-why-body {
    gap: 16px;
  }

  .kae-why-item {
    width: calc(50% - 8px);
  }

  .kae-why-title {
    line-height: normal;
    font-size: 18px;
  }

  .kae-why-text {
    padding: 0 0 0 16px;
  }

  .kae-question-left,
  .kae-reviews-next-previous {
    display: none;
  }

  .kae-question {
    padding: 40px;
    max-width: 80%;
  }

  .kae-question-body,
  .kae-reviews-body {
    margin: 0 auto;
  }

  .kae-question-left {
    display: none;
  }

  .kae-question-right {
    flex: auto;
  }

  .kae-reviews {
    padding-right: 0;
  }

  .kae-reviews-feedback {
    font-size: 24px;
    padding-top: 24px;
  }

  .kae-footer #menu-ru,
  .kae-footer #menu-en {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .kae-reviews-wrapper::after {
    display: none;
  }

  #kae_order_form {
    max-width: fit-content;
    min-width: fit-content;
  }

  #kae_order_form .kae-box-fields input[type="number"] {
    max-width: fit-content;
  }

  .kae-create-footer {
    flex-direction: column-reverse;
    align-items: baseline;
  }

  .kae-create-amount {
    padding-left: 0;
  }

  .kae-otp-wrapper {
    max-height: 90%;
  }

  .kae-order-body-left {
    width: 100%;
    min-width: auto;
  }

  .kae-order-body-right {
    width: 100%;
    min-width: auto;
    max-width: 472px;
  }

  .kae-otp-wrapper {
    padding: 40px 40px 40px 60px;
    max-width: 85%;
  }

  .kae-otp-order-date,
  .kae-otp-order-content,
  .kae-otp-order-from,
  .kae-otp-order-to,
  .kae-otp-order-status {
    flex: calc(50% - 8px);
  }

  .kae-otp-order-from,
  .kae-otp-order-to {
    min-width: auto;
  }

  .kae-otp-action-edit,
  .kae-otp-action-display {
    justify-content: right;
  }

  .kae-otp-action-edit,
  .kae-otp-action-display {
    justify-content: left;
  }

  .kae-add-review-body {
    padding: 0 32px 16px;
  }

  .kae-add-review-order {
    gap: 8px;
  }

  .kae-add-review-order .kae-phone-input {
    max-width: 200px;
  }
}

@media (max-width: 750px) {
  .kae-item-name {
    flex: 100%;
  }
}
