/*Версия от 04-02-2016 15:43*/

html {
	height: 100%
}
body {
	min-height: 100%
}
body {
	background-color: #fff;
	font: 16px/1.42857 'Open Sans', sans-serif;
	margin: 0;
	width: 100%;
	min-width: 1200px;
	position: relative;
	padding-bottom: 264px;
}
p {
	display: block;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
img {
	max-width: 100%;
}
a {
	text-decoration: none;
	color: #123d65;
}
a img {
	border: none;
}
.left {

	float: left;
}
.right {
	float: right;
}
.both {
	clear: both;
}
.nomarginright {
	margin-right: 0 !important;
}
hr.thin {
	border: none;
	color: #e4e8ed;
	background-color: #e4e8ed;
	height: 1px;
	margin: 0;
	padding: 0;
}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}

.container{
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

@media(max-width: 1100px){
	.container{
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.container:after{
	display: table;
	content: "";
	clear: both;
}

header, footer, .main {
	min-width: 1200px;
}

.width-container {
	margin: 0 auto;
	width: 1100px;
	overflow: inherit;
}

.inline-block {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.logo {
	margin-top: 13px;
	margin-left: 4px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.right {
	text-align: right;
}
.top-dropdown {
	color: #123d65;
	background: url("/images/arr_down_small.png") right 10px no-repeat;
	padding-right: 8px;
	font-size: 13px;
	cursor: pointer;
	position: relative;
	font-weight: 600;
}
.top-dropdown > ul a {
	color: #123d65;
	font-size: 13px;
}
.top-dropdown > ul a:hover {
	text-decoration: underline;
}
.top-dropdown > ul {
	position: absolute;
	left: -15px;
	margin: 0 0;
	padding: 0;
	background-color: #fff;
	-webkit-box-shadow: 13px 10px 19px -10px rgba(171,171,171,1);
	-moz-box-shadow: 13px 10px 19px -10px rgba(171,171,171,1);
	box-shadow: 13px 10px 19px -10px rgba(171,171,171,1);
	display: none;
	padding-bottom: 4px;
	z-index: 2;
	width: }
	.top-dropdown > ul li {
	list-style: none;
	margin: 6px 34px 6px 4px;
	text-align: left;
}
.top-dropdown:hover {
	color: #777;
}
header .top-dropdown {
	margin-top: 14px;
	margin-left: 10px;
}
.partners-logo {
	font-size: 0;
	margin-top: 18px;
}
.partners-logo img {
	margin-left: 26px;
}

.nav-container {
	background-color: #153860;
	min-height: 88px;
	margin-top: 12px;
	position: relative;
	overflow: hidden;
}

.header_search {
	position: relative;
	overflow: visible;
}
.header_search:after {
	content: ' ';
	display: block;
	position: absolute;
	background-color: #fff;
	width: 7000px;
	height: 38px;
	top: 0;
	left: 0;
}
.header_search * {
	box-sizing: border-box;
}
.search_wr {
	position: absolute;
	width: 291px;
	background: url(/images/search_bg.png) no-repeat center;
	padding: 0px 0px 0px 30px;
	top: 0;
	right: 0;
	z-index: 10;
}
.search_wr input:nth-child(1) {
	border: none;
	background: none;
	padding: 9px;
	width: 220px;
	float: left;
	outline: none;
}
.search_wr input:nth-child(2) {
	float: left;
	outline: none;
	width: 30px;
	background: url(/images/search_icon.png) no-repeat center;
	padding: 9px;
	cursor: pointer;
	border: none;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	border-radius: 0px;/*for safari*/
}
.nav-container nav ul.tabs {
	font-size: 0;
	margin: 0 0 0 -9px;
	padding: 0;
	overflow: hidden;
}
.nav-container nav ul li {
	list-style: none;
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	color: #ffffff;
}
.nav-container nav ul li a {
	color: #ffffff;
}
.nav-container nav ul.tabs li a {
	font-size: 18px;
	position: relative;
	z-index: 1;
	background-color: #153860;
	cursor: pointer;
	min-width: 155px;
	height: 40px;
	margin-right: 4px;
	text-align: center;
	padding: 0 20px;
	font-family: 'Lato', 'Open Sans', sans-serif;
	transform: skewX(40deg);
	border-radius: 6px 6px 0 0;
	display: block;
}
.nav-container nav ul.tabs li:first-child a:after {
	content: "";
	width: 200px;
	height: 40px;
	position: absolute;
	top: 0;
	left: -190px;
	background-color: #153860;
}
.nav-container nav ul.tabs li a > span {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 40px;
	text-align: center;
	transform: skewX(-40deg);
}
/*.nav-container nav ul.tabs li:before {
 content: ' ';
 display: block;
 position: absolute;
 width: 41px;
 height: 37px;
 background: url("/images/tab_left.png") no-repeat;
 top: 0;
 left: -41px;
 }
 .nav-container nav ul.tabs li:after {
 content: ' ';
 display: block;
 position: absolute;
 width: 42px;
 height: 37px;
 background: url("/images/tab_right.png") no-repeat;
 top: 0;
 right: -42px;
 }*/
.nav-container nav ul.tabs li a:hover, .nav-container nav ul.submenu li a:hover {
	color: #b6d124;
}
.nav-container ul.submenu {
	font-size: 12px;
	font-family: 'Open Sans';
	margin: 15px 0 0 4px;
	padding: 0;
}
.nav-container ul.submenu li {
	margin-right: 31px;
}

footer {
	background: #123d65 url("/images/footer_mp_bg.png") repeat-x 0px -48px;
	min-height: 240px;
	padding-top: 25px;
	color: #ffffff;
	font-size: 14px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	/*margin-top:-365px;
	 height:340px;*/
}
footer a {
	color: #ffffff;
}
footer a:hover {
	text-decoration: underline;
}
footer .logo {
	float: left;
	margin-right: 20px;
}
footer h2 {
	font-size: 16px;
	font-family: Arial, sans-serif;
	color: #ffffff;
	margin: 0;
	padding: 20px 0;
}
.footer_title {
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0px 12px 0px;
}
footer .float-left {
	width: 50%;
	padding-left: 135px;
	background: url(/images/logo_white.png) no-repeat 0px 0px;
	padding-bottom: 10px;
}
footer .float-right {
	margin-top: 30px;
}

article {
	margin: 30px auto;
}
article.info-block {
	border-bottom: 1px solid #e4e8ed;
	padding-bottom: 27px;
}
article.info-block img {
	border: 1px solid #e8eef3;
}
article.info-block img.float-left {
	margin-right: 28px;
}
article.info-block .article-text {
	margin-left: 205px;
	font-size: 13px;
}
article.info-block .article-text h3 {
	font-size: 17px;
	margin: 0px 0px 7px 0px;
	padding: 0;
	font-weight: 500;
	color: #1f1f1f;
}
article.info-block .article-text p {
	color: #494949;
	line-height: 17px;
}
article.info-block .article-text p:nth-child(3) {
	margin-top: 11px;
}
article .author {
	text-align: right;
	color: #494949;
}
article .author span {
	font-size: 15px;
	font-weight: 600;
	display: block;
}

/* Slider */
ul.bxslider {
	margin: 11px 0 0 0;
	padding: 0;
}
.bxslider li {
	list-style: none;
}

.slider {
	position: relative;
	margin-top: 11px;
}

#bx-list {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #ffffff;
	width: 258px;
	height:343px;
	overflow:hidden;
}
.slider #bx-list a {
	display: block;
	padding: 6px 15px 7px 15px;
	font-size: 11px;
	color: #686868;
	font-weight: 500;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.slider #bx-list a span {
	font-size: 15px;
	font-weight: 600;
	display: block;
	color: #153860;
}
.slider #bx-list a.active, .slider #bx-list a.active span {
	color: #414141;
}
.slider #bx-list a.active:hover {
	color: #686868;
}
.slider #bx-list a.active:hover span {
	color: #503860;
}
.slider #bx-list a > div {
	position: absolute;
	bottom: 0;
}

