@import url(http://fonts.googleapis.com/css?family=Exo+2:700,300italic,200,900italic,500italic,800,300,600italic,500,800italic,900,100italic,200italic,600,700italic,400,100,400italic&subset=latin,cyrillic);
@font-face {
	font-family: 'PFDinDisplayProLight';
	src: url('fonts/pfdindisplaypro-light.eot');
	src: url('fonts/pfdindisplaypro-light.eot?#iefix') format('embedded-opentype'), url('fonts/pfdindisplaypro-light.woff') format('woff'), url('fonts/pfdindisplaypro-light.ttf') format('truetype'), url('fonts/pfdindisplaypro-light.svg#pf_din_text_cond_proregular') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* Eric Meyer's CSS Reset */

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

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


/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

strong,
b {
	font-weight: bold;
}

img {
	vertical-align: top;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

a {
	color: #549cff;
	outline: none;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

a:hover,
.itemnews h3:hover a,
.footer .block22 .mailto:hover span,
body#entrants .programm h4 a:hover {
	color: #ED1C24;
}

.itemnews .info .more:hover,
.allArticles:hover {
	text-decoration: underline;
}

a:hover img {
	opacity: 0.8;
}

.ovrflhdn {
	overflow: hidden;
}

body {
	font-size: 16px;
	line-height: 1.25;
	font-weight: 400;
	font-family: 'Exo 2', sans-serif;
	color: #5A5A5A;
	width: 100%;
	height: 100%;
}

h2,
.h3,
h3 {
	display: block;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	color: #12559D;
	font-weight: normal;
	position: relative;
	text-transform: uppercase;
}

h2 {
	color: #003975;
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
}

h4 {
	font-size: 18px;
	line-height: 24px;
	margin: 0px 0 5px;
	font-weight: bold;
}

.hide,
.hidden {
	display: none;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	width: 100%;
	display: block;
	clear: both;
}

.block46 {
	width: 460px;
	float: left;
}

.block32 {
	width: 320px;
	float: left;
}

.block26 {
	width: 260px;
	float: left;
}

.block22 {
	width: 220px;
}

.scrollHover {
	position: relative;
}

.scrollHover .shadow {
	display: block;
	height: 20px;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 10;
	bottom: -1px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(60%, #FFF), color-stop(100%, #FFF));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFF 60%, #FFF 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #FFF 60%, #FFF 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.scrollHover:hover {
	overflow: visible;
}

.scrollHover:hover .shadow {
	display: none;
}

.inner {
	width: 940px;
	margin: 0 auto;
	position: relative;
	clear: both;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.wrapOuter,
.wrapper {
	max-width: 1920px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/

.header {
	padding: 30px 0 0;
	clear: both;
}

.header .logo a {
	float: left;
	height: 50px;
	/*background: url('../img/logo.png') no-repeat 0 0;
		 text-indent: -9999px;
		 width: 315px;*/
	margin: 0 25px 18px 0px;
	color: #003975;
	font-size: 18px;
	line-height: 1em;
	text-transform: uppercase;
	font-family: 'PFDinDisplayProLight';
	padding-top: 2px;
	letter-spacing: 1px;
}

.header .logo a svg,
.header .logo a img {
	width: 180px;
	height: 47px;
	float: left;
	margin-right: 10px;
	margin-top: -6px;
}
.header .logo a img {
	height: 45px;
	width: 226px;
	margin-top: -13px;
}
.header .logo_30 .left {
	border-left: 1px solid #ED1C24;
  padding-left: 10px;
  margin-left: -8px;
}

.header .logo a .logo-img {
	display: none;
	width: 180px;
	height: 47px;
	float: left;
	background: url(/assets/template/img/logo_slogan.png) no-repeat 0 0;
	margin-top: -6px;
	margin-right: 10px;
}

.no-svg .header .logo a .logo-img {
	display: block;
}

#region {
	float: left;
	position: absolute;
	left: 45%;
	top: 40px;
	text-transform: uppercase;
	font-size: 14px;
}

#region .flag {
	float: left;
	width: 18px;
	height: 20px;
	text-align: center;
	cursor: pointer;
	margin: 8px 0 0;
}

#region .flag img {
	vertical-align: top;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

#region .regionList {
	float: left;
	margin: 6px 6px;
	/*width: 145px;*/
	color: #406b98;
	font-weight: 500;
	font-size: 16px;
}

#region .ik_select_link_text {
	display: inline;
	cursor: pointer;
	padding-right: 22px;
	position: relative;
	font-size: 0.75em;
}

#region .ik_select_link_text:after {
	content: '';
	display: block;
	width: 16px;
	height: 10px;
	background: url('../img/sp.png') 0 0;
	position: absolute;
	right: 0;
	top: 3px;
}

#region .ik_select_link_text:hover {
	color: #ed1c24;
}

#region .ik_select_link_text:hover:after {
	background-position: 0 -11px;
}

