@media(min-width: 1050px) and (max-width: 1350px){
	.napisy{
		width: 50%;
		float: left;
		margin-top: -50px;
	}

	.form1{
		margin-top: -100px;
	}
}

@media(min-width: 601px) and (max-width: 1050px){
	.main{
		width: 600px !important;
	}

	.inner_header{
		margin-left: 1.5vh;
		margin-right: 1.5vh;
	}

	.inner_slide1{
		margin-left: 3vh;
	}

	.napisy{
		width: 50%;
		display: block;
		float: left;
	}

	.napisy h1{
		font-size: 30px;
	}

	.napisy b{
		font-size: 140px;
	}

	.proces_realizacji{
		width: 600px;
	}

	.inner_slide4{
		width: 600px;
	}

	.inner_slide4{
		padding-top: 50px;
	}

	.inner_slide4 h1{
		padding-bottom: 15px;
	}

	.inner_slide5{
		width: 600px;
	}

	.form{
		float: none;
	}

	.footer{
		height: 600px;
	}

	.inner_footer{
		width: 600px;
	}

	.form1{
		float: right;
		width: 300px;
		margin-right: 3vh;
		margin-top: -30px;
	}

	input.form_in{
	width: 260px;
	height: 40px;
	background-color: transparent;
	border-radius: 20px;
	box-shadow: none;
	border: 1px solid #35705e;
	color: black;
	padding-left: 5px;
	font-family: arial !important;
	text-shadow: none !important;
}

textarea.form_in{
	width: 260px;
	height: 100px;
	background-color: transparent;
	border-radius: 20px;
	box-shadow: none;
	border: 1px solid  #35705e;
	color: black;
	font-family: arial !important;
	padding: 8px 5px 5px 5px;
	text-shadow: none !important;
}


input.form_in_button{
	width: 270px;
	height: 50px;
	color: white;
	font-size: 18px;
	letter-spacing: 1px;
	border-radius: 20px;
	border: 1px solid #35705e;
	margin-bottom: 30px;
	display: block;
	transition: transform 1s, background-color 1s;
	font-family: arial !important;
	text-shadow: none !important;
	background-color: #35705e;
	float: left;
}

input..form_in_button{
	transform:  scale(1.1);
	background-color: #1e4a3d;
}

	iframe{
		float: left;
		width: 280px;
		height: 250px;
		margin-left: 0;
		margin-top: 80px;
		padding-left: 20px;
	}

	.dane{
		display: block;
		width: 300px;
		height: auto;
		float: left;
		padding-left: 0;
	}

	.frame{
		width: 600px;
		height: 550px !important;
	}

	.calc_1{
		width: 500px !important;
		border-radius: 20px 20px 0 0;
	}

	.calc_2{
		width: 580px !important;
		height: 150px !important;
		border-radius: 0 0 20px 20px;
		
	}

	.calc_2 ol{
		float: left;
		padding: 5px 0 0 50px;
	}

	.border{
		height: 80%;
		width: 2px;
		border-right: 1px solid #a9deb4;
		border-bottom: none;
		float: left;
	}

	#result{
		float: left;
		padding: 10px 40px 20px 40px;
		
	}

	button.calc_button{
		display: none;
	}





}