html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, audio, canvas, details, figcaption,
figure, footer, header, hgroup, mark, menu, meter, nav,
output, progress, section, summary, time, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section, blockquote {
	display: block;
}

nav ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

ul ul {
	list-style: circle;
}

blockquote, q {
	quotes: none;
	max-width: 100%;
}

p {
	max-width: 100%;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* -------------------------------------------------------------------------- */
.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;} /* IE < 8 */
/* -------------------------------------------------------------------------- */

ins {
	text-decoration: underline;
}

del {
	text-decoration: line-through;
}

mark {
	background: none;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input[type="submit"], input[type="button"], button {
    padding: 0 !important;
    margin: 0 !important;
}

input, select, a img {
	vertical-align: middle;
}


body {
    font: 14px/16px Arial,Helvetica,sans-serif;
    color: #262626;
}

h1 {
    font: 48px/49px Arial,Helvetica,sans-serif;
    color: #11285c;
    text-transform: uppercase;
    margin-bottom: 31px;
	letter-spacing: -1px;
}
h2 {
    font: 24px/normal Arial,Helvetica,sans-serif;
    color: #262626;
    border-bottom: 1px solid #5e5e5e;
    margin: 33px 0 30px;
    padding-bottom: 13px;
}

ul {
    list-style: none;
    margin-bottom: 18px;
}
ul li {
    text-indent: 20px;
    background: url('../img/list-style.png') no-repeat 0 7px;
}

p {
    margin-bottom: 18px;
}

a {
    color: #328fce;
}
a:hover {
    color: #11285c;
    -webkit-transition: color 0.5s ease-out;/* Safari 3.2+, Chrome */
    -moz-transition: color 0.5s ease-out;/* Firefox 4-15 */
    -o-transition: color 0.5s ease-out;/* Opera 10.5-12.00 */
    transition: color 0.5s ease-out;/* Firefox 16+, Opera 12.50+ */
}

hr {
    width: 100%;
    clear: both;
    margin: 22px 0;
    border-top: 1px solid #a4a4a4;
}
hr.large-indentation {
    margin: 36px 0;
}


input,
select,
textarea {
    font-size: 11px;
    color: #5d5e60;
    border: 1px solid #7d7c7c;
}
input[type="text"],
input[type="password"] {
    border: 1px solid #5e5e60;
    background: url('../img/form-bg.png') repeat-x top left #ecedee;
    height: 15px;
    padding: 0 5px;
}
input[type="submit"] {
    color: #ffffff;
    background-color: #11285c;
    border: 0px none;
    height: 17px;
}
    input[type="submit"]:hover {
	background-color: #328fce;
	-webkit-transition: background 0.5s ease-out;/* Safari 3.2+, Chrome */
	-moz-transition: background 0.5s ease-out;/* Firefox 4-15 */
	-o-transition: background 0.5s ease-out;/* Opera 10.5-12.00 */
	transition: background 0.5s ease-out;/* Firefox 16+, Opera 12.50+ */
    }

#wrapper {
    background-color: #ffffff;
    border-left: 1px solid #5e5e60;
    border-right: 1px solid #5e5e60;
    width: 960px;
    margin: 0 auto;
    padding: 0 33px;
    position: relative;
overflow: hidden;
}

.clr {clear: both;display: block;}
.repeat-bg {background: url('../img/repeat-bg.png') 0 0; position: relative;}

.margin-top-36 {margin-top: 36px;}
.margin-right-20 {margin-right: 20px;}
.font-size-32 {font-size: 32px;line-height: 37px;}
.font-size-36 {font-size: 36px !important;}
.font-size-18 {font-size: 18px !important;}
.font-weight-bold {font-weight: bold;}

img.border {
    border: 1px solid #5e5e5e;
    padding: 3px;
}

