@font-face {
	font-family: 'FontAwesome';
	src: url('../font/fontawesome-webfont.ttf');
}
@font-face {
	font-family: As-Nova Regular;
	src: url('../font/regular.ttf');
}
html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-family: As-Nova Regular;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #f7f7f7; 
}
.main {
	display: table;
	height:100%;
	width: 100%;
}
#toggle {
	display: none;
}
#content {
	max-width: 1400px;
	margin: 0 auto;
}
.cont {
	margin-top: 45px;
}
.foot {
	display: table-row;
	height:80px;
}
#leftnew {
	padding-left: 5px;
}
#none:hover {
	text-decoration: none;
	border: none;
}
.img-size {
	width: 200px;
	box-shadow: 0 0 10px #ccc;
}
.clear {
	clear: both;
}
#entire {
	width: 100%;
}
#top {
	font: 100 12px Arial;
}
#top table td {
	margin: 0;
	padding: 0;
}
#top p {
	margin: 0;
	padding: 0;
}
#titul {
	margin: 0;
	padding: 0;
	height: 122px;
	background: linear-gradient(180deg, #005907, #009309);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005907', endColorstr='#009309',GradientType=0);
}
#titul h1 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: As-Nova Regular;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	text-shadow: 2px 2px 4px rgba(0,0,0,.7);
}
#titul h4 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: As-Nova Regular;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-shadow: 2px 3px 4px rgba(0,0,0,.7);
}
#titul img {
	margin: 15px 0;
	padding: 0;
	width: 85px;
	text-align: left;
}
#titul table {
	width: 100%;
}
#titul td {
	vertical-align: middle;
}
#blind {
	font-size: 14px;
	text-align: right;
	color: #606060;
}
#twelve {
	width: 45px;
	height: auto;
	border: 0;
}
#sputnik {
    width: 90px;
    background: #fff;
    padding: 1px;
    border-radius: 2px;
}
}
#sputnik-informer img {
	margin: 0;
}
#ny-t {
	display: none;
}
.white {
	width: 100%;
	min-height: 390px;
	background: #fff;
	margin: 15px 0 10px 0;
	padding: 5px;
	/*box-shadow: 0 0 8px #ccc;*/
}
.white h3 {
	margin: 0;
	padding: 10px;
	text-align: center;
}
.white h4 {
	text-align: center;
}
.white h5 {
	font-size: 1.15em;
	text-align: center;
	padding-top: 10px;
}
.white p {
	margin: 0;
	padding: 10px;
}
.white img {
	margin: 10px;
	border: none;
	max-width: 500px;
}
.white table {
	width: 100%;
}
.white td {
	padding: 5px;
}
#head_stat_stat {
	font-size: 1.25em;
}
#map {
	max-width: 90%;
	border: transparent;
	box-shadow: none;
}
.drsh {
	border: none !important;
	-webkit-filter: drop-shadow(3px 3px 3px rgba(0,0,0,.7));
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,.7));
}
#newyear {
	margin: 0 0 0 -20px !important;
	width: 120px !important;
}
.tool span{
	width: 300px;
	color: #000;
	text-align: left;
	font-size: small;
	padding: 5px;
	visibility: hidden;
	position: absolute;
	left: 20px;
	top: 0;
	background: #fff;
	box-shadow: 0 0 10px #333;
	z-index: 500;
}
.tool:hover span{
	visibility: visible;
}
.bann {
	text-align: center;
}
.bann img {
	width: 23%;
	margin: 5px;
	box-shadow: 0 0 10px #ccc;
}
.bann img:hover {
	opacity: 0.8;
}
.bann_hol {
	padding: 0 !important;
	margin-top: -8px !important;
}
.bann_hol img {
	max-width: 80%;
	padding: 7px;
	border-radius: 5px;
	box-shadow: 0 0 10px #ccc;
}
.bann_hol img:hover {
	box-shadow: 0 0 10px #000;
}
.form {
	padding-left: 100px;
}
#calendar {
	width: 100%;
	font: monospace;
	line-height: 1.2em;
	font-size: 15px;
	text-align: center;
}
#calendar thead tr:nth-child(1) td:nth-child(1):hover, #calendar thead tr:nth-child(1) td:nth-child(3):hover {
	cursor: pointer;
}
#calendar tbody td:nth-child(n+6), #calendar .holiday {
	color: rgb(231, 140, 92);
}
#calendar tbody td.today {
	background: rgb(220, 0, 0);
	color: #fff;
}
#name_opr {
	font-weight: bold;
	font-size: 1.1em;
}
.table_full {
	border-collapse: collapse;
	margin: 0 auto 15px auto;
	width: 96% !important;
}
.table_full th {
	background-color: #e6e6e6;
	border: 1px solid #ccc;
	text-align: center;
	padding: 5px;
}
.table_full td {
	border: 1px solid #ccc;
	padding: 5px;
	vertical-align: middle;
}
.page ul {
	list-style: none;
	padding: 0 10px 10px 10px;
	margin: 0;
}
.page ol {
    padding: 0 10px 10px 45px;
    margin: 0;
}
.page ol li {
    padding: 10px 0;
    margin: 0;
}
.page li {
	padding: 10px 10px 0 20px;
}
.page li a:before {
	content: '\f15c';
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-right: 5px; 
	opacity: 0.6;
}
.page iframe {
	width: 600px;
	height: 400px;
}
#bold {
	font-weight: bold;
}
#dow:before {
	content: '\f15c';
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-right: 5px; 
	opacity: 0.6;
}
#raz:before {
	content: '\f0ad';
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-right: 5px;
}
#ie:before {
	content: '\f26b'!important;
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-right: 5px; 
	opacity: 0.6;
}
#fol {	
	text-align: left;
}
#fol:after { 
	content: '\f107';
	font-family: FontAwesome;
	margin-left: 5px;
}
#new {
	margin: 0;
	padding: 0;
}
#head_news {
	font-size: 1.18em;
}
#new_foto {
	height: 200px;
	width: auto;
	box-shadow: 0 0 10px #ccc;
}
#new_nac img {
	height: 200px;
	width: auto;
	box-shadow: 0 0 10px #ccc;
}
#one_new img {
	width: 100px;
	height: 100px;
}
#gallery {
	text-align: center;
	margin: 0;
	padding: 0;
}
#gallery img {
	width: 300px;
	height: 200px;
	box-shadow: 0 0 10px #ccc;
}
.foto_small {
	width: 200px;
	height: 150px;
	vertical-align: top;	
	box-shadow: 0 0 10px #ccc;
}
#honor {
	text-align: center;
	margin-top: 10px;
}
#honor figure {
	display: inline-block;
	vertical-align: top;
	margin: 20px;
}
#honor figcaption {
	width: 350px;
	margin: 0 0 0 10px;
	text-align: justify;
}
#honor img {
	width: 350px;
	box-shadow: 0 0 10px #ccc;
}
#vestnik {
	display: inline-block;
	vertical-align: top;
	padding: 0 15px;
}
#vestnik li {
	margin: 0;
	padding: 5px;
}
#feedback-form { 
	max-width: 530px;
	padding: 2%;
	margin: 0 auto;
}
#feedback-form label {
	display: block;
	clear: right;
}
#feedback-form .w100 {
	max-width: 400px;
	width: 97%;
	margin-bottom: 1em;
	padding: 1.5%;
}
#feedback-form .border { 
	border: 1px solid #C0C0C0;
}
#feedback-form .border:focus {
	outline: none;
	border-color: #abd9f1 #bfe3f7 #bfe3f7;
}
#feedback-form .border:hover {
	border-color: #7eb4ea #97cdea #97cdea;
}
#feedback-form .border:focus::-moz-placeholder { 
	color: transparent;
}
#feedback-form .border:focus::-webkit-input-placeholder {
	color: transparent;
}
#feedback-form .border:not(:focus):not(:hover):valid {
	opacity: .8;
}
#submitFF { 
	padding: 2%;
	border: 1px solid #000;
	color: #000;
}
#feedback-form br {
	height: 0;
	clear: both;
}
#submitFF:hover {
	background: #ccc;
}
#submitFF:focus {
	background: #ccc;
}
.foto_expo {
	width: 100px;
	height: 100px;
	margin: 10px !important;
}
#uup {
	width: 200px;
	float: left;
	margin-right: 10px;
	box-shadow: 0 0 10px #ccc;
}
#mapsite ul {
	list-style: none;
	font-size: 1.4em;
	margin: 0;
	padding: 7px 15px;	
}
#mapsite li {
	padding: 5px;	
}
#foot {
	background: linear-gradient(180deg, #4282a5, #004576);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4282a5', endColorstr='#004576',GradientType=0);
	font-size: small;
	color: #fff;
	width: 100%;
	height: 80px;
	margin-top: 5px;	
}
#foot table {
	width: 100%;
}
#foot td {
	padding: 20px 5px 0 5px;
}
#bttop {
	background:#4282a5;
	text-align:center;
	padding:5px;
	position:fixed;
	bottom:82px;
	right:10px;
	cursor:pointer;
	display:none;
	color:#fff;
	font-size:12px;
	z-index: 9999;
} 
#bttop:hover {
	background:#004576;
}
#plan {
	width: 15%;
}
.plan {
	min-height: 310px;
	padding: 0;
}
#fotogal h1 {
	font-size: 3.2em;
	text-align: center;
	color: #515da3;
	text-shadow: 0 1px 0 #ccc, 
	0 2px 0 #c9c9c9,
	0 3px 0 #bbb,
	0 4px 0 #b9b9b9,
	0 5px 0 #aaa,
	0 6px 1px rgba(0,0,0,.1),
	0 0 5px rgba(0,0,0,.1),
	0 1px 3px rgba(0,0,0,.3),
	0 3px 5px rgba(0,0,0,.2),
	0 5px 10px rgba(0,0,0,.25),
	0 10px 10px rgba(0,0,0,.2),
	0 20px 20px rgba(0,0,0,.15);
}
#fotohon h1 {
	font-size: 3.2em;
	text-align: center;
	color: #ff0000;
	text-shadow: 0 0 5px #ffd82d, 
	2px 2px 2px #ba9b21;
}
#maprayon {
	margin-bottom: 20px;
}
#adm {
	width: auto;
}
.present p {
	line-height: 2.0;
}
#oprtd {
	width: 89%;
}
#izd img {
	width: 200px;
	border: 1px solid lightgrey;
}
#izd p {
	padding-top: 30px;
}
#cultrf {
	position: absolute; 
	top: 0; 
	left: 0;
	width: 150px;
}
@media only screen and (max-width: 1025px) {
	.bann img {
		width: 30%;
	}
	.present p {
		line-height: 1.8;
	}
	#cultrf {
		width: 120px;
	}
}
@media only screen and (max-width: 992px) {	
	#titul { 
		padding-top: 5px; 
	}
	#titul h1 { 
		font-size: 35px; 
	}
	#titul h4 {
		font-size: 17px;
	}
	#titul img {
		width: 80px;
	}
	#ny {
		display: none;
	}
	#ny-t {
		display: block;
	}	
	.img-size {
		width: 170px;
	}
	.white img {
		max-width: 400px;
	}
	.tool span {
		display: none;
	}
	#gallery img {
		width: 250px;
		height: 170px;
	}
	#leftnew {
		padding-left: 15px;
	}
	#newyear {
		margin: -5px 0 0 -20px !important;
		width: 120px !important;
	}
	#cultrf {
		width: 110px;
	}
}
@media only screen and (max-width: 786px) {
	#blind {		
		display: none;
	}
	#titul h1 { 
		font-size: 30px; 
	}
	#titul h4 {
		font-size: 14px;
	}
	.img-size {
		width: 150px;
	}
	.bann img {
		width: 45%;
	}
	#calendar {
		width: 70%;
	}
	#izd img {
		width: 180px;
	}
	#cultrf {
		width: 100px;
	}
}
@media only screen and (max-width: 767px) {
	#new img {
		width: 100%;
		text-align: center;
	}
	.cont {
		margin-top: 0 !important;
	}	
	.page iframe {
		width: 400px;
		height: 250px;
	}
	#titul {
		height: auto;
	}
	#titul img {
		width: 75px;
		margin: 7px 0;
	}
	#newyear {
		margin-bottom: 5px !important;
	}
	#one_new td {
		line-height: 1.2em;
	}
}
@media only screen and (max-width: 653px) {
	#twelve {
		width: 30px;
	}
	#foot {
		font-size: x-small;
	}	
	.page iframe {
		width: 280px;
		height: 190px;
	}
	#izd img {
		width: 150px;
	}
	#izd p {
		padding-top: 20px;
	}
}
@media only screen and (max-width: 586px) {	
	#titul h1 { 
		font-size: 24px; 
	}
	#titul h4 {
		font-size: 12px;
	}
	#titul img {
		width: 70px;
		margin: 5px 0;
	}
	.white {
		min-height: 300px;
	}
	.table_full {
		font-size: small;
		width: 100% !important;
	}
	select {
		font-size: small;
	}
	.form {
		padding-left: 20px;
	}
	#bttop {
		opacity: 0.5;
	}
	.empty_body img {
		max-width: 300px;
	}
	#uup {
		width: 100px;
	}
	#mapsite ul {
		font-size: 1.0em;
		padding: 4px 10px;	
	}
	#head_news {
		font-size: 1.0em;
	}
	#new_foto {
		height: auto;
	}
	#new_nac img {
		height: auto;
	}
	#plan {
		width: 20%;
	}
	.present p {
		line-height: 1.5;
	}
	#newyear {
		width: 70px !important;
		margin-bottom: 5px !important;
	}
	#one_new img {
		width: 70px;
		height: 70px;
	}
	#honor figure {
		margin: 20px 0;
	}
	#honor figcaption {
		margin: 0;
	}
	#izd img {
		width: 130px;
	}
	#izd p {
		padding-top: 10px;
	}
	#cultrf {
		width: 90px;
	}
}
@media only screen and (max-width: 480px) {	
	#titul h1 { 
		font-size: 20px; 
	}
	#titul h4 {
		font-size: 10px;
	}
	.white {
		margin: 10px 0 5px 0;
	}
	.white img {
		max-width: 270px;
		margin: 10px;
	}
	.col-xs-12, .col-sm-4, .col-sm-6, .col-sm-8, .col-sm-12, .col-md-4, .col-md-6, .col-md-8, .col-lg-4, .col-lg-8 {
		padding: 0;
	}
	#leftnew {
		padding-left: 0;
	}
	.bann img {
		width: 90%;
	}
	#calendar {
		width: 100%;
	}
	.table_full {
		font-size: xx-small;
	}
	.table_full th {
		padding: 1px;
	}
	.table_full td {
		padding: 1px;
	}
	select {
		font-size: x-small;
	}
	.page li {
		padding: 5px;
	}
	.form {
		padding-left: 8px;
	}
	#new img {
		margin-left: 3px;
	}
	.empty_head {
		margin-left: 0 !important;
	}
	.empty_body p {
		padding: 10px !important;
	}
	#fotohon h1 {
		font-size: 2.0em;
	}
	#fotogal h1 {
		font-size: 2.0em;
	}
	.bann_hol img {
		margin: 5px;
	}
	#head_news {
		font-size: 0.95em;
	}
	#one_new td {
		line-height: 0.9em;
	}
	#cultrf {
		width: 70px;
	}
}