.regionList-dd {
	background: #fff;
	border: 1px solid #C9C9C9;
}

.regionList-dd .ik_select_filter {
	outline: none;
	margin: 0;
	padding: 6px 10px 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.regionList-dd li.ik_select_option {
	padding: 7px 10px;
	cursor: pointer;
}

.ik_select_dropdown ul li:first-child {
	display: none;
}

.regionList-dd li.ik_select_active,
.regionList-dd li:hover,
.regionList-dd li.ik_select_hover {
	background: #EEE;
}

.header .phone {
	float: right;
	text-align: right;
	font-size: 19px;
	line-height: 22px;
	font-weight: 500;
	margin: -5px 0px 0 0;
	font-style: normal;
}

.header .phone a,
.header .phone span {
	text-decoration: none;
	color: #5a5a5a;
	display: inline-block;
	margin: 0 -4px 6px 18px;
}

.header .phone a.callme {
	font-size: 14px;
	line-height: 14px;
	font-weight: 300;
	color: #337CCF;
	padding: 2px 0px 0 20px;
	position: relative;
	display: block;
	float: right;
	text-decoration: underline;
	margin-right: 0;
}

.header .phone a.callme:after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background: url('../img/sp.png') no-repeat -19px 0px;
	position: absolute;
	left: 0;
	top: 2px;
}

.header .phone a.callme:hover {
	color: #ED1C24;
}

.header .phone a.callme:hover:after {
	background-position: -34px 0px;
}


/* Menu
	----------------------------------------*/

.menu {
	position: relative;
	z-index: 500;
}

#greyWrap {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 490;
	background: #000;
	opacity: 0.1;
	filter: alpha(opacity=10);
}

.menu ul.parentList {
	display: table;
	border-collapse: collapse;
	width: 100%;
	text-align: center;
	background: #fff;
}

.menu ul.parentList > li {
	display: table-cell;
	vertical-align: middle;
	height: 74px;
	border-top: 1px solid #E6E6E6;
	white-space: nowrap;
	cursor: pointer;
}

.menu ul.parentList > li > a {
	display: block;
	font-size: 20px;
	line-height: 74px;
	font-weight: 500;
	color: #003975;
	position: relative;
}

.menu ul.parentList > li.parent > a:after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 6px;
	background: url('../img/sp.png') no-repeat -66px -108px;
	position: absolute;
	top: 35px;
	margin-left: 4px;
}

.menu .wrapMenu {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	right: 0;
	background: #FFF;
	padding: 6px 0 30px;
	border-top: 5px solid #EA2526;
}

.menu li:hover > .wrapMenu,
.menu li.hovered > .wrapMenu {
	display: block;
}

.menu ul.children {
	float: left;
	display: none;
}

.menu li:hover > .wrapMenu ul.children {
	display: block;
}

.menu .wrapMenu > ul.children > li {
	margin: 14px 20px 0px;
	width: 195px;
	white-space: normal;
	text-align: left;
}

.menu .wrapMenu > ul.children > li a {
	display: block;
	color: #12559D;
	padding: 4px 0 2px 0px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	border-bottom: 1px solid #DADADA;
}

.menu ul.parentList > li.active > a,
.menu ul.parentList > li.hovered > a,
.menu ul.parentList > li:hover > a {
	color: #fff;
	background-color: #EA2526;
}

.menu .wrapMenu > ul.children > li a:hover,
.menu .wrapMenu > ul.children > li.active a,
.menu .wrapMenu > ul.children > li.hovered a {
	color: #ed1c24;
}

.menu ul.parentList > li.parent.active > a:after,
.menu ul.parentList li.hovered > a:after,
.menu ul.parentList > li.parent:hover > a:after {
	background-position: -66px -115px;
}


/* mainSlider
	------------------------------------- */

.mainslider {
	height: 388px;
	background: url('../img/spinner.png') no-repeat center center;
	position: relative;
	margin: 0 auto 50px;
}

.mainslider .borderBlue {
	display: block;
	width: 940px;
	height: 8px;
	background: #ef0032;
	margin: 0 auto;
	position: relative;
}

.mainslider .bx-wrapper {
	max-width: 100% !important;
	overflow: hidden;
}

.mainslider .bx-viewport {
	width: 940px !important;
	margin: 0 auto !important;
	overflow: visible !important;
}

.mainslider #mainslider {
	height: 380px;
	/*min-width: 20000% !important;*/
	clear: both;
	position: relative;
	color: #fff;
	overflow: hidden;
	margin: 0 auto;
}

