body {
	background: #fff;
  font-family: 'Lato', sans-serif;
  color: #424242;
  font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
  overflow-x: hidden !important;
}

.hidover{
    overflow: hidden;
}

.wrapper{
    width: 96%;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    }

    .wrapper-sm{
      width: 96%;
      max-width: 1200px;
      margin: 0 auto;
      position: relative;
      }

  
    a.more{
        display: block;
        width: fit-content;
        height: 50px;
        padding: 0 50px;
        line-height: 50px;
        font-size: 14px;
        text-align: center;
        margin-top: 40px;
       position:relative;
       border: solid 1px #4d7222;
       color: #4d7222;
       border-radius: 50px;
  font-weight: 400;
  -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
        -webkit-transition: all 500ms ease-in;
        -moz-transition: all 500ms ease-in;
        -ms-transition: all 500ms ease-in;
        -o-transition: all 500ms ease-in;
        transition: all 500ms ease-in;
        }
        
  .ctr{
    margin: 40px auto 0 auto !important;
  }


        a.more:hover{
          background: #4d7222;
          color: #fff;
          border: solid 1px #4d7222;
          -webkit-transition: all 500ms ease-in;
          -moz-transition: all 500ms ease-in;
          -ms-transition: all 500ms ease-in;
          -o-transition: all 500ms ease-in;
          transition: all 500ms ease-in;
        }



 a.morew{
        display: block;
        width: fit-content;
        height: 50px;
        padding: 0 50px;
        line-height: 50px;
        font-size: 14px;
        text-align: center;
        margin-top: 40px;
       position:relative;
       border: solid 1px #fff;
       color: #fff;
       border-radius: 50px;
  font-weight: 400;
  -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
        -webkit-transition: all 500ms ease-in;
        -moz-transition: all 500ms ease-in;
        -ms-transition: all 500ms ease-in;
        -o-transition: all 500ms ease-in;
        transition: all 500ms ease-in;
        }

  a.morew:hover{
          background: #fff;
          color: #1b2759;
          border: solid 1px #fff;
          -webkit-transition: all 500ms ease-in;
          -moz-transition: all 500ms ease-in;
          -ms-transition: all 500ms ease-in;
          -o-transition: all 500ms ease-in;
          transition: all 500ms ease-in;
        }


       

        h1, h2, h3, h4{
            font-weight: 700;
            line-height: 1.3;
          position: relative;
          font-family: "Source Serif 4", serif;
          }
          

          
          
          
          
          
          
          .h1, .tresci h1{
            font-size: 82px;
            margin: 0.7em 0;
            line-height: 1.2;
            color: #1b2759;
          }

       
          
          
          .h2, .tresci h2{
              font-size: 46px;
              margin: 0.7em 0;
              color: #1b2759;
            }

            .h1 span{
              display: block;
              font-size: 28px;
            }
            .h2 span{
              display: block;
              font-size: 22px;
              font-weight: 400;
            }





            .h3, .tresci h3{
                font-size: 36px;
               margin: 1em 0;
               color: #1b2759;
              }

              .h3 span{
                display: block;
              font-size: 18px;
              font-weight: 400;
              }

    
              
              .h4, .tresci h4{
                font-size: 24px;
                margin: 1em 0;
                color: #1b2759;
              }

              .h4 span{
                display: block;
              font-size: 14px;
              font-weight: 400;
              }


              

              .h-title{
                margin: 40px 0 60px !important;
                position: relative;
              }

            






  .flex-home{
    display: -moz-box;
       display: -webkit-flexbox;
       display: -ms-flexbox;
       display: -webkit-flex;
       display: -moz-flex;
       display: flex;
       justify-content: space-between ;
       flex-wrap: wrap; 
 }

 .flex-lft{
  display: -moz-box;
     display: -webkit-flexbox;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: -moz-flex;
     display: flex;
     justify-content: left ;
     flex-wrap: wrap; 
}



 .flex-ctr{
  display: -moz-box;
     display: -webkit-flexbox;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: -moz-flex;
     display: flex;
     justify-content: center;
     flex-wrap: wrap; 
}
 


/*
.leaflet-tile-pane {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
*/





/* --------------------TOP ---------------------*/




#logo-strefa{
  height: 160px;
  width: 100%;
padding: 0;
position: fixed;
z-index: 2001;
-webkit-transition: all 500ms ease-in;
-moz-transition: all 500ms ease-in;
-ms-transition: all 500ms ease-in;
-o-transition: all 500ms ease-in;
transition: all 500ms ease-in;

}

#logo-strefa-bg{
  height: 160px;
  width: 100%;
  z-index: 1000;
 /* background-color: rgba(255, 255, 255, 0.1); */
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
background-color: #1b2759;
mask: linear-gradient(#1b2759, #1b2759e9, transparent); 
position: fixed;
}


#logo-strefa-bg.scrl{
 position: fixed;
  height: 80px;
  top: 0;
  -webkit-transition: all 500ms ease-in;
-moz-transition: all 500ms ease-in;
-ms-transition: all 500ms ease-in;
-o-transition: all 500ms ease-in;
transition: all 500ms ease-in;
}



#ls-top{
  position: fixed;
  height: 160px;
  width: 100%;
  -webkit-transition: all 500ms ease-in;
-moz-transition: all 500ms ease-in;
-ms-transition: all 500ms ease-in;
-o-transition: all 500ms ease-in;
transition: all 500ms ease-in;
}




#logo-strefa.scrl #ls-top{
  position: fixed;
  height: 60px;
  top: 0;
  -webkit-transition: all 500ms ease-in;
-moz-transition: all 500ms ease-in;
-ms-transition: all 500ms ease-in;
-o-transition: all 500ms ease-in;
transition: all 500ms ease-in;
}



a.logo{
position: absolute;
left: 0;
top: 0;
width: 180px;
height: 100px;
margin: 0;
z-index: 20;
color: #fff;
    background:  url('../img/logo-kurczak.svg') no-repeat center 20px ;
    background-size: 160px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 500ms ease-in;
  -moz-transition: all 500ms ease-in;
  -ms-transition: all 500ms ease-in;
  -o-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
  } 


  
 

  #logo-strefa.scrl a.logo{
    height: 60px;
    background: url('../img/logo-kurczak.svg') no-repeat left;
    background-size: 120px auto;
  }