.slider #bx-list a.active {
	background-color: #b6d124;
}
.slider #bx-list a:hover {
	background-color: #e4e8ed;
}
/*
.slides-pager {
	margin: 0 15px;
	padding: 10px 0 16px 0;
	border-top: 1px solid #cddbe4;
} */

.slides-pager{
	
	    bottom: 0px;
    width: 228px;
        margin: 0 15px;
    padding: 10px 0 16px 0;
    border-top: 1px solid #cddbe4;
    position: absolute;
    
    background-color: white;
}

#bx-list .slides-pager a {
	display: inline-block;
	width: 7px;
	height: 7px;
	background-color: #cddbe4;
	padding: 0;
}
#bx-list .slides-pager a.current {
	background-color: #b6d124;
}

.main {
	background: url("/images/background.png") center top repeat-x;
	padding-top: 5px;
}

.borders-tb {
	border-bottom: 1px solid #e4e8ed;
	padding: 1px 0;
}
.gray-bg {
	background-color: #f8f9fb;
}
.hot-blocks {
	font-size: 0;
	margin-left: -30px;
	padding-top: 32px;
	padding-bottom: 40px;
}
.hot-item {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 22.34%;
	margin-left: 30px;
	background-color: #123d65;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Open Sans', Arial, sans-serif;
	min-height: 44px;
	cursor: pointer;
}
.hot-item:hover {
	background-color: #205281;
}
.hot-item span {
	display: block;
	float: left;
	margin: 10px 0 10px 9px;
}
.hot-item img {
	float: right;
	margin: 0;
	padding: 5px 10px;
	border-left: 2px solid #f8f9fb;
	max-width: 34px;
	max-height: 35px;
}
.hot-item:after {
	content: ' ';
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	background: url("/images/hot_arrow.png") no-repeat;
	bottom: -23px;
	right: -22px;
}
.hot-item:hover:after {
	background: url("/images/hot_arrow_hover.png") no-repeat;
}

