@media screen and (min-width:39.9375em) and (max-width:87em) {
    .regular .ilosc {
    display: flex;
    line-height: 18px;
    padding-top: 2px;
    margin: 0 10px;
    width: 100%;
    text-align: center;
}
    
  .slider-title {
    position: absolute;
    bottom: 3rem;
    width: 100%;
    text-align: center;
  }
  table {
    text-align: left !important
  }
  table th {
    text-align: left !important;
  }
  .archiwum {
    margin-top: 0rem
  }
  .kontakt-txt {
    padding: 6rem 4rem 20rem 3rem;
  }
  .promo1, .promo2, .promo3 {
    width: 120px;
    height: 120px;
    margin: 3rem 0.5rem;
    float: right
  }
  .formularz::after {
    content: "";
    width: 150px;
    height: 150px;
    border-radius: 10px;
    background-color: #a41d20;
    position: absolute;
    z-index: -1;
    right: -1rem;
    bottom: 5rem;
  }
  .center {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .promo .status {
    position: absolute;
    top: 3rem;
    left: 3rem;
  }
  .promo h5 {
    margin-top: 0.5rem;
  }
  .mtc {
    text-align: center !important
  }
  .swiper-slide h2 {
    color: white;
    font-size: 60px;
    text-shadow: 2px 2px 42px rgba(0, 0, 0, 0.9);
    margin-top: 20rem;
    margin-left: 4rem;
    margin-right: 4rem;
    text-align: center;
  }
  .swiper-slide h3 {
    color: white;
    font-size: 24px;
    text-shadow: 2px 2px 42px rgba(0, 0, 0, 0.9);
    margin-left: 4rem;
    margin-bottom: 5rem;
    margin-right: 4rem;
    text-align: center;
  }
  .regular .ilosc img {
    height: 30px;
    margin: 0 1rem;
  }
  .promo .promo-container {
    position: absolute;
    right: 3rem;
    display: block;
    margin-top: 2.5rem
  }
  .regular .promo-container {
    position: absolute;
    right: 1rem;
    display: block;
    margin-top: 0rem
  }
  .promo .info-bar {
    padding: 1rem 2rem;
  }
  .promo .promo1, .promo .promo2, .promo .promo3 {
    width: 100px;
    height: 100px;
    margin: 0.5rem;
    float: right
  }
  [type='file'], [type='checkbox'], [type='radio'] {
    margin: 0 0 1rem;
    position: absolute;
    left: 4rem;
    bottom: 7rem;
  }
  .formularz {
    text-align: left !important;
    position: relative;
    top: -15rem;
    padding: 4rem;
    background-color: white;
    border-radius: 15px;
    margin-bottom: -10rem;
  }
  .sticky .header-bottom {
    padding: 10px 1rem 15px 1rem;
  }
  .news-title-special {
    height: 300px;
    margin-top: 2rem
  }
  section {
    margin-top: 7rem;
    margin-bottom: 7rem
  }
  .info img {
    width: 90px;
    margin: 2rem auto 1rem auto;
    z-index: 1;
  }
  .info {
    color: white;
    position: relative;
    left: 0
  }
  .infobg {
    background: rgb(0, 57, 99);
    background: linear-gradient(180deg, rgba(0, 57, 99, 1) 0%, rgba(21, 43, 69, 1) 100%);
    position: relative;
    z-index: 1;
    top: 2rem;
    padding: 3rem 0 4rem 0;
    margin: 2rem;
    border-radius: 15px;
  }
  .sp-img {
    height: 50vh;
    margin: 1rem auto
  }
  .news-title-special2 {
    height: 300px;
    top: 0;
    position: relative;
    margin-top: 2rem
  }
  .numer-sekcja::after {
    content: "";
    width: 70px;
    height: 5px;
    border-radius: 3px;
    background-color: #ececec;
    position: absolute;
    top: -1rem;
    left: 30%;
    transform: translateX(-30%);
    transition: all 0.3s;
  }
  .numer-sekcja:hover::after {
    content: "";
    width: 70px;
    height: 3px;
    border-radius: 3px;
    background-color: #B9B9B9;
    position: absolute;
    top: -1rem;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
  }
  .numer-sekcja::before {
    content: "";
    width: 70px;
    height: 5px;
    border-radius: 3px;
    background-color: #ececec;
    position: absolute;
    bottom: -2rem;
    left: 30%;
    transform: translateX(-30%);
    transition: all 0.3s;
  }
  .numer-sekcja:hover::before {
    content: "";
    width: 70px;
    height: 3px;
    border-radius: 3px;
    background-color: #B9B9B9;
    position: absolute;
    bottom: -2rem;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
  }
}