* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: Arial;
    font-size: 12px;
    color: #575757;
    background: #072e70;
    x-background: #f9f9f9;
}

#body_fix {
    position: relative;
    width: 1120px;
    margin: 0 auto;
    background: #f9f9f9;
}
.wrap {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

#sitecontent {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

#admin_edit_link {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 64px;
    height: 100%;
    background: #333;
}
#admin_edit_link .edit_structure {
    display: block;
    width: 64px;
    height: 64px;
    background: url("../img/edit-structure.png") top left no-repeat;
    margin: 10px 0px;
}
#admin_edit_link .edit_content {
    display: block;
    width: 64px;
    height: 64px;
    background: url("../img/edit-icon.png") top left no-repeat;
    margin: 10px 0px;
}
#admin_edit_link .drop_structure {
    display: block;
    width: 64px;
    height: 64px;
    background: url("../img/delete_structure.png") top left no-repeat;
    margin: 10px 0px;
}

.clear {
    clear: both;
}

.sr-only {
	display: none;
}
.daterangepicker {
    display: none;
}

.error {
    padding: 10px 20px;
    background: #ffebe6;
    border: 1px solid #9e3232;
    color: #9e3232;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 20px 0;
}

.warning {
    padding: 10px 20px;
    background: #edecd2;
    border: 1px solid #a88e32;
    color: #a88e32;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 20px 0;
}

.no_error {
    padding: 10px 20px;
    background: #dceddc;
    border: 1px solid #398c51;
    color: #398c51;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 20px 0;
}

.red_field {
    border: 1px  solid #ca0500 !important;
    background: #ffd1d5 !important;
}

.red_label {
    color: #ca0500 !important;
}
#ctrlcopy {
	color: transparent;
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

/*******************/

#header {
    position: relative;
    height: 228px;
    
    background: url("../img/header_bg.jpg") top center no-repeat;
}
#header .some_other_link {
    position: relative;
    height: 37px;
    color:#fff;
    z-index: 5;
}
#header .some_other_link a {
    display: inline-block;
    margin: 0px 5px;
    padding: 10px 10px;

    font-family: Arial;
    font-size: 13px;
    color:#fff;
    text-transform: lowercase;
}
#header .some_other_link a.run_active {
    background: #ee0808;
}
#header .some_other_link a:first-child {
    margin-left: 0px;
}
#header .logo {
    position: absolute;
    top: 20px;
    left: -30px;
}
#header .header_date {
    position: absolute;
    top: 7px;
    right: 0px;
    width: 150px;

    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color:#fff;
    text-align: right;
}

#header .language {
    position: absolute;
    top: 10px;
    right: 0px;
    width: 185px;

    z-index: 99;
    text-align: right;
}
#header .language a {
    display: inline-block;
    font-family: Arial;
    font-size: 11px;
    color:#b1ddff;
    text-decoration: none;
    margin: 0px 3px;
    padding: 3px 5px;
}
#header .language a.active_lang {
    color:#fff;
    background: #1552b8;
    background: -webkit-linear-gradient(top,#1552b8,#3877de);
    background: -moz-linear-gradient(top,#1552b8,#3877de);
    background: -o-linear-gradient(top,#1552b8,#3877de);
    background: -ms-linear-gradient(top, #1552b8, #3877de);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#1552b8,endColorstr=#3877de,GradientType=0); zoom: 1;
    background: linear-gradient(top, #1552b8, #3877de);

    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    border-radius-left-bottom: 3px; border-radius-left-top: 3px; border-radius-right-bottom: 3px; border-radius-right-top: 3px;
}
#header .full_site_name {
    position: absolute;
    top: 83px;
    left: 133px;
}
#header .full_site_name .siteNameTop {
    display: block;
    font-family: Arial;
    font-weight: bold;
    font-size: 21px;
    line-height: 18px;
    color:#fff;
    text-transform: uppercase;

    padding-bottom: 5px;
    border-bottom: 1px solid #90b3d2;
}
#header .full_site_name .siteNameBottom {
    display: block;
    font-family: Arial;
    font-size: 16px;
    color:#fff;
    line-height: 18px;
    padding-top: 5px;
}
#header .main_nav {
    position: absolute;
    left: 0px;
    top: 188px;
    width: 100%;
    height: 39px;

    background: #1451b7;
    background: -webkit-linear-gradient(top,#3776de,#1451b7);
    background: -moz-linear-gradient(top,#3776de,#1451b7);
    background: -o-linear-gradient(top,#3776de,#1451b7);
    background: -ms-linear-gradient(top, #3776de, #1451b7);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#3776de,endColorstr=#1451b7,GradientType=0); zoom: 1;
    background: linear-gradient(top, #3776de, #1451b7);

    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    border-radius-left-bottom: 3px;
    border-radius-left-top: 3px;
    border-radius-right-bottom: 3px;
    border-radius-right-top: 3px;
}
#header .main_nav ul {
    margin: 0px;
    padding: 0px;
    font-size: 0px;
}
#header .main_nav ul li {
    display: inline-block;
    margin-right: 5px;
}
#header .main_nav ul li a {
    display: block;
    padding: 0px 10px;

    font-family: Arial;
    font-size: 12px;
    color:#fff;
    line-height: 39px;
    text-transform: uppercase;
    text-decoration: none;
}
#header .main_nav ul li a.active_a {
    background: #3776de;
    background: -webkit-linear-gradient(top,#1451b7,#3776de);
    background: -moz-linear-gradient(top,#1451b7,#3776de);
    background: -o-linear-gradient(top,#1451b7,#3776de);
    background: -ms-linear-gradient(top, #1451b7, #3776de);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#1451b7,endColorstr=#3776de,GradientType=0); zoom: 1;
    background: linear-gradient(top, #1451b7, #3776de);

    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    border-radius-left-bottom: 3px;
    border-radius-left-top: 3px;
    border-radius-right-bottom: 3px;
    border-radius-right-top: 3px;
}

/***************************/

#header #social_links {
	position: absolute;
	top: 35px;
	right: -34px;
	width: 32px;
}

	#header #social_links a {
		display: block;
		width: 32px;
		height: 32px;
		margin-bottom: 4px;
		border-radius: 50%;
		-o-border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
	}

	#header #social_links a#gplus {
		background: url(../img/gplus.png) no-repeat center;
	}

	#header #social_links a#facebook {
		background: url(../img/facebook.png) no-repeat center;
	}

	#header #social_links a#vk {
		background: url(../img/vkontakte.png) no-repeat center;
	}

	#header #social_links a#twitter {
		background: url(../img/twitter.png) no-repeat center;
	}

	#header #social_links a#youtube {
		background: url(../img/youtube.png) no-repeat center;
	}

	#header #social_links a#rss {
		background: url(../img/rss_ico.png) no-repeat center;
	}

	#header #social_links a#telegram {
		background: url(../img/telegram_ico.png) no-repeat center;
	}

/***************************/

