@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/FontAwesome/fontawesome-webfont.eot') format('embedded-opentype'),
  url('../fonts/FontAwesome/fontawesome-webfont.woff2') format('woff2'),
  url('../fonts/FontAwesome/fontawesome-webfont.woff') format('woff'),
  url('../fonts/FontAwesome/fontawesome-webfont.ttf') format('truetype'),
  url('../fonts/FontAwesome/fontawesome-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Nina-Regular';
  src: url('Nina-Regular.eot');
  src: url('../fonts/Nina-Regular/Nina-Regular.eot') format('embedded-opentype'),
  url('../fonts/Nina-Regular/Nina-Regular.woff') format('woff'),
  url('../fonts/Nina-Regular/Nina-Regular.ttf') format('truetype'),
  url('../fonts/Nina-Regular/Nina-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa:before{
	width: 25px;
	display: block;
	float: left;
	font-style: normal;
   font-family: FontAwesome;
}
/*i {
	font-style: normal;
}*/
.fa {
	font-family: FontAwesome;
}
* {
    margin: 0px;
    padding: 0px;
}
body {
	font-family: 'Arial';
   background-color: #ffffff;
}
li {
    list-style-type: none;
}
body {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
#on_line {
	background-color: #FFAE21;
	position: fixed;
	top: 270px;
	right: -100px;
	width: 250px;
	text-align: center;
	padding: 15px 0px;
	z-index: 3;
	color: #292929;
	cursor: pointer;
	text-transform: uppercase;
}





/* âåðõ ñàéòà */
header {
    position: relative;
}
#header_top {
    background-color: rgba(38 ,44 ,56 ,1);
    height: 90px;
    position: relative;
    z-index: 3;
}
#header_top_left {
	/*padding-top: 40px;*/
}
#logo {
    width: 33%;
    float: left;
    margin-top: 15px;
    margin-left: 20px;
}
#img_logo {
	float: left;
	margin-right: 15px;
}
#logo_title {
	/*font-size: 20px;*/
    font-size: 16px;
	color: #fff;
	font-family: 'Nina-Regular';
	border-bottom: 1px solid #535151;
    width: 58%;
	overflow: hidden;
    position: relative;
    top: -5px;
    padding-bottom: 5px;
}
#logo_title + span {
	color: #fff;
	font-size: 10px;
    display: block;
}


#header_menu {
    /*width: 63%;
    float: right;*/
    text-align: right;
	position: absolute;
	right: 100px;
}
#header_menu ul {
    /*margin-top: 37px;*/
}
#header_menu li{
    display: inline-block;
    /*margin-right: 40px;*/
    margin-right: 25px;
}
#header_menu li ul {
    position: absolute;
    display: none;
    background-color: rgba(38 ,44 ,56 ,0.8);
         width: 200px;

}
#header_menu li:hover ul {
    display: block;
}
#header_menu li ul li {
    display: block;
    text-align: left;
         width: 200px;

}
#header_menu > ul > li > a{
    color: #fff;
    text-decoration: none;
    font-family: 'arial';
	font-size: 14px;
    font-weight: bold;
    display: table-cell;
    height: 90px;
    vertical-align: middle;
}
#header_menu > ul > li > ul > li > a{
    color: #fff;
    text-decoration: none;
    font-family: 'arial';
	font-size: 14px;
    font-weight: bold;
    padding: 10px;
    display: block;
}

#header_menu > ul > li > ul > li > ul > li > a {
    color: #fff;
    text-decoration: none;
    font-family: 'arial';
	font-size: 14px;
    font-weight: bold;
    padding: 10px 10px 10px 30px;
    display: block;
   /* border: 4px double black;*/
   
}

#header_menu a:hover{
    color: #ffae21;
    text-decoration: none;
}

#header_search {
	position: absolute;
	/*right: 60px;*/
	right: 75px;
	border-right: 1px solid #ffae21;
	/*height: 32px;*/
    height: 21px;
	padding-right: 15px;
	/*margin-top: -4px;*/
    margin-top: 35px;
}
#header_search label {
	display: none;
}
#header_search input[type="text"] {
	display: none;
	z-index: 1;
	position: relative;
}
#header_search_img {
	position: absolute;
	top: 0px;
	right: 15px;
	cursor: pointer;
}
#header_search img {
    width: 22px;
    height: 21px;
}
#header_lang {
    position: absolute;
    right: 20px;
    color: #fff;
    /*font-size: 20px;
    font-family: arial;
    color: #ffae21;*/
    color: #fff;
    font-family: 'arial';
	font-size: 14px;
    font-weight: bold;
    top: 35px;
}
#header_main {
    height: 800px;
}

#en_v {
    border: 1px solid #ec9421;
    width: 60%;
    text-align: center;
    padding: 7px 0;
    margin-bottom: 50px;
}
#en_v a {
	color: #fff;
	text-decoration: none;
	font-family: 'Nina-Regular';
}
#l_k {
    
}
#l_k_title {
	margin-bottom: 20px;
	font-family: 'Nina-Regular';
}
#l_k h3 {
	margin-bottom: 20px;
	font-family: 'Nina-Regular';
    font-size: 18px;
}
#l_k form div{
    margin: 10px 0;
}
#l_k form label {
    margin: 10px 0;
    display: block;
}
#l_k form fieldset {
    border: none;
}
#l_k input[type="text"] {
    width: 80%;
    background-color: transparent;
    border: 1px solid #ec9421;
    padding: 5px;

}
#l_k input[type="password"] {
    width: 80%;
    background-color: transparent;
    border: 1px solid #ec9421;
    padding: 5px;

}
#l_k input[type="submit"] {
    width: 100px;
    background-color: #6f6e6c;
    border: none;
    color: #fff;
    padding: 10px;
    margin-top: 20px;
    font-size: 14px!important;
	font-weight: bold;
    text-transform: uppercase;
    font-family: 'arial';
}
#l_k input[type="submit"] {
    width: 100px;
    background-color: #6f6e6c;
    border: none;
    color: #fff;
    padding: 10px;
    margin-top: 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'arial';
}
#l_k input:hover[type="submit"] {
    width: 100px;
    background-color: #ffae21;
    border: none;
    color: #fff;
    padding: 10px;
    margin-top: 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'arial';
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: none!important;
    font-weight: normal;
    color: #fff !important;
}
.ui-state-default:hover, .ui-widget-content:hover .ui-state-default:hover, .ui-widget-header:hover .ui-state-default:hover {
    border: 1px solid #d3d3d3;
    background: none!important;
	background-color: #ffae21;
    font-weight: normal;
    color: #fff !important;
}	
#header_right {
    width: 81%;
    float: right;
}

#left_menu {
    /*margin-top: 150px;*/
    margin-top: 60px;
}
#left_menu ul {
	margin-bottom: 60px;
}
#left_menu li {
	margin-bottom: 15px;
}
#left_menu a {
    color: #fff;
    text-decoration: none;
    font-family: 'Nina-Regular';
}
#left_menu a:hover {
    color: #ffae21;
}
#left_menu a:hover .fa {
    color: #fff;
}
#left_menu a:hover:before  {
    color: #fff;
}
.fa-calendar:before {
	content:"\f073";
}
.fa-info-circle:before {
	content:"\f05a";
}
.fa-user-plus:before {
	content:"\f234";
}
.fa-file-text:before {
	content:"\f15c";
}
.fa-rss:before {
	content:"\f09e";
}
/* îñíîâíàÿ ÷àñòü ñàéòà */
#main {
    /*overflow: hidden;*/
    position: relative;
    min-height: 800px;
}
.mainleft_btn { visibility: hidden;}
#main_left {
    width: 12%;
    background-color: rgba(38 ,44 ,56 ,1);
    /*height: 100%;*/
    position: absolute;
    /*position: relative;*/
    top: 0px;
    /*top: 90px;*/
    color: #fff;
    /*padding-left: 10px;*/
    float: left;
    padding: 0px 10px;
    bottom: 0px;
    min-width: 210px;
}
#main_center {
    padding: 50px;
    /*float: left;*/
    width: 60%;
    left: 18%;
    position: relative;
}
#main_centerall {
    padding: 50px;
    /*float: left;*/