a.pdf {
    background: url('../img/pdf.png') no-repeat left center;
    line-height: 19px;
    color: #5e5e5e;
    padding-left: 36px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
a.pdf:hover {
    color: #d43535;
}

.additional-header {
    font: 18px/19px Arial,Helvetica,sans-serif;
    color: #a4a4a4;
    text-transform: uppercase;
    min-height: 19px;
}
.blue-title {
    font: 24px/normal Arial,Helvetica,sans-serif;
    color: #11285c;
    margin-bottom: 13px;
}
.blue-subtitle {
    font: 18px/normal Arial,Helvetica,sans-serif;
    color: #11285c;
    margin-top: 25px;
    margin-bottom: 8px;
}
.blue-subtitle + hr {
    margin: 10px 0;
}
.blue-title a {
	text-decoration: none;
	color: #11285c;
}
.news-block .blue-title a {
	border-bottom: 1px solid transparent;
}
.news-block .blue-title a:hover {
	border-color: currentColor;
}

.breadcrumbs {
    font: 18px/19px Arial,Helvetica,sans-serif;
    color: #a4a4a4;
    text-transform: uppercase;
    margin-bottom: 32px;
}
    .breadcrumbs a {
	color: #a4a4a4;
    }
    .breadcrumbs a:hover {
	color: #328fce;
    }

.map {
    height: 360px;
    background: #71b77b;
    margin: 26px 0;
}

.human-block {
    background: #ffffff;
    padding: 12px 12px 23px;
    margin: 8px;
    font-size: 12px;
}
    .human-block .h-b-title {
	color: #11285c;
	font-weight: bold;
    }
    .human-block .h-b-quote {
	margin: 13px 0 14px;
    }

.bookmark {
    font: 18px/25px Arial,Helvetica,sans-serif;
    color: #ffffff;
    margin-left: -25px;
    margin-bottom: 18px;
    padding: 0 20px 7px 25px;
    background: url('../img/h3-bg.png') repeat-x 0 0;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
    .bookmark a {
	color: #ffffff;
	text-decoration: none;
    }

.text-image-block {
    vertical-align: bottom;
    margin-bottom: 16px;
    position: relative;
    height: 129px;
}
    .text-image-block .text-image-link {
	line-height: 120px;
    	display: inline-block;
	border: 1px solid #5e5e5e;
    }
    .text-image-block img {
	/*margin-right: 18px;*/
    }
    .text-image-link img.border {
        border: none;
	padding: 5px;
    }
    .text-image-block .t-i-b-right {
	position: absolute;
	bottom: 0;
	left: 147px;
    }
    .text-image-block .t-i-b-right .t-i-b-title {
	font-weight: bold;
    }
    .text-image-block .t-i-b-right .t-i-b-introtext {
	margin-top: 6px;
    }
    .text-image-block .t-i-b-right .t-i-b-link {
	line-height: 19px;
	margin-top: 18px;
    }
    .text-image-block .t-i-b-right .t-i-b-link.bg {
	background: url('../img/carousel-link.png') no-repeat 0 0;
	padding-left: 27px;
    }

.pagebar {
    color: #5e5e5e;
    margin: 52px 0;
}
    .pagebar a {
	color: #5e5e5e;
	text-decoration: none;
	padding: 0 1px;
    }
    .pagebar a:hover {
	color: #328fce;
    }
    .pagebar a.p-current {
	color: #262626;
	text-decoration: underline;
    }
    .pagebar a.p-next {
	background: url('../img/pagebar-bg.png') no-repeat right 4px;
	padding-right: 16px;
    }
    .pagebar a.p-prev {
	background: url('../img/pagebar-bg.png') no-repeat left -17px;
	padding-left: 16px;
    }
    .pagebar a.p-next:hover,
    .pagebar a.p-prev:hover {
	background-image: url('../img/pagebar-hover-bg.png');
	-webkit-transition: background 0.5s ease-out;/* Safari 3.2+, Chrome */
	-moz-transition: background 0.5s ease-out;/* Firefox 4-15 */
	-o-transition: background 0.5s ease-out;/* Opera 10.5-12.00 */
	transition: background 0.5s ease-out;/* Firefox 16+, Opera 12.50+ */
    }
    .pagebar .p-separator {
	padding: 0 8px;
    }

.news-block {
    margin-bottom: 26px;
}
    .n-title {
	margin-bottom: 9px;
	font-weight: bold;
    }
    .n-date {
	color: #5e5e5e;
	margin-bottom: 22px;
    }
    .news-block .n-author {
	font-size: 18px;
	color: #5e5e5e;
    }
    .news-block .n-theme {
	color: #11285c;
	margin-bottom: 18px;
    }
    .news-block .n-desc {
	color: #5e5e5e;
	margin-bottom: 18px;
    }
    .n-link {
	line-height: 19px;
	margin-top: 15px;
    }
	.n-link a {
	    color: #5e5e5e;
	    display: inline-block;
	    zoom: 1;
	    *display: inline;
	}
	.n-link a:hover {
	    color: #d43535;
	}
	.n-link.pdf a, .n-link a.pdf {
	    background: url('../img/pdf.png') no-repeat left center;
	    padding-left: 36px;
	}
	.n-link .print {
	    background: url('../img/print.png') no-repeat left center;
	    padding-left: 36px;
	    margin-right: 36px;
	    cursor: pointer;
	    display: inline-block;
	    zoom: 1;
	    *display: inline;
	}
    .news-block .n-source {
	margin-top: 18px;
    }
    .news-block .n-video {
	margin-top: 18px;
    }

.form {
    border: 10px solid #b8bfce;
    padding: 35px;
}
    .form .blue-title {
	border-bottom: 1px solid #5e5e5e;
	padding-bottom: 12px;
	margin-bottom: 18px;
    }
    .form input[type="text"] {
	background: #ffffff;
	width: 390px;
	height: 18px;
    }
.form textarea {
	width: 390px;
}
    .form .captcha input[type="text"] {
	width: 180px;
	height: 18px;
    }
    .form input[type="checkbox"] {
	margin: 0;
	margin-top: -3px;
	margin-right: 6 px;
    }
    .form .form-line {
	margin: 13px 0;
clear:both;
    }
	.form .form-line .f-l-left {
	    width: 195px;
	    line-height: 20px;
	    float: left;
	}
	.form .form-line .f-l-right {
	}
    .form input[type="submit"] {
	font-weight: bold;
	height: 20px;
	padding: 0 7px !important;
	margin-top: 40px !important;
	text-transform: uppercase;
    }

.repeat-bg-top {
    background: url('../img/repeat-bg-top.png') repeat-x top center;
    padding-top: 20px;
    margin-top: 40px;
}
    .repeat-bg-top .bookmark {
	margin-left: -5px;
    }
    

header {
    padding: 20px 0;
    position: relative;
    z-index: 3;
}
    header .border-top-header {
	border-bottom: 1px solid #5e5e60;
	width: 592px;
	height: 16px;
	float: left;
    }
    header .home-link {
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	background: url('../img/home-link.png') no-repeat top left;
	margin: 2px 0 0 15px;
    }
    header .search {
	float: right;
	width: 322px;
    }
	header .search input {
	    display: block;
	    padding: 0px 5px;
	}
	header .search input[type="text"] {
	    width: 283px;
	    height: 16px;
	    float: left;
	    margin-right: 3px;
	}
	header .search input[type="submit"] {
	    width: 24px;
	    height: 18px;
	    text-indent: -5000em;
	    background-image: url('../img/search-btn.png');
	    background-position: center;
	    background-repeat: no-repeat;
	}
    header .logo {
	clear: both;
	margin-top: 42px;
	float: left;
    }
	header .logo a {
	    width: 211px;
	    height: 77px;
	    display: block;
	    text-indent: -5000em;
	    background: url('../img/logo.png') no-repeat left top;
	}
    header .header-left {
	width: 666px;
	float: right;
	margin-top: 42px;
    }
    header .header-banner {
	width: 700px;
	float: right;
	margin-top: 42px;
    }
	header .header-left .date {
	    background: url('../img/header-date.png') no-repeat left top;
	    height: 52px;
	    text-indent: -5000em;
	}
	header .header-left .address {
	    background: url('../img/header-address.png') no-repeat left top;
	    line-height: 18px;
	    height: 18px;
	    color: #ffffff;
	    margin-top: 6px;
	    padding: 0 9px;
	}
    header .top-menu {
	margin-top: 42px;
    }
        header .top-menu a {
             display: block;
             margin-left: 10px;
             float: left;
             text-decoration: none;
     }
	header .top-menu li {
	    border-bottom: 1px solid #0c275c;
	    display: block;
	    float: left;
	    line-height: 22px;
	    height: 22px;	    
	    padding: 7px 0 8px 10px;
	    /*width: 141px;*/
	    width: 138px;
	    cursor: pointer;
	    position: relative;
	    list-style: none;
	    text-indent: 0;
	    background-image: none;
	}
	header .top-menu li.parent {
	    background: url('../img/menu-bg.png') no-repeat 150px 14px;
	}
	header .top-menu a:first-child {
	    margin-left: 0;
	}
	    header .top-menu li{
		color: #11285c;
		font-size: 18px;
		text-decoration: none;
	    }
	header .top-menu li.parent:hover{
	    background-position: 150px 20px;
	    background-image: url('../img/menu-bg-hover.png');
	}
	header .top-menu li:hover{
	    background-color: #328fce;
	    border: 0 none;
	    padding-bottom: 9px;
	    -moz-box-shadow: 4px 4px 0px rgba(0,0,0,0.2);/*FF 3.5+*/
	    -webkit-box-shadow: 4px 4px 0px rgba(0,0,0,0.2);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	    box-shadow: 4px 4px 0px rgba(0,0,0,0.2);
	    -webkit-transition: background 0.5s ease-out;/* Safari 3.2+, Chrome */
	    -moz-transition: background 0.5s ease-out;/* Firefox 4-15 */
	    -o-transition: background 0.5s ease-out;/* Opera 10.5-12.00 */
	    transition: background 0.5s ease-out;/* Firefox 16+, Opera 12.50+ */
	}
	    header .top-menu li:hover{
		color: #ffffff;
		-webkit-transition: color 0.5s ease-out;/* Safari 3.2+, Chrome */
		-moz-transition: color 0.5s ease-out;/* Firefox 4-15 */
		-o-transition: color 0.5s ease-out;/* Opera 10.5-12.00 */
		transition: color 0.5s ease-out;/* Firefox 16+, Opera 12.50+ */
	    }
	    header .top-menu li:hover ul li a {
		color: #252524;
	    }
	header .top-menu li ul {
	    display: none;
	    position: absolute;
	    left: 0;
	    top: 38px;
	    width: 184px;
	    background: #ffffff;
	    padding: 10px 0;
	}
	    header .top-menu li ul li {
		border-bottom: 0px none;
		line-height: 16px;
		height: 16px;
		float: none;
		margin: 0;
		padding: 2px 0 2px 15px;
		background: none;
	    }
		header .top-menu li ul li a {
		    font-size: 14px;
		}
	header .top-menu li ul li:hover {
	    background: none;
	    padding-bottom: 2px;
	    -moz-box-shadow: 0px 0px 0px #6d6b6b;/*FF 3.5+*/
	    -webkit-box-shadow: 0px 0px 0px #6d6b6b;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	    box-shadow: 0px 0px 0px #6d6b6b;
	}
	    header .top-menu li:hover ul{
		display:block;
		-moz-box-shadow: 4px 4px 0px rgba(0,0,0,0.2);/*FF 3.5+*/
		-webkit-box-shadow: 4px 4px 0px rgba(0,0,0,0.2);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
		box-shadow: 4px 4px 0px rgba(0,0,0,0.2);
	    }
		header .top-menu li ul li a:hover{
		    color: #328fce;
		    text-decoration: underline;
		}

footer {
    background: url('../img/footer-bg.png') repeat-x 0 0;
    padding: 25px 0 0px;
    overflow: hidden;
}
    footer .bottom-menu {
            width: 100%;
             left: 0;
    }
	footer .bottom-menu li {
	    width: 176px;
	    float: left;
	    margin-left: 20px;
	    font-size: 12px;
	    text-indent: 0;
	    background: none;
	    color: #5d5e60;
	    font-weight: bold;
	}
	footer .bottom-menu li:first-child {
	    margin-left: 0;
	}
		footer .footer__lang {
			margin-bottom: 30px;
		}
		footer .bottom-menu .footer__social span {
			color: #222222;
			font-size: 12px;
			line-height: 10px;
			display: block;
			margin-bottom: 7px;
		}
	    footer .bottom-menu li span {
			display: block;
			color: #1f3b7a;
	    }
	    footer .bottom-menu .footer__lang__home-link {
			padding-right: 7px;
			float: left;
		}
		footer .bottom-menu .footer__lang a{
			margin-right: 4px;
		}
		footer .bottom-menu li ul {
			clear: both;
			margin-top: 2px;
                        margin-right: 0;
			padding-top: 7px;
			border-top: 1px solid #5e5e60;
			list-style: none;
	    }
		footer .bottom-menu li ul li {
		    float: none;
		    margin: 0;
		    margin-bottom: 1px;
		    font-weight: normal;
		}		
		footer .bottom-menu .site-link{
			color: #4e8fcd;
			text-decoration: underline;
		}
		footer .bottom-menu a:hover {
			color: #11285c;
		}
		footer .bottom-menu li ul li.add-link {
		    margin-top: 16px;
		    font-weight: bold;
		}
		    footer .bottom-menu li ul li a {
				color: #5d5e60;
				text-decoration: none;
		    }
		    footer .bottom-menu li ul li a:hover,
		    footer .bottom-menu li ul li a.active {
			text-decoration: underline;
		    }
		    footer .bottom-menu li ul li a.active {
			cursor: default;
		    }
		
						

			
.content {
    margin: 42px 0;
	position: relative;
}
    /* .content .left {
	width: 690px;
	float: left;
	position: relative;
    }
    .content .right {
	width: 250px;
	float: right;
	font-size: 12px;
    } */
	.content .right .r-content {
	    background: #ffffff;
	    padding: 12px 12px 1px;
	    margin: 8px;
	    min-height: 20px;
	}
	.content .right .r-content p {
	    margin-bottom: 12px;
	}
    .content .center.repeat-bg {
		padding: 20px;
		float: left;
    }
	.content .chair-block {

    }
    .content .chair-image-block {
    	width: 710px;
    	float: left;
	background: #fff;
	padding-bottom: 20px;
    }
	    .content .chair-image-block .chairmen{
	    	width: 220px;
	    	float: left;
	    	margin-right: 15px;
	    }
	    	.chair-image-block .chairmen img{
	    	width: 220px;
	    	float: left;
	    	margin-bottom: 10px;
	    	margin-right: 15px;
	    }
	.content .content-add-info h1{
		margin-top: 40px;
	}

.main .content {
    margin-top: 28px;
}
.forum-block {
    margin: 36px 0 42px;
}
body > .bg {
    height: 100%;
    position: fixed;
    z-index: 0;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}
    body > .bg img {
	width: 100%;
	min-width: 1920px;
    }
/*.main .repeat-bg {
    background: url('../img/main-repeat-bg.png') 0 0;
    padding: 15px 33px;
    margin: 0 -33px;
}*/
.main .clock {
    margin-left: 38px;
    float: left;
}
    .clock .clock_h{
	color: #252524;
	margin: 0 0 15px;
	position: relative;
	text-align: center;
    }
    .clock .clock_item{
	display: block;
	float: left;
	position: relative;
	text-align: center;
    }
    .clock .separate{
	color: #11285C;
	display: block;
	float: left;
	font-size: 42px;
	font-weight: bold;
	line-height: 42px;
	margin: 0 10px;
	position: relative;
	vertical-align: top;
    }
    .clock .clock_item .c_count{
	color: #11285C;
	display: block;
	font-size: 42px;
	font-weight: bold;
	line-height: 42px;
	position: relative;
    }
    .clock .clock_item .c_descr{
	color: #A3A4A5;
	display: block;
	position: relative;
    }
.mef{
    background: url('../img/mef-bg.png') no-repeat 0 center;
    border-right: 1px solid #5E5E60;
    display: block;
    float: left;
    margin: 0 0 0 60px;
    position: relative;
}
    .mef a{
	background: url('../img/mef-link.png') no-repeat 87% center;
	text-decoration: none;
	display: block;
	padding: 15px 88px 15px 64px;
    }
    .mef a:hover{
	background: url('../img/mef-link-hov.png') no-repeat 91% center;
	-webkit-transition: background 1s ease-out;
	-moz-transition: background 1s ease-out;
	-o-transition: background 1s ease-out;
	transition: background 1s ease-out;
    }
	.mef .m1{
	    color: #252524;
	    display: block;
	    font-size: 18px;
	    position: relative;
	}
	.mef .m2{
	    color: #0D275C;
	    display: block;
	    font-size: 36px;
	    font-weight: normal;
	    line-height: 36px;
	    margin: 5px 0 0;
	    position: relative;
	}
.join{
    float: left;
}
    .join .participate {
	background: url('../img/join.png') no-repeat 0 0;
	display: block;
	margin: 7px 0 10px 50px;
	padding: 25px 127px;
	position: relative;
    }
.join .participate:hover {
	background-position: 0 -50px;
}	
     .join .link_support{
         font-size: 18px;
         margin-left: 90px;
     }
.view{/*HERE*/
    float: left;
	margin: 0 0 0 100px;
}
    .view a {
	background: url('../img/view.png') no-repeat 0 0;
	display: block;
	margin: 20px 0 0 50px;
	padding: 25px 112px;
	position: relative;
    }
.main-title{
    position: relative;
    min-width: 130px;
    font: 18px/normal Arial,Helvetica,sans-serif;
    color: #ffffff;
    margin-bottom: 18px;
    margin-top: -5px;
    padding: 2px 45px 5px 10px;
    background: url('../img/main-title.png') repeat-x 100% 0;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
    .main-title a {
	color: #ffffff;
	text-decoration: none;
    }
    .main-title i {
	position: absolute;
	right: 25px;
	background: url('../img/main-title-icons.png') no-repeat 0 50%;
    }
    .main-title.interesting {
	position: absolute;
	z-index: 10;
	top: 20px;
    }
.part-news{
    border-top: 1px solid #5D5E60;
}
    .part-news .partners {
	display: block;
	float: left;
	margin: -1px 25px 0 0;
	padding-right: 30px;
	position: relative;
	width: 160px;
	height: 160px;
    }
	.part-news .part-items > a {
	    display: block;
	    margin: 0 auto;
	    position: absolute;
	    text-decoration: none;
	    color: #5D5E60;
	    text-align: center;
	    width: 160px;
	}
    .part-news .news {
	width: 959px;
	float: left;
	margin-top: -1px;
	position: relative;
	border-left: 5px solid #ffffff;
    }
	.part-news .news .news-item {
	    display: block;
	    float: left;
	    margin-left: 20px;
	    position: relative;
	    width: 960px;
	}
	.part-news .news .news-item.first {
	    margin-left: 0;
	}
	    .part-news .news .news-item .n-date {
		margin-bottom: 9px;
	    }
.actions {
    background: url('../img/repeat-bg-top-blue.png') repeat-x 0 0;
    border-top: 1px solid #5D5E60;
    border-bottom: 1px solid #5D5E60;
    margin: 36px 0;
}
    .actions .left {
	margin-top: 16px;
	padding-right: 10px;
	width: 632px !important;
	border-right: 1px solid #5D5E60;
    }
    .actions .blue-date {
	color: #328fce;
	margin-bottom: 13px;
    }
    .actions .actions-footer-bg {
	height: 16px;
	background: url('../img/repeat-bg-top-blue.png') repeat-x 0 0;
	margin-top: 36px;
    }
    .actions .right {
	width: 307px;
	margin-top: 16px;
	border-left: 1px solid #5D5E60;
	padding-left: 10px;
	margin-left: -11px;
	font-size: 14px;
    }
    .actions .atc-item {
	margin-bottom: 18px;
    }
.public {
    margin-top: 47px;
    border-top: 1px solid #5D5E60;
margin-bottom: 42px;
}
    .video {
	display: block;
	float: left;
	margin: -1px 25px 0 0;
	position: relative;
	width: 190px;
    }
	.video .main-title i {
	    width: 12px;
	    height: 15px;
	    top: 6px;
	}
	.video a{
	    display: block;
	    position: relative;
	}
	.video a .overload{
	    display: block;
	    height: 100%;
	    position: absolute;
	    right: 0;
	    top: 0;
	    width: 100%;
	    z-index: 999999;
	    background: 50%;
	}
	.video a:hover .overload{
	    background: url(../img/video-play.png) no-repeat 50% 50% scroll rgba(17, 40, 92, 0.5);
	    -webkit-transition: background 0.5s ease-out;/* Safari 3.2+, Chrome */
	    -moz-transition: background 0.5s ease-out;/* Firefox 4-15 */
	    -o-transition: background 0.5s ease-out;/* Opera 10.5-12.00 */
	    transition: background 0.5s ease-out;/* Firefox 16+, Opera 12.50+ */
	}
    .photo {
	margin-top: -1px;
	display: block;
	float: left;
	margin: -1px 25px 0 0;
	position: relative;
	width: 190px;
	border-left: 5px solid #ffffff;
    }
	.photo .main-title i {
	    width: 19px;
	    height: 15px;
	    top: 4px;
	    background-position: -12px 0;
	}
	.photo a{
	    display: block;
	    position: relative;
	}
	.photo a .overload{
	    display: block;
	    height: 100%;
	    position: absolute;
	    right: 0;
	    top: 0;
	    width: 20%;
	    z-index: 999999;
	    background: 50%;
	}
	.photo a:hover .overload{
	    background:url(../img/photo-arrow.png) no-repeat 50% 50% scroll rgba(17, 40, 92, 0.5);
	    -webkit-transition: background 0.5s ease-out;/* Safari 3.2+, Chrome */
	    -moz-transition: background 0.5s ease-out;/* Firefox 4-15 */
	    -o-transition: background 0.5s ease-out;/* Opera 10.5-12.00 */
	    transition: background 0.5s ease-out;/* Firefox 16+, Opera 12.50+ */
	}
    .pub {
	margin-top: -1px;
	border-left: 5px solid #ffffff;
	float: left;
	width: 520px;
    }
.public .pub {
	border-left: 0 solid #ffffff;
}
	.pub .main-title i {
	    width: 16px;
	    height: 12px;
	    top: 6px;
	    background-position: -31px 0;
	}
	.pub span.cont {
	    display: block;
	    float: left;
	    position: relative;
	    width: 350px;
	}
	.pub a.pdf {
	    float: right;
	}

.forum-goals .content .left ul {
    margin-bottom: 30px;
}
    .forum-goals .content .left ul li {
	line-height: 17px;
    }

.forum-organizers .content .center .chairs {
    background: #ffffff;
    float: left;
    margin-bottom: 45px;
    padding: 17px 20px 17px 15px;
}
    .forum-organizers .content .center .chairs .block {
	width: 230px;
	margin-left: 5px;
	vertical-align: top;
	display: inline-block;
	zoom: 1;
	*display: inline;
    }
.forum-organizers .content .center .committee-members {
    background: #ffffff;
    padding: 9px 9px;
}
    .forum-organizers .content .center .committee-members .block {
	margin: 5px 3px 34px 2px;
	vertical-align: top;
	display: inline-block;
	zoom: 1;
    }
.forum-organizers .content .center .block .desc {
    margin-top: 14px;
    color: #5e5e5e;
}
.forum-organizers .content .center .block .title {
    margin-top: 7px;
    font-weight: bold;
}
.forum-organizers .content .left {
    margin-top: 60px;
}
    .forum-organizers .content .left .carousel {
	height: 56px;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
    }
    .forum-organizers .content .left .carousel.show {
	height: auto;
    }
	.forum-organizers .content .left .carousel .header {
	    position: relative;
	    cursor: pointer;
	    font-size: 24px;
	    line-height: 28px;
	    padding: 16px 0 13px 54px;
	    background: #c0d0ec url('../img/menu-bg.png') 650px 25px no-repeat;
	}
	    .forum-organizers .content .left .carousel .header i {
		background: url('../img/menu-bg.png') 0 0 no-repeat;
		position: absolute;
		width: 14px;
		height: 9px;
		top: 25px;
		left: 23px;
	    }
	.forum-organizers .content .left .carousel.show .header {
	    background: #c0d0ec url('../img/carousel-header-show-bg.png') 650px 25px no-repeat;
	}
	    .forum-organizers .content .left .carousel.show .header i {
		background: url('../img/carousel-header-show-bg.png') 0 0 no-repeat;
	    }
    .forum-organizers .content .left #accordion .block {
	border-top: 1px solid #5e5e5e;
	padding: 0 23px 11px;
    }
    .forum-organizers .content .left #accordion .block-first {
	border-top: 0px;
	padding: 0 23px 11px;
    }
	.forum-organizers .content .left #accordion .block > .title {
	    color: #5e5e5e;
	    font-weight: bold;
	    margin: 23px 0 16px;
	}

