@font-face {
    font-family: "TimesNewRoman";
    font-style: normal;
    font-weight: normal;
	src: url('/fonts/TimesNewRomanRegular.eot'); 
	src: url('/fonts/TimesNewRomanRegular.eot?#iefix') format('embedded-opentype'), 
	url('/fonts/TimesNewRomanRegular.woff'),
	url('/fonts/TimesNewRomanRegular.woff') format('woff'), 
	url('/fonts/TimesNewRomanRegular.ttf') format('truetype'); 
}


@font-face {
    font-family: "/fonts/GABRIOLA";
    font-style: normal;
    font-weight: normal;
	url('GABRIOLA.ttf') format('truetype'); 
}
:root {
	--main-color: #0d0c4e99;
}
div#panel {
    /*position: fixed;*/
    width: 100%;
    z-index: 999999;
}

* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 14px/18px "Verdana", sans-serif;
	height: 100%;
	width: 100%;
}

p{
	padding-bottom: 15px;
}

a{
	color: #FFFFFF;
}

ol {
    margin: 0 0 0 40px;
}

img[align="left"]{
	margin: 0 7px 7px 0;
}

img[align="right"]{
	margin: 0 0 7px 7px;
}

img {
    max-width: 100%;
    height: auto;
}

video {
    max-width: 100%;
}

.wrapper {
	min-width: 350px;
	max-width: 4000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-shadow: 2px 0 2px #000;
}

.bg{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.bg img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    min-width: 100%;
    min-height: 100%;
    /*height: 100%;*/
}

.content img{
	max-width: 100%;
	height: auto;
}

iframe,object {
  display: block;
  max-width: 980px;
  max-height: 580px;
  margin: 0 0 20px 0;
  width: 100% !important;
  overflow: hidden;
  height: 28vw;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 119px;
	/* position: relative; */
	font-size: 20px;
}

.header .top{
	background-color: var(--main-color);
	height: 71px;
}

.logo{
	width: 140px;
	height: 119px;
	position: absolute;
	left: 0;
	top: 0;
}

.logo img{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
}

.logo:before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 48px;
	top: 71px;
	background-color: var(--main-color);
}

nav{
	position: absolute;
	top: 71px;
	left: 140px;
	height: 48px;
	font-size: 0;
	width: 86%;
	z-index: 999;
	display: table;
}

nav:after{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 48px;
	top: 0;
	left: 0;
	margin-left: 100%;
	background-color: var(--main-color);
}

nav ul{
	margin: 0;
	padding: 0;
	/* height: 100%; */
	display: block;
	width: 100%;
	position: relative;
	display: table-row;
	display: flex;
}

nav li{
	margin: 0;
	padding: 0;
	display:

	-moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;*
	display: inline;
	height: 100%;
	/* width: 12.718%; */
	display: table-cell;
	float: none;
	position: relative;
	z-index: 1;
	flex-grow: 1;
}

nav li+li{/* width: 18%; */}
nav li+li+li{/* width: 16%; */}
nav li+li+li+li{/* width: 13%; */}
nav li+li+li+li+li{/* width: 13%; */}
nav li+li+li+li+li+li{/* width: 13%; */}
nav li+li+li+li+li+li+li{/* width: 14.2856%; */}

nav a{
	display: block;
	margin: 0;
	padding: 14px 0;
	font-size: 20px;
	height: auto;
	color: white;
	text-decoration: none;
	background-color: var(--main-color);
	line-height: 1;
	text-align: center;
	font-family: "TimesNewRoman";
}

nav a:hover,nav li.active>a:hover{
	background: rgba(52, 74, 128, 0.7);
}

nav li.active>a{
	background: none;
}

nav li li.active>a{
	background: rgba(52, 74, 128, 0.7);
}
.top{
	/* font-size: 0; */
}

.top div{
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	color: white;
	height: 100%;
	line-height: 71px;
}

.top .name{
	font-family: "Gabriola","TimesNewRoman";
	margin-left: 140px;
	font-size: 1.44em;
}

.name2{
	/* font-size: 11px; */
	font-style: italic;
	margin-left: 2%;
	font-size: 0.55em;
}

.name3{
	/* font-size: 11px; */
	font-style: italic;
	margin-left: 2%;
	font-size: 0.55em;
}

/*----------------------------------------*/
nav ul ul {
	display: none;
    width: auto;
    position: absolute;
    z-index: 99999;
}

.header nav li:hover ul {
	display: block;
}

.header ul ul li{
    display: block;
    width: auto;
}

ul ul a{
    text-align: left;
    padding: 11px 30px;
}

/* Middle
-----------------------------------------------------------------------------*/
.contents {
	padding: 0 0 53px;
}




/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin: -53px auto 0;
	min-width: 350px;
	max-width: 4000px;
	min-height: 53px;
	background-color: var(--main-color);
	position: relative;
}


.footer:after{
    content: '';
    display: block;
    clear: both;
}
/*------------------------*/


.left_content {
    float: left;
    width: 27%;
    text-align: left;
    padding: 20px 0;
    margin-left: 3%;
}

.left_content>div{
    /* margin-left: 30px; */
    margin-bottom: 20px;
    position: relative;
}

.right_content {
    float: right;
    width: 700px;
    text-align: left;
    padding: 20px 0;
    margin-left: 3%;
    margin-right: 3%;
}

.right_content>div{
    float: right;
    clear: both;
    margin-bottom: 20px;
    width: 96%;
}

