@media (min-width: 320px) and (max-width: 479px) {
  .section_sllider-1 {
    display: none;
  }
  .text-center {
    text-align: center;
  }
  .navbar {
    background-color: transparent;
  }
  .navbar .div-block-9 {
    display: none;
  }
  .container.w-container.mobile-menu {
    justify-content: flex-end;
    gap: 0;
    padding-top: 2rem;
    padding-bottom: 0;
  }
  .container.w-container.mobile-menu .w-nav-button {
    background-color: #7f9575;
    /* padding: 20px 10px 40px 10px;/ */
    padding: 20px 10px 15px 10px;
    width: 80px;
    height: 65px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .container.w-container.mobile-menu .w-nav-button.w--open {
    width: 70%;
    border-bottom-left-radius: 0px;
  }
  .icon-3.w-icon-nav-menu {
    position: relative;
  }
  .icon-3.w-icon-nav-menu::before {
    content: "";
    background-image: url("../images/button-menu.png");
    width: 47px;
    height: 26px;
    position: absolute;
    right: 0;
  }

  nav.nav-menu-2.w-nav-menu {
    background-color: #7f9575;
  }
  .navlink_mobile {
    font-size: 28px;
    font-weight: normal;
    /* padding: 15px; */
  }
  .navlink_mobile:last-child {
    position: relative;
  }
  nav.nav-menu-2.w-nav-menu {
    width: 70%;
    left: unset;
    border-bottom-left-radius: 25px;
  }
  .w-nav-link.w--current {
    color: white !important;
    background-color: #99aa91;
  }
  .dropdown-list {
    background-color: #7f9575;
  }
  a.dropdown-link-2.w-dropdown-link {
    font-size: 18px;
  }
  .navlink_mobile:hover {
    color: white;
    /* background-color: #99aa91; */
  }

  .navlink_mobile.menuItem {
    border-top: 2px solid #d4dcd1;
    width: 60%;
  }

  .w-nav-overlay .w-dropdown-link.w--current {
    color: white !important;
    background-color: #99aa91;
  }
  /* sekcja nowa */
  .section-about-mobile {
    background-image: url("../images/fotka_zielona.png");
    background-position: top center;
    background-size: cover;
    height: 800px;
    width: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
    text-align: center;
    position: relative;
  }

  .section-about-mobile .header-1 {
    margin: 0 auto;
    padding-top: 7rem;
    width: 100%;
  }
  .section-about-mobile .header-1 h1 {
    font-size: 3rem;
    line-height: 1;
  }
  .section-about-mobile .header-1 span {
    font-size: 2rem;
    line-height: 1;
  }
  .section-about-mobile .header-1 h1,
  .section-about-mobile .header-1 span {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
  }

  .header-2 {
    margin: 0 auto;
    text-emphasis: none;
    color: #ffffff;
  }
  .header-2 span,
  .header-2 h2 {
    font-weight: 400;
  }

  .header-2 h2 {
    font-size: 2rem;
  }
  .icon-phone {
    text-align: right;
    position: absolute;
    bottom: 10%;
    right: 5%;
  }
  .lisc-div {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .lisc {
    width: 96px;
    height: 58px;
    position: relative;
  }
  .section_about {
    display: none;
  }
  .section_oferta_mobile {
    background-color: #fff;
  }
  .section_oferta_mobile .header-1 {
    margin: 0 auto;
    display: block;
    margin-bottom: 12px;
  }
  .section_oferta_mobile h2 {
    color: #06152c;
    text-transform: uppercase;
    font-weight: 400;
  }
  .component_oferta-mobile {
    /* max-width: rem; */
    margin: 0 auto;
  }

  .grid-oferta-mobile {
    max-width: 22rem;
    margin: 0 auto;
  }
  .section_oferta_mobile {
    padding-top: 3rem;
    padding-bottom: 2rem;
    position: relative;
    overflow: hidden;
  }

  .grid-oferta-mobile {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .grid-oferta-mobile > img {
    max-width: 7rem;
  }
  .component_oferta-mobile h3 {
    margin-top: 5px;
    font-size: 1rem;
    line-height: 1.2;
  }
  .component_oferta-mobile .oferta_item:hover {
    transform: scale(1);
  }
  .component_oferta-mobile .last-oferta {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .component_oferta-mobile .last-oferta a {
    max-width: 190px;
  }
  .component_oferta-mobile .last-oferta img {
    max-width: 144px;
  }
  .text-oferta {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: normal;
    margin-top: 1rem;
    color: #12284a;
  }
  .text-oferta span {
    color: #4d2842;
    font-weight: bold;
  }
  .list-oferta-1 {
    max-width: 111px;
    position: absolute;
    left: 0;
    top: 3%;
  }
  .list-oferta-2 {
    max-width: 85px;
    position: absolute;
    left: -13px;
    bottom: 24%;
  }
  .list-oferta-3 {
    max-width: 105px;
    position: absolute;
    right: -32px;
    top: 27%;
  }
  .list-oferta-4 {
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 10;
  }
}
@media (min-width: 480px) {
  .section-about-mobile,
  .section_oferta_mobile {
    display: none;
  }
}

@media (min-width: 440px) and (max-width: 479px) {
  .section-about-mobile {
    height: 900px;
  }
}

.fundacja {
  color: #12284a;
  text-decoration: none;
}
.fundacja:hover {
  text-decoration: underline;
}