.forum-location .content .left .map {
    margin: 0 0 18px;
}

.forum-faq .content .question-block {
    margin-bottom: 40px;
}

.media-news-inner .content h1 {
    font-size: 32px;
    text-transform: none;
}
.media-news-inner .content .news-inner-date,
.media-news-inner .content .news-inner-source {
    color: #5e5e5e;
}
.media-news-inner .content .right p {
    margin-bottom: 32px;
}
    .media-news-inner .content .right p cite {
	clear: both;
	display: block;
	font-style: normal;
	padding-top: 12px;
	color: #5e5e5e;
    }

.speakers .publication-block {
    margin-bottom: 18px;
}
    .speakers .publication-block .pub-title {
	font-weight: bold;
	margin-bottom: 9px;
    }
	.speakers .publication-block .pub-title a {
	    font-weight: normal;
	}
    .speakers .publication-block .pub-introtext {
	margin-bottom: 9px;
    }
    .speakers .publication-block .pub-link {
	line-height: 19px;
    }
	.speakers .publication-block .pub-link a {
	    color: #5e5e5e;
	    display: inline-block;
	    zoom: 1;
	    *display: inline;
	}
	.speakers .publication-block .pub-link a:hover {
	    color: #d43535;
	}
	.speakers .publication-block .pub-link.pdf a {
	    background: url('../img/pdf.png') no-repeat left center;
	    padding-left: 36px;
	}
    .speakers .publication-block .pub-question {
	background: url('../img/question.png') no-repeat left center;
	padding-left: 36px;
	line-height: 19px;
	font-weight: bold;
	cursor: pointer;
    }

