@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&amp;subset=cyrillic-ext');

body {
	font-family: 'Roboto', sans-serif;
	background: #fff url(../img/bg.jpg) 0 0 repeat;
	color: #323232;
	min-width: 320px;
	font-weight: 400;
}
a,
a:hover,
a:focus {
	text-decoration: none;
}

/*
**	Шапка
*/
.site-header {
	width: 100%;
	background: #21b2f1 url(../img/header.jpg) 0 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 2em 0;
}

.logo,
.description {
	display: inline-block;
	vertical-align: middle;
}

.description {
	text-transform: uppercase;
	font-family: 'Calibri';
	font-size: 1.5em;
	margin-left: 1em;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	width:55%;
}

.right-block {
	float: right;
	text-align: right;
}

.lang {
	vertical-align: top;
	color: #f0f0f0;
	font-size: 16px;
}

.lang a {
	color: #f0f0f0;
	text-transform: uppercase;
}
.lang a:hover {
	color: #fff;
	text-decoration: underline;
}

.search {
	vertical-align: bottom;
	margin-top: 5em;
}

.search a {
	font-size: 22px;
	color: #f0f0f0;
}
.search a:hover {
	color: #fff;
}

.search form {
	position: relative;
	margin-top: 0.7em;
}

.search input {
	font-size: 16px;
	border-radius: 3px 0 0 3px;
	border-radius: 3px;
	border: none;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	padding: 5px 42px 5px 10px;
	min-width: 220px;
	transition: 0.3s ease-in-out;
}

.search button {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 32px;
	border: 1px solid #ccc;
	background-color: #fafafa;
	border-radius: 0 3px 3px 0;
	color: #676767;
	margin-left: -4px;
	box-shadow: inset 0 -7px 17px -5px rgba(0, 0, 0, 0.3);
}

.search input:focus,
.search button:focus {
	outline: none;
	box-shadow: inset 0 -7px 5px -5px rgba(0, 0, 0, 0.3);
}

.search button:focus {
	box-shadow: inset 0 -7px 17px -5px rgba(0, 0, 0, 0.4);
}

.search input:focus {
	min-width: 300px;
}

