/*	animacje

przesunlewo
przesunprawo
odwroceniesie
pojawianiewyostrzanie
pojawianiewyostrzaniebox1
pojawianiewyostrzaniebox2
pojawianiewyostrzaniebox3
pojawianiewyostrzaniebox4
pojawianiesie
przesundolgora




 data-view-class="odwroceniesie"


*/


.com-content-article__body{
  overflow-y: hidden;
}

@-webkit-keyframes przesunlewo {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes przesunlewo {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}


.przesunlewo {
	-webkit-animation: przesunlewo  3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: przesunlewo  3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}



@-webkit-keyframes przesunprawo {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes przesunprawo {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}


.przesunprawo {
  -webkit-animation: przesunprawo  3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: przesunprawo  3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


p[data-view-class]{
  overflow: hidden;
  max-width: 100%;
}


@-webkit-keyframes pojawianiewyostrzanie {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes pojawianiewyostrzanie  {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}


.pojawianiewyostrzanie {
	-webkit-animation: pojawianiewyostrzanie  1s cubic-bezier(0.550, 0.085, 0.680, 0.530) 0s both;
	        animation: pojawianiewyostrzanie  1s cubic-bezier(0.550, 0.085, 0.680, 0.530) 0s both;
}



.pojawianiewyostrzaniebox1{
	-webkit-animation: pojawianiewyostrzanie  0.25s cubic-bezier(0.550, 0.085, 0.680, 0.530) 0.5s both;
	        animation: pojawianiewyostrzanie  0.25s cubic-bezier(0.550, 0.085, 0.680, 0.530) 0.5s both;
} 

.pojawianiewyostrzaniebox2{
	-webkit-animation: pojawianiewyostrzanie  0.25s cubic-bezier(0.550, 0.085, 0.680, 0.530) 1s both;
	        animation: pojawianiewyostrzanie  0.25s cubic-bezier(0.550, 0.085, 0.680, 0.530) 1s both;
} 


.pojawianiewyostrzaniebox3{
	-webkit-animation: pojawianiewyostrzanie  0.25s cubic-bezier(0.550, 0.085, 0.680, 0.530) 1.5s both;
	        animation: pojawianiewyostrzanie  0.25s cubic-bezier(0.550, 0.085, 0.680, 0.530) 1.5s both;
} 



.pojawianiewyostrzaniebox4{
	-webkit-animation: pojawianiewyostrzanie  0.25s cubic-bezier(0.550, 0.085, 0.680, 0.530) 2s both;
	        animation: pojawianiewyostrzanie  0.25s cubic-bezier(0.550, 0.085, 0.680, 0.530) 2s both;
} 


@-webkit-keyframes odwroceniesie {
  0% {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes odwroceniesie {
  0% {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 1;
  }
}


.odwroceniesie {
	-webkit-animation: odwroceniesie 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: odwroceniesie 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


@-webkit-keyframes pojawianiesie {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pojawianiesie {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



.pojawianiesie {
	-webkit-animation: pojawianiesie 3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: pojawianiesie 3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}


@-webkit-keyframes przesundolgora {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}





@keyframes przesundolgora {


  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

}




.przesundolgora{
	-webkit-animation: przesundolgora 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: przesundolgora 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}





@keyframes przesundolgora2 {

  0% {
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

}


.przesundolgora2{
	-webkit-animation: przesundolgora2 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: przesundolgora2 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}





