@font-face {
	font-family: 'PT_Sans';
	src: url('fonts/pt_sans-web-bold-webfont.eot');
	src: url('fonts/pt_sans-web-bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/pt_sans-web-bold-webfont.woff') format('woff'),
	url('fonts/pt_sans-web-bold-webfont.ttf') format('truetype'),
	url('fonts/pt_sans-web-bold-webfont.svg#pt_sansbold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'PT_Sans';
	src: url('fonts/pt_sans-web-regular-webfont.eot');
	src: url('fonts/pt_sans-web-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/pt_sans-web-regular-webfont.woff') format('woff'),
	url('fonts/pt_sans-web-regular-webfont.ttf') format('truetype'),
	url('fonts/pt_sans-web-regular-webfont.svg#pt_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

.clear_block {
	padding: 0;
	margin: 0;
	height: 1px;
	clear: both;
	overflow: hidden;
}

input:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder {
	color: transparent;
}

/* Internet Explorer 10 */
input:focus:-ms-input-placeholder {
	color: transparent;
}

/*auth page style*/
*, body {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-focus-ring-color: rgba(0, 0, 0, 0);
	outline: none;
}

input, button, textarea {
	/*-webkit-appearance: none;*/
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

select {
	/*-webkit-appearance: none;*/
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

}

body {
	-webkit-text-size-adjust: none;
}

body, html {
	padding: 0;
	margin: 0;
	min-height: 100%;
	height: 20px;
	width: 100%;
	font-size: 14px;
	font-family: 'PT_Sans', arial, sans-serif;
	color: #000000;
	background: #fff;
}

a {
	outline: none;
}

a img {
	border: 0;
}

input, select, textarea, a, a:focus {
	outline: none;
}

h2 {
	margin: 0 0 25px;
	font-size: 27px;
	color: #000;

	position: relative;
	padding-left: 28px;
}

h2:before {
	content: '';
	display: inline-block;
	margin-right: 18px;
	height: 20px;
	width: 10px;
	background: #d5e5ec;

	position: absolute;
	left:0px;
	top: 5px;
}

p {
	margin: 0 0 20px;
}

a {
	color: #296a88;
}

a:hover {
	color: #698c9d;
	text-decoration: none;
}

hr {
	clear: both;
	border-top: 2px solid #d5e5ec;
}

.action-link span {
	border-bottom: 1px dashed #296a88;
}

.action-link:hover span {
	border: none;
}

.btn {
	padding: 10px 20px;
	font-size: 17px;
	text-align: left;
	border-radius: 2px;
}

.btn:after {
	content: '»';
	display: inline-block;
	padding-left: 5px;
}

.btn_backgr_light {
	background: #d5e5ec;
	color: #296a88;
}

.btn_backgr_dark {
	background: #a3c4d3;
	color: #023349;
}

.wrapper {
	height: 100%;
}

.icon-close {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(images/icon-close.png) 0 0 no-repeat;
}

#main {
	position: relative;
	padding: 0 0 130px;
	margin: 0;
	left: 0;
	min-height: 100%;
}

#header {
	padding: 24px 0 0;
	margin: 0;
	background: #fff;
}

#main .logo {
	font-size: 22px;
	color: #000;
	padding-left: 90px;
	position: relative;
	z-index: 2;
	line-height: 22px;
}

#main .logo img {
	position: absolute;
	left: 0;
}

#main .logo span {
	display: inline-block;
}

#main .right_head .lang_block .sep {
	display: inline-block;
	height: 10px;
	position: relative;
	top: 1px;
	margin: 0 7px;
}

#main .right_head .lang_block .sep:before {
	content: '';
	position: absolute;
	height: 10px;
	width: 1px;
	display: block;
	background: #dedede;
}

#main .right_head .lang_block a {
	color: #296a88;
	text-decoration: underline;
}

#main .right_head .lang_block a.sel {
	color: #848484;
	text-decoration: none;
}

#main .right_head {
	padding-top: 2px;
}

#main .right_head .search_block {
	overflow: hidden;
}

#main .right_head .search_block .search_form {
	position: relative;
	width: 185px;
}

#main .right_head .search_block .search_form input {
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
}

