.about_layer7 {
	margin-bottom: 0;
	min-height: 600px;
}

.range1 {
	margin: 80px auto 50px auto;
	text-align: center;
}

.range2 {
	margin: 50px auto;
	overflow: hidden;
	text-align: center;
}

.team_row {
	width: 320px;
	margin-right: 45px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	cursor: pointer;
}

.member_photo {
	border-radius: 50%;
	width: 124px;
	height: 122px;
}

.team_row:last-child {
	margin-right: 0;
}

.member_photo {
	display: block;
}

.member_name {
	color: #23467e;
	margin-top: 8px;
	text-transform: uppercase;
	display: block;
	line-height: 1.1em;
	text-align: left;
}

.member_status {
	color: #333;
	text-align: left;
	font-size: .9em;
	line-height: 1em;
	font-family: 'helveticaneuecyrmedium';
	display: block;
}

.m_desc {
	color: #000;
	text-align: left;
	font-size: .9em;
	line-height: 1.2em;
	position: relative;
	overflow: hidden;
	-webkit-transition: max-height 0.8s;
	-moz-transition: max-height 0.8s;
	transition: max-height 0.8s;
}

.team_in {
	overflow: hidden;
	position: relative;
}

.team_in.limited {
	max-height: 280px;
}

.team_in.limited:before {
	content: '';
  	display: block;
  	position: absolute;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	height: 80px;
  	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
  	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  	-webkit-transition: all 525ms ease;
  	-moz-transition: all 525ms ease;
  	-ms-transition: all 525ms ease;
  	-o-transition: all 525ms ease;
  	transition: all 525ms ease;
  	z-index: 1;
}

/*----*/

/*@media(max-width: 1400px) {*/
	
	.team_row {
		width: 193px;
		margin-right: 43px;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 50px;
	}
	
	.team_row:last-child {
		margin-right: 0;
	}
	
	.member_photo {
		display: block;
		width: 90px;
		height: 90px;
	}
	
	.member_name {
		margin-top: 8px;
		text-transform: uppercase;
		display: block;
		line-height: 1.1em;
	}
	
	.member_status {
		font-size: .9em;
		line-height: 1em;
		display: block;
	}
	
	.m_desc {
		margin-top: 10px;
		font-size: .7em;
	}
/*}*/

/*---*/

/*@media(max-height: 800px) {*/

	.member_name { 
		margin-top: 20px;
		font-size: 1.1em;
	}
	
	.range2 {
		margin: 5px auto;
	}

	.m_desc {
		font-size: .9em;
	}
/*}*/

.team_title {
	/*margin-top: 24px;*/
	color: #000;
	text-align: center;
	font-family: 'helveticaneuecyrmedium';
	font-size: 1em;
	letter-spacing: .6em;
}

.about_layer7 {
	margin: 120px auto;
	overflow: hidden;
}

.team_layer1_wrapper {
	margin: 0 auto 0;
	/*border-bottom: 1px solid #d6d6d6;*/
	padding-bottom: 10px;
}

.team_layer1_wrapper:last-child {
	border-bottom: none;	
}

.more {
	color: #999;
	margin-top: 5px;
	border-bottom: 1px dashed #999;
	display: block;
	font-size: .9em;
	line-height: 1em;
	cursor: pointer;
	float: left;
	text-transform: lowercase;
}


.team_subtitle {
	color: #666;
	margin-top: 55px;
	/*margin-bottom: 30px;*/
	font-family: 'helveticaneuecyrmedium';
	font-size: 1em;
	letter-spacing: .6em;
	text-align: center;
	text-transform: uppercase;
}

.team_subtitle_w2 {
	margin-top: 30px;
}

.range_wr {
	margin: 0 auto;
	width: 960px;
	text-align: center;
}

.range_wr2 {
	margin: 0 auto;
	width: 780px;
}

.range_wr2 .team_row {
	margin-right: 99px;
}

.range_wr2 .team_row:last-child {
	margin-right: 0px;	
}

.breakteam:before {
	content: " ";
	display: block;
}

.team_more {
	display: block;
  	overflow: hidden;
  	height: 24px;
  	box-sizing: border-box;
  	padding-top: 24px;
  	transition:250ms;
  	font-size: 14px;
  	text-align: left;
}

.team_row:hover .team_more {
	padding-top: 0px;
}

.team_more a {
	text-decoration: none;
	border-bottom: 1px dashed rgba(51, 153, 250, .35);
	color: #3399ff;
	transition:250ms;
}

.team_more a:hover {
	border-color: transparent;
}

.nomore .team_more {
	display: none;
}

.tooltip {
	color: #87b6fd;
	text-decoration: underline;
	position: relative;
	z-index: 100;
}

.tt_template {
	background-color: rgba(86, 157, 254, .9);
	min-height: 30px;
	font-size: 14px;
	color: #fff;
	position: fixed;
	width: 192px;
	text-align: center;
	z-index: 99;
	border-radius: 5px;
	display: none;
	padding: 10px;
}

.tt_arrdown {
	position: absolute;
	border: 10px solid transparent;	border-top: 10px solid rgba(86, 157, 254, .9);
	z-index: 10000;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
}