.width-container.newsline {
	margin-bottom: 23px;
}
.newsline .scrollbar-inner {
	position: relative;
	overflow: hidden;
}
.newsline ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.newsline li {
	list-style: none;
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 20px;
	width: 22.8%;
	vertical-align: top;
}
.newsline li a {
	display: block;
}
.newsline li:hover h4 a, .newsline li:hover .more a {
	color: #777;
}
.newsline li:hover h4, .newsline li:hover .more {
	color: #777;
}
.newsline li:hover .more .arrow {
	background: url("/images/arrow_small_hover.png") no-repeat right center;
}
.newsline li:hover img {
	filter: brightness(70%);
	-webkit-filter: brightness(70%);
	cursor: pointer;
}
section h2 {
	font-size: 23px;
	color: #2b2a2a;
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: 400;
}
section h2 span {
	color: #123d65;
}

.newsline .date {
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 2px;
}
.newsline h4 {
	white-space: normal;
	padding: 0;
	margin: 4px 0;
	font-size: 16px;
	font-weight: 500;
	height: 44px;
	overflow: hidden;
}

.newsline .more {
	color: #123d65;
	position: relative;
	border-top: 1px solid #e4ebef;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 4px;
	font-size: 12px;
	font-weight: 600;
	/* background: url("/images/arrow_small.png") no-repeat right 4px;*/
}
.newsline .more .arrow {
	width: 14px;
	height: 14px;
	background: url(/images/arrow_small.png) no-repeat right center;
}

/*.photogallery-link a.float-left {
 display: block;
 background: url("/images/arrow_small.png") no-repeat;
 width: 14px;
 height: 14px;
 }*/

/*.photogallery-link a.float-left:hover,
 .photogallery-link a:hover + a {
 background: url("/images/arrow_small_hover.png") no-repeat;
 cursor: pointer;
 }*/
.nl_bot_block:hover h4 a, .nl_bot_block:hover .more a {
	color: #777;
}
.nl_bot_block:hover .more a.float-right {
	background: url("/images/arrow_small_hover.png") no-repeat;
	cursor: pointer;
}
.partners {
	padding-top: 5px;
}
.partners img {
	display: block;
	margin: 0 auto;
}
.partners li h4, .partners li h4 a {
	font-size: 15px;
	color: #123d65;
	text-transform:uppercase;
}
.partners li {
	border-right: 1px solid #e8eef3;
	min-height: 138px;
	margin-right: 0;
	padding: 15px 15px 0 15px;
	width: 21.85%;
	color: #424242;
	font-size: 13px;
}
.partners li a {
	color: #424242;
}
.partners li div {
	white-space: normal;
}
.partners ul > li {
	border-left: 1px solid #e8eef3;
}
.partners ul li + li {
	border-left: 0;
}

.promo {
	margin-bottom: 30px;
	min-height:109px;
}



.secondary-pages .promo {
	border-top: 1px solid #e4e8ed;
	padding-top: 27px;
	margin-bottom: 25px;
}
.short-contacts {
	font-weight: 300;
}

.social_footer_icon {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 49px;
	height: 49px;
	margin-left: 10px;
}

.copyright {
	border-top: 1px solid #2a5175;
	padding: 21px 0px 0px 0px;
	margin-top: 22px;
	font-size: 12px;
	color: #e2e2e2;
}
.copyright a {
	margin-left: 10px;
}

.sp_top {
	background: url("/images/sp_top_bg.png") center repeat-x;
	border-bottom: 1px solid #e4e8ed;
	
}
.sp_top h1 {
	font-size: 23px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 500;
	color: #123d65;
	margin: 0;
	padding: 12px 0 10px 0;
}
.breadcrumbs {
	font-size: 11px;
	padding: 12px 0;
	color: #6d6d6d;
	
}
.breadcrumbs a {
	margin-right: 10px;
	color: #2a5175;
}
.breadcrumbs a:hover {
	color: #6d6d6d;
}

.main h1 {
	font-size: 23px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 500;
	color: #123d65;
	margin: 0;
	padding: 12px 0 7px 0;
}

.radio-buttons {
	padding: 7px 0;
}
.radio-buttons input {
	visibility: hidden;
}
.radio-buttons label {
	background: url("/images/radio_btn.png") left top no-repeat;
	min-height: 21px;
	padding: 2px 0 5px 30px;
	font-size: 12px;
	color: #808081;
	cursor: pointer;
	margin-right: 30px;
}
.radio-buttons input:checked + label {
	background: url("/images/radio_btn_checked.png") left top no-repeat;
	color: #000;
	font-weight: 600;
}

button {
	background-color: #153860;
	padding: 7px;
	font-size: 12px;
	min-width: 154px;
	border: none;
	color: #b6d124;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	outline: 0;
	cursor: pointer;
}
button:hover {
	color: #ffffff;
	background-color: #1f5281;
}

