html, body {	
	padding: 0;
	margin: 0;
}


h2, h3, h4, h5, h6 {
	font-family: 'Roboto';
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	color: #222222;
}


#wrapper {
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: normal;
	color: #222222;
	position: relative;
	z-index: 1;
}


.header {
	background-image: url(../images/intro-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 600px;	
	padding: 60px 0px;
}


.intro {
	color: #ffffff;
	padding: 20px 0px 30px 0px;
}


.intro h1 {
	font-family: 'Roboto';
	font-size: 32px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 10px;
}


.intro p {
	font-size: 18px;
	text-align: center;
}


ul.intro-items {
	max-width: 570px;
	padding: 30px 0px 0px 0px;
	margin: 0;
}


ul.intro-items li {
	font-size: 18px;
	list-style-type: none;
	list-style-image: none;
	position: relative;
	padding-top: 0px;
	padding-left: 60px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}


ul.intro-items li:before {
	background: url(../images/check-icon.png) no-repeat center;	
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0px;
	top: 3px;	
}


.form {
	background: transparent;
	border: 6px solid #ffffff;
	border-radius: 4px;
	max-width: 460px;
	margin: 30px auto;
	padding: 30px;
}


.form h3 {
	text-align: center;
	font-size: 28px;
	width: 280px;
	margin-top: 0;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	color: #ffffff;
}


.form h3:before {
	background: #95b2e6;
	border-radius: 4px;
	content: '';
	display: block;
	width: 60px;
	height: 4px;
	position: absolute;
	bottom: -20px;
	left: 110px;
}


.form p {
	text-align: center;
	font-size: 18px;
	color: #ffffff;	
}


.form-item {
	margin-bottom: 20px;
}


.form-item input[type="text"] {
	background: transparent;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #ffffff;
	color: #ffffff;
	display: inline-block;
	width: 100%;
	line-height: 32px;
}


.form-item input[type="text"]:hover {
	border-bottom: 2px solid #95b2e6;
}



.form-item input[type="text"]:focus {
	border-bottom: 2px solid #95b2e6;
}


.form-item input[type="text"]::placeholder {
	opacity: 0.5;
	color: #ffffff;
}


.error-box{
    color: red;
    font-size: 12px;
}


.form button {
	background: #95b2e6;	
	border: 4px solid #95b2e6;
	border-radius: 4px;
	padding: 10px 20px;
	display: block;
	width: 100%;
	text-align: center;
	color: #ffffff;
}


.form button i {
	margin-left: 5px;
}


.form button:hover {
	background: #95b2e6;	
	border: 4px solid #95b2e6;
	color: #ffffff;
}


.form button:focus {
	background: #95b2e6;	
	border: 4px solid #95b2e6;
	color: #ffffff;
}


.main {
	
}


#services {
	background: url(../images/services-bg.jpg);
	background-repeat: repeat;
	background-position: center;	
	min-height: 480px;
	padding: 60px 0px 80px 0px;	
}


#services h2 {
	text-align: center;
	font-size: 28px;
	width: 280px;
	margin-top: 0;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}


#services h2:before {
	background: #95b2e6;
	border-radius: 4px;
	content: '';
	display: block;
	width: 60px;
	height: 4px;
	position: absolute;
	bottom: -20px;
	left: 110px;
}


ul.service-items {
	text-align: center;
	padding: 0;
	margin: 0;
}


ul.service-items li {
	width: 340px;
	height: 340px;
	display: inline-block;
	margin: 10px;	
}


.service-item {
	background: #ffffff;
	width: 340px;	
	height: 340px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}


.service-item-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}


.service-item-image img {
	max-width: 100%;
	height: auto;
	display: block;
}


.service-item-content {	
	position: absolute;
	z-index: 3;
	text-align: center;
	width: 260px;
	top: 50px;
	left: 35px;
	padding: 0px 20px;
}


.service-item-content img {
	display: block;
	margin: 10px auto 20px auto;
}


.service-item-content h3 {
	font-size: 20px;
	color: #ffffff;
	margin: 0px;
}