/*    width: 90%;
    left: 1%;*/
    position: relative;
}
#main_centerallr {
    padding: 50px;
    /*float: left;*/
    width: 75%;
    left: 18%;
    position: relative;
}

#main_centerallr div dir {
      padding:10px 0 0 10px;
}



.blogarxiv-dir .subheading-category{
   font-family: 'Nina-Regular';
    color: #292f3a;
    font-size: 30px;
    margin-bottom: 35px;
}

.blogarxiv-dir h2{
   font-size: 14px;
padding-top: 25px;
}

.blogarxiv-dir .print-icon {
    float: right;
    margin: 0px 0px 34px 14px;
}

.blogarxiv-dir .cat-children {
padding:30px 0 0 0;
display:block;   
}




#main_right {
    float: right;
    width: 17%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border-left: 1px solid #4d525c;
	text-align:center;
   padding: 20px 0px 0px 0px;
}
/*#right_menu {
    border: 1px solid #ffcb6f;
    padding-left: 15px;
	padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 80%;
    margin: 10px auto 0px;
	text-align: left;
	line-height: 15px;
}*/
#right_menu li {
    margin-bottom: 25px;
	color:#ffcb6f;
}
#right_menu a {
    text-decoration: none;
    font-family: 'Nina-Regular';
	color: #262c38;
	font-size: 16px;
}
#right_menu a:hover {
    text-decoration: none;
    font-family: 'Nina-Regular';
	color: #ffae21;
	font-size: 16px;
	
}
/*#right_module1 {
    border: 1px solid #ffcb6f;
    padding-left: 15px;
	padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 80%;
    margin: 10px auto 0px;
	text-align: left;
	line-height: 15px;
}*/
#right_module1 li {
    margin-bottom: 25px;
	color:#ffcb6f;
}
#right_module1 a {
    text-decoration: none;
    font-family: 'Nina-Regular';
	color: #262c38;
	font-size: 16px;
}
#right_module1 a:hover {
    text-decoration: none;
    font-family: 'Nina-Regular';
	color: #ffae21;
	font-size: 16px;
	
}
/*#right_module2 {
    border: 1px solid #ffcb6f;
    padding-left: 15px;
	padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 80%;
    margin: 10px auto 0px;
	text-align: left;
	line-height: 15px;
}*/
#right_module2 li {
    margin-bottom: 25px;
	color:#ffcb6f;
}
#right_module2 a {
    text-decoration: none;
    font-family: 'Nina-Regular';
	color: #262c38;
	font-size: 16px;
}
#right_module2 a:hover {
    text-decoration: none;
    font-family: 'Nina-Regular';
	color: #ffae21;
	font-size: 16px;
	
}
/*#right_menu {
    border: 1px solid #ffcb6f;
    padding: 30px;
    width: 50%;
    margin: 60px auto 0px;
}
#right_menu li {
    margin-bottom: 25px;
}
#right_module a {
    text-decoration: none;
    font-family: 'Nina-Regular';
	color: #262c38;
	font-size: 18px;
}
#right_module1 {
    border: 1px solid #ffcb6f;
    padding: 30px;
    width: 50%;
    margin: 60px auto 0px;
}
#right_module1 li {
    margin-bottom: 25px;
}
#right_module1 a {
    text-decoration: none;
    font-family: 'Nina-Regular';
	color: #262c38;
	font-size: 18px;
}*/
div.item-page h2 {
    font-family: 'Nina-Regular';
	color: #292f3a;
	font-size: 25px;
    margin-bottom: 35px;
}
.bold {
	font-weight: bold;
}

#arch_news {
	font-family: 'Nina-Regular';
	color: #ffae21;
	font-size: 18px;
	background-color: #262c38;
	width: 200px;
	text-align: center;
	float: right;
	padding: 10px 0;
}
#arch_news a {
	color: #ffae21;
	font-size: 18px;
	text-decoration: none;
}

#lidbrary_plan {
	/*float: left;*/
    position: absolute;
    top: 30px;
    left: 20px;
    width: 230px;
}
#lidbrary_plan_title {
	font-family: 'Nina-Regular';
	font-size: 18px;
	color: #ffae21;
    text-align: center;
}
#number_floor {
    text-align: center;
}
#lidbrary_plan img {
    /*width: 90%;*/
}
#plan_floors {
	
}


/* íèç ñàéòà */
footer {
    height: 320px;
    background-color: rgba(38 ,44 ,56 ,1);
    /*position: absolute;*/
    color: #fff;
    /*top: -320px;*/
    bottom: 0px;
    width: 100%;
    position: relative;
}
#footer_left {
    position: absolute;
    left: 300px;
    /*margin-top: 65px;*/
    top: 75px;
    width: 450px;
}
#footer_right {
    position: absolute;
    right: 50px;
    /*margin-top: 65px;*/
    top: 80px;
	font-size: 14px;
	font-weight: 700;
}
#footer_menu li{
    display: inline-block;
    margin-right: 25px;
}
#footer_menu a {
    color: #fff;
    text-decoration: none;
}
#guest_book {
    position: absolute;
    top: 100px;
    right: 465px;
}
#guest_book a {
    text-decoration: none;
    font-family: 'Nina-Regular';
	font-size: 14px;
	color: #fff;
    border: 1px solid #ecc021;
    padding: 15px 7px;
}
#footer_blog {
    margin-bottom: 25px;
}
#footer_logo {
    /*width: 400px;*/
    position: relative;
	top: 30px;
}
#footer_logo_title {
    font-family: 'Nina-Regular';
	font-size: 16px;
	color: #fff;
    position: absolute;
    left: 90px;
    top: 0px;
}
#footer_logo img {
    /*float: left;*/
}
#copyright {
    font-size: 10px;
    top: 90px;
    position: relative;
    left: 300px;
}
#footer_addr {
    width: 300px;
    text-align: right;
    right: 35px;
    top: 80px;
    position: absolute;
}
/*.explication {
	font-size: 0.8em!important;
	font-weight: 900!important;
}
.main FIELDSET {
	font-size: 0.8;
	font-weight: 900;
}*/
.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: .2em 1em!important;
    text-decoration: none;
}
.bo_cell .ui-state-default {
    height: 3%!important;
    font-size: 0.85em;
    font-family: arial;
}
.inputbox {
    font-size: 8pt !important;
    color: white;
}
.ui-helper-reset {
    font-size: 85%!important;
}
/*.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #ffae21!important;
}*/
.mod-languages .inputbox {
    font-size: 12pt !important;
    color: white;
	background: none;
	border: none;
	padding-right: 6px;
}
#footer_menu a:hover {
	color: #ffae21;
}
.moduletable a {
    color: #292f3a;
    text-decoration: none;
/*    font-weight: bold;
    font-family: 'Nina-Regular';
    font-size: 18px;*/
}
.ui-button-text {
    color: black;
}



/* new style */
#MobileMenu{display:none;}
/* right section */
#right_menu>div,
#right_module1>div,
#right_module2>div {
    border: 1px solid #262c38;
    padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 45%;
    margin: 10px;
    text-align: left;
    line-height: 15px;
}
/*  lang-select */
.mod-languages .inputbox{
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: url('../images/arrow-bottom.png') no-repeat 100% 50%;
    padding-right: 20px;
    cursor: pointer;
}
select.inputbox::-ms-expand {
    display: none;
}
/*  gest-btn */
#guest_book{min-width: 130px;}
#guest_book a{
    display: block;
    text-align: center;
}
/*  new-style */
/*  lang-select */
.mod-languages .inputbox{
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: url('../images/arrow-bottom.png') no-repeat 100% 50%;
    padding-right: 20px;
    cursor: pointer;
}
select.inputbox::-ms-expand {
    display: none;
}
/*  location-section */
#location #building_img{
    float: left;
    text-align: center;
    min-width: 210px;
    width: 12%;
    padding: 0px 10px;
}
#location #building_img img{
    margin-left: -10px;
    width: calc(100% + 20px);
}
#location #building_img + div{overflow: hidden;}
#location #building_img + div iframe{width:100%;}
/*  search */
#search {height: 120px;}
#search .title{
    display:block;
    color:#FFAE21 ;
    font-size: 18px;
    line-height:20px;
    margin-bottom: 20px;
    font-weight: 300;
}
/*  gest-btn */
#guest_book{min-width: 160px;}
#guest_book a{
    display: block;
    text-align: center;
}
 /*** TRANSITION ***/
