.sub_sections{
	clear:both;
	color: #858384;
	font-size: 16px;
	width: auto;
}

.sub_sections a{
	color: #858384;
	font-size: 16px;
	text-transform: lowercase;
	text-decoration: none;
}
.sub_sections .sub_item{
	color: #8e8e8e;
    width: 401px;
    float: left;
    position: relative;
    height: 318px;
    margin-bottom: 20px;
    margin-right: 7px;
}
.sub_sections .sub_item .item_img{
	height: 264px;
    display: inline-block;
    overflow: hidden;
}
.sub_sections .sub_item .item_img img{
	width: auto;
    height: auto;
}
.sub_sections .sub_item .item_text{
	display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 54px;
    left: 0;
    padding: 5px 10px;
    color: #fff;
    background: url(/bitrix/templates/dr_peterburg/img/grey.png);
}
.sub_sections .sub_item .item_text .item_name{
	font-weight: 600;
	text-transform: uppercase;
}
.sub_sections .item_link{
	color: #333333;
    display: inline-block;
    height: 40px;
    width: 160px;
    font-weight: 600;
    text-align: left;
    padding-top: 9px;
    position: absolute;
    bottom: 0;
    left: 0px;
    text-transform: uppercase;
}
.sub_sections .item_link:after{
	background: url(/bitrix/templates/dr_skd7/img/new/sect-item-ar.png);
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	top: 13px;
    right: 44px;
}