#left {
    position: relative;
    float: left;
    width: 242px;
    margin-right: 25px;
}
#left .banners_top {
    position: relative;
    width: 240px;   
    padding: 5px 0px;
    background: #fdf7f7;
    border: 1px solid #e1c5c5;
    text-align: center;

    margin-bottom: 20px;
}
#left .banners_top h2 {
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    color:#be4d4d;
    margin: 3px 0px;
}
#left .banners_top h3 {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    color:#c25151;
    margin: 3px 0px;
}
#left .banners_top p {
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color:#575757;
    padding: 0px 5px;
}

#left .left_menu {
    position: relative;
    margin-bottom: 20px;
}
#left .left_menu ul.left_ul {
    margin: 0px;
    padding: 0px;
}
#left .left_menu ul.left_ul li {
    position: relative;
    list-style: none;
}
#left .left_menu ul.left_ul li a {
    display: block;
    padding: 7px 12px;

    font-family: Arial;
    color:#fff;
    text-decoration: none;
}
#left .left_menu ul.left_ul li.one_li {
    margin-bottom: 10px;
}
#left .left_menu ul.left_ul li.one_li a {
    font-size: 15px;
    background: #1552b7;
    background: -webkit-linear-gradient(top,#3675dc,#1552b7);
    background: -moz-linear-gradient(top,#3675dc,#1552b7);
    background: -o-linear-gradient(top,#3675dc,#1552b7);
    background: -ms-linear-gradient(top, #3675dc, #1552b7);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#3675dc,endColorstr=#1552b7,GradientType=0); zoom: 1;
    background: linear-gradient(top, #3675dc, #1552b7);

    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    border-radius-left-bottom: 3px; border-radius-left-top: 3px; border-radius-right-bottom: 3px; border-radius-right-top: 3px;
}
#left .left_menu ul.left_ul li.one_li a.active_a {
    text-decoration: underline;
}
#left .left_menu ul.left_ul li.one_li ul.sub_ul {
    display: none;
}

#left .left_menu ul.left_ul li.one_li ul.sub_ul li.sub_li {
    margin-top: 2px;
}
#left .left_menu ul.left_ul li.one_li ul.sub_ul li.sub_li a {
    font-size: 11px;
    background: #3b70c7;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    border-radius-left-bottom: 3px; border-radius-left-top: 3px; border-radius-right-bottom: 3px; border-radius-right-top: 3px;
}
#left .left_menu ul.left_ul li.one_li ul.sub_ul li.sub_li a.a_sub {
    text-decoration: underline;
}

#left .left_menu ul.left_ul li.one_li ul.sub_ul li.sub_li:hover .sub3_ul {
    display: block;
}
#left .left_menu ul.left_ul li.one_li ul.sub_ul li.sub_li .sub3_ul {
    display: none;
    position: absolute;
    top: 0px;
    left: 243px;
    width: 242px;

    background: #1163a8;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    border-radius-left-bottom: 3px; border-radius-left-top: 3px; border-radius-right-bottom: 3px; border-radius-right-top: 3px;

    z-index: 6666;
}
#left .left_menu ul.left_ul li.one_li ul.sub_ul li.sub_li .sub3_ul li a {
    font-size: 11px;
}
#left .left_menu ul.left_ul li.one_li ul.sub_ul li.sub_li .sub3_ul li a.a_sub3 {
    text-decoration: underline;
}
#left .left_menu ul.left_ul li.one_li ul.sub_ul li.sub_li .third_li:hover .sub4_ul {
    display: block;
}
#left .left_menu ul.left_ul li.one_li ul.sub_ul li.sub_li .sub3_ul .sub4_ul {
    display: none;
    position: absolute;
    top: 0px;
    left: 243px;
    width: 242px;
    background: #1163a8;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    border-radius-left-bottom: 3px; border-radius-left-top: 3px; border-radius-right-bottom: 3px; border-radius-right-top: 3px;

    z-index: 6666;
}
#left .left_menu li span.fixtriangle {
    position: absolute;
    top: 0px;
    right: 0px;

    width: 20px;
    height: 30px;

    background: url("../img/fix_triangle_bg.png") 50% 50% no-repeat;    
    cursor: move;
}
#left .left_menu li span.fixtriangle_close {
    background: url("../img/fix_triangle_close_bg.png") 50% 50% no-repeat;         
} 

#left .left_menu ul li span.triangle {
    position: absolute;
    top: 8px;
    right: 0px;

    width: 0;
    height: 0;
    border-left: 5px solid #fff;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
}
#left .banner_bg {
    position: relative;
    background: #f7fafd;
    padding: 2px;
    border: 1px solid #c5d4e1;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    border-radius-left-bottom: 3px; border-radius-left-top: 3px; border-radius-right-bottom: 3px; border-radius-right-top: 3px;

    margin-bottom: 15px;
}
#left .banner_title_bg {
    background: #1653b8;
    background: -webkit-linear-gradient(top,#3776dd,#1653b8);
    background: -moz-linear-gradient(top,#3776dd,#1653b8);
    background: -o-linear-gradient(top,#3776dd,#1653b8);
    background: -ms-linear-gradient(top, #3776dd, #1653b8);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#3776dd,endColorstr=#1653b8,GradientType=0); zoom: 1;
    background: linear-gradient(top, #3776dd, #1653b8);

    padding: 5px 10px;
    margin-bottom: 2px;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;

    font-family: Arial;
    font-size: 15px;
    color:#fff;
    text-align: center;
}

#newsSlider {
    position: relative;
    float: left;
    width: 733px;
    height: 235px;
    margin-bottom: 10px;
}
/*SLIDER*/
#main_slider{
    position:relative;
    height:235px;
    width: 733px;
    margin:0px;
    padding: 0px;
    overflow: hidden;
}
#main_slider ul{
    width: 733px;
    height: 235px;
    margin:0px;
    text-align:left;
    font-size: 0;
    overflow: hidden;
}
#main_slider ul li {
    position: relative;
    font-size: 12px;
    width: 733px;
    height: 235px;
    padding: 0px;
    margin:0px;
    text-align: left;
    overflow: hidden;

    background: #3b70c7;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    border-radius-left-bottom: 3px; border-radius-left-top: 3px; border-radius-right-bottom: 3px; border-radius-right-top: 3px;
}
#main_slider ul li div.slide_content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 440px;
    height: 180px;
    padding: 25px;
}
#main_slider ul li div.slide_content img {
    display: block;
    float: left;
    margin: 0px 15px 0px 0px;

    padding: 3px;
    background: #e8eef3;
    border: 1px solid #9eacb6;
}
#main_slider ul li div.slide_content a.slide_title {
    display: block;
    font-size: 18px;
    color:#fff;
    text-decoration: none;

    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #A7B7E6;

    overflow: hidden;
    zoom: 1;
}
#main_slider ul li .slide_content .slide_descr{ color:#fff; font-size: 13px; line-height: 17px;}
#main_slider_content { position:relative; width: 733px; overflow: hidden;}
#main_slider_content .prev{
    display: none;
}
#main_slider_content .next{
    display: none;
}
#main_slider_content .btgo {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 245px;
    height: 235px;
    margin: 0px;
    padding: 0px;
    z-index: 666;
}
#main_slider_content .btgo a {
    position: relative;
    display: block;
    width: 225px;
    height: 57px;
    padding: 10px 10px;
    background: #3b70c7;
    border-top: 1px solid #4c80bc;
    border-bottom: 1px solid #336aaa;
    border-left: 1px solid #336aaa;

    font-family: Arial;
    font-size: 13px;
    text-decoration: underline;
    color:#fff;
    line-height: 17px;

}
#main_slider_content .btgo a:first-child {
    border-top: none;
    -webkit-border-radius: 0px 3px 0px 0px; -moz-border-radius: 0px 3px 0px 0px; border-radius: 0px 3px 0px 0px;
    border-radius-left-bottom: 0px; border-radius-left-top: 0px; border-radius-right-bottom: 0px; border-radius-right-top: 3px;
}
#main_slider_content .btgo a:last-child {
    border-bottom: none;
    -webkit-border-radius: 0px 0px 3px 0px; -moz-border-radius: 0px 0px 3px 0px; border-radius: 0px 0px 3px 0px;
    border-radius-left-bottom: 0px; border-radius-left-top: 0px; border-radius-right-bottom: 3px; border-radius-right-top: 0px;
}
#main_slider_content .btgo a:hover {
    background: #1150bb;
}
#main_slider_content .btgo .goActive {
    background: #1150bb;
}
#main_slider_content .btgo .goActive:before {
    content: "";
    position: absolute;
    top: 28px;
    left: -10px;
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #1150bb;
    border-bottom: 10px solid transparent;
}

