body {
	background: #fff;
	color: #464646;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
}




.wrapper{
    width: 1240px;
    margin: 0 auto;
    position: relative;
    }

.wrapper-big{
   width: 1760px;
    margin: 0 auto;
    position: relative;
}
  
    a.more{
        display: block;
        width: 215px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        text-align: center;
        margin: 40px 0 0 0;
       position:relative;
        background: #1ECAC2;
        color: #fff;
        border-radius: 8px;
  text-transform: uppercase;
font-family: "Fuzzy Bubbles", sans-serif;
        -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: #01b7ad;
          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;
        }








       

        h1, h2, h3, h4{
            font-weight: 400;
            line-height: 1.1;
          position: relative;
          font-family: "Fuzzy Bubbles", sans-serif;

          
          }
          

          
          
          
          
          
          
          .h1, .tresci h1{
            font-size: 64px;
            margin: 0 0 0.7em 0;
            line-height: 1.2;
          }

          .h1 span, .tresci h1 span{
            display: block;

          }


       
          
          
          .h2, .tresci h2{
              font-size: 52px;
              margin: 0.7em 0;
              line-height: 1.2;
            }

            .h2 span{
              display: block;
              font-size: 18px;

            }
          



            .h3, .tresci h3{
                font-size: 28px;
               margin: 1em 0;
               line-height: 1.1;
              }

              .h3 span, .tresci h3 span{
                display: block;
           
              }
              
              .h4, .tresci h4{
                font-size: 26px;
                margin: 1em 0;

              }

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

              .h-title:after{
                content: '';
                display: block;
                width: 260px;
                height: 4px;
                position: absolute;
                bottom: -20px;   
               
              }
              
  .odts{
   height: 40px;
  }       

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



#nps{
  width: 45px;
  height: 45px;
  background: #01c4ba;
  text-align: center;
  position: absolute;
  top: 75px;
  right: 0;
  z-index: 1002;
  color: #fff;
  font-size: 26px;
  line-height: 45px;
  cursor: pointer;
  border-radius: 5px 0 0 5px;
}


#Toptop{
  height: 50px;
  width: 100%;
  background: #90ba25;
  color: #fff;
  line-height: 50px;
  font-size: 14px;
  text-align: right;
}

#Toptop p{
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
  position: relative;
}

#top-tel:before{
  font: var(--fa-font-solid);
  content: "\f095";
  font-size: 11px;
  padding-right: 10px;
}
#top-mail:before{
  font: var(--fa-font-solid);
  content: "\f0e0";
  font-size: 11px;
  padding-right: 10px;
}

#top-loc:before{
  font: var(--fa-font-solid);
  content: "\f3c5";
  font-size: 11px;
  padding-right: 10px;
}




#logo-strefa{
  height: 95px;
  width: 100%;
  background: #fff;
padding: 0;
position: relative;
z-index: 1001;
-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: 95px;
  width: 100%;
  top: 50px;
  -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{
  height: 60px;
  background: #fff;
  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;
}


#logo-strefa.clh{
  background: #f7f7f7;
}

a.logo{
display: block;
position: absolute;
width: 300px;
height: 95px;
background-size: 70px auto;
font-size: 13px;
text-align: left;
font-family: "Fuzzy Bubbles", sans-serif;
padding: 18px 0 0 5px;
margin: 0 auto;
line-height: 1;
  -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;
  } 
  
  
#godlo{
  position: absolute;
  width: 160px;
  height: 160px;
  border: solid 10px #fff;
  background: url('../img/logodp.webp') no-repeat center;
  background-size: cover;
  left: -160px;
  top: -35px;
  border-radius: 50%;
  -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 span{
    display: block;
    font-size: 22px;
    color: #1ecac2;
    font-weight: 600;
   font-family: "Fuzzy Bubbles", sans-serif;
    margin: 1px 0 3px 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;
  }



  #logo-strefa.scrl a.logo{
    height: 60px;
    background-size: 40px auto;
    font-size: 10px;
padding: 8px 0 0 0;
  }

  #logo-strefa.scrl a.logo span{

    font-size: 18px;

  }

  #logo-strefa.scrl #godlo{
    width: 100px;
    height: 100px;
    left: -100px;
    top: -20px;
  }


#MenuTop{
  position: absolute;
  width: calc(100% - 250px);
  top: 0;
  left: 250px;
  text-align: center;
  height: 95px;
  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;
  }

  #MenuTop.scrl{
    height: 60px;
  }



  #tgmenu{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    z-index: 1010;
    display: none;
    cursor: pointer;
  background:  url('../img/tab-bg.svg') no-repeat  7px 7px;
    }


    #tgmenu.scrl{
      background: #fff url('../img/tab-bg.svg') no-repeat  7px 7px;
      -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.22);
-moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.22);
box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.22);
    }




#MenuTop  > ul{
text-align: right;
width: 100%;
}


#MenuTop  > ul > li{
display: inline-block;
margin: 0 12px;
padding: 0;
position: relative;
height: 90px;
text-align: center;
}

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






#MenuTop > ul > li > a {
font-weight: 500;
text-align: center;
line-height: 95px;
height: 90px;
display: block;
padding: 0 2px;
font-size: 16px;
width: 100%;
font-family: "Fuzzy Bubbles", sans-serif;
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.scrl > ul > li > a {
  height: 60px;
  line-height: 60px;
}





#MenuTop   >  ul > li:hover  >  a{
  text-decoration: none;
  color: #1ECAC2;
 /* border-bottom: 5px solid #bc6f65;*/
}




#MenuTop   >  ul > li  >  a.click{
  text-decoration: none;
  color: #1ECAC2;
 /* border-bottom: 5px solid #bc6f65;*/
 
}





/* -- dropdown ---*/

#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 3px #1ECAC2;
padding: 0;
left: 0;
margin: 0;
top: 87px;
visibility:hidden; 
-webkit-box-shadow: 0px 7px 10px -2px rgba(0, 0, 0, 0.22);
-moz-box-shadow: 0px 7px 10px -2px rgba(0, 0, 0, 0.22);
box-shadow: 0px 7px 10px -2px rgba(0, 0, 0, 0.22);
}


#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;
  left: 20px;
  bottom:3px;
  width: 0; 
  height: 0; 
  z-index: 1;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #1ECAC2;
  display: none;
  -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.drpdwn:hover span{
  display: block;
  -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.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;
font-weight: 500;
-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.drpdwn div > ul li:last-child a{
  border-bottom: 0;
}


#MenuTop  >  ul > li.drpdwn  div ul a:hover, #MenuTop > ul > li.drpdwn  div ul a.click:hover{
  color: #1ECAC2;
padding-left: 40px;
-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.drpdwn  div ul a.click{
  color: #1ECAC2;
}





#MenuTop  > ul > li.drpdwn div  > ul a{
  font-size: 13px;
  display: block;
  color: #464646;
  text-align: left;
  padding: 6px 12px;
  line-height: auto;
  font-weight: 500;
  -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;
  }








#HomeTop{
  width: 100%;
  height: calc(100vh - 145px);
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
background-size: cover;
}








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

  
  .slide-inc{
  width: 100%;
  height: 100%;
 
  }
  
  .slide-inc > picture > img{
    width: 100%; 
    height: 100%;
        object-fit: cover;
    }
  
  
  #pagination-swip{
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  
  
  
  #my-swipper .swiper-pagination{
  text-align: center !important;
  }
  
  
  #my-swipper .swiper-pagination-bullet{
  margin: 0 3px;
  }


    
  .swipper-caption{  
color: #fff;
  display: flex;
	flex-direction: column;
	justify-content: center;
font-family: "Fuzzy Bubbles", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
  height: calc(100vh - 40px);
  margin: 0 auto;
	left: 0;
bottom: 0;
padding: 0;
	text-align: left;
	position: absolute;
  bottom: 0;
  z-index: 2;

 
  }





  .swipper-caption i{
    font-style: italic;
  }

  .swipper-caption h2{
font-family: "Fuzzy Bubbles", sans-serif;
    font-size: 64px;
    line-height: 1.1;
    margin: 10px 0;
     color: #fff;
     font-weight: 600;
  }

  .swipper-caption h3{
    font-family: "Fuzzy Bubbles", sans-serif;
    font-size: 32px;
    line-height: 1.3;
    margin: 0;
     color: #fff;
font-weight: 600;
  }






  .drag-info{
    display: none;
  }


 #swipper-nav{
   position: absolute;
   width: 600px;
   height: 120px;
   background: #313131;
   left: -600px;
   bottom: 0;
 }


  


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

