body {
	  font-family: Roboto, Arial, Helvetica, sans-serif;
	  
	 
}
header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-bottom: 30px;
	background-color: #003c82;
}
.header-content, .gorny-pasek-content, .footer-content{
	margin: 0 auto;
	padding: 10px;
	max-width: 1300px;
}
.header-content{
	margin-top: 36px !important;
}
.header-content img{
	margin: 20px;
	width: 145px;
}
.gorny-pasek{
	background-color: #ebebeb;
	height: 36px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.footer-content{ 
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

main{
	width: 100%;
	margin: 0 auto;
	margin-top: 180px;
	max-width: 1300px;
	padding: 0 30px;
}
main > div{
	padding: 0 30px;
}

.formularz{
	 width: 80%;
	 margin: 50px	 auto;
	 border: 2px #003c82 solid;
	 padding: 50px;
	 
}

label{
	font-weight: 600;
	margin-top: 10px;
}
input[type="text"], input[type="tel"], input[type="email"] {
    width: 250px;
}
select{
	width: 305px;
}

footer{
	background-color: #003c82;
	position: absolute;
	width: 100%;
	left: 0;
	
}
footer, footer a, footer a:hover{
	color: white;
	background-color: #003c82;
}
.pogrubione{
	font-weight: bold;
}

.footer-content p a img{
	border: 1px solid white; padding: 2px;
}