#center {
    position: relative;
    float: left;
    width: 548px;
}
/* Blocks */
#center .last_inblock_one, #center .last_inblock_two {
    position: relative;
    margin-bottom: 10px;
}
#center .last_inblock_one .title_inlast, #center .last_inblock_two .title_inlast {
    padding: 10px 10px 10px 18px;

    background: #1451b7;
    background: -webkit-linear-gradient(top,#3876de,#1451b7);
    background: -moz-linear-gradient(top,#3876de,#1451b7);
    background: -o-linear-gradient(top,#3876de,#1451b7);
    background: -ms-linear-gradient(top, #3876de, #1451b7);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#3876de,endColorstr=#1451b7,GradientType=0); zoom: 1;
    background: linear-gradient(top, #3876de, #1451b7);

    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    border-radius-left-bottom: 3px; border-radius-left-top: 3px; border-radius-right-bottom: 3px; border-radius-right-top: 3px;

    font-family: Arial;
    font-size: 16px;
    color:#fff;
}

#center .last_inblock_one .one_last_content, #center .last_inblock_two .two_last_content {
    padding: 10px;
    background: #e5efff;

    -webkit-border-radius: 0px 0px 3px 3px; -moz-border-radius: 0px 0px 3px 3px; border-radius: 0px 0px 3px 3px;
    border-radius-left-bottom: 3px; border-radius-left-top: 0px; border-radius-right-bottom: 3px; border-radius-right-top: 0px;
}
#center .last_inblock_one .one_last_content p, #center .last_inblock_two .two_last_content p {
    margin-bottom: 10px;
}
#center .last_inblock_one .one_last_content a, #center .last_inblock_two .two_last_content a{
    position: relative;
    display: block;
    padding: 0px 0px 0px 20px;
    margin-bottom: 5px;

    font-family: Arial;
    font-size: 12px;
    color:#467093;
    line-height: 14px;
    text-decoration: underline;
}
#center .last_inblock_one .one_last_content a:before , #center .last_inblock_two .two_last_content a:before {
    content: url("../img/last_block_ico.png");
    position: absolute;
    top: -2px;
    left: 0px;
    width: 14px;
    height: 16px;
}
#center .last_inblock_one .one_last_content span , #center .last_inblock_two .two_last_content span {
    font-family: Arial;
    font-size: 12px;
    color:#575757;
    line-height: 14px;
}
/* h1-h4*/
#center h1 {
    padding: 10px 60px 10px 18px;
    background: #1451b7;
    background: -webkit-linear-gradient(top,#3876de,#1451b7);
    background: -moz-linear-gradient(top,#3876de,#1451b7);
    background: -o-linear-gradient(top,#3876de,#1451b7);
    background: -ms-linear-gradient(top, #3876de, #1451b7);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#3876de,endColorstr=#1451b7,GradientType=0); zoom: 1;
    background: linear-gradient(top, #3876de, #1451b7);
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    border-radius-left-bottom: 3px; border-radius-left-top: 3px; border-radius-right-bottom: 3px; border-radius-right-top: 3px;
    font-family: Arial;
    font-size: 16px;
    color:#fff;
	position: relative;
}

	#center h1 .print_page {
		position: absolute;
		text-indent: -9999px;
		top: 14px;
		right: 10px;
		width: 16px;
		height: 16px;
		background: url(../img/print.png) no-repeat;
	}
	
#center h2 {
    font-family: Arial;
    font-size: 14px;
    color:#467093;
    margin-bottom: 10px;
}
#center h3 {
    font-family: Arial;
    font-size: 12px;
    color:#467093;
    margin-bottom: 10px;
}
#center h4 {
    font-family: Arial;
    font-size: 10px;
    color:#467093;
    margin-bottom: 10px;
}

/* Text Styles */
#center .page_border {
    border: 1px solid #bac1c6;
    border-top: none;
    background: #ffffff;
    background: -webkit-linear-gradient(top,#f9f9f9,#ffffff);
    background: -moz-linear-gradient(top,#f9f9f9,#ffffff);
    background: -o-linear-gradient(top,#f9f9f9,#ffffff);
    background: -ms-linear-gradient(top, #f9f9f9, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#f9f9f9,endColorstr=#ffffff,GradientType=0); zoom: 1;
    background: linear-gradient(top, #f9f9f9, #ffffff);
 
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    border-radius-left-bottom: 3px; border-radius-left-top: 3px; border-radius-right-bottom: 3px; border-radius-right-top: 3px;
}
#center .one_content, #center .news_all_content {
    padding: 18px;
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    color:#575757;
    text-align: left;
}
#center .one_content p {
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    color:#575757;
    text-align: left;

    margin-bottom: 15px;
}
.page_content p {
	margin-bottom: 10px;
}
#center a {
    color:#00509b;
}
	#center a .file_data {
		background: #00509B;
		color:#fff;
		padding: 2px 3px;
		border-radius: 2px;
		-o-border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		margin-left: 4px;
		font-size: 12px;
		text-decoration: none;
	}
#center .one_content img[style*="float: left"] {
    margin: 5px 10px 5px 0;
}
#center .one_content img[style*="float: right"] {
    margin: 5px 0 5px 10px;
}
#center .one_content ul {
    padding: 0px;
    margin: 5px 0px 5px 25px;
}
#center .one_content ul li{
    list-style-type: square;
    line-height: 17px;
    padding: 0px 0px 0px 0px;
}
#center .one_content ul li ul{
    padding: 0px;
    margin: 0px 35px;
}
#center .one_content ul li ul li{
    line-height: 17px;
    padding: 0px 0px 0px 0px;
}