.gallery {
    position: relative;
    height: 140px;
    margin: 25px 0 18px 0;
    position: relative;
    padding: 0 40px;
}
.gallery_mob {
	/* display: none; */
	position: absolute;
	left: -9999px;
	width: 650px;
}
@media (max-width: 980px) {
	.gallery_desktop {
		/* display: none; */
		position: absolute;
		left: -9999px;
		width: 650px;
	}
	.gallery_mob {
		/* display: block; */
		position: relative;
		left: 0;
		width: auto;
	}
}
    
    .gallery .slides {
	
	overflow: hidden;
    }
    .gallery .slides ul {
	margin: 0;
	position: relative;
    }
	.gallery .slides ul li {
	    float: left;
	    background: none;
	    text-indent: 0;
	}
    .gallery .wt-scroller img {
	padding: 2px;
	margin: 0 6px;
	border: 1px solid #ffffff;
	cursor: pointer;
	opacity: 1 !important;
    }
    .gallery .wt-scroller img:hover {
	border-color: #606060;
	-webkit-transition: border-color 0.5s ease-out;/* Safari 3.2+, Chrome */
	-moz-transition: border-color 0.5s ease-out;/* Firefox 4-15 */
	-o-transition: border-color 0.5s ease-out;/* Opera 10.5-12.00 */
	transition: border-color 0.5s ease-out;/* Firefox 16+, Opera 12.50+ */
    }
    .gallery .lower-panel {
	margin-top: 13px;
	padding: 0 !important;
    }
    .gallery .scroll-bar {
	width: 690px !important;
	margin: 0 -40px;
	height: 8px;
	background: #c0d0ec;
    }
    .gallery .scroll-bar .thumb {
	position: absolute;
	width: 60px;
	height: 8px;
	background: #338fce;
	cursor: pointer;
    }
    .prev-btn, .next-btn {
	position: absolute;
	top: 0;
	height: 120px;
	width: 33px;
	cursor: pointer;
    }
    .prev-btn {
	left: 0;
	background: url('../img/gallery-btn.png') no-repeat left center #c0d0ec;
    }
    .next-btn {
	right: 0;
	background: url('../img/gallery-btn.png') no-repeat right center #c0d0ec;
    }

