@media (max-width: 768px) {
  /* NAWIGACJA */
  .side-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    z-index: 1000;
    background-color: #2FA7DD;
    padding: 10px;
  }

  .side-nav .logo img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }

  .side-nav nav ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .nav-icons li {
    flex: 0 0 22%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .nav-icons li img {
    width: 50px;
    height: 50px;
  }

  main {
    margin-left: 0;
    padding-top: 160px; /* kompensacja dla nav */
  }

  footer {
    margin-left: 0;
  }

  /* HERO */
  .hero {
    display: none;
  }

  /* DRZWI – GRID KATEGORII */
  .drzwi-grid {
    flex-direction: column;
    align-items: center;
  }

  .drzwi-grid-item {
    width: 90%;
    max-width: 350px;
  }

  .drzwi-grid-item img.drzwi-kat {
    max-height: 180px;
  }

  /* DRZWI – MODELE */
  .kat-page.drzwi-page .offer-item-lplp {
    flex-direction: column !important;
    align-items: center;
    gap: 20px;
    text-align: center;
  }

  .kat-page.drzwi-page .offer-link-block {
    flex-direction: column;
    text-align: center;
  }

  .kat-page.drzwi-page .offer-short-desc {
    margin-left: 0;
    text-align: center;
  }

  .kat-page.drzwi-page .offer-text {
    text-align: center;
    max-width: 100%;
  }

  .kat-page.drzwi-page .offer-icon-wrapper {
    width: 60vw;
    max-width: 250px;
  }

  /* OGÓLNE MODELE */
  .offer-item-lplp {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
  }

  .offer-item-lplp .offer-text {
    max-width: 100%;
  }

  .offer-item-lplp .offer-icon-wrapper {
    width: 60vw;
    max-width: 250px;
  }

  /* OGÓLNE KOMPONENTY */
  .offer-icon-wrapper,
  .offer-link-block {
    width: 50vw;
    max-width: 250px;
  }

  .offer-text,
  .offer-short-desc {
    text-align: center;
    margin-left: 0;
  }

  .hero-button {
    justify-content: center;
    margin: 20px 0;
  }

  .category-image {
    width: 50vw;
    max-width: 200px;
  }

  .about-image {
    flex: 0 0 60vw;
    max-width: 250px;
  }

  .about-text {
    text-align: center;
  }

  .contact-form {
    flex-direction: column;
  }

  .contact-maps {
    flex-direction: column;
    align-items: center;
  }

  /* OKNA */
  .kat-page.okna-page .offer-item-lplp {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .kat-page.okna-page .offer-item-lplp .offer-text,
  .kat-page.okna-page .offer-item-lplp .offer-short-desc {
    margin-left: 0;
  }

  .kat-page.okna-page .offer-icon-wrapper,
  .kat-page.okna-page .offer-link-block {
    width: 50vw;
    max-width: 250px;
  }

  /* STRONA GŁÓWNA */
  .home-page .main-image-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
  }

  .home-page .main-image-wrapper img.offer-icon {
    width: 60vw;
    max-width: 250px;
    margin: 20px auto;
    display: block;
  }

  /* O NAS */
  .o-nas-page .about-image {
    flex: 0 0 60vw;
    max-width: 250px;
    margin: 0 auto;
  }

  .o-nas-page .about-image img.offer-icon {
    margin: 20px auto;
    display: block;
  }

  .o-nas-page .about-text {
    text-align: center;
  }

  /* KATEGORIE: DRZWI, ROLETY, BRAMY */
  .drzwi-page .category-image,
  .rolety-page .category-image,
  .bramy-page .category-image {
    width: 90vw;
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .offer-item-lplp {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  .offer-icon-wrapper {
    width: 60vw;
    max-width: 250px;
  }

  .offer-text {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .offer-item-lplp {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  .offer-icon-wrapper {
    width: 80vw;
    max-width: 250px;
  }

  .offer-text {
    width: 100%;
    max-width: 100%;
  }
}
