@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&subset=cyrillic-ext');
html, body{
	width:100%;
	margin:0;
	padding:0;
}
body {
	font-family: 'Roboto', sans-serif;
	background: #fff url(../img/bg.jpg) top center repeat fixed;
	color: #323232;
	min-width: 400px;
	font-weight: 500;
}
div, header, footer, nav, article{
	box-sizing: border-box;
	margin:0;
	padding:0;
	position: relative;
}
h1, h2, h3, h4{
	line-height: 1.5em;
}
h1{
	font-size: 25px;
}
a,
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

header {
	width: 100%;
	height:280px;
	-webkit-background-size: cover;
	background-size: cover;
	padding:0;
}
.header_wrap{
	background: linear-gradient(to bottom, #ffffff 0%,#64b6d8 100%);
	height:200px;
}
.topline_wrap, .header_wrap, .content_wrap{
	width:1232px;
	margin:0 auto;
}
.topline{
	height:35px;
	background-color:#0b9bda;
}
.lang {
    width: 240px;
    height: 35px;
    background-color: #04598a;
    float: right;
}
.lang a{
	width: 50%;
	height:35px;
    float: left;
    text-align: center;
    display: block;
    line-height: 1em;
    padding-top: 10px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
	transition:150ms;
	box-sizing: border-box;
}
.lang a:hover{
	background-color:#f08a18;
}
.logo{
	display: inline-block;
	vertical-align: middle;
}
.clear{
	clear:both;
}
.description {
	width: 100%;
    padding: 10px;
	display: block;
}
.description h1{
	color: #05114f;
    font-size: 16px;
    line-height: 1.7em;
    width: 65%;
    float: left;
    text-transform: uppercase;
    margin: 30px;
}
.description img{
	width: 150px;
    float: left;
    margin-left: 25px;
}
.search{
	width: 310px;
    height: 35px;
    float: left;
    background: #0987c1;
}
.search form input{
	height: 32px;
    width: 250px;
    background-color: #0987c1;
    color: #fefefe;
    padding: 5px 10px;
    border: 0;
    box-sizing: border-box;
	outline:none;
	font-size: 16px;
}
.search form input:hover{
	background-color: #0f6891;
}
.search form input::placeholder{
	color:#eeeeee;
}
.search form button{
	height: 35px;
	width:35px;
	float:right;
	box-sizing: border-box;
	color:#ffffff;
	background-color: #0987c1;
	border: 0;
	cursor:pointer;
}
.greetings{
	width:1232px;
	height:405px;
}
.greetings_text{
	width: 387px;
    height: 410px;
    background-image: url('../img/left_sidebar.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    color: #ffffff;
    padding: 16px;
	float:left;
}
.greetings_text div{
	border: 1px #fff solid;
    padding: 16px;
    height: 98%;
}
.greetings_more {
    background-color: #3790e0;
    color: #ffffff;
    border: 1px #ffffff solid;
    margin: 4px 0;
    padding: 7px 31px;
    display: block;
    float: left;
	transition: 250ms;
}
.greetings_more:hover {
    background-color: #226eb1;
    color: #ffffff;
    border: 1px #ffffff solid;
    margin: 4px 0;
    padding: 7px 31px;
    display: block;
    float: left;
}
.greetings_text div p{
	color:#ffffff;
	font-size: 16px;
	text-align:justify;
	line-height: 1.5em;
}
.greetings_text div h2{
	color:#ffffff;
	font-size: 25px;
	text-align: center;
}
.slider {
    width: 837px;
    height: 405px;
    float: right;
	overflow: hidden;
}
.slider img{
	width: 837px;
    height: 405px;
}
.owl-nav {
    position: absolute;
    top: 177px;
    z-index: 999;
    width: 100%;
	z-index:9999;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
		background: 0 0;
		color: inherit;
		border: none;
		padding: 0!important;
		font: inherit;
}
.owl-prev{
	left:0;
	background-image: url('../img/arr_sl_left.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
	z-index:9999;
}
.owl-next{
	right:0;
	background-image: url('../img/arr_sl_right.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
	z-index:9999;
}
.bns{
	height: 109px;
    width: 100%;
    margin: 15px 0 10px 0;
}
.bns a{
	width:50%;
	height:126px;
	display: block;
}
.bns a.poslanie{
	background-image: url('../img/poslanie.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
	width:618px;
	height:109px;
	float:left;
}
.bns a.gs{
	background-image: url('../img/gs.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
	width:604px;
	height:109px;
	float:right;
}
.bns a span {
    font-size: 20px;
    color: #fff;
    top: 27px;
    left: 20px;
    position: relative;
    text-align: left;
    text-decoration: none;
}
.index, .content{
	background-color: #ffffff;
    padding: 10px 30px 70px 30px;
}
.informer h3, .map h3{
	color:#ffffff;
	background-color:#3790e0;
	font-size:18px;
	font-weight:600;
	padding:15px;
	line-height: 1em;
	margin: 0;
}
.informer{
	width:270px;
	height:247px;
	float:left;
	margin:0 0 5px 0;
}
.map{
	width:958px;
	height:247px;
	float:right;
	margin:0 0 5px 0;
}
footer{
	width:100%;
	background-color:#3790e0;
	height:207px;
}
footer .support{
	background-color:#2a6295;
	width:100%;
	height:42px;
}
footer p{
	text-align: center;
    color: #ffffff;
    width: 70%;
    margin: 0 auto;
    display: block;
    position: relative;
    padding: 20px 0 10px 0;
}
.support{
	background-color: #2a6295;
    width: 100%;
    height: 42px;
    padding: 12px;
    position: absolute;
    margin: 0;
    bottom: 0;
	color:#ffffff;
}
.support a{
	color:#fefefe;
}
.support .content_wrap{
	text-align: center;
}
/*
**	Меню 1
*/
.main-menu {
	background-color: #079dda;
    color: #ffffff;
    float: left;
    width: 100%;
}
.main-menu ul {
	display: flex;
    flex-flow: row nowrap;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    flex-direction: row;
    justify-content: space-between;
}
.main-menu ul > li {
    position: relative;
	width:100%;
}
.main-menu li > ul, .main-menu ul li > ul {
    background-color: #079dda;
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    z-index: 10;
}
.main-menu li:hover > ul {
    display: block;
}

.main-menu li > ul > li {
    display: block;
}
.main-menu li > ul a {
    padding: 0.5em 1em;
    font-size: 14px;
    text-align: left;
}
.main-menu li > a {
	color: #ffffff;
    display: block;
    font-size: 14px;
    padding: 1.5em 2em;
    text-align: center;
    text-transform: uppercase;
}
.main-menu li > a:hover {
    background-color: #04598a;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
    color: #fff;
}
.main-menu ul ul ul {
    display: none;
}
.main-menu ul ul li:hover > ul {
    display: block;
	min-width:200px;
 	position:absolute;
 	left:100%;
 	top:0;
 	background-color: #fff;
}
/*
**	Мобильное меню
*/
.menu-botton {
	display: none;
	width: 100%;
	padding: 10px;
	font-size: 16px;
	margin: 2em 0 1em;
	background-color: transparent;
	border: 1.5px solid #fff;
	color: #fff;
	text-transform: uppercase;
}

.menu-botton:focus {
	outline: none;
}

.mobile-menu {
	display: none;
	background-color: #86aabe;
}

.mobile-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.mobile-menu a {
	color: #fff;
	display: block;
	padding: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #274863;
}

.mobile-menu a:hover,
.mobile-menu a:focus {
	background-color: #a5d7e3;
}

/*
**	Меню 2
*/
.second-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.second-menu ul ul{display:none;}
.second-menu ul ul ul{display:none;}

.second-menu li {
	border-bottom: 1px dotted #444;
	font-size: 12px;
	color: #aac7ce;
	width: 100%;
}
.second-menu li:last-child {
	border: none;
}

.second-menu li:hover {
	background-color: #aac7ce;
	color: #fff;
}
.second-menu li:hover>a {
	color: #fff;
}

.second-menu a {
	display: inline-block;
	text-transform: uppercase;
	padding: 10px 15px;
	width: calc(100% - 20px);
	color: #454545;
}

.second-menu li:before {
	content: '\e948';
	font-family: fontello;
	display: inline-block;
	width: 20px;
	padding: 10px 0;
	text-align: right;
	vertical-align: top;
}

/*
**	Контент сайта
*/
#bread_crumbs a{
	color: #04598a;
	font-size: 12px;
}
.overf {
	overflow: auto;
	width: 100%;
	height: 400px;
	margin: 0 -1em;
	border: 1px solid #eee;
}
.overf_width {
	overflow-x: auto;
	width: 100%;
	border: 1px solid #eee;
}
.overf_width::-webkit-scrollbar,
.overf::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	background-color: #e0e0e0;
}
.overf_width::-webkit-scrollbar-thumb,
.overf::-webkit-scrollbar-thumb {
	border-width: 1px 1px 1px 1px;
	border-color: #c0c0c0;
	border-radius: 5px;
	background-color: #64B5F6;
}
.overf_width::-webkit-scrollbar-thumb:hover,
.overf::-webkit-scrollbar-thumb:hover {
	background-color: #a5d7e3;
}

.page-content table {
	width: 100%;
	font-size: 14px;
	border-collapse:collapse;
}

.page-content thead tr {
	background-color: #a5d7e3;
	color: #fff;
	text-align: center;
}

.page-content tbody tr:nth-child(odd) {
	background-color: #f0f0f0;
}

.page-content tbody tr:nth-child(even) {
	background-color: #fff;
}

.page-content td {
	border: 1px solid #ccc;
	padding: 7px 10px;
}

.page-content h2 {
	background: none;
	text-transform: none;
	font-weight: bold;
	color: #6d6d6d;
	font-size: 1.5em;
	padding: 0.5em 0;
}

/*
**	Форма обратной связи
*/
#feedback {
	background-color: #fff;
	padding: 0.5em 2em 1em;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

#feedback h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 1.7em;
}

.form_element {
	display: inline-block;
	width: calc(50% - 0.5em);
	float: left;
	margin-bottom: 1em;
	margin-right: 1em;
}

.form_element:nth-child(odd) {
	margin-right: 0;
}

.form_element select,
.form_element input {
	width: 100%;
	padding: 5px 10px;
	border-radius: 2px;
	border: 1px solid #c0c0c0;
}

.form_element input:focus {
	outline: none;
	border-radius: 0;
	border-bottom: 2px solid #a5d7e3;
}

.form_element input:focus,
#feedback textarea:focus,
.form_element select:focus {
	box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
}

#feedback textarea {
	border-radius: 2px;
	border: 1px solid #f0f0f0;
	width: 100%;
	height: 100px;
	padding: 10px;
}

.form_element select:focus,
.form_element input:focus,
#feedback textarea:focus {
	outline: none;
}

.captcha p {
	text-align: center;
}

.captcha input[type=text] {
	padding: 5px 10px;
	border-radius: 2px;
	border: 1px solid #f0f0f0;
}

#comsubmit {
	padding: 15px;
	background-color: #a5d7e3;
	border: none;
	color: #fff;
	border-radius: 2px;
}

