@charset "utf-8";
/* CSS Document */

@keyframes opacity_calej_strony{
	0%{ opacity: 0.1; }
	100%{ opacity: 1; }
}

@keyframes progres_line{
	0%{ width: 0; opacity: 0; }
	100%{ width: 100%; opacity: 1; }
}

@keyframes progres_line_no{
	0%{ width: 100%; opacity: 1; }
	100%{ width: 0%; opacity: 0; }
}
@keyframes filters{
	0%{ width: 0%; height: 0%; opacity: 0.8; }
	100%{ width: 100%; height: 100%; opacity: 0.1; }
}
@keyframes beckfilters{
	0%{ opacity: 0.1; width: 100%; height: 100%; }
	100%{ opacity: 0; width: 0%; height: 0%; }
}
@keyframes more_show_clase{
	0%{ width: 0px; height: 0px; }
	100%{ width: 100px; height: 100px; }
}
@keyframes more_hiden_clase{
	0%{ width: 100px; height: 100px; }
	100%{ width: 0px; height: 0px; }
}

@keyframes rotatezabek{
	0%{ transform: rotate(0deg); }
	100%{ transform: rotate(360deg); animation-delay: 2s; }
}
@keyframes leftArrow{
    0%{ left: 0px; opacity: 0.3; }
    100%{ left: 50px; opacity: 1px; }
}