.mainslider .wrapBG {
	height: 380px;
	overflow: hidden;
	position: relative;
	float: left;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.mainslider img {
	vertical-align: top;
	/*width: 940px;*/
	height: 100%;
	float: right;
}

.mainslider .wrapBG.active {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mainslider #MSControls {
	margin: 0 auto -40px;
	background: url('../img/black40.png') repeat 0 0;
	float: left;
	height: 32px;
	position: absolute;
	right: 20px;
	top: -52px;
	overflow: hidden;
	z-index: 10;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.mainslider #MSControls > *,
.mainslider #MSControls .bx-pager-item {
	float: left;
}

.mainslider #MSControls .bx-pager-item a {
	display: block;
	text-indent: -9999px;
	float: left;
	width: 12px;
	height: 10px;
	background: url('../img/sp.png') no-repeat -35px -16px;
	margin: 11px 2px 0;
	-webkit-transition: all .0s ease 0s;
	-moz-transition: all .0s ease 0s;
	-o-transition: all .0s ease 0s;
	transition: all .0s ease 0s;
}

.mainslider #MSControls .bx-pager-item a.active {
	background-position: -35px -29px;
}

.mainslider #MSControls .bx-pager-item a:hover {
	background-position: -153px 0px;
}

.mainslider #MSControls .bx-prev,
.mainslider #MSControls .bx-next {
	display: block;
	width: 12px;
	height: 18px;
	text-indent: -9999px;
	background: url('../img/sp.png') -77px -23px;
	float: left;
	margin: 7px 9px 0;
}

.mainslider #MSControls .bx-next {
	background-position: -77px -1px;
	;
	float: right;
}

.mainslider #MSControls span:hover {
	opacity: 0.8
}


/* Middle
-----------------------------------------------------------------------------*/

.content {
	padding: 0 0 100px;
	clear: both;
	overflow: hidden;
}

.content p {
	margin: 0 0 2em;
}

.content h3 {
	margin-bottom: 12px;
	font-size: 20px;
	line-height: 22px;
	font-weight: 500;
	position: relative;
}

.secondpage .content h1 {
	background: #11549B url('../img/headerH2.jpg') no-repeat 0 0;
	color: #fff;
	padding: 34px 42px 26px;
	clear: both;
	text-transform: uppercase;
	position: relative;
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
}

.content ul {
	list-style: none;
	margin: 0 0 22px 0px;
}

.content ul li {
	padding: 0 0 0 10px;
	margin: 7px 0px;
	position: relative;
}

.content ul li:after {
	content: '';
	display: block;
	width: 5px;
	height: 10px;
	background: url('../img/sp.png') no-repeat -127px -44px;
	position: absolute;
	left: 0;
	top: 6px;
}

.content ul li > h4 {}

.secondpage .middle {
	padding: 44px 0;
	float: right;
	width: 660px;
}


/* Sidebar
-----------------------------------------------------------------------------*/

.secondpage .sidebar {
	float: left;
	padding: 44px 0;
	position: relative;
}

.secondpage .sidebar .leftmenu li {
	border-top: 1px solid #EBEAE6;
	border-bottom: 1px solid #EBEAE6;
	margin: 0 0 -1px;
	padding: 0;
	width: 100%;
	position: relative;
}

.secondpage .sidebar .leftmenu li:after {
	content: none;
	display: none;
}

.secondpage .sidebar .leftmenu li a {
	font-size: 14px;
	color: #337CCF;
	display: block;
	vertical-align: middle;
	padding: 11px 0 8px 20px;
	white-space: normal;
	font-weight: 400;
	position: relative;
}

.secondpage .sidebar .leftmenu li a:hover,
.secondpage .sidebar .leftmenu li.active a {
	text-decoration: none;
	color: #EA2526;
}

.secondpage .sidebar .h3 {
	margin: 0px 0 22px;
	color: #373F42;
	font-size: 16px;
	clear: both;
	text-transform: uppercase;
}

.secondpage .sidebar .ajax_form {
	margin: 0;
}

table {
	border: 1px solid #cbcccc;
	width: 100%;
	margin-bottom: 1em;
	background: #fff;
}

table caption {
	background: #A4BAC4;
	font-size: 1.48em;
	line-height: 1.2em;
	color: #FFF;
	text-align: left;
	padding: 9px 11px;
}

table th {
	background: #ebeae6;
	font-weight: 600;
	font-weight: normal;
	text-align: left;
	color: #003975;
	padding: 10px 4px;
}

table td {
	border: 1px dotted #cbcccc;
	padding: 8px 4px;
}


/* Follow
	-------------------------------*/

.followUs li {
	float: left;
}

.followUs li a {
	display: inline-block;
	text-indent: -9999px;
	width: 25px;
	padding: 0;
	height: 25px;
	background: url('../img/social.png') no-repeat 0 0px;
	margin: 6px 10px 0;
	vertical-align: bottom;
}

.footer .followUs li a:before {
	content: none;
}

.footer .followUs li a.facebook {
	background-position: 0px -1px;
}

.footer .followUs li a.facebook:hover,
.tweet .followUs li a.facebook {
	background-position: 0px -32px;
}