#main .right_head .search_block .search_form:after {
	content: '';
	background: #cadae1;
	padding: 0;
	margin: 0;
	height: 1px;
	position: absolute;
	bottom: 2px;
	left: 0;
	right: 0;
}

#main .main_block_info img {
	max-width: 100%;
}

#main .main_block_info {
	padding: 50px 0 30px;
	background: url(images/main_pic_1030.jpg) center center no-repeat;
	background-size: cover;
}

#main .main_block_content {
	margin: 0 0 20px;
	padding: 40px;
	background: rgba(255, 255, 255, 0.9);
}

#main .main_block_content h1 {
	margin: 0 0 25px;
	font-size: 27px;
	color: #000;
}

#main .main_block_content .btn {
	margin: 0 20px 20px 0;
	white-space: normal;
}

#main .main_block_info .council_item {
	height: 80px;
	margin: 0 0 20px;
	display: block;
	background: rgba(255, 255, 255, 0.9);
	width: 100%;
	padding: 10px 0px;
	text-decoration: none;
}

#main .main_block_info .council_item:hover {
	background: rgba(213, 229, 236, 0.9);
	text-decoration: none;
}

#main .main_block_info .council_item:hover .council_title {
	color: #000000;
}

#main .main_block_info .council_logo {
	height: 100%;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	width: 35%;
}

#main .main_block_info .council_logo:after {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

#main .main_block_info .council_title {
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	width: 63%;
}

#main .content {
	padding: 0;
	color: #4b5d6d;
}

#main .content .container:first-child {
	padding-top: 45px;
}

#main .content .container:last-child {
	padding-bottom: 45px;
}

#main .content.innerPage {
	padding: 10px 0;
}

#main .content.innerPage  .container {
	padding-top: 0;
	padding-bottom: 0;
}

#main .content_backgr_blue {
	background: #edf4f7;
}

#main .content .info_block {
	padding-bottom: 35px;
}

#main .more_link {
	text-decoration: underline;
}

#main .user_list {
	padding-left: 0;
	list-style: none;
}

#main .user_list li:before {
	content: '»';
	display: inline;
	padding-right: 10px;
}

#main .inline_title {
	display: inline-block;
	margin-right: 20px;
}

#main .view_all {
	display: inline-block;
	font-size: 14px;
	color: #7e7e7e;
	text-decoration: underline;
	vertical-align: text-bottom;
}

#main .view_all:hover {
	color: #7e7e7e;
}

#main .news_main {
	position: relative;
	margin: 0 0 30px -21px;
}

#main .news_main .news_item, .events .events_item {
	display: inline-block;
	width: 22.5%;
	margin-left: 21px;
	vertical-align: top;
}

#main .news_main .news_item .date, .events .events_item .date {
	margin: 0 0 8px;
	font-size: 13px;
	color: #848484;
}

#main .news_main .news_item .title a, .events .events_item .title a {
	text-decoration: underline;
}

#main .news_main .news_item .title a:hover, .events .events_item .title a:hover {
	text-decoration: none;
}

#main .events {
	margin: 0 0 0 -21px;
}

#main .events .events_item .teaser {
	margin-bottom: 10px;
}

#main .events .events_item .teaser img {
	max-width: 100%;
}

footer {
	height: 130px;
	margin-top: -130px;
	padding: 25px 0;
	color: #5d5d5d;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.footer_navbar .footer_navbar_nav {
	padding: 0;
	text-align: justify;
	font-size: 16px;
	list-style: none;
	line-height: 0;
}

.footer_navbar .footer_navbar_nav li {
	display: inline-block;
}

.footer_navbar .footer_navbar_nav a {
	position: relative;
	line-height: normal;
	text-decoration: underline;
	display: inline-block;
	padding: 3px 0;
}

.footer_navbar .footer_navbar_nav a:hover {
	text-decoration: none;
}

.footer_navbar .footer_navbar_nav:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 1px;
	overflow: hidden;
}

footer .developer {
	margin-top: 20px;
}

footer .developer, footer .phone, footer .email {
	text-align: right;
}

#main .breadcrumbs {
	margin-bottom: 15px;
}