#center table:not(.table) {
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    margin-bottom: 15px;
    border-collapse: collapse;
}
#center table:not(.table) td{
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    padding-left: 2px;
}
#center table:not(.table) td:first-child {
    padding: 0;
}

#center table[border*="0"]:not(.table) {
    border: none;
    margin-bottom: 15px;
    border-collapse:collapse;    
}
#center table[border*="0"]:not(.table) td{
    border: none;
    padding-left: 2px;
}
#center table[border*="0"]:not(.table) td:first-child {
    padding: 0;
}
#center .doc2_table {
}
	#center .doc2_table tr {
		background-color: transparent;
		transition: background-color 0.8s ease-out;
	}
	#center .doc2_table tr.green {
		background-color: #d9fdd9;
	}
	#center .doc2_table td {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
		vertical-align: top;
	}

/* News */
#center .news_all_content .one_news {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d6dbdd;
}
#center .news_all_content .one_news .content_img {
    float: left;
    margin: 0px 10px 15px 0px;
}
#center .news_all_content .one_news .content_img img {
    display: block;
    padding: 5px;
    background: #e8eef3;
    border: 1px solid #9eacb6;
}
#center .news_all_content .one_news .content {
    font-family: Arial;
    font-size: 12px;
    color:#575757;
    line-height: 18px;
}
#center .news_all_content .one_news .content a.news_title {
    display: block;
    font-size: 14px;
    color:#467093;
    text-decoration: underline;
    margin-bottom: 5px;
}
#center .news_all_content .one_news .news_detail {
    background: #f7fafd;
    border: 1px solid #c5d4e1;
    margin-top: 5px;
	position: relative;
    -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
    border-radius-left-bottom: 2px; border-radius-left-top: 2px; border-radius-right-bottom: 2px;  border-radius-right-top: 2px;
}
.content p {
	text-align: justify;
}
#center .news_all_content .one_news .news_detail .read_more {
    display: block;
    float: right;
    padding: 5px 10px;
    background: #1653b8;
    background: -webkit-linear-gradient(top,#3776dd,#1653b8);
    background: -moz-linear-gradient(top,#3776dd,#1653b8);
    background: -o-linear-gradient(top,#3776dd,#1653b8);
    background: -ms-linear-gradient(top, #3776dd, #1653b8);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#3776dd,endColorstr=#1653b8,GradientType=0); zoom: 1;
    background: linear-gradient(top, #3776dd, #1653b8);

    -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
    border-radius-left-bottom: 2px; border-radius-left-top: 2px; border-radius-right-bottom: 2px; border-radius-right-top: 2px;

    font-family: Arial;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    text-decoration: none;
}
#center .news_all_content .one_news .news_detail .up_date {
    display: block;
    float: right;
    padding: 5px 10px;

    font-family: Arial;
    font-size: 11px;
    color: #869eb2;
    line-height: 18px;
}
#center .news_all_content .one_news .news_detail .count_view {
    position: absolute;
	left: 0;
	top: 0;
    padding: 5px 10px;

    font-family: Arial;
    font-size: 11px;
    color: #869eb2;
    line-height: 18px;
}

#center .button {
    display: block;
    float: right;

    padding: 5px 10px;
    background: #3174ab;
    background: -webkit-linear-gradient(top,#5e98c5,#3174ab);
    background: -moz-linear-gradient(top,#5e98c5,#3174ab);
    background: -o-linear-gradient(top,#5e98c5,#3174ab);
    background: -ms-linear-gradient(top, #5e98c5, #3174ab);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#5e98c5,endColorstr=#3174ab,GradientType=0); zoom: 1;
    background: linear-gradient(top, #5e98c5, #3174ab);

    -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
    border-radius-left-bottom: 2px; border-radius-left-top: 2px; border-radius-right-bottom: 2px; border-radius-right-top: 2px;

    font-family: Arial;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    text-decoration: none;
}

/* Форма обратной связи */
#center .content_feedback {
    background: #fff;
    border: 1px solid #ededed;
    border-bottom: 2px double #bfc0c2;
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
    border-radius-left-bottom: 5px; border-radius-left-top: 5px; border-radius-right-bottom: 5px;  border-radius-right-top: 5px;

    margin: 15px 0px;
    padding: 20px;
}
#center .content_feedback .one_content {
    padding: 0px;
}

#center .content_feedback .fn {
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color:#06490f;
    margin-bottom: 10px;
}
#center .content_feedback .adr {
    font-family: Arial;
    font-size: 15px;
    color:#3e312c;
    line-height: 17px;
    margin-bottom: 10px;
}
#center .content_feedback a {
    font-family: Arial;
    font-size: 15px;
    color:#06490f;
    text-decoration: none;
}

#center .content_form p {
    margin-bottom: 15px;
}
#feedBackForm, #GuestForm {
    text-align: right;
}

#feedBackForm label, #GuestForm label {
    vertical-align: top;
    color:#3e312c;
    font-family: Arial;
    font-size: 12px;
    margin: 0px 5px 0px 0px;
}
#feedBackForm label.for_input, #GuestForm label.for_input {
    vertical-align: middle;
}

#feedBackForm .input_small , #GuestForm .input_small {
    width: 206px;
    height: 23px;
    padding: 0px 10px;
    margin: 0px 0px 15px 0px;
    border: 1px solid #a1a7bc;
}
#feedBackForm #message, #GuestForm #message {
    width: 390px;
    height: 95px;
    resize: none;
    margin: 0px 0px 15px 0px;
    padding: 10px 5px 5px 10px;
    border: 1px solid #a1a7bc;
}
#feedBackForm .else_field, #GuestForm .else_field {
    overflow: hidden;
    zoom: 1;
    padding-right: 20px;
}
#feedBackForm .div_captcha {
    position: relative;
    text-align: left;
    padding-left: 15px;
}
#feedBackForm .div_captcha #captcha {
    position: absolute;
    top: 20px;
    left: 240px;
    width: 61px;
    height: 23px;
    padding: 0px 10px;
    border: 1px solid #a1a7bc;
}