/* new style */
#main-site-version{display:none;}
input.button{cursor: pointer;}
footer {padding-bottom: 20px;}
#header_menu {right: 130px;}
#logo_title {
    font-size: 20px;
    padding-bottom: 0;
    width: 70%;
   line-height: 21px;
}
#header_left{
    left: -230px;
    -webkit-transition: all 1s ease-in-out;
     -moz-transition: all 1s ease-in-out;
     -o-transition: all 1s ease-in-out;
     transition: all 1s ease-in-out;
}
#header_left.animation{left:0;}
#search input[type="submit"] {width: 132px!important;}
#day_history_border {
    border: 1px solid #000;
    padding: 10px 10px 28px;
}
body{overflow-x:hidden;}

.down {
    text-align: center;
    display: block;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    height: 30px;
    line-height: 100px;
    width: 100px;
    animation: 4s ease 0s normal none infinite running a;
    transition: bottom 1s ease 0s;
    bottom: 100px;
    z-index: 10000;
    cursor: pointer;
}
.a_down {
    border-right: 2px solid #EEE;
    border-bottom: 2px solid #EEE;
    border-radius: 2px;
    color: #EEE;
    display: inline-block;
    font-size: 0px;
    height: 30px;
    line-height: 0;
    margin-top: 25px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    transform: rotate(45deg);
}
option{color:#000;}
.item-page p{
    margin:0 0 15px;
}
input:-webkit-autofill,
 textarea:-webkit-autofill,
  select:-webkit-autofill{
    background:#fff!important;
  }

#l_k input[type="text"],
#l_k input[type="password"]{
   background: #FFF none repeat scroll 0% 0%;
    color: #000;
    width: 90%;
    border: 0px none;
    padding: 10px 5%;
}
#left_menu a{font-family: "arial";}
#left_menu a:hover{text-decoration: underline;color:#fff;}
.contact a{
    color:#FFAE21;
    text-decoration: none;
}
.ui-accordion .ui-accordion-header{
    border-color:#aaa!important;
    background-color: #eee!important;
    padding-top: 12px!important;
    padding-bottom: 12px!important;
}

table.main input,
table.main select {
    height: 30px;
    border: 1px solid #d1d1d1;
}
table.main select {height:34px;}
table.main input[type="radio"],
table.main input[type="checkbox"]{
    height: auto;
    border: 1px solid #d1d1d1;
}
table.main input + a.ui-button {
    height: 36px!important;
}
table.main fieldset{border:0;}
table.main input[type="button"].ui-button,
table.main input[type="reset"].ui-button{
    border-color: #aaa!important;
    background-color: #eee!important;
    color: #000!important;
    padding: 5px 20px 10px;
    font-size: 12px!important;
    line-height: 20px;
}
table.main input[type="button"].ui-button:hover,
table.main input[type="reset"].ui-button:hover{
     color: #000!important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default{border: 1px solid #9f9d9d!important;}
#main_right #right_menu{margin:10px 5px; padding-top:20px;}
#main_right #right_module1,
#main_right #right_module1{margin:20px 0;}
table.main .model td{padding:2px 0;}
#logo_title + span {
    color: #FFAE21;
    font-size: 10px;
    display: block;
}
#header_menu li.current>a{color:#FFAE21;text-decoration: none;}
#main_right table{width:100%;}
.moduletable .news_read_more a {
text-decoration: none;
font-family: "arial";
font-sinputcustom-combobox-input.custom-combobox-inputize: 16px;
font-weight: 400;
padding: 5px 20px;
display: block;
}

.moduletable .news_read_more a:hover {
text-decoration: none;
font-family: "arial";
font-size: 16px;
font-weight: 400;
padding: 5px 20px;
display: block;
}
.moduletable .news_read_more{width: 150px;}
.moduletable h3{font-family: "arial" !important;}
input.custom-combobox-input.ui-state-default{color:#000!important;}

 /*** RESPONSIVE ***/
 /* 1280 */

 @media screen and (min-width: 1285px) {
#on_line {
transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
#on_line{ 
margin-right: -101px;
right:0;
} 
}

 @media screen and (max-width: 1200px) {
    #left_menu a{font-family: 'arial';}
    #plan #partners_bg #partners table{height:auto!important;}
    #header_top {
        background-color: #262c38;
    }
#search input[type="submit"] {
    width: 110px !important;
}
body.no-scroll{overflow: hidden;}
    /*  header */
    header{
        height:auto;
        background:none;
    }
    #logo_title{
            padding-bottom: 0;
            font-size: 16px;
    }
    #header_top #logo {
        width: 500px;
        margin-top: 13px;
    }
    #header_menu{
       position: absolute;
top: 0;
width: 320px;
display: none!important;
overflow-x: hidden;
overflow-y: auto;
text-align: left;
right: -320px;
background-color: #262C38;
height: 100vh;
z-index: 101;
-webkit-transition: all 1s ease-in-out;
     -moz-transition: all 1s ease-in-out;
     -o-transition: all 1s ease-in-out;
     transition: all 1s ease-in-out;
    }
    #header_menu.active{right:0;display:block!important;}
    #header_menu ul{margin: 20px 10px 15px 20px;}
     #header_menu ul ul{
/*       display:block!important; */
    margin: 0px 0 0 20px;
    position: relative;
    }
    #header_menu>ul>li>a{color: #FFAE21!important;}
    #header_menu ul ul a{padding: 2px 0 !important;}
    #header_menu ul li{
        float:none;
        width:100%;
        margin-bottom: 5px;
    }
    #header_menu ul li a{
        color: white;
text-decoration: none;
height: auto;
    }
    #header_lang{
        right: 90px;
        top:27px;
        display:block!important;
    }
    #header_search{
        right:148px;
        margin-top: 25px;
        display:block!important;
    }
    #MobileMenu{
        color: #FFF;
display: block !important;
    top: 14px!important;
    cursor: pointer;
    right: 42px!important;
height: 30px;
position: absolute;
z-index: 9999;
width: 30px;
    font-size: 42px!important;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
        display:block!important;
        cursor: pointer;
    }
    /*  home-slider */
    #header_main{}
    #header_main #header_right {
        width: 100%;
        float: none;
        height: 520px;
        position: relative;
        background-image: url("../images/1920-797.jpg");
        background-size: cover;
    }
    #header_main #header_right #search{
    transform: translate(-50% , -50%);
     -moz-transform: translate(-50% , -50%);
     -ms-transform: translate(-50% , -50%);
     -webkit-transform: translate(-50% , -50%);
     -o-transform: translate(-50% , -50%);
     position: absolute;
     top:50%;
     left:50%;
     margin:0;
     height: 130px;
     width: 595px!important;
    padding-top: 31px;
    }
    #search input[type="submit"] {
    height: 55px;
    margin-right: 14px;
}
#front_page_search_form>div{
    top:72px;
    font-family: "arial";
}
#e_library {left: 200px;}
    #search .title{margin-bottom:16px;}
    #search input[type="text"]{height:30px;}
    #header_main  #header_left {
    width: 100%;
    display:block!important;
    background-color: rgba(38, 44, 56, 1);
    position: relative;
    top: 0;
    color: #FFF;
    float: none;
    padding: 0 0 20px;
    bottom: 0px;
    min-width: 210px;
    text-align: center;
}
#header_main  #header_left .menu li a{padding-left:10px;}
 #header_main  #header_left  #left_menu{
    margin:0;
    padding-top: 66px;
    font-size: 18px;
}
#header_left  #left_menu ul{
    margin: 0 auto 38px;
    display: inline-block;
}
#header_left  #left_menu ul li {margin-bottom: 23px;}
 #header_main  #header_left #l_k {
    width: 232px;
    margin: 0 auto 40px;
}
#l_k input[type="submit"]{
margin-top: 10px !important;
height: 45px;
text-transform: none !important;
font-size: 18px!important;
font-weight: 300!important;
}
 #header_main  #header_left #l_k form p{margin-bottom: 22px;}