#main .breadcrumbs a {
	color: #7e7e7e;
	text-decoration: underline;
}

#main .breadcrumbs a:hover, .breadcrumbs a.sel {
	text-decoration: none;
}

#main .news-tabs {
	margin-bottom: 25px;
}

#main .news-tabs_item {
	position: relative;
	display: inline-block;
	margin-right: 25px;
	border-bottom: 2px solid #d5e5ec;
}

#main .news-tabs_item a {
	display: inline-block;
	padding: 10px 0;
}

#main .news-tabs_item:hover, #main .news-tabs_item.sel {
	border-color: #91b2c1;
}

#main .news-tabs_item.sel:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 0;
	height: 8px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 9px solid #91b2c1;
	margin-left: -9px;
}

#main .news_item {
	padding: 25px 0;
	
}
/*#main .news_item:before {
	content:'';
	position: absolute;
	bottom: 0;
	width: 22.5%;
	border-bottom: 1px solid #d5e5ec;
}*/

#main .news_item .news_date {
	margin: 0 0 7px;
	color: #848484;
}

#main .news .news_header .news_category {
	float: right;
}

#main .news .news_content .news_title {
	display: block;
	margin-bottom: 7px;
	font-size: 19px;
	text-decoration: underline;
}

#main .news .news_content .news_title:hover {
	text-decoration: none;
}

#main .news .news_content .news_text p:last-child {
	margin: 0;
}
#main .news + .news_detail_footer{
	margin-bottom: 3px;
}
#main .news + .news_detail_footer .all-news {
	display: inline-block;
	margin-right: 40px;
	text-decoration: underline;
}
#main .news + .news_detail_footer a {
	font-size: 16px;
}

#main .news + .news_detail_footer .all-news:hover {
	text-decoration: none;
}

#main .news_detail .news_image {
	display: inline-block;
	float: left;
	width: 245px;
	margin: 0 30px 20px 0;
}

#main .news_detail .news_image img {
	max-width: 100%;
}

#main .news_detail .news_date {
	font-size: 15px;
	margin: 0 0 15px;
	color: #848484;
}

#main .news_detail .news_gallery {
	margin: 0 0 30px;
	padding: 40px 40px 20px;
	background: #f2f7f9;
}

#main .news_detail .news_gallery .news_gallery_content {
	/*font-size: 0;*/
	text-align: justify;
}

#main .news_detail .news_gallery .news_gallery_content:after {
	content: '';
	width: 100%;
	display: inline-block;
}

#main .news_detail .news_gallery .news_gallery_item {
	margin: 0 0 20px 0;
	display: inline-block;
	width: 30%;
	vertical-align: top;
}

#main .news_detail .news_gallery .news_gallery_item img {
	max-width: 100%;
}

#main .news_detail + .news_detail_footer .all-news {
	display: inline-block;
	margin-right: 40px;
	text-decoration: underline;
}

#main .news_detail + .news_detail_footer a {
	font-size: 16px;
}

#main .news_detail + .news_detail_footer .all-news:hover {
	text-decoration: none;
}

#main .pagination .pagination_item {
	display: inline-block;
}

#main .pagination .pagination_item a {
	display: inline-block;
	padding: 2px 8px;
	text-decoration: underline;
}

#main .pagination .pagination_item a:hover {
	text-decoration: none;
}

#main .pagination .pagination_item.sel a {
	background: #d5e5ec;
	text-decoration: none;
}

#main .page-menu_mobile .page-menu_mobile_item {
	display: inline-block;
	margin: 0 5px 20px 0;
	vertical-align: top;
}

#main .page-menu_mobile .page-menu_mobile_item a {
	height: 56px;
	display: table-cell;
	max-width: 196px;
	background: #F2F7FA;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 28px;
	vertical-align: middle;
}

#main .page-menu_mobile .page-menu_mobile_item.sel a {
	color: #fff;
	background: #91b2c1;
}

#main .page-menu_mobile_item .action-link {
	text-decoration: none;
}
#main .page-menu_mobile_item .subscribe-link {
	text-decoration: underline;
}

.modal-dialog {
	position: relative;
	margin: 175px auto;
}

.modal .close {
	position: absolute;
	top: 0;
	right: -33px;
	opacity: 1;
}