.service-item-content p {
	color: #ffffff;
}


#advantages {
	background-image: url(../images/advantages-bg.jpg);
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
	min-height: 600px;
	padding: 60px 0px;	
}


#advantages h2 {
	text-align: center;
	font-size: 28px;
	color: #ffffff;
	width: 280px;
	margin-top: 0;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}


#advantages h2:before {
	background: #95b2e6;
	border-radius: 4px;
	content: '';
	display: block;
	width: 60px;
	height: 4px;
	position: absolute;
	bottom: -20px;
	left: 110px;
}


ul.advantages-items {
	text-align: center;
	padding: 0;
	margin: 60px 0px 0px 0px;
}


ul.advantages-items li {
	width: 240px;
	display: inline-block;
	vertical-align: top;
	margin: 30px 60px;
}


ul.advantages-items li img {
	display: block;
	margin: 0px auto 20px auto;
}


ul.advantages-items li strong {
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	color: #ffffff;
}


ul.advantages-items li p {
	display: block;
	color: #ffffff;
}


#about {
	background: url(../images/services-bg.jpg);
	background-repeat: repeat;
	background-position: center;	
	min-height: 480px;
	padding: 60px 0px 0px 0px;
	text-align: center;	
}


#about h2 {
	font-size: 28px;
	width: 280px;
	margin-top: 0;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}


#about h2:before {
	background: #95b2e6;
	border-radius: 4px;
	content: '';
	display: block;
	width: 60px;
	height: 4px;
	position: absolute;
	bottom: -20px;
	left: 110px;
}


#about img {
	max-width: 100%;
	height: auto;
	display: block;
}



.about-top {
	margin-bottom: 100px;
}



.about-bottom {
	background: url(../images/about-bottom-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding: 60px 0px 30px 0px;
	min-height: 330px;
}


.about-bottom img {
	margin: auto;
	display: block;
}


ul.about-bottom-items {
	text-align: center;
	margin: 0;
	padding: 0px 0px 0px 0px;
}


ul.about-bottom-items li {
	widows: 200px;
	display: inline-block;
	margin: 10px 30px;
}


.about-bottom p {
	font-size: 18px;
	color: #ffffff;
}


.about-bottom p span {
	font-size: 62px;
	font-weight: bold;
	color: #95b2e6;
	display: block;
}



#contacts {
	background: url(../images/contacts-bg.jpg);
	background-repeat: repeat;
	background-position: center;
	padding: 60px 0px 0px 0px;	
	min-height: 520px;	
	color: #1e2021;
}


#contacts h2 {
	font-size: 28px;
	width: 280px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
	position: relative;
	color: #1e2021;
	text-align: center;
}


#contacts h2:before {
	background: #95b2e6;
	border-radius: 4px;
	content: '';
	display: block;
	width: 60px;
	height: 4px;
	position: absolute;
	bottom: -20px;
	left: 100px;
}


.contacts-top {
	text-align: center;
}



ul.contacts-top-items {
	padding: 0px 0px 30px 0px;
	margin:;
}


ul.contacts-top-items li {
	display: inline-block;
	margin: 5px;
}


ul.contacts-top-items li a {
	background: #95b2e6;
	border: 4px solid #95b2e6;
	border-radius: 4px;
	padding: 10px 20px;
	display: block;
	width: 220px;
	text-align: center;
	color: #ffffff;	
	text-decoration: none;
}


ul.contacts-top-items li a:hover {
	color: #ffffff;	
	text-decoration: none;
}


ul.contacts-top-items li a:focus {
	color: #ffffff;	
	text-decoration: none;
}


ul.contacts-top-items li a i {
	margin-right: 5px;
}


.footer {
	background: #1e2021;
	padding: 20px;
}


.copyrights {
	display: block;
	max-width: 560px;
	margin: auto;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}


.copyrights:hover {
	color: #a7a7a7;
	text-decoration: none;
}


.copyrights:focus {
	color: #a7a7a7;
	text-decoration: none;
}
