
/* ФИКС 10-го экрана с формой на мобильных */
@media (max-width: 768px) {

  /* Рекорд с формой (#rec1671090551) — убираем любые "подтягивания" */
  #rec1671090551 {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;

    margin-top: 32px !important;
    margin-bottom: 40px !important;
  }

  /* На всякий случай сбрасываем отрицательные маргины у внутренних обёрток */
  #rec1671090551 .uc-mzk10-final,
  #rec1671090551 .t-container,
  #rec1671090551 .t-row,
  #rec1671090551 .t-col {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    transform: none !important;
    position: static !important;
    top: auto !important;
    bottom: auto !important;
  }

  /* Первый экран — не жёсткий 100vh, а по контенту */
  .ig-fullscreen-bg {
    height: auto !important;
    min-height: 100vh;
    align-items: flex-start;
  }
}

