#zamow_telefon
{
	position:absolute;
	left:950px;
	width:400px;
	height:300px;
	border: 1px solid #ccc;
    border-radius: 30px;
	background-color:green;
	padding-top:40px;
	
	color:white;
	font-size:40px;
	line-height: 45px;
	text-align: center;
	
	
	opacity: 0.85;
	z-index:2;
	animation-delay: 20s;	
	animation-iteration-count: 1;

	
	webkit-animation: move 10s  ease-in-out;
  -moz-animation: move 10s ease-in-out;
  -o-animation: move 10s  ease-in-out;
  -ms-animation: move 10s  ease-in-out;
  animation: move 10s  ease-in-out;
	
	
}

#zamow_telefon.hover {}

#zamow_telefon .off_telefon
{
	
	position:absolute;
	left:350px;
	top:10px;
	width:30px;
	height:30px;
	background-color:green;
	color:white;
	font-size:22px;
	display: block;
	line-height: 30px;
	 text-align: center;
	 opacity: 0.8;
}



#zamow_telefon input[type=submit], #zamow_telefon input[type=tel]
 {width:80%;
font-size:28px;}


#zamow_telefon input[type=submit] {

  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

#zamow_telefon form input[type=submit]:hover {
  background-color: #45a049;
}



@-moz-keyframes move {
  0% {
    left: -400px; }

  100% {
    left:950px; } }

@-webkit-keyframes move {
  0% {left: -400px; }

  100% {left:1000px; }
}


@-o-keyframes move {
  0% {left: -400px; }

  100% {left:950px; }
  }

@-ms-keyframes move {
  0% {left: -400px; }

  100% {left:950px; } 
  }

@keyframes move {
  0% {left: -400px; }

  100% {left:950px; }}
  
  
  


@-moz-keyframes zniknij {
100% { opacity: 0;} }

@-webkit-keyframes zniknij {
100% { opacity: 0; } }


@-o-keyframes zniknij {
100% { opacity: 0; } }

@-ms-keyframes zniknij {
100% { opacity: 0; } }

@keyframes zniknij {
100% { opacity: 0; } }