.search input::-webkit-input-placeholder { text-transform: uppercase; color: #676767; font-size: 14px; }
.search input::-moz-placeholder          { text-transform: uppercase; color: #676767; font-size: 14px; }
.search input:-moz-placeholder           { text-transform: uppercase; color: #676767; font-size: 14px; }
.search input:-ms-input-placeholder      { text-transform: uppercase; color: #676767; font-size: 14px; }

/*
**	Меню 1
*/
.main-menu {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.17);
}
.main-menu ul {
    display: flex;
    flex-flow: row nowrap;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.main-menu ul > li {
    position: relative;
}
.main-menu li > ul {
    background-color: #fff;
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.27);
    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: #676767;
    display: block;
    font-size: 16px;
    height: 100%;
    padding: 1.2em 1em;
    text-align: center;
    text-transform: uppercase;
}
.main-menu li > a:hover {
    background-color: #91BBDB;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
    color: #fff;
}
.main-menu ul ul ul {
    display: none;
}
/*
**	Мобильное меню
*/
.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: #132f44;
}

.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: #58c2de;
}


/*
**	MAIN CONTENT
*/

.body {
	padding: 1em 15px;
}

.content,
.sidebar {
	display: block;
	float: left;
}

.content {
	float: right;
}

/*
**	Меню 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 #aaa;
	font-size: 12px;
	color: #00aae8;
	width: 100%;
}
.second-menu li:last-child {
	border: none;
}

.second-menu li:hover {
	background-color: #91BBDB;
	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: #7d7d7d;
}

.second-menu li:before {
	content: '\e948';
	font-family: fontello;
	display: inline-block;
	width: 20px;
	padding: 10px 0;
	text-align: right;
	vertical-align: top;
}

/*
**	Послание
*/
.message {
	margin-top: 1em;
	background-color: #58c2de;
	padding: 3px;
}

.message img {
	width: 100%;
}

.message a {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	display: block;
	padding: 0.5em;
}


/*
**	Государственные символы
*/
.symbols {
	margin: 1em 0;
	background-color: #fff;
	border: 1px solid #e3f4f9;
}

.symbols span {
	display: block;
	text-transform: uppercase;
	text-align: center;
	font-size: 15px;
	padding: 0.5em;
	color: #91BBDB;
	border-bottom: 2px solid #91BBDB;
}

.symbols a {
	display: inline-block;
	margin: 1em 0;
	width: 49%;
	text-align: center;
	border-right: 1px solid #e6e6e6;
}

.symbols a:last-child {
	border: none;
}

/*
**	Блог Руководителя
*/
.message>div {
	display: table;
	width: calc(100% + 6px);
	margin: 0 -3px -3px;
}

.message>div>a {
	display: table-cell;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	width: 50%;
	font-size: 14px;
	padding: 0.5em 0.8em;
	text-align: center;
	vertical-align: middle;
}

.message>div>a:first-child {
	border-left: none;
}

/*
**	Приветствие
*/
.index h2 {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 18px;
	background: #91BBDB url(../img/texture.png) 0 0 no-repeat;
	color: #fff;
	padding: 0.5em 0.5em 0.5em 7em;
}

.page-content,
.greeting {
	font-size: 16px;
	padding-bottom: 1em;
	border-bottom: 1px solid #ddd;
	margin-bottom: 2em;
}

.page-content p {
	margin: 0.5em 0;
	text-align: justify;
}

.greeting h3 {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 18px;
	color: #15a3c2;
	margin: 1.5em 0;
}

.greeting p {
	margin: 0.5em 0;
	text-align: justify;
	text-indent: 3em;
}
.page-content img{
    margin:7px;
    border-radius:4px;
}
.read-more {
	text-align: right;
}

.read-more a {
	color: #15a3c2;
	text-decoration: underline;
	font-size: 14px;
}

/*
**	Новости
*/
.news {
	padding: 1em 0;
	border-bottom: 1px solid #ddd;
	margin-bottom: 4em;
}
.news>article {
	display: block;
	margin-bottom: 1em;
}
.news>article:after {
	content		: "";
	visibility	: hidden;
	display		: block;
	height		: 0;
	clear		: both;
}
.img-wrapper {
	display: inline-block;
	margin-right: 1em;
	width: 200px;
	height: 120px;
	overflow: hidden;
	float: left;
	border: 5px solid #fff;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.17);
}
.img-wrapper img {
	width: 100%;
}
.news article{
	border-bottom:1px #ccc dashed;
	padding-bottom: 15px;
}
.news article>a {
	text-transform: uppercase;
	color: #009eba;
	font-size: 16px;
}

.news article>span {
	display: block;
	font-size: 15px;
	margin-top: 0.5em;
}

.news article>p {
	margin: 0.5em 0;
}

.all-news>a {
	color: #6d6d6d;
	font-size: 15px;
}

/*
**	Баннеры
*/
.banners {
	width: 100%;
	padding: 0 4em;
	position: relative;
	margin-bottom: 2em;
}

.banners .owl-stage-outer {
	overflow: hidden;
}

.owl-item {
	display: inline-block;
}

.banners img {
	width: 100%;
	height: 110px;
	padding: 3px;
	border: 3px solid #ccc;
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
}

.banners .owl-prev,
.banners .owl-next {
	position: absolute;
	top: calc(50% - 18px);
	font-size: 36px;
	color: #58c2dc;
	cursor: pointer;
}

.banners .owl-prev { left: 0; }
.banners .owl-next { right: 0; }

/*
**	Футер-меню
*/
.footer-menu {
	background-color: #006B49;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.footer-menu ul {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
}
.footer-menu ul ul{display:none;}
.footer-menu ul ul ul{display:none;}

.footer-menu a {
	display: inline-block;
	padding: 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	height: 100%;
	text-align: center;
}

.footer-menu a:hover {
	background-color: #fff;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
	color: #009ec1;
}

/*
**	Футер
*/
.site-footer {
	background: #91BBDB;
	-webkit-background-size: cover;
	background-size: cover;
	color: #f9f9f9;
	font-size: 14px;
}

.site-footer i {
	font-size: 36px;
	display: inline-block;
	margin-right: 0.5em;
}
.site-footer span {
	display: inline-block;
}

.site-footer p {
	margin-top: 1em;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
}

.support {
	background-color: #014781;
	box-shadow: inset 0 13px 41px -1px rgba(0, 0, 0, 0.3);
}

.support p {
	padding: 0.7em;
	margin-bottom: 0;
	margin-top: 0;
}

.site-footer a {
	color: #f9f9f9;
}

/*
**	Контент сайта
*/
.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: #00a0ce;
}