#swsp{
  left: 10px;
  
}

#swsn{
  right: 10px;
}





.home-info-inc{
  width: 24%;
}


.home-info-inc-t{
  width: 38%;
}

.home-info-inc h2, .home-info-inc-t h2{
  font-size: 36px;
  margin: 0 0 40px 0;
  text-transform: none;
}

.home-info-inc h2 span, .home-info-inc-t h2 span{
  display: block;
  font-size: 18px;
}


.home-info-inc-t h2{
color: #378bb6;

}

.home-info-inc p, .home-info-inc-t p{
  margin: 0 0 1.4em 0;

}

.home-info-inc b, .home-info-inc-t b, .home-info-inc strong, .home-info-inc-t strong{
  font-weight: 600;

}

.home-info-inc i, .home-info-inc-t i, .home-info-inc em, .home-info-inc-t em{
  font-style: italic;
}




.home-info-inc ul, home-info-inc-t ul{
  margin: 30px 0 30px 20px;
  list-style: none;

  }
  
  .home-info-inc ol,   .home-info-inc-t ol{
    margin: 30px 0 30px 20px;
    padding-left: 10px;
    list-style-type: decimal-leading-zero;
    }
    .home-info-inc ul  > li, .home-info-inc-t ul  > li{
      margin: 5px 0;
     padding: 0;
     -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: disc;
font-weight: 600;
 line-height: 1.4;
      }
  

    
  
      .home-info-inc ol li, .home-info-inc-t ol li{
          margin: 20px 0;
          padding-left: 10px;
          }



          .home-info-inc a:hover, home-info-inc-t a:hover{
            text-decoration: underline;
          
            }








.home-icons{
    width: 20%;
  margin: 30px 0;
  text-align: center;
line-height: 1.2;
font-size: 13px;
}



.home-icons > div{
  -webkit-border-radius: 50%;
border-radius: 50%;
width: 160px;
height: 160px;
line-height: 160px;
text-align: center;
margin: 0 auto;
display: flex;
flex-direction: column;
justify-content: center;
}

.home-icons > div > img{
  width: 70px;
  height: auto;
  margin: 0 auto;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7485%) hue-rotate(20deg) brightness(99%) contrast(103%)
}

.home-icons h4{
  font-size: 22px;
  font-weight: 700;
  margin: 20px 0;
}





.infoh-img{
  width: 80px;
}
.infoh-img img{
  width: 100%;
  height: auto;
}

.infoh-txt{
  max-width: 260px;
}

.infoh-txt h3{
font-size: 20px;
margin-bottom: 10px;
}

.home-info-img > a{
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
}

.home-info-img{
width: 100%;
height: 370px;
position: relative;
margin-bottom: 30px;
display: block;
}

.home-info-img img{
  width: 100%; 
  height: 100%; 
  object-fit: cover;
  }
  
  .home-info-img > div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    z-index: 2;
 
    background: rgba(0, 0, 0, 0.32);
  }

  .home-info-img > div > div{
width: 100%;
position: absolute;
bottom: 0;
padding: 20px 30px;
color: #fff;
  }

  .home-info-img > div .h2{
color: #fff;
font-size: 24px;
margin: 0 0 10px 0;
  }



.flex-home{
  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; 
}

#Home-act-flx{
  margin: 50px 0;
}

#home-act-txt a.more{
  margin: 50px auto 0 auto;
}

.info-blx{
  width: 23%;
  height: 200px;
  display: block;
  background: #fff;
  position: relative;
margin: 20px 0;
overflow: hidden;
-webkit-transition: all 500ms ease-out;
-moz-transition: all 500ms ease-out;
-ms-transition: all 500ms ease-out;
-o-transition: all 500ms ease-out;
transition: all 500ms ease-out;
}

.info-blx-img{
width: 200px;
height: 100%;
position: relative;
}

.info-blx-img > img{
  width: 100%; 
  height: 100%; 
  object-fit: cover;
  -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;
}

.info-blx-txt{
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  padding: 0 20px 0 40px;
  background: #fe6500;
  color: #fff;
  width: calc(100% - 200px);
  z-index: 2;
  font-size: 13px;
  text-align: left;
  line-height: 1.2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
/*
.info-blx-txt > span{
  display: none;
  padding: 18px 0 0 0;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
*/

.info-blx:hover > div{
-webkit-transition: all 500ms ease-out;
-moz-transition: all 500ms ease-out;
-ms-transition: all 500ms ease-out;
-o-transition: all 500ms ease-out;
transition: all 500ms ease-out;
}


.info-blx:hover .info-blx-img > img{
  transform: scale(1.25);
  -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;
  }

.info-blx:hover > div > span{
  display: block;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}


#clc1 > div{
  background: #FF6666;
}
#clc2 > div{
  background: #FFC000;
}
#clc3 > div{
  background: #ABCD52;
}
#clc4 > div{
  background: #46aadd;
}
#clc5 > div{
  background: #C601FF;
}
#clc6 > div{
  background: #FF6666;
}





#clcp1 > div{
  background: #F5B803;
}
#clcp2 > div{
  background: #90BA25;
}
#clcp3 > div{
  background: #ff6f6f;
}
#clcp4 > div{
  background: #46aadd;
}





.programy-out{
  background: #4E5080;
  padding: 50px 0 100px 0;
  color: #fff;
}
.programy-out .h2{
  text-align: center;
  color: #fff;
}

.programy{
 display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  
}



.program{
  width: 24%;
  height: 300px;
  margin-bottom: 20px;
  border-radius: 7px;
  overflow: hidden;
}



.program-img{
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.program-img span{
  width: 100%;
  height: 64px;
   color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  display: flex;
  padding: 0 20px;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    z-index: 2;
    text-align: center;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
line-height: 20px;
}

.program-img span > i{
display: block;
position: absolute;
width: 48px;
height: 48px;
top: -10px;
left: 0;
right: 0;
margin: 0 auto;
background: inherit;
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
z-index: -1;
}

.program-img span p{
  margin: 15px 0 0 0;
  font-size: 13px;
  text-transform: none;
  display: none;
}


.kol-1, .kol-8{
  background: #ff6f6f;
}

.kol-2, .kol-7{
  background: #a7c850;
}

.kol-3, .kol-5{
  background: #F5B803;
}

.kol-4, .kol-6{
  background: #5bc4db;
}


.program-img img{
  width: 100%; 
  height: 100%; 
  object-fit: cover;
vertical-align: middle;

}

.program a{
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 7px;
  }

  .program-img:hover span{
    height: 100%;
    
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
  }

  .program-img:hover span p{
display: block;

  }
























.info-blx h4{
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height:1.2;
  margin: 0 0 10px 0;

}

#Home-act{
  background: #3A3D72;
  overflow: hidden;
  position: relative;
  width: 100%;
}



#home-act-img > div{
  position: relative;
  height: 100%;
  overflow: hidden;
}


#home-act-img picture > img{
  width: 100%; 
  height: 100%; 
  object-fit: cover;

}




#home-act-txt{
  width: 744px;
  margin-left: 40%;
padding: 60px 0 60px 80px;
color: #fff;
}



.art-list-h{
  display: block;
  background: #fff;
  min-height: 110px;
  margin-top: 40px;
  position: relative;
}

.art-list-h-img{
  width: 200px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;

}


.art-list-h-img img{
  width: 100%; 
  height: 100%; 
  object-fit: cover;
 
}


.art-list-h-txt{
  width: 100%;
  padding: 20px 20px 20px 220px;
}
.art-list-h-txt h4{
  color: #378bb6;
  font-size: 18px;
  margin: 0 0 10px 0;
}