.contents:after{
    content: '';
    display: block;
    clear: both;
}
body[class=""] .content {
	background: initial;
}
.content {
	/*background: rgba(28, 27, 97, 0.85);*/
	background: rgb(28 27 97 / 56%);
	margin: 20px;
	width: auto;
	color: #FFF;
	padding: 2% 2%;
}

.content h1{
	font-family: "Gabriola";
	font-weight: normal;
	display: block;
	font-size: 2.3em;
	line-height: 1em;
	border-bottom: 1px solid white;
	margin-bottom: 20px;
}

.content h2{
	font-family: "TimesNewRoman";
	font-weight: normal;
	display: block;
	font-size: 2.1em;
	line-height: 1em;
	margin-bottom: 15px;
}


.content table {
    width: 100%;
    border-spacing: 15px;
}

.content td {
    height: auto;
    vertical-align: top;
}

/*-----------------------------------------*/
.favorit_link {
    background: rgba(28, 27, 97, 0.85);
    width: 225px;    color: #FFF;    
}

.favorit_link h3{
    font-family: "Gabriola";
	font-weight: normal;
	display: block;
	font-size: 2.3em;
	line-height: 1em;
	border-bottom: 1px solid white;
	margin-bottom: 20px;
	margin: 10px 15px;
}

.favorit_link ul{
    margin: 10px 10px 10px 30px;
    list-style: none;
}

.favorit_link li{
    margin-bottom: 5px;
}

.favorit_link a{
    color: #FEE499;
}
/*-------------------------------------------*/
.priv_slovo,.calendar {
	background: rgba(28, 27, 97, 0.85);
	width: auto;
	color: #FFF;
	/* padding: 10px 15px; */
}

.priv_slovo h3{
    font-family: "Gabriola";
	font-weight: normal;
	display: block;
	font-size: 2.3em;
	line-height: 1em;
	border-bottom: none;
    padding: 10px 15px;
}

.content_calendar{
	padding: 10px 15px;
}

.calendar h3{
	font-family: "Gabriola";
	font-weight: normal;
	display: block;
	font-size: 2.3em;
	line-height: 1em;
	border-bottom: 1px solid white;
	margin-bottom: 20px;
	margin-right: 97px;
}

.calendar a{
	color: #FFFFFF;
}

.ropru_calendar_post{
    font-weight: bold;
    padding: 15px 0;
    font-size: 14px;
}

.ropru_calendar_dayned{
    display: none;
}

.ropru_calendar_daynvst{
    display: -moz-inline-stack;  display: inline-block;  vertical-align: top;  zoom: 1;  *display: inline;
    color: #FFE29C;
}

.ropru_calendar_daystst{
    display: -moz-inline-stack;  display: inline-block;  vertical-align: top;  zoom: 1;  *display: inline;
}

.ropru_calendar_text{
	
}

/*----------------------------------------------*/
.hide_content{
	display: none;
}
/*--------------------------------------------*/
.footer_left {
    float: left;
    color: white;
    line-height: 53px;
    text-align: left;
    width: 30%;
}

.footer_right {
    float: right;
    text-align: right;
    line-height: 40px;
    width: 30%;
}

.footer_center {
    float: left;
    text-align: center;
    line-height: 53px;
    width: 40%;
    color: white;
}

/*--------------------------------------------*/
.saitguru {
    display: -moz-inline-stack;
	display: inline-block;
    vertical-align: bottom;
	zoom: 1;
    height: 37px;
    color: white;
	padding-right: 10px;
}

.saitguru a{
    text-decoration: none;
    color: white;
    
    height: auto;
}

.saitguru img{
    margin-bottom: -12px;
	
}
/*--------------------------------------------*/
a.show_hide {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 11px;
    position: absolute;
    height: 21px;
    line-height: 21px;
    padding-right: 30px;
    background: url('/img/show_hide.png') right center no-repeat;
    top: 8px;
    right: 10px;
}

.priv_slovo>div {
    padding: 10px 17px 17px;
}

.priv_slovo>div:after{
    content: '';
    display: block;
    clear: both;
    height: 0;
}

.news-item,.news-detail{
	text-align: justify;
	position: relative;
	padding-bottom: 35px;
	padding-top: 10px;
	border-bottom: 1px solid #636363;
}

.news-item .more{
	
position: absolute;
	
bottom: 15px;
	
right: 5px;
	
display: block;
	
border: 1px solid #484D6B;
	
text-decoration: none;
	
padding: 5px 10px;
	
background: rgba(34, 47, 116, 0.75);
}

.news-item .more:hover{
border: 1px solid #FFFFFF;}

/*--------------------------------------*/
.content ul,.content ol{
	margin: 0 0 20px 40px;
}

.soc_link>a {
    text-decoration: none;
    font-size: 1.4em;
    display: block;
    float: left;
    width: 42%;
    padding: 2.5% 3%;
    background: rgba(28, 27, 97, 0.85);
    line-height: 1;
}

a.vk {
    margin-right: 4%;
}
.social_img {
	position: absolute;
	right: 0;
	top: 3px;
	width: 190px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 7px;
}
.social_img a {
	display: contents;
}
.social_img img {
	max-width: 30px;
	max-height: 30px;
	opacity: 0.8;
}

@media screen and (max-width: 700px) {
	.social_img {
		top: 60px;
		width: 185px;
	}
	nav ul {
		display: table-row;
	}
}
@media screen and (max-width: 800px) {
	.right_content>div {
		width: auto;
		float: none;
	}
	.news-item, .news-detail {
		padding-bottom: 60px;
	}
}
@media screen and (max-width: 500px) {
}
