.medialny img { max-width: 400px; }

li.active {
    position: relative; /* Baza dla pozycjonowania paska */
}
.navbar-menu-widthfix .navbar-nav > .active > a:before {
  display: none;
}
li a::after {
    content: "";
    position: absolute;
    bottom: 0;         /* Pasek na samym dole elementu */
    left: 0;
    width: 100%;       /* Pasek na całą szerokość */
    height: 3px;       /* Wysokość paska */
    background-color: #049844; /* Twój zielony kolor */
    
    /* Klucz do animacji od środka */
    transform: scaleX(0) !important;
    transition: transform 0.4s ease-in-out;
    transform-origin: center; 
}

/* Moment aktywacji paska */
li.active a::after { 
  transform: scaleX(1) !important;
}

.schedule__time, .green {
  color: #049844;
}

.section-title:after {
    height: 5px;
    width: 200px;
}

label[for='nazwa_firmy'] {
  font-size: 0.9em;
  }
.footer {
  background: #049844;
  padding-top: 5px;
}
.footer__content {
  display: none; 
}
  
  .adob img {
    max-width: 120px;
  }