.gray-bg .radio-buttons + button.float-right {
	margin-top: 4px;
}

.left-col {
	width: 220px;
	float: left;
	margin-right: 15px;
	margin-bottom: 27px;
	margin-top:24px;
}

.right-col {
	margin: 24px 0 27px 0px;
	margin-top:24px;
	margin-bottom:27px;
	float:right;
	width:865px;
}
.sp_content {
	padding-top: 26px;
}
.left-menu {
	padding: 10px 0px 0px 0px;
	list-style-type: disc;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}
.left-menu li {
	list-style: none;
	font-size: 13px;
	color: #696969;
	margin-bottom: 6px;
	line-height: 18px;
}
.left-menu li a {
	color: #153860;
	text-decoration: underline;
}
.left-menu li a:hover {
	color: #696969;
	text-decoration: none;
}

.question {
	font-size: 15px;
	color: #153860;
	font-weight: 600;
	background: url("/images/question_ico.png") left 5px no-repeat;
	min-height: 29px;
	padding-left: 35px;
	line-height: 18px;
}
.question_section {
	padding-top: 5px;
}
.question_section.right-col {
	margin: 0px 0 23px 235px;
}
.answer {
	color: #000;
	font-size: 13px;
	border-left: 1px solid #e4e8ed;
	border-right: 1px solid #e4e8ed;
	background-image: url("/images/dashed_bg.png"), url("/images/dashed_bg.png");
	background-position: center top, center bottom;
	background-repeat: repeat-x;
	margin: 15px 0 25px 35px;
	padding: 10px 17px;
}
.author-date, .author-date a {
	font-size: 11px;
	color: #828282;
	margin-top: 8px;
	font-weight: 400;
}

.take-question {
	background: url("/images/dashed_bg_light.png") center center repeat-x;
	min-height: 37px;
}
.take-question button {
	background-color: #cddbe4;
	color: #153860;
	margin-top: 4px;
}
.take-question button:hover {
	color: #ffffff;
	background-color: #b5c9d4;
}

h2.title {
	color: #123d65;
	font-size: 23px;
	font-weight: 400;
	margin: 0;
	padding-bottom: 25px;
}
h3.subtitle {
	color: #383838;
	font-size: 15px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
.services-list {
	margin-bottom: 9px;
}
.services-list .subtitle {
	padding-bottom: 10px;
}
.services-list-item {
	position: relative;
	margin-top: 20px;
}
.services-list-item img {
	float: left;
	margin-right: 20px;
}
.item-info {
	margin-left: 250px;
	margin-left: 320px;
}
.item-info h4 {
	font-size: 17px;
	color: #153860;
	font-weight: 600;
	margin: 0;
	padding: 0;
	line-height: 18px;
}
.item-info h4 span {
	display: block;
	font-size: 15px;
	font-weight: 400;
}

.services-list-item .item-info ul {
	margin: 15px 40px 15px 0;
	padding: 0;
	font-size: 13px;
	font-weight: 600;
	color: #383838;
	float: left;
}
.services-list-item .item-info ul + ul {
	font-weight: 400;
}
.services-list-item .item-info li {
	list-style: none;
}

.photogallery-link {
	border-top: 1px solid #e4e8ed;
	font-size: 12px;
	margin-top:-19px;
}
.photogallery-link a {
	color: #153860;
	padding: 4px 4px 0px 25px;
	display: inline-block;
	background: url("/images/arrow_small.png") no-repeat 0px 4px;
}
.photogallery-link a:hover {
	color: #777777;
	background: url("/images/arrow_small_hover.png") no-repeat 0px 4px;
	cursor: pointer;
}
.photogallery-link a.float-left {
	margin-right: 5px;
}
/*===========15.12=================*/
.services_text_block {
	padding: 0px 0px 5px 35px;
	background: url("/images/question_ico.png") no-repeat 0px 5px;
	margin-top: 15px;
}
.stb_top {
	font-size: 12px;
	color: #777;
	padding: 0px 0px 3px 0px;
	background: url("/images/dashed_bg_light.png") repeat-x bottom;
}
.stb_top span {
	font-weight: bold;
	font-size: 13px;
	color: #444;
}
.stb_bot {
	padding-top: 8px;
}
.stb_bot div {
	padding-top: 2px;
	color: #5c5c5c;
	font-size: 13px;
}
/*===lightgallery====*/
.lg-backdrop {
	background-color: rgba(0, 0, 0, 0.9) !important;
}
.lg-thumb-outer {
	position: relative;
	text-align: center;
}
.lg-thumb.group {
	display: inline-block;
}
#lg-counter {
	position: absolute;
	top: -50px;
	right: 30px;
	color: #fff !important;
	display: inline-block;
	font-size: 13px !important;
	vertical-align: middle;
	padding: 5px 28px !important;
	background: #0d0d0d !important;
	border-radius: 50px;
}
.lg-close {
	background: url(/images/lg_close.png) no-repeat center;
}
.lg-sub-html {
	display: inline-block;
}
.lg-toolbar .lg-close:after, .lg-actions .lg-prev:after, .lg-actions .lg-next:before {
	display: none;
}
.lg-prev {
	background: url(/images/fg_prev.png) no-repeat center;
}
.lg-next {
	background: url(/images/fg_next.png) no-repeat center;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
	background-color: transparent !important;
	padding: 20px !important;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
	border: none;
}
.lg-outer .lg-thumb-item {
	border-radius: 0px !important;
}

