@charset "utf-8";
/* CSS Document 
@keyframes scrolUp{
	0%{ top: 0px;}
	100%{ top: 200px; }
}
@keyframes scrolUpOpis{
	0%{ top: 0px; opacity: 1;}
	100%{ top: -170px; opacity: 0; }
}
@keyframes scrolDown{
	0%{ top: -170px; }
	100%{ top: 0px; opacity: 1; }	
}*/

@keyframes strzalka{
	0%{ position: relative; left: -15px; }
	100%{ position: relative; left: 0px;  }
}
@keyframes zanikanie{
	0%{ opacity: 1; color: white; top: 0px; }
	25%{ opacity: 0.1; color: white; top: -20px; }
	50%{ opacity: 0; color: transparent; top: 0px; }
	75%{ opacity: 0.1; color: white; top: 20px; }
	100%{ opacity: 1; color: white; top: 0px; }
}
@keyframes code{
	0% { color: rgba(255,255,255,0.3); }
	50% { color: green;  };
	100% { color: rgba(255,255,255,0.3);  }
}
@keyframes information{
	0% { background: white; }
	50% { background: transparent; }
	100% { background: white; }
}
@keyframes informationn{
	0% { background: green; }
	50% { background: transparent; }
	100% { background: green; }
}
@keyframes promotionColor{
	0% { color: green; }
	50% { color: transparent; }
	75% { color: #FE5603;  }
	100% { color: green; }
}