@charset "utf-8";
/* CSS Document */

body,html {
	font-family: 'MuseoSansCyrl-100';
	width:100%;
	height:100%;
}

.center {
	width:960px;
	margin:auto;	
}

header {
	background:url(../img/home.jpg) center  center no-repeat;
/*	height:550px;*/
	height:100%;
	background-size:cover;
	-moz-background-size:cover;
	padding-top:100px;
	box-sizing:border-box;
}

#logo {
	float:left;
	margin-bottom:90px;	
}

h1 {
	font-family: 'MuseoSansCyrl-900';
	font-size:34px;
	color:#fff;
	float:left;
	clear:left;
}

.header-contacts {
	float:right;
	width:460px;
	text-align:right;
	color:#fff;
}

.header-contacts .addr {
	font-size:18px;
	margin-bottom:10px;
}

.header-contacts .phone {
	font-family: 'MuseoSansCyrl-900';
	font-size:34px;
}

.order-recall {
	float:right;
	color:#fff;
	text-decoration:none;
	padding:13px 20px;
	display:inline-block;
	border:1px solid #fff;
	margin-top:10px;	
}

.order-recall:hover {
	color:#1a8096;
	background:#fff;	
}


.who {
	padding:125px 0 120px;	
}

.who h3 {
	color:#4f6367;	
}

.about {
	color:#4f6367;
	font-size:28px;
	line-height:32px;
	margin-bottom:45px;
}

.about strong {
	font-family: 'MuseoSansCyrl-900';
}

section h3 {
	font-size:60px;
	margin-bottom:60px;
}

section:after {
	content:" ";
	display:table;
	clear:both;	
}

.left-block {
	width:460px;
	float:left;	
}

.right-block {
	float:right;
	width:460px;	
}

.small-text {
	font-size:14px;
	line-height:22px;
	color:#4f6367;	
}

.small-text a{
	color:#0f7f97;
}

.numbers {
	text-align:center;
}

.numbers li {
	width:226px;
	display:inline-block;
	margin-bottom:50px;
	vertical-align:bottom;
}

.numbers li.top10 {
	position:relative;
	top:-5px;	
}

.numbers li span {
	font-size:84px;
	color:#f05c45;
	font-family: 'MuseoSansCyrl-900';	
}

.numbers li span.top10 {
	font-size:62px;
}

.numbers li p {
	color:#4f6367;
	font-size:18px;
	font-family: 'MuseoSansCyrl-900';	
}

.numbers li img,.numbers li span {
	display:inline-block;
	vertical-align:middle;	
}

.numbers li img {
	margin-right:10px;	
}

.numbers li:last-of-type p {
	margin-top:5px;	
}

.main-products li{
	color:#0f7f97;
	font-size:18px;
	margin-bottom:15px;
}

.main-products-h4 {
	color:#4f6367;
	font-size:32px;
	margin:70px 0 35px;	
}

.diploms {
	background:#1f2628;
	padding:125px 0 35px;	
}

.diploms h3{
	color:#8b999d;
}

.dpm li {
	display:inline-block;
	vertical-align:top;
	width:319px;
	margin-right: -4px;
	text-align:center;
	margin-bottom:100px;
}

.dpm li p {
	color:#c8ced0;
	font-size:18px;
	line-height:20px;
}

.dpm li:nth-of-type(2) p {
	margin-top:16px;	
}

.dpm li:nth-of-type(5) p {
	margin-top:16px;	
}

.partners {
	padding-top:125px;
	padding-bottom:60px;
}

.partners h3 {
	color:#4f6367;	
}

.clients li {
	display:inline-block;
	width:230px;
	vertical-align:middle;
	text-align:left;
	margin-bottom:60px;
}

.clients li img {
	filter: gray;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
	opacity:0.5;	
}

.contacts {
	background:#1f2628;
	padding:125px 0 20px;	
	position:relative;
	z-index:9999;
}

.contacts h3 {
	color:#8b999d;	
}

.contacts p {
	color:#8b999d;
	font-size:14px;
	margin-bottom:40px;
	line-height:28px;	
}

.contacts p strong {
	color:#fff;
	font-family: 'MuseoSansCyrl-900';
	display:block;	
}

.contacts p a {
	color:#0f7f97;	
}

.contacts form input[type="text"] {
	width:100%;
	height:55px;
	background:#262f31;
	border:none;
	margin-bottom:10px;
	padding:0 15px;
	box-sizing:border-box;
	outline:none;
	color:#fff;
	font-family: 'MuseoSansCyrl-100';
	font-size:24px;
}

.contacts form label {
	color:#8b999d;
	font-size:14px;
	margin-bottom:3px;
	display:block;	
}

.contacts h4 {
	margin-bottom:40px;
	color:#8b999d;
	font-size:34px;
	margin-top:-90px;	
}

.contacts form input[type="submit"] {
	width:190px;
	height:55px;
	background:#0f7f97;
	color:#fff;	
	font-family: 'MuseoSansCyrl-100';
	border:none;
	margin-top:20px;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:1px;
	cursor:pointer;
}

p.thank {
	display:none;
	font-size:24px;	
}

footer{
	position:relative;	
	    filter: gray;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.contacts:before {
	content:"";
	position:absolute;
	left:0;
	bottom:-46px;
	height:46px;
	width:100%;
	background:#1f2628;
}