#feedBackForm #submit {
    float: right;
    width: 155px;
    height: 40px;

    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color:#fff;

    background: #00418b;
    background: -webkit-linear-gradient(top,#00adf7,#00418b);
    background: -moz-linear-gradient(top,#00adf7,#00418b);
    background: -o-linear-gradient(top,#00adf7,#00418b);
    background: -ms-linear-gradient(top, #00adf7, #00418b);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#00adf7,endColorstr=#00418b,GradientType=0); zoom: 1;
    background: linear-gradient(top, #00adf7, #00418b);

    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
    border-radius-left-bottom: 5px; border-radius-left-top: 5px; border-radius-right-bottom: 5px; border-radius-right-top: 5px;

    margin-right: 5px;
    cursor: pointer;
}
#GuestForm #submit {
    float: right;
    width: 155px;
    height: 40px;

    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color:#fff;

    background: #00418b;
    background: -webkit-linear-gradient(top,#00adf7,#00418b);
    background: -moz-linear-gradient(top,#00adf7,#00418b);
    background: -o-linear-gradient(top,#00adf7,#00418b);
    background: -ms-linear-gradient(top, #00adf7, #00418b);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#00adf7,endColorstr=#00418b,GradientType=0); zoom: 1;
    background: linear-gradient(top, #00adf7, #00418b);

    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
    border-radius-left-bottom: 5px; border-radius-left-top: 5px; border-radius-right-bottom: 5px; border-radius-right-top: 5px;

    margin-right: 5px;
    cursor: pointer;
}

/* Deputy */
#center .deputy {
    position: relative;
    margin-bottom: 5px;
}
#center .deputy span {
    display: block;
    font-size: 11px;
	text-align: justify;
}
#center .deputy a {
    font-weight: bold;
}

#center select {
    border: 1px solid #4c8cbf;
    margin-bottom: 10px;
}

/* GuestBook */
#center .faq {
    font-weight: bold;
    margin-bottom: 5px;
}
#center .faq .user_data {
    color:#4c8cbf;
}
#center .faq .user_data .date {
    color:#575757;
    font-size: 11px;
}
#center .faq_answer {
    border-bottom: 1px solid #575757;
    margin-bottom: 10px;
    padding-bottom: 10px;

    font-style: italic;
}
#center .faq_answer .deputy_name {
    display: block;
    font-style: normal;
    color:#575757;
    margin-bottom: 5px;
    text-decoration: underline;
}

/* Gallery */
#center .gallery_content {
    position: relative;
}
#center .gallery_content .photo_album {
    margin: 10px 0px;
}
#center .gallery_content .photo_album .album_title_block {
    position: relative;
    background: #dfe7ed;
    border-bottom:  1px solid #467093;
    margin-bottom: 5px;
    padding-right: 70px;
}
#center .gallery_content .photo_album .album_title_block a.album_title {
    display: block;
    padding: 10px;
    color: #467093;
    text-decoration: none;
}
#center .gallery_content .photo_album .album_title_block .album_count {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 65px;
    height: 100%;

    background: #3174ab;
}
#center .gallery_content .photo_album .album_title_block .album_count a {
    display: block;
    padding: 5px 10px;
    font-size: 11px;
    color:#fff;
}
#center .gallery_content a.image {
    text-decoration: none;
}
#center .all_album_photo {
    margin: 10px 0px;
}
#center .all_album_photo   a.image {
    text-decoration: none;
}
#center .return_to_gallary {
    background: #467093;
    color:#fff;
    padding: 0px 5px;
    margin: 0px 2px;
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
}

#center .gallery_content .gallery_pagelist {
    background: #467093;
    color:#fff;
    padding: 0px 5px;
    margin: 0px 2px;
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
}

#right {
    position: relative;
    float: left;
    width: 160px;
    margin-left: 25px;
}
#right .right_ul {
    margin: 0px 0px 15px 0px;
    padding: 0px;
}
#right .right_ul li {
    position: relative;
    list-style: none;
    margin-bottom: 2px;
}
#right .right_ul li.li_with_sub:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 3px;

    width: 0;
    height: 0;
    border-left: 3px solid #fff;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid transparent;
}

#right .right_ul li a {
    display: block;
    background: #3b70c7;
    padding: 10px 10px 10px 15px;

    font-family: Arial;
    font-size: 13px;
    color:#fefefe;
    text-decoration: none;
}
#right .right_ul li a.active_a {
    text-decoration: underline;
}
#right .right_ul li ul {
    display: none;
    background: #e5efff;
}
#right .right_ul li ul li {
    border-bottom: 1px solid #3b70c7;
}
#right .right_ul li ul li:last-child {
    border: none;
}
#right .right_ul li ul li a {
    background: none;
    color:#467093;
    padding: 5px 10px 5px 15px;    
}
#right .right_ul li ul li a.a_sub {
    text-decoration: underline;
}
#right .right_ul .new_sub {
	top: 0;
    width: 160px;
}
#right .right_banners {
    position: relative;
    background: #f7fafd;
    padding: 2px;
    border: 1px solid #c5d4e1;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    border-radius-left-bottom: 3px; border-radius-left-top: 3px; border-radius-right-bottom: 3px; border-radius-right-top: 3px;

    margin-bottom: 15px;
}
#right .right_banners .right_banners_title {
    font-family: Arial;
    font-size: 15px;
    color:#467093;
    text-align: center;
    padding: 5px 5px;
}

#right .right_ul .sub_li_with_ul {
	position: relative;
}

	#right .right_ul .sub_li_with_ul ul {
		position: absolute;
		right: 162px;
		top: 0;
		z-index: 200;
	}

/* Search */
#right .search_fon {
    position: relative;
    border: 4px solid #4c8cbf;
    margin-bottom: 10px;
}
#right .search_fon .search_line {
    width: 125px;
    height: 27px;
    padding: 0px 20px 0px 5px;
    border: 1px solid #3679af;
    background: #fff;
}
#right .search_fon .search_button {
    position: absolute;
    top: 7px;
    right: 5px;
    width: 16px;
    height: 15px;

    background: url("../img/search_ico.png") no-repeat;
    cursor: pointer;
}

.search_block {
    position: relative;
    float: left;
    width: 733px;
    margin-bottom: 5px;
}
.gsib_a {
	padding-bottom: 4px !important;
}
	.search_block .search_form_google {
		float: left;
		width: 590px;
	}
	.search_block .ext_search_button {
		float: right;
		width: 132px;
		text-align: right;
		padding-top: 11px;
		padding-bottom: 15px;
		background: #fff;
		padding-right: 10px;
	}
		.search_block .ext_search_button a {
			display: block;
			height: 33px;
			line-height: 33px;
			text-align: center;
			color: #fff;
			text-decoration: none;
			background: #1653b8;
			background: -webkit-linear-gradient(top,#3776dd,#1653b8);
			background: -moz-linear-gradient(top,#3776dd,#1653b8);
			background: -o-linear-gradient(top,#3776dd,#1653b8);
			background: -ms-linear-gradient(top, #3776dd, #1653b8);
			filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#3776dd,endColorstr=#1653b8,GradientType=0);
			zoom: 1;
			background: linear-gradient(top, #3776dd, #1653b8);
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			border-radius: 2px;
			border-radius-left-bottom: 2px;
			border-radius-left-top: 2px;
			border-radius-right-bottom: 2px;
			border-radius-right-top: 2px;
			font-family: Arial;
			font-size: 12px;
		}

/* Google Translate */
#google_translate_element {
    position: absolute;
    top: 5px;
    left: 620px;

    width: 140px;
    z-index: 22;
}

#footer {
    position: relative;
    height: 65px;
    background: url("../img/footer_bg.png") no-repeat;
    padding: 0px;
    margin: 60px 0px 0px 0px;
}
#footer .footer_logo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 78px;
    height: 65px;
    background: url("../img/footer_logo.png");
}
#footer .footer_title {
    position: absolute;
    top: 20px;
    left: 85px;
    width: 250px;

    font-family: Arial;
    font-size: 18px;
    color:#fff;
}
#copyright {
    position: absolute;
    top: 46px;
    left: 85px;
    width: 200px;

    color: #f9f9f9;
    font-size: 11px;
}
#metastudio {
    position: absolute;
    top: 46px;
    right: 155px;
    width: 200px;

    color: #f9f9f9;
    font-size: 11px;
}
#metastudio a {
    text-decoration: none;
    color: #f9f9f9;
    font-size: 11px;
}

