  .swiper-wrapper{
    height: auto;
  }
  .Najnowsze-wiadomoci {
    margin-bottom: 10px;
    width: 354px;
    height: 25px;
    font-family: Georgia;
    font-size: 22px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #564835;
  }
  .Kliknij-w-obrazki-e {
    width: 279px;
    height: 16px;
    margin-bottom: 30px;
    font-family: Georgia;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #564835;
  }
    .swiper-slide{
        /* width: 280px; */
        box-sizing: border-box;
        height: 280px;
        border-radius: 4px;
        border: solid 1px #dfd8c9;
        padding: 6px;
        cursor: pointer;
        /* padding-right: 4px; */
    }
    .swiper-image{
        /* width: 280px; */
        height: 266px;
        border-radius: 4px;
        overflow: hidden;
    }
    .swiper-image img{
      min-width:100%;
      width: 100%;
      /* height: 100%; */
      position: relative;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    .swiper-fb-contnet{
      display: none;
      max-width: 958px;
      margin: 0 auto;
      /* width: 900px; */
      /* background: red; */
    }
    .Bd-zawsze-na-bie {
      margin-top: 25px;
      font-family: Georgia;
      font-size: 14px;
      font-weight: normal;
      font-style: italic;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #564835;
    }
    .Polub-nasz-profil {
      margin-top: 12px;
      font-family: Georgia;
      font-size: 18px;
      font-weight: normal;
      font-style: italic;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #b57f2d;
    }
  .swiper-popup-close .active{
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
  }
  .swiper-popup-close .active:hover{
    opacity: 1
  }
  .swiper-navigation .active{
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
  }
  .swiper-navigation .active:hover{
    opacity: 1
  }
  .swiper-navigation--left{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    z-index: 100;
    cursor: pointer;
  }
  .swiper-navigation--right{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    z-index: 100;
    cursor: pointer;
  }
  
@media (max-width: 945px) {
  .swiper-navigation--left{
    transform: translate(20%, -50%);
  }
  .swiper-navigation--right{
    transform: translate(-20%, -50%);
  }
}



  .swiper-popup-navigation--left{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    z-index: 100;
    cursor: pointer;
  }
  .swiper-popup-navigation--right{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    z-index: 100;
    cursor: pointer;
  }




  .news-fb-popup-container{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
  }
  .news-fb-popup-wrapper{
      background: white;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
  .news-fb-popup-content{
    width: 867px;
    height: auto;
    min-height: 100px;
    background: red;
  }
  .news-fb-popup-close{
    position: absolute;
    right: 30px;
    top: 20px;
    cursor: pointer;
  }