.art-list-h span{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
position: absolute;
top: 0;
left: 0;
z-index: 2;
outline: 1px solid #002147;
text-align: center;
display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

.art-list-h:hover span{
  background-color: rgba(0, 0, 0, 0.7);
  outline-offset: -10px;
  outline: 1px solid #fff;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

.art-list-h span i{
  color: #fff !important;
  display: none;
}

.art-list-h:hover span i{
  color: #fff !important;
  display: inline;
}














.d40{
  width: 40%;
}
.d50{
  width: 50%;
}
.d60{
  width: 60%;
}

.dimg{
  width: 100%;
  position: relative;
}


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

#dimg-0{
  display: none;
}

#dimg-1{
  height: 460px;
}

#dimg-2{
  height: 540px;
}

.ikonki{
    width: 23%;
    font-size: 13px;
}  

.ikonki .h4{
font-size: 18px;
margin-bottom: 10px;
}

.ikonki .h4 span{
  display: block;
}


.i-img{
  height: 100px;
}



#Home-Parallax{
margin: 0;
text-align: center;
color: #fff !important;
padding: 80px 0;
position: relative;
font-size: 18px;

overflow: hidden;
}

#Home-Parallax .h2{
  color: #fff;
}

#Home-Parallax p{
  color: #fff !important;
}

#Home-Parallax a.more{
  margin: 50px auto 0 auto;

  }
  

#HomeIc{
  padding: 40px 0;
  background: #f6f6f6;
}

.home-p-inc{
  width: 23%;
  margin: 30px 0;
  text-align: center;
line-height: 1.2;
font-size: 18px;
font-family: "Fuzzy Bubbles", sans-serif;
}

.home-p-inc h4{
  font-size: 68px;
  margin: 20px 0;
  color: #fff;

}

#Home-Info{
  padding: 50px 0;
  background: #008e87;
  color: #fff;
}

#Home-Info-left{
  width: 40%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 60px 80px 60px 0;
  text-align: right;
  background: #f5b803;
  color: #fff;
    display: flex;
	flex-direction: column;
	justify-content: center;
}

#Home-Info-left .h2{
  color: #fff;
}


#Home-Info{
  position: relative;
}


#Home-Info-right{
  width: 744px;
  margin-left: 40%;
padding: 60px 0 60px 80px;
}











#Home-Info-1{
padding: 80px 65px 0 0;
}


#Home-Info-2{
  padding: 1px 0 0 65px; 
  height: 460px;
  width: 540px;

}

#Home-ikonki{
background:#efefef;
padding: 50px;
}




  #HomeAkt{
    background: #024a85;
  }

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


.face-inc{
  height: 80px;
  display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
}

.face-inc h3{
  width: calc(100% - 90px);
  color: #282828;
font-size: 16px;
text-transform: uppercase;
line-height: 1.3;
}






#Home-b-info{
margin-top: 80px;
height: 860px;
position: relative;
  }



  #Home-b-lft{

    width: 42%;
    height: 100%;
    position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;

  }
  #Home-b-txt{
    color: #fff;
  font-size: 14px;
  width: 450px;
  height: 50%;
  margin: 0;
  text-align: left;
  padding: 30px;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2;
  margin-left: calc(100% - 450px);
  background-color: rgba(103, 172, 188, 0.9);
  text-transform: uppercase;

  display: flex;
  flex-direction: column;
  justify-content: center;
  }


  #Home-b-info h2{
    text-transform: uppercase;
        font-size: 38px;
        margin: 0;
      color: #fff;
      line-height: 1.2;
      }
      
      #Home-b-info h3{
        text-transform: uppercase;
        font-size: 32px;
        margin: 10px 0;
      color: #fff;
      line-height: 1.2;
    
      font-weight: 300;
      }   

  #Home-b-img{
    width: 100%;
    height: 50%;
    position: relative;
  }

  #Home-b-img img{
    width: 100%; 
    height: 100%; 
    object-fit: cover;

}
  
  #Home-b-info > a{
    display: block;
    width: 32%;
    height: 140px;
    position: relative;
    transition: all 0.3s linear;
    text-transform: uppercase;
    background: #454545;
    color: #fff;
    line-height: 1.1;
  }


#Home-b-txt2{
  width: 58%;
  height: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0 20% 0 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


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

#NewsHome > div{
width: 48%;

}

#newshome-img img{
width: 100%;
height: auto;
}

#newshome-txt{
text-align: left;
font-size: 15px;
}



#newshome-txt h4{
  font-size: 28px;
  line-height: 1.4;
  margin: 15px 0;
font-family: "Fuzzy Bubbles", sans-serif;
  
}









#realizacje{
  width: 100%;
  background: #f5f5f5;
  padding: 120px 0;
  overflow: hidden;
}

#realizacje h2{
  font-size: 60px;
  color: #282828;
  text-transform: uppercase;
  position: relative;
}




#realizacje h2:after{
  content: '';
  display: block;
  width: 100vw;
  height: 5px;
  background: #ffaa8c;
  position: absolute;
  bottom: -20px;
  
  
 
}
#realizacje-txt{
  position: absolute;
  right: 0;
  top: 10px;
  max-width: 490px;
  line-height: 1.2;
}




#realizacje-swipper{
margin-top: 145px;
height: 450px;
width: 100%;

}




#realizacje-swip .swiper-slide{
  width: 800px !important;
  height: 450px !important;
  position: relative;
  opacity: 0.5;
}

#realizacje-swip img{
  width: 100%; 
  height: 100%; 
  object-fit: cover;

  }




  #realizacje-swip .swiper-slide-active{
  opacity: 1 !important;
}

#realizacje-swip .swiper-slide-duplicate-active{
  opacity: 1 !important;
}


#realizacje-swip .swipper-caption{
  background: #282828;
  width: 370px;
  height: 280px;
  padding: 0 30px;
  opacity: 0;
  color: #a3a3a3;
  position: absolute;
  left: -250px;
  top: 80px;
  text-align: left;
  text-transform: none;
  line-height: 1.3;
  -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;
}

#realizacje-swip .swipper-caption a{
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#realizacje-swip .swipper-caption b{
  color: #fff;
  text-transform: uppercase;
}

#realizacje-swip .swipper-caption h3{
  color: #ffaa8c;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1.1;
  margin: 20px 0;
}

#realizacje-swip .swiper-slide-active .swipper-caption{
  opacity: 1;
  -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;
}

#realizacje-swip .swiper-slide-duplicate-active .swipper-caption{
  opacity: 1;
  -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;
}

#swipper-nav-r{
  position: absolute;
  top: 130px;
  right: calc(50% - 620px);
  width: 70px;
  height: 160px;
}

#reln, #relp{
 
  width: 65px;
  height: 65px;

  -moz-background-size:13px 22px;
  -webkit-background-size: 13px 22px;
  background-size: 13px 22px;
border: solid 1px #d1d0d0;
-webkit-border-radius: 50%;
border-radius: 50%;
}

#relp{
  left: auto;
  right: 2px;
  top: 30px;
}

#reln{
  right: 2px;
  top:110px;
}

#referencje{
  padding: 120px 0;
  background: #282828;
  color: #fff;
}

#referencje > div{
  background: url('../img/referencje-bg.png') no-repeat 0 0;
}


#referencje-swip{
  width: calc(100% - 115px);
  margin-left: 115px;

}

#referencje-swip .swiper-slide{
font-size: 22px;
text-align: justify;
line-height: 1.3;
}



#referencje-swip .swiper-slide span{
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffaa8c;
  margin-top: 50px;
}




#kontakt{
  max-width: 400px;
  margin: 0 auto;
  text-align: left;
}

#ico-adr{
  background: url('../img/ico-adr.png') no-repeat 0 10px;
  margin: 30px 0;
  padding-left: 50px;
}
#ico-mail{
  background: url('../img/ico-mail.png') no-repeat left;
  margin: 30px 0;
  padding-left: 50px;
}
#ico-tel{
  background: url('../img/ico-tel.png') no-repeat left;
  margin: 30px 0;
  padding-left: 50px;
}


#kontakt .h2{
  text-align: center;
margin: 0 0 60px 0;
}



#kontakt-txt p{
  margin: 30px 0;
  padding-left: 50px;
}

#kontakt-txt{
width: 48%;
}


#kontakt-inc{
  width: 48%;
}