area{
  cursor: pointer;
}

/* -------------------- MENU TOP  ---------------------*/


#MenuTop{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  height: 160px;
  z-index: 9;
  -webkit-transition: all 500ms ease-in;
-moz-transition: all 500ms ease-in;
-ms-transition: all 500ms ease-in;
-o-transition: all 500ms ease-in;
transition: all 500ms ease-in;

  }

  #lang-ch{
    position: absolute;
    right: 20px;
    top: 0;
    height: 80px;
    line-height: 80px;
  }

  #lang-ch a{
    display: inline-block;
    width: 30px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    border-right: solid 1px #fff;

  }

  #lang-ch a:last-of-type {
    border-right: 0;
  }


  #MenuTop.scrl{
    height: 60px;
  }

  #MenuTop.scrl  #lang-ch{
    height: 60px;
    line-height: 60px;
  }

  #MenuTop.scrl #lang-ch a{
    color: #000;
    font-size: 14px;
    border-right: solid 1px #000;

  }
  #MenuTop.scrl #lang-ch a:last-of-type {
    border-right: 0;
  }


  #tgmenu{
    position: absolute;
    top: 7px;
    right: 10px;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    z-index: 1;
    display: none;
    cursor: pointer;
    background-color: #fff; 
  background-size: 40px auto;
  border-radius: 7px;

    }

    #tgmenu:before{
      font-family: "Material Symbols Outlined";
      content: "\e5d2";
      font-size: 40px;
      position: absolute;
      left: 4px;
      top: 1px;
    }
 




#MenuTop  > ul{
text-align: center;
width: 100%;
padding-top: 10px;
}


#MenuTop  > ul > li{
display: inline-block;
margin: 0 10px;
padding: 0;
position: relative;
height: 60px;
text-align: left;
}

#MenuTop.scrl > ul{
  padding-top: 0;
}

#MenuTop.scrl > ul > li{
  height: 60px;
  
}






#MenuTop > ul > li > a {
font-family: "Source Serif 4", serif;
font-weight: 600;
text-align: center;
line-height: 60px;
height: 60px;
display: block;
padding: 0 5px;
font-size: 16px;
width: 100%;
color: #fff;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 300ms ease-in;
-moz-transition: all 300ms ease-in;
-ms-transition: all 300ms ease-in;
-o-transition: all 300ms ease-in;
transition: all 300ms ease-in;
}





#MenuTop   >  ul > li:hover  >  a{
  text-decoration: none;
}

#MenuTop  >  ul > li  >  a:after{
  content: '';
  display: block;
  width: 0;
  height: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  position: absolute;
  bottom: 5px;
  -webkit-transition: all 300ms ease-in;
-moz-transition: all 300ms ease-in;
-ms-transition: all 300ms ease-in;
-o-transition: all 300ms ease-in;
transition: all 300ms ease-in;
 
}

#MenuTop  >  ul > li:hover  >  a:after{
  width: 100%;
  -webkit-transition: all 300ms ease-in;
-moz-transition: all 300ms ease-in;
-ms-transition: all 300ms ease-in;
-o-transition: all 300ms ease-in;
transition: all 300ms ease-in;
 
}


#MenuTop  >  ul > li  >  a.click:after{
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  position: absolute;
  bottom: 5px;
}



/* -- dropdown ---*/

#MenuTop  > ul > li.drpdwn{
  padding-right: 12px;
}

#MenuTop  > ul > li.drpdwn > div{
  display: flex;
  flex-wrap: nowrap;
   align-items: flex-start; 
  justify-content: flex-start;
  position: absolute;
  background: #fff;
border-top: solid 4px #79B530;
padding: 0;
left: 0;
margin: 0;
top: 57px;
visibility:hidden; 
}


#MenuTop.scrl > ul > li.drpdwn > div{
  top: 57px;

}


#MenuTop  > ul > li.drpdwn div > ul{
  display: block;
padding: 0;
margin: 0;
width: 250px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

#MenuTop  > ul > li.drpdwn span{
  position: absolute;
  right: 0;
  top: 28px;
  width: 0; 
  height: 0; 
  z-index: 1;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}


#MenuTop.scrl   > ul > li.drpdwn span{
  border-top: 5px solid #000;
}



#MenuTop  > ul > li.drpdwn div > ul li{
display: block;
margin: 0;
}


#MenuTop  > ul > li.drpdwn div  > ul a{
font-size: 13px;
display: block;
text-align: left;
padding: 7px 12px;
line-height: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;

}


#MenuTop  > ul > li.drpdwn div > ul li:last-child a{
  border-bottom: 0;
}

#MenuTop  > ul > li.drpdwn div  > ul a.click{
color: #4d7222;
}


#MenuTop  >  ul > li.drpdwn  div ul a:hover, #MenuTop > ul > li.drpdwn  div ul a.click:hover{
  background: #F1F1F1;
}


/* -------------------- ELEMENTY  ---------------------*/

.element-tlo{
background: #F9F9F9;
padding: 60px 0;
}

.element-tlo-b{
  background: #1b2759;
padding: 60px 0;
}

.element-tlo-b .h2{
color: #fff !important;
}
/*
.grupa-tlo{
  max-width: 1240px;
  margin: 0 auto;
    background: #1b2759;
color: #fff !important;
border-radius: 20px;
padding: 0 0 1px 0;
margin-bottom: 50px;
}
*/

.grupa-tlo{
  background: #1b2759;
padding: 10px 0 20px 0;
}

.grupa-tlo .h4{
  color: #fff !important;
  font-size: 32px !important;
}
.grupa-tlo .h4 span{
  color: #fff !important;
}


.grupa-tlo .info-icon{
  margin: 0;
}

.element-mapa{
  width: 100%;
  height: 500px;
}

/* SLIDER */