.footer .followUs li a.twitter {
	background-position: -64px -1px;
}

.footer .followUs li a.twitter:hover,
.twitter,
.tweet .followUs li a.twitter {
	background-position: -64px -32px;
}

.footer .followUs li a.vkontakte {
	background-position: -32px -1px;
}

.footer .followUs li a.vkontakte:hover,
.vkontakte,
.tweet .followUs li a.vkontakte {
	background-position: -32px -32px;
}

.footer .followUs li a.youtube {
	background-position: -96px -1px;
}

.footer .followUs li a.youtube:hover,
.tweet .followUs li a.youtube {
	background-position: -96px -32px;
}

.footer .followUs li a.odnoklassniki {
	background-position: -128px -1px;
}

.footer .followUs li a.odnoklassniki:hover,
.tweet .followUs li a.odnoklassniki {
	background-position: -128px -32px;
}

.footer .followUs li a.livejournal {
	background-position: -160px -1px;
}

.footer .followUs li a.livejournal:hover,
.tweet .followUs li a.livejournal {
	background-position: -160px -32px;
}

.footer .followUs li a.instagram {
	background-position: -192px -1px;
}

.footer .followUs li a.instagram:hover,
.tweet .followUs li a.instagram {
	background-position: -192px -32px;
}

.footer .followUs li a.google {
	background-position: -224px -1px;
}

.footer .followUs li a.google:hover,
.tweet .followUs li a.google {
	background-position: -224px -32px;
}

.footer .followUs li a.favorites {
	background-position: -256px -1px;
}

.footer .followUs li a.favorites:hover,
.tweet .followUs li a.favorites {
	background-position: -256px -32px;
}

.footer .followUs li a.rss {
	background-position: -288px -1px;
}

.footer .followUs li a.rss:hover,
.tweet .followUs li a.rss {
	background-position: -288px -32px;
}


/* Blue block
--------------------------------------------*/

.programms {
	margin: 64px auto 34px;
}

.programms .h3:after {
	background: url('../img/sp.png') no-repeat -96px -109px;
}

.programms .wrap {
	float: left;
	width: 220px;
	position: relative;
}

.programms .wrap a {
	color: #5a5a5a;
	text-decoration: none;
	display: block;
	padding: 20px 10px;
	line-height: 18px;
}

.programms .img {
	vertical-align: top;
	margin: -20px 0 22px -10px;
	width: 220px;
	height: 160px;
	display: block;
}

.programms .img img {
	text-align: center;
	width: 220px;
	height: auto;
}

.programms .wrap h3 {
	font-size: 18px;
	line-height: 21px;
	font-weight: 500;
	color: #337ccf;
	text-transform: uppercase;
	border: none;
	padding: 0;
	margin-bottom: 19px;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.programms .text:after {
	content: '&gt;';
	background: url('../img/sp.png') no-repeat -114px -44px;
	text-indent: -9999px;
	display: inline-block;
	width: 10px;
	height: 10px;
	vertical-align: middle;
}

.programms .wrap a:hover .text:after {
	background-position: -123px -44px;
}

.programms .wrap a:hover {
	background: #ebeae6;
	opacity: 1;
}

.programms .wrap a:hover h3 {
	color: #ef0032;
}


/* Footer
-----------------------------------------------------------------------------*/

.footer {
	margin: -50px auto 0;
	padding: 37px 0 84px;
	/*min-height: 466px;*/
	background: #e7e7e7;
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	border-top: 4px solid #4099ff;
}

.footer .footermenu {
	width: 700px;
	float: left;
}

.footer .footermenu li.level1,
.footer .block22 .h2 {
	width: 100%;
	overflow: hidden;
	clear: both;
	margin: 0 0 20px;
	color: #0D3774;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
}

.footer .footermenu li.level1.last {
	display: none;
	/* hide contact */
}

.footer .footermenu li.level1 > a {
	display: inline-block;
	padding: 0 0 4px;
	text-transform: none;
	color: #0D3774;
}

.footer .footermenu li.level2 {
	float: left;
	padding: 0 0 0 10px;
	margin: 3px 20px -1px 0px;
	position: relative;
}

.footer .footermenu li.level2:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: url('../img/sp.png') no-repeat -126px -44px;
	position: absolute;
	left: 0px;
	top: 9px;
}

.footer .footermenu li.level2 > a {
	font-size: 16px;
	line-height: 15px;
}

.footer a {
	color: #8C8E90;
}

.footer .active > a,
.footer a:hover,
.footer .footermenu li.level1 > a:hover,
.footer .footermenu li.level1.active > a {
	color: #ED1C24;
	text-decoration: underline;
}

.footer .block22 .phone,
.footer .block22 .mailto {
	position: relative;
	clear: both;
	display: block;
	padding: 3px 0px 24px 42px;
	overflow: hidden;
	line-height: 25px;
}