#kontaktowy{
  padding: 45px 35px;
  -webkit-border-radius: 10px;
border-radius: 10px;

}

#kontakt-inc h3, #kontaktowy h3{
  font-size: 30px;
  color: #282828;
  text-transform: uppercase;
  margin: 0;
 
}




  .hbi{
    height: 100%;
    display: flex;
    font-size: 22px;
    flex-direction: column;
    justify-content: center;
    padding: 0 60px 0 20px;
  }

  .hbi span{
    color: #9dc02e;
    display: block;
    font-size: 18px;
  }

  #Home-b-info i{
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    background: #9dc02e;
    color: #fff;
    display: flex;
    font-size: 28px;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s linear;
  }





  #Home-b-info > a:hover  i{
    background: #313131;
    text-indent: 24px;
  }





#Home-news{
    padding: 50px 0;
}
#Home-news h2{
    text-align: center;
}


.artykuly{
    padding: 40px 0;
    position: relative;
    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; 
  }



  
#bg-3{
  height: 700px;
  width: calc(50vw - 530px);
  background: #bc6f65;
  position: absolute;
  z-index: -1;
  top: 160px;
  }
  
  #bg-4{
    height: 690px;
    width: calc(50vw - 530px);
    background: #006699;
    position: absolute;
    z-index: -1;
    top: 620px;
    right: 0;
    }




    .blok-info {
      margin: 60px 0;
        display: -webkit-flex;
        display: flex;
          width: 100%;
    }
    
    .flex-rex{
      flex-direction: row-reverse
    }
    
    
    
    .blok-info-img{
      width: 50%;
    }
    
    .blok-info-img img{
      width: 100%;
      height: auto;
    }
    
    .blok-info-txt{
    width: 50%;
     display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    font-size: 14px;
    line-height: 1.5;
    
    }

    .blok-info-txt .h2{
      margin-top: 0;
    }

    .info-lft{
      padding-left: 70px;
      }

    .info-rgt{
      padding-right: 70px;
    }





    #Home-wyd{
      padding: 55px 0;
      background: #eeeeee;
    }

    #w-data{
  
      color: #fec722;
      font-family: "Fuzzy Bubbles", sans-serif;
    }


    #w-data > div{
      display: inline-block;
      font-size: 48px;
      font-weight: 600;
      line-height: 1;
    }
    #w-data  span{
      display: inline-block;
      font-size: 20px;
      font-weight: 400;
      padding-left: 10px;
    }


    
#w-dane{
  margin: 10px 0 6px 0;
  display: flex;
  flex-wrap: wrap;
   align-items: flex-start; 
  justify-content: flex-start;
  color: #8ED9D5;
  font-size: 14px;
}

#w-dane > div{
  margin: 0 40px 10px 0;
}
#w-dane i{
  font-style: normal !important;
  color: #8ED9D5;
  margin-right: 14px;
}
    


  
#Home-art{
 background: #f6f6f6;
  padding: 55px 0;
}


.w-list{
  display: block;
  width: 30%;
  margin: 34px 0;
  min-height: 190px;
  font-size: 14px;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 0 7px 0 #CCCCCC;
  box-shadow: 0 0 7px 0 #CCCCCC;
  color: inherit;
}


.w-list-data{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 210px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #378bb6;
  font-size: 20px;
font-family: "Fuzzy Bubbles", sans-serif;
}

.w-list-data > div{
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
}
.w-list-data  span{
  font-size: 20px;
  font-weight: 400;
}

.w-list-data i{
  font-size: 11px;
  font-weight: 400;
}

.w-list-img{
  width: 270px;
  height: calc(100% - 40px);
  top: 20px;
  left: 210px;
  position: absolute;
}

.w-list-txt{
  width: calc(100% - 480px);
  padding: 30px 40px;
  margin-left: 480px;
}

.w-list-txt h4{
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 16px 0;;
}

.w-dane{
  margin: 0 0 6px 0;
  display: flex;
  flex-wrap: wrap;
   align-items: flex-start; 
  justify-content: flex-start;
}

.w-dane > div{
  margin: 0 40px 10px 0;
}
.w-dane i{
  color: #378bb6;
  margin-right: 15px;
}

    .art-list{
      display: block;
      width: 100%;
      width: 30%;
      margin: 30px 0;
      min-height: 300px;
      font-size: 14px;
      position: relative;
      background: #fff;
      -webkit-box-shadow: 0 0 7px 0 #CCCCCC;
      box-shadow: 0 0 7px 0 #CCCCCC;
      color: inherit;
overflow: hidden;
border-radius: 8px;
      }

      .art-list-txt{
        width: 100%;
        padding: 30px 30px 60px 30px
      }

      .art-list-k{
        width: 100%;
        padding: 50px;
      }
      
    
      .art-list h4{
          font-size: 20px;
        margin: 0 0 12px 0;
        color: #333;
      }
      
      
 
    
    
      .art-list:hover{
    text-decoration: none;
    color: inherit;
      }
      
      
      .art-list-img{
      width: 100%;
      height: 260px;
      position: relative;
     overflow: hidden; 
      text-align: center;
      }
      
      
      .art-list-img img, .w-list-img img{
        width: 100%; 
        height: 100%; 
        object-fit: cover;
        -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;
        }
      
      /*
      .art-list-img span, .w-list-img span{
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      outline: 1px solid #fff;
      text-align: center;
      display: flex;
        flex-direction: column;
        justify-content: center;
        -webkit-transition: all 500ms ease-out;
        -moz-transition: all 500ms ease-out;
        -ms-transition: all 500ms ease-out;
        -o-transition: all 500ms ease-out;
        transition: all 500ms ease-out;
      }
      
      .art-list:hover .art-list-img span, .w-list:hover .w-list-img span{
        background-color: rgba(0, 0, 0, 0.7);
        outline-offset: -15px;
        -webkit-transition: all 500ms ease-out;
        -moz-transition: all 500ms ease-out;
        -ms-transition: all 500ms ease-out;
        -o-transition: all 500ms ease-out;
        transition: all 500ms ease-out;
      }
      
      .art-list-img span i, .w-list-img span i{
        color: #fff !important;
        display: none;
      }
      
      .art-list:hover span i, .w-list:hover span i{
        color: #fff !important;
        display: inline;
      }
*/


.art-list:hover .art-list-img > img{
  transform: scale(1.25);
  -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;
}






      .art-list-more{
        color: #1ECAC2;
        font-size: 14px;
        margin-top: 38px;
       font-family: "Fuzzy Bubbles", sans-serif;
        border-top: solid 1px #eeeeee;
        padding-top: 12px;
        position: absolute;
        bottom: 14px;
        left: 30px;
        width: calc(100% - 60px);
      }

    

      
    
      .art-list-data{
color: #90BA25;
        margin: 20px 0 16px 0;
        font-size: 13px;
        line-height: 1.9;
      }

      .art-list-data i{
        font-size: 16px;
        margin-right: 10px;
      }
      
      
      
      .art-data{
      width: 120px;
      height: 120px;
      -webkit-border-radius: 60px;
      border-radius: 60px;
      font-size: 18px;
      float: left;
      background: #90BA25;
      color: #20332f;
      text-align: center;
      margin-right: 30px;
      display: flex;
        flex-direction: column;
        justify-content: center;
      }
      
      .art-data span{
      font-size: 52px;
      font-weight: 600;
      line-height: 0.8;
      display: block;
      margin-top: 4px;
      }
      
      .art-txt{
      float: right;
      width: calc(100% - 150px);
      }





          .gal-list{
            margin: 17px 1%;
            width: 31%;
            position: relative;
            padding: 0;
          }

          .gal-list h3{

            font-size: 20px;
              line-height: 1.4;
            margin: 0 0 15px 0;
      
        }
          
          .gal-list a{
            width: 100%;
            height: 100%;
            display: block;
            -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
     
            }
          
          
            .gal-list-img{
              width: 100%;
              height: 390px;
              background-position: center;
              background-repeat: no-repeat;
              background-size:cover;
              position: relative;
       
              }
              
              
              .gal-list-img img{
                width: 100%; 
                height: 100%; 
                object-fit: cover;
                }
          
            .gal-list-img a{
              width: 100%;
              height: 100%;
              padding: 0;
              display: block;
              }
          
          
          
          
              .gal-list-img span{
                width: 100%;
                height: 100%;
                background-color: transparent;
              position: absolute;
              top: 0;
              left: 0;
              z-index: 2;
              text-align: center;
              display: flex;
                flex-direction: column;
                justify-content: center;
                -webkit-transition: all 500ms ease-out;
                -moz-transition: all 500ms ease-out;
                -ms-transition: all 500ms ease-out;
                -o-transition: all 500ms ease-out;
                transition: all 500ms ease-out;
              }
              
              .gal-list-img span:hover{
                background-color: rgba(254, 199, 34, 0.8);
                -webkit-transition: all 500ms ease-out;
                -moz-transition: all 500ms ease-out;
                -ms-transition: all 500ms ease-out;
                -o-transition: all 500ms ease-out;
                transition: all 500ms ease-out;
              }
              
              .gal-list-img span i{
                color: #fff !important;
                display: none;
                font-size: 22px;
                text-transform: uppercase;
                font-family: "Fuzzy Bubbles", sans-serif;
              }
              
              .gal-list-img span:hover i{
                color: #fff !important;
                display: inline;
              }
          
          
          
          