.modal-content {
	padding: 40px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.modal-content h3 {
	margin-top: 0;
	font-size: 25px;
}

.modal_form .field_row {
	margin: 0 0 20px;
}

.field_row .requred {
	color: red;
}

.field_row .jq-checkbox {
	float: left;
	margin-right: 8px;
	top: 1px;
}

.field_row .label_value {
	overflow: hidden;
	display: block;
}

.modal_form .field_row:last-child {
	margin: 0;
}

.modal_form .field_row .field_name {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: bold;
	color: #4b5d6d;
}

#subscribe_cont .modal_form .field_row .field_name{
	font-size: 17px;
}

.modal_form .field_row label {
	display: block;
	margin-bottom: 10px;
	font-size: 15px;
	color: #4b5d6d;
	font-weight: normal;
}

.modal_form input,
.alx_subscribe_form input,
.form-control:focus,
.modal_form textarea,
.jq-selectbox__select,
.container .modal-content .field_row .input-group-btn button {
	padding: 7px 10px;
	border: 1px solid #cadae1;
	-webkit-box-shadow: inset 0 2px 3px 0 rgba(226, 226, 226, 1);
	-moz-box-shadow: inset 0 2px 3px 0 rgba(226, 226, 226, 1);
	box-shadow: inset 0 2px 3px 0 rgba(226, 226, 226, 1);
	border-radius: 0;
}

.modal-content form .field_row textarea,
.modal-content form .field_row input[type=text],
.modal-content form .field_row input[type=email],
.modal-content form .field_row input[type=password] {
	width: 100%;
}

.person_list:after {
	content: '';
	width: 30%;
	display: inline-block;
}

.person_list {
	padding: 20px 0 0 0;
	margin: 0;
	text-align: justify;
}

.person_list .item {
	width: 30%;
	display: inline-block;
	text-align: left;
	margin-bottom: 30px;
	vertical-align: top;
}

.person_list .item_none {
	width: 30%;
	display: inline-block;
}

.person_list .item .pic {
	margin-bottom: 10px;
}

.person_list .item .pic img {
	max-width: 100%;
}

.person_list .item .job {
	font-size: 14px;
}

.person_list .item .name {
	display: block;
	margin-bottom: 7px;
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
}

.person_detail .pic {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	max-width: 300px;
}

.person_detail .pic img {
	max-width: 100%;
}

.person_detail .job {
	font-size: 20px;
	margin-bottom: 10px;
}

.person_detail .discribe {

}
.partners_list
{
	text-align:justify;
}
.partners_list:after
{
	content:'';
	display:inline-block;
	width:30%;

	max-width:200px;
	margin-bottom:30px;
	vertical-align:top;
	text-align:center;
}

.partners_list .item
{
	display:inline-block;
	width:30%;

	max-width:200px;
	margin-bottom:30px;
	vertical-align:top;
	text-align:center;
}
.partners_list .item .logo_block
{
	height:80px;

}
.partners_list .item .logo_block:after
{
	content:"";
	display:inline-block;
	vertical-align:middle;
	width:1px;
	height:80px;
}

.partners_list .item .logo_block img
{
	max-width:95%;
	text-align:center;
	vertical-align:middle;
}
.partners_list .item .name
{
	isplay: block;
	margin-bottom: 7px;
	font-size: 16px;
	text-decoration: underline;
}
.main_banner
{
	position: relative;
	display: inline-block;
	min-height: 90px;
	max-width: 960px;
	width: 100%;
    padding: 18px 0 15px 100px;
    font-size: 23px;
    color: #000000;
    background: url(images/banner.png);
    line-height: 28px;
}
.main_banner:hover
{
	color: #000000;
}
.main_banner:before
{
    position: absolute;
    content: '»';
    font-size: 72px;
    color: #fff;
    left: 31px;
    top: 50%;
    margin-top: -19px;
    display: inline-block;
}

.slider-banners .slick-dots li button:before {
	top: 10px;
	left: 10px;
	width: 10px;
	height: 10px;
	content: '';
	background: #000;
	border-radius: 50%;
}