/*Expositions page*/

.expo_filter {
	width: 100%;
	height: 40px;
	background: #f8f9fb;
	border-bottom: 1px solid #e4e8ed;
	margin-bottom:22px;
}
.filter_select {
	margin-right: 50px;
}
.filter_text {
	font-weight: 700;
	font-size: 12px;
	margin-top: 13px;
	margin-right: 15px;
}
.expo_filter select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url('/images/arrow_select.png') no-repeat 208px center;
	font-size: 11px;
	color: #686868;
	padding: 4px 5px 0 5px;
	height: 28px;
	border: 1px solid #dbe0e5;
	border-radius: 3px;
	margin-top: 6px;
}
.expo_filter select:focus {
	outline: none;
}
.expo_filter input {
	background: #fff url('/images/arrow_select.png') no-repeat 96px center;
	font-size: 11px;
	color: #686868;
	padding: 0 6px 0 6px;
	height: 26px;
	border: 1px solid #dbe0e5;
	border-radius: 3px;
	margin-top: 7px;
	width: 96px;
}
.expo_filter input:focus {
	outline: none;
}
.dash {
	margin: 20px 4px 0 4px;
	width: 11px;
	height: 1px;
	background: url('/images/dash.png') no-repeat;
}

#organizer_select {
	width: 344px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url('/images/arrow_select.png') no-repeat 328px center;
	font-size: 11px;
	color: #686868;
	padding: 4px 5px 0 5px;
	height: 28px;
	border: 1px solid #dbe0e5;
	border-radius: 3px;
	margin-top: 6px;
}
.expo_filter input::-webkit-input-placeholder {/* WebKit, Blink, Edge */
	color: #686868;
}
.expo_filter input:-moz-placeholder {/* Mozilla Firefox 4 to 18 */
	color: #686868;
}
.expo_filter input::-moz-placeholder {/* Mozilla Firefox 19+ */
	color: #686868;
}
.expo_filter input:-ms-input-placeholder {/* Internet Explorer 10-11 */
	color: #686868;
}

.expositions_left_side {
	margin: 21px 30px 25px 156px;
	width: 761px;
	margin-left: 162px;
    margin-right: 24px;
}
.exposition_item {
	margin-bottom: 22px;
}
.exposition_image {
	width: 118px;
	height: 118px;
	border: 1px solid #e4e8ed;
	padding: 1px 1px 2px 1px;
	display: table;
	margin-right: 20px;
}
.exposition_content {
	width: 619px;
	margin-top: 8px;
}
.exposition_title {
	line-height: 1;
}
.exposition_title a {
	color: #153860;
	font-weight: 700;
	font-size: 17px;
}
.exposition_title a:hover {
	color: #585858;
}
.exposition_place {
	color: #686868;
	font-size: 13px;
	font-weight: 600;
	padding-top: 5px;
}
.exposition_place a {

	text-decoration: underline;
}
.exposition_place a:hover {

	text-decoration: none;
}
.exposition_descr {
	font-size: 13px;
	font-weight: 600;
	margin: 11px 0 7px 0;
	line-height: 1.38;
	overflow: hidden;
	max-height:34px;
}
.exposition_period {
	background: url('/images/period_img.png') no-repeat left 7px;
	border-top: 1px solid #e4e8ed;
	font-size: 11px;
	font-weight: 600;
	padding: 8px 0 0 22px;
}
.exposition_image div {
	display: table-cell;
	vertical-align: middle;
}
.exposition_image div img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.expositions_right_side {
	width: 153px;
	margin-top: 20px;
}
.first_container {
	margin-bottom: 19px;
}
.ers_item {
	margin-bottom: 6px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e4ebef;
	display: block;
}
.ers_date {
	color: #535353;
	font-weight: 500;
	font-size: 10px;
}
.ers_image {
	width: 153px;
	margin: 2px 0 2px 0;
}

.ers_text {
	display: block;
	color: #123d65;
	font-size: 12px;
	margin-top: 7px;
	line-height: 1.2;
	font-weight: 500;
	height: 28px;
	overflow: hidden;
}
.ers_item:hover .ers_text {
	color: #777777;
}

.ers_sc_item {
	margin-bottom: 10px;
}
.blue_link {
	display: block;
	width: 131px;
	height: 36px;
	background: #123d65;
	color: #fff;
	font-size: 12px;
	padding: 0 8px 0 14px;
	margin-top: -5px;
}
.blue_link span {
	margin-top: 10px;
}

/*page 404*/