#footer .footer_right_img {
    position: absolute;
    top: -48px;
    right: 15px;
    background: url("../img/footer_right_img.png") no-repeat;
    width: 166px;
    height: 113px;
}


#breadCrumbs {
    position: relative;
    width: 1000px;
    margin: 5px 0px;
}
#breadCrumbs .breadcrumbs_text {
    display: inline;
    font-size: 13px;
    vertical-align: top;
    font-family: Arial;
    color:#00438C;
    line-height: 12px;
}
#breadCrumbs .breadcrumbs_text span {
    color:#575757;
}
#breadCrumbs .breadcrumbs_text a {
    color:#00438C;
    text-decoration: none;
}

/* Pagination */

div.wrapPaging { padding: 5px 0px 5px 0px; font-family: Arial; font-size: 14px; clear: both;}
div.wrapPaging a, div.wrapPaging span {margin: 0 3px; padding: 5px 10px; line-height: 16px; text-decoration: none; }
div.wrapPaging a {
    background: #f7fafd;

    color: #6d808d!important;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #c5d4e1;
    -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
    border-radius-left-bottom: 2px; border-radius-left-top: 2px; border-radius-right-bottom: 2px; border-radius-right-top: 2px;
}
div.wrapPaging span {
    background: #3b70c7;
    color: #fff;
}
div.wrapPaging span.ways {background: none; font-size: 14px; color: #fff; margin: 0px; padding: 0px; border: none; outline: none;}
div.wrapPaging span.ways span {
    background: #5994c2;
    color: #fff;
    border: 1px solid #5994c2;
    -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
    border-radius-left-bottom: 2px; border-radius-left-top: 2px; border-radius-right-bottom: 2px; border-radius-right-top: 2px;
}
div.wrapPaging span.ways a {font-size: 14px;}

/*
div.wrapPaging span.divider {color: #999;}
div.wrapPaging i {font-family: Times, sans-serif; margin: 0 5px 0 0;}
div.wrapPaging a:hover {color: #ff0000;}
div.wrapPaging strong {margin: 0 15px 0 0; font-size: 16px; font-weight: bold; color: #000;}
*/

.search_head {
    display: block;    
    font-family: Arial;
    font-weight: bold;
    font-size: 13px;    
}
.search_head:first-letter {
    text-transform: uppercase;
}

/*Run string*/
#sitecontent .hover_scroll_container {
    position: relative;
    width: 1000px;
    height: 24px;
    margin: 5px 0px;
    overflow: hidden;
}
#sitecontent .hover_scroll_container .hover_scroll_left {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 157px;
    height: 34px;
    background: url("../img/hover_run_string_left.png") no-repeat;
}
#sitecontent .hover_scroll_container .hover_scroll_right {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 157px;
    height: 34px;
    background: url("../img/hover_run_string_right.png") no-repeat;
}
#scroller_container {
    position: relative;
    width: 1000px;
    height: 24px;
    overflow: hidden;
    background: url("../img/run_string_bg.png") no-repeat;
}
#scroller {
    white-space: nowrap;
    line-height: 24px;
    font-size: 13px;
    font-family: Arial;
    color:#606b74;
}
#scroller .run_str{
    color: #606b74;
}

/* Deputy Page */
#deputy_page {
    position: relative;
    padding: 25px;
}
#deputy_page .deputy_photo {
    float: left;
    margin: 0px 25px 10px 0px;
}
#deputy_page .deputy_else_info {
    overflow: hidden;
    zoom: 1;
}
#deputy_page .deputy_else_info p {
    margin-bottom: 10px;

    font-family: Arial;
    font-size: 13px;
    color: #575757;
    line-height: 18px;
}
#deputy_page .deputy_else_info p span {
    display: block;
    font-weight: bold;
}
#deputy_page h1 {
    padding: 10px 10px 10px 18px;
    background: #1451b7;
    background: -webkit-linear-gradient(top,#3876de,#1451b7);
    background: -moz-linear-gradient(top,#3876de,#1451b7);
    background: -o-linear-gradient(top,#3876de,#1451b7);
    background: -ms-linear-gradient(top, #3876de, #1451b7);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#3876de,endColorstr=#1451b7,GradientType=0); zoom: 1;
    background: linear-gradient(top, #3876de, #1451b7);

    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    border-radius-left-bottom: 3px; border-radius-left-top: 3px; border-radius-right-bottom: 3px; border-radius-right-top: 3px;

    font-family: Arial;
    font-size: 16px;
    color: #fff;

    margin-bottom: 10px;
}

/* Photo Slider */
#all_photo_slider_bg {
    position: relative;
    width: 509px;
    height: 95px;
    margin: 25px 0px;
    padding: 10px 20px;
    background: #f7fafd;
    border: 1px solid #c5d4e1;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    overflow: hidden;
}
#all_photo_slider{
    position:relative;
    width: 509px;
    height: 95px;
    margin:0px;
    padding: 0px;
    overflow: hidden;
}
#all_photo_slider ul{
    width: 509px;
    height: 95px;
    margin:0px;
    text-align:left;
    font-size: 0;
    overflow: hidden;
}
#all_photo_slider ul li {
    position: relative;
    x-width: 135;
    x-height: 95px;
    width: 127px;
    height: 87px;
    padding: 0px;
    margin: 0px;
    margin-right: 10px;
    overflow: hidden;
    text-align: left;
    font-size: 12px;

    padding: 3px;
    background: #e8eef3;
    border: 1px solid #9eacb6;
}
#all_photo_slider ul li img {
    width: 127px;
    x-height: 87px;
}
#all_photo_slider_bg .pnext {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 54px;
    height: 109px;
    background: url("../img/photo_slider_next_bg.png") no-repeat;
    z-index: 99;
    cursor: pointer;
}
#all_photo_slider_bg .pprev {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 54px;
    height: 109px;
    background: url("../img/photo_slider_prev_bg.png") 0% 53% no-repeat;
    z-index: 99;
    cursor: pointer;
}