#fbaner{
    
    text-align: center;
    color: #fff;
    font-size: 16px;
    position: relative;
}

#fbaner .wrapper{
    max-width: 800px;
}


#fbaner .h1{
    color: #fff;
}


#fbaner-przes{
    width: 100%;
    padding: 100px 0;
    background: rgba(0, 0, 0, 0.30);
}



















 #Infoblok{
width: 100%;
background: #988881;
color: #fff;
padding: 50px 0 100px 0;
 }



 #Infoblok-inc{
    display: flex;
    flex-wrap: wrap;
     align-items: flex-start; 
    justify-content: space-between;
   }




   .infoblok{
    margin: 0 1.5%;
    width: 30%;
      }




    .info-d{
color: #dbd5db;
margin: 0 0 5px 0;
font-size: 18px;

    }


    .infoblok h4{

        font-size: 26px;
        color: #fff;
        line-height: 1.4;
        margin: 20px 0 10px 0;
    }


        .infoblok-img{
        margin-top: 30px;
        width: 100%;
        height: 200px;
        position: relative;
        }
        
        
        .infoblok-img img{
          width: 100%; 
          height: 100%; 
          object-fit: cover;
          }
          
       


#Katinfo{
  width: 100%;
  height: 400px;
  position: relative;
}




#Katinfo-przes{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
  background: rgb(0, 0, 0, 0.4);
}




#SciezkaNav{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;


    padding: 0;
    text-align: center;
    color: #fff;
 position: relative;
 z-index: 2;

}

#SciezkaNav ul{
  margin: 0;
  font-size: 14px;
  color: #fff;
}

#SciezkaNav li{
    display: inline-block;
    margin: 0 8px;
    position: relative;
   }

   #SciezkaNav li:after{
    content: '|';
    display: block;
    width: 5px;
    right: -15px;
    top: 0;
    position: absolute;
  }

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

  #SciezkaNav li:first-child a{
    padding-left: 0;
  }



#SciezkaImg{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 1;
}

#SciezkaImg img{
  width: 100%; 
  height: 100%;
  object-fit: cover;
}





#SciezkaNav .h1{
  margin: 0;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}




#SciezkaNav h3{
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
  color: #fff;
}





  #opis-kat{
    padding: 40px 0 0 0;
  }


  .subcat-out{
    width: 100%;
    padding: 50px 0;
  }

  .subcat-flx{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  



  .subcat-lft{
    width: 60%;
  }
  


  .subcat-lft img{
    width: 100%; 
    height: auto; 
    margin-bottom: 20px;
  }
  


  .subcat-rgt{
    width: 100%;
  }

  .subcat-flx a{

      width: 23.5%;
      text-align: center;
            font-size: 15px;
            font-weight: 400;
            margin: 10px 0;
            padding: 15px 20px;
            border: solid 1px #1ECAC2;
            font-weight: 600;
            text-transform: uppercase;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transition: all 500ms ease-out;
            -moz-transition: all 500ms ease-out;
            -ms-transition: all 500ms ease-out;
            -o-transition: all 500ms ease-out;
            transition: all 500ms ease-out;
            border-radius: 8px;
            height: 160px;
            display: flex;
            flex-direction: column;
            justify-content: center;
          
  }



  
  .subcat-flx a:hover{
    color: #fff;
    background: #1ECAC2;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}


  








    .h-blok{
        display: -webkit-flex;
        display: flex;
        width: 100%;
        margin-top: 40px;
      }
      
      .h-blok-rev{
        display: -webkit-flex;
        display: flex;
        width: 100%;
        flex-direction: row-reverse;
        margin-top: 40px;
      }
      
      .h-blok > div:not(.clear), .h-blok-rev > div:not(.clear){
        width: 50%;
      }
      
      .g-blok > div{
        width: 50%;
      }
      
      
      .g-blok{
        display: -webkit-flex;
        display: flex;
        width: 100%;
        flex-direction: row-reverse;
      }

      .h-image{
        display: flex;
                  flex-direction: column;
                  justify-content: center;
      }
      
      .g-blok .h-image{
        display: block;
      width: 50%;
      height: 60vh !important;
      padding-right: 2px;
      
      }
      
   
      
      .h-image img{
        width: 100%; 
        height: auto; 
        vertical-align: middle;
      }
      
      .h-text-right{
      padding: 40px 0 40px 5%;
      }
      
      
      .h-text-left{
        padding: 40px 5% 40px 0;
      
      }
      
      
      
      .h-text-dark{
      background: #eeeeee;
      color: #2d2d2e;
      }
      
      
      .h-text-dark p{
        margin: 0.8em 0;
        }
      
      .h-text-dark a.ddc{
        color: #006a93;
        font-size: 24px;
        font-weight: 600;
      }


      .h-text-right h4, .h-text-left h4{
        font-size: 24px;
        margin: 30px 0;
        color: #3d3c3f;
        }
        
        

        .ogran{
            max-width: 1000px;
            }
            



            .doc-paralax{
                padding: 60px 0;
                color: #fff;
                position: relative;
                text-align: center;
                font-size: 18px;
                }
                
                .doc-paralax .h1{
                  color: #fff !important;
                  border: 0;
                  text-align: center !important;
                  line-height: 1.3 !important;
                  
                }
                
                .doc-paralax .h1 span{
                  color: #fff !important;
                }
                
                .doc-paralax h1, .doc-paralax h2, .doc-paralax h3, .doc-paralax h4{
                  color: #fff;
                
                }
                
                
                
                
                
                
                
                .doc-paralax-przes{
                  position: absolute;
                  width: 100%;
                  height: 100%;
                  background-color: rgba(0, 0, 0, 0.3);
                  z-index:0;
                  top: 0;
                  left: 0;
                  z-index: 7;
                  }
                
                
                  .doc-paralax .wrapper{
                position: relative;
                z-index: 10;
                 
                  }
                
                
                .doc-flex{
                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;
                   
                }
                
                
                .flex-box3{
                width: 30%;
                padding: 40px 0;
                }
                
                
                .flex-box3 h2{
                  font-size: 24px;
                line-height: 1;
                  margin: 0 0 30px 0;
                  position: relative;
                  text-transform: uppercase;
                }
                
                
                
                  .doc-dark .flex-box3 h2{
                color: #fff;
                  
                  }
                
                
                .box-f-image{
                  width: 100%;
                  height: 260px;
                  margin-bottom: 20px;
                }
                
                .box-f-image img{
                  width: 100%; 
                  height: 100%; 
                  object-fit: cover;
                }
                
                
                .doc-dark{
                background: #454545;
                color: #fff;
                padding: 40px 0;
                }
                
                .doc-dark .h1, .doc-dark h1, .doc-dark .h2, .doc-dark h2, .doc-dark h3, .doc-dark h4{
                  color: #fff !important;
                
                }

           
                
                .doc-caly{
                width: 1024px;
                clear: both;
                padding: 40px 0 0 0; 
                /*max-width: 900px;*/
                margin: 0 auto;
                
          
        
                }
                
                .doc-dark-inc{
                  width: 100%;
                max-width: 900px;
                margin: 0 auto;
                }
                
                .doc-paralax .more{
                margin-left: auto;
                margin-right: auto;
                
                }
                
                
                .motto{
                font-weight: normal;
                font-size: 36px;
                margin-bottom: 30px;
                color: #bbc1c4;
                }
                
                
                
                
                .doc-lewy{
                width: 48%;
                padding: 40px 0 0 0;
                }
                
                
                
                .doc-link{
                width: 100%;
                height: 100%;
                }
                
                .doc-link a{
                display: block;
                width: 100%;
                height: 100%;
                text-align: center;
                color: #fff;
                background-color: rgba(0, 0, 0, 0.7);
                opacity: 0;
                display: flex;
                  flex-direction: column;
                  justify-content: center;
                filter: alpha(opacity=0);
                transition: opacity 0.6s, visibility 0.6s;
                
                }
                .doc-link a:hover{
                    opacity: 1.0;
                    filter: alpha(opacity=100);
                     transition: opacity 0.6s, visibility 0.6s;
                }
                
                .doc-prawy{
                width: 48%;
                padding: 40px 0 0 0;
               
                }
                
                .zfoto{
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
                
                }
                
                
                .doc-wh{
                width: 100%;
                height: 100vh;
                }
                
                
                
                .doc-wh-lewy{
                width: 50%;
                height: 100%;
                float: left;
                padding: 0 60px 0 120px;
                display: flex;
                  flex-direction: column;
                  justify-content: center;
                   background-size:cover;
                  background-position: center;
                  background-repeat: no-repeat;
                }
                
                
                
                .doc-wh-prawy{
                width: 50%;
                height: 100%;
                float: right;
                padding: 0 120px 0 60px;
                position: relative;
                display: flex;
                  flex-direction: column;
                  justify-content: center;
                   background-size:cover;
                  background-position: center;
                  background-repeat: no-repeat;
                
                }
                
                .doc-wh-caly{
                width: 100%;
                height: 100%;
                background: #faf9f8;
                display: flex;
                  flex-direction: column;
                  justify-content: center;
                   background-size:cover;
                  background-position: center;
                  background-repeat: no-repeat;
                }



                #mapa-google-doc{
                    width: 100%;
                    min-height: 500px;
                    height: 100%;
                    }
                    
                    #mapid-doc{
                      width: 100%;
                      min-height: 600px;
                      height: 100%;
                      }
                    
                    .gal-odst{
                    height: 40px;
                    }







                    .table-blok{
                        overflow-x: auto;
                        min-width: 100%;
                        }
                        
                        
                        table{
                        width: 100%;
                        border-collapse: collapse;
                        border-spacing: 0;
                        empty-cells: show;
                        margin: 0;
                        
                        }
                        
                       
                        table td{
                        padding: 10px;
                        text-align: left;
                        font-size: 14px;
                        vertical-align: middle;
                        color: #454545;
                        border: solid 1px #e4e4e4;
                        }
                        
                        table thead tr{
                          background: transparent;
                          }
                        table thead  td{
                        background: transparent;
                        font-weight: 600;
                  font-size: 13px;
                        padding: 10px;
                         background: transparent;
                        background: #454545;
                        color: #fff;
                        border: solid 1px #fff;
                        text-align: center;
                        }
                        
                        table tr:nth-child(even){
                          
                          background: #f5f5f5;
                        }


