.uc-z-index-class {
    position: relative;
    z-index: 1;
}

/* TECH-09: мобильный фикс — заголовок/подзаголовок героя CR01 перекрывался фиксированной формой бронирования (~414px) на /children, /active, /treatment. Текст сдвинут вниз, десктоп не затронут. */
@media screen and (max-width: 640px) {
  #rec3746648101 .t-cover,
  #rec3748558601 .t-cover,
  #rec3748682901 .t-cover {
    height: max(100vh, 900px) !important;
    min-height: 900px !important;
  }
  #rec3746648101 .t-cover__wrapper,
  #rec3748558601 .t-cover__wrapper,
  #rec3748682901 .t-cover__wrapper {
    vertical-align: top !important;
    padding-top: 460px !important;
  }
}