/*
 Верстка by Chuv
*/

/*****************
	Global reset
*****************/
html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, cite,
em, font, img, ins, samp,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-family: inherit;
vertical-align: baseline;
color:inherit;
list-style:none;
}

body {
color: #000;
background: #fff;
}

table {
border-collapse: separate;
border-spacing: 0;
}

form {
	display:block;
}
caption, th, td, h1, h2, h3, h4{
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

section, header, footer, figcaption {
	display:block;
}

button::-moz-focus-inner {
	padding:0;
	border:0;
}



input::-moz-focus-inner {
	padding:0;
	border:0;
}



/**************
	Общие стили
*************/
html {
	position:relative;
	height:100%;
}
body {
	position:relative;
	min-height:100%;
	background:#fff;
	font-family: Arial;
	font-size:14px;
	line-height:1.2;
	color:#5d5d5d;
}

a {
	color:#54aede;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.main-body {
	width:959px;
	margin-left:auto;
	margin-right:auto;
	padding:0 13px 0 18px;
}


.f-right {
	display:block;
	float:right;
}

.f-left {
	display:block;
	float:left;
}

.text-left {
	text-align:left;
}

.text-right {
	text-align:right;
}

.text-center {
	text-align:center;
}

.text-red {
	color:#e30110;
}

.text-blue {
	color:#187ca7;
}

.text-orange {
	color:#f2a104;
}

.text-bold {
	font-weight:bold;
}

.text-italic {
	font-style:italic;
}

.text-strike {
	text-decoration: line-through;
}

.text-uppercase {
	text-transform:uppercase;
}

.text-weight-normal {
	font-weight:normal !important;
}

.hide {
	display:none !important;
}

.empty {
	display:block;
	overflow:hidden;
	clear:both;
	height:0;
}

.grey-link {
	color:inherit;
}

.text-grey {
	color:#969595;
}

.text-black {
	color:#313130;
}

h1 {
	margin-bottom:15px;
	line-height: 1.22;
	font-size:28px;
	font-weight: normal;
	color:#292929;
}

h1.title-h1 {
	display: inline-block;
	width: 496px;
}

h2 {
	margin-bottom: 15px;
	line-height: 1.17;
	font-size: 24px;
	font-weight: normal;
	color:#292929;
}

h3 {
	margin-bottom: 15px;
	line-height: 1;
	font-size: 16px;
	font-weight: bold;
	color: #292929;
}

a.white-button {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 28px;
	margin: 0 0 0 0;
	padding: 0 13px 0;
	background-color: #fbfbfc;
	border: 2px solid #d9e3e8;
	border-radius: 16px;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FEFEFE), to(#e8ecee));
	background: -webkit-linear-gradient(#FEFEFE, #e8ecee);
	background: -moz-linear-gradient(#FEFEFE, #e8ecee);
	background: -ms-linear-gradient(#FEFEFE, #e8ecee);
	background: -o-linear-gradient(#FEFEFE, #e8ecee);
	background: linear-gradient(#FEFEFE, #e8ecee);
	-pie-background: linear-gradient(#FEFEFE, #e8ecee);
	behavior:url(js/PIE.php);
	font-size: 14px;
	font-weight: bold;
	color: #d92d0a !important;
	line-height: 28px;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
}

a.red-button {
	display:inline-block;
	position:relative;
	overflow:hidden;
	height:30px;
	margin:0 0 0 0;
	padding:0 15px 0;
	background-color:#da310b;
	border:0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EF6613), to(#ca0604));
	background: -webkit-linear-gradient(#EF6613, #ca0604);
	background: -moz-linear-gradient(#EF6613, #ca0604);
	background: -ms-linear-gradient(#EF6613, #ca0604);
	background: -o-linear-gradient(#EF6613, #ca0604);
	background: linear-gradient(#EF6613, #ca0604);
	-pie-background: linear-gradient(#EF6613, #ca0604);
	behavior:url(js/PIE.php);
	font-size:14px;
	font-weight:bold;
	color:#fff;
	line-height:30px;
	text-decoration:none;
	cursor:pointer;
}

a.red-button.big {
	line-height:14px;
	padding:8px 20px 6px;
	text-align:center;
	height:auto;
}

a.red-button.size-1 {
	height: auto;
	padding: 3px 21px;
	font-size: 15px;
	border-radius: 2500px;
}

input.red-button {
	display:inline-block;
	position:relative;
	overflow:hidden;
	height:30px;
	margin:0 0 0 0;
	padding:0 30px 0;
	background-color:#da310b;
	border:0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EF6613), to(#ca0604));
	background: -webkit-linear-gradient(#EF6613, #ca0604);
	background: -moz-linear-gradient(#EF6613, #ca0604);
	background: -ms-linear-gradient(#EF6613, #ca0604);
	background: -o-linear-gradient(#EF6613, #ca0604);
	background: linear-gradient(#EF6613, #ca0604);
	-pie-background: linear-gradient(#EF6613, #ca0604);
	behavior:url(js/PIE.php);
	font-size:14px;
	font-weight:bold;
	font-family:Arial;
	color:#fff;
	line-height:30px;
	text-decoration:none;
	cursor:pointer;
}

a.blue-button {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 30px;
	margin: 0 0 0 0;
	padding: 0 13px 0;
	background-color: #51cde2;
	border: 0;
	border-radius: 15px;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#4EECE6), to(#54afde));
	background: -webkit-linear-gradient(#4EECE6, #54afde);
	background: -moz-linear-gradient(#4EECE6, #54afde);
	background: -ms-linear-gradient(#4EECE6, #54afde);
	background: -o-linear-gradient(#4EECE6, #54afde);
	background: linear-gradient(#4EECE6, #54afde);
	-pie-background: linear-gradient(#4EECE6, #54afde);
	behavior: url(js/PIE.php);
	font-size: 14px;
	font-weight: bold;
	color: #fff !important;
	line-height: 30px;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
}

a.blue-button.big {
	line-height:14px;
	padding:8px 20px 6px;
	text-align:center;
	height:auto;
}

.btn {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	color: #df2d0a;
	text-align: center;
	border: 2px solid #6fc5f3;
	border-radius: 5px;
	outline: 0;
	background-color: #f8fdff;
	box-sizing: border-box;
	cursor: pointer;
	transition: 0.1s;
}

.btn:hover {
	text-decoration: none;
	color: #fff;
	background-color: #6fc5f3;
}

.btn--fluid {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

.two-buttons {
	display: flex;
	flex-wrap: wrap;
	max-width: 388px;
}

.two-buttons__col {
	width: calc((99.9% - 10px) / 2);
	margin-right: 10px;
	margin-bottom: 10px;
}

.two-buttons__col:nth-of-type(2n) {
	margin-right: 0;
}







/*******
	Header
*************/
.main-header {
	position:relative;
	min-height: 147px;
	z-index:2;
}

.main-logo {
	position:absolute;
	top:29px;
	left:0;
}

.main-header-contacts {
	position: absolute;
	width: 205px;
	top: 15px;
	left: 623px;
	line-height: 1.25;
	color: #8f8f8f;
	font-size: 16px;
	letter-spacing: normal;
	text-align: right;
}

.main-header-contacts ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-header-contacts ul li {
	margin-bottom: 8px;
}

.main-header-contacts ul li:last-of-type {
	margin-bottom: 0;
}

.main-header-contacts ul li a {
	color: inherit;
}

.main-header-contacts ul li a:hover {
	text-decoration: none;
}

.main-header-contacts ul li a b {
	color: #5d5d5d;
	font-weight: bold;
	font-style: italic;
}

a.main-header-lang {
	display:block;
	position: absolute;
	right:0;
	top:0;
	padding:0 30px 2px 11px;
	-webkit-border-radius:0 0 6px 6px;
	-moz-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px;
	-webkit-box-shadow:0 1px 0 #e5e5e5;
	-moz-box-shadow:0 1px 0 #e5e5e5;
	box-shadow:0 1px 0 #e5e5e5;
	behavior:url(js/PIE.php);
	background:#ebebeb url(../images/sprite-gr.png) 0 0 repeat-x;
	font-size:12px;
	line-height:27px;
	font-weight:bold;
	color:#45698f;
	letter-spacing: 0;
}

.main-header-lang.eng:before,
.main-header-lang.rus:before {
	content:'';
	display:block;
	position:absolute;
	overflow:hidden;
	width:16px;
	height:15px;
	right:10px;
	top:6px;
	background:url(../images/sprite.png) 0px -42px no-repeat;
}

.main-header-lang.rus:before {
	background-position: -187px -124px;
}

.main-header-soc {
	display:block;
	position: absolute;
	right:0;
	top:59px;
	font-size: 0;
}

.main-header-soc a {
	margin-left: 5px;
}

.soc-vk {
	content:'';
	display:inline-block;
	overflow:hidden;
	width:35px;
	height:36px;
	background:url(../images/sprite.png) 0px 0px no-repeat;
}

.soc-blog {
	content:'';
	display:inline-block;
	overflow:hidden;
	width:103px;
	height:36px;
	background:url(../images/sprite.png) -83px 0px no-repeat;
}

.soc-yt {
	content: "";
	display: inline-block;
	overflow: hidden;
	width: 34px;
	height: 36px;
	background: url(../images/sprite.png) -42px 0px no-repeat;
}

.site-nav {
	position: relative;
	z-index: 100;
	display: flex;
	justify-content: space-between;
	max-width: 990px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	border-bottom: 6px solid #6fc5f3;
	font-size: 18px;
	line-height: 1.1;
	letter-spacing: normal;
}

.site-nav > .item {
	position: relative;
	transition: background-color 0.2s, color 0.2s;
}

.site-nav > .item > a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 51px;
	padding-left: 16px;
	padding-right: 16px;
	text-align: center;
	text-decoration: none !important;
	color: #292929;
	cursor: pointer;
}

.site-nav > .item.current,
.site-nav > .item:hover {
	background: #6fc5f3;
}

.site-nav > .item.current > a,
.site-nav > .item:hover > a {
	color: #fff;
}

.site-nav-opened-block {
	display:block;
	position:absolute;
	overflow:hidden;
	width:100%;
	min-width:250px;
	top:51px;
	left:0;
	padding:0;
	border-bottom-width:0;
	background:#54aede;
	cursor:default;
	color:#fff;
	line-height:19px;
	font-size:15px;
	-moz-transition:border-bottom-width 0.2s  0.1s, height 0.2s, max-height 0.2s, padding 0.2s 0.1s;
	-webkit-transition:border-bottom-width 0.2s  0.1s, max-height 0.2s,height 0.2s, padding 0.2s 0.1s;
	-mo-transition:border-bottom-width 0.2s  0.1s, height 0.2s, max-height 0.2s, padding 0.2s 0.1s;
	transition:border-bottom-width 0.2s  0.1s, height 0.2s,max-height 0.2s, padding 0.2s 0.1s;
}

.site-nav > .item:hover > .site-nav-opened-block {
	border-bottom:2px solid #3d8eba;
	padding:0 0 6px;
	visibility:visible;
}

.site-nav-opened-block > li {
	position:relative;
	padding:0 10px 0 38px;
	margin-bottom:7px;
}

.site-nav-opened-block > li:first-child {
	margin-top:16px;
}

.site-nav-opened-block > li:before {
	content:'';
	display:block;
	position:absolute;
	overflow:hidden;
	width:13px;
	height:1px;
	left:17px;
	top:10px;
	background:#fff;
}

.site-nav-opened-block a {
	color:#fff !important;
}






/*******
	main footer
*************/

.main-footer {
	display: block;
	width: 100%;
	padding-top: 27px;
	padding-bottom: 27px;
	font-size: 13px;
	background: #6fc5f3;
	color: #fff;
	line-height: 1.23;
	letter-spacing: normal;
}

.main-footer > .main-body {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main-footer-copy {
	width: 337px;
	margin-right: 20px;
}

.main-footer-contacts {
	display: block;
	width: 160px;
	margin-right: 20px;
}

.main-footer-contacts ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-footer-contacts ul li {
	margin-bottom: 4px;
}

.main-footer-contacts ul li:last-of-type {
	margin-bottom: 0;
}

.main-footer-contacts ul li a {
	color: inherit;
}

.main-footer-contacts ul li a:hover {
	text-decoration: none;
}

a.binardi {
	display: block;
	font-family: Tahoma;
	color:#fff;
	text-decoration:none;
}

a.binardi > img {
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 3px;
}

.main-bottom-lists {
	display:block;
	overflow:hidden;
	background:#ebf5fa;
	color:#666;
	line-height: 1;
}

.main-bottom-lists h3 {
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:11px;
}

.main-bottom-lists > .main-body {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 30px;
	padding-bottom: 20px;
}

.main-bottom-lists > .main-body > [class*="col"] {
	width: calc((99.9% - 60px) / 6);
	margin-left: 5px;
	margin-right: 5px;
}

.main-bottom-list a {
	color:#666;
}

.main-bottom-list > li {
	position: relative;
	margin-bottom: 6px;
	padding-left: 20px;
}

.main-bottom-list > li:before {
	content:'';
	display:block;
	position:absolute;
	overflow:hidden;
	width:11px;
	height:1px;
	left:1px;
	top:7px;
	background:#aaafb1;
}





/*******
	main page
*************/
.main-blue-block {
	background:#eef9ff;
	line-height: 1.22;
	margin-bottom:3px;
}

.main-blue-block > .main-body {
	overflow:hidden;
	padding:50px 0 45px;
}

.main-blue-block > .main-body > .col1 {
	float:left;
	width:422px;
	margin-right:49px;
}

.main-blue-block > .main-body > .col2 {
	float:left;
	width:485px;
}

.main-blue-block p {
	margin-bottom:17px;
}

.ch-fade-slider {
	display:block;
	position:relative;
	width:455px;
	height:294px;
	padding:2px;
	border:1px solid #e6e6e6;
	background:#fff;
}

.ch-fade-slider-item {
	display:block;
	position:absolute;
	max-width:455px;
	left:2px;
	top:2px;
}

.ch-fade-slider-prev {
	display:block;
	position:absolute;
	overflow:hidden;
	width:27px;
	height:60px;
	left:-28px;
	top:120px;
	background:url(../images/sprite.png) -23px -42px no-repeat;
}

.ch-fade-slider-next {
	display:block;
	position:absolute;
	overflow:hidden;
	width:27px;
	height:60px;
	right:-28px;
	top:120px;
	background:url(../images/sprite.png) -59px -42px no-repeat;
}

.ch-fade-slider-pages {
	display:block;
	position:absolute;
	right:-1px;
	bottom:-24px;
	text-align:right;
	cursor:default;
}

.ch-fade-slider-pages > span {
	display:inline-block;
	overflow:hidden;
	position:relative;
	cursor:pointer;
	height:12px;
	width:12px;
	margin-left:7px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	behavior:url(js/PIE.php);
	background:#c7d8e1;
}

.ch-fade-slider-pages > span.current {
	width:10px;
	height:10px;
	background:#fff;
	border:1px solid #c7d8e1;
}

.main-page-cols {
	overflow:hidden;
	margin-bottom:80px;
}

.main-page-cols > .col1 {
	float:left;
	width:290px;
	margin-right:28px;
	padding-top:18px;
}

.main-page-cols > .col2 {
	float:left;
	width:343px;
	margin-right:26px;
	padding:18px 28px 0px;
	background:#f6f6f6;
}

.main-page-cols > .col3 {
	float:left;
	width:235px;
	margin-right:-24px;
	padding-top:18px;
}

.main-page-cols > .col3 h2 {
	font-size:23px;
	letter-spacing:-1px;
}

.all-link {
	display:block;
	float: right;
	position:relative;
	margin-top:7px;
	padding-left:18px;
	font-weight:bold;
	color:#d92d0a;
}

.all-link:before {
	content:'';
	display:block;
	position:absolute;
	overflow:hidden;
	width:13px;
	height:16px;
	left:0px;
	top:0px;
	background:url(../images/sprite.png) 0px -62px no-repeat;
}

.news-item {
	display:block;
	overflow:hidden;
	margin-bottom:20px;
	padding-bottom:6px;
	border-bottom:1px solid #ebebeb;
	line-height: 1.29;
}

.news-item:last-child {
	border-bottom:0;
	margin-bottom:0;
}

.news-item p {
	margin-bottom:10px;
}

.news-item img.f-left {
	background:#fff;
	border:1px solid #eaeaea;
	margin:3px 18px 14px 0;
	padding:1px;
}

.news-item time {
	display:block;
	margin:-9px 0 14px;
	font-size:12px;
	font-style:italic;
	color:#9c9c9c;
}

.events-header {
	overflow:hidden;
	padding-bottom:4px;
	margin-bottom:10px;
}

.events-type {
	float:left;
	min-width: 87px;
	margin-right:16px;
	padding-top:2px;
	padding-left: 10px;
	padding-right: 10px;
	line-height:28px;
	text-align:center;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	color: #626262 !important;
}

.events-type.cong {
	background: #a7e2cf !important;
}

.events-type.sem {
	background: #a7e2cf !important;
}

.events-type.conf {
	background: #a7e2cf !important;
	font-size: 10px;
}

.events-type.del {
	background: #a7e2cf !important;
	font-size: 10px;
}

.events-type.module {
	background: #a7e2cf !important;
	font-size: 10px;
}

.events-type.wedinar {
	background: #a7e2cf !important;
	font-size: 10px;
}

.events-type.contest {
	background: #a7e2cf !important;
	font-size: 10px;
}

.events-date {
	margin-left:104px;
	font-size:12px;
	font-style:italic;
	color:#869ba5;
}

.cal-block {
	display:inline-block;
	position:relative;
	min-width: 51px;
	padding:10px 0 8px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow:0 1px 2px #c1c1c1;
	background:#f3f2f3 url(../images/sprite-gr.png) 0 -71px repeat-x;
	font-size:8px;
	line-height:6px;
	text-align:center;
	font-weight:bold;
	color:#292929;
	text-transform:uppercase;
	font-style: normal;
}

.cal-block:first-child,
.cla-block.first {
	margin-right:34px !important;
}

.cal-block > strong {
	display:block;
	margin-bottom:5px;
	font-size:25px;
	line-height:18px;
}

.cal-block + .cal-block:before,
.cal-block.second:before {
	content:'';
	display:block;
	position:absolute;
	overflow:hidden;
	width:19px;
	height:2px;
	left:-30px;
	top:23px;
	background:#545454;
}

.main-page-pop-link {
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom:1px solid #ebebeb;
	font-size:15px;
	font-weight:bold;
}

.main-page-pop-link img {
	display:block;
	margin-bottom:15px;
	background:#fff;
	border:1px solid #eaeaea;
	padding:1px;
}

.partners-slider {
	position:relative;
	margin-bottom:54px;
	padding:0 40px;
}

.partners-slider .ch-slider-item {
	text-align:center;
	line-height:80px;
}

.partners-slider .ch-slider-item  img {
	vertical-align:middle;
}

.partners-slider .ch-slider-left {
	display:block;
	position:absolute;
	overflow:hidden;
	width:24px;
	height:44px;
	left:0px;
	top:20px;
	background:url(../images/sprite.png) -93px -49px no-repeat;
}

.partners-slider .ch-slider-left:hover {
	background-position:-153px -49px;
}

.partners-slider .ch-slider-right {
	display:block;
	position:absolute;
	overflow:hidden;
	width:24px;
	height:44px;
	right:0px;
	top:20px;
	background:url(../images/sprite.png) -121px -49px no-repeat;
}

.partners-slider .ch-slider-right:hover {
	background-position:-181px -49px;
}





/*******
	text-page
*************/

.main-body.main-cols {
	width:990px;
	padding:0;
	overflow:hidden;
	margin-bottom:65px;
	padding-top:21px;
}

.main-aside {
	display:block;
	float:left;
	width:264px;
}

.main-col {
	margin-left:315px;
}

.main-aside-list {
	margin-bottom: 22px;
	font-size: 17px;
	line-height: 1.2;
}

.main-aside-list > li > a {
	display:block;
	position:relative;
	padding:7px 20px 7px 38px;
	border-top:1px solid #e5e5e5;
	background-color:#fff;
	color:#5d5d5d;
}

.main-aside-list > li > a:before {
	content:'';
	display:block;
	position:absolute;
	overflow:hidden;
	width:8px;
	height:13px;
	left:18px;
	top:10px;
	background:url(../images/sprite.png) -197px 0px no-repeat;
}

.main-aside-list > li > a:hover {
	background-color:#f6f6f6;
	color:#d92d0a;
	border:1px solid #f6f6f6;
	border-width:1px 0;
	margin-bottom:-1px;
	z-index:1;
}

.main-aside-list > li > a.current:hover {
	border-width:1px 0 0;
	margin-bottom:0;
}

/*.main-aside-list > li:hover + li > a{
	border-color:#f6f6f6;
}*/


.main-aside-list > li > a.current {
	background:#4cb541;
	border-color:#4cb541;
	color:#fff;
	text-decoration:none;
}

.main-aside-list > li > a.current:before {
	background-position:-197px -15px;
}










.main-aside-list ul {
	display:block;
	padding:7px 0 7px 27px;
	font-size:15px;
}

.main-aside-list ul > li > a {
	display:block;
	position:relative;
	padding:4px 20px 4px 27px;
	border-top:1px solid #e5e5e5;
	background-color:#fff;
	color:#5d5d5d;
}
.main-aside-list ul > li:first-child > a {
	border-top:0;
}

.main-aside-list ul > li > a:before {
	content:'';
	display:block;
	position:absolute;
	overflow:hidden;
	width:6px;
	height:9px;
	left:11px;
	top:9px;
	background:url(../images/sprite.png) -151px -117px no-repeat;
}

.main-aside-list ul > li > a:hover {
	color:#d92d0a;
}

.main-aside-list ul > li > a.current {
	background:#4cb541;
	border-color:#4cb541;
	color:#fff;
	text-decoration:none;
	cursor:default;
}

.main-aside-list ul > li > a.current:before {
	background-position:-162px -117px;
}












.img-banner {
	background:#fff;
	border:1px solid #eaeaea;
	padding:1px;
}


.aside-news {
	margin-bottom:32px;
	padding:17px 18px 0;
	background:#f6f6f6;
}

.page-nav {
	display:block;
	margin-bottom:20px;
	padding:7px 0;
	border-bottom:1px solid #d0d0d0;
	line-height:1.5;
	font-size:13px;
	color:#8f8f8f;
}

.page-nav > a {
	display:inline-block;
	position:relative;
	margin-right:18px;
}
.page-nav > a:before {
	content: '';
	position: absolute;
	height: 4px;
	right: -16px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 9px;
	background: url(../images/sprite.png) -196px -31px no-repeat;
	behavior :url(js/PIE.php);
	overflow: hidden;
}


.page-content {
	line-height: 1.8;
	padding-right:13px
}

.page-content p {
	margin-bottom:18px;
}

.page-content img {
	background:#fff;
	border:1px solid #eaeaea;
	padding:1px;
}

.page-content .f-left {
	margin:4px 18px 14px 0;
}

.page-content h2 {
	margin-bottom:9px;
}

.page-content h3 {
	margin-bottom:8px;
	line-height:20px;
	font-size:18px;
	font-weight: normal;
}

.page-content ol {
	margin-bottom:18px;
	padding-top:6px;
	counter-reset:list;
}

.page-content ol > li {
	position:relative;
	padding-left:28px;
	margin-bottom:3px;
	overflow: hidden;
}

.page-content ol > li:before {
	counter-increment:list;
	content:counter(list)'.';
	display:block;
	position:absolute;
	left:8px;
	top:0;
	font-weight:bold;
	font-style:italic;
}

.page-content ul {
	margin-bottom:18px;
	padding-top:6px;
}

.page-content ul > li {
	position:relative;
	padding-left:27px;
	margin-bottom:3px;
}

.page-content ul > li:before {
	content:'';
	display:block;
	position:absolute;
	overflow:hidden;
	width:6px;
	height:6px;
	left:9px;
	top: 10px;
	background:url(../images/sprite.png) -196px -39px no-repeat;
}

.main-col .news-item h3 {
	margin-bottom:25px;
}

.main-col .news-item {
	padding:0 13px 10px 0;
	margin-bottom:27px;
}

.news-pager {
	line-height:22px;
	font-weight:bold;
	cursor:default;
	line-height:22px;
	color:#8f8f8f;
	font-family:Tahoma;
}

.news-pager > a {
	display:inline-block;
	vertical-align:top;
	margin-right:2px;
	color:#8f8f8f;
}

.news-pager > a.prev {
	overflow:hidden;
	width:22px;
	height:22px;
	margin-right:6px;
	background:url(../images/sprite.png) 0px -117px no-repeat;
}

.news-pager > a.next {
	overflow:hidden;
	width:22px;
	height:22px;
	margin-left:6px;
	background:url(../images/sprite.png) -29px -117px no-repeat;
}

.news-pager > a.current {
	position:relative;
	background:#b3b3b3;
	color:#fff;
	padding:0 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior:url(js/PIE.php);
	text-decoration:none;
	cursor:default;
}

.event-date-block {
	float:left;
	position:relative;
	margin:5px 30px 15px 0;
	padding:12px;
	background:#f1f1f1;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	behavior:url(js/PIE.php);
	line-height:20px;
	text-align:center;
	font-size:17px;
	font-weight:bold;
	zzom:1;
	min-width: 141px;
}

.event-date-block > .cal-block {
	margin-bottom:10px;
}


.contact-form {
	width:494px;
}

.error-line {
	position:relative;
	line-height:14px;
	padding-left:18px;
	color:#ff4444;
}

.error-line:before,
.error-line-ie-before {
	content:'';
	display:block;
	position:absolute;
	overflow:hidden;
	width:14px;
	height:14px;
	left:0px;
	top:0;
	background:url(../images/sprite.png) -59px -117px no-repeat;
}


.contact-form-list {
	display:block;
	position:relative;
	font-size:15px;
	line-height:29px;
	padding-top:5px;
}

.contact-form-list > dt {
	display:inline-block;
	vertical-align:top;
	width:214px;
	margin-bottom:7px;
	margin-top: 7px;
	line-height: 18px;
}

.contact-form-list > dd {
	display:inline-block;
	vertical-align:top;
	width:275px;
	margin-bottom:7px;
	font-size:13px;
}

.contact-form-list > dt.alt-col {
	width:274px;
}

.contact-form-list > dd.alt-col {
	width:125px;
}

.two-string {
	line-height:14px;
}

.contact-form-input {
	display:block;
	position:relative;
	overflow:hidden;
	width:253px;
	height:27px;
	margin:0 0 0 0;
	padding:0 10px;
	border:1px solid #e0e0e0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior:url(js/PIE.php);
	background:#fff;
	font:15px/27px Arial;
	color:#898989;
}

.contact-form-select {
	display:block;
	position:relative;
	overflow:hidden;
	width:273px;
	height:27px;
	margin:0 0 0 0;
	padding:0 0px;
	border:1px solid #e0e0e0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior:url(js/PIE.php);
	background:#fff;
	font:15px/27px Arial;
	color:#898989;
}

.alt-col .contact-form-input {
	width:103px;
}

.contact-form-list .full-width {
	width:100%;
}

textarea.contact-form-input {
	width:476px;
	height:138px;
	padding:5px 8px;
	margin-bottom:7px;
	line-height:16px;
	overflow:auto;
	resize:none;
}

.contact-form-input.error, .error .contact-form-input, .error .contact-form-select {
	border-color:#ff4444;
}

.error label, .error label input, .error span.radio-label {color: #ff4444}

.contact-form .error-line {
	margin:0 0 8px 220px;
}

.contact-page {
	font-size:15px;
}

.contact-page .error-line {
	font-size:13px;
	margin-left:0;
}

.contact-page label {
	display:inline-block;
	margin-bottom:6px;
}


.ch-radiobutton {
	display:inline-block;
	position:relative;
	overflow:hidden;
	width:12px;
	height:12px;
	background:url(../images/sprite.png) -100px -117px no-repeat;
	cursor:pointer;
}

.ch-radiobutton.current {
	background-position:-82px -117px;
}

.ch-checkbox {
	display:inline-block;
	position:relative;
	overflow:hidden;
	width:12px;
	height:12px;
	margin-bottom:-1px;
	background:url(../images/sprite.png) -133px -117px no-repeat;
	cursor:pointer;
}

.ch-checkbox.current {
	background-position:-117px -117px;
}

.form-agree-line {
	font-size:13px;
	margin-bottom:10px;
}

.form-agree-line .ch-checkbox {
	margin-bottom:-2px;
}

.news-item .events-header h3 {
	margin:0 0 10px 102px;
	padding-top:7px;
}

.news-item .event-date-block {
	float:right;
	margin:0 0 15px 10px;
	padding-bottom:7px;
}

.events-cats {
	float:right;
	margin:-39px 0 0 0;
	line-height:18px;
}

.events-cats > a {
	display:inline-block;
	position:relative;
	padding:0 9px;
}

.events-cats > a.current {
	background:#e7e7e7;
	color:#5d5d5d;
	text-decoration:none;
	cursor:default;
}

.events-cats > a:before {
	content:'';
	display:block;
	position:absolute;
	overflow:hidden;
	width:1px;
	height:18px;
	left:-1px;
	top:0;
	background:#d0d0d0;
}

.events-cats > a:first-child:before,
.events-cats > a.current:before,
.events-cats > a.current + a:before {
	display:none;
}


.event-side-block {
	float:left;
}

.event-side-block .event-date-block {
	float:none;
}

.event-side-block .events-type {
	float:none;
	width:164px;
	margin:4px 0 9px 0;
}

.page-content h4 {
  font-size: 16px;
  margin-bottom: 6px;
}


.blind-block {
  position: relative;
  overflow: hidden;
  margin: 0 0 20px;
  padding: 0 20px;
  background: #f6f6f6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  behavior: url('js/PIE.php');
}
.blind-block > h2 {
  margin: 0;
  padding: 17px 0;
}
.blind-block > h2 > a {
  color: #424242;
  background: -moz-linear-gradient(left, #424242, #424242 50%, transparent 50%);
  background: -ms-linear-gradient(left, #424242, #424242 50%, transparent 50%);
  background: -o-linear-gradient(left, #424242, #424242 50%, transparent 50%);
  background: -webkit-linear-gradient(left, #424242, #424242 50%, transparent 50%);
  background: linear-gradient(left, #424242, #424242 50%, transparent 50%);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: 1px 23px;
  text-decoration: none !important;
}
.blind-block > h2 > a:hover {
  background: none;
}
.ie8 .blind-block > h2 > a {
  border-bottom: 1px dashed #424242;
}
.ie8 .blind-block > h2 > a:hover {
  border: 0;
}
.blind-block > h2 > a:after {
  content: '';
  display: inline-block;
  overflow: hidden;
  width: 6px;
  height: 10px;
  margin: 0 -11px 0 5px;
  background: url('../images/sprite.png') -160px 0px no-repeat;
}
.blind-block.open > h2 > a {
  background: none;
}
.blind-block.open > h2 > a:after {
  background-position: -151px 0;
}

.blind-hidden-block {
	display: none;
}
.blind-block.open .blind-hidden-block {
	display: block;
}

.captcha {
	display: block !important;
}

.cookie-info {
  position: fixed;
  right: 50%;
  bottom: 15px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 940px;
  padding: 15px;
  background-color: #eef9ff;
  border-radius: 4px;
	border: 2px solid #6fc5f3;
  transform: translateX(50%);
}

.cookie-info__description {
  margin-right: 20px;
}

.cookie-info__btn-apply {
  flex-shrink: 0;
}
