@import url('https://fonts.googleapis.com/css?family=Fjalla+One');
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: Verdana;
	background: url("../images/body_bg.jpg");
	color: #006EA5;
	text-align: justify;
	font-size: 16px;
}
main, header {
	width: 1200px;
	margin: 0 auto;
}
header {
	height: 130px;
	position: relative;
}
h1 {
	text-align: center;
	margin: 20px 0;
	font-size: 35px;	
	font-family: 'Fjalla One', sans-serif;
}
p {
	margin: 20px 0;
}
a {
	color: #006EA5;
}
a:hover {
	text-decoration: none;
}
ul {
	list-style: inside;
	margin: 15px 0 0 25px;
}
ul li {
	margin-bottom: 5px;
}
a.logo {
	margin-top: 40px;
	float: left;
	display: inline-block;
	
}
.contacts_h {
	position: absolute;
	right: 0;
	top: 20px;
	text-align: right;
}
a.phone {
	color: #006EA5 !important;
	text-decoration: none !important;
	display: inline-block;
	font-size: 56px;
	/* margin-bottom: 10px; */
	font-family: 'Fjalla One', sans-serif;
}
.address {
	font-size: 15px;
}
.separator {
	height: 450px;
	width: 100%;
	background: url("../images/header.webp") no-repeat 50% 50%;
	background-size: cover;
	border-top: 5px solid #006EA5;
	border-bottom: 5px solid #006EA5;
	overflow: hidden;
	/* box-shadow: 0 20px 5px -15px rgba(0,0,0,0.3) inset, 0 -20px 5px -15px rgba(0,0,0,0.3) inset; */
}
.service, .consultations, .support {
	font-size: 26px;
	line-height: 75px;
	/* padding-left: 100px; */
	color: #FFF;
	text-align: center;
}
.service {
	margin-top: 110px;
	width: 550px;
	background: rgba(60,190,255,0.85);
	border-radius: 0 10px 10px 0;
}
.consultations {
	width: 450px;
	background: rgba(255,191,40,0.85);
	border-radius: 0 0 10px 0;
}
.support {
	width: 350px;
	background: rgba(193,215,0,0.85);
	border-radius: 0 0 10px 0;
}
main {
	margin: 35px auto 30px auto;
}
.about_services {
	display: flex;
	justify-content: space-around;
	margin: 40px 0;
}
.about_services div {
	padding-top: 140px;
	text-align: center;
	width: 400px;
}
.development_icon, .research_icon, .support_icon {
	font-weight: bold;
}
.development_icon  {
	background: url("../images/development.png") no-repeat 50% 0%;
}
.research_icon {
	background: url("../images/research.png") no-repeat 50% 0%;
}
.support_icon {
	background: url("../images/support.png") no-repeat 50% 0%;
}
.contacts p {
	margin: 10px 0;
}
footer {
	border-top: 4px solid #006EA5;
}