/* департамент */
.dep {
	color: #333;
}
.dep-head-photo {
	float: left;
	width: 90px;
	height: 116px;
	position: relative;
	margin-right: 24px;
	background: url(../../../img/new_templates3/person/main/photo-frame-last.png) no-repeat;
}
.dep-head-photo img {
	top: 5px;
	left: 4px;
	width: 75px;
	height: 100px;
	position: absolute;
}
.dep-contact {
	overflow: hidden;
}
.dep-contact-fio {
	font-size: 18px;
	margin-bottom: 12px;
	font-family: 'Trebuchet MS', 'sans-serif';
}
.dep-contact-block-title {
	font-size: 16px;
	margin: 14px 0 10px 0;
	font-family: 'Trebuchet MS', 'sans-serif';
}
.dep-row-sep {
	height: 4px;
	clear: both;
	overflow: hidden;
	margin: 20px 0 20px 0;
	background: url(../../../img/new_templates3/dep/n-sep.png) repeat-x;
}
.dep-row-sep.m-empty {
	margin: 14px 0;
	background: none;
}
.dep-row-sep hr {
	display: none;
}
.dep-child-photo {
	float: left;
	width: 90px;
	height: 116px;
	position: relative;
	margin-right: 24px;
	background: url(../../../img/new_templates3/person/main/photo-frame-last.png) no-repeat;
}
.dep-child-photo img {
	top: 5px;
	left: 4px;
	width: 75px;
	height: 100px;
	position: absolute;
}

/* overload */
.page__content .dep h2 {
	margin-bottom: 28px;
}
.page__content .dep a {
	color: #333;
}