@charset "UTF-8";
@media (max-width: 980px) {
  .grid,
  .steps,
  .xx-seo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #addons .addon-media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 880px) {
  .airport-photo-grid,
  .luggage {
    grid-template-columns: 1fr;
  }
  .airport-photo-card {
    min-height: 390px;
  }
}
@media (max-width: 640px) {
  :root {
    --v43-safe: min(100% - 28px, 1180px);
  }
  .airport-full-hero {
    min-height: 88svh;
  }
  .airport-full-hero .hero-card {
    border-radius: 26px;
  }
  .actions {
    display: grid;
  }
  .actions .btn,
  .addons-cta a {
    width: 100%;
  }
  .grid,
  .steps,
  .xx-seo-grid,
  #addons .addon-media-grid {
    grid-template-columns: 1fr;
  }
  .school-airport-hero {
    min-height: 560px;
    border-radius: 24px;
  }
  .school-airport-hero .wrap {
    padding: 42px 24px;
  }
  .airport-photo-grid {
    gap: 18px;
  }
  .airport-photo-card {
    min-height: 350px;
    border-radius: 24px;
  }
  .airport-photo-content {
    padding: 28px 22px 24px;
  }
  #addons .addon-media-card {
    grid-template-columns: 64px minmax(0, 1fr);
    min-height: 124px;
    padding: 13px;
    border-radius: 17px;
  }
  #addons .addon-media-card img {
    width: 64px;
    height: 64px;
    border-radius: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
@media print {
  #xx-site-header,
  #xx-site-footer,
  #xx-site-floating,
  .actions,
  .addons-cta {
    display: none !important;
  }
  body {
    color: #111;
    background: #fff;
  }
  .airport-full-hero,
  .school-airport-hero,
  .card,
  .step,
  .xx-seo-card,
  .big-card {
    color: #111;
    background: #fff;
    border-color: #aaa;
    box-shadow: none;
  }
  .airport-full-hero {
    min-height: auto;
    padding: 32px 0;
  }
  .airport-full-hero::after {
    display: none;
  }
}