/* Link Slider */
#goslink_bg {
    position: relative;
    width: 509px;
    height: 85px;
    margin: 25px 0px;
    padding: 10px 20px;
    background: #f7fafd;
    border: 1px solid #c5d4e1;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    overflow: hidden;
}
#goslink{
    position:relative;
    width: 509px;
    height: 85px;
    margin:0px;
    padding: 0px;
    overflow: hidden;
}
#goslink ul{
    width: 509px;
    height: 85px;
    margin:0px;
    text-align:left;
    font-size: 0;
    overflow: hidden;
}
#goslink ul li {
    position: relative;
    width: 224px;
    height: 77px;
    padding: 0px;
    margin: 0px;
    margin-right: 20px;
    overflow: hidden;
    text-align: left;
    font-size: 12px;

    padding: 3px;
    background: #e8eef3;
    border: 1px solid #9eacb6;
}
#goslink ul li img {
    width: 224px;
}
#goslink_bg .bnext {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 54px;
    height: 109px;
    background: url("../img/photo_slider_next_link_bg.png") 100% 53% no-repeat;
    z-index: 99;
    cursor: pointer;
}
#goslink_bg .bprev {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 54px;
    height: 109px;
    background: url("../img/photo_slider_prev_bg.png") 0% 53% no-repeat;
    z-index: 99;
    cursor: pointer;
}

/*****************************************/

#login_block, #auth_block {
    padding: 15px 25px;
    background: #efefef;
    border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: center;
}

