/*
 * Мобильный hero тестовой страницы /destinations/los-angeles-summer-games-test
 * (Varya Approved). Самодостаточный блок. Фоновая картинка приходит инлайновым
 * <style> из блейда внутри mobile-медиазапроса.
 */

.la-hero {
  display: none;
}

@media (max-width: 767px) {
  .la-hero {
    display: block;
    position: relative;
    padding: 32px 24px 18px;
    background-color: #1e2440;
    background-position: 90% center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: OpenSansRegular, Arial, sans-serif;
    text-align: center;
  }

  .la-hero *,
  .la-hero *::before,
  .la-hero *::after {
    box-sizing: border-box;
  }

  .la-hero__eyebrow {
    margin: 0 0 18px;
    color: #c8a850;
    font-family: OpenSansBold, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.8px;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .la-hero__title {
    margin: 0 0 8px;
    color: #fff;
    font-family: OpenSansBold, Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }

  .la-hero__dates {
    margin: 0 0 16px;
    color: #c8a850;
    font-family: OpenSansBold, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.6px;
    line-height: 1.3;
  }

  .la-hero__sub {
    margin: 0 0 24px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.6;
  }

  .la-hero__ctas {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }

  .la-hero__btn {
    display: block;
    width: 100%;
    margin: 0;
    padding: 13px;
    border: 0;
    border-radius: 8px;
    font-family: OpenSansBold, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
  }

  .la-hero__btn--solid {
    background: #cc6c2b;
    color: #fff;
  }

  .la-hero__btn--outline {
    border: 1.5px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    color: #fff;
  }

  .la-hero__trust {
    display: none;
  }
}