.slider-artykuly, .slider-dokumenty{
  width: 100%;
  height: 700px;
  overflow: hidden;
}
.slider-artykuly .swipper-caption, .slider-dokumenty .swipper-caption{
  height: 700px;
  width: 800px;
}
.slider-home{
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.slider-home .swipper-caption{
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;

}

.swipper-caption-bg{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
height: 40vh;
    -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
background-color: #1b2759;
mask: linear-gradient( transparent, #1b2759a6, #1b2759); 
}

.swipper-przesl{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgb(0, 0, 0, 0.3);
} 


.slider-home .swipper-przesl{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  background: url('../img/logo-kurczak-c.svg') no-repeat center 160px;
  background-size: auto 40%;
} 


.swiper-container{
   width: 100%;
   height: 100%;
 }
 .slide-inc{
 width: 100%;
 height: 100%;
 }







 .slide-inc > picture > img{
   width: 100%; 
   height: 100%;
   object-fit: cover;
}

.slide-inc > video{
  width: 100%; 
  height: 100%;
  object-fit: cover;
}

 
 #pagination-swip{
   bottom: 30px;
   left: 0;
   right: 0;
   margin: 0 auto;
}
 
.swiper-pagination{
 text-align: center !important;
}
 
.swiper-pagination-bullet{
 margin: 0 3px;
 }

 .swipper-caption{  
color: #fff;
 display: flex;
 flex-direction: column;
 justify-content: center;
   font-size: 17px;
   line-height: 1.3;
 margin: 0 auto;
 left: 0;
bottom: 0;
padding: 0;
 text-align: left;
 position: absolute;
 bottom: 0;
 z-index: 2;
 }


 .swipper-caption h2{
   line-height: 1.2;
   margin: 0;
   color: #fff;
 }

 .swipper-caption h3{
   line-height: 1.2;
   margin: 5px 0 20px 0;
  color: #fff;
 }



 .swipper-caption .h5{
font-size: 24px;
  }

    .slider-home .swipper-caption .h5{
font-size: 14px;
  }

  .swipper-caption span{
    display: inline-block; 
    margin: 0 5px 0 20px;
    position: relative;
    top: 7px;
  }



 .swipper-caption a.more{
 border: solid 1px #fff;
 color: #fff;
 margin: 30px auto 0 auto;
  }



.swsp, .swsn{
 width: 65px !important;
 height: 65px !important;
 margin-top: -33px !important;
 -moz-background-size:13px 22px !important;
 -webkit-background-size: 13px 22px !important;
 background-size: 13px 22px !important;
}

.swsp{
 left: 0 !important; 
}

.swsn{
 right: 0 !important;
}




/* TEKST + FOTO */

.element-tekst-n{
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
}

.element-tekst-nl{
  max-width: 1240px;
  margin: 0 auto;
}

.element-tekst-sr{
  max-width: 940px;
  margin: 0 auto;
  text-align: center; 
}

.element-tekst-lr .element-tresc{
width: 45%;
margin: 40px 0 0 0;
padding-bottom: 40px;
}

.element-tekst-lr .element-tresc-lr{
  width: 60%;
  margin: 40px 0 0 0;
  padding-bottom: 40px;
  }
.element-tekst-lr .element-foto-lr{
    width: calc(33.33333% - 2px); 
    margin: 40px 0 1px 0;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.element-tekst-lr .element-foto{
  width: 50%;
  margin: 40px 0 0 0;
}

.element-tekst-lr .element-foto > div{
    width: calc(50% - 2px);
    border-radius: 20px;
    overflow: hidden;
}

.element-tekst-lr .element-foto > div{
  width: calc(50% - 2px);
  aspect-ratio: 4 / 3;
  margin-bottom: 2px;
  border-radius: 20px;
  overflow: hidden;
}

.element-tekst-lr .element-foto > div img{
  width: 100%; 
  height: 100%;
  object-fit: cover;
}

.element-tekst-lr .element-foto-lr  img{
  width: 100%; 
  height: 100%;
  object-fit: cover;
}


.element-tekst-n .send-button{
  margin: 40px auto 0 auto;
}

.element-foto{
  margin: 40px 0;
  text-align: center;
  position: relative;
  
}

.element-mapa-out{
  margin: 40px 0;
  width: 50%;

}


.element-foto img{
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

.element-tresc{
  margin: 40px 0;
}

.grupa-foto{
  margin: 40px 0;
}

.element-foto-2{
  width: calc(50% - 2px); 
  aspect-ratio: 4 / 3;
  margin: 2px 0 0 0;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.element-foto-3{
  width: calc(33.33333% - 2px); 
  aspect-ratio: 4 / 3;
  margin: 2px 0 0 0;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.element-foto-4{
  width: calc(25% - 2px); 
  aspect-ratio: 4 / 3;
  margin: 2px 0 0 0;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.element-foto-2 img, .element-foto-3 img, .element-foto-4 img{
  width: 100%; 
  height: 100%;
  object-fit: cover;
}


.flex-rev{
  flex-direction: row-reverse
}

/* grupa */

.element-foto-grupa{
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: 40px 0;
  position: relative;
}

.element-foto-grupa img{
  width: 100%; 
  height: 100%;
  object-fit: cover;
}

.grupa-tekst-2{
  width: 48%;
}

.grupa-tekst-3{
  width: 30%;
}

.grupa-tekst-4{
  width: 24%;
}






/* INFOBLOKI MAŁE i DUŻE */

.info-icon{
  text-align: center;
  margin: 20px 0;
font-size: 14px;
font-size: 13px;

}

.info-icon-bd{
  border: solid 1px #ebecf1;
  border-radius: 20px;
  padding: 20px;
  min-height: 220px;
}

.info-icon .info-icon-img{
  width: 50px;
  height: 50px;
  background: #ebecf1;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
margin: 0 auto;
border-radius: 15px;

}
.info-icon .info-icon-img > img{
max-width: 70%;
max-height: 70%;
height: auto;
width: auto;
margin: 0 auto;
filter: brightness(0) saturate(100%) invert(18%) sepia(47%) saturate(690%) hue-rotate(189deg) brightness(96%) contrast(108%);
}

.info-icon-2{
  width: 48%;
}
.info-icon-3{
  width: 30%;
}
.info-icon-4{
  width: 23%;
}
.info-icon-5{
  width: 17%;
}
.info-icon-6{
  width: 15%;
}

.info-icon .h4{
  font-size: 18px;
}

.info-icon .h4 span{
  display: block;
font-size: 15px;
color: #C4C4C4;
}



/* GALERIA */


.galeria{
  width: calc(25% - 4px); 
  aspect-ratio: 4 / 3;
  margin: 2px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.galeria span{
  display: block;
  width: 100%;
  padding: 20px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: rgba(0, 0, 0, 0.435);
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 300ms ease-in;
-moz-transition: all 300ms ease-in;
-ms-transition: all 300ms ease-in;
-o-transition: all 300ms ease-in;
transition: all 300ms ease-in;
}

.galeria:hover span{
  opacity: 1;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}


.galeria img{
  width: 100%; 
  height: 100%;
  object-fit: cover;
}

/* KSIĘGA GOŚCI */

.ksiega-gosci{
  margin: 30px 0;
  padding: 30px 20px 30px 70px;
  position: relative;
  display:none;
}




.ksiega-gosci:nth-child(even){
    background: #f7f6f6;
 }

 .ksiega-gosci::before{
  font-family: "Material Symbols Outlined";
  content: "\e0bf";
font-size: 48px;
padding-right: 10px;
position: absolute;
left:10px;
top: 5px;
color: #b8b8b8;
}

.data-kg{
  font-size: 13px;
  font-style: italic;
  margin: 0 0 5px 0;
  color: #b8b8b8;
}


.sign-kg{
  margin: 5px 0 0 0;
  font-style: italic;
  color: #b8b8b8;
}
.skad-kg{
  font-style: italic;
  color: #b8b8b8;
  font-size: 13px;
}

#licznik{
  margin: 40px auto 0 auto;
  text-align: center;
  color: #b8b8b8;
  font-size: 13px;
}

#progressbar{
  width: 300px;
  height: 6px;
  background: #e2e2e2;
  border-radius: 3px;
  margin: 10px auto 20px auto;
  position: relative;
}
#progressbar > span{
display: block;
width: 0%;
height: 100%;
border-radius: 3px;
left: 0;
top: 0;
background: #535353;
}

#loadMore{
  margin: 8px auto;
}

#form-ks-gosci{
  width: 600px !important;
  margin: 0 auto;
  position: relative;
  position: fixed;
  background: #4d7222;
  color: #fff !important;
  bottom: -580px;
  left: 20px;
  z-index: 20;
  border-radius:  0 10px 0 0;
  padding: 20px;
  height: 580px;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}


#form-ks-gosci form input[type="text"],
#form-ks-gosci form textarea
{
color: #fff;
}

#form-ks-gosci form input[type="text"]:focus,
#form-ks-gosci form textarea:focus
{
  border: solid 1px #fff;
}

#form-ks-gosci form label{
  color: #fff;

  }

  #form-ks-gosci .send-button{
   
   border: solid 1px #fff;
   color: #fff;

  }
  