#l_k form label {
    font-size: 14px;
    font-weight: 300;
}
 #header_main  #header_left #l_k form p input{
    height: 23px;
    width:100%;
}
#header_main  #header_left #announce {
    border: 1px solid #FFAE21;
    width: 250px;
    margin: 20px auto 0;
    font-family: 'arial';
    padding: 13px 57px;
    padding-top: 13px;
    padding-right: 50px;
    padding-bottom: 13px;
    padding-left: 50px;
    line-height: 23px;
    font-size: 20px;
}
#header_main  #header_left #announce h3{
    margin-top: 20px;
    margin-left: 20px;
    font-size: 22px;
    font-weight: 300;
    font-family: 'arial';
}
#header_main  #header_left #announce h5{
        font-family: 'arial';
        font-weight: 300;
}
h1,h2,h3,h4,h5,h5{font-weight: 300;}
    #logo_title {
    border: 0;
    font-family: 'arial';
    padding-top: 5px;
}
/*  news */
#news{
    height: auto;
    display: table;
    padding-bottom: 21px;
}
#news #mobile_slider{display:none!important;}
#news #new_book{display:none!important;}
#news #news_right{
   width: 100%;
    float: none;
    display: table-header-group;
    margin: 0px;
}
#news #news_right .moduletable{padding:16px 50px;}
#news #news_right .moduletable .category-module{margin-top: 35px;}
#news #news_right .moduletable .category-module li:last-child .news_item{margin-bottom:0;}
#news #news_right #arch_news{
padding: 20px 50px;
display: block !important;
font-weight: 300;
font-family: "Arial";
width: auto;
font-size: 14 !important;
}
span.mod-articles-category-date {
    width: 82px;
    height: 60px !important;
    font-size: 28px;
    padding: 12px 0 0px;
    line-height: 22px;
}
span.mod-articles-category-date  span{
    font-size: 18px;
}
.news_item_left {width: 11%!important;}
.news_item_right {
    width: 89%!important;
    padding:0;
}
.news_read_more {
    width: 151px;
    padding: 5px 0;
    display: inline-block;
}
.news_title {margin-bottom: 20px;}
.news_text {
    font-size: 16px!important;
    margin-bottom: 42px;
}
.news_item {margin-bottom: 75px;}
.moduletable a {
/*    font-size: 18px!important;*/
    font-weight: 300;
}
/*  main_slider */
#main_slider{
    height: auto;
    width: 100%;
}
#main_slider #news_world{
   width: 100%;
    float: none;
    display: table-footer-group;
    margin: 0px;
    position: relative;
}
#main_slider #news_world .news_world_item{
       width: 425px;
        margin: 162px auto 120px;
}
#main_slider #news_world .news_world_item h3{
    font-size: 32px;
    padding-bottom: 13px;
    border-bottom: 2px solid #3b3b3a!important;
    font-weight: 700;
    margin-bottom: 113px;
}
.ic_rounded.iccalendar .icnav{    margin-bottom: 16px!important;}
.ic_rounded.iccalendar .icnav>div{font-size: 27px;}
.ic_rounded.iccalendar table th {
    font-size: 26px;
    padding: 0px 0 14px !important;
}
.ic_rounded.iccalendar table td div {
    padding-bottom: 29px!important;
    font-size: 26px;
}
.ic_rounded.iccalendar table td div.style_Today {
    font-size: 26px;
    padding-top: 15px!important;
    padding-bottom: 17px!important;
    margin-top: -27px!important;
}
#main_slider #big_slider{
    width: 100%;
    float: none;
    left:0;
    margin: 0px;
    display: table-header-group;
}
/*  plan */
#plan{
    height: auto;
    width: 100%;
    display:block!important;
}
#plan #partners_bg{
   width: 100%;
    float: none;
    margin: 0px;
    position: relative;
} 
#plan #partners_bg #partners{width:100%!important;}
#plan #partners_bg #partners_button{
    left:50%;
     transform: translateX(-50%);
     -moz-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     -webkit-transform: translateX(-50%);
     -o-transform: translateX(-50%);
}
#plan #partners_bg #partners img{
    width:200px;
    height:auto;
}
#plan #plan_left{
   width: 100%;
float: none;
left: 0px;
margin: 0px;
display: block;
height: auto;
padding: 0;
}
#plan #plan_left #day_history{padding:30px 50px;}
#plan #plan_left #day_history .custom{
    width: 400px;
    margin: 0px auto;
}
/*  location */
#location{height: 350px;}
#location #building_img{}
#location #building_img + div iframe{height: 350px;}
#lines{display:none;}
/*  footer */
footer{
    height:685px;
    background-color: #262C38;
    overflow: hidden;
}
footer #lidbrary_plan{display:block!important;    left: 64px;}
footer #lidbrary_plan_title{
    display: block;
    margin-bottom: 17px;
}
footer  #number_floor{
    display: block;
    font-size: 14px;
    margin-bottom: 23px;
}
footer #footer_left {
    position: absolute;
    left: 0;
    top: 75px;
    width: 100%;
    /*height: 100%;*/
}
footer #footer_logo {
    position: absolute;
    top: 46px;
    left: 332px;
    width: 450px;
}
footer #footer_logo img{width:88px;}
footer #footer_blog {
    margin-bottom: 25px;
    left: 50%;
     transform: translateX(-50%);
     -moz-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     -webkit-transform: translateX(-50%);
     -o-transform: translateX(-50%);
    position: absolute;
    top: 278px;
bottom: auto;
}
#footer_logo_title {
    font-family: 'arial';
    font-size: 17px;
    left: 119px;
}
#footer_addr {
       top: 125px!important;
    font-size: 17px;
    font-weight: 300;
    width: auto;
    text-align: left;
}
#main-site-version{
    margin-bottom: 25px;
    left: 50%;




    transform: translateX(-50%);
     -moz-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     -webkit-transform: translateX(-50%);
     -o-transform: translateX(-50%);
     display:block;
     cursor: pointer;
    position: absolute;
    top: 459px;
    color: #FFAE21;
    text-transform: uppercase;
    border: 1px solid #7ea9d6;
    padding: 12px 21px;
    font-weight: 300;
    bottom: auto;
    font-size: 16px;
}
#on_line{
right: 40px;
transform: none;
position: absolute;
top: 275px;
bottom: auto;
color: black;
width: 230px;
}
footer #copyright{
     left: 50%;
     transform: translateX(-50%);
     -moz-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     -webkit-transform: translateX(-50%);
     -o-transform: translateX(-50%);
    position: absolute;
    top:auto;
    bottom:112px;
}
footer #footer_right{
    position: absolute;
    left: 0;
    top: 75px;
    width: 100%;
    /*height: 100%;*/
}
footer #guest_book {
    position: absolute;
    top: 279px;
    right: auto;
    left: 66px;
    width: 224px;
    display: block!important;
    height: 20px;
}
footer #guest_book a{
    font-family: 'arial';
    font-size: 16px;
    font-weight: 300;
    padding: 12px 7px;
}
footer  #footer_menu{display:none;}
.new_book_title,
 .news_world_item h3,
  #day_history h3 {
    text-transform: uppercase;
    font-size: 24px;
    border-bottom: 0!important;
    margin-bottom: 28px;
}
#plan #partners_bg #partners table td{padding:20px 20px;}
}

 /* 1280 */
 @media screen and (max-width: 1200px) {
#main:after {clear: both;content: "";display: block;}
#main{
    padding-bottom:30px;
}
.mainleft_btn {
visibility: visible;
	text-align:right;
	color: #ffffff;
	padding:0 0 0 192px;
}

#main_left {
	
  position: absolute; /* Расположите их относительно окна браузера*/
  left: -210px; /* Расположите их за пределами экрана */
  transition: 0.3s; /* Добавить переход при наведении курсора */
margin-top:7px;
  width: 50px; /* Установите определенную ширину */
  text-decoration: none; /* Удалить подчеркивание */

  color: white; /* Белый цвет текста */
  border-radius: 0 5px 5px 0; /* Закругленные углы на верхней правой и нижней правой стороне */
 z-index: 1000;
}

 #main_left:hover {
 /* background:#53ea93;*/
   
   left: 0px;
}