.footer .block22 .phone:after,
.footer .block22 .mailto:after {
	content: '';
	display: block;
	width: 34px;
	height: 34px;
	background: url('../img/sp.png') no-repeat -28px -193px;
	position: absolute;
	left: 0px;
	top: 4px;
	float: left;
}

.footer .block22 .mailto:after {
	background-position: -65px -193px;
	top: 4px;
}

.footer .block22 .phone > a,
.footer .block22 .mailto span {
	display: block;
	color: #8c8e90;
	font-size: 18px;
	font-weight: 300;
	float: left;
}

.footer .block22 .mailto span,
.footer .block22 .phone span {
	line-height: 34px;
}

.footer .address a {
	font-size: 12px;
	padding-left: 20px;
	position: relative;
	margin: 4px 0 12px;
	display: block;
}

.footer .address a:before {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: 6px;
	width: 8px;
	height: 12px;
	background: url('../img/sp.png') no-repeat -100px -194px;
}

.footer .web-resourse {
	margin: 26px 0 0;
}

.footer .fakeSelect {
	width: 200px;
	height: 14px;
	margin: -10px 0 28px;
	padding: 10px;
	background: #fff;
	border-color: #fff;
	font-size: 12px;
	color: #ed1c24;
	overflow: visible;
	position: relative;
	z-index: 10;
	cursor: pointer;
}

.fakeSelect:before {
	content: '';
	display: block;
	width: 7px;
	height: 4px;
	background: url('../img/sp.png') no-repeat -159px -14px;
	position: absolute;
	right: 10px;
	top: 16px;
	z-index: 0;
}

.footer .fakeSelect .innerlink {
	display: none;
	width: 100%;
	position: absolute;
	left: -1px;
	top: auto;
	bottom: 31px;
	border: 1px solid #C9C9C9;
	background: #FFF;
}

.footer .fakeSelect .innerlink li a {
	margin: 0;
	position: relative;
	padding: 7px 10px;
	overflow: hidden;
	display: block;
}

.footer .fakeSelect .innerlink li a:hover {
	color: #8c8e90;
	background: #EEE;
}

.footer .followUs {
	margin: 15px 0 0 28px;
	width: 140px;
}


/*.footer #search {
		float: right;
		position: relative;
		margin: 5px 0;
	}
		.footer #search:after {
			content: none;
		}
		.footer #search input.search {
			border: none;
			margin: 0;
			width: 200px;
		}
		.footer #search .utilityButton {
			display: block;
			position: absolute;
			top: 2px;
			right: 4px;
			width: 30px;
			height: 28px;
			border:none;
			text-indent: -9999px;
			outline: none;
			cursor: pointer;
			background: #fff url('../img/sp.png') no-repeat 3px -22px;
		}
		.footer #search .utilityButton:hover {
			background-position: 3px -50px;
		}*/

.footer .copyright {
	background: #5a5a5a;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	font-weight: 500;
	clear: both;
	padding: 22px 0;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	top: auto;
	left: 0;
	right: 0;
}

.footer .copyright .secondLinks {
	float: right;
	margin: -2px -12px;
}

.footer .copyright .secondLinks li {
	float: left;
	border-left: 1px solid #919191;
	padding: 2px 12px;
}

.footer .copyright .secondLinks li:first-child {
	border: none;
}

.footer .copyright .secondLinks a {
	color: #919191;
}

.footer .copyright .secondLinks a:hover {
	color: #ED1C24;
	opacity: 1;
}


/* Scroll_top
-----------------------------------------------------------------------------*/

#scroll_top {
	display: none;
	cursor: pointer;
	background: #EBEAE6;
	width: 80px;
	height: 40px;
	font-size: 12px;
	line-height: 56px;
	font-weight: 400;
	position: fixed;
	right: 4px;
	bottom: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #5A5A5A;
	z-index: 100;
}

#scroll_top:after {
	content: '';
	display: block;
	width: 20px;
	height: 12px;
	background: url('../img/sp.png') no-repeat -4px -124px;
	position: absolute;
	top: 6px;
	left: 50%;
	margin-left: -10px;
}

#scroll_top:hover {
	color: #FFF;
	background: #ED1C24;
}

#scroll_top:hover:after {
	background-position: -4px -136px;
}


/* Share42
-----------------------------------------------------------------------------*/

.postmeta .share .share42init {
	background: #EBEAE6;
	margin: -8px 2px 0 5px;
}


/* form
-------------------------------------------------------------------------------*/

form {
	position: relative;
}

form:after {
	content: '';
	display: block;
	width: 22px;
	height: 22px;
	background: url('../img/sp.png') no-repeat -113px 1px;
	position: absolute;
	bottom: -20px;
	right: 0;
}

form.content_form {
	padding: 1em 1em 0.5em;
	background: #EBEAE6;
}

.form.accessBS {
	padding: 40px 20px 3px;
	background-color: #1f77db;
	border-top: 11px solid #0d66ca;
}