.not_found_wr {
	background: url("/images/404_bg.png") repeat center top;
	background-size: 100%;
	text-align: center;
	padding: 81px 0 146px 0;
	margin-bottom: -5px;
}
.not_found_top_text {
	color: #153860;
	font-size: 24px;
	line-height: 1.7;
	font-weight: 600;
	width: 380px;
	margin: 0 auto 26px auto;
}
.not_found {
	color: #153860;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 35px;
	margin: 18px auto 7px auto;
	line-height: 1;
}
.not_found_wr a {
	color: #153860;
	font-size: 15px;
	text-decoration: underline;
}
.not_found_bot_text {
	font-size: 15px;
	width: 615px;
	margin: 33px auto 0 auto;
	line-height: 1.18;
}

@media screen and (min-width: 1701px) and (max-width: 1801px) {
	.not_found_wr {
		background: url("/images/404_bg.png") repeat center -35px;
		background-size: 100%;
		text-align: center;
		padding: 81px 0 146px 0;
		margin-bottom: -5px;
	}
}
@media screen and (min-width: 1801px) and (max-width: 1921px) {
	.not_found_wr {
		background: url("/images/404_bg.png") repeat center -65px;
		background-size: 100%;
		text-align: center;
		padding: 81px 0 146px 0;
		margin-bottom: -5px;
	}
}
/*form*/
.form_exemple {
	width: 500px !important;
	margin: 0 auto !important;
}
.form_label {
	font-size: 13px;
	color: #4d4d4d;
	font-weight: 600;
	margin-bottom: 2px;
}
.form input[type=text] {
	width: 100%;
	height: 38px;
	border: 1px solid #c1ced7;
	border-radius: 4px;
	color: #696969;
	padding-left: 16px;
	margin-bottom: 15px;
	font-size: 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form input:focus {
	outline: none;
}
.form .error_field {
	border-color: #ca0505 !important;
	color: #ca0505 !important;
	font-weight: 600;
	font-size: 12px !important;
}
.form_exemple .checkbox_wr {
	margin: 15px 0 20px 0;
}
.form .checkbox {
	-webkit-appearance: none;
	background-color: #fff;
	border: 1px solid #c1ced7;
	padding: 7px 7px 8px 8px;
	position: relative;
	margin: 3px 10px 12px 0;
	cursor: pointer;
}
.form .checkbox:checked:after {
	content: url('/images/bifa.png');
	position: absolute;
	top: 0px;
	left: 2px;
	color: #7592a4;
}
.form .checkbox_label {
	margin-top: 2px;
	font-size: 13px;
	color: #696969;
	cursor: pointer;
}
.form .label_radio {
	margin-top: 2px;
	font-size: 13px;
	color: #696969;
}
.form textarea {
	width: 100%;
	height: 78px;
	border: 1px solid #c1ced7;
	border-radius: 4px;
	color: #696969;
	padding: 10px;
	font: 13px/1.42857 'Open Sans', sans-serif;
	resize: vertical;
	margin-bottom: 11px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form textarea:focus {
	outline: none;
}

.form_exemple .radio_wr {
	margin: 14px 0 12px;
}
.form input[type=radio] {
	display: none;
}
.form .label_radio {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 15px;
	margin-bottom: 12px;
}
.form .label_radio:before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 1px;
	background-color: #fff;
	border: 1px solid #c5d1d9;
	border-radius: 10px;
}
.form input[type=radio]:checked + .label_radio:before {
	padding-top: 2px;
	height: 15px;
	content: url('/images/radio.png');
	text-align: center;
}
.chosen_section {
	background: url('/images/bifa.png') no-repeat left center;
	padding-left: 30px;
	color: #696969;
	font-size: 13px;
	margin-top: 15px;
}
.form input[type=submit] {
	width: 200px;
	height: 38px;
	color: #fff;
	text-transform: uppercase;
	background: #153860;
	border: none;
	display: block;
	border-radius: 4px;
	text-align: center;
	margin-top: 24px;
}
.form input[type=submit]:hover {
	cursor: pointer;
}
.form input[type=submit]:focus {
	outline: none;
}

.form input[type=button] {
	width: 200px;
	height: 38px;
	color: #fff;
	text-transform: uppercase;
	background: #153860;
	border: none;
	display: block;
	border-radius: 4px;
	text-align: center;
	margin-top: 24px;
}
.form input[type=button]:hover {
	cursor: pointer;
}
.form input[type=button]:focus {
	outline: none;
}

.user_form_title {
	padding-top: 20px;
	color: #123d65;
	font-size: 20px;
}

/*profile menu*/
.profile_title {
	color: #123d65;
	font-size: 24px;
}

.profile_menu {
	width: 220px;
}

.profile_menu_items {
	margin-top: 22px;
}
.profile_menu_items a {
	color: #123d65;
	text-decoration: underline;
	display: inline-block;
	font-size: 13px;
	margin-bottom: 5px;
	font-weight: 600;
}
.profile_menu_items a:hover {
	color: #696969;
	text-decoration: none;
}
.profile_menu_items a.active_pmi {
	color: #696969;
	text-decoration: none;
}
/*profile content*/
.profile_content {
	width: 880px;
}

.form {
	width: 470px;
	margin: 22px 0 58px 0;
}
/*profile personal data*/
.profile_personal_data_form textarea {
	height: 70px;
	margin-bottom: 2px;
}
.profile_personal_data_form input[type=submit] {
	margin-top: 18px;
}
/*END profile personal data*/

/*profile legal info*/
.profile_legal_info_form .fancy-select {
	width: 223px !important;
	margin-right: 21px;
	background: url('/images/arrow_select.png') no-repeat 203px center;
}
.profile_legal_info_form div.fancy-select ul.options {
	width: 221px !important;
}
.profile_legal_info_form input[type=submit] {
	margin-top: 20px;
}
/*END profile legal info*/

/*profile file manager*/
.file_manager {
	width: 100%;
	border: 1px solid #c2ced7;
	padding: 14px 15px 0 15px;
	margin-bottom: 20px;
	height: 253px;
	overflow: auto;
}
.file_manager .checkbox {
	margin: 0 10px 7px 0;
}
.file_manager .checkbox_label {
	margin-top: -1px;
}
.file_manager_top {
	padding-bottom: 36px;
	border-bottom: 1px solid #f0f4f7;
}
.file_manager_info {
	color: #696969;
	font-size: 13px;
	/*font-weight:600;*/
	width: 675px;
	margin-top: 31px;
	line-height: 1.3;
}
.file_manager_btn {
	width: 200px;
	height: 38px;
	color: #fff;
	text-transform: uppercase;
	background: #153860;
	border: none;
	border-radius: 4px;
	text-align: center;
	line-height: 2.8;
	font-size: 14px;
	margin-top: 25px;
	cursor: pointer;
}
.file_manager_btn :focus {
	outline: none;
}
.file_manager_del_btn {
	width: 200px;
	height: 38px;
	color: #fff;
	text-transform: uppercase;
	background: #153860;
	border: none;
	border-radius: 4px;
	text-align: center;
	line-height: 2.8;
	font-size: 14px;
	margin-bottom: 20px;
	cursor: pointer;
}
.file_manager_del_btn :focus {
	outline: none;
}
.file_manager_form {
	display: none;
}
.file_manager_form input[type=file] {
	margin: 12px 0 15px 0;
}
.file_manager_form textarea {
	height: 70px;
}
.file_manager_form input[type=submit] {
	margin-top: 9px;
}
/*END profile file manager*/

/*profile exposition list*/
.expo_list_top {
	margin-top: 22px;
	padding-bottom: 20px;
	margin-bottom: 26px;
	border-bottom: 1px solid #f0f4f7;
}
.expo_list_btn {
	width: 200px;
	height: 42px;
	color: #fff;
	text-transform: uppercase;
	background: #153860;
	border: none;
	border-radius: 4px;
	text-align: center;
	line-height: 3;
	font-size: 14px;
	margin-top: 20px;
	cursor: pointer;
}
.expo_list_top .form_label {
	width: 660px;
}
.expo_list_form {
	display: none;
}
.profile_get_ticket_form {
	padding-bottom: 35px;
	border-bottom: 1px solid #f0f4f7;
}
.profile_get_ticket_form textarea {
	height: 70px;
}
.profile_get_ticket_form input[type=submit] {
	height: 42px;
	margin-top: 19px;
}
.expo_list_friends {
	/*margin-top: -32px;*/
	display: none;
}
.profile_invite_friends_form {
	margin: 7px 0 70px 0;
}
.profile_invite_friends_form .checkbox {
	margin: 0 10px 7px 0;
}
.friends_wr {
	width: 465px;
	height: 167px;
	border: 1px solid #c2ced7;
	border-radius: 4px;
}
.friends_left {
	width: 202px;
	border-right: 1px solid #c2ced7;
	padding: 14px 15px 0 15px;
	height: 153px;
	overflow: auto;
}
.friends_left .checkbox {
	margin: 0 10px 7px 0;
}
.friends_left .checkbox_label {
	margin-top: -1px;
}

.friends_right {
	width: 202px;
	padding: 14px 15px 0 15px;
	height: 153px;
	overflow: auto;
}
.friend_item {
	font-size: 13px;
	color: #696969;
	margin: -1px 0 7px 0;
}
.profile_invite_friends_form .label_radio {
	margin-top: 10px;
	font-weight: 600;
}
.profile_invite_friends_form .label_radio:before {
	bottom: -1px;
}
.profile_invite_friends_form input[type=submit] {
	height: 42px;
	margin-top: 19px;
}
/*END profile exposition list*/

/*profile messages*/
.message_wr {
	margin: 23px 0 129px 0;
	font-size: 13px;
	color: #383838;
}
.message_item {
	padding-bottom: 30px;
	border-bottom: 1px solid #f0f4f7;
	margin-bottom: 32px;
}
.message_item:nth-last-child(2) {
	border: none;
}
.message_top {
	color: #153860;
	font-weight: 600;
	border-bottom: 1px solid #f0f4f7;
	line-height: 1;
}
.message_from .message_author {
	color: #383838;
	font-size: 15px;
}
.message_from .message_status.read {
	color: #696969;
}
.message_date {
	color: #696969;
}
.message_content {
	font-size: 14px;
	margin-top: 5px;
}
.message_subject {
	color: #153860;
	font-size: 13px;
	font-weight: 600;
}
.message_delete {
	color: #696969;
	cursor: pointer;
}
/*END profile messages*/

/*map*/
.map_object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 759px;
	z-index: 2;
}
.map_object.background {
	z-index: 1;
}
.map_popup {
	width: 379px;
	/*height: 518px;*/
	padding: 9px;
	position: absolute;
	z-index: 15;
	background: #ebf1f4;
	display: none;
}
/*
 .map_popup:after{
 left:100%;
 top: 0;
 border: solid transparent;
 content: " ";
 height: 0;
 width: 0;
 position: absolute;
 pointer-events: none;
 border-color: rgba(235, 241, 244, 0);
 border-left-color: #ebf1f4;;
 border-top-color: #ebf1f4;;
 border-width: 10px;

 }
 */