.events-inner .news-block .n-link {
    margin-top: 5px;
}

.scrollable {
    position:relative;
    overflow:hidden;
    width: 960px;
    height:374px;
}
    .scrollable .s-items {
	width:20000em;
	position:absolute;
	clear:both;
    }
	.scrollable .s-items > div {
	    float:left;
	    width:960px;
	    list-style: none;
	    background: none;
	    text-indent: 0;
	}
	    #scrollable .s-items div img {
		position: absolute;
		z-index: 0;
	    }
	    .scrollable .s-items div .s-content {
		position: relative;
		margin: 34px 100px 0 420px;
		width: 440px;
	    }
		.scrollable .s-items div .s-content .s-title {
		    color: #ffffff;
		    font: 24px/24px Arial,Tahoma,Sans-serif;
		    font-weight: bold;
		}
		.scrollable .s-items div .s-content .s-desc {
		    color: #c0d0ec;
		    margin-bottom: 35px;
		}
		.scrollable .s-items div .s-content .s-quote {
		    color: #ffffff;
		    font: 24px/28px Arial,Tahoma,Sans-serif;
		    background: url('../img/left-arrow.png') no-repeat 0 0;
		    padding-left: 50px;
		    margin-left: -50px;
		    margin-bottom: 30px;
		    position: relative;
		}
		    .scrollable .s-items div .s-content .s-quote .s-q-array-right {
			background: url('../img/right-arrow.png') no-repeat 0 0;
			width: 33px;
			height: 32px;
			position: absolute;
			bottom: 0;
			right: -25px;
		    }
		.scrollable .s-items div .s-content .s-link {
		    background: url('../img/link-arrow.png') no-repeat right 8px;
		    color: #ffffff;
		    display: block;
		    font: 14px/17px Arial,Tahoma,Sans-serif;
		    padding: 5px 23px 5px 0;
		    position: relative;
		    text-decoration: none;
		    width: 335px;
		}
		.scrollable .s-items div .s-content .s-link:hover {
		    color: #328fce;
		    background: url('../img/link-arrow-hov.png') no-repeat right 8px;
		    -webkit-transition: color 0.5s ease-out, background 0.5s ease-out;
		    -moz-transition: color 0.5s ease-out, background 0.5s ease-out;
		    -o-transition: color 0.5s ease-out, background 0.5s ease-out;
		    transition: color 0.5s ease-out, background 0.5s ease-out;
		}
#scroll {
    background: url('../img/scroll-bg-top.png') no-repeat 0 0;
    padding-top: 3px;
    height: 400px;
}
    .scroll-bg-bottom {
	background: url('../img/scroll-bg-bottom.png') no-repeat 0 0;
	height: 4px;
	width: 100%;
	position: absolute;
	z-index: 5;
	bottom: 11px;
    }
.navi {
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.5);
    height: 29px;
    padding-top: 15px;
    margin-top: -44px;
    position: relative;
    text-align: center;
    display: none;
	width: 960px;
}
.navi.white {
    	border-top: 1px dotted #A3A4A5;
}
    .navi.hover {
	display: block;
    }
    .navi a {
	background: url('../img/sl-control.png') no-repeat center -10px;
	width: 10px;
	height: 10px;
	margin: 0 3px;
	cursor: pointer;
	display: inline-block;
	zomm: 1;
	*display:inline;
    }
    .navi.white a {
	background-position: 50% -20px;
    }
    .navi a:hover {
	background-position: 50% -30px;
    }
    .navi a.active {
	background-position: 50% 0;
	cursor: default;
    }
.program-mef_slogan {
	border-bottom: 0;
}
.program_print_block {
	background: #ecedee url(/img/print-icon.png) 15px 15px no-repeat;
	border-top: 1px solid #5e5e5e;
	border-bottom: 1px solid #5e5e5e;
	padding: 15px 10px;
	padding-left: 50px;
	font-size: 14px;
}
.program_print_block a {
	display: block;
	margin: 4px 0;
}
.program_print_block a:hover {
	text-decoration: underline;
}
.program-forum .head-date {
	font-size: 48px;
	line-height: normal;
	color: #328fce;
	border-bottom: 1px solid #5e5e5e;
	padding-bottom: 7px;
	margin: 36px 0;
}
.program-forum .program-block .p-b-header {
	font: 24px/normal Arial,Helvetica,sans-serif;
    color: #262626;
}
	.program-forum .program-block .p-b-header.grey {
		color: #5e5e5e;
	}
	.program-forum .program-block .p-b-header.blue {
		color: #11285c;
	}
.program-forum .program-block  {
	margin-bottom: 22px;
}
.program-forum .program-block .p-b-left {
	float: left;
	width: 115px;
	padding-right: 20px;
	margin-top: 8px;
}
	.program-forum .program-block .p-b-left .p-b-date {
		color: #328fce;
	}
	.program-forum .program-block .p-b-left .p-b-place {
		color: #5e5e5e;
	}
