@media (max-width: 480px) {
  .uc-r-header {
    width: 100% !important;
    overflow: visible !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .uc-r-header .t-bgimg,
  .uc-r-header img {
    width: 100% !important;
    max-height: 40vh !important;
    object-fit: cover !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }

  /* Любые внутренние контейнеры сразу под картинкой */
  .uc-r-header .t-container,
  .uc-r-header .t-container_100,
  .uc-r-header .t-col,
  .uc-r-header .t-form__inputsbox,
  .uc-r-header .t-form__wrap,
  .uc-r-header .t380__wrapper,      /* типичный класс формы */
  .uc-r-header .t-rec {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  .uc-r-header .t-title,
  .uc-r-header .t-descr,
  .uc-r-header .t-text {
    max-width: 100% !important;
    text-align: left !important;
    margin-top: 5px !important;
  }
}