.slider-banners .main_banner {
	display: flex;
	height: auto;
	align-items: center;
	justify-content: flex-start;
}

@media (min-width: 768px) and (max-width: 959px) {
	#main .logo {
		/*text-align: left;
		margin-bottom: 30px;
		display: inline-block;
		width: 600px;
		height: 72px;*/
		float: left;
		width: 300px;

	}

	.lang_block {
		position: absolute;
		right: 0;
		/*top: -15px;*/
		top: 19px;
	}

	#main .right_head .search_block {
		/*position: absolute;
		left: 10px;
		width: 360px;
		margin-top: -14px;*/
		width: 339px;
		margin-top: 55px;
		float: right
	}

	#main .right_head .search_block .search_form {
		/*float: left;
		text-align: left;
		margin-right: 45px;*/
		width: 100%;
		z-index: 100;
	}

	#main .right_head .search_block .feedback_link {
		position: absolute !important;
		top: 45px;
	}

}

@media (min-width: 768px) {
	#header {
		text-align: left;
		position: relative;
		z-index: 1;
	}

	#main .logo .name {
		padding-top: 20px;
	}

	/*#main .logo br {
		display: none;
	}*/
	#main .right_head .search_block .search_form .submit_block {
		position: absolute;
		right: 0;
		top: 2px;
	}

	#main .right_head .search_block .search_form .submit_block input {
		width: 12px;
		height: 13px;
		background: url(images/icons.png) center -4px no-repeat;
	}

	#main .right_head .search_block .feedback_link {
		padding: 0 0 0 25px;
		position: relative;
		float: left;
		color: #7e7e7e;
		text-decoration: underline;
		z-index: 10;
	}

	#main .right_head .search_block .feedback_link:hover {
		text-decoration: none;
	}

	#main .right_head .search_block .feedback_link:before {
		content: '';
		padding: 0;
		margin: 0;
		width: 20px;
		height: 20px;
		background: url(images/icons.png) center -20px no-repeat;
		display: block;
		position: absolute;
		left: 0;
	}

	.navbar-collapse.collapse {
		padding: 0;
	}

	#header .navbar-nav {
		float: none;
		clear: both;
		padding-top: 20px;
		line-height: 0;
		font-size: 0;
		text-align: justify;
		margin-left: -20px;
		left: 15px;
		position: relative;
	}

	#header .navbar-nav:after {
		content: '';
		display: inline-block;
		width: 100%;
		height: 1px;
		overflow: hidden;
	}

	#header .navbar-nav li {
		position: relative;
		font-size: 17px;
		float: none;
		list-style: none;
	}

	#header .navbar-nav > li {
		display: inline-block;
	}

	#header .navbar-nav li a {
		padding: 6px 15px;
		color: #296a88;
		text-decoration: underline;
	}

	#header .navbar-nav > li > a {
		margin-bottom: 2px;
	}

	#header .navbar-nav li:hover > a {
		background: #d5e5ec;
		color: #000;
		text-decoration: none;
	}

	#header .navbar-nav > li:hover > a {
		background: #d5e5ec;
	}

	#header .navbar-nav li.active {
		color: #000;
		text-decoration: none;
	}

	#header .navbar-nav li:hover .nav_sub {
		display: block;
	}

	#header .nav_sub {
		position: absolute;
		display: none;
		left: 0;
		padding: 15px 20px;
		background: #d5e5ec;
		line-height: normal;
	}

	#header .nav_sub li {
		white-space: nowrap;
	}

	#header .nav_sub li a {
		display: inline-block;
		padding: 4px 0;
		font-size: 14px;
	}

	#header .nav_sub li:before {
		content: '»';
		display: inline;
		padding-right: 10px;
		color: #296a88;
		font-size: 14px;
	}

	#header .nav_sub li:hover:before {
		color: #000000;
	}

	#main .page-menu {
		background: #f2f7f9;
		padding: 10px 20px;
	}

	#main .page-menu .page-menu_item {
		border-bottom: 1px solid #d8e4ea;
	}

	#main .page-menu .page-menu_item:last-child {
		border: none;
	}

	#main .page-menu_item.sel a {
		color: #000;
		text-decoration: none;
	}

	#main .page-menu a {
		padding: 10px 0;
		display: block;
		font-size: 16px;
		text-decoration: underline;
	}

	#main .page-menu a.action-link {
		text-decoration: none;
	}
	#main .page-menu a.subscribe-link {
		text-decoration: underline;
	}

	#main .page-menu a:hover {
		color: #000;
		text-decoration: none;
	}

	.modal-sm {
		width: 400px;
	}
}

