@media(max-width: 600px){
	body{
		display: inline;
		width: auto;
	}

	.main{
		width: 300px !important;
	}

	.inner_header{
		margin-left: 1.5vh;
		margin-right: 1.5vh;
	}

	.menu{
		margin-top: 35px;
	}

	.menu b{
		display: none;
	}

	.menu span{
		margin: 0 7px 0 7px;
	}

	.menu img{
		height: 30px;
	}

	.inner_slide1{
		margin-left: 3vh;
		padding-top: 200px;
		padding-left: 10px;
		padding-right: 10px;
	}

	button.slide1_button{
		width: 130px;
	}

	.slide1{
		background: url(money.jpg) no-repeat top scroll;
		background-size: cover;
		width: 100%;
	}

	.inner_slide1 h1{
		font-size: 35px;
	}

	.inner_slide1 h2{
		font-size: 27px;
	}


	.form1{
		display: none;
	}


	.proces_realizacji{
		width: 300px;
	}

	.proces_box{
		width: 270px !important;
	}

	.slide4{
		background: url(money.jpg) no-repeat top scroll;
		background-size: cover;
		width: 100%;
		height: 340px;
	}

	.inner_slide4{
		width: 300px;
	}

	.inner_slide4 h1{
		font-size: 23px;
		padding-bottom: 10px;
	}

	.inner_slide4 h2{
		font-size: 15px;
	}

	.inner_slide5{
		width: 300px;
	}

	.form{
		float: none;
		width: 290px;
		height: 430px;
		padding: 40px 0 0 15px;
	}

	.form h2{
		font-size: 21px;
		padding-left: 10px;
		margin-bottom: 15px;
	}

	input{
		width: 260px
	}

	textarea{
		width: 260px;
	}

	input.button{
		width: 270px;
	}

	.footer{
		height: 300px;
		margin-top: -100px;
		height: 810px;
	}

	.inner_footer{
		width: 300px;
	}

	iframe{
		width: 100%;
		height: 250px;
		margin-top: 50px;
		margin-left: 0;
	}

	.dane{
		display: block;
		width: 300px;
		height: auto;
		padding-left: 0;
	}

	.frame{
		width: auto;
		height: 700px !important;

		
	}

	.calc_1{
		width: auto;
		height: 400px !important;
		border-radius: 20px 20px 0 0;
		float: none;
	}

	.calc_2{
		width: 100% !important;
		border-radius: 0 0 20px 20px;
		float: none;
		padding: 0;
		
	}

	.calc_2 ol{
		float: left;
		padding: 5px 0 0 50px;
	}

	.border{
		height: 2px;
		width: 80%;
		border-bottom: 1px solid #a9deb4;
		
	}

	#result{
		padding: 10px 40px 20px 40px;

		
	}

	button.calc_button{
		display: none;
	}


}

@media(max-width: 320px){
	body{
		display: inline;
		width: auto;
	}

	.inner_slide1{
		padding-top: 135px;
	}

	button.slide1_button{
		margin-right: 10px;
		font-size: 15px !important;
		width: 110px;
		height: 35px;
	}

	button.slide1_button img{
		height: 15px;
		margin-bottom: 0;
	}


	.proces_realizacji{
		width: 250px;

	}

	.proces_box{
		width: 200px !important;
		height: 430px !important;
	}

	button.slide3_button{

		margin-left: 25px;
	}



}