/*#main #main_left,*/
#main #main_center,
#main #main_centerallr,
#main #main_right{
    position: relative;
    width:100%;
    top:0;
	left:0;
	float:none;
	margin:0;
	padding:0;
}
/*
#main #main_left{

	border-top:1px solid #fff;
}
#main #main_left #left_menu{
    margin: 0 auto;
    text-align: center;
    padding-top: 66px;
    font-size: 18px;
        
}
#main #main_left #left_menu .menu{
    margin: 0 auto 38px;
    display: inline-block;
}
#main #main_left #left_menu .menu li{
        margin-bottom: 23px;
}
#main #main_left #left_menu .menu li a{
        padding-left: 25px;
        text-align: left; 
        display: block;
}

*/




#main #main_left #l_k {
    width: 232px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 40px;
}
#main #main_left #l_k  form p {
    margin-bottom: 22px;
}
#main #main_left #l_k form label {
    font-size: 14px;
    font-weight: 300;
}
#main #main_left #l_k form p input {
    height: 23px;
    background: #fff!important;
    width: 100%;
    border: 0;
}





#main #main_center{
	padding:0;
}
#main #main_center>div{
    padding:50px 40px;
}
#main #main_centerallr>div{
    padding:50px 40px;
}



#main #main_right{
    margin-bottom: 15px;
    padding-bottom: 40px;
    color: #fff;
    background-color: rgba(38 ,44 ,56 ,1);
    padding-top: 30px;
}
#main #main_right a{
    color:#fff;
}
#right_menu>div, #right_module1>div, #right_module2>div {
    border: 1px solid #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 120px;
    text-align: center!important;
    margin: 10px auto 25px;
    text-align: left;
    line-height: 15px;
}

#right_menu table, #right_module1 table, #right_module2 table{
    width: 300px;
    margin: 0 auto;
}
#right_menu table td, #right_module1 table td, #right_module2 table td{padding:5px 0;}


#right_menu>div p,
 #right_module1>div p,
  #right_module2>div p{
    margin:0 0 10px;
  }
#right_module1 ul{
    margin-bottom:25px;
}
#right_module1 li {
    margin-bottom: 10px;
    font-family: 'Nina-Regular';
}
#right_module1 li a{
    font-family: 'Nina-Regular'!important;
    font-size: 20px !important;
}
#right_menu ul.menu li a{
    font-size: 18px !important;
	font-family: 'Arial';
	text-transform: uppercase;
}
table.main {
    width: 90%!important;
    margin: 0 auto 30px;
}
table.main fieldset{
    border:0;
}
table.main input,table.main select{height:30px;border:1px solid #d1d1d1;}
table.main select{height:34px;}
table.main input[type="text"]{border:1px solid #d1d1d1;}
h3.ui-accordion-header{padding-top:10px!important;padding-bottom:10px!important;}
table.main input + a.ui-button {height:36px!important;}

table.main input[type="checkbox"],
table.main input[type="radio"]{height:auto;border:0;}
}


 /* 1000 */
 @media screen and (max-width: 1000px) {
    .news_item_right {width: 83%!important;}
    #plan #partners_bg #partners table{width:auto!important;margin:0 auto;}
    #plan #partners_bg #partners table td{padding:20px 20px;}
    #partners_bg {height: 594px;}
    #plan #partners_bg #partners table td:empty{display:none;}
    #plan #partners_bg #partners table img{width:150px;}
 }
  /* 830 */
 @media screen and (max-width: 830px) {
    .news_item_right {width: 83%!important;}
    #plan #partners_bg #partners table{width:auto!important;margin:0 auto;}
    #plan #partners_bg #partners table td{padding:20px 20px;}
    #plan #partners_bg #partners table img{width:150px;}
footer #footer_blog {top: 380px;}
footer #footer_logo {width: 400px;}
#partners_button a{font-size: 12px!important;}
#footer_addr {top: 170px!important;}
#partners_bg {height: 496px;}
 }
   /* 720 */
 @media screen and (max-width: 720px) {
#header_main #header_right #search {width: 440px!important;}
#header_search{display:none!important;}
#header_lang{display:none!important;}
#logo_title {font-size: 18px;}
#header_main #header_right #search{
    padding-left:20px;
    padding-right:20px;
    text-align: center;
    height: 185px;
}
#search input[type="text"]{
    width:96%;
    padding-left:2%;
    padding-right:2%;
    margin-bottom:10px;
}
#search input[type="submit"] {float: left!important;}
#front_page_search_form>div {
    left: auto;
    right: 0;
    font-family: "arial";
    font-weight: 300;
    font-size: 14px;
}
#front_page_search_form>div#e_library {top:98px;}
#front_page_search_form>div#a_search{
      transform: translateX(-50%);
     -moz-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     -webkit-transform: translateX(-50%);
     -o-transform: translateX(-50%);
     left:50%;
     right:auto;
     top:135px;
    letter-spacing: 1px;
}
#front_page_search_form>div#a_search a{font-weight: 300;font-family: "arial";}
#header_main #header_left #left_menu {padding-top: 25px;}
#header_main #header_left .menu li a {
    font-family: 'Arial';
    font-weight: 300;
}
#header_main #header_left {padding: 0 0 30px;}
.moduletable a {font-weight: 700;}
#news {padding-bottom: 0;}
#main_slider #news_world .news_world_item {
    width: 240px;
    margin: 88px auto 94px;
}
#main_slider #news_world .news_world_item h3 {
    font-size: 18px;
    padding-bottom: 5px;
    font-weight: 700;
    margin-bottom: 60px;
}
.ic_rounded.iccalendar .icnav>div {font-size: 15px;}
.ic_rounded.iccalendar .icnav {margin-bottom: 4px!important;}
.ic_rounded.iccalendar table th {
    font-size: 16px;
    padding: 0px 0 1px !important;
}
.ic_rounded.iccalendar table td div {
    padding-bottom: 5px!important;
    font-size: 16px;
}
.ic_rounded.iccalendar table td div.style_Today {
    font-size: 16px;
    padding-top: 6px!important;
    padding-bottom: 5px!important;
    margin-top: -5px!important;
}
#day_history h3 {
    font-size: 18px;
    padding-bottom: 5px;
    border-bottom: 0!important;
    font-weight: 700;
    margin-bottom: 20px;
}
#plan #partners_bg #partners table img {width: 100px;}
#location #building_img{display:none;}
footer #lidbrary_plan{
    background-color:#fff;
    top:0;
    left:0;
    color: #262C38;
    width:100%;
    padding:25px 0;
 }
 footer #lidbrary_plan .custom{
    margin:0 auto;
    width: 230px;
 }
 footer #footer_logo {
    position: absolute;
    top: 262px;
    width: 100%;
    left: 35px;
}
#footer_addr {
    top: 375px!important;
    left: 45px;
    font-weight: 300;
    font-size: 15px;
    font-family: "arial";
}
footer #guest_book {
    position: absolute;
    top: 484px;
    left: 45px;
    height: 20px;
}
footer #footer_blog {
    top: 366px;
    right: 12px;
    left: auto;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
}
#on_line {
    right: 45px;
    top: 483px;
}
#main-site-version {top: 572px;}
footer {height: 752px;}

TABLE.show_ex {
    font-size: 12px!important;
}
TABLE.show_ex tr{display: table-row!important;}
TABLE.show_ex td{display: table-cell!important;width: auto!important;}

}
   /* 660 */
 @media screen and (max-width: 660px) {
.news_item_right {width: 78%!important;}
#partners_button a {font-size: 10px!important;}


#req_description_cell INPUT.request_field {width: 100%!important;}
#show_results  table.record .number_cell{text-align: left!important;padding-top:0!important;}
#show_results  table.record .number_cell .number{
    text-align: left!important;
    display: inline-block!important;
    font-size: 20px!important;
}
#show_results  table.record .number_cell .checkbox{
    display: inline-block!important;
}
#show_results table.record .vote-hover{margin-bottom:10px!important;}
#show_results table.record .c_get{
    float: none;
    margin: 10px 0;
}
#show_results table.record tr{display:block;}
#show_results table.record tr td{display:block;width:100%;}
#show_results table.record tr td .add_buttons button{
    width:100%;
    margin-bottom:5px;
        border: 1px solid #aaaaaa!important;
            background-color: #eee!important;
            padding: 5px 0!important;
}

