
* {
	padding: 0;
	margin: 0;
}
*, *:before, *:after {
  box-sizing: border-box;
}
.clear {
	clear: both;
	height: 0;
}
input, textarea, select {
	background: none;
	border-bottom: 1px solid #8197A2;
	border-top: none;
	border-left: none;
	border-right: none;
	font-family: 'Lato', sans-serif;color: #fff;
	width: 100%;
	padding: 10px 0;
	color: #575757;
	font-size: 13px;

}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-transform:uppercase;color: #575757;
}
::-moz-placeholder { /* Firefox 19+ */
  text-transform:uppercase;color: #575757;
}
:-ms-input-placeholder { /* IE 10+ */
  text-transform:uppercase;color: #575757;
}
:-moz-placeholder { /* Firefox 18- */
 text-transform:uppercase;color: #575757;
}

button {
	width: auto;
	display: inline-block;
	text-transform:uppercase;
	padding: 5px;
	margin: 10px 0;
	background: #8197A2;
	    font-family: 'LatoWebLight';color: #fff;
	border: none;
	padding: 10px 0;
	width: 100%;
cursor: hand;
cursor: pointer;
}
a, a:focus {
	color: #8197A2;
	text-decoration: none;
font-family: 'LatoWebBold';
}
strong {font-family: 'LatoWebBold';}
body {
	line-height: 190%;
	font-size: 16px;
	width: 100%;
	height: 100%;
    font-family: 'LatoWebLight';
background: #fff;
color: #575757;
	font-weight:300;

	-webkit-font-smoothing: subpixel-antialiased;
-webkit-text-stroke:1px transparent;
}
.wrap {
	position: relative;
}
.logo {
	padding: 30px 0;
	text-align: center;
}
.logo  img {
	max-width: 170px;
	height: auto;
}
.slides {
	width: 1600px;
	margin: 70px auto 30px auto;

position: relative;
height: 500px
}
.img {
	height: 400px;
	width: 25%;
	position: absolute;
	top:0;
}
.img.sl01 {
	left: 0;
	z-index: 100;
	transform: rotate(-15deg);
}
.img.sl02 {
	left: 20%;
	z-index: 200;

}
.img.sl03 {
	left: 40%;
	z-index: 200;
	transform: rotate(15deg);
}
.img.sl04 {
	left: 55%;
	z-index: 400;
	transform: rotate(-10deg);
}
.img.sl05 {
	left: 75%;
	z-index: 600;
	transform: rotate(10deg);
}
.img img {
	object-fit: cover;
	-o-object-fit: cover;
	width: 100%;
	height: 100%;

}
.info {
width: 800px;
margin: 0 auto;
padding: 60px 0 10px 0


}
.bottom {
	text-align: center;
	padding-bottom: 10px;
}
.form{
	padding-bottom: 50px;
	width: 500px;
	margin: 0 auto;
}
.form .title {
	text-align: center;
	text-transform: uppercase;
	color:#8197A2;
	font-size: 20px;
}
.info .data {
	line-height: 130%;
	padding-bottom: 35px;
text-align: center;

}
.text h1 {
	font-size: 20px;
	color: #8197A2;
	font-weight: 300;
	padding-bottom: 20px;
	text-align: center;
}
.text h1 strong{
	font-weight: 900;

}
#form-messages {
	font-style: italic;
	font-size: 14px;
	font-weight: 700;
}
#form-messages.error {
	color: #900
}
.button {
	color: #fff;
	background: #8197A2;
	padding: 10px 15px;
text-align: center;
	display: block;
	width: 80px;
	margin: 0 auto;
	text-transform: uppercase;
}
.button:focus {
	color: #fff;
}
@media  (max-width: 1600px) {
	.slides {
		width: 90%;


	}
	@media  (max-width: 1000px) {
		.img {
			height: 300px
		}
		.slides {
			height: 350px
		}
}
		@media  (max-width: 800px) {
			.img {
				height: 270px
			}
			.info {
				width: 100%;
				margin: 0;
padding:20px
			}
			.form {
				width: 100%;
				margin: 0
			}
			.img {
				width: 40%
			}
			.slides {
				height: 500px
			}
			.img.sl04 {
				left:17%;
				top: 200px
			}
			.img.sl05 {
				left:43%;
				top: 200px
			}
			.img.sl02 {
				left: 30%;
			}
			.img.sl03 {
				left: 60%;
			}
	}
}
	@media  (max-width: 650px) {
		.slides {
			width: 80%;
			height: 290px;
			margin: 10px auto 0 auto;
		}
		.img {
			height: 130px
		}
		.img.sl04 {
			left:16%;
			top: 120px
		}
		.img.sl05 {
			left:45%;
			top: 120px
		}
		.form {
			padding-bottom: 5px
		}
		.bottom {
			padding: 0 10px 30px 10px;
			line-height: 110%;
			background: #fff;
			position: relative;z-index: 15000;
		}
	}
