.person-page .person-columns {
	position: relative;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.person-page .person-column {
	display: table-cell;
	padding: 0 10px;
	vertical-align: top;
}

.person-page .person-center-column {
}

.person-page .person-right-column {
	width: 280px;
	padding-right: 0;
}

.person-page .person-title {
	position: relative;
	height: 360px;
}

.person-page .person-background-block {
	position: absolute;
	width: 100%;
	height: 270px;
}

.person-page .person-background {
	position: relative;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url('/modules/Persons/public/front/img/noback.jpg?a');
}

.person-page .person-photo-block {
	position: relative;
	left: 70px;
	top: 150px;
	border: 5px solid white;
	border-radius: 2px;
	width: 180px;
	height: 180px;
}

.person-page .person-photo {
	position: relative;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url('/modules/Persons/public/front/img/noimg.png');
	background-color: #FFF;
}

.person-page .person-name {
	position: absolute;
	left: 280px;
	top: 290px;
}

.person-page .person-name .name {
	font-size: 20px;
	color: #232323;
}

.person-page .person-name .work-post {
}

.person-page .person-slogan {
	font-style: italic;
	padding: 0 5px 0 20px;
	border-left: 3px solid #c93738;
	position: relative;
	margin: 0 0 36px 30px;
	max-width: 400px;
}

.person-page .person-slogan:before {
	content: '\f10e';
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	position: absolute;
	left: -30px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.person-page .person-info-block {
	position: relative;
	margin: 0 0 20px 0;
}

.person-page .person-info-title {
	color: #c93738;
	font-size: 16px;
	text-shadow: 0 0 0 #c93738;
	margin: 0 0 10px 0;
}

.person-page .person-center-column .person-info-block {
	margin: 30px 0 10px 0;
}

.person-page .person-info-block .icon {
	color: #c93738;
	width: 20px;
}

.person-page .person-info-block .email, .person-page .person-info-block .phone {
	text-decoration: none;
	color: inherit;
	font-weight: bold;
}

.person-tabs {
	position: relative;
}

.person-tabs .tab-toolbar {
	position: relative;
	border-bottom: 2px solid #ad271c;
	padding: 0 0 0 0;
}

.person-tabs .tab-tool {
	display: inline-block;
	vertical-align: top;
	box-shadow: -4px 0 4px rgba(0, 0, 0, 0.07);
	padding: 11px 30px;
	text-decoration: none;
	cursor: pointer;
	background: #ececec;
	background: -moz-linear-gradient(220deg, transparent 10px, #ececec 10px);
	background: -webkit-linear-gradient(220deg, transparent 10px, #ececec 10px);
	background: -ms-linear-gradient(220deg, transparent 10px, #ececec 10px);
	background: -o-linear-gradient(220deg, transparent 10px, #ececec 10px);
	background: linear-gradient(220deg, transparent 10px, #ececec 10px);
	text-shadow: none;
	color: #333;
	position: relative;
	z-index: 1;
}

.person-tabs .tab-tool.-active {
	background: #ad1c1c;
	background: -moz-linear-gradient(220deg, transparent 10px, #ad1c1c 10px);
	background: -webkit-linear-gradient(220deg, transparent 10px, #ad1c1c 10px);
	background: -ms-linear-gradient(220deg, transparent 10px, #ad1c1c 10px);
	background: -o-linear-gradient(220deg, transparent 10px, #ad1c1c 10px);
	background: linear-gradient(220deg, transparent 10px, #ad1c1c 10px);
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	color: #fff;
	z-index: 2;
}

.person-tabs .tab-tool:first-child {
	box-shadow: none;
}

.person-tabs .tab-contents {
	position: relative;
}

.person-tabs .tab-content {
	overflow: hidden;
	max-height: 0;
	position: relative;
}

.person-tabs .tab-content.-active {
	overflow: visible;
	max-height: 9000px;
}

.person-feedback-form textarea {
	height: 160px;
}

.person-feedback-form .submit-btn {
	display: block;
	width: 100%;
}

.persons-list {
	position: relative;
	margin-top: 50px;
}

.persons-list .person-block {
	position: relative;
	margin: 0 0 70px 0;
}

.persons-list .person-photo {
	position: relative;
	width: 380px;
	height: 380px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url('/modules/Persons/public/front/img/noimg.png');
}

.persons-list .person-columns {
	position: relative;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.persons-list .person-column {
	display: table-cell;
	vertical-align: top;
	position: relative;
}

.persons-list .person-column.column-photo {
	width: 400px;
}

.persons-list .show-more {
	text-decoration: none;
	position: relative;
	margin: 15px 0 0 0;
}

.persons-list .person-info-block {
	overflow: hidden;
	height: 320px;
}

.persons-list .person-name {
	position: relative;
	text-decoration: none;
	color: inherit;
}

.persons-list .person-name .name {
	position: relative;
	font-size: 24px;
	z-index: 2;
}

.persons-list .person-name .work-post {
	position: relative;
	margin: 7px 0 0 0;
	font-size: 16px;
	display: inline-block;
	z-index: 1;
}

.persons-list .person-name .work-post-value {
	position: relative;
	z-index: 1;
}

.persons-list .person-name .work-post:before {
	content: '';
	position: absolute;
	background: #c93738;
	width: 100%;
	height: 4px;
	bottom: -3px;
}