form.form .h3 {
	font-size: 26px;
	line-height: 1.25;
	font-weight: 300;
	margin: 0 0 22px;
	color: #12559D;
	border-bottom: none;
}

form.accessBS .h3 {
	color: #fff;
	font-size: 22px;
	line-height: 26px;
	font-weight: 500;
	margin: 0 -2px 35px;
	letter-spacing: -1px;
	padding: 0;
}

.form p {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 20px;
	position: relative;
}

.form label {
	font-size: 12px;
	line-height: 18px;
	display: block;
	margin: 0 0 0 2px;
}

.form label i,
span.label i {
	color: #e7272d;
}

.form input[type="text"],
.form input[type="phone"],
.form input[type="email"],
.form textarea {
	font: inherit;
	border: 1px solid #ccc;
	outline: none;
	margin: 0;
	padding: 6px 10px 7px;
	width: 300px;
	vertical-align: top;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.block22 .form input,
.block22 .form textarea {
	width: 180px;
	border: none;
}

form.content_form input[type="text"],
form.content_form textarea {
	width: 100%;
}

.form textarea {
	overflow-x: hidden;
	resize: vertical;
}

.btn {
	min-width: 138px;
	height: 40px;
	line-height: 38px;
	font-weight: 300;
	font-family: inherit;
	outline: none;
	padding: 0 20px;
	margin: 0 1px;
	background: #ef0032;
	border: none;
	color: #fff;
	outline: none;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.icoWrap {
	position: relative;
	display: inline-block;
}

.block22 .form .submit input {
	font-size: 18px;
	line-height: 38px;
	font-weight: 300;
	display: block;
	width: 180px;
}

.btn.white {
	color: #ef0032;
	background-color: #fff;
}

.blueBtn {
	background: #337ccf;
	color: #fff;
}

.btn.ico {
	padding: 0 20px 0 40px;
}

.icoWrap:after {
	content: '';
	display: block;
	width: 22px;
	height: 18px;
	background: url('../img/sp.png') no-repeat -91px -23px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 10px 0 0 26px;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.icoWrap.white:hover:after {
	background-position: -91px -23px;
}

.icoWrap:hover:after,
.icoWrap.white:after {
	background-position: -91px -1px;
}

.form input:hover,
.form textarea:hover,
.form input:focus,
.form textarea:focus {
	border-color: #337ccf;
}

.btn:hover {
	background: #fff;
	color: #ef0032;
}

.blueBtn:hover {
	color: #fff;
	background: #ef0032;
	border-color: #ef0032;
}

.btn.white:hover {
	background: #ef0032;
	color: #fff;
}

.btn:active {
	box-shadow: inset 0 0 2px #000;
	-moz-box-shadow: inset 0 0 2px #000;
	-webkit-box-shadow: inset 0 0 2px #000;
}

.form .error {
	border-color: #e7272d !important;
}

.form span.error {
	display: block;
	clear: both;
	font-size: 10px;
	color: #e7272d;
	position: absolute;
}

.form.accessBS span.error {
	color: #fff;
	line-height: 12px;
}

.form .success {
	color: green;
	font-style: italic;
}


/* FancyBox
---------------------------------------------------- */

.fancybox-skin {
	background: #EBEAE6;
	border-top: 11px solid #CE002B;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.fancybox-close {
	top: 0;
	right: 0;
}

.fancybox-skin form:after {
	display: none;
}


/* Main page
------------------------------------------------------*/

.mainpage .h3 {
	margin: 0 0 25px;
	position: relative;
	border-bottom: 4px solid #EBEAE6;
	color: #0D3774;
	text-transform: uppercase;
	padding: 8px 0 10px;
	font-size: 18px;
}

.mainpage .h3 span {
	padding: 4px 18px 10px 34px;
	border-bottom: 4px solid #4099ff;
}

.mainpage .h3:after,
.mainpage h2:after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 10px;
}

.allArticles {
	color: #4099FF;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
}

.ajaxLoad {
	position: relative;
}

.ajaxLoad .bx-controls {
	position: absolute;
	top: 12px;
	right: 0;
	padding: 0 20px;
}

.ajaxLoad .bx-pager-item {
	float: left;
}

.ajaxLoad .bx-pager-item a {
	display: block;
	text-indent: -9999px;
	float: left;
	width: 6px;
	height: 6px;
	margin: 5px 1px;
	background: url('../img/sp.png') -28px -15px;
	-webkit-transition: all .0s ease 0s;
	-moz-transition: all .0s ease 0s;
	-o-transition: all .0s ease 0s;
	transition: all .0s ease 0s;
}

.ajaxLoad .bx-pager-item a:hover,
.ajaxLoad .bx-pager-item a.active {
	background: url('../img/sp.png') -19px -15px;
}

.ajaxLoad .bx-controls-direction a {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 18px;
	display: block;
	text-indent: -9999px;
	background: url('../img/sp.png') -64px -1px;
	-webkit-transition: all .0s ease 0s;
	-moz-transition: all .0s ease 0s;
	-o-transition: all .0s ease 0s;
	transition: all .0s ease 0s;
}

.ajaxLoad .bx-controls-direction a:hover {
	background-position: -50px -1px;
}

.ajaxLoad .bx-controls-direction .bx-prev {
	left: 0;
	right: auto;
	background: url('../img/sp.png') -64px -22px;
}

.ajaxLoad .bx-controls-direction .bx-prev:hover {
	background-position: -50px -22px;
}


/* Breadcrumbs
----------------------------------------------------- */

ul.breadcrumbs {
	white-space: nowrap;
	background: #EBEAE6;
	padding: 3px 14px;
	margin-bottom: 0;
	clear: both;
}

ul.breadcrumbs li {
	display: inline-block;
	margin: 0 14px 0 0;
	padding: 0;
	overflow: hidden;
}

ul.breadcrumbs li:after {
	content: none;
	display: none;
}

ul.breadcrumbs li > * {
	white-space: nowrap;
	font-size: 10px;
	line-height: 14px;
	max-width: 155px;
	display: inline-block;
	position: relative;
}

ul.breadcrumbs li > span {
	display: inline-block;
	width: 100%;
}

ul.breadcrumbs li > span:after {
	content: '';
	display: block;
	width: 30px;
	height: 14px;
	position: absolute;
	top: 0;
	left: 126px;
	background: -moz-linear-gradient(left, rgba(234, 234, 234, 0) 0%, rgba(235, 234, 230, 1) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(234, 234, 234, 0)), color-stop(100%, rgba(235, 234, 230, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(234, 234, 234, 0) 0%, rgba(235, 234, 230, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(234, 234, 234, 0) 0%, rgba(235, 234, 230, 1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(234, 234, 234, 0) 0%, rgba(235, 234, 230, 1) 100%);
	/* IE10+ */
	background: linear-gradient(to right, rgba(234, 234, 234, 0) 0%, rgba(235, 234, 230, 1) 100%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00eaeaea', endColorstr='#ebeae6', GradientType=1);
	/* IE6-9 */
}

ul.breadcrumbs li > a {
	color: #003975;
	padding-right: 18px;
}

ul.breadcrumbs li > a:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: url('../img/sp.png') no-repeat -154px -21px;
	position: absolute;
	right: 0;
	top: 4px;
}

ul.breadcrumbs li > a:hover {
	color: #EA2526;
}

ul.breadcrumbs li > a:hover:after {
	background-position: -156px -30px;
}

ul.breadcrumbs .home {
	display: inline-block;
	text-indent: -9999px;
	width: 14px;
	height: 14px;
	background: url('../img/sp.png') no-repeat -112px -193px;
}

ul.breadcrumbs .home:hover {
	background-position: -112px -208px;
}


/* News
----------------------------------------------------- */

.mainpage .news + .news {
	margin: 0 40px;
}

.news .h3:after {
	background: url('../img/sp.png') no-repeat -120px -57px;
}

.itemnews {
	border-bottom: 1px solid #dfdfdf;
	margin: 0 0 28px;
	padding: 4px 0px 0px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
}

.news .itemnews + .itemnews {
	margin-bottom: 2px;
}

.itemnews h3 {
	text-transform: none;
	padding: 0px 0 8px;
	height: 22px;
	overflow: hidden;
	z-index: 10;
}

.itemnews h3 a {
	color: #4099ff;
	display: block;
	background: #fff;
}

.itemnews .text {
	line-height: 20px;
	height: 66px;
	overflow: hidden;
}

.itemnews p {
	margin: 0;
	display: inline;
}

.itemnews .info {
	overflow: hidden;
	padding: 6px 0;
}

.itemnews .info .date {
	display: block;
	color: #c0c0c0;
	font-size: 12px;
	padding: 0 0 0 18px;
	position: relative;
	float: left;
}

.itemnews .info .reviews {
	font-size: 12px;
	padding: 0 0 0 22px;
	position: relative;
	color: #4099ff;
	margin-left: 16px;
}

.itemnews .info .more {
	float: right;
	font-size: 14px;
	line-height: 18px;
}

.itemnews .info .date:before,
.itemnews .info .reviews:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url('../img/sp.png') no-repeat -83px -91px;
	position: absolute;
	left: 0;
	top: 0;
}

.itemnews .info .reviews:before {
	background-position: -100px -92px;
}

#application {
	background: #1f77db;
	border-top: 11px solid #0d66ca;
	padding: 9px 20px 0px;
	margin: 10px 0 0;
	float: right;
	color: #fff;
}

#application .h3,
#application h3 {
	color: #fff;
	line-height: 31px;
	padding: 3px 0 5px;
	font-size: 26px;
}


/* entrants
----------------------------------------------------- */

body#entrants h3 {
	border-bottom: 4px solid #EBEAE6;
	padding: 4px 0 22px 60px;
	margin: 40px 0 48px;
	font-size: 40px;
	line-height: 40px;
	font-weight: 300;
	color: #ED1C24;
	clear: both;
	text-transform: none;
	position: relative;
}

body#entrants h3:before {
	content: '';
	display: block;
	width: 42px;
	height: 42px;
	background: url('../img/progIco.png') no-repeat 0 0;
	position: absolute;
	top: 6px;
	left: 0;
}

