


section  > .title{
	display: table; 
	width: 100%; 
	margin: 2em auto 0; 
	height: 90px; 
	text-align: center;
	background: url('/images/banner/bar-repair.png') no-repeat; 
	background-color: #0072B0; 
}

section  > .title h1{
	display: table-cell; 
	vertical-align: middle; 
	color: white; 
	padding: 0; 
	margin: 0; 
	font-size: 1.5em; 
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.15); */
	text-transform: uppercase;
}


section .item{
	padding: 0 1em 2em;
}

section .item:nth-child(even){
	background: #f9f8f3;
}

section .item .image{
	margin-right: 1em;

	float: left;
	text-align: center;
}

section .item .image img{
	max-width: 100px;\
	max-height: 100px;
}

section .item .desc{
	margin-left: 120px;
	text-align: justify;
}

section .item ul{
	padding-top: 1em;
	padding-left: 1em;
}

section .item ul li{
	background: url(/images/misc/bullet-sky.png) no-repeat left center transparent;
	list-style: none;
	padding:10px 0 10px 40px;
}	

	
/*section > article > h2 {
    position: relative;
    color: #0072B0;
    font-size: 36px;
    text-align: center;
    font-weight: normal;
    padding: 50px 1em;
}*/

/*Разделы главной страницы*/
#slide1{
	position: absolute;
	top:0;
	left:0;
	/*right:0;
	bottom:0;*/
}

#slide2{
	position: absolute;
	top:0;
	left:0;
	/*right:0;
	bottom:0;*/
}

section.block-banner .text .title{
	font-weight: bold;
}

.banner-stat {
    background-image: url("/images/banner/bar-repair.png");
    background-repeat: no-repeat;
    /*margin: 1em 0 0;*/
}

.banner-stat-counter {
    display: inline;
    /* padding: 0 10px; */
    font-size: 110px;
    line-height: 89px;
    color: white;
    background-color: rgba(0,0,0,0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4c000000', endColorstr='#c2000000');
}



@media only screen and (max-width: 520px) {	
	section .item .desc{
		margin-left: 0;
	}
}
