body {
	background: #f2f2f2!important;
	font-family: "Poppins", sans-serif;
	  font-weight: 300;
	  font-style: normal;
}
.text p, .text h1 {
	line-height: 20pt;
}
.container-brev {
	position: relative;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
.social {
	position: absolute;
	top:40px;
	right: 140px;
	font-size: 18pt;
	width: 180px;
	height: 30px;
	z-index: 99999!important;
}
.social a {
	color: #333;
	z-index: 99999;
}
.social a:hover {
	color: #988!important;
	text-decoration: none;
}
.anim {
	-webkit-transition:.8s;
	-moz-transition:.8s;
	-o-transition:.8s;
	-ms-transition:.8s;
	transition:.8s;
	-webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   -ms-transform: translateZ(0);
   -o-transform: translateZ(0);
   transform: translateZ(0);
}
.lang {
	font-size: 16pt;
	font-weight: 500;
	text-decoration: none;
}
#brev-background {
	background-image: url(/img/backgr.jpg);
	width: 100%;
	height: 800px;
	position: fixed;
	background-size: cover;
}
#hand-background {
	background-image: url(/img/gfx.png);
	width: 50%;
	height: 80%;
	max-height: 500px;
	position: absolute;
	bottom:0;
	left:30%;
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.image {
	position: relative;
	height: 100%;
}
.hand-background1 {
	position: relative;

	background-image: url(/img/gfx.png);
	width: 130%;
	height: 800px;
	bottom:0;
	left:-20%;
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.logo {
	width: 250px;
	margin-left: 5%;
	margin-top:5%;
}
.text {
	padding: 5%;
	padding-left: 12%;
	padding-right: 8%;
}
h1 {
	font-family: "Cormorant Garamond", serif;
	font-size: 22pt;
	line-height: 28pt!important;
	margin-bottom: 15px!important;
}
.contact-form {
	position: absolute;
	top: 160px;
	width: 85%;
	padding: 5%;	
}
.red {
	color: #cf2e26;
}
.contact-form .top {
	position: relative;
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16pt;
	color: #cf2e26;
}
.contact-form .medium {
	position: relative;
	
	background-color: #da2832;
	width: 100%;
	height: 220px;
	margin-top: 20px;
}
.contact-form .medium a {
	color: #fff;
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18pt;
	display: block;
	position: absolute;
	bottom: 25px;
	left: 15%;
}
.contact-form .medium a:hover {
	opacity: 0.8;
	text-decoration: none;
}
.contact-form .medium form {
	position: absolute;
	display: block;
	top: 25px;
	left:-23%;
	width: 110%;
}
.contact-form .medium form input {
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
	font-style: normal;
	width: 100%;
	padding: 8px;
	font-size: 14pt;
	padding-left: 16px;
	margin-top:10px;
	border: 1px solid #000;
	background: transparent;
}
.contact-form .medium form input:focus {
	border: 1px solid #000;
	outline: none;
	background: #fff;
}
footer {
	padding: 30px 80px;
	text-align: center;
	font-size: 8pt;
	color: #666;
	display: none;
}
footer a, .form-zgody a {
	color: #da2832;
}
.form-zgody {
	padding-top: 20px;
	font-size: 8pt;
	color: #666;
}
@media only screen and (max-width:1600px) {
	#brev-background, .hand-background1 {
		height: 700px;
	}
}
@media only screen and (max-width:1400px) {
	#brev-background, .hand-background1 {
		height: 600px;
	}
	.contact-form {

		top: 150px;
	}
}
@media only screen and (max-width:1300px) {
	#brev-background, .hand-background1 {
		height: 600px;
	}
	h1 {
		font-size: 16pt;
	}
	p {
		font-size: 10pt;
	}
	.form-zgody {
		display:none;
	}
	footer {
		display: block;
	}
}
@media only screen and (max-width:1200px) {
	#brev-background, .hand-background1 {
		height: 550px;
	}
}
@media only screen and (max-width:1100px) {
	#brev-background, .hand-background1 {
		height: 550px;
	}
}
@media only screen and (max-width:1000px) {
	.hand-background1 {
		height: 400px;
		width: 100%;
		left:0%;
	}
	#brev-background {
		height: 100%!important;
	} 
	
	.contact-form {
		padding: 5%;
		padding-left: 12%;
		padding-right: 2%;
		top: 30px;
	}
	.contact-form .medium form {
		position: absolute;
		display: block;
		top: 25px;
		left:0%;
		width: 90%;
		
		
	}
	.contact-form .medium form input {
		background: #fff;
	}
	.social {
		position: absolute;
		top:45px;
		right: 10px;
		font-size: 16pt;
		width: 100px;
		height: 30px;
	}
	.form-zgody {
		display:block;
	}
	footer {
		display: none;
	}
}