#AddWpisKs{
  width: fit-content;
  padding: 15px 30px 20px 60px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  border-radius:  10px 10px 0 0;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 10;
  background: #4d7222;
}
#AddWpisKs::before{
  font-family: "Material Symbols Outlined";
  content: "\e266";
font-size: 32px;
padding-right: 10px;
position: absolute;
left: 15px;
top: 4px;
color: #fff;

}

/* FAQ */


.tab-sec{
  padding: 10px 0;
  }
  .tab-blok .tab-sec:first-of-type{
  border-top: solid 1px #c5c5c5;
  }
  
  
  
  
  .tab-h{
  line-height: 1.3;
  font-size: 14px;
  font-weight: 600;
  padding: 20px 50px 20px 20px;
  border-radius: 40px;
  cursor: pointer;
  position: relative;
  text-align: left;
  background: #1b2759;
  color: #fff;
  }
  
  .tab-h i{
   font-style: normal !important;
}

 .down:before{
    font-family: "Material Symbols Outlined";
    content: "\e313";
  font-size: 18px;
  padding-right: 10px;
  position: absolute;
  top: 18px;
  right: 20px;
  color: #fff;
 }

 .up:before{
    font-family: "Material Symbols Outlined";
    content: "\e316";
  font-size: 18px;
  padding-right: 10px;
  position: absolute;
  top: 18px;
  right: 20px;
  color: #fff;
 }





  .tab-cont{
  padding: 20px;
  display: none;
  text-align: left;
  }
  
  .angl{
  position: absolute;
  right: 20px;
  top: 5px;
  font-size: 15px;

  }
  
/* PARALLAX */

.element-parallax{
  margin: 0;
  padding: 140px 0;
  min-height: 400px;
  color: #fff !important;

}
.element-parallax .h2{
  color: #fff !important;
}

.scroll-przes{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.3);
}

.element-parallax a.more{
  border: solid 1px #fff;
  color: #fff;
  margin: 40px auto 0 auto;
}

.element-parallax a.more:hover{
border: solid 1px #4d7222;
}


/* filmy */
.embed-container { position: relative; margin: 0; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; } 
.embed-container iframe, .embed-container object, 
.embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.filmy-2{
width: calc(50% - 20px);
margin: 10px;
}

.filmy-3{
  width: calc(33.3333333% - 20px);
  margin: 10px;
  }

  .filmy-4{
    width: calc(25% - 20px);
    margin: 10px;
    }
    
ul.pliki{
  margin: 40px 0 !important;
}

ul.pliki > li{
  margin: 10px 0 !important;
 padding: 0 !important;
  }

  ul.pliki > li:before{
  display: none !important;
  }

/* -------------------- END ELEMENTY  ---------------------*/



/* TRESCI */

.tresci{
  overflow: hidden;
  }
  
  .tresci b, .tresci strong{
  font-weight: 700;
  }
  
  /*
  .tresci a:not(.more){
    text-decoration: underline 2px #1b2759;
    text-underline-offset: 4px;
  }
    */
  
  .tresci p{
  margin: 1.5em 0;
  }
  
  .tresci i, .tresci em{
  font-style: italic
    }
  
    .tresci u{
  text-decoration: underline;
      }
  
  .tresci blockquote{
   margin: 40px auto;
   padding-left: 50px;
  font-style: italic;
  max-width: 400px;
  position: relative;
  }
  .tresci blockquote:before{
    font-family: "Material Symbols Outlined";
    content: "\e244";
  font-size: 38px;
  padding-right: 10px;
  position: absolute;
  left: 5px;
  top: -5px;
  color: #1b2759;
  }
  

  .tresci ul{
    margin: 30px 0 30px 5px;
    list-style: none;
    }
    
    .tresci ol{
      margin: 30px 0 30px 20px;
      padding-left: 10px;
      list-style-type: decimal-leading-zero;
      }
      .tresci ul > li{
        margin: 10px 0 0 5px;
       padding: 3px 0 3px 24px;
       -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  position: relative;
   line-height: 1.4;
        }
  /*
        .tresci ul > li:before{
        content: '';
        position: absolute;
        left: 0;
        top:8px;
        font-size: 28px;
        background: #4d7222;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        }
*/


   .tresci ul > li:before{
  font-family: "Material Symbols Outlined";
  content: "\ea35";
  font-size: 22px;
  position: absolute;
        left: -5px;
        top: -5px;
        color: #1b2759;
 
}
  
        .tresci ul  ul  li,  .tresci ul  ol li,  .tresci ol  ol  li,  .tresci ol ul  li{
          margin: 10px 0 0 0 !important;
         padding: 5px 0 0 40px !important;
             background: none !important;
          }
    
          .tresci ol li{
            margin: 20px 0;
            padding-left: 10px;
            }
    
  