/*adaptiv*/
@media (max-width: 960px) {
	#main .main_block_info .council_logo {
		width: 22%;
	}

	#main .main_block_info .council_title {
		width: 76%;
	}

	#main .main_banner {
		padding-left: 15px;
		font-size: 17px;
		background-size: auto 100%;
	}
	#main .main_banner:before
	{
		content: '';
	}

	#main .news_main .news_item, .events .events_item {
		width: 45%;
		margin-bottom: 20px;
	}
	#main .news_main .news_item
	{
		min-height: 117px;
		border-bottom: 1px solid #d5e5ec;
	}
	#main .news_main .news_item:before
	{
		content: none;
	}

	footer .developer, footer .phone, footer .email {
		text-align: left;
	}

	footer .phone, footer .email {
		display: inline-block;
		margin: 0 25px 15px 0;
	}

	footer .developer {
		margin: 15px 0 20px;
	}
}

@media (min-width: 960px) {
	#main .right_head .search_block .search_form {
		float: left;
		text-align: left;
		margin-right: 45px;
	}

	#main .logo {
		float: left;
		width: 280px;
	}

	#main .logo .name {
		padding-top: 0;
	}

	#main .right_head {
		float: right;
		width: 640px;
		position: relative;
	}

	#main .right_head .lang_block {
		position: absolute;
		top: -40px;
		right: 0;
		font-size: 14px;
	}

	#main .right_head .search_block {
		padding-bottom: 19px;
		position: static;
		margin: 0;
	}

	#main .right_head .search_block .feedback_link {
		float: left;
	}

	#header .navbar-collapse.collapse {
		padding: 0;
	}

	.navbar {
		min-height: 33px;
	}

	#header .navbar-nav {
		padding-top: 0;
		margin-left: -30px;
	}

}

