/* CSS Document */

html, body {
	font-family: 'PFAgoraSansPro-Regular', Arial, Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, 'sans-serif';
	color: #22120d;
	font-size: 1rem;
	background-color: #f6f7f9;
	min-height: 100vh;
	min-width: 1150px;
}

.clearfix {
	clear: both;
}

.hide {display: none;}


.container {
	/*min-width: 1150px;
	border-left: 1px #f00 dashed;
	border-right: 1px #f00 dashed;*/
}

.no-padding {
    padding: 0;
}
nav >div {
	padding-top: 35px !important;
}
nav {
	width: 100%;
	position: absolute;
	color: #fff;
}
ul.nav {
	line-height: 20px;
	width: 100%;
	padding-top: 14px;
	list-style-type: none;
	white-space: nowrap;
	padding-left: 75px;
}
ul.nav li {
	display: inline-block;
	margin-right: 30px;
}
ul.nav li a{
	color: #fff;
	text-transform: uppercase;
}
ul.nav li a:hover,
ul.nav li.current a,
ul.nav li.active a {
	color:#ff7200;
	text-decoration: none;
}
nav .row:first-child >div:last-child{text-align: right;}
nav .phone {
	margin-top: 11px;
	width: 160px;
	display: inline-block;
	height: 27px;
	line-height: 27px;
	background-image: url(../img/phone-min.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	opacity: 0.7;
}
header {
	width: 100%;
	height: 550px;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #012563;
	color: #fff;
}


article {
	min-height: 100vh;
	background-color: #fff;
	background-image: url(../img/main-bg-min.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
}
article {
	color: #00118f;
	font-weight: lighter;
}

article h1,
article h2{
	font-size: 24px;
	border-bottom: 1px #ff7200 solid;
	color:#ff7200;
	text-transform: uppercase;
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 20px;
	padding-top: 20px;
}
article h3{
	font-size: 18px;
	font-family: 'PFAgoraSansPro-Medium';
}



.stuff .item {
	background-color: #363e28;
	height: 285px;
	width: 205px;
}
.stuff .item {
	margin-bottom: 40px;
}
footer {
	height: 240px;
	background-color: #012563;
	padding-top: 40px;
}


article table {
	border: 1px rgba(0,17,143,0.2) solid;
	border-collapse: collapse;
}
article table td, 
article table th{
	border: 1px rgba(0,17,143,0.2) solid;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
article table th{
	background-color: #00118f;
	color: #fff;
}
article table tr:nth-child(even) {background: rgba(0,17,143,0.03)}


a.more {
	display: block;
	margin: 0 auto;
	color:#ff7200;
	margin-top: 40px;
}


.moduletablecertificate a.zoom.main {
	display: block;
	width: 205px;
	height: 285px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px rgba(0,17,143,0.2) solid;
}
.moduletablecertificate h2 {
	margin-bottom: 30px;
}
.moduletablecertificate .row {
	padding-bottom: 20px;
}
.moduletablecertificate .row .col {
	min-width: 232px;
	max-width: 236px;
}
.moduletablecertificate {
	padding-bottom: 30px;
	padding-top: 30px;
}


.moduletablestuff {
	padding-top: 30px;
	padding-bottom: 30px;
}
.moduletablestuff h2 {
	margin-bottom: 30px;
}
.moduletablestuff .row {
	padding-bottom: 20px;
}
.moduletablestuff .row .col {
	min-width: 232px;
	max-width: 236px;
}
div.newsflashstuff div.row {
	width: 465px;
	margin: 0 auto;
}
.moduletablestuff div.item {
	display: block;
	width: 205px;
	height: 285px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px rgba(0,17,143,0.2) solid;
	position: relative;
	overflow: hidden;
}

.moduletablestuff cite {
	position: absolute;
	background-color: rgba(0,17,143,0.4);
	bottom: 0px;
	/*max-height: 64px;*/
	overflow: hidden;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	color: #fff;
	font-style: normal;
	font-size: 16px;
	font-weight: lighter;
	user-select: none;
	
	transition: max-height 0.5s ease-out;
	max-height: 270px;
}
.moduletablestuff div.item:hover cite {
	max-height: 270px;
}
.moduletablestuff cite p {
	margin-bottom: 0px;
}
.moduletablestuff div.fio {
	font-family: 'PFAgoraSansPro-Medium';
	font-size: 20px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	margin-bottom: 10px;
}




.news-wrap {
	width: 1150px;
	min-height: 1000px;
	padding-top: 20px;
	padding-bottom: 80px;
	color: #fff;
	text-align: left;
}
.news-wrap .article {
	position: relative;
	height: 440px;
	float: left;
	margin-right: 10px;
	background-color: #000;
	margin-bottom: 10px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: top center;
}

.news-wrap .article div.fog{
	height: 440px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 170px;
	box-sizing: border-box;
}
.news-wrap .article div.fog article {
	background-color: transparent;
	background-image: none;
	min-height: inherit;
}

.news-wrap .article h2 {
	margin: 0px;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 15px;
	color: #fff;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border: 0px;
}
.news-wrap .article p {
	margin: 0px;
	font-size: 14px;
	line-height: 1.2em;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #fff;
}

.news-wrap .article span.date {
	position: absolute;
	line-height: 32px;
	height: 32px;
	font-size: 12px;
	color: #f77700;
	margin-top: 10px;
	bottom: 12px;
	left: 30px;
}
.news-wrap .article.double span.date {
	left:30px;
}
.news-wrap .article div.goto{
	position: absolute;
	bottom: 12px;
	right: 30px;
	width: 150px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background-color: #f77700;
	text-transform: uppercase;
	font-size: 14px;
	cursor: pointer;
	display: none;
}
.news-wrap .article.double div.goto{
	right: 440px;
}


.news-wrap .article.small {
	width: 373px;
}
.news-wrap .article.small div.fog{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+30,1+65 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,1) 60%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,1) 60%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,1) 60%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}


.news-wrap .article.double {
	width: 756px;
	background-position: center right;
}
.news-wrap .article.double div.fog{
	padding-top: 30px;
	width: 810px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+35,0+85 */
	background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 35%, rgba(0,0,0,0) 85%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 35%,rgba(0,0,0,0) 85%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 35%,rgba(0,0,0,0) 85%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */

}
.news-wrap .article.double article {
	max-width: 380px;
}
.news-wrap .article.double h2 {
	font-size: 24px;
	
}

div.news-wrap div.button {
	width: 373px;
	margin-left: 420px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 25px;
}
div.news-wrap div.archive {
	background-color: #fff;
	width: 1150px;
	color: #494949;
	padding-top: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
}
div.news-wrap div.archive div.goto {
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
div.news-wrap div.archive div.goto:hover{
	cursor: pointer;
	color: #000;
}
div.news-wrap div.archive span {
	color: #494949;
	font-weight: normal;
}

div.news-wrap div.archive div.col1,
div.news-wrap div.archive div.col2
{
	float: left;
	width: 600px;
	padding-left: 25px;
	padding-right: 25px;
	box-sizing: border-box;
}
div.news-wrap div.archive div.col1 {margin-right: 48px;}