/* end TRESCI */



/* SCIEZKA */



#SciezkaNav{
  position: absolute;
  top: 140px;
  left: 0;
  margin: 20px 0;
  z-index: 10;
  opacity: 0.7;
  z-index: 2000;
 
}

#SciezkaNav ul{
  margin: 0;
  font-size: 14px;
}
#SciezkaNav li{
    display: inline-block;
    margin: 0 7px;
    position: relative;
    font-size: 13px;
     font-weight: 600;
     color: #fff;
   }
   #SciezkaNav li:after{
    content: '•';
    display: block;
    width: 5px;
    right: -13px;
    top: -1px;
    position: absolute;

  }
  #SciezkaNav li:last-child:after{
    display: none;
  }
  #SciezkaNav li a{
    padding-left: 10px;
  }
  #SciezkaNav li:first-child a{
    padding-left: 0;
  }


  #SciezkaNav.cmne li{
    color: #1b2759 !important;
  }

/* END SCIEZKA */









/* ----------- FORMULARZ -----------*/


form label{
  display: block;
  color: #6f6f71;
  font-size: 13px;
  margin: 10px 0 2px 0;
  font-weight: normal;
  }
  
  
  
  form input[type="text"],
  form input[type="password"],
  form select,
  form textarea
  {
  font-family: 'Lato', sans-serif;
  color:#222832;
  border: solid 1px #d4d4d4;
  background: transparent;
  padding: 15px 10px;
  font-size: 13px;
  margin: 0;
  width: 100%;
  border-radius: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  
  form input[type="text"]:focus,
  form input[type="password"]:focus,
  form select:focus,
  form textarea:focus
  {
    border: solid 1px #000;

  }

  ::-webkit-input-placeholder { /* Edge */
    color:#8e8e8e;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#8e8e8e;
  }
  
  ::placeholder {
    color:#8e8e8e;
  }


  .send-button{
    width: fit-content;
    min-width: 200px;
    height: 50px;
    padding: 0 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    margin: 40px 0 0 0;
   position:relative;
   border: solid 1px #1b2759;
   color: #1b2759;
   border-radius: 50px;
font-weight: 400;
cursor: pointer;
text-transform: uppercase;
background: transparent;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
  }

  .send-button:hover{
    background: #1b2759;
    color: #fff;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
  }



    
  
  
  form input[type="submit"]{
    width: fit-content;
    min-width: 200px;
    height: 50px;
    padding: 0 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    margin: 40px 0 0 0;
   position:relative;
   border: solid 1px #1b2759;
   color: #1b2759;
   border-radius: 50px;
font-weight: 400;
cursor: pointer;
text-transform: uppercase;
background: transparent;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
  }

  form input[type="submit"]:hover{
    background: #1b2759;
    color: #fff;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
  }
  
  
  
      


  
  #result-inc{
  width: 100%;
  padding: 30px;
  background: #a21717;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  position: relative;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px 0 #383838bc;
  box-shadow: 0 0 5px 0 #383838bc;
  }
  .result-inc-ok{
    background: #4d7222 !important;
    border: solid 1px #fff;
  }
  
  
  #result-close{
  position: absolute;
  right: 0;
  top: 3px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
 font-size: 20px;
  }


  .info-err{
    padding: 10px;
    text-align: center;
    font-size: 13px;
    border: solid 1px #bd0000;
    color: #bd0000;
    border-radius: 7px;
    margin: 20px 0;
  }

  .info-ok{
    padding: 10px;
    text-align: center;
    font-size: 13px;
    border: solid 1px #4d7222;
    color: #4d7222;
    border-radius: 7px;
    margin: 20px 0;
  }


  .element-tekst-n .frm-out, .element-tekst-nl .frm-out{
    display: -moz-box;
       display: -webkit-flexbox;
       display: -ms-flexbox;
       display: -webkit-flex;
       display: -moz-flex;
       display: flex;
       justify-content: space-between ;
       flex-wrap: wrap; 
  }

  .element-tekst-n .frm-out > div, .element-tekst-nl .frm-out > div{
    width: 48%;
  }

  .element-tekst-n .wiadomosc,  .element-tekst-nl .wiadomosc{
    height: 217px !important;
  }

  .frm-inc{
    text-align: left;
  }


/* ----------- END FORMULARZ -----------*/








.tabela{
margin: 40px 0;
}

.tabela-tr{
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  align-items: flex-start;
  justify-content: left;
  flex-wrap: wrap; 
  border-top: solid 2px #dfdfdf;
}

.tabela-td-1, .tabela-td-2{
  padding: 7px;
}

.tabela-td-1{
  width: 70%;
}
.tabela-td-2{
  width: 30%;
  color: #4d7222;
  font-weight: 600;
  border-left: solid 2px #dfdfdf;
}

.tabela-tr:first-of-type {
border: 0;
}


.moretext{
  display: none;
}

.readmore{
  cursor: pointer;
  margin-left: 10px;
  font-style: italic;
  text-decoration: underline !important;
}





/* ARTYKUŁY */


#produkt-img{
width: 48%;
}

#produkt-img img{
width: 100%;
height: auto;
border-radius: 20px;
}


#produkt-txt{
width: 48%;
}

#produkt-txt .h1{
  margin-top: 0;
}

.mob{
  display: none;
  margin-top: 0;
}

.desk{
  display: block;
}


