@charset "utf-8";
/* CSS Document */

body, html{
	width:100%;
	background:url(/images/top_bg.png) top no-repeat, url(/images/bg.jpg) top repeat-x;
	background:url(/images/top_bg.png) top no-repeat\9;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:14px;

}
img, table, div{
	border:0px;
}
table td{
	vertical-align:top;
	padding:0px;
}
h1, h2, h3{
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	text-transform:uppercase;
	text-align:left;
}
h1{
	font-size:2.2em;
}
h2, h3{
	font-size:1.50em;
}
strong{
	font-weight:bold;
}
.header{
	width:950px;

	margin:0 auto;
	background:url(/images/head.png) center top no-repeat;
	font-weight:bold;
	position:relative;
}
#logo{
	text-transform:uppercase;
	text-shadow:1px 1px 3px white, 1px 1px 10px white;
	color:#000;
	text-align:center;
	text-decoration:none;
	font-size:1.3em;
}
#logo p{
	margin:0;
}
#logo-adr{
	 font-size:1.1em;
	 text-shadow:1px 1px 2px white, 1px 1px 10px white;
}
#logo-img{
    position: absolute;
    top: 45px;
    left: 50%;
    z-index: 0;
    height: 105px;
    margin-left: -36px;
}
.menu{
	height:86px;
}
.menu #menu{
	float:left;
	margin:0px;
	padding:0px 0 0 0;
	background:url(/images/menu_bg.png) repeat-x;
	height:86px;
}
#menu .link {
    color:#FFF;
	float:left;
	font-size:1.0em;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	height:42px;
	margin:6px 2px 0;
	z-index: 100;
	position: relative;
    padding: 23px 4px 0;
}
#menu .link:hover, #menu .link.active {
    background: #ffff9a url("../../assets/theme/default/img/link-c.png") repeat-x 0 5px;
    text-decoration:none; 
	color:#000;
	border-radius: 3px;
}
#menu .link:hover{
	color:#d61717;
}
.menu .a2{
	width:92px; 
    color:#FFF;
}
.menu .a2:hover, .a2-2{
    color:#d61717;
    text-decoration:none;
    background:url(/images/act1.png) no-repeat center;
}
#left-bg, #right-bg{
	width:107px;
	height:86px;
	float:left;
}
#left-bg{
	background:url(/images/left_menu_bg.png) top left no-repeat;
}
#right-bg{
	background:url(/images/right_menu_bg.png) top left no-repeat;
}
/*====== Content ======*/
.content{
	width:950px;
	padding: 0;
	margin: 20px auto 10px;
	text-align:justify;
}
#spisok{
	list-style:url(/images/mark.jpg);
	margin:0px 0 0 15px;
	padding:0px;
	
}
#spisok li{
	margin:0px;
	padding:0px;
}
h1.title{
	color:#3E8415;
	display:block;
}
/*====== Footer =======*/
.footer{
	width:940px;
	height:170px;
	margin:75px auto 0;
	background:url(/images/footer_bg.jpg) bottom center no-repeat;
}
.footer a, a{
	color:#000;
}
.footer a:hover, a:hover{
	color:#090;
	text-decoration:none;
}
.footer-menu{
	margin:50px 0 0 320px;
	margin:50px 0 0 270px;
}
.footer-menu a{
	text-align:center;
	padding:0 5px;
}
.trenery td{
	
	border:0px;
        border-right:1px solid #767871;
        padding:5px 12px 5px 8px;
}

.pdf a{
	display:inline-block;
	vertical-align:middle;
	min-height:25px;
	background:url(/images/pdf.jpg) left center no-repeat;
	padding:15px 0 15px 50px;
	font-size:11pt;
}

.fotos{
	display:inline-block;
	margin:15px 52px;
	background:#f3f3f3;
	padding:10px 10px 7px;
	
}
.fotos a{
	display:inline-block;
	margin:0px 10px;
	text-decoration:none;
}
.fotos img{
	height:150px;
	border:2px solid #ccc;
	padding:3px;
}
.fotos img:hover{
	border:2px solid #42d40f;
}
#doc img{
	box-shadow:2px 2px 3px #cccccc, 2px 2px 8px #cccccc;
}
#doc td{
	vertical-align:middle;
}

#ministerstva {
    background: url(/images/ministerstva_bg.png) right bottom no-repeat #96c953;
    box-shadow: 2px 3px 10px #52574b;
    float: right;
    margin: 0 0 0 10px;
    padding: 10px 10px 30px;
    text-align: left;
    text-indent: 0;
    width: 220px;
}

#ministerstva hr {
    border-bottom: 1px solid #d1edac;
    border-top: 1px solid #699e23;
}

/*-- News --*/