.tab-blok{
margin: 0 0 50px 0;
}

.tab-sec{
border-bottom: solid 1px #454545;
padding: 15px;
}

.tab-blok .tab-sec:first-of-type{
border-top: solid 1px #454545;
}





.tab-h{
background-position: left;
background-repeat: no-repeat;
line-height: 22px;
font-size: 20px;
padding: 5px 0 5px 0;

  color: #454545;
cursor: pointer;
position: relative;
text-transform: uppercase;
}




.tab-h i{
 font-style: normal !important;
  }


.tab-cont{
padding: 20px 0;
display: none;
}

.angl{
position: absolute;
right: 20px;
top: 5px;
}





.hcent{
    text-align: center;
    margin-top: 50px;
  }
  
  
  

.tresci{
overflow: hidden;
}


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

.tresci b, .tresci strong{
font-weight: 700;
}




.tresci a:not(.more){

    color: #8ED9D5;

  
}

.tresci a:hover:not(.more){
  color: #8ED9D5;
    text-decoration: underline;
}



.tresci p{
margin: 1.5em 0;
}

.tresci .h2{
margin-top: 0 !important;
}

.tresci i, .tresci em{
font-style: italic
  }

  .tresci u{
text-decoration: underline;
    }

.tresci blockquote{
color: #959694;
text-align: center;
 margin: 30px 0;
 font-size: 36px;
 line-height: 1.2em;
 font-weight: bold;
 /*
  padding-left: 120px;
 background: url(../img/cyt-ico.png) no-repeat 10px 10px;*/
}

.docs-imgs{
  margin-bottom: 30px;
}

.docs-imgs img{
  width: 100%;
  height: auto;
}
  

.doc-dark .tresci blockquote{
  color: #fff;
 }

