#serviceAboutBox .description-block-text {
	position: relative;
	top: 0px;
	margin-bottom: 90px;
	background-color: #222;
	color: #FFF;
	background-image: url("i/004-certificate.png");
	background-repeat: no-repeat;
	background-position: 80px 80px;
	padding-left: 275px;
	width: 60%;
}
#serviceAboutBox .description-block-text:before {
	background-color: #222;	
}
#serviceAboutBox .description-block-text h2 {
	margin-bottom: 0px;
	font-family: Geometria;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 45px;
}
.serviceBit {
	width: 33.3%;
	float: left;
	text-align: center;
}
.serviceBit h3 {
	font-family: Geometria;
	font-style: normal;
	font-weight: bold;
	font-size: 72px;
	line-height: 91px;
	display: block;
	max-width: 380px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	padding-left: 50px;
}
.serviceBit h3:before {
	content: '';
	position: absolute;
	width: 124px;
	height: 39px;
	left: 28px;
	top: 42px;
	background: #FFC100;
	z-index: -1;
}
.serviceTxt {
	max-width: 380px;
	margin: 0px auto;
	text-align: left;
	padding-left: 50px;
}
.serviceImg {
	height: 170px;
}
#serviceList {
	margin-bottom: 83px;
	clear: both;
}
.clear {
	clear: both;
	height: 0px;
}
.phone {
	font-size: 26px;
	font-weight: bold;
}
.ili {
	font-family: Geometria;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.1em;
	color: #474747;
}
.ili1 {
	font-family: Geometria;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 20px !important;
	color: #474747;
	position: absolute;
	top: 30px;
	padding-left: 5px;
}
.year, .m_ch {
	position: relative;
}
.year:before {
	content: 'года';
	position: absolute;
	top: -28px;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 28px;
	color: #474747;
}
.m_ch:before {
	content: 'м/ч';
	position: absolute;
	top: -28px;
	left: 35%;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 28px;
	color: #474747;
}
@media (max-width: 768px) {
	#serviceAboutBox .description-block-text {
		position: relative;
		top: 0px;
		margin-bottom: 20px;
		background-image: url("i/004-certificate.png");
		background-repeat: no-repeat;
		background-position: 30px 30px;
		padding-left: 150px;
		width: auto;
	}
	#serviceAboutBox .description-block-text h2 {
		font-size: 30px;
		line-height: 32px;
	}
}
@media (max-width: 730px) {
	.serviceBit {
		width: 100%;
		float: none;
		clear: both;
		margin-bottom: 30px;
	}
	.serviceImg {
		height: 150px;
	}
}