/*
	Created by RedRoll Studio | E-mail: create@redroll.ru | URL: http://redroll.ru
	Specification: HTML5 & CSS3
	All Rights Reserved.
	Copyright: RedRoll.ru | 2014
*/

/* ==================== RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	list-style: none;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong, b { font-weight: bold; }
i {
	font-style: italic;
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}
:focus { outline: none; }

/* ==================== GLOBAL */
body {
	color: #474747;
	font-size: 13px;
	line-height: 16px;
	font-family: Tahoma, "Geneva CY", sans-serif;
	background: #fafafa;
}
	.header, .nav, .speedbar, section, .footer-1, .footer-2 {
		width: 990px;
		margin: 0 auto;
	}
h1, h2 {
	width: 100%;
	color: #000000;
	font-size: 14px;
	line-height: 28px;
	text-transform: uppercase;
/*	text-indent: 15px; */
	margin-bottom: 16px;
	border-bottom: solid 1px #dbdbdb;
}
	h1 > span, h2 > span {
		padding-bottom: 3px;
		border-bottom: solid 3px #355491;
	}
hr {
	height: 1px;
	width: 100%;
	background: #3082ab;
	border-style: none;
}
input, select, textarea, button { 
	color: #4a4a4a;
	font-size: 13px;
	font-family: Tahoma, "Geneva CY", sans-serif;
	resize: none;
	border: none;
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
input::-ms-clear { display: none; }
input::-webkit-search-cancel-button { -webkit-appearance: none; }

a, a:visited {
	color: #0074a4; /* 005791 */
	text-decoration: underline;
}
a:hover { text-decoration: none; }
.clr { clear: both; }

/* ==================== HEADER */
header { 
	height: 150px;
	margin: 1px 0;
	background-color: #3578ac; /* IE9 */
	background-image: linear-gradient(top, #3599c6, #355390);
	background-image: -o-linear-gradient(top, #3599c6, #355390);
	background-image: -ms-linear-gradient(top, #3599c6, #355390);
	background-image: -moz-linear-gradient(top, #3599c6, #355390);
	background-image: -webkit-linear-gradient(top, #3599c6, #355390);
}
	.header {
		height: 150px;
		position: relative;
		background: url(../images/header-bg.png) 600px 0 no-repeat;
	}
		.lenta {
			width: 299px;
			height: 126px;
			position: absolute;
			top: 0px;
			left: -93px;
			z-index: 500;
			background: url(../images/header-lenta.png) 0 0 no-repeat;
		}
		a.logo {
			float: left;
			width: 101px;
			height: 125px;
			display: block;
			margin-top: 16px;
			position: relative;
			z-index: 999;
			background: url(../images/logo.png) left top no-repeat;
		}
		.kspname {
			float: left;
			width: 460px;
			margin: 45px 0 0 20px;
			color: #ffffff;
			position: relative;
			z-index: 1500;
			font-size: 28px;
			text-align: center;
			text-shadow: 0 1px 1px rgba(0,0,0,.6);
			font-family: "Times New Roman", "Times CY", "Nimbus Roman No9 L", serif;
		}
			.kspname > span {
				float: left;
				width: 100%;
				display: block;
				padding-bottom: 10px;
				margin-bottom: 10px;
				text-transform: uppercase;
				border-bottom: solid 2px #ffffff;
			}
		.putin {
			float: right;
			width: 330px;
			margin: 55px 30px 0 0;
			color: #ffffff;
			font-style: italic;
			font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
		}
		.putin > span {
			float: right;
		}
		
/* ==================== MENU */		
nav { 
	height: 54px;
	border-bottom: solid 1px #ffffff;
	box-shadow: 0 1px 4px rgba(0,0,0,0.5);
	background-color: #ededed; /* IE9 */
	background-image: linear-gradient(top, #ffffff, #dfdfdf);
	background-image: -o-linear-gradient(top, #ffffff, #dfdfdf);
	background-image: -ms-linear-gradient(top, #ffffff, #dfdfdf);
	background-image: -moz-linear-gradient(top, #ffffff, #dfdfdf);
	background-image: -webkit-linear-gradient(top, #ffffff, #dfdfdf);
}
	.nav a {
		display: inline-block;
		height: 53px;
		padding: 18px 19px 0 19px;
		color: #000000;
		font-size: 14px;
		text-decoration: none;
		border-left: 1px solid rgba(166,185,199,0);
		border-right: 1px solid rgba(166,185,199,0);
		text-shadow: 0 1px 0 rgba(255,255,255,1);
	}
/*
	.nav a:first-child { padding-left: 0; }
	.nav a:last-child { padding-right: 0; }
*/
	.nav a:hover {
		color: #0e517e;
		background: rgba(53,152,197,.1);			
		border-left: 1px solid rgba(178,194,207,.9);
		border-right: 1px solid rgba(178,194,207,.9);
		box-shadow: inset 1px 0 0 rgba(255,255,255,.9), 1px 0 0 rgba(255,255,255,.9);
	}		

/* ==================== SPEEDBAR */			
	.speedbar {
		color: #7c7c7c;
		font-size: 11px;
		line-height: 20px;
		padding: 12px 0 10px 0;
	}	
		.home {
			float: left;
			display: block;
			width: 21px;
			height: 18px;
			margin: 2px 0 0 15px;
			background: url(../images/home.png) 0 0 no-repeat;
		}
		.divider {
			display: inline-block;
			width: 6px;
			height: 6px;
			margin: 5px 15px 0 15px;
			background: url(../images/speedbar.png) 0 0 no-repeat;
		}
			
/* ==================== ASIDE */
aside {
	float: left;
	width: 270px;
}
	.menu {
		float: left;
		width: 270px;
		margin-bottom: 15px;
		background: #dcdcdc;
	}
		.menu > li {
			float: left;
			width: 100%;
		}
			.menu > li > a {
				float: left;
				width: 100%;
				display: block;
				padding: 12px 30px 12px 30px;
				color: #000000;
				font-size: 14px;
				text-shadow: 1px 1px 0 #ffffff;
				text-decoration: none;
				border-top: solid 1px #ffffff;
				border-bottom: solid 1px #cbcbcb;
				background-color: #f1f1f1;
			}
			.menu > li > a.drop { background: #f1f1f1 url(../images/menu-arrow1.png) 250px 16px no-repeat; }
			.menu > li > a:hover, .menu > li > ul > li > a:hover, .menu > li > ul > li > ul > li > a:hover, .menu > li > ul > li > ul > li > ul > li > a:hover, .current { color: #005791 !important; }
			.menu > li > a.active {
				color: #005791;
				background: #f1f1f1 url(../images/menu-arrow2.png) 250px 16px no-repeat;
			}		
			.menu > li > ul, .menu > li > ul > li > ul , .menu > li > ul > li > ul > li > ul { float: left; }
				.menu > li > ul > li {
					display: inline-block;
					padding-left: 15px;
					margin: 0 5px 12px 25px;
					line-height: 14px !important;
					width: 240px;
					background: url(../images/menu-item1.png) 0 7px no-repeat;
				}
					.menu > li > ul > li > ul > li {
						display: inline-block;
						padding-left: 15px;
						margin-top: 5px; 
					/*	margin: 0 5px 12px 25px;*/
						line-height: 14px !important;
						width: 225px;
					}
						.menu > li > ul > li > ul > li > ul > li {
							display: inline-block;
							padding-left: 15px;
							margin-top: 5px; 
						/*	margin: 0 5px 12px 25px;*/
							line-height: 14px !important;
							width: 210px;
						}
				.menu > li > ul > li:first-child, .menu > li > ul > li > ul > li:first-child , .menu > li > ul > li > ul > li > ul > li:first-child { margin-top: 10px; }
				.menu > li > ul > li > ul > li > ul > li:last-child { margin-bottom: 10px; }
					.menu > li > ul > li > a, .menu > li > ul > li > ul > li > a, .menu > li > ul > li > ul > li > ul > li > a {
						color: #000000;
						font-size: 13px;
						text-decoration: none;
						text-shadow: 1px 1px 0 rgba(255,255,255,.8);					
					}		
					.menu > li > ul > li > a { font-weight: bold; }			
					.menu > li > ul > li > ul > li > ul > li > a { font-style: italic; }	
					
					.menu > li > ul > li > ul > li > ul { display: none; }	
					ul.display { display: block !important; }
				/*	.current > ul { display: block !important; }*/
	.links {
		float: left;
		width: 270px;
		height: 70px;
		display: block;
		margin-top: 15px;
	}
		.links img {
			width: 270px;
			height: 70px;
		}					
	
/* ==================== MAINBLOCK */
.mainblock {
	float: right;
	width: 694px;
}
	.quoteblock {
		float: left;
		margin-bottom: 35px;
		padding: 15px;
		background: #f7f7f7;
		border: 1px solid #dbdbdb;
		border-radius: 3px;
	}
		.q-title {
			float: left;
			width: 516px;
			color: #003495;
			font-size: 14px;
			text-align: center;
			text-transform: uppercase;
			margin-bottom: 15px;
		}
		.q-text {
			float: left;
			width: 516px;
		}
		.chairman {
			float: right;
			width: 135px;
			height: 182px;
			border: 1px solid #ffffff;
			box-shadow: 1px 1px 3px rgba(0,0,0,.5);
		}
		.signature {
			float: left;
			width: 246px;
			height: 51px;
			margin: 15px 58px 0 38px;
		}
		.q-signature {
			float: left;
			width: 320px;
			color: #7c7c7c;
			font-size: 12px;
			margin-top: 25px;
		}
			.q-signature > span {
				color: #003495;
				font-size: 14px;
			}
	.news { margin-top: 25px; }
	
	.navigation {
		width: 100%;
		font-size: 12px;
		text-align: center;
		margin-top: 30px;
	}

/* ==================== SHORTSTORY */
.newspost {
	float: left;
	width: 100%;
	margin-top: 25px;
}
.newspost:first-of-type, .margin-no { margin: 0; }
	.n-date {
		float: left;
		width: 100%;
		color: #000000;
		font-size: 12px;
		padding-left: 16px;
		margin-bottom: 8px;
		background: url(../images/n-date.png) 0 3px no-repeat;
	}
	.n-link {
		float: right;
		display: block;
		padding-left: 17px;
		font-size: 10px;
		text-transform: uppercase;	
		background: url(../images/details.png) 0 3px no-repeat;
	}
		a.n-link, a.n-link:visited {
			text-decoration: none;
			color: #005791;
		}
		a.n-link:hover { text-decoration: underline; }
		
.shortstory {
	float: left;
	width: 100%;
	margin-top: 20px;
}
	.shortstory > h3 { float: left; }	
	.ss-text {
		width: 100%;
		margin: 8px 0 0 14px;
		font-style: italic;
		font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	}
	.ss-text:empty { display: none; }
	
.people {
	float: left;
	width: 100%;
	margin-top: 25px;
}
	.people > img {
		float: left;
		display: block;
		width: 250px;
		height: 330px;
	}
	.pp-data {
		float: right;
		width: 420px;
		margin-top: 10px;
	}
		.pp-data > h3 {
			float: left;
			color: #005791;
			font-size: 14px;
			font-weight: bold;
		}
		.pp-text { margin-top: 10px; }

/* ==================== FULLSTORY */
.fullstory {
	float: left;
	width: 100%;
}
.error { margin-bottom: 20px; }
	.fs-text { width: 100%; }
	.fs-files {
		float: left;
		width: 100%;
		margin-top: 10px;
		padding: 5px 15px 15px 15px;
		background: #f7f7f7;
		border: 1px solid #dbdbdb;
		border-radius: 3px;
		line-height: 20px;
	}
		.files-title {
			display: block;
			font-weight: bold;
			padding-bottom: 8px;
		}
		.attachment {
			float: left;
			display: block;
			width: 662px;
			margin-bottom: 20px;
/*			width: 321px;
			margin-right: 20px
*/
		}
		.attachment:last-child { margin-bottom: 0px; }
/*		.attachment:nth-of-type(2n-1) { margin-right: 0; } */
	.fs-photo {
		float: left;
		width: 100%;
		margin-top: 10px;
	}
		.fs-photo br { display: none; }
		.fs-photo > a {
			float: left;
			display: block;
			width: 220px;
			height: 150px;
			border: 1px solid #0074a4;
			padding: 4px;
			margin: 17px 17px 0 0;
		}
			.fs-photo > a > img {
				float: left;
				display: block;
				width: 210px;
				height: 140px;
			}
			.fs-photo > a:nth-of-type(3n) { margin-right: 0; }

/* ==================== FOOTER */

footer {
	height: 170px;
	margin-top: 30px;
	background: #dcdcdc;
}
	.footer-1-bg {
		height: 110px;
		background-color: #3578ac; /* IE9 */
		background-image: linear-gradient(top, #3599c6, #355390);
		background-image: -o-linear-gradient(top, #3599c6, #355390);
		background-image: -ms-linear-gradient(top, #3599c6, #355390);
		background-image: -moz-linear-gradient(top, #3599c6, #355390);
		background-image: -webkit-linear-gradient(top, #3599c6, #355390);
	}
		.footer-1 {
			color: #ffffff;
			font-size: 12px;
		}
			.f-contacts {
				float: left;
				width: 440px;
				margin-top: 18px;
			}
				.f-contacts > a, .f-contacts > a:hover, .f-contacts > a:visited { color: #ffffff; }
			.copyright {
				float: right;
				width: 440px;
				text-align: right;
				margin-top: 18px;
			}
				.copyright > span { font-size: 15px; }
			a.f-logo {
				float: right;	
				width: 80px;
				height: 98px;
				display: block;
				margin: 10px 0 0 15px;
				background: url(../images/f-logo.png) left top no-repeat;
			}
	.footer-2 {
		height: 60px;
		color: #7c7c7c;
		font-size: 11px;
	}
		.copyright-2 {
			float: left;
			width: 500px;
			margin-top: 14px;
		}
		a.informer {
			float: right;	
			width: 88px;
			height: 31px;
			display: block;
			margin: 15px 0 0 30px;
		}
		.redroll {
			float: right;
			width: 210px;
			text-align: right;
			margin-top: 22px;
		}
			.redroll > a, .redroll > a:hover, .redroll > a:visited { color: #7c7c7c; }
	
/* ==================== FEEDBACK */
.map {
	width: 100%;
	height: 300px;
	margin-top: 30px;
	border: 1px solid #0074a4;
}
.contact_form { padding-top: 30px; }
	.contact_form > label {
		display: block;
		padding-left: 3px;
		margin-bottom: 3px;
		text-align: left;
	}
		.contact_form label em {
			font-weight: bold;
			color: #b5121b !important; 
		}
	.f_input, .f_textarea {
		width: 100%;
		padding: 6px;
		margin-bottom: 10px;
		border: 1px solid #0074a4;	
		background: #fcfcfc;
	}
	.f_input:focus, .f_textarea:focus { background: #ffffff; }
	.f_textarea {
		resize: vertical !important;
		height: 150px;
		overflow: auto !important;
	}
	.f_input::-webkit-input-placeholder, .f_textarea::-webkit-input-placeholder { opacity: 1; color: #888888; }
	.f_input::-moz-placeholder, .f_textarea::-moz-placeholder { opacity: 1; color: #888888; }
	.f_input:-ms-input-placeholder, .f_textarea:-ms-input-placeholder {opacity: 1; color: #888888; }
	
	#dle-captcha {
		display: block;
		width: 162px;
		height: 82px;
		clear: both;
		margin-bottom: 5px;
		border: 1px solid #0074a4;
	}
	.fbutton {
		margin: 0 auto;
		margin-top: 10px;
		display: block;
		color: #ffffff;
		border-radius: 3px;
		padding: 6px 12px;
		background: #0074a4;
		cursor: pointer;
		text-transform: uppercase;	
	}