body#entrants h3.f9:before {
	background-position: -88px 0;
}

body#entrants h3.f8:before {
	background-position: -132px 0;
}

body#entrants h3.f7:before {
	background-position: -177px 0;
}

body#entrants h3.f6:before {
	background-position: -220px 0;
}

body#entrants .programm {
	overflow: hidden;
	margin: 30px 0 35px;
}

body#entrants .programm img {
	vertical-align: top;
	margin: 8px 40px 0 0px;
}

body#entrants .programm .text {
	width: 600px;
	float: left;
	font-size: 18px;
	line-height: 25px;
}

body#entrants .programm h4 {
	font-size: 34px;
	line-height: 40px;
	font-weight: 300;
	margin: 0 0 17px;
}

body#entrants .programm h4 a {
	color: #003975;
}

body#entrants .programm .btn {
	min-width: 0;
	margin: 16px 0 0;
	border: 1px solid #fff;
}

body#entrants .programm .btn:hover {
	border-color: #EF0032;
}


/* News Page
----------------------------------------------------- */

.column.newspost .postImg {
	text-align: center;
	margin: 9px 0 12px;
	display: block;
}

.column.newspost h3 {
	text-transform: none;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	margin: 0px 0 18px;
}

.column.newspost .postmeta {
	border-left: none;
	border-right: none;
}