.program-forum .program-block .p-b-right {
	margin-left: 135px;
}
.program-forum .program-block .p-b-right .p-b-content_btn {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('../img/arr-program.png') 2px -20px no-repeat;
	background-size: 45%;
	cursor:  pointer;
	margin-top: 10px;
	padding: 0 20px 0 0;
}
.program-forum .program-block .p-b-right .p-b-content_btn.open {
	background: url('../img/arr-program.png') 2px 3px no-repeat;
	background-size: 45%;
}
.program-forum .program-block .p-b-right .p-b-content {
	margin-top: 18px;
}
.program-forum .program-block .p-b-content p {
	line-height: 135%;
	margin-bottom: 6px;
}
.program-forum .p-b-content .people{	
	line-height: inherit;
}
.program-forum .p-b-content .people p{	
	margin-bottom: 10px;
}
.program-forum .program-block .p-b-right a {
	color: #262626;
}
.program-forum .program-block .p-b-right a:hover {
	color: #11285c;
}
.program-forum .program-block a.result_link {
	display: block;
	color: #0091d0;
	margin-top: 20px;
}

#program_big {
display: none;
font-family: Arial;
font-size: 12px;
}
#program_big .head-date {
font-size: 28px;
margin: 15px 0;
}
#program_big  .program-block .p-b-left {
width: 140px;
margin-top: 0px;
margin-bottom: 5px;
}
#program_big .program-block .p-b-right {
margin-left: 160px;
}
#program_big .program-block .p-b-header {
font: 16px/normal Arial,Helvetica,sans-serif;
}
#program_big .p-b-content > a:first-child{
display: none;
}
#program_big .p-b-content > a:first-child + br{
display: none;
}
#program_big .p-b-content > a:first-child + br + br{
display: none;
}

#program_sm {
display: none;
font-family: Arial;
font-size: 12px;
}
#program_sm .head-date {
font-size: 28px;
margin: 15px 0;
}
#program_sm  .program-block .p-b-left {
width: 140px;
margin-top: 0px;
margin-bottom: 5px;
}
#program_sm .program-block .p-b-right {
margin-left: 160px;
}
#program_sm .program-block .p-b-header {
font: 16px/normal Arial,Helvetica,sans-serif;
}
#program_sm .p-b-content > a:first-child{
display: none;
}
#program_sm .p-b-content > a:first-child + br{
display: none;
}
#program_sm .p-b-content > a:first-child + br + br{
display: none;
}

/* popup pub ask form */
/* all page*/
#parent_popup {
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
	position: fixed;
	z-index: 99999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
/* border and position popup */
#popup {
	width: 870px;
	margin: 10% auto;
	border: 10px solid rgba(17, 40, 92, 0.3);
	position: relative;
}
/* in popup */
.color_popup {
	background-color: #fff;
	padding: 50px 50px 10px 50px;
}
/* close upper right */
.close {
	background-image: url('../img/close.png');
	background-repeat:no-repeat;
	width: 13px;
	height: 11px;
	position: absolute;
	right: 24px;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.9);
	font-size: 14px;
	top: 24px;
}
/* head */
.title_question, .ask_form_label {
	font: 14px Arial,Helvetica,sans-serif;
}
/* ander head title */
.title_question {
	color: #5e5e5e;
}
/* line */
/*
hr {
	padding-bottom: 1px;
	background-color: #5e5e5e;
}
*/
.ask_form_input {
	position: relative;
	margin-top: -16px;
	margin-left: 100px;
}
input.popup_input {
	background-color: #fff;
}
.ask_form_label {
	padding-bottom: 10px;
}
.note_field {
	padding-top: 10px;
	padding-bottom: 20px;
}
.popup_head, .ask_form_label {
	color: #262626;
}
.popup_head {
	font: 18px Arial,Helvetica,sans-serif;
}
.popup_text_area:focus, input.popup_input:focus {
	border: 1px solid #7D7C7C;
}
.popup_text_area, .ask_form_input, input.popup_input:focus, input.popup_input {
	font-size: 14px;
}



/* РЎРІРѕСЂР°С‡РёРІР°РЅРёРµ/СЂР°Р·РІРѕСЂР°С‡РёРІР°РЅРёРµ СЂР°Р·РґРµР»РѕРІ "РћСЂРіР°РЅРёР·Р°С†РёРѕРЅРЅС‹Р№ РєРѕРјРёС‚РµС‚" Рё "РџСЂРѕРіСЂР°РјРјРЅС‹Р№ РєРѕРјРёС‚РµС‚"*/
/* РїСЂР°РІРєР° РґР»СЏ jQuery-ui */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background-color: #C0D0EC;
}
.ui-state-default .ui-icon {
	background-image: url("../img/menu-bg.png");
}
.ui-icon-triangle-1-e, .ui-icon-triangle-1-s {
	background-position: 1px 3px;
}
.ui-state-active .ui-icon {
	background-image: url("../img/carousel-header-show-bg.png");
}
.accordion_header {
	font-size: 24px;
}


.ui-widget {
	font: inherit;
}

#accordion .ui-accordion-content {
	border: 0px;
}






/* media menu */
.wrapper_media_menu {
	background-color: #d6ddf0;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #000;
}

.media_menu {
	width: 960px;
	margin: 0 auto;
	font: 11px arial;
	padding-top: 8px;
}

.ul_media_menu {
	text-transform: uppercase;
	float: right;
        margin-bottom: 9px!important;
}

.ul_media_menu a {
	color: black;
	text-decoration: none;
}

.ul_media_menu a:hover {
	text-decoration: underline;
}

.ul_media_menu a.active {
	color: black;
	text-decoration: underline;
}

.li_media_menu {
	background: none;
	display: inline;
	list-style: none;
    border-left: 1px solid #000; /* РџР°СЂР°РјРµС‚СЂС‹ Р»РёРЅРёРё */
    margin-left: 10px; /* РћС‚СЃС‚СѓРї СЃР»РµРІР° */
    padding-left: 10px; /* Р Р°СЃСЃС‚РѕСЏРЅРёРµ РѕС‚ Р»РёРЅРёРё РґРѕ С‚РµРєСЃС‚Р° */
}

.li_media_menu_head, .first_element {
	background: none;
	display: inline;
	list-style: none;
	margin-left: 10px;
}

.li_media_menu_head {
	font-weight: bold;
}

