/* УБИРАЕМ ГИГАНТСКИЕ ОТСТУПЫ НА МОБИЛЬНЫХ */
@media (max-width: 768px) {
  .t396__elem {
    height: auto !important;
    min-height: 0 !important;
  }
  
  .t396__elem .tn-atom {
    height: auto !important;
  }
  
  .site-header {
    min-height: 0 !important;
    height: auto !important;
  }
  
  /* Принудительно убираем все возможные отступы */
  .t396__elem [data-field-height-value],
  .t396__elem [data-field-height-res-320-value],
  .t396__elem [data-field-height-res-640-value] {
    height: auto !important;
  }
}

/* Дополнительная гарантия для всех устройств */
.t396__elem {
  height: auto !important;
  min-height: 0 !important;
}