#map-slider .item img {
	/*height:319px;*/
}
#map-slider-detail {

}
#map-slider-detail .item {

	float: left;
}
#map-slider-detail img {
	height: 180px;
	margin-left: 35px;
}
.map_detail {
	width: 500px;
	margin-top: 30px;
}
.map_popup_slider {
	position: relative;
}
.close_map_popup {
	cursor: pointer;
	width: 17px;
	height: 17px;
	background: #ebf1f4 url('/images/map/close.png') no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 6;
}
.map_popup_text {
	margin-top: 12px;
	line-height: 1;
}
.map_popup_text .obj_title {
	color: #153860;
	font-size: 17px;
	font-weight: 700;
}
.map_popup_text .obj_surface {
	color: #153860;
	margin-top: 5px;
	font-weight: 600;
	font-size: 15px;
}
.map_popup_text .obj_parameters {
	padding: 12px 15px 0 15px;
	line-height: 1.5;
	max-height: 136px;
	overflow: hidden;
}
.map_popup_text .obj_parameters .obj_parameter_title {
	width: 47%;
	color: #383838;
	font-size: 13px;
	font-weight: 700;
	margin-right: 6%;
	text-align: left;
}
.map_popup_text .obj_parameters .obj_parameter_value {
	width: 42%;
	color: #5c5c5c;
	font-size: 13px;
	font-weight: 600;
	text-align: left;
}