.lang {
	width: 70px;
	float: left;
	font-size: 0;
}
.header-lang-link{
	margin-right: 6px;
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.header-social{
	margin-top: -3px;
	display: block;
	float: left;
}
.soc {
    margin-top: 40px;
	width: 250px;
}

.b-share__text {
	color: #5a5a5a!important;
	font: normal 14px Arial, sans-serif!important;
	text-transform: uppercase;
}
.b-share-icon {
	background-image: url(../img/soc.png)!important;
	width: 20px!important;
	height: 20px!important;
}
.b-share-icon_facebook {
	background-position: 0 0!important;
}
.b-share-icon_vkontakte {
	background-position: 0 -20px!important;
}
.b-share-icon_twitter {
	background-position: 0 -40px!important;
}
.b-share-icon_lj {
	background-position: 0 -60px!important;
}
.b-share__link:hover .b-share-icon_facebook {
	background-position: -20px 0!important;
}
.b-share__link:hover .b-share-icon_vkontakte {
	background-position: -20px -20px!important;
}
.b-share__link:hover .b-share-icon_twitter {
	background-position: -20px -40px!important;
}
.b-share__link:hover .b-share-icon_lj {
	background-position: -20px -60px!important;
}
.nobr label span {
	vertical-align: middle;
}
.captcha img {
	vertical-align: middle;
	margin-right: 30px;
}
.inputfile_wrap {
	background: url(../img/inputfile.png) no-repeat 0 0;
	overflow: hidden;
	height: 40px;
	cursor: pointer;
}
.inputfile_wrap:hover {
	opacity: 0.6;
}
.inputfile {
	width: 150px;
	opacity: 0;
	cursor: pointer;
}

.inputfile_name {
	display: inline-block;
	width: 250px;
}
.styled_select_wrap select {
	width: 400px;
	height: 11px;
}
.styled_select_wrap {
	position: relative;
}
.styled_select_wrap ul {
	width: 400px;
	position: absolute;
	top: 19px;
	background: #fff;
	border: 1px solid #7d7c7c;
	right: 3px;
	height: 277px;
	overflow: auto;
	display: none;
	z-index: 20;
}

.styled_select_wrap ul li  {
	list-style: none;
	background: transparent;
	text-indent: 0;
	margin-bottom: 5px;	
	font-size: 11px;
	padding: 1px 3px;
}
.styled_select_wrap ul li:hover {
	opacity: 0.7;
	cursor: pointer;
}
 .styled_select_wrap span.selected {
	width: 400px;
	background: #fff;
	border: 1px solid #7d7c7c;
	position: absolute;
	top: 2px;
	right: 3px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	font-size: 11px;
}
 .styled_select_wrap li.selected {
	border: 1px dashed #000;
	opacity: 0.7;
}
a.arrow {
	background: url(../img/inputselect.png) no-repeat 0 0;
	position: absolute;
	top: 3px;
	right: 3px;
	display: block;
	width: 21px;
	height: 15px;
	cursor: pointer;
}
.mef_box {
	/*background: url(../img/how.jpg) no-repeat 0 0;*/
	margin: 0 0 40px;
	/*padding-top: 77px;*/
	position: relative;
	left: -33px;
	width: 1026px;
}
.mef_box-2016 {
	height: 117px;
	background: url(../img/how_2016.jpg) no-repeat 0 0;
}
.mef_box-2015 {
	height: 117px;
	background: url(../img/how_2015.jpg) no-repeat 0 0;
}
.mef_box-2014 {
	height: 117px;
	background: url(../img/how_2014.jpg) no-repeat 0 0;
}
.mef_box-2013 {
	height: 117px;
	background: url(../img/how_2013.jpg) no-repeat 0 0;
}
.mef_box a {
	text-decoration: none;
	/*margin-top: 16px;*/
	margin-top: 14px;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	display: block;
	/*width: 347px;*/
	/*float: right;*/
}
.mef_box a span {
	border-bottom: 1px solid #fff;
}
.mef_box img {
	padding-right: 9px;
}
.mef_box a:hover {
	color: #c0d0ec;	
}
.mef_box a:hover span {
	border-bottom: 1px solid #c0d0ec;
}

.mef_box-resume {
	height: 117px;
	background: url(../img/how_resume.jpg) no-repeat 0 0;
}
.mef_box-resume_title {
	font-size: 32px;
	color: #fff;
	padding: 25px 0 0 32px;
	float: left;
	font-weight: normal;
}
.mef_box-resume_links {
	width: 340px;
	float: right;
}
.mef_box-resume_links-half {
	float: left;
	width: 50%;
}
.subscription_link {
	padding: 4px 66px 7px 10px;
	background: url(../img/subscr_bg.png) no-repeat 0 0;
	position: absolute;
	right: 30px;
	top: 10px;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	line-height: 18px;
}
.subscription_link:hover {
	background-position: 0 -31px;
	color: #fff;
}
.subscription_form {
	padding: 27px 35px;
	border: 10px solid #b8bfce;
}
.subscription_form label span {
	display: inline-block;
	width: 140px;
	*display: inline;
	zoom: 1;
}
.subscription_form input[type='text'] {
	background: transparent;
	width: 440px;
	line-height: 18px;
	height: 18px;	
}
.subscription_form input[type='submit'] {
	text-transform: uppercase;
	padding: 5px 7px!important;
	height: auto;
	font-size: 12px;
	font-weight: bold;
}
.subscription_form img {
	vertical-align: middle;
}
.subscription_form input.s {
	width: 100px;
}
#cboxTopCenter , 
#cboxTopLeft , 
#cboxTopRight , 
#cboxMiddleRight , 
#cboxMiddleLeft , 
#cboxBottomRight , 
#cboxBottomLeft , 
#cboxBottomCenter {
	display: none;
}
#cboxContent {
	padding: 20px 40px 0;
	background: #000!important;
}
#cboxClose {
	top: 20px!important;
	right: 20px!important;
	width: 20px!important;
	height: 20px!important;	
}
.uplink a {
	color: #5e5e5e;
	text-transform: uppercase;
	font-size: 16px;
}
.uplink  {
	padding-bottom: 50px;
}
#modal1 {
	width: 870px;
	height: 820px;
	border-radius: 5px;
	border: 10px #41495d solid;
	background: #fff;
	position: fixed;
	top: 45%;
	left: 50%;
	margin-top: -400px;
	margin-left: -435px;
	display: none;
	opacity: 0;
	z-index: 10;
}
#modal2, #modal3, #modal4 {
	width: 870px;
	height: 510px;
	border-radius: 5px;
	border: 10px #41495d solid;
	background: #fff;
	position: fixed;
	top: 45%;
	left: 50%;
	margin-top: -255px;
	margin-left: -435px;
	display: none;
	opacity: 0;
	z-index: 10;
}
.modal_div{
	/* max-width: 870px;
	height: 510px;
	border-radius: 5px;
	border: 10px #41495d solid;
	background: #fff;
	top: 45%;
	left: 50%; 
	margin-top: -255px;
	margin-left: -435px;*/
	display: none;
	opacity: 0;
	z-index: 999999;
	position: fixed;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/* .modal__inner {
	overflow: auto;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    font-size: 0px;
    text-align: center;
}
.modal__inner::before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0px;
    vertical-align: middle;
} 
.modal__window {
    background: #fff;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    max-width: 870px;
	width: 100%;
	position: relative;

}*/
.modal_div .modal_content_chair {
	/* width: 755px; */
	display: block;
	/* float: left;	
	margin: 63px 57px; */
}
/* @media screen and (max-width: 767px) {
	.modal_div .modal_content_chair {
		margin: 25px;
	}
} */
/* .inner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

} */
.modal_div .modal_close {
	width: 13px;
	height: 11px;
	position: absolute;
	top: 17px;
	right: 22px;
	cursor: pointer;
	display: block;
	z-index: 1;
}
.modal_div .modal_content_chair img {
	margin-right: 27px;
	display: block;
	float: left;
	object-position: 50% 0%;
}
@media screen and (max-width: 980px) {
	.modal_div .modal_content_chair img {
		float: none;
		margin-right: 0;
		height: auto;
		aspect-ratio: 1;
	}
}
.modal_div .modal_chair_info .ch-b-aricle {
	margin-top: 20px;
	margin-bottom: 15px;
	float: left;
	/* width: 500px; */
}
.modal_div .modal_chair_photo {
	float: left;
	margin-bottom: 15px;
}
.modal_title_chair {
	position: relative;
}
.modal_div .modal_chair_info {
	/* width: 500px; */
	float: left;
	width: 100% !important;
	max-width: 450px;
}
#modal1 .modal_content {
	margin: 13px auto;
	display: block;
	width: 825px;
	height: 768px;
}
#modal1 .modal_title {
	font-size: 15px;
	margin: 15px 70px 0;
	float: right;
	display: block;
}
   #modal1 .modal_title .print_ic{
		padding: 0 12px 0;
		margin-top: -6px;
	}