#show_results table.record .ui-tabs-nav>li{
    width: 100%;
    background-color: #eee!important;
    padding-top: 12px!important;
    border-top: 1px solid #aaaaaa!important;
    padding-bottom: 12px!important;
}
#show_results table.record .ui-tabs-nav>li:first-child{border-top:0!important;}
#show_results table.record .ui-tabs-panel{text-align: left!important;}
#show_results table.record dd{font-size: 14px!important;}
#show_results table.record img.cover_img{margin-bottom:10px!important;}

TABLE.show_ex {
    font-size: 10px!important;
}
#form_div .grnti_cover_div{width:auto!important;}
#form_div .grnti_cover_div #grnti_tree{
    width: 240px!important;
    margin: 0 auto!important;
}



 }
    /* 560 */
 @media screen and (max-width: 560px) {
.news_item_right {width: 74%!important;}
#partners_button a {font-size: 10px!important;    width: 300px;text-align: center;}
#guest_book a,
#on_line,
#main-site-version{
   font-size: 12px!important;
    line-height: 20px!important;
    text-align: center;
    padding: 10px 0!important;
    width: 160px!important;
 }
 #main-site-version{width:190px!important;}
 #header_top {z-index: 999999;}
  #logo_title {
    padding-bottom: 8px;
    font-size: 16px;
}

table.main #print_div tr {
    display: block!important;
}
table.main #print_div td {
    display: block!important;
    width: 100%!important;
    text-align: center;
    padding: 5px 0;
}
table.main #print_div label{width:80%;display:inline-block;text-align:left;}
table.main #print_div input[type="radio"]{width:10%!important;display:inline-block;}
}
    /* 530 */
 @media screen and (max-width: 530px) {
    body{max-width:100%;}
   
#header_main #header_right {height: 560px;}
#search .title {margin-bottom: 23px;}
#header_main #header_right #search {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    padding-bottom: 5px;
    height: 218px;
}
#search input[type="text"] {margin-bottom: 14px;}
#search input[type="submit"] {
    width: 96px !important;
    height:50px!important;
}
#front_page_search_form>div#a_search {
    font-size: 15px;
    top: 156px;
    letter-spacing: -0.5px;
}
#front_page_search_form>div#a_search a{
        font-family: "arial";
        font-weight: 300;
        text-decoration: none;
 }
 #header_left #left_menu ul li {margin-bottom: 24px;}
#header_main #header_left #announce {
    width: 216px;
    padding-right: 28px;
    padding-left: 28px;
    line-height: 21px;
    padding-top:1px;
    padding-bottom: 7px;
}
#header_main #header_left #announce h3{
    margin-top: 20px;
    margin-left: 0;
    font-size: 17px;
    font-weight: 300;
    font-family: 'arial';
}
#announce .newsflash {margin: 15px 9px;}
#news #news_right .moduletable {padding: 37px 15px;}
#news #news_right .moduletable .category-module {margin-top: 28px;}
.news_item_right {width: 78%!important;}
footer #footer_logo {left: 12px;}
footer #footer_logo img {width: 67px;}
#footer_logo_title {
    font-size: 17px;
    left: 96px;
    line-height: 24px;
    top: 3px;
}
#footer_addr {
    top: 353px!important;
    left: 22px;
    font-size: 13px;
}
footer #guest_book {
    top: 473px;
    left: 19px;
    height: 20px;
}
#guest_book a,
 #on_line,
  #main-site-version {
    font-size: 14px!important;
    line-height: 20px!important;
    text-align: center;
    padding: 6px 0!important;
    width: 160px!important;
}
#on_line {
    right: 35px;
    padding: 8px 0!important;
    top: 470px;
}
#main-site-version {
    top: 559px;
    width: 205px!important;
}
#plan #plan_left #day_history .custom {width: 100%;}

#right_menu>div, #right_module1>div, #right_module2>div{
    padding-left:5%;
    padding-right:5%;
    width:80%;
}
#main #main_center>div {
    padding: 20px 25px;
}
    #img_logo img{
    width: 60px;
    margin-top: 6px;
}
#header_top #logo {
  width: 250px;
margin: 15px;
}
#logo_title {
       font-size: 12px;
    padding-bottom: 3px;
    width: auto;
    padding-top: 7px;
	line-height: 16px;
}

table.main table.model tr{display:block!important;}
table.main table.model td{
        display: block!important;
    width: 100%!important;
    text-align: left;
    padding: 2px 0;
}
table.main table.model td.explication{
    text-align: left;
    font-family: "arial";
}
table.main table.model td input,
table.main table.model td select{ width: 100%!important;}
table.main table.model td input.custom-combobox-input{ width:calc(100% - 40px)!important;float:left;}
table.main input + a.ui-button{right: 3px;}
table.main td.buttons input{height:40px;margin-bottom:15px;    padding: 5px 20px 5px;}

table.main #print_form div.float_field{width:100%;}
table.main #print_form div.float_field select{margin:5px 0;}
table.main legend{
    display:block;
    margin:10px 0 10px;
}
table.main table.model td input#year2,
table.main table.model td input#year1{width:38%!important;}

table.main table.model td input[type="checkbox"]{
    width:auto!important;
}

}
    /* 480 */
 @media screen and (max-width: 480px) {

#MobileMenu {right: 27px!important;}
#header_main #header_right {height: 360px;}
#header_main #header_right #search {
    transform: translate(-50% , 0)!important;
    -moz-transform: translate(-50% , 0)!important;
    -ms-transform: translate(-50% , 0)!important;
    -webkit-transform: translate(-50% , 0)!important;
    -o-transform: translate(-50% , 0)!important;
    top:20px!important;
    width:90%!important;
 }
#front_page_search_form>div {font-size: 12px;}
#front_page_search_form>div#a_search {width: 100%;}
#header_main #header_right #search {height: 282px;}
#header_left #left_menu ul {margin: 0 auto;}
.news_item_left {
    width: 100%!important;
    margin-bottom: 15px;
    text-align: center;
}
span.mod-articles-category-date {margin: 0 auto;}
.news_item_right {width: 100%!important;}
.news_read_more {
    width: 151px;
    margin: 0 auto;
    display: block;
}
.news_item {margin-bottom: 65px;}
#news #news_right #arch_news{
    text-align: center;
    display: block;
    width: 100%;
    padding: 20px 0;
}
#plan #plan_left #day_history {padding: 30px 15px;}
#plan #partners_bg #partners table td{padding:20px 10px;}
#plan #partners_bg #partners table img {width: 75px;}
#partners_bg {height: 470px;}
#footer_logo_title {
    font-size: 12px;
    left: 96px;
    line-height: 15px;
    top: 8px;
    width: 224px;
}
#footer_addr {
    top: 340px!important;
    left: 20px;
    width: 163px;
    font-size: 13px;
}
footer #footer_blog {
    top: 325px;
    left: auto;
    width: 110px;
    right: 20px;
}
footer #guest_book {
    top: 440px;
        left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
        width: 280px;
}
footer #guest_book a{
    padding: 6px 0!important;
    width: 280px!important;
}
#on_line {
    padding: 8px 0!important;
   top: 495px;
    width: 280px!important;
        left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);

}
#main-site-version {
    top:552px;
    width: 280px!important;
}
footer #copyright {
    bottom: 93px;
    width: 100%;
    text-align: center;
}
footer {height: 1020px;}
}

.search_button {
	width: 19px; /* Ширина кнопки */
    height: 19px; /* Высота кнопки */
    border: none; /* Убираем рамку */
    background: url('../images/find.png') no-repeat 50% 50%; /* Параметры фона */
	margin-left:-20px;
	z-index:10000;
	position:relative;
	display: none;
	cursor: pointer;
   }
  
#mod-search-searchword {
	border: none; /* Убираем рамку */
    outline: none; /* Убираем свечение в Chrome и Safari */
    -webkit-appearance: none; /* Убираем рамку в Chrome и Safari */
    width: 150px; /* Ширина поля */
    vertical-align: middle; /* Выравнивание по середине */
	height: 25px;
   }

INPUT#mod-search-searchword.inputbox {
    font-size: 12px!important;
    color: #000;
	padding-left: 5px;
}

