.napravlen{position: relative; padding-bottom: 50px!important;}
.container-fluid.max_container.napravlen.padding0.sec{
	border-bottom: 1px solid #3c43e4;
}

span.bg_mb{
	background-image: url(../images/img/map.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	*opacity: 0;
	opacity: 0.5;

}

.vidi{
	padding: 35px 15px;
	text-transform: uppercase;
	font-size: 30px;
	text-align: center;
	color: #fff;
	position: relative;
}
.vidi.sec{color: #000;}
.bloki{
	padding: 0;
	border: 10px solid transparent;
	 -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: 260px;
    overflow: hidden;
}

.bloki.sec{
	height: 100px;

}

.bloki_h2 span{
	font-weight: 600;	
	font-size: 18px;
	text-transform: uppercase;
}

.bloki img{
	width: 100%;
	height: 260px;
	box-shadow: 3px 2px 6px 2px rgba(0,0,0,0.4);
}

.bloki:hover {
	transform: scale(0.95);
	 -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.bloki:hover h2{
	background-color: rgba(0, 0, 0, 0.38);
	 -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.bloki h2{
	/*font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	padding: 10px 5px;
	background-color: #fff;
	color: #000;
	height: 40px;
	box-shadow: 3px 3px 6px 2px rgba(0,0,0,0.4);*/
	position: absolute;
    font-size: 16px;
    *font-weight: 600;
    text-shadow: 1px 1px 6px #000;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding: 125px 5px 20px 5px;
    background-color: rgba(0, 0, 0, 0.48);
    color: #fff;
    top: 0;
    height: 100%;
    width: 100%;
}

.bloki.sec h2{
	padding: 55px 5px;
	padding-top: 35px;
	background-color: #3c43e4;

}
.bloki.sec p{
	position: absolute;
    left: 0px;
    padding: 12px;
    background: #fff;
    top: 22px;
    border-radius: 0px 30px 30px 0;
    font-size: 16px;
    color: #49494a;
    font-weight: 600;
}

span.price_race{
	font-size: 18px;
    color: #7DFA4B;
    padding: 15px 10px;
    text-align: center;
    right: 0;
    position: absolute;
    width: 100%;
    top: 160px;
    font-weight: 600;
   	text-shadow: 1px 1px 6px #000;
}

span.price_icon{
	background-image: url(../images/img/price-tag.png);
	padding: 15px 30px;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
}