.head_team
{
	/*background: #377b32;*/ /* for non-css3 browsers */ 
	background: #00b1b3; /* for non-css3 browsers */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#264357', endColorstr='#315166'); /* для IE6-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#264357), to(#315166));
	background: -moz-linear-gradient(top,  #264357,  #315166); /* для firefox 3.6+ */ 
	background: -o-linear-gradient(top,  #264357,  #315166); /* для Opera 11.10+ */
	background: -ms-linear-gradient(top,  #264357,  #315166); /* для IE10+ */
	background: linear-gradient(top,#264357,#315166);
}
.head
{
	background: #00b1b3; /* for non-css3 browsers */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b1b3', endColorstr='#9acc9b'); /* для IE6-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#00b1b3), to(#009a9c));
	background: -moz-linear-gradient(top,  #00b1b3,  #009a9c); /* для firefox 3.6+ */ 
	background: -o-linear-gradient(top,  #00b1b3,  #009a9c); /* для Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00b1b3,  #009a9c); /* для IE10+ */
	background: linear-gradient(top,#00b1b3,#009a9c);
}
.head_team, .head
{
	height: 210px;
	vertical-align:top;
	border-bottom:#CCC 1px solid;
	vertical-align:top;
	color:#ffffff;
}

.head td
{
	vertical-align:top;
}

a.a_site_name
{
	color: #ffffff !important;
	font-size:26px!important;
	font-weight:bold;
	width:650px;
	text-decoration:none;
	display:block;
	margin:5px 5px;
}

a.a_site_name:hover
{
	color: #ffffff !important;
	font-size:26px !important;
}

.tdimggerb
{
	padding-left: 30px;
	width: 106px;
}

.tdimggerb a img
{
	height: 150px;
	margin: 5px;
	border:none;
}

.tdimglogo
{
	padding-right: 30px;
	width: 128px;
}

.tdimglogo img
{
	height: 150px;
	margin: 5px;
}

.head_center
{
	width:100%;
}

.head_center td:nth-child(1)
{
	padding-left:10px; 
	width:23%; 
	min-width:170px;
	text-align:right;
}
.head_center .news
{
	height:100%; 
	width:100%;
	margin-left: 10px; 
	padding: 0px; 
	color:#ffffff;
}

.news td:nth-child(1)
{
	width:15px;
	padding-left:10px;
}

.gerb
{
	margin-right: 20px;
	/*position:absolute;
	left:0;
	top:0;*/
}

.gerb img
{
	height: 7vw;
	border:none;
}

.logo, .gerb
{
	height: 140px;
	display: inline-flex;
	align-items: center;
	/*position:absolute;
	right:0;
	top:0;*/
}

.logo img
{
	height: 7vw;
	border:none;
}
.team-head .logo img, .team-head .gerb img
{
	height: 110px;
}

.flex-center
{
	display: flex;
	align-items: center;
	gap: 20px;
}

.site_name
{
	display:block;
	margin:0px;
	margin-top:3px;
	/*position:absolute;*/
	/*top:0px;*/
	width:100%;
	text-align:center;
	font-size:24px;
	color:#fff;
	font-weight:bold;
}

.site_name:hover
{
	display:block;
	margin:0px;
	margin-top:3px;
	/*position:absolute;*/
	/*top:0px;*/
	width:100%;
	text-align:center;
	font-size:24px;
	color:#fff;
}

.news thead a
{
	font-size:20px;
	color:#fff;
	cursor:pointer;
}

.news tbody td
{
	color:#fff;
	vertical-align:middle;
}

.news tbody td a
{
	color:#fff;
	vertical-align:middle;
}