 .u-section-1 {
  min-height: 50vw;
}

.u-section-1 .u-sheet-1 {
  min-height: 50vw;
}@font-face {
  font-family: 'Monaco';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Monaco.ttf);
}
/* page-custom-fonts */
/* ===== MOBILE HERO (только для телефонов) ===== */

.mobile-hero {
  display: none;
}

@media (max-width: 767px) {

  /* Скрываем видео */
  .u-section-1 {
    display: none !important;
  }
.u-logo {
  display: none !important;
}
  /* Контейнер */
  .mobile-hero {
    display: flex;
    width: 100%;
    height: 100vh;
    background: black;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  /* Картинка БЕЗ растяжения */
  .mobile-bg {
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
  }

}
