/*  home page  */
body{
	background:var(--tlo);
}
.home-page main{
  padding:0px;
}

.home-page #header {
  left: 0px;
  right: 0px;
  background-color: unset;
  clear: both;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  z-index: 1000;
}
.home-page #header.active,
#header {
  background-color: rgb(255, 255, 255);
}
.home-page .logo-box img{
  width:250px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /* transform:translate(100%); */
}
.home-page #header.active .logo-box img{
  max-width:200px;
  /* transform:translate(60%); */
}
.mini-fala{
  margin-top:1em;
}
.home-page .section-box .intro > h2:after{
	content: '';
	display: block;
	background-image: url("/images/fale/FALECopy3.svg");
	background-repeat: no-repeat;
	width:15em;
	max-width:80%;
	height:0.7em;
	background-position:center top;
	margin:0.1em auto 0px auto;
	background-size:contain;
	
}
.home-page .section-box.przeplataniec{
  background-color:#fff;
}
.home-page .section-box.przeplataniec:before,
.home-page .section-box.suwak_blokowy:before{
    content:'';
    display:block;
    background-image: url("../images/fale/ksztalt-gora.png");
    background-repeat:repeat;
    height: 66px;
	margin-bottom:2em;
}
.home-page .section-box.przeplataniec:after,
.home-page .section-box.suwak_blokowy:after{
    content:'';
    display:block;
    background-image: url("../images/fale/ksztalt-dol3.png");
    background-repeat:repeat;
    height: 66px;
}
.home-page .section-box.suwak_blokowy{
    background-color: #fff;
}
.home-page .section-box .przeplataniec-box{
    padding-bottom:30px;
    width: 80%;
    margin: auto;
}
.home-page .znany-lekarz iframe{
    width: 360px !important;
    height: 360px !important;
    margin: auto;
    display: block;
}
@media screen and (max-width: 960px) {
  .home-page .section-box .przeplataniec-box{
      width: unset;
  }
}