/* Add here all your CSS customizations */



#lead .pobierz {
	padding: 10px 10px;
	border-radius: 6px;
	margin:40px 0px;
}

#lead h1 {
	font-size: 2.5em;
	line-height: 1.2;
	
	margin-bottom: 30px;
	color:#0281c0;
	
}

#lead h2 {
	margin-bottom: 20px;
    margin-top: 50px;
	line-height: 1.4em;
	color: #777;
	
}

#lead .logo-top {
	height: 70px;
	margin: 40px  20px 0px;
}

#lead p {
	color: #222;
	margin: 10px 0px;
}

#formularz {
	border-radius: 10px;
}
.image{
	padding-top: 0px;
	padding-left: 20px;
	
}
.logo{
	padding: 0 0 50px ;
	width: 260px;
}
.another p {
	font-size: 20px;
	color: #333;
}

.recommended {
	margin: 20px auto;
}
.img-page {
	display: inline-block;
	text-align: center;
	    margin: 10px;
}
.photo img {
	margin: 20px 20px;
	display: inline-block;
}

@media screen and (max-width: 991px) {
	#lead .home-center {
		top: 0;
		transform: none;
		position: inherit;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	#lead .top-height {
		height: auto;
		min-height: 100vh;
	}
	#lead .logo-top {
	height: 60px;
	margin: 20px 0 0 20px;
}
	.image{
	padding-top: 0px;
	padding-left: 0px;
	
}
}