.latest_post {
	border-top: 2px solid #ccc;
	padding-top: 20px;
	margin-top: 28px;
	overflow: hidden;
	clear: both;
}

.latest_post h4 {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
	margin: 0px 0 5px;
	font-weight: bold;
}

.lastPost {
	width: 310px;
	float: left;
	border-bottom: 1px solid #cbcccc;
	padding: 28px 0 25px;
	font-size: 14px;
	line-height: 20px;
}

.lastPost.odd {
	float: right;
}

.latest_post a {
	color: #0054a1;
}

.latest_post a:hover {
	text-decoration: none;
	color: #ea2526;
}

.latest_post p.all_news {
	text-align: right;
	font-size: 14px;
	margin: 22px 0 0px;
}

.twoColumn .middle > .col {
	width: 310px;
}

.middle .post-info {
	color: #373F42;
	font-size: 10px;
	margin: 4px 0 4px;
	line-height: 12px;
}

.middle .postmeta {
	padding: 10px 0 4px;
	height: 24px;
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


/*Pagination*/

.middle div.pagination {
	clear: both;
	border-radius: 3px;
	overflow: hidden;
}

.middle div.pagination ul.pagination {
	list-style: none;
	border: 1px solid #cbcccc;
	height: 38px;
	margin: 0;
	padding: 0 100px;
	position: relative;
}

.middle ul.pagination li:after {
	content: none;
	display: none;
}

.middle ul.pagination li {
	float: left;
	margin: 0;
	padding: 0;
}

.pagination li * {
	color: #000000;
	float: left;
	text-align: center;
	height: 20px;
	line-height: 20px;
	margin: 9px 6px 0;
}

.middle .pagination li.control {
	position: absolute;
	right: -1px;
	top: -1px;
}

.middle .pagination li.control {
	border-left: 1px solid #cbcccc;
	left: auto;
}

.middle .pagination li.control:first-child {
	border-right: 1px solid #cbcccc;
	left: -1px;
	right: auto;
}

.middle .pagination li.control:before {
	content: '';
	width: 10px;
	height: 18px;
	display: block;
	background: url('../img/sp.png') no-repeat -63px 0;
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 15px;
}

.middle .pagination li.control:first-child:before {
	background-position: -63px -22px;
}

.middle .pagination li.control:hover:before {
	background-position: -77px 0;
}

.middle .pagination li.control:first-child:hover:before {
	background-position: -77px -22px;
}

.middle .pagination li.control * {
	position: relative;
	z-index: 5;
	display: block;
	width: 41px;
	height: 41px;
	text-indent: -9999px;
	margin: 0;
}

.middle .pagination li.control:hover {
	background: #ed1c24;
	border-color: #ed1c24;
}

.middle .pagination li a:hover {
	color: #ed1c24;
	text-decoration: none;
}

.middle .pagination li.active a {
	color: #ed1c24;
}

.middle .pagination li.disabled:before {
	cursor: default;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.jGrowl-notification {
	color: #fff !important;
}