img.border , .modal_chair_photo img{
	border: 1px solid #5e5e5e;
	padding: 3px;
}
/* РџРѕРґР»РѕР¶РєР° */
#overlay {
	z-index: 7; /* РїРѕРґР»РѕР¶РєР° РґРѕР»Р¶РЅР° Р±С‹С‚СЊ РІС‹С€Рµ СЃР»РѕРµРІ СЌР»РµРјРµРЅС‚РѕРІ СЃР°Р№С‚Р°, РЅРѕ РЅРёР¶Рµ СЃР»РѕСЏ РјРѕРґР°Р»СЊРЅРѕРіРѕ РѕРєРЅР° */
	position: fixed; /* РІСЃРµРіРґР° РїРµСЂРµРєСЂС‹РІР°РµС‚ РІРµСЃСЊ СЃР°Р№С‚ */
	background-color: #5e5e5e; /* С‡РµСЂРЅР°СЏ */
	opacity: 0.8; /* РЅРѕ РЅРµРјРЅРѕРіРѕ РїСЂРѕР·СЂР°С‡РЅР° */
	width: 100%; 
	height: 100%; /* СЂР°Р·РјРµСЂРѕРј РІРѕ РІРµСЃСЊ СЌРєСЂР°РЅ */
	top: 0; 
	left: 0; /* СЃРІРµСЂС…Сѓ Рё СЃР»РµРІР° 0, РѕР±СЏР·Р°С‚РµР»СЊРЅС‹Рµ СЃРІРѕР№СЃС‚РІР°! */
	cursor: pointer;
	display: none; /* РІ РѕР±С‹С‡РЅРѕРј СЃРѕСЃС‚РѕСЏРЅРёРё РµС‘ РЅРµС‚) */
}
.program-forum hr {
margin: 22px 0;
}
    a.print {
          color: #000000;
          text-decoration: none;
     }
     #program_print img{
          padding-right: 12px;
     }
@media print{
body>* {display: none;}
.printSelected>* {display: none; }         
.printSelected>.printSelection { display: block; }        
}      
.printSelection{display:none;}

.error .f-l-left {
	color: #f00;
}

/* Added 24.06.2015 */

.content .left .left.material_page_title {
	background: url(/img/repeat_bg_blue.png) repeat 0 0;
	min-height: 170px;
	width: 420px;
}
.auditories{
	margin: 10px 0;
}
.auditories a{
	    color: #000;
	    text-decoration: none;
	    border-bottom: 1px dotted #000;
	    margin: 0 10px;
}
.auditories a.first{
	    margin-left: 0;
}
.hart {
    float: left;
    /*border-right: 1px #000 solid;*/
    padding: 10px 20px;
    text-align: center;
}
.hart .m2 {
    color: #0D275C;
    display: block;
    font-size: 34px;
    font-weight: normal;
    line-height: 36px;
    margin: 5px 0 15px;
    position: relative;
}
.hart .hart_link_support {
	font-size: 18px;
}
.no_text-transform{
    text-transform: none;
}

/* participation */
.select-package__wrapper {
	font-family: Myriad Pro, Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #fff;
}
.select-package__option-item {
	float: left;
	width: 32%;
	margin-right: 2%;
}
.select-package__option-item:nth-child(3) {
	margin-right: 0;
}

.select-package__option-title {
	font-size: 20px;
	text-align: center;
	background: #203a79;
	padding: 8px 5px 10px;
	cursor: pointer;
}
.select-package__option-wrapper {
	position: relative;
	display: none;
}
.select-package__option-content {
	position: relative;
	text-align: center;
	padding: 10px 7px;
	padding-bottom: 80px;
	box-sizing: border-box;
	height: 50em;
}
.select-package__option-item:nth-child(1) .select-package__option-content{
	background: url(/images/participation/bg-1.jpg) center no-repeat;
	background-size: cover;
}
.select-package__option-item:nth-child(2) .select-package__option-content{
	background: url(/images/participation/bg-2.jpg) center no-repeat;
	background-size: cover;
}
.select-package__option-item:nth-child(3) .select-package__option-content{
	background: url(/images/participation/bg-3.jpg) center no-repeat;
	background-size: cover;
}
.option-content__pay-text {
	height: 2.5em;
	display: table;
	width: 100%;
}
.option-content__pay-text span {
	display: table-cell;
	vertical-align: middle;
}

.option-content__pay-prices {
	height: 15em;
	display: table;
	width: 100%;
}
.option-content__pay-price-list {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.option-content__pay-price__item {
	position: relative;
	padding: 8px 5px 10px;
}
.option-content__pay-price__item:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0px;
	left:0;
	background: url(/images/participation/line.png) center no-repeat;
}
.option-content__pay-price__item:last-child:after {
	display: none;
}

.option-content__pay-price__item span {
	font-size: 30px;
	line-height: 1;
}

.option-content__pay-property {
	list-style: none;
	text-align: left;
}
.option-content__pay-property li{
	display: table;
	width: 100%;
	background: none;
	text-indent: 0;
	height: 45px;
	padding: 4px 0;
	padding-left: 35px;
	position: relative;
	border-top: 1px solid #e5e9f1;
	box-sizing: border-box;
}
.option-content__pay-property li:last-child{
	border-bottom: 1px solid #e5e9f1;
}
.option-content__pay-property li:before{
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	top: 8px;
	left: -3px;
	background: url(/images/participation/check-mark-ic.png) center no-repeat;
}
.option-content__pay-property li span{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.option-content__pay-btn {
	width: 160px;
	height: 50px;
	position: absolute;
	bottom: 28px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url(/images/participation/buy-btn.png) center no-repeat;
}

.select-package__descr {
	display: none;
	color: #272525;
	margin-top: 10px;
}
.select-package__descr .blue {
	color: #213a79;
}


.forum-reg__label {
	display: block;
	margin-bottom: 20px;
}
.forum-reg__label span {
	display: block;
	margin-bottom: 5px;
}

input.forum-reg__input {
	width: 280px;
	border: 1px solid;
	height: 40px;
	/*margin-top: 45px;
	margin-right: 29px;*/
	font-size: 24px;
	padding: 5px 10px;
	box-sizing: border-box;
	color: #0B1962;
	outline: none;
	background: url(../img/form-bg.png) repeat-x top left #ecedee;
}

.forum-reg__field {
	width: 280px;
	height: 40px;
	font-size: 20px;
	padding: 5px 10px;
	color: #0B1962;
	box-sizing: border-box;
	border: 1px solid;
	outline: none;
	background: url(../img/form-bg.png) repeat-x top left #ecedee;
}

input.forum-reg__button {
	display: inline-block;
	font-size: 20px;
	text-align: center;
	background: #203a79;
	padding: 8px 10px 10px!important;
	cursor: pointer;
	border: none;
	min-width: 280px;
	height: auto;
	outline: none;
	line-height: 1;
	margin-top: 20px!important;
}

.forum-reg__submit {
	font-size: .85em;
	margin-top: 10px;
}

.repeat-bg-top .gallery {
	max-width: 700px;
	margin-top: 0;
}
.gallery .wt-scroller {
	width: 100% !important;
}
.gallery .slides {
	width: 600px !important;
}

.gallery .scroll-bar {
	width: auto !important;
}

.wt-scroller .scroll-bar{
	position:relative;
	width:100%;
	cursor:pointer;
	overflow:hidden;
}

.wt-scroller .thumb{
	position:absolute;
	top:0;
	left:0;
	width:100px;
}

@media (max-width: 1440px) {
	.gallery .slides {
		width: 540px !important;
	}

	.repeat-bg-top .gallery {
		max-width: 650px;
		margin-top: 0;
	}
}

@media (max-width: 980px) {
	.gallery .slides {
		width: 220px !important;
	}
}