.map_menu_items_top {
	z-index: 10;
	position: absolute;
	top: 55px;
	left: 0;
}
.map_menu_item {
	padding: 5px 15px 5px 35px;
	border-radius: 15px;
	cursor: pointer;
	color: #fff;
	background: url('/images/map/icon.png') no-repeat 5px center;
	font-size: 13px;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 2px;
}
.map_menu_item:hover {
	background: #153860 url('/images/map/icon.png') no-repeat 5px center;
}
.map_menu_item.active {
	background: #153860 url('/images/map/icon.png') no-repeat 5px center;
}
.map_menu_item.selected {
	background: #153860 url('/images/map/icon.png') no-repeat 5px center;
}
.map_menu_items_bot {
	z-index: 10;
	position: absolute;
	top: 485px;
	right: 0;
}

.map_icon {
	width: 27px;
	height: 34px;
	position: absolute;
}
.map_icon.restaurant {
	background: url('/images/map/restaurant.png') no-repeat center;
	top: 275px;
	left: 250px;
}
.map_icon.atm {
	background: url('/images/map/atm.png') no-repeat center;
	top: 558px;
	left: 498px;
	z-index: 2;
}
.map_icon.security {
	background: url('/images/map/security.png') no-repeat center;
}
#security_icon1 {
	top: 575px;
	left: 425px;
}
#security_icon2 {
	top: 260px;
	left: 710px;
	z-index: 2;
}
/*END MAP*/

.galleryimagethumbnew {
	box-shadow: 1px 1px 5px #aaa;
	margin: 8px 9px 0 0;
}
.user_form {

}
.user_form .form_label {
	padding-top: 15px;
}
.hide {
	display: none;
}

.services-list-item .more_link {
	font-size: 14px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.services-list-item a.more_link:hover {
	text-decoration: underline;
}
.services-list p {
	color: #494949;
	line-height: 17px;
	font-size: 13px;
}
.services-list li {
	color: #494949;
	line-height: 17px;
	font-size: 13px;
}

.img_news_container {
	width: 252px;
	height: 117px;
}
.img_news_container img{
	
	width:100%;
	height:100%;
}

.partners h4{
	
	height:27px;
}
.partners li p{
	/*height:73px;*/
	
	
}