.artykul{
  display:  block;
  width: 24%;
  border-radius: 30px;
  background: #fff;
  overflow: hidden;
  position: relative;
  margin: 30px 0;
  text-align: left;
  padding: 0;
  min-height: 600px;
}

.slider-lista-out{
  overflow: hidden;
}

#artykuly_zr .artykul{
  width: 420px;
  min-height: 650px;
}

.artykul-img{
  width: 100%;
  position: relative;
  aspect-ratio: 4 / 3;
  margin: 0;
}
.artykul-img img{
  width: 100%; 
  height: 100%;
  object-fit: cover;
}
.artykul-txt{
  padding: 0 20px 20px 20px;
  font-size: 14px;
}

.artykul-txt .tresci ul{
  margin: 0;
}

.artykul-txt  .tresci ul > li{
        margin: 5px 0 0 5px;
}

.artykul-txt  .tresci p{
        margin: 5px 0;
}

.artykul-txt #piktogramy{
  margin: 20px 0 0 0;
}


.artykul .h4 span{
  font-weight: 400;
  margin-top: 10px;
  font-family: 'Lato', sans-serif;
}

.artykul-bot-info{
  background: #F9F9F9;
  border-top: solid 1px #e7e7e7;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between ;
  flex-wrap: wrap; 
}
.artykul-bot-info > div{
  width: 45%;
}
.artykul-bot-info > div b{
  font-weight: 700;
  font-size: 18px;
}

.artykul-bot-info > div span{
  font-size: 36px;
  line-height: 1;
  padding: 0;
  margin: 0;
  width: 16px;

}

.artykul-bot-info > div:nth-child(even){
text-align: right;
}


.artykul-dane{
  font-size: 13px;
  margin: 5px 0;
  color: #4d7222;
}


.artykul-data:before{
  font-family: "Material Symbols Outlined";
  content: "\e935";
  font-size: 13px;
  padding-right: 7px;
 
}


.godzina:before{
  font-family: "Material Symbols Outlined";
  content: "\e8b5";
  font-size: 13px;
  padding-right: 7px;
}


.miejsce:before{
  font-family: "Material Symbols Outlined";
  content: "\e0c8";
  font-size: 13px;
  padding-right: 7px;
}

.autor:before{
  font-family: "Material Symbols Outlined";
  content: "\e7fd";
  font-size: 13px;
  padding-right: 7px;
}

.zajawka{
  margin: 40px 0 0 0;
  font-weight: 600;
}


.etykieta{
  background: #7C9445;
  color: #fff !important;
  padding: 4px 14px;
  border-radius: 30px;
  width: fit-content;
  margin-right: 10px;
  display: inline-block;
  
  }

  .etykieta-s{
    position: absolute;
    top: 0;
    left: 0;
    background: #7C9445;
    color: #fff !important;
    border-radius: 10px 30px 30px 30px;
    width: fit-content;
    z-index: 10;
    padding: 4px 14px;
    font-size: 12px;
  
  }


  #top-site{
    height: 100px;
  }

  #bg-site{
    padding-top: 220px;
    background: #ebecf1;
  }

  #artykul-top{
    width: 100%;
    height: 700px;
    overflow: hidden;
    position: relative;
  }

  #artykul-top > img{
    width: 100%; 
    height: 100%;
    object-fit: cover;
 }

 #artykul-top-caption{
  height: 700px;
  width: 800px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
 }

  .artykul-info{
    font-size: 12px;
  margin: 20px 0;
  position: relative;
  }


  .artykul-info-dane{
display: inline-block;
margin: 0 10px;
  }


#piktogramy{
  display: -moz-box;
       display: -webkit-flexbox;
       display: -ms-flexbox;
       display: -webkit-flex;
       display: -moz-flex;
       display: flex;
       justify-content: flex-start ;
       flex-wrap: wrap; 
       margin: 0 0 40px 0;
}
#piktogramy > div{
  width: 40px;
  height: 40px;
  text-align: center;
  background: #1B2759;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 7px 0 0;
}

#piktogramy > div > img{
  width: 20px;
  height: auto;
display: block;
margin: 0 auto;
filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7494%) hue-rotate(250deg) brightness(112%) contrast(100%);
}
  
#sharewpis-out{
  position: absolute;
  right: 0;
  top: 40px;
  width: 162px;
  height: 230px;
  z-index: 2;
}

#sharewpis{
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 24px;
  border: solid 1px #d8d8d8;
  border-radius: 30px;
  line-height: 40px;
  text-align: center;
  z-index: 100;
  }



  #sharewpis:before{
    font-family: "Material Symbols Outlined";
    content: "\e80d";
    font-size: 18px;
    position: absolute;
    left: 10px;
    top: -9px;
cursor: pointer;
  }


  #sharewpis-in{
    display: none;
    position: absolute;
    right: 0;
    font-size: 13px;
    top: 26px;
    width: 160px;
    height: 200px;
    background: #fff;
    border: solid 1px #F1F1F1;
    text-align: left;
  padding: 10px;
  }

  #sharewpis-in > b{
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
  }

  #sharewpis-in > a{
    display: block;
    margin: 3px 0;
    padding: 4px 0;
  }

  #sharewpis-in > a > i{
    margin-right: 7px;
    border: 0;
    width: 26px;
    height: 26px;
    font-size: 13px;
    border-radius: 50%;
    line-height: 26px;
    text-align: center;
  }
  

  
.artykul-s-img{
  margin: 40px 0;
  position: relative;

}

.fotoopis{
  font-size: 10px;
  font-style: italic;
  color: #7a7a7a;
  position: absolute;
bottom: -14px;
}

.artykul-s-img img{
  width: 100%;
  height: auto;
}


.artykul-skrot{
  margin: 0 0 40px 0;
  font-size: 16px;
  font-weight: 400;
}
  


/* END ARTYKUŁY */










/* SKLEPY */





.sklepy{
  display:  block;
  width: 24%;
  border-radius: 30px;
  background: #fff;
  overflow: hidden;
  position: relative;
  margin: 30px 0;
  text-align: left;
  padding: 0;
  min-height: 270px;
}

.slider-lista-out{
  overflow: hidden;
}

#sklepy_zr .sklepy{
  width: 380px;
  min-height: 270px;
}





