@media screen and (max-width: 900px) {
  .contacts .wrap .inner {
    flex-direction:column;
    padding: 0!important;
  }
  .contact-form-custom-border {
    padding: 15px 0px !important;
  }
  .contacts .wrap .inner .contacts--right {
    overflow:visible!important;
  }
  .contacts .contacts--right .callback_form_block {
    gap:10px;
  }
  .contacts .contact-form__field .contact-form__field--submit button {
    height:50px;
  }
}
.contact-form-custom-border {
    padding: 60px;
    background: #EBECEE;
}