#searchForm {
    font-size: 14px;
    line-height: 2.5;
}

.search-results {
    font-size: 14px;
}
.result-title a {
    color: #D88A01;
    text-decoration: none;
}
#archive-items li {
	line-height:1.5;
	padding-bottom: 30px;
}
#archive-items a {
	font-size: 18px;
	color: #D88A01!important;
	text-decoration: none;
}
.article-info-term {
    font-size: 12px;
}
.hits {
    font-size: 12px;
}
.published {
    font-size: 12px;
}
.item-page a {
    text-decoration: none;
/*	color: #D88A01!important;*/
	color: #D88A01;
	font-size: 14px;
}
.pagenav-next {
    position: relative;
    float: right;
    top: 10px;
    right: 200px;
}
.pagenav-prev {
    position: relative;
    top: 10px;
    left: 200px;
    float: left;
}
.item-page p {
    font-size: 14px;
	text-align: justify;
}
div.item-page h2 a{
	font-family: 'Nina-Regular';
	color: #292f3a!important;
	font-size: 30px;
	margin-bottom: 35px;
}

.ui-dialog .ui-dialog-content {
    text-align: justify;
    font-size: 14px !important;
	line-height: 25px;
}

#upload_form {
    width: 100%!important;
}
.mini-section {
	width: 30px;
}


#main_right ul {
	text-align:left;
	padding-left: 15px;
}

#right_menu {
	border: 1px solid #ffcb6f;
}

@media screen and (max-width: 1285px) {
	#right_menu {
	border: none;
	}
}

#left_menu li.current>a{color:#FFAE21;text-decoration: none;}
#right_module4 div.blog-featured div.items-row {text-align:left; margin: 7px 7px 15px 7px;}

#right_module4 > ul > li > a {text-decoration: none; font-family: 'Nina-Regular'; color: #262c38; font-size: 16px;}
#right_module4 > ul > li {padding: 0px 0px 15px 0px;}


#left_menu > ul > li > ul{
   margin: 10px 5px 10px 30px;
}

#left_menu > ul > li > ul > li > ul{
   margin: 10px 5px 10px 30px;
}

#right_module4 > div:nth-child(2) > ul > li > a {color: #262c38;}
#right_module4 > div > div > p > a {color: #262c38;}
#right_module4 > div > div > a {color: #262c38;}
#right_module4 > div > div > div > div > span > a {color: #262c38; font-size: 14px;}

#right_module4 .menu .orange {color: #ffae21;}

#right_module4 .blog-featured .readmore {
padding:3px 0 5px 0;
display:block;   
}


#right_module4 > div > div {font-size: 14px; text-decoration: none; font-family: 'Nina-Regular';}



.plan-etaz {
    background-color: #ffae21;
    width: 80px;
    padding: 5px 10px 5px 10px;
    border: none;
    font-family: 'arial';
    font-size: 14px;
    color: #535151;
    font-weight: bold;
    text-transform: uppercase;  
    display: inline-block; 
    margin: 10px;
    text-align: center;
}

.plan-etaz a {
       color: #535151;
}

.bzagleftnoline {
   font-family: 'Nina-Regular';
   text-align: left;
   color:#000000;
   margin: 0 0 24px 0;
   padding: 0 0 6px 10px;
   /*padding: 0 0 3px 5px;*/
   border-left: 10px solid #FFAE21;
   /*border-bottom: 0px solid #FFAE21;
   border-radius: 0 0 0 5px;*/
}
.bzagleftnolines {
   font-family: 'Nina-Regular';
   text-align: left;
   color:#000000;
   margin: 0 0 24px 0;
   padding: 0 0 6px 10px;
   /*padding: 0 0 3px 5px;*/
   border-left: 10px solid #292f3a;
   /*border-bottom: 0px solid #FFAE21;
   border-radius: 0 0 0 5px;*/
}


.bzagleftnolines1 {
   font-family: 'Nina-Regular';
   text-align: left;
   color:#000000;
   margin: 0 0 24px 0;
   padding: 0 0 6px 10px;
   /*padding: 0 0 3px 5px;*/
   border-left: 10px solid #e2e2e2;
   /*border-bottom: 0px solid #FFAE21;
   border-radius: 0 0 0 5px;*/
}


.bzagleft {
   font-family: 'Nina-Regular';
   text-align: left;
   letter-spacing: 1px;
   color:#000000;
   margin: 0 0 24px 0;
   padding: 0 0 6px 10px;
   /*padding: 0 0 3px 5px;*/
   border-left: 10px solid #FFAE21;
   border-bottom: 1px solid #FFAE21;
   border-radius: 0 0 0 5px;
}

.bzagleft-ni {
   font-family: 'Nina-Regular';
   text-align: left;
   font-size: 12px;

   color:#000000;
   margin: -20px 0 24px 40px;
   padding: 0 0 6px 10px;
   /*padding: 0 0 3px 5px;
   border-left: 10px solid #FFAE21;
   border-bottom: 1px solid #FFAE21;
   border-radius: 0 0 0 5px;*/
}

.bzagleft1 {
   font-family: 'Nina-Regular';
   text-align: left;
   color:#000000;
   margin: 0 0 24px 0;
   padding: 0 0 6px 10px;
   /*padding: 0 0 3px 5px;*/
   border-left: 10px solid #292f3a;
   border-bottom: 1px solid #292f3a;
   border-radius: 0 0 0 5px;
}

.bzagleft2 {
   font-family: 'Nina-Regular';
   text-align: left;
   color:#000000;
   margin: 0 0 24px 0;
   padding: 0 0 6px 10px;
   /*padding: 0 0 3px 5px;*/
   border-left: 10px solid #e2e2e2;
   border-bottom: 1px solid #e2e2e2;
   border-radius: 0 0 0 5px;
}


.bzagright {
   font-family: 'Nina-Regular';
   text-align: right;
   color:#000000;
   margin: 0 0 24px 0;
   padding: 0 10px 6px 0;
   /*padding: 0 5px 3px 0;*/
   border-right: 10px solid #FFAE21;
   border-bottom: 1px solid #FFAE21;
   border-radius: 0 0 5px 0;
}

.blockzag {
   color:#FFAE21;
   font-family: 'Nina-Regular';
   width: auto;
   max-width: 350px;
   /*padding-left: 5%;
   padding-right: 5%;*/
   padding-top: 15px;
   padding-bottom: 15px;
   padding-left: 50px;
   padding-right: 50px;
   margin: 0 auto;
   background-color: #292f3a;
   border-bottom: 4px solid #54a7eb;
   -moz-border-radius: 8px 8px 0 0;
   -webkit-border-radius: 8px 8px 0 0;
   border-radius: 8px 8px 0 0;
   -moz-box-shadow: 0 0 15px rgba(0,0,0,0.45);
   -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.45);
   box-shadow: 0 0 15px rgba(0,0,0,0.45);
}

.blockpodzagsudak {
   font-family: 'Nina-Regular';
   /*padding: 5%;*/
   width: auto;
   max-width: 400px;
   padding-top: 25px;
   padding-bottom: 25px;
   padding-left: 25px;
   padding-right: 25px;
   margin: 0 auto;
   background: url(/images/Banners/sudak.jpg) no-repeat #f8f8f8;
   border: 1px solid #dcded9;
   -moz-border-radius: 0 0 8px 8px;
   -webkit-border-radius: 0 0 8px 8px;
   border-radius: 0 0 8px 8px;
   -moz-box-shadow: 0 0 15px rgba(0,0,0,0.15);
   -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.15);
   box-shadow: 0 0 15px rgba(0,0,0,0.15);
}

.blockpodzaglibcom {
   font-family: 'Nina-Regular';
   /*padding: 5%;*/
   width: auto;
   max-width: 400px;
   padding-top: 25px;
   padding-bottom: 25px;
   padding-left: 25px;
   padding-right: 25px;
   margin: 0 auto;
   background: url(/images/Banners/suzdal.jpg) no-repeat #f8f8f8;
   border: 1px solid #dcded9;
   -moz-border-radius: 0 0 8px 8px;
   -webkit-border-radius: 0 0 8px 8px;
   border-radius: 0 0 8px 8px;
   -moz-box-shadow: 0 0 15px rgba(0,0,0,0.15);
   -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.15);
   box-shadow: 0 0 15px rgba(0,0,0,0.15);
}

