/* v4.4.4 - wymuszone tlo menu i komplet czterech statystyk w hero mobile. */
@media (max-width: 900px) {
  body .rtk-header .rtk-nav,
  body .rtk-header .rtk-nav.is-open {
    background: #050505 !important;
    background-color: #050505 !important;
    background-image: none !important;
  }

  body .rtk-header .rtk-nav.is-open {
    box-shadow: 0 0 0 100vmax #050505 !important;
  }

  body .rtk-header .rtk-nav__solid-bg {
    background: #050505 !important;
  }
}

@media (max-width: 620px) {
  .rtk-home .rtk-hero {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  .rtk-home .rtk-hero__media {
    width: 100% !important;
    height: 390px !important;
  }

  .rtk-home .rtk-hero__inner {
    height: auto !important;
    min-height: 0 !important;
  }

  .rtk-home .rtk-hero__copy {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    padding-top: 390px !important;
    padding-bottom: 38px !important;
  }

  .rtk-home .rtk-stats {
    display: grid !important;
    width: 100% !important;
    max-width: none !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-flow: row !important;
    gap: 18px 12px !important;
    margin: 30px 0 0 !important;
    padding: 25px 0 0 !important;
    overflow: visible !important;
    flex: none !important;
  }

  .rtk-home .rtk-stats > div {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 112px !important;
    padding: 12px 8px !important;
    align-items: center !important;
    justify-content: flex-start !important;
    overflow: visible !important;
    text-align: center !important;
  }

  .rtk-home .rtk-stats svg {
    width: 36px !important;
    height: 36px !important;
    margin-bottom: 9px !important;
    flex: 0 0 auto !important;
  }

  .rtk-home .rtk-stats strong {
    display: block !important;
    font-size: 23px !important;
    line-height: 1 !important;
  }

  .rtk-home .rtk-stats small {
    display: block !important;
    min-height: 30px !important;
    margin-top: 7px !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 380px) {
  .rtk-home .rtk-hero__media {
    height: 360px !important;
  }

  .rtk-home .rtk-hero__copy {
    padding-top: 360px !important;
  }

  .rtk-home .rtk-stats {
    gap: 14px 8px !important;
  }

  .rtk-home .rtk-stats > div {
    min-height: 106px !important;
    padding-inline: 4px !important;
  }
}