@import url('https://fonts.googleapis.com/css?family=Play:400,700');
* {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body {
	font-family: Verdana;
	font-size: 16px;
	color: #005A87;
	padding: 0 20px;
}
body {
	background: url("../images/body_bg.png") #00C8FF;
}
header {
	max-width: 1300px;
	margin: 30px auto 0 auto;
	overflow: hidden;
}
main {
	max-width: 1250px;
	margin: 0 auto;
	border: 1px solid #6BDAFF;
	border-radius: 15px;
	background: rgba(255,255,255,0.2);
	padding: 25px;
}
main h1 {
	margin-top: 10px;
}
footer {
	max-width: 1300px;
	margin: 0 auto 40px auto;
}
h1 {
	text-align: center;
	margin: 20px 0;
	font-size: 35px;
	color: #0082C3;
	font-family: 'Play', sans-serif;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
}
p {
	margin: 20px 0;
	text-align: justify;
}
a {
	color: #006EA5;
}
a:hover {
	text-decoration: none;
}
ul {
	list-style: square inside;
	margin: 15px 0 0 25px;
}
ul li {
	margin-bottom: 5px;
}
a.logo {
	float: left;
	margin-top: 10px;
}
.contacts_h {
	float: right;
	text-align: right;
	font-family: 'Play', sans-serif;
}
a.phone {
	text-decoration: none;
	color: #0082C3;
	font-size: 49px;
	font-weight: bold;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
}
.address {
	font-size: 17px;
	color: #0082C3;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
	font-weight: bold;
}
.cubes {
	width: 456px;
	height: 518px;
	margin: 130px auto 0 auto;
	background: url("../images/cubes.png");
	position: relative;
}
.cubes div {
	position: absolute;
	color: #FFF;
	border-bottom: 2px solid #FFF;
	font-size: 22px;
	padding-bottom: 5px;
	white-space: pre;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.all_services {
	top: 0px;
	left: -210px;
	padding-right: 120px;
}
.price {
	top: 160px;
	left: -300px;
	padding-right: 105px;
}
.clients {
	top: 135px;
	left: 278px;
	padding-left: 105px;
	text-align: right;
}
.experience {
	top: 10px;
	left: 210px;
	padding-left: 105px;
	text-align: right;
}
.security {
	top: 305px;
	left: -310px;
	padding-right: 158px;
}
.time {
	top: 276px;
	left: 366px;
	padding-left: 110px;
	text-align: right;
}
.all_services:after, .price:after, .security:after {
	content: "";
	position: absolute;
	bottom: -6px;
	right: -6px;
	width: 10px;
	height: 10px;
	background: #FFF;
	border-radius: 50px;
}
.experience:after, .clients:after, .time:after {
	content: "";
	position: absolute;
	bottom: -6px;
	left: -6px;
	width: 10px;
	height: 10px;
	background: #FFF;
	border-radius: 50px;
}
.contacts p {
	margin: 10px 0;
}
.map {
	box-shadow: 0 20px 20px 0 rgba(0,0,0,0.3);
}