.tresci ul{
  margin: 30px 0 30px 5px;
  list-style: none;

  }
  
  .tresci ol{
    margin: 30px 0 30px 20px;
    padding-left: 10px;
    list-style-type: decimal;
    }
    .tresci ul:not(.pliki) > li{
      margin: 10px 0;
     padding: 3px 0 3px 15px;
     -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
 border-left: solid 4px #fec722;
 line-height: 1.4;
      }
  

      .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;
          }
  
  

  
  .doc-dark .tresci ul:not(.pliki) > li{
    border-bottom: #fec722 1px dashed;
    padding: 20px 10px 22px 35px;
    font-weight: 500;
  }
    







  .galeria-out {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 50px 0;
  }
  
  .galeria-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 49%;
    height: 476px;
  }
  
  
  
  .galeria-art{
    width: 23.5%;
  height: 325px;
  margin: 13px 0;
  }
  
  .galeria-wrap .galeria-art{
    width: 48%;
  height: 325px;
  margin: 13px 0;
  }
  
  .galeria-art-b{
    width: 49%;
    height: 676px;
    margin: 13px 0;
  }
  
  .g-img-art{
  width: 100%;
  height: 100%;
  position: relative;
  background-position: center;
  background-repeat:no-repeat;
      background-size:cover;
  }
  
  .g-img-art img{
    width: 100%; 
    height: 100%; 
    object-fit: cover;
    vertical-align: middle;
  }
  
  


  
  
  .galeria{
  width: 25%;
  padding: 2px;
  float: left;
  }
  
  
  
  
  .gal-1{
  width: 50%;
  padding: 1px 1px 1px 0;
  height: 720px;
  }
  
  
  
  
  .gal-2{
  width: 25%;
  height: 720px;
  padding: 1px 1px 1px 1px;
  }
  
  
  
  .gal-3{
  width: 25%;
  padding: 1px 0 1px 1px;
  height: 360px;
  }
  
  
  .gal-4{
  width: 25%;
  padding: 1px 0 1px 1px;
  height: 360px;
  }
  
  
  .gal-5{
  width: 25%;
  padding: 1px 1px 1px 0;
  height: 360px;
  }
  
  .gal-6{
  width: 25%;
  padding: 1px 1px 1px 1px;
  height: 360px;
  }
  
  .gal-7{
  width: 50%;
  padding: 1px 0 1px 1px;
  height:  720px;
  float: right;
  }
  
  
  .gal-8{
  width: 25%;
  padding: 1px 1px 1px 0;
  height: 360px;
  }
  
  .gal-9{
  width: 25%;
  padding: 1px 1px 1px 1px;
  height: 360px;
  }
  
  
  .g-img{
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
  position: relative;
  }
  
  
  .g-img span, .g-img-art span, .g-img-prod span{
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 10px;
  text-align: center;
  position: absolute;
  color: #fff;
  background-color: rgba(254, 199, 34, 0.7);
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 14px;
  display: flex;
  transition: opacity 0.6s, visibility 0.6s;
    flex-direction: column;
    justify-content: center;
  
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }
  
  .g-img span i, .g-img-art span i, .g-img-prod span i{
  color: #fff;
  font-size: 40px;
  
  }

  .g-img-art span:after{
    font: var(--fa-font-solid);
    content: "\f002";
    font-size: 36px;
  }
  
  
  
  .g-img span:hover, .g-img-art span:hover, .g-img-prod span:hover{
      opacity: 1.0;
      filter: alpha(opacity=100);
       transition: opacity 0.6s, visibility 0.6s;
  }
  
  
  
  
  
  
  .g-img .flm, .g-img-art .flm, .g-img-prod .flm{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 10px;
    text-align: center;
    position: absolute;
    color: #fff;
    font-size: 64px;
  
    opacity: 0.6;
    filter: alpha(opacity=60);
    display: flex;
      flex-direction: column;
      justify-content: center;
    }
    
  
    .flm i{
      font-style: normal !important;
    }


    .maxw{
        max-width: 1024px;
        margin-right: auto;
        margin-left: auto;
    }



    .news-lft{
        padding-top: 40px;
      
        }
        
        .news-img {
          margin: 50px 0; 
          vertical-align: middle;
        }

        .news-f-img{
            margin: 0;
            position: relative;
        }


        .art-s-data{
          position: absolute;
          left: 0;
          top: 0;
          width: 80px;
          height: 80px;
          background: #fec722;
          color: #000;
          text-align: center;
          display: flex;
          flex-direction: column;
          justify-content: center;
          line-height: 1.2;
          font-weight: 400;
          font-size: 13px;
          padding: 0 4px;
          z-index: 10;
        }

        .art-s-data span{
          font-size: 22px;
          font-weight: 600;
        }
        
        .news-img  img, .news-f-img img{
          width: 100%;
          height: auto;
          vertical-align: middle;
        }
        
        
        
        
        .news-rgt{
          width: 540px;
          float: right;
          padding-left: 30px;
          padding-top: 50px;
          text-align: right;
          }
        
        
          .news-rgt img{
            max-width: 100%;
            height: auto;
          }
        
          .news-rgt a{
        display: block;
        margin: 30px 0;
          }
        
    
        
        .news-f-lft{
          width: calc(100% - 540px);
        }
        
        
        .news-f-rgt{
          width: calc(100% - 120px);
        
          position: relative;
        }
        
        .news-f-rgt h1{
          margin: 1em 0;
        }
        
        .news-f-rgt p{
          margin: 0;
        }




        .news-data{

                  font-size: 13px;
            color: #454545;
            line-height: 1;
             margin: 0;
        }
      
    


        .moreurl{
            margin: 20px 0;
            text-align: center;
          
          }
          
          .moreurl .h3{
              margin-bottom: 10px;
             
          }
             
     
          




          #tagi{
            margin: 30px 0;
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
            justify-content: center;
          }
          
          a.tag{
          display: block;
          height: 40px;
          line-height: 40px;
          text-align: center;
          padding: 0 30px;
          color: inherit;
          font-style: italic;
          font-size: 14px;
          border: solid 1px #e4e4e4;
          background: #f5f5f5;
           margin: 7px 7px 7px 0;
           -webkit-border-radius: 5px;
      border-radius: 5px;
          -webkit-transition: all 500ms ease-out;
          -moz-transition: all 500ms ease-out;
          -ms-transition: all 500ms ease-out;
          -o-transition: all 500ms ease-out;
          transition: all 500ms ease-out;
          }
          
          a.tag:hover{
            border: solid 1px #96734d;
            color: #fff;
            background: #96734d;
            text-decoration: none !important;
            -webkit-transition: all 500ms ease-out;
            -moz-transition: all 500ms ease-out;
            -ms-transition: all 500ms ease-out;
            -o-transition: all 500ms ease-out;
            transition: all 500ms ease-out;
          }







          #nawig-art{
            margin-top: 10px;
          padding: 20px 0;
          }
          
          
          #nawig-art  a {
          display: block;
          width: 220px;
          min-height: 94px;
          padding: 0;
          position: relative;
          z-index: 1;
          line-height: 1.3em;
          font-size: 13px;
          display: flex;
            flex-direction: column;
            justify-content: center;
          }
          
          #nawig-art .naw-p{
          position: absolute;
          z-index: -1;
          padding: 0 10px;
               -webkit-transition-property: all;
              -webkit-transition-duration: 0.3s;
              -webkit-transition-timing-function: linear;
              transition-property: all;
              transition-duration: 0.3s;
              transition-timing-function: linear;
          
          }
          
          #nawig-art-left .naw-p{
          left: 0;
          }
          
          #nawig-art-right .naw-p{
          right: 0;
          }
          
          #nawig-art-left{
          text-align: left;
          float: left;
          background: #f5f5f5;
          }
          
          
          #nawig-art-right{
          text-align: right;
          float: right;
          background: #f5f5f5;
          }
          
          #nawig-art  a  span{
          display: block;
          text-transform: uppercase;
          font-size: 14px;
          line-height: 20px;
          color: #454545;
          font-weight: 600;
          }
          
          #nawig-art div.naw-img{
          width: 70px;
          height: 74px;
          z-index: -1;
          background-position: center;
          background-repeat: no-repeat;
          background-size:cover;
          position: absolute;
              opacity:0;
              filter: alpha(opacity=0);
          
               -webkit-transition-property: all;
              -webkit-transition-duration: 0.5s;
               -webkit-transition-delay: 0.3s;
              -webkit-transition-timing-function: linear;
              transition-property: all;
              transition-duration: 0.5s;
               transition-delay: 0.3s;
              transition-timing-function: linear;
          }
          
          
          #nawig-art-left  div.naw-img{
          float: left;
          top: 10px;
          left: 10px;
          }
          
          #nawig-art-right  div.naw-img{
          float: right;
          top: 10px;
          right: 10px;
          }
          
          
          
          
          a#nawig-art-left:hover  div.naw-p{
          left: 80px;
          }
          
          a#nawig-art-left:hover  div.naw-img{
              opacity: 1;
              filter: alpha(opacity=100);
          }
          
          
          a#nawig-art-right:hover  div.naw-p{
          right: 80px;
          }
          
          a#nawig-art-right:hover  div.naw-img{
              opacity: 1;
              filter: alpha(opacity=100);
          }
          
          


          #art-action{
               padding: 25px;
            margin: 20px 0;
            width: 100%;
            text-align: center;
            font-style: italic;
      
            background: #f5f5f5;
            }
            
            
            #art-action a{
              display: inline-block;
              color: #9a9a9a;
              font-style: italic;
              margin: 0 10px;
            }
            






    
    
    #Navig{
        width: 100%;
        text-align: center;
        padding: 25px 0 40px 0;
        clear: both;
        }
        
        #Navig a{
        display: inline-block;
        padding: 5px 10px;
        margin: 0 2px;
        font-size: 14px;

        color: #9c8599;
        }
        
        #Navig a:hover{
        color: #9c8599;
        }
        
        a.Nav{
        color: #9c8599;
        font-weight: bold;
        }
        
        
        











        .pliki-out{
            margin: 50px 0;
          }
          
          .doc-dark .pliki-out .h3{
          color: #fff;
          }
          
          .pliki-out .h3{
   text-align: center;
            margin: 0 0 1em 0;
     
          }
          
          
          ul.pliki {
            list-style: none;
            padding: 0;
            margin: 0;
            
          }
          
          
          
          .pliki li{
          position: relative;
          margin: 25px 0 25px 50px;
          padding: 0 20px 2px 10px;
         position: relative;
          border-left: solid 3px #8ED9D5;
         -webkit-transition: all 500ms ease-out;
          -moz-transition: all 500ms ease-out;
          -ms-transition: all 500ms ease-out;
          -o-transition: all 500ms ease-out;
          transition: all 500ms ease-out;
          z-index: 1;
          line-height: 1.3;
          }

  
         


            .pliki li:before{
              content: '';
              position: absolute;
              left: -45px;
              top:3px;
              font-size: 28px;
              background: url('../img/chevron.svg') no-repeat left;
              background-size: 16px auto;
              width: 18px;
              height: 18px;
              -webkit-transition: ease-in .4s;
              -moz-transition: ease-in .4s;
              -o-transition: ease-in .4s;
              transition: ease-in .4s;
              }
            
            .doc-dark .pliki-out .pliki li{
              color: #fff;
              }
            
            
            
            
            
            
            .doc-dark .pliki li span{
              background: #fff;
              }
            
            
            
            .pliki li a{
              display: block;
              width: 100%;
              padding: 2px 8px;
            color: #4fb4ae !important;
            }
  
     
            
       
  
  
              .pliki li:hover:before{
                top: 8px;
                -webkit-transition: ease-in .4s;
                -moz-transition: ease-in .4s;
                -o-transition: ease-in .4s;
                transition: ease-in .4s;
              }







          
          .doc-dark .pliki-out .pliki li{
            color: #fff;
            }
          
          
          
          
          
          
          .doc-dark .pliki li span{
            background: #fff;
            }
          
          
        

          .pliki li a:hover{
            color: #8ED9D5 !important;
            text-decoration: none !important;
          }
          
          
          .pliki li:hover{
            color: #8ED9D5;
          border-left: solid 3px #8ED9D5;
     
            -webkit-transition: all 500ms ease-out;
            -moz-transition: all 500ms ease-out;
            -ms-transition: all 500ms ease-out;
            -o-transition: all 500ms ease-out;
            transition: all 500ms ease-out;
            }


















      