@media (max-width: 768px) {
	.feedback_link {
		display: none;
	}

	.open_menu {
		overflow: hidden;
	}

	#main {
		-webkit-transition: left 0.5s;
		-moz-transition: left 0.5s;
		-ms-transition: left 0.5s;
		-o-transition: left 0.5s;
		transition: left 0.5s;
	}

	.open_menu #main {
		position: absolute;
		left: 270px;
		right: 0;
		width: 100%;
		-webkit-transition: left 0.5s;
		-moz-transition: left 0.5s;
		-ms-transition: left 0.5s;
		-o-transition: left 0.5s;
		transition: left 0.5s;
	}

	#header {
		padding: 23px 50px;
		text-align: center;
		position: relative;
		z-index: 1000;
	}

	#header .logo {
		display: inline-block;
		text-align: left;
	}

	.navbar {
		position: static;
		height: 0;
		min-height: 1px;
		font-size: 0;
		line-height: 0;
		margin-bottom: 0;
	}

	.open_menu .navbar-collapse {
		left: 0;
		-webkit-transition: left 0.5s;
		-moz-transition: left 0.5s;
		-ms-transition: left 0.5s;
		-o-transition: left 0.5s;
		transition: left 0.5s;
	}

	.navbar-collapse {
		position: fixed;
		left: -270px;
		top: 0;
		width: 270px;
		background: #fff;
		z-index: 1000;
		overflow: auto;
		height: 100% !important;
		font-size: 17px;
		text-align: left;
		line-height: normal;
		padding: 0;
		-webkit-transition: left 0.5s;
		-moz-transition: left 0.5s;
		-ms-transition: left 0.5s;
		-o-transition: left 0.5s;
		transition: left 0.5s;
		display: block !important;

	}

	.navbar-collapse:before {
		content: '';
		top: 0;
		right: 0;
		background: #cacaca;
		width: 1px;
		height: 100%;
		position: absolute;
		-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.9);
		-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.9);
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.9);
		display: block;
	}

	.navbar-header {
		position: absolute;
		left: 0;
		top: 30px;
	}

	.navbar-default .navbar-toggle {
		border: 0;
		background: #fff !important;
	}

	.navbar-toggle .icon-bar + .icon-bar {
		margin-top: 6px;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #91b2c5;
		height: 4px;
		border-radius: 3px;
		width: 30px;
	}

	#header .navbar .lang_block {
		padding: 15px 20px;
		border-bottom: 1px solid #cacaca;
	}

	#header .navbar .navbar-nav {
		margin: 0;
	}

	#header .navbar .navbar-nav li a {
		padding: 15px 30px 17px;
		border-bottom: 1px solid #cacaca;
		color: #296a88;
		text-decoration: underline;
	}

	.nav_sub {
		padding: 0;
		margin: 0;
		list-style: none;
	}

	.nav_sub a {
		display: block;
		padding: 10px 30px 12px 40px !important;
		font-size: 15px;
	}

	#main .right_head .search_block {
		overflow: visible;
	}

	.search_block .search_icon {
		position: absolute;
		right: 10px;
		top: 35px;
		width: 40px;
		height: 40px;
		background: url(images/icon_search_big.png) 0 0 no-repeat;
		background-size: 100% 100%;
		cursor: pointer;
	}

	#main .right_head .search_block .search_form {
		display: none;
		position: absolute;
		right: -10px;
		width: auto;
		left: -10px;
		background: #fff;
		bottom: -61px;
		border-top: 1px solid #cacaca;
		padding: 10px 110px 10px 10px;
		overflow: hidden;
		height: 61px;
	}

	#main .right_head .search_block .search_form:before {
		height: 1px;
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: -1px;
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
		-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
	}

	#main .right_head .search_block.open_form .search_form {
		display: block;
	}

	#main .right_head .search_block .search_form input.inputtext {
		padding: 10px 0;
		width: 100%;
		border-bottom: 1px solid #c9dce2;
	}

	#main .right_head .search_block .search_form .submit_block {
		position: absolute;
		right: 10px;
		top: 11px;
		z-index: 1;
		background: #d5e5ec;
		color: #296a88;
		padding: 10px 20px;
	}

	#main .right_head .search_block .search_form .submit_block input {
		border: 0;
		background: none;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: absolute;
		cursor: pointer;
	}

	#main .right_head .search_block .search_form .submit_block span:after {

	}

	.open_form .search_form:after {
		display: none;
	}

	#main .news_detail .news_gallery .news_gallery_item {
		width: 48%;
	}

	.person_list .item {
		width: 45%
	}
	.partners_list .item
	{
		width:100%;
		max-width:100%;
	}
}

@media (max-width: 470px) {

	#header {
		padding: 23px 40px;
	}

	.navbar-header {
		top: 25px;
	}

	.navbar-toggle .icon-bar + .icon-bar {
		margin-top: 6px;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #91b2c5;
		height: 4px;
		border-radius: 3px;
		width: 25px;
	}

	#main {
		min-width: 320px;
	}

	#main .logo {
		font-size: 16px;
		line-height: 18px;
		padding-left: 60px;

	}

	#main .logo img {
		height: 90%;
		vertical-align: middle;
		top: 10%;
	}

	#main .logo .name {
		vertical-align: middle;
		white-space: nowrap;
	}

	.search_block .search_icon {
		width: 30px;
		height: 30px;
	}

	#main .events, .news_main {
		margin-left: 0;
		text-align: justify;
	}

	#main .events:after, .news_main:after {
		content: '';
		display: inline-block;
		height: 1px;
		width: 100%;
	}
	#main .news_main
	{
		margin-left: 0;
	}

	#main .news_main .news_item, .events .events_item {
		width: 43%;
		margin-left: 0;
		text-align: left;
	}

	#main .news_main .news_item img, .events .events_item img {
		max-width: 100%;
	}

	#main .inline_title {
		font-size: 25px;
	}

	#main .news_detail .news_image {
		width: 100%;
		margin-right: 0;
	}

	#main .news_detail .news_gallery .news_gallery_item {
		width: 100%;
	}

	.person_list .item {
		width: 100%
	}
}