.sklepy-img{
  width: 100%;
  position: relative;
  aspect-ratio: 4 / 3;
  margin: 0;
}
.sklepy-img img{
  width: 100%; 
  height: 100%;
  object-fit: cover;
}
.sklepy-txt{
  padding: 0 20px 20px 20px;
  font-size: 14px;
}

.sklepy-txt .tresci ul{
  margin: 0;
}

.sklepy-txt  .tresci ul > li{
        margin: 5px 0 0 5px;
}

.sklepy-txt  .tresci p{
        margin: 5px 0;
}

.sklepy .h4{
  margin-bottom: 10px;
}

.sklepy .h4 span{
  font-weight: 400;
  margin-bottom: 5px;
  font-family: 'Lato', sans-serif;
}




/* END SKLEPY */



















                    .table-blok{
                        overflow-x: auto;
                        min-width: 100%;
                        }

                        .table-blok table{
                          overflow-x: hidden;
                        }

                        .table-blok::-webkit-scrollbar{
                          height: 10px;
                          background: #cef7e2;
                        }
                        
                        .table-blok::-webkit-scrollbar-thumb{
                          height: 10px;
                          background: #4e7763;
                          border-radius: 5px;
                        }
                        
                        
                        table{
                        width: 100%;
                        border-collapse: collapse;
                        border-spacing: 0;
                        empty-cells: show;
                        margin: 0;
                        
                        }
                        
                       
                        table td{
                        padding: 10px;
                        text-align: left;
                        font-size: 15px;
                        vertical-align: middle;
                        border: solid 1px #e4e4e4;
                        }
                        table td.ctr{
                          text-align: center;
                          }
                        
                        table thead tr{
                          background: transparent;
                          }
                        table thead  td{
                        background: transparent;
                        font-weight: 600;
                        padding: 10px;
                        border: solid 1px #fff;
                         background: transparent;
                        background: #e1e1e1;
                        text-align: center;
                        }
                        
                        table tr:nth-child(even){
                          
                          background: #f5f5f5;
                        }


                       
/* kalendarz */

.kalendarz-m{
  width: 20%;
  float: left;
  height: 250px;
  padding: 3px;
  }
  
  
  .n-mies{
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  }
  
  
  table#kalendarz{
  margin: 0;
  text-align: center;
  font-size: 12px;
  empty-cells: show;
  width: 100%;
  border: 0;
  padding: 0;
  border-collapse: collapse;
  
  }
  
  table#kalendarz td{
  width: 12.2857142857%;
  background: #d3d2d2;
  height: 26px;
  vertical-align: top;
  text-align: left;
  padding: 2px 0 0 3px;
  color: #fff;
  border: solid 1px #fff;
  }
  

  
  table#kalendarz thead td{
  background: none;
  height: 26px;
  text-align: center;
  vertical-align: bottom;
  color: #b1b1b1;
  font-weight: 400;
  font-size: 12px;
  }
  
  
  
  
  table#kalendarz td.no
  {
  background:#ebebeb;
  
  }
  
  table#kalendarz td.wyd{
  background: #79B530;
  }
  
  
  table#kalendarz td.wyd2{
  background: #4D7222;
  }
  
  
  table#kalendarz td.wyd3{
  background: #dfab01;
  }
  
  .op{
  font-size: 11px;
  color: #768082;
  }


  
#legenda-kal{
  margin: 0 0 25px 0;
  width: 100%;
  
  }
  
  #legenda-kal b{
  font-weight: 700;
  font-size: 14px;
  display: block;
  margin: 5px 0;
  }
  
  #legenda-kal div{
  width: 25%;
  margin: 0;
  font-size: 12px;
  padding: 0 10px 10px 10px;
  float: left;
  text-align: center;
  }
  
  #legenda-kal div span{
  display: block;
  height: 10px;
  width: 100%;
  }
  
  #kal-sp span{
  background: #d3d2d2;
  }
  #kal-sn span{
  background: #79B530;
  }
  #kal-ss span{
  background: #4D7222;
  }
  #kal-sw span{
  background: #dfab01;
  }
  
  #legenda-kal div ul{
  margin: 5px 0;
  text-align: left;
  }
  
  #legenda-kal div ul li{
  margin: 0 0 0 5px;
  padding: 0 0 0 5px;
  }
  
  
/* end kalendarz */  




      
#cookieinfo{
    width: 280px;
    background: #e0e0e0;
    padding: 25px 25px 10px 25px;
    position: fixed;
    bottom: 30px;
    left: 30px;
    font-size: 13px;
    text-align: center;
    z-index: 1002;
    
    }
  
    
    #cookieinfo a{
      display: inline-block;
      margin-top: 20px;
      padding: 5px 14px;
      text-transform: uppercase;
      color: #b6b3b3;
      font-weight: bold;
      text-align: center;
    }
    
    #cookieinfo p{
      margin: 0;
    }
    
    #closecinfo{
    color: #000 !important;
      }
  
      #menu-przesl{
        position: fixed;
        width: 100%;
        height: 100vh;
        z-index: 9999;
        background-color: rgba(0, 0, 0, 0.40);
        top: 0;
        left: 0;
        display: none;
      }
  
  #popuo-przesl{
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.85);
  bottom: 0;
  left: 0;
  display: none;
  }
  
  #popuo{
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 100000;
    flex-direction: column;
    justify-content: center;
   background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  
  #popuo > div{
  width: 600px;
  height: 700px;
  background: #faf9f8;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  overflow: auto;
  }

  #popuo > div::-webkit-scrollbar{
    width: 10px;
    background: #cef7e2;
  }

   #popuo > div::-webkit-scrollbar-thumb{
    width: 10px;
    background: #4e7763;
    border-radius: 5px;
  }


  .zamknij{
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    right: 40px;
    top: 40px;
    font-size: 32px;
    color: #fff;
    z-index: 10;
    }

  

#gototop{
    position: fixed;
    right: 20px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    background: transparent;
    border: solid 2px #1b2759;
    color: #1b2759;
    z-index: 1001;
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    cursor: pointer;
    display: none;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    }

    #gototop:before{
      font-family: "Material Symbols Outlined";
      content: "\e5ce";
      font-size: 40px;
      position: absolute;
      left: 4px;
      top: 1px;
    }
    
    #gototop:hover{
    opacity: 1;
    filter: alpha(opacity=100);
    }










  /* STOPKA */ 


