.why_us_list_container {
	margin:30px 0;
}
.why_us_list_container .pochemy_container {
	height:234px;
	background:url(images/Paralax.jpg) no-repeat center bottom;
}
.why_us_list_container .pochemy_container ul {
	margin:0 0 0 43px;
	padding:0;
}
.why_us_list_container .pochemy_container ul li {
	margin:0 22px 0 0;
	padding:0;
	list-style-type:none;
	float:left;
	color:#676767;
	font-size:14px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
}
.why_us_list_container .pochemy_container ul li:last-child { margin-right:0; }
.why_us_list_container .pochemy_container ul li div {
	width:170px;
	height:196px;
	background-repeat:no-repeat;
	background-position:0 0;
	transition:all .3s ease;
}

.why_us_list_container .pochemy_container ul li:nth-child(1) div { background-image:url(images/icon1.png); }
.why_us_list_container .pochemy_container ul li:nth-child(2) div { background-image:url(images/icon2.png); }
.why_us_list_container .pochemy_container ul li:nth-child(3) div { background-image:url(images/icon3.png); }
.why_us_list_container .pochemy_container ul li:nth-child(4) div { background-image:url(images/icon4.png); }
.why_us_list_container .pochemy_container ul li:nth-child(5) div { background-image:url(images/icon5.png); }

.why_us_list_container .pochemy_container ul li span {
	display:table-cell;
	width:170px;
	height:62px;
	vertical-align:middle;
	text-align:center;
	padding-top:97px;
}
.why_us_list_container .pochemy_container ul li:hover div {
	transform:translate(0,-10px);
	color:#ec6224;
}

.mobile_pochemy_container {
	display: none;
	background:url(images/Paralax.jpg) no-repeat center center;
	text-align: center;
}