h1.news_title{
	background: url(/images/news_title_bg.png) no-repeat 0 0;
	padding:16px 0 16px 60px;
	color:#33a92b;
	display:block;
}
.news_element{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:0 0px 3px #fbfbfb inset, 0 0px 2px #e1e1e1 inset;
	-webkit-box-shadow:0 0px 3px #fbfbfb inset, 0 0px 2px #e1e1e1 inset;
	box-shadow:0 0px 3px #fbfbfb inset, 0 0px 2px #e1e1e1 inset;
	border:1px solid #fbfbfb;
	padding:5px 20px;
	margin:25px 0px;
	color:#000;
}
.news_element:hover{
	-moz-box-shadow:0 0px 3px #e0e0e0, 0 0px 15px #e8e8e8;
	-webkit-box-shadow:0 0px 3px #e0e0e0, 0 0px 15px #e8e8e8;
	box-shadow:0 0px 3px #e0e0e0, 0 0px 15px #e8e8e8;
	border:1px solid #e0e0e0;
	color:#666;
	cursor:default;
}
.news_element span.date{
	color:#999;
	padding:0px 0 0 20px;
	background: url(/images/calendar.png) no-repeat 0 0;
	display:block;
	margin:10px auto 0 0px;
}
.news_element:hover span.date{
	color:#ccc;
}
p.news_title{
	text-transform:uppercase;
	font-size:9pt;
	font-weight:bold;
}
.news_element:hover p.news_title a{
	color:#008df0;
	text-decoration:none;
}
.news_element div.news_link{
	background: -moz-linear-gradient(top, #95a817 0%, #bcce46 19%, #f2e252 56%, #fff67f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#95a817), color-stop(19%,#bcce46), color-stop(56%,#f2e252), color-stop(100%,#fff67f));
	background: -webkit-linear-gradient(top, #95a817 0%,#bcce46 19%,#f2e252 56%,#fff67f 100%);
	background: -o-linear-gradient(top, #95a817 0%,#bcce46 19%,#f2e252 56%,#fff67f 100%);
	background: -ms-linear-gradient(top, #95a817 0%,#bcce46 19%,#f2e252 56%,#fff67f 100%);
	background: linear-gradient(to bottom, #95a817 0%,#bcce46 19%,#f2e252 56%,#fff67f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95a817', endColorstr='#fff67f',GradientType=0 );
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:table;
	padding:5px 10px;
	margin:0 0 15px 0;
	-moz-box-shadow:0 1px 1px #777c5d;
	-webkit-box-shadow:0 1px 1px #777c5d;
	box-shadow:0 1px 1px #777c5d;
	font-weight:bold;
	float:right;
}
.news_element div.news_link a{
	text-decoration:none;
	background:url(/images/but_news_bg.png) no-repeat right center;
	padding:5px 20px 5px 5px;
}
.news_element:hover div.news_link{
	background: -moz-linear-gradient(top, #fce667 29%, #fce667 29%, #e5d96e 65%, #e5d96e 65%, #b8ba3f 93%, #9e9a2c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(29%,#fce667), color-stop(29%,#fce667), color-stop(65%,#e5d96e), color-stop(65%,#e5d96e), color-stop(93%,#b8ba3f), color-stop(100%,#9e9a2c));
	background: -webkit-linear-gradient(top, #fce667 29%,#fce667 29%,#e5d96e 65%,#e5d96e 65%,#b8ba3f 93%,#9e9a2c 100%);
	background: -o-linear-gradient(top, #fce667 29%,#fce667 29%,#e5d96e 65%,#e5d96e 65%,#b8ba3f 93%,#9e9a2c 100%);
	background: -ms-linear-gradient(top, #fce667 29%,#fce667 29%,#e5d96e 65%,#e5d96e 65%,#b8ba3f 93%,#9e9a2c 100%);
	background: linear-gradient(to bottom, #fce667 29%,#fce667 29%,#e5d96e 65%,#e5d96e 65%,#b8ba3f 93%,#9e9a2c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fce667', endColorstr='#9e9a2c',GradientType=0 );
	-moz-box-shadow:0 1px 1px #7ca443 inset;
	 -webkit-box-shadow:0 1px 1px #7ca443 inset;
	box-shadow:0 1px 1px #7ca443 inset;
}
.news_element:hover div.news_link a{
	text-shadow:0 1px 0px #edf1bc;
	color:#256300;
	background:url(/images/but_news_bg_on.png) no-repeat right center;
}
p.date{
	color:#999;
}







.special_row {
	padding: 5px 0;
	background: #fff;
	text-align: center;
	font-size: 16px;
	border-bottom: 1px solid #3f4b51;
}
.special_row a {
    padding: 5px 20px;
    display: inline-block;
}
.special_row a::before {
    display: inline-block;
    content: " ";
    background: url("//dussh-12.ru/templates/special/eye-icon.png") no-repeat scroll 0 0 / 50px 31px;
    height: 31px;
    width: 50px;
    margin-right: 5px;
    vertical-align: middle;
}
.special_row a span {
    vertical-align: middle;
    line-height: 31px;
    display: inline-block;
}
.special_row a:hover span {
	text-decoration: underline;
}

.feedback {
	float: right;
	width: 100%;
	padding: 10px 0px;
	height: 40px;
	background: #2B2B2B;
	margin-top: 10px;
}

.feedback .container {
	width: 950px;
	margin: 0 auto;
	padding: 0px 8px;
}

.feedback ul {
	float: right;
}

.feedback li {
	display: inline-block;
	margin-right: 5px;
	line-height: 10px;
}

.feedback a {
	color: #fff;
	padding: 5px;
	font-family: Lato,sans-serif;
	font-weight: 700;
	font-size: 15px;
	text-decoration: none;
}

.feedback a:hover {
	color: #ffff9a;
}