#stopka{
    width: 100%;
    margin: 0;
    padding: 50px 0;
  background:#f9f9f9;
    position: relative;
    min-height: 560px;
    text-align: center;
}


#stopka-inc{
  width: 50%;
  padding: 0 50px 0 0;
}

.stopka-inc{
  width: 24%;
  text-align: left;
}

.stopka-inc:first-of-type {
  width: 48%;
}

#logo-kurczaka{
  width: 80px;
  height: 80px;
  background: #fff url('../img/kurczak.svg') no-repeat center;
  background-size: 50px auto;
  border-radius: 50%;
}


.stopka-inc h5{
font-size: 13px;
margin: 0 0 20px 0;
}

.stopka-inc h4{
  color: #fff !important;
}

.ico-tel{
  text-decoration: none !important;
  font-size: 16px;
  padding-left: 50px;
  position: relative;
  margin: 20px 0;
  display: block;
  width: fit-content;
}
.ico-tel:before{
  font-family: "Material Symbols Outlined";
    content: "\e0b0";
  font-size: 28px;
  color: #fff;
  position: absolute;
  left: 0px;
  top: -5px;
}

.ico-loc{
  
  font-size: 16px;
  padding-left: 50px;
  position: relative;
  margin: 20px 0;
  display: block;
  width: fit-content;
}

.ico-loc a, .ico-tel a, .ico-mail a{
  text-decoration: none !important;
}

.ico-loc:before{
  font-family: "Material Symbols Outlined";
    content: "\e0c8";
  font-size: 28px;
  color: #fff;
  position: absolute;
  left: 0;
  top: -8px;
}
  
.ico-mail{
  text-decoration: none !important;
  font-size: 16px;
  padding-left: 50px;
  position: relative;
  margin: 20px 0;
  display: block;
  width: fit-content;
}
.ico-mail:before{
  font-family: "Material Symbols Outlined";
    content: "\e158";
  font-size: 28px;
  color: #fff;
  position: absolute;
  left: 0;
  top: -8px;
}

.ico-time{
  text-decoration: none !important;
  font-size: 16px;
  padding-left: 40px;
  position: relative;
  margin: 10px 0;
  display: block;
  width: fit-content;
}
.ico-time:before{
  font-family: "Material Symbols Outlined";
  content: "\e8b5";
  font-size: 28px;
  color: #4d7222;
  position: absolute;
  left: 0px;
  top: 0;
}

#mapka-stopka{
  width: 50%;
  height: 560px;
  position: absolute;
top: 0;
right: 0;
}


#stopka-2{
  background: #1b2759;
  color: #fff !important;
  padding: 60px 0;
 
}


#logo-bottom{
  height: 400px;
  max-width: 1200px;
  margin: 0 auto;
  background: #1b2759 url('../img/logo-kurczak.svg') bottom no-repeat;
  background-size: 80% auto;
}



#stopka-2  ul{
  width: 100%;
  text-align: left;
  }
  
  
  #stopka-2  ul > li{
  display: block;
  margin: 5px 0;
  padding: 0;
  text-align: left;
  font-weight: 600;
  font-family: "Source Serif 4", serif;
  }
  



  #logo-stopka{
    width: 340px;
    height: 80px;
    display: block;
    margin: 0 auto 50px auto;
    background: transparent url('../img/domek-logo.svg') no-repeat top;
    background-size:   60px auto;
    font-size: 24px;
padding-top: 40px;
line-height: 1.2;
text-align: center;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
  }

  #logo-stopka span{
    display: block;
    font-size: 13px;
    font-weight: 300;
letter-spacing: 1.6px;
  }



  #info-stopka{
    max-width: 1400px;
    border-top: solid 1px #b2dac5;
    border-bottom: solid 1px #b2dac5;
    padding: 40px 0;
    margin: 50px auto;
        display: -webkit-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        justify-content: center ;
        flex-wrap: wrap; 
  }

  #info-stopka > div{
width: 20%;
text-align: center;
  }

  #info-stopka > div > a{
    display: block;
    width: fit-content;
    position: relative;
padding-top: 46px;
text-align: center;
font-weight: 400;
margin: 0 auto;
  }

#info-tel:before{
  font-family: "Material Symbols Outlined";
  content: "\e0b0";
  font-size: 32px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#info-mail:before{
  font-family: "Material Symbols Outlined";
  content: "\e158";
  font-size: 32px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}





#info-rezerw:before{
  font-family: "Material Symbols Outlined";
  content: "\e916";
  font-size: 32px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#ico-stopka{
  text-align: left;
  margin: 20px 0;
}

#ico-stopka a.icos{
  display: inline-block;
width:fit-content;
height: 36px;
width: 36px;
margin: 10px 5px;
line-height: 36px;
text-align: center;
font-size: 18px;
background-color: #fff;
border-radius: 50%;
}

#ico-stopka a#fb{
  background: #fff url('../img/facebook.svg') no-repeat center;
}
#ico-stopka a#in{
  background: #fff url('../img/instagram.svg') no-repeat center;
  background-size: 26px auto;
}
#ico-stopka a#yt{
  background: #fff url('../img/youtube.svg') no-repeat center;
  background-size: 20px auto;
}




#stopka-inf{
  margIn: 50px auto 0 auto;
  font-size: 12px;
  max-width: 1400px;
}

#stopka-bot{
text-align: left;
padding: 15px;
background: #fff;
font-size: 12px;
}


.swiper-scrollbar{
  height: 1px !important;
  background: #D5D5D5;
  margin-bottom: 10px;
  left: 0;
}
.swiper-scrollbar-drag{
  background: #000;
  height: 3px;
  top: -1px;
  border-radius: 2px;
}

.element-tlo-b .swiper-scrollbar{
background: #3a4b8f;
}

.element-tlo-b .swiper-scrollbar-drag{
  background: #fff;

}


.rdo-komunikat{
  width: 100%;
  height: 200px;
  overflow-y: auto;
  background: #f9f9f9;
  padding: 20px;
  margin: 20px 0;
  font-size: 11px;
  text-align: left;
  }

  .rdo-komunikat p{
    margin: 10px 0;
  }
  .rdo-komunikat strong,  .rdo-komunikat b{
    font-weight: 700;
  }

  .rdo-ok{
    margin: 20px 0;
    font-size: 14px;
    text-align: left;

  }
  