#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);
  top: 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;
  }

  


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

  

#gototop{
    position: fixed;
    right: 20px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    background: transparent;
    border: solid 2px #222832;
    color: #222832;
    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:hover{
    opacity: 1;
    filter: alpha(opacity=100);
    }










    


#stopka{
    width: 100%;
    margin: 0;
    padding: 70px 0 40px 0;
background:#00bab1;
color: #fff;
    position: relative;
       font-size: 16px;
        text-align: center;
     font-family: "Fuzzy Bubbles", sans-serif;
    
    }
  
    
#stopka a{
  color: #fff;
}

    #stopka h3{
      font-size: 24px;
      margin: 0 0 20px 0;
      color: #fff;
    }
     
    #stopka-bot{
      font-size: 13px;
      margin: 0;
      padding: 30px 0;
      background: #fff;
color: #221638;
      text-align: center;
       }

       #icons{
         margin-top: 30px;
       }


#stopka-baner{
  padding: 30px 0;
background: #fff;
      display: -webkit-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      justify-content: center ;
      flex-wrap: wrap; 
}

.stopka-bnr{
  display: block;
margin:  10px 30px;

}

.stopka-bnr2{
  display: block;
margin: 10px 30px;
background: url('../img/godlo.png') no-repeat left;
background-size: contain;
max-width: 180px;
height: 43px;
color: #221638;
display: flex;
flex-direction: column;
justify-content: center;
text-align: left;
padding-left: 50px;
line-height: 1.2;
}



#icons > a{
display: inline-block;
margin: 0 7px;
text-align: left;
line-height: 36px;
color: #fff;
font-size: 14px;

}

#icons > a > i{
display: inline-block;
width:30px;
height: 36px;
line-height: 36px;
font-size: 20px;
}


#flex-stopka{
  width: 600px;
margin: 0 auto;
      display: -webkit-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      justify-content: space-between ;
      flex-wrap: wrap; 
}
    

.stopka-inc-l{
  width: 40%;
  text-align: left;
  position: relative;
}

.stopka-inc{
  width: 25%;
  text-align: left;
  position: relative;
}

#stopka-logo{
  position: absolute;
  left: 0;
  top: 0;
width: 130px;
text-align: center;
}

#logo-stopka{
  text-align: center;
  width: 130px;
  display: block;
  background: transparent url('../img/logo-t.svg') no-repeat top;
  background-size: 120px auto;
  padding-top: 145px;
  color: #fff;
font-family: "Fuzzy Bubbles", sans-serif;
font-size: 8px;
text-transform: uppercase;
line-height: 1.2;
}

#logo-stopka b{
  display: block;
  font-size: 24px;
  position: relative;
}


#logo-stopka b:after{
  content: '.';
  display: block;
  width: 5px;
  right: 5px;
  top: -6px;
  position: absolute;

}

#logo-stopka b:before{
  content: '.';
  display: block;
  width: 5px;
  left: 5px;
  top: -6px;
  position: absolute;

}



#stopka-tel{
  padding: 5px 0 5px 40px;
background: url('../img/ico-tel.png')  no-repeat left;
margin: 14px 0;
}


#stopka-mail{
background: url('../img/ico-mail.png')  no-repeat left;

padding: 5px 0 5px 40px;
margin: 14px 0;
}

#stopka-loc{
background: url('../img/ico-adr.png')  no-repeat 0 10px;
padding: 5px 0 5px 40px;
margin: 14px 0;
text-align: left;
}




#stopka  ul{
  text-align: right;
  width: 100%;
  }
  
  
  #stopka  ul > li{
  display: block;
  margin: 5px 0;
  padding: 0;
  text-align: left;
  }
  


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


form label{
  display: block;
  color: #222832;
  font-size: 13px;
  margin: 10px 0 2px 0;
  font-weight: normal;
  }
  
  
  
  form input[type="text"],
  form input[type="password"],
  form select,
  form textarea
  {
  color:#222832;

  border: solid 1px #222832;
  background: transparent;
  padding: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin: 0;
  width: 100%;
    -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:#222832;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#222832;
  }
  
  ::placeholder {
    color:#222832;
  }
  


  
  
  form input[type="submit"]{
  border: 0;
  border: 0;
  background: #378bb6;
  padding: 0;
  width: 180px;
        height: 46px;
        line-height: 44px;
        font-size: 13px;
        letter-spacing: 1px;
  text-align: center;
  margin: 20px 0 0 0;
  cursor: pointer;
  color: #fff;
text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    -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: #002147;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    -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="image"]{
  padding: 0;
  display: inline-block;
  margin: -15px 10px;
  cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  
  
  
  
  #kod-schowka{
  max-width: 300px;
  }
  
  
  
  #wyslijForm{
  border: solid 1px #7f8c91;
  color: #7f8c91;
  background: transparent;
  padding: 0;
  line-height: 70px;
  font-size: 24px;
  text-align: center;
  margin: 7px auto;
  max-width: 300px;
  cursor: pointer;
  }
  
  
  
  
.checkbox-ch{
  position: relative;
  min-height: 30px;
  line-height: 20px;
  margin: 10px 0;
  text-align: left;
  text-transform: none;
  }
  
  .checkbox-ch span{
   display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0px;
    background: #fff;
    z-index: 1;
    border: solid 1px #ccc;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #000;
    }

    .checkbox-ch span i{
      font-style: normal;
    }
  
    .checkbox-ch  p{
  display: inline-block;
  margin-left: 15px;
  font-size: 13px; 

    }

    #tel-info{
      color: #fff;
      font-size: 13px;
      font-weight: 300;
      position: relative;
      padding-left: 50px;
margin-top: 30px;
    }


    #tel-info i{
      font-size: 30px;
      position: absolute;
      left: 0;
      top: 3px;
      color: #6c6c6c;
    }

    #tel-info b{
      font-weight: 700;
    }
    .rdo-info{
      margin-top: 30px;
      font-size: 12px;
 font-weight: 300;
 line-height: 1.3;
    }

    .rdo-info  p{
      display: inline-block;
        font-size: 13px; 
        }
      
  
   #rzwn{
      color: #96734d;
      cursor: pointer;
      font-size: 13px;
      text-decoration: none;
    }
  
  
    #rodoc{
      font-size: 13px;
      display: none;
      text-transform: none;
      text-align: left;
   
    }


    

#result-inc{
  position: fixed;
  width: 100%;
  height: 100vh;
  text-align: center;
  z-index: 10000;
  display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  #result-inc > div{
  width: 50%;
  padding: 40px 30px;
  background: #a21717;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  position: relative;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px 0 #383838;
  box-shadow: 0 0 5px 0 #383838;
  }
  
  
  #result-close{
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background:  url('../img/close-res.png') no-repeat center;
  
  }