.popup_header {
    font-size: 20px;
    color: #0081ba;
    font-family: PFDinReg;
    margin-bottom: 15px;
}

    #login_block p, #auth_block p {
        margin: 12px 0;
        font-family: Arial;
        font-size: 14px;
        color: #686868;
    }

        #login_block p input, #auth_block p input {
            height: 25px;
            line-height: 25px;
            padding: 0 4px;
            font-size: 18px;
            font-family: Arial;
            color: #686868;
            background: #fff;
            border: 1px solid #ccc;
            border-radius: 4px;
            -o-border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            width: 250px;
        }

    #login_block .inline_button, #auth_block .inline_button {
        margin: 15px 0;
        text-align: center;
        line-height: 2.5;
    }

        #login_block .inline_button button, #auth_block .inline_button button {
            width: 130px;
            height: 31px;
            line-height: 31px;
            text-align: center;
            background: #1451b7;
            background: -webkit-linear-gradient(top,#3876de,#1451b7);
            background: -moz-linear-gradient(top,#3876de,#1451b7);
            background: -o-linear-gradient(top,#3876de,#1451b7);
            background: -ms-linear-gradient(top, #3876de, #1451b7);
            filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#3876de,endColorstr=#1451b7,GradientType=0);
            zoom: 1;
            background: linear-gradient(top, #3876de, #1451b7);
            color: #fff;
            text-shadow: 1px 1px #005396;
            font-family: PFDinReg;
            font-size: 15px;
            cursor: pointer;
            text-decoration: none;
            border-radius: 4px;
            -o-border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
        }

        #auth_block .inline_button a {
            color: #be4d4d;
            font-family: PFDinReg;
            font-size: 15px;
            text-decoration: underline;
        }

/****************************/
/****************************/
/****************************/

.petition {
    margin-bottom: 20px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #F7FAFD;
    border: 1px solid #C5D4E1;
    padding: 5px 0px 0;
}

.sidebar_title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.1;
    color: #0081ba;
    margin-bottom: 15px;
}

    .one_petition {
        background: #fff;
        padding: 3px 5px;
    }

    .one_petition.second {
        background: #f3f6f9;
    }

        .one_petition p {
            margin: 5px 8px;
        }

            .one_petition p a {
                font-size: 14px;
                color: #0081ba;
                line-height: 1.2;
                text-decoration: none;
            }

            .one_petition p a:hover {
                text-decoration: underline;
            }

            .one_petition p a.active {
                font-weight: bold;
                text-decoration: underline;
            }

            .one_petition p.info {
                font-size: 12px;
                color: #79818d !important;
                overflow: auto;
            }

            .one_petition p.info .date {
                float: left;
                width: 40%;
            }

            .one_petition p.info .result {
                float: right;
                width: 55%;
                text-align: right;
            }

    .petition .read_more {
        text-align: center;
        margin: 5px 0;
    }

        .petition .read_more a {
            font-size: 13px;
            color: #00648d;
        }

    .petition .add_petition {
        margin-top: 15px;
        display: block;
        height: 35px;
        line-height: 35px;
        text-align: center;
        font-size: 18px;
        background: #eeffef;
        color: #00a955;
        text-decoration: underline;
    }

    .petition .add_petition:hover {
        background: #DFFFE1;
    }

    .petition .auth_block {
        margin-top: 15px;
        border-bottom-left-radius: 5px;
        -o-border-bottom-left-radius: 5px;
        -moz-border-bottom-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        -o-border-bottom-right-radius: 5px;
        -moz-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        background: #fdf7f7;
        height: 35px;
        line-height: 35px;
        font-size: 15px;
    }

        .petition .auth_block a {
            display: block;
            float: left;
            width: 50%;
            text-align: center;
            color: #be4d4d;
            text-decoration: none;
        }

            .petition .auth_block a:first-child {
                border-bottom-left-radius: 5px;
                -o-border-bottom-left-radius: 5px;
                -moz-border-bottom-left-radius: 5px;
                -webkit-border-bottom-left-radius: 5px;
            }

            .petition .auth_block a:last-child {
                border-bottom-right-radius: 5px;
                -o-border-bottom-right-radius: 5px;
                -moz-border-bottom-right-radius: 5px;
                -webkit-border-bottom-left-radius: 5px;
            }

        .petition .auth_block a:hover {
            background: #ffe1e4;
            text-decoration: underline;
        }

/*********************/

.petition_form {
    width: 400px;
    margin: 30px auto;
}

    .petition_form p {
        margin: 20px 0;
    }

    .form-group .small_input,
    .petition_form .small_input {
        display: inline-block;
        height: 38px;
        line-height: 38px;
        width: 390px;
        vertical-align: top;
        padding: 0px 4px;
        border: 1px solid #CFCFCF;
        background: #FFF none repeat scroll 0% 0%;
        border-radius: 2px;
    }

    .form-group .small_textarea,
    .petition_form .small_textarea {
        display: inline-block;
        height: 138px;
        line-height: 1.4;
        width: 590px;
        vertical-align: top;
        padding: 0px 4px;
        border: 1px solid #CFCFCF;
        background: #FFF none repeat scroll 0% 0%;
        border-radius: 2px;
        font-family: Arial;
        font-size: 13px;
    }

    .form-group .small_select,
    .petition_form .small_select {
        display: inline-block;
        height: 38px;
        line-height: 38px;
        width: 390px;
        vertical-align: top;
        padding: 0px 4px;
        border: 1px solid #CFCFCF;
        background: #FFF none repeat scroll 0% 0%;
        border-radius: 2px;
    }

    .form-group .blue_button,
    .petition_form .blue_button {
        display: inline-block;
        height: 38px;
        line-height: 38px;
        cursor: pointer;
        padding: 0px 20px;
        background: #1653b8;
        background: -webkit-linear-gradient(top,#3776dd,#1653b8);
        background: -moz-linear-gradient(top,#3776dd,#1653b8);
        background: -o-linear-gradient(top,#3776dd,#1653b8);
        background: -ms-linear-gradient(top, #3776dd, #1653b8);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#3776dd,endColorstr=#1653b8,GradientType=0); zoom: 1;
        background: linear-gradient(top, #3776dd, #1653b8);
        -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
        border-radius-left-bottom: 2px; border-radius-left-top: 2px; border-radius-right-bottom: 2px; border-radius-right-top: 2px;
        font-family: Arial;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
    }

    .petition_form .italic_link {
        margin-left: 30px;
    }

    .change_pass {
        margin: 20px 0;
        padding: 0px 0;
        border-top: 1px solid #ffe1e4;
        border-bottom: 1px solid #ffe1e4;
        background: #fdf7f7;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
    }

/*************************/

.petition_description {
    position: relative;
    padding: 10px 15px;
    background: #F7FAFD;
    font-size: 14px;
    color: #79818d;
    margin-top: 40px;
}

    .petition_description p {
        line-height: 1.8 !important;
        margin-bottom: 0 !important;
    }

    .petition_description #set_voice_to_petition {
        position: absolute;
        top: 50px;
        right: 0;
        margin-top: -20px;
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        font-size: 18px;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        background: #1653b8;
        background: -webkit-linear-gradient(top,#3776dd,#1653b8);
        background: -moz-linear-gradient(top,#3776dd,#1653b8);
        background: -o-linear-gradient(top,#3776dd,#1653b8);
        background: -ms-linear-gradient(top, #3776dd, #1653b8);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#3776dd,endColorstr=#1653b8,GradientType=0); zoom: 1;
        background: linear-gradient(top, #3776dd, #1653b8);
        -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
        border-radius-left-bottom: 2px; border-radius-left-top: 2px; border-radius-right-bottom: 2px; border-radius-right-top: 2px;
        font-family: Arial;
    }

    .petition_description #allready_confirmed {
        position: absolute;
        top: 50px;
        right: 0;
        margin-top: -20px;
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        font-size: 18px;
        color: #fff;
        text-decoration: none;
        background: #79818d;
        background: -webkit-linear-gradient(top, #bdc0ba,#79818d);
        background: -moz-linear-gradient(top,#bdc0ba,#79818d);
        background: -o-linear-gradient(top,#bdc0ba,#79818d);
        background: -ms-linear-gradient(top, #bdc0ba, #79818d);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#bdc0ba,endColorstr=#79818d,GradientType=0); zoom: 1;
        background: linear-gradient(top, #bdc0ba, #79818d);
        -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
        border-radius-left-bottom: 2px; border-radius-left-top: 2px; border-radius-right-bottom: 2px; border-radius-right-top: 2px;
        font-family: Arial;
    }
	
/*************************/

.btn {
	cursor: pointer;
	display: inline-block;
	background-color: #E6E6E6;
	background-repeat: no-repeat;
	padding: 5px 14px 6px;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
	color: #333;
	font-size: 13px;
	line-height: normal;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC #CCC #BBB;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	border-radius: 4px;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
	transition: all 0.1s linear 0s;
}

.btn-primary {
	background-color: hsl(195, 60%, 35%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2d95b7", endColorstr="#23748e"); background-image: -khtml-gradient(linear, left top, left bottom, from(#2d95b7), to(#23748e)); background-image: -moz-linear-gradient(top, #2d95b7, #23748e); background-image: -ms-linear-gradient(top, #2d95b7, #23748e); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d95b7), color-stop(100%, #23748e)); background-image: -webkit-linear-gradient(top, #2d95b7, #23748e); background-image: -o-linear-gradient(top, #2d95b7, #23748e); background-image: linear-gradient(#2d95b7, #23748e); border-color: #23748e #23748e hsl(195, 60%, 32.5%); color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.16); -webkit-font-smoothing: antialiased;
}

.btn-success {
  background-color: hsl(152, 59%, 29%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#50d295", endColorstr="#1e754c");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#50d295), to(#1e754c));
  background-image: -moz-linear-gradient(top, #50d295, #1e754c);
  background-image: -ms-linear-gradient(top, #50d295, #1e754c);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #50d295), color-stop(100%, #1e754c));
  background-image: -webkit-linear-gradient(top, #50d295, #1e754c);
  background-image: -o-linear-gradient(top, #50d295, #1e754c);
  background-image: linear-gradient(#50d295, #1e754c);
  border-color: #1e754c #1e754c hsl(152, 59%, 22%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.46);
  -webkit-font-smoothing: antialiased;
}


.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}


.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

.btn-block {
	width: 160px;
	text-align: center;
	margin-bottom: 5px;
}

/******************************/

select#gromada_id + .bootstrap-select > .dropdown-toggle {
	border-color: #ccc !important;
	color: #333 !important;
}

.has-error select#gromada_id + .bootstrap-select > .dropdown-toggle {
	border-color: #843534 !important;
	color: #555 !important;
}

.short_petition {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.not_moderate {
	background: #FFECEC;
	padding: 15px 20px 15px;
}

	.short_petition .title {
		font-size: 22px;
		line-height: 1.3;
		margin-bottom: 0px;
	}

		.short_petition .title a {
			text-decoration: underline;
		}

		.short_petition .title a:hover {
			text-decoration: none;
		}

	.short_petition .title + p {
		margin-bottom: 15px;
	}
	
.petition_description {
	padding: 15px 20px;
	background: #DCF4FF;
}
	
	.petition_description #allready_confirmed:active,
	.allready_confirmed:active {
		font-size: 14px !important;
	}

/***************************/

.banner_title {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.question_content {
	background: #2D6BD2;
	padding: 21px;
	color: #fff;
}

	.question_content .question {
		text-align: center;
		font-size: 14px;
		line-height: 1.3;
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 1px solid #fff;
		color: #fff;
	}

	.question_content #vote_action {
		display: inline-block;
		height: 34px;
		line-height: 34px;
		padding: 0 20px;
		border: 1px solid #fff;
		font-size: 16px;
		color: #fff;
		cursor: pointer;
		transition: background 0.4s ease;
		margin-bottom: 10px;
	}

	.question_content #vote_action:hover, .question_content #vote_action:focus {
		background: #072E70;
	}

	.question_content #show_results {
		cursor: pointer;
		text-decoration: underline;
		font-size: 14px;
	}

	.question_content #show_results:hover, .question_content #show_results:focus {
		text-decoration: none;
	}
	
	.answer {
		padding: 7px 10px 7px 32px;
		cursor: pointer;
		color: #fff;
		font-size: 13px;
		background: url(../img/checkbox_bg.png) no-repeat 8px center;
		transition: background 0.4s ease;
	}

	.answer.active, .answer:hover {
		background: url(../img/checkbox_active_bg.png) no-repeat 8px center #072E70;
	}

	.answer span {
		font-size: 12px;
		color: #9fe1a4;
	}
	
	.comment_text {
		padding-top: 15px;
		margin-top: 15px;
		border-top: 1px solid #fff;
		font-size: 14px;
	}
	
/********************************/
/********************************/
/********************************/

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}