.blockpodzag_more {
   font-family: 'Nina-Regular';
   max-width: 70px;
    border-color: #aaa;
    background-color: #eee;
    color: #000;
    padding: 1px 5px 3px 5px;
   border-radius: 4px 4px 4px 4px;
}


.blockzagchit {
   color:#FFAE21;
   font-family: 'Nina-Regular';
   width: auto;
   width: 150px;
   /*padding-left: 5%;
   padding-right: 5%;*/
   padding-top: 15px;
   padding-bottom: 15px;
   padding-left: 50px;
   padding-right: 50px;
   margin: 0 auto;
   background-color: #ffffff;
   border-bottom: 4px solid #54a7eb;
   -moz-border-radius: 8px 8px 0 0;
   -webkit-border-radius: 8px 8px 0 0;
   border-radius: 8px 8px 0 0;
   -moz-box-shadow: 0 0 15px rgba(0,0,0,0.45);
   -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.45);
   box-shadow: 0 0 15px rgba(0,0,0,0.45);
}
.blockzagchitmore {
   font-family: 'Nina-Regular';
   /*padding: 5%;*/
   width: auto;
   width: 200px;
   height: 180px;
   padding-top: 25px;
   padding-bottom: 25px;
   padding-left: 25px;
   padding-right: 25px;
   margin: 0 auto;
   background: #f8f8f8;
   border: 1px solid #dcded9;
   -moz-border-radius: 0 0 8px 8px;
   -webkit-border-radius: 0 0 8px 8px;
   border-radius: 0 0 8px 8px;
   -moz-box-shadow: 0 0 15px rgba(0,0,0,0.15);
   -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.15);
   box-shadow: 0 0 15px rgba(0,0,0,0.15);
}

.blockwhitebutton {
   font-family: 'Nina-Regular';
   padding: 10px;
   background: #f8f8f8;
   border: 1px solid #dcded9;
   -moz-border-radius: 8px 8px 8px 8px;
   -webkit-border-radius: 8px 8px 8px 8px;
   border-radius: 8px 8px 8px 8px;
   -moz-box-shadow: 0 0 15px rgba(0,0,0,0.15);
   -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.15);
   box-shadow: 0 0 15px rgba(0,0,0,0.15);
}

.chitbutton {
   font-family: 'Nina-Regular';
   margin: 10px;
   padding: 10px;
   background: #ffae21;
   border-radius: 8px;
   text-align: center;  
}

.chitbutton a {
   color: #292f3a;
}
p.chitbutton a:hover{
   color: #292f3a;
}
.chitbutton-grey {
   font-family: 'Nina-Regular';
   margin: 10px;
   padding: 10px;
   background: #cccccc;
   border-radius: 8px;
   text-align: center;  
   font-size: 14px;
 font-weight: bold;
 color:#262c38;
}

.chitbutton-grey a{
   color: #292f3a;
   font-family: 'Nina-Regular';
   text-decoration: underline;
       font-weight: bold;
       font-size: 14px;
}



.chitbutton-grey-left {
/*   font-family: 'Nina-Regular';*/
   font-family: 'Arial';
   font-size: 14px;
   margin: 10px;
   padding: 10px;
   background: #cccccc;
   border-radius: 8px;
   text-align: left;  
}

.chitbutton-grey-left a{
   color: #292f3a;
}

.chitbutton-green-bright {
   font-family: 'Nina-Regular';
   margin: 10px;
   padding: 10px;
   background: #a8c26b;
   border-radius: 8px;
   text-align: center;  
   font-size: 14px;
 font-weight: bold;
 color:#262c38;
}

.chitbutton-green-bright a{
   color: #292f3a;
   font-family: 'Nina-Regular';
   text-decoration: underline;
       font-weight: bold;
       font-size: 14px;
}

.chitbutton-red {
   font-family: 'Nina-Regular';
   margin: 10px;
   padding: 10px;
   background: #ff5257;
   border-radius: 8px;
   text-align: center;  
   font-size: 14px;
 font-weight: bold;
 color:#262c38;
}

.chitbutton-red a{
   color: #ffffff;
   font-family: 'Nina-Regular';
   text-decoration: underline;
       font-weight: bold;
       font-size: 14px;
       letter-spacing: 2px;
}


.chitemvist {
   margin: 10px 0 0 10px;
   padding: 10px;
   background: #f8f8f8;
   border-radius: 8px 8px 8px 8px;
   border: 1px solid #dcded9;
}



.ui.table {
  /*  width: 100%; */
    background: #FFFFFF;
    margin: 1em 0em;
  /*  border: 1px solid rgba(34, 36, 38, 0.15);*/
    box-shadow: none;
 /*   border-radius: 0.28571429rem;*/
    text-align: left;
    color: rgba(0, 0, 0, 0.87);
    border-collapse: separate;
    border-spacing: 1px;
 /*   font-size: 1em;*/
}

.ui.table td {
  /*  width: 100%; */
    background: #FFFFFF;
    border: 1px solid rgba(34, 36, 38, 0.15);
    box-shadow: none;
    text-align: left;
    color: rgba(0, 0, 0, 0.87);
    border-collapse: separate;
    padding: 5px 5px 5px 5px;
/*    font-size: 1em;*/
}
.ui.table th {
/*    width: 100%; */
    background: #F3F4F5;
    border: 1px solid rgba(34, 36, 38, 0.15);
    box-shadow: none;
    text-align: left;
    color: rgba(0, 0, 0, 0.87);
    border-collapse: separate;
    padding: 5px 5px 5px 5px;
    /*font-size: 1em;*/
}

/*.blog .items-leading h2 { font-size: 12px; }*/
.blog h2 {
   font-family: 'Nina-Regular';
   color: #292f3a;
   font-size: 30px;
   margin-bottom: 35px;
}

.blog .items-leading h2, .blog .item h2 {
   font-family: 'Nina-Regular';
   color: #FFAE21;
   background-color: #292f3a;
   font-size: 16px;
   margin-bottom: 5px;
   margin-top: 40px;
   padding: 3px 0px 3px 10px;
   border-radius: 8px 8px 0 0;
/*   box-shadow: 0 0 15px rgba(0,0,0,0.45);*/
}

.blog .items-leading p, .blog .item p {
   font-size: 14px;
   text-align: justify;
}

.blog .items-leading a, .blog .item a, .blog .category-desc a {
   color: #D88A01;
}


.blog .items-leading .readmore a, .blog .item .readmore a {
   color: #D88A01;
    border-color: #aaa;
    background-color: #fff;
    padding: 1px 5px 3px 5px;
    border-radius: 4px 4px 4px 4px;
        border: 1px solid #eee;
           box-shadow: 0 0 5px rgba(0,0,0,0.45);
}
.blog .items-leading .readmore, .blog .item .readmore {
   font-family: 'Nina-Regular';
    margin: 4px 4px 4px 14px;
   /* float: right;*/
/*    text-align: right;*/

}

/*.blog .items-leading .leading-1  bis 2 {
   border: 1px solid #eee;
}*/
.blog .items-leading > * {
 /*  border: 1px solid #eee;*/
   /* margin: 44px 0px 44px 0px;*/
    padding: 30px 0px 30px 0px;
width:98%;
content: "";
    clear: both;
display: table;
}


.blog .print-icon {
   float :right;
    margin: 0px 0px 34px 14px;
}


.zaghead {
font-family: 'Nina-Regular';
    color: #FFAE21;
    background-color: #292f3a;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 40px;
    padding: 3px 0px 3px 10px;
    border-radius: 8px 8px 0 0;
/*    box-shadow: 0 0 15px rgba(0,0,0,0.45);   */
}

#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 0;
    margin: 0 10px 0 0;
    border-radius: 4px;
    background-color: #FF9800;
    color: #ffffff;
    text-align: center;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #333;
    color: #ffffff;
}

.policeconf {
   text-align:right;
   margin:0 25px 0 20px;
}

.policeconf a{
    color: #fff;
    text-decoration: none;
}

.policeconf a:hover{
    color: #ffae21;
   
}