.page-content table {
	width: 100%;
	font-size: 14px;
}

.page-content thead tr {
	background-color: #58c2de;
	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 #f0f0f0;
}

.form_element input:focus {
	outline: none;
	border-radius: 0;
	border-bottom: 2px solid #00a0ce;
}

.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: #00a0ce;
	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; }

/*
**	Галерея для новостей
*/
.gal {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: stretch;
}

.gal a {
	display: block;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	overflow: hidden;
}
.gal a:first-child {
	margin-left: 0;
}

.gal img {
	min-width: 100%;
	width: auto;
	height: 100%;
}
/*jfont для шрифта*/
ul.jfont{
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 9999;
    list-style: none;
    padding: 0;
    margin: 0;
    opacity: .9;
}
ul.jfont li a{
    display: block;
    padding: 10px;
    background: #025daa;
    color: #fff;
    border: none!important;
} 
ul.jfont li a:hover{
    background: #91BBDB;
    cursor:pointer;
}
/*стрелка вверх*/
#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;
}
/*pop-up*/

div#externalPopup {
	display:none;
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	width:100%;
	z-index:3000;
}

span#ep_background {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	z-index:3000;
}

div#ep_container {
	position:absolute;
	left:50%;
	top:50%;
	width:296px;
	padding:2px;
	margin:-100px 0 0 -150px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-moz-box-shadow:0 0 5px #000;
	-webkit-box-shadow:0 0 5px #000;
	background:#FFF;
	z-index:3001;
	text-align:left;
}

h3#ep_title {
	padding:8px;
	margin:0 0 8px 0;
	background:#ccc;
	border:none;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	line-height:18px;
	font-size:18px;
	color:#000;
}

h3#ep_title em {
	display:block;
	width:276px;
	padding:0;
	margin:0;
	border:none;
	color:#666;
	font-style:italic;
	font-size:12px;
	white-space:nowrap;
	overflow:hidden;
}

div#externalPopup div p {
	padding:0 10px;
	margin:0 0 8px 0;
}

div#externalPopup div ul {
	padding:0 10px 10px;
	overflow:hidden;
	height:100%;
}

div#externalPopup div ul li {
	display:block;
	float:left;
	margin-right:4px;
}

div#externalPopup div ul li a{
	display:block;
	padding:6px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-size:12px;
	font-weight:bold;
	color:#000;
	background:#ccc;
	text-decoration:none;
}

div#externalPopup div ul li a:hover {
	background:#666;
	color:#FFF;
}

/*----------------------
	For JS Dev Mode
	Delete once live
*/

#ep_devDelete {
	position:absolute;
	left:10px;
	top:10px;
	background:red;
	z-index:2000;
}

#ep_devShow {
	position:absolute;
	right:10px;
	top:10px;
	background:green;
	z-index:2000;
}
/* news */
.news {
    background: #fff url("../img/texture.html") repeat scroll 0 0;
    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: #00a0ce;
    text-decoration: none;
}
.news-img {
    display: inline-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;
}