/*
**	Форма обратной связи
*/
.breadcrumbs {
	background: #21b2f1 url(../img/header.jpg) 0 0 no-repeat;
	background: #21b2f1;
	padding: 1em 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
}

.breadcrumbs a {
	color: #fff;
}

/*
**	Пагинатор
*/
.paginator table {
	font-size: 16px;
}
.paginator tbody tr:nth-child(odd),
.paginator tbody tr:nth-child(even) {
	background-color: transparent;
}

.paginator td { border: none; }


/*стрелка вверх*/
#scrollup {
    bottom: 70px;
    cursor: pointer;
    display: none;
    opacity: 0.8;
    padding: 15px 10px 10px;
    position: fixed;
    right: 10px;
    transition-duration: 1s;
    z-index: 9999;
}
#scrollup:hover {
    bottom: 40px;
}

/* news */
.news {
    padding-bottom: 1em;
}
.news article {
    margin-bottom: 2em;
}
.news article:last-child {
    margin-bottom: 0.5em;
}
.news .date {
    color: #333;
    font-size: 1.4em;
}
.news h2 {
    font-family: "PT Sans",sans-serif;
    margin: 1em 15px;
    text-transform: uppercase;
}
.news h3 {
    display: inline;
    font-size: 1.4em;
    font-weight: 400;
    text-transform: uppercase;
}
.news h3 > a {
    color: #73a0ab;
    text-decoration: none;
}
.news-img {
    display: block;
    float: left;
    margin-right: 1em;
    max-height: 120px;
    overflow: hidden;
    width: 200px;
    border-radius: 4px;
}
.news-img img {
    width: 100%;
}
.news p {
    text-align: justify;
}
.news .row > .more {
    margin-right: 15px;
}
.all-news-link {
	float:right;
	margin-right:20px;
}
