@font-face {
		font-family: 'HelveticaNeueCyr';
		src: url('../font/helveticaneuecyr-roman.eot');
		src: url('../font/helveticaneuecyr-roman.eot?#iefix') format('embedded-opentype'),
				 url('../font/helveticaneuecyr-roman.woff') format('woff'),
				 url('../font/helveticaneuecyr-roman.ttf') format('truetype');
		font-weight: normal;
		font-style: normal;
}
@font-face {
		font-family: 'HelveticaNeueCyr';
		src: url('../font/helveticaneuecyr-medium.eot');
		src: url('../font/helveticaneuecyr-medium.eot?#iefix') format('embedded-opentype'),
				 url('../font/helveticaneuecyr-medium.woff') format('woff'),
				 url('../font/helveticaneuecyr-medium.ttf') format('truetype');
		font-weight: bold;
		font-style: normal;
}
@font-face {
	font-family: "PFDinDisplayPro";
	src: url('../font/pfdindisplaypro-reg-webfont.eot');
	src: url('../font/pfdindisplaypro-reg-webfont.eot?iefix') format('embedded-opentype'),
		 url('../font/pfdindisplaypro-reg-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}



* {
	outline: none;
}
html {
	height: 100%;
}
body {
	min-width: 1010px;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	font: 14px/1.4 "HelveticaNeueCyr", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
	color: #000;
	cursor: default;
}
body, html {
	background: #dbdbdb;
}
table, td, th {
	border-width: 0;
	border-collapse: collapse;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #000;
	font-weight: normal;
}
ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	max-width: 100%;
}
table img {
    max-width: none;
}
iframe, img, a img {
	border: 0;
}
a {
	color: #0e7bc1;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color: #000;
	text-decoration: none;
}
p {
	margin: 1em 0;
}
input, textarea, select, button {
	font: inherit;
	color: inherit;
}
section, aside, article, header, footer {
	display: block;
}



.wrapper {
	max-width: 970px;
	margin: 0 auto;
	padding: 1px 0;
}

.l-page {
	position: relative;
	height: auto;
	min-height: 100%;
	background: url("../img/page_bg1.jpg") 50% 0 no-repeat;
	overflow: hidden;
}
	.l-wrapper {
		position: relative;
	}
	.l-header {
		position: relative;
	}
		.l-header-holder {
			position: relative;
			height: 250px;
			padding-left: 20px;
			padding-right: 20px;
			background: url("../img/page_bg2a.png") 0 0 no-repeat;
			background-size: 100% auto;
		}
	.l-content {
		position: relative;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		background: url("../img/page_bg2b.png") 0 0 repeat-y;
		background-size: 100% auto;
	}
	.t-inner .l-content {
		padding-bottom: 40px;
	}
		.l-content-center {
			width: 100%;
			float: left;
		}
			.l-content-holder {
				min-height: 200px;
			}
			.t-inner .l-content-holder {
				padding: 0 20px;
			}
			.t-right_l .l-content-holder {
				margin-right: 410px;
			}
			.t-right_s .l-content-holder {
				margin-right: 280px;
			}
		.l-content-right {
			float: left;
		}
		.t-right_l .l-content-right {
			width: 390px;
			margin-left: -390px;
		}
		.t-right_s .l-content-right {
			width: 240px;
			margin-left: -240px;
		}
		.t-right_s .l-content-right:before {
			content: '';
			position: absolute;
			top: 125px;
			bottom: 30px;
			right: 260px;
			width: 1px;
			background: #d2d2d2;
		}
	.l-footer {
		position: relative;
	}
		.l-footer-holder {
			position: relative;
			padding-left: 20px;
			padding-right: 20px;
			background: #004290 url("../img/footer_bg.png") 0 0 repeat-x;
		}

.l-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.2);
	z-index: 100;
	display: none;
}
.l-layer {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	overflow-y: scroll;
	z-index: 110;
	display: none;
}



.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	margin: 1.2em 0 0.7em;
}
.content h1 {
	font-size: 24px;
	font-weight: bold;
}
.content h2 {
	font-size: 20px;
	font-weight: bold;
}
.content h3 {
	font-size: 18px;
	font-weight: bold;
}
.content h4 {
	font-size: 16px;
}
.content h5 {
	font-size: 1.2em;
}
.content h6 {
	font-size: 1em;
	font-weight: bold;
}
.content ul {
	padding-left: 40px;
}
.content ul.no-line {
	padding-left: 20px;
}
.content ol {
	padding-left: 40px;
	counter-reset: li;
}
.content li {
	position: relative;
	margin: 1em 0;
}
.content ul.line-bullets li:before {
	content: '';
	position: absolute;
	top: 0.55em;
	left: -40px;
	width: 18px;
	height: 2px;
	background: #40a9e0;
}
.wrap-content-bullet-rect ul li:before {
	content: '';
	position: absolute;
	top: 0.2em;
	left: -40px;
	border: 8px solid transparent;
	border-left: 18px solid #40a9e0;
}
.content ul.no-line li:before {
	display: none;
}
.content ol li:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	top: 0;
	left: -40px;
	width: 38px;
	color: #a2a2a2;
}
.content table {
	width: 100%;
	border-color: grey;
	border-style: solid;
	clear: both;
}
.content tbody {
	/*border-bottom: 1px solid #dadada;*/
}
.content th {
	padding: 15px 20px;
	background: #40a9e0;
	font-weight: normal;
	text-align: left;
	color: #fff;
	vertical-align: top;
}
/*.content th + th {
	padding: 15px 20px 15px 0;
}*/
.content td {
	padding: 15px 20px;
	border: 1px solid grey;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
.content tr:nth-child(even) td {
	background: #f1f1f1;
}
/*.content td + td {
	padding: 15px 20px 15px 0;
}*/
.content .edit td {
	padding: 15px 18px;
}
.content blockquote.expansion table {
	margin-top: 15px;
}

.h1 {
	margin: 0;
	display: inline;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
}
.h2 {
	margin: 0;
	display: inline;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
}
.h3 {
	margin: 0;
	display: inline;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2;
}
.h4 {
	margin: 0;
	display: inline;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
}



.ico {
	position: relative;
	width: 0;
	height: 0;
	background: url("../img/page_icons.png") 100% 0 no-repeat;
	text-indent: 100%;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}
a.ico {
	border: 0;
}
	.ico.i_fb {
		width: 20px;
		height: 20px;
		background-position: 0px 0px;
	}
	.ico.i_tw {
		width: 20px;
		height: 20px;
		background-position: -20px 0px;
	}
	.ico.i_vk {
		width: 20px;
		height: 20px;
		background-position: -40px 0px;
	}
	.ico.i_lj {
		width: 20px;
		height: 20px;
		background-position: -60px 0px;
	}
	.ico.i_yt {
		width: 20px;
		height: 20px;
		background-position: -80px 0px;
	}
	.ico.i_ig {
		width: 20px;
		height: 20px;
		background-position: -100px 0px;
	}
	.ico.i_gu {
		width: 20px;
		height: 20px;
		background-position: -120px 0px;
	}
	.ico.i_op {
		width: 20px;
		height: 20px;
		background-position: -140px 0px;
	}
	.ico.i_ok {
		width: 20px;
		height: 20px;
		background-position: -88px -310px;
	}
	.ico.i_srch {
		width: 20px;
		height: 20px;
		background-position: -160px 0px;
	}
	.ico.i_phn {
		width: 14px;
		height: 14px;
		background-position: -180px 0px;
	}
	.ico.i_rss {
		width: 15px;
		height: 15px;
		background-position: 0px -20px;
	}
	.ico.i_time {
		width: 10px;
		height: 10px;
		background-position: -20px -20px;
		vertical-align: baseline;
	}
	.ico.i_time2 {
		width: 10px;
		height: 10px;
		background-position: -30px -20px;
		vertical-align: baseline;
	}
	.ico.i_mm4 {
		width: 30px;
		height: 30px;
		background-position: 0px -40px;
	}
	.ico.i_mm5 {
		width: 32px;
		height: 30px;
		background-position: -30px -40px;
	}
	.ico.i_mm6 {
		width: 30px;
		height: 30px;
		background-position: -70px -40px;
	}
	.ico.i_mm7 {
		width: 25px;
		height: 31px;
		background-position: -100px -40px;
	}
	.ico.i_mm8 {
		width: 32px;
		height: 30px;
		background-position: -130px -40px;
	}
	.ico.i_mm9 {
		width: 25px;
		height: 30px;
		background-position: -170px -40px;
	}
	.ico.i_mm10 {
		width: 31px;
		height: 31px;
		background-position: 0px -260px;
	}
	.ico.i_mm11 {
		width: 40px;
		height: 30px;
		background-position: -340px -120px;
	}
	.ico.i_mm12 {
		width: 30px;
		height: 30px;
		background-position: -240px -260px;
	}
	.ico.i_mm13 {
		width: 32px;
		height: 30px;
		background-position: -280px -260px;
	}
	.ico.i_mm14 {
		width: 30px;
		height: 30px;
		background-position: 0px -310px;
	}
	.ico.i_mm15 {
		width: 36px;
		height: 36px;
		background-position: -40px -310px;
	}
	.ico.i_ph1 {
		width: 10px;
		height: 18px;
		background-position: -40px -20px;
	}
	.ico.i_ph2 {
		width: 13px;
		height: 18px;
		background-position: -50px -20px;
	}
	.ico.i_fm1 {
		width: 35px;
		height: 35px;
		background-position: -30px -80px;
	}
	.ico.i_fm2 {
		width: 30px;
		height: 30px;
		background-position: -70px -80px;
	}
	.ico.i_fm3 {
		width: 30px;
		height: 30px;
		background-position: -100px -80px;
	}
	.ico.i_fm4 {
		width: 30px;
		height: 30px;
		background-position: -130px -80px;
	}
	.ico.i_fm5 {
		width: 30px;
		height: 30px;
		background-position: -160px -80px;
	}
	.ico.i_fm6 {
		width: 30px;
		height: 30px;
		background-position: -190px -80px;
	}
	.ico.i_fm7 {
		width: 40px;
		height: 30px;
		background-position: -220px -80px;
	}
	.ico.i_fm8 {
		width: 35px;
		height: 30px;
		background-position: -260px -80px;
	}
	.ico.i_fm9 {
		width: 30px;
		height: 30px;
		background-position: -300px -80px;
	}
	.ico.i_fm10 {
		width: 30px;
		height: 30px;
		background-position: -330px -80px;
	}
	.ico.i_rs {
		width: 20px;
		height: 18px;
		background-position: -70px -20px;
	}
	.ico.i_rs.active {
		background-position: -95px -20px;
	}
	.ico.i_rs.hover {
		background-position: -95px -20px;
	}
	.ico.i_vd {
		width: 17px;
		height: 14px;
		background-position: -120px -20px;
		vertical-align: text-bottom;
	}
	.ico.i_vd2 {
		width: 15px;
		height: 14px;
		background-position: -310px -310px;
		vertical-align: text-bottom;
	}
	.ico.i_lc {
		width: 16px;
		height: 16px;
		background-position: -140px -20px;
		vertical-align: text-bottom;
	}
	.ico.i_tw2 {
		width: 23px;
		height: 22px;
		background-position: -230px -40px;
	}
	.ico.i_vk2 {
		width: 23px;
		height: 22px;
		background-position: -260px -40px;
	}
	.ico.i_fb2 {
		width: 23px;
		height: 22px;
		background-position: -290px -40px;
	}
	.ico.i_ok2 {
		width: 23px;
		height: 22px;
		background-position: -320px -40px;
	}
	.ico.i_cal {
		width: 20px;
		height: 20px;
		background-position: -290px 0px;
	}
	.ico.i_gp1 {
		width: 20px;
		height: 20px;
		background-position: -160px -20px;
	}
	.ico.i_gp2 {
		width: 20px;
		height: 20px;
		background-position: -180px -20px;
	}
	.ico.i_gp3 {
		width: 20px;
		height: 20px;
		background-position: -200px -20px;
	}
	.ico.f_doc {
		width: 20px;
		height: 20px;
		background-position: -180px -20px;
	}
	.ico.f_pdf {
		width: 20px;
		height: 20px;
		background-position: -200px -20px;
	}
	.ico.i_li1 {
		width: 26px;
		height: 33px;
		background-position: 0px -120px;
	}
	.ico.i_li2 {
		width: 28px;
		height: 34px;
		background-position: -30px -120px;
	}
	.ico.i_li3 {
		width: 30px;
		height: 30px;
		background-position: -60px -120px;
	}
	.ico.i_li4 {
		width: 30px;
		height: 30px;
		background-position: -90px -120px;
	}
	.ico.i_li5 {
		width: 30px;
		height: 30px;
		background-position: -120px -120px;
	}
	.ico.i_li6 {
		width: 30px;
		height: 30px;
		background-position: -150px -120px;
	}
	.ico.i_li7 {
		width: 30px;
		height: 30px;
		background-position: -180px -120px;
	}
	.ico.i_li8 {
		width: 30px;
		height: 30px;
		background-position: -210px -120px;
	}
	.ico.i_li9 {
		width: 30px;
		height: 30px;
		background-position: -240px -120px;
	}
	.ico.i_li10 {
		width: 30px;
		height: 30px;
		background-position: -270px -120px;
	}
	.ico.i_li11 {
		width: 30px;
		height: 30px;
		background-position: -300px -120px;
	}
	.ico.i_li12 {
		width: 42px;
		height: 42px;
		background-position: 0px -160px;
	}
	*:hover > .ico.i_li12, *.selected > .ico.i_li12 {
		background-position: 0px -210px;
	}
	.ico.i_li13 {
		width: 42px;
		height: 42px;
		background-position: -50px -160px;
	}
	*:hover > .ico.i_li13, *.selected > .ico.i_li13 {
		background-position: -50px -210px;
	}
	.ico.i_li14 {
		width: 42px;
		height: 42px;
		background-position: -100px -160px;
	}
	*:hover > .ico.i_li14, *.selected > .ico.i_li14 {
		background-position: -100px -210px;
	}
	.ico.i_li15 {
		width: 42px;
		height: 42px;
		background-position: -150px -160px;
	}
	*:hover > .ico.i_li15, *.selected > .ico.i_li15 {
		background-position: -150px -210px;
	}
	.ico.i_li16 {
		width: 42px;
		height: 42px;
		background-position: -200px -160px;
	}
	*:hover > .ico.i_li16, *.selected > .ico.i_li16 {
		background-position: -200px -210px;
	}
	.ico.i_li17 {
		width: 42px;
		height: 42px;
		background-position: -250px -160px;
	}
	*:hover > .ico.i_li17, *.selected > .ico.i_li17 {
		background-position: -250px -210px;
	}
	.ico.i_li18 {
		width: 42px;
		height: 42px;
		background-position: -300px -160px;
	}
	*:hover > .ico.i_li18, *.selected > .ico.i_li18 {
		background-position: -300px -210px;
	}
	.ico.i_li19 {
		width: 42px;
		height: 42px;
		background-position: -350px -160px;
	}
	*:hover > .ico.i_li19, *.selected > .ico.i_li19 {
		background-position: -350px -210px;
	}
	.ico.i_lnk {
		width: 16px;
		height: 15px;
		background-position: -220px -20px;
	}
	.ico.i_clr {
		width: 18px;
		height: 18px;
		background-position: -280px -20px;
	}
	.ico.i_mo1 {
		width: 16px;
		height: 16px;
		background-position: -310px 0px;
	}
	.ico.i_mo2 {
		width: 16px;
		height: 16px;
		background-position: -330px 0px;
	}
	.ico.i_mo3 {
		width: 16px;
		height: 16px;
		background-position: -350px 0px;
	}
	.ico.i_mo4 {
		width: 10px;
		height: 16px;
		background-position: -370px 0px;
	}
	.ico.i_cls2 {
		width: 20px;
		height: 20px;
		background-position: -300px -20px;
	}
	.ico.i_meg {
		width: 16px;
		height: 15px;
		background-position: -350px -40px;
	}
	.ico.i_add {
		width: 15px;
		height: 15px;
		background-position: -40px -260px;
	}
	.ico.i_del {
		width: 15px;
		height: 15px;
		background-position: -60px -260px;
	}
	.ico.i_sbsc {
		width: 15px;
		height: 11px;
		background-position: -330px -20px;
	}
	.ico.i_mm1 {
		width: 40px;
		height: 40px;
		background-position: -90px -260px;
	}
	.ico.i_mm2 {
		width: 40px;
		height: 40px;
		background-position: -140px -260px;
	}
	.ico.i_mm3 {
		width: 40px;
		height: 40px;
		background-position: -190px -260px;
	}
	.ico.i_close {
		width: 20px;
		height: 20px;
		background-position: -360px -20px;
	}
	.ico.i_info {
		width: 28px;
		height: 28px;
		background-position: -330px -260px;
	}
    .ico.i_rss_oper {
        width: 20px;
        height: 20px;
        background-position: 0 -20px;
    }
.doc {
	position: relative;
	width: 20px;
	height: 20px;
	background: url("../img/doc_icons.png") 0 0 no-repeat;
	text-indent: 100%;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}
a.doc {
	border: 0;
}
	.doc.d_doc {
		background-position: -30px 0px;
	}
	.doc.d_pdf {
		background-position: -60px 0px;
	}
	.doc.d_zip {
		background-position: -90px 0px;
	}
	.doc.d_xls {
		background-position: -120px 0px;
	}
	.doc.d_odt {
		background-position: -150px 0px;
	}



.checkbox {
	position: relative;
	min-height: 1em;
	padding-left: 25px;
	display: inline-block;
	*display: inline;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkbox.disabled, .checkbox2.disabled + * {
	opacity: 0.6;
}
.checkbox:before {
	content: '';
	width: 19px;
	height: 19px;
	margin-left: -25px;
	margin-right: 5px;
	background: url("../img/checkbox_ico.png") 0 0 no-repeat;
	display: inline-block;
	*display: inline;
	vertical-align: middle;
}
.checkbox.active:before {
	content: '';
	background-position: 100% 0;
}
	.checkbox input {
		position: absolute;
		width: 0;
		height: 0;
		opacity: 0;
	}

.radio {
	position: relative;
	min-height: 1em;
	display: inline-block;
	*display: inline;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.radio.disabled, .radio2.disabled + * {
	opacity: 0.6;
}
.radio:before {
	content: '';
	width: 17px;
	height: 17px;
	margin-right: 5px;
	background: url("../img/radio_ico.png") 0 0 no-repeat;
	display: inline-block;
	*display: inline;
	vertical-align: middle;
}
.radio.active:before {
	content: '';
	background-position: 100% 0;
}
	.radio input {
		position: absolute;
		width: 0;
		height: 0;
		opacity: 0;
	}

.input {
	position: relative;
	width: 100%;
	height: 38px;
	*height: auto;
	margin: 0;
	padding: 10px 10px;
	background: #fff;
	border: 1px solid #a6a6a6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.2;
	display: block;
}
.input.t-date {
	padding-right: 40px;
}
.input.t-date + .ico {
	position: absolute;
	top: 8px;
	right: 10px;
}
.input.t-clear {
	padding-right: 40px;
}
.input.t-clear + .ico {
	position: absolute;
	top: 10px;
	right: 10px;
}
.input.t-error {
	border-color: #ec3f40;
}
.b-input-er {
	display: none;
}
.input.t-error + .b-input-er {
	position: static;
	top: 11px;
	right: 10px;
	font-size: 12px;
	color: #ec3f40;
	display: block;
}

select.invalid, input.invalid, textarea.invalid {
    border: 1px solid #FF0000;
}
.invalid .nselect-container .nselect-holder{
    border: 1px solid #FF0000;
}
.error{
    color: #ff0000;
}

.textarea {
	position: relative;
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 10px 10px;
	background: #fff;
	border: 1px solid #a6a6a6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	resize: vertical;
	line-height: 1.2;
	display: block;
}

.button {
	position: relative;
	margin: 0;
	padding: 5px 5px;
	background: #eee;
	border: 1px solid #a6a6a6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	color: inherit;
	line-height: 1.2;
	display: inline-block;
	*display: inline;
	cursor: pointer;
}
.button.t-1 {
	position: relative;
	width: 100%;
	height: 38px;
	*height: auto;
	padding: 10px 10px;
	background: #3887b6;
	background: -moz-linear-gradient(top, #3887b6 0%, #2a5c8f 100%);
	background: -webkit-linear-gradient(top, #3887b6 0%, #2a5c8f 100%);
	background: -o-linear-gradient(top, #3887b6 0%, #2a5c8f 100%);
	background: -ms-linear-gradient(top, #3887b6 0%, #2a5c8f 100%);
	background: linear-gradient(top, #3887b6 0%, #2a5c8f 100%);
	border: 0 none;
	color: #fff;
	display: block;
}

.button.t-2 {
	position: relative;
	width: 100%;
	padding: 20px 20px;
	background: #c45a50;
	background: -moz-linear-gradient(top, #ee675b 0%, #c45a50 100%);
	background: -webkit-linear-gradient(top, #ee675b 0%, #c45a50 100%);
	background: -o-linear-gradient(top, #ee675b 0%, #c45a50 100%);
	background: -ms-linear-gradient(top, #ee675b 0%, #c45a50 100%);
	background: linear-gradient(top, #ee675b 0%, #c45a50 100%);
	border: 0 none;
	white-space: normal;
	color: #fffb93;
	display: block;
}
.button.t-3 {
	position: relative;
	height: 38px;
	*height: auto;
	padding: 9px 14px;
	background: #fffeff;
	background: -moz-linear-gradient(top, #fffeff 0%, #f2f3f2 100%);
	background: -webkit-linear-gradient(top, #fffeff 0%, #f2f3f2 100%);
	background: -o-linear-gradient(top, #fffeff 0%, #f2f3f2 100%);
	background: -ms-linear-gradient(top, #fffeff 0%, #f2f3f2 100%);
	background: linear-gradient(top, #fffeff 0%, #f2f3f2 100%);
	border: 1px solid #a6a6a6;
	display: inline-block;
}
.button.t-4 {
	position: relative;
	padding: 20px 40px;
	background: #0c62b2;
	background: -moz-linear-gradient(top, #167cce 0%, #004492 100%);
	background: -webkit-linear-gradient(top, #167cce 0%, #004492 100%);
	background: -o-linear-gradient(top, #167cce 0%, #004492 100%);
	background: -ms-linear-gradient(top, #167cce 0%, #004492 100%);
	background: linear-gradient(top, #167cce 0%, #004492 100%);
	border: 0;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
}
.button.t-4:hover {
	background: #004492;
}

.select {
	position: relative;
	width: 100%;
	height: 38px;
	*height: auto;
	margin: 0;
	padding: 9px 5px;
	background: #fff;
	border: 1px solid #a6a6a6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.2;
	display: block;
}
	.select .select-input {
		border-bottom: 1px solid #ccc;
	}

.nselect-container, .nselect-container select {
	cursor: pointer;
}
.select + .nselect-holder {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.2;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-mos-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.select.t-1 + .nselect-holder {
	height: 38px;
	*height: auto;
	padding: 10px 28px 10px 10px;
	background: #fff;
	border: 1px solid #a6a6a6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.select.t-1 + .nselect-holder:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -2px;
	border-top: 4px solid #a6a6a6;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}
.select.t-2 + .nselect-holder {
	padding: 0 15px 0 0;
}
.select.t-2 + .nselect-holder:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -2px;
	border-top: 4px solid #fff;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}

.select-container {
	position: relative;
}
.select.t-2 + .select-container {
	position: static;
	margin-left: 5px;
	display: inline-block;
	vertical-align: bottom;
}
	.select-container .select-input {
		min-height: 1.2em;
		overflow: hidden;
		white-space: nowrap;
		-o-text-overflow: ellipsis;
		-ms-text-overflow: ellipsis;
		-mos-text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		text-overflow: ellipsis;
		line-height: 1.2;
		cursor: pointer;
	}
	.select.t-2 + .select-container .select-input {
		font-size: 16px;
		color: #fff;
	}
	.select.t-2 + .select-container > .select-input:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.select.t-2 + .select-container > .select-input:after {
		content: '';
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -2px;
		border-top: 4px solid #fff;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
	}
	.select-container .select-list {
		position: absolute;
		top: 100%;
		left: 0;
		min-width: 100%;
		height: 0;
		overflow: hidden;
		z-index: 5;
	}
	.select-container.active .select-list {
		height: auto;
		overflow: visible;
	}
	.select-container .select-holder {
		padding: 10px 0px;
		background: #fff;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
		-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
		font-size: 14px;
		color: #000;
		z-index: 5;
	}
	.select.t-2 + .select-container .select-holder {
		border: 1px solid #40a9e0;
	}
	.select-container .select-holder2 {
		max-width: 100%;
		max-height: 110px;
		overflow: auto;
	}
	.select.t-2 + .select-container .select-holder2 {
		max-height: 220px;
	}
		.select-container .select-item {
			padding: 6px 20px;
			cursor: pointer;
		}
		.select-container .select-item:hover {
			background: #cce5f0;
		}

.file {
	position: relative;
	white-space: nowrap;
	overflow: hidden;
}
.file .file-title {
	height: 38px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-mos-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
	line-height: 38px;
}
.file .file-button {
	position: relative;
	margin-right: 10px;
	float: left;
}
	.file .file-button > input {
		position: absolute;
		top: 0;
		left: -200%;
		width: 300%;
		height: 100%;
		-moz-opacity: 0;
		opacity: 0;
		filter: alpha(opacity=0);
		cursor: pointer;
	}
	.file .file-button > .button {
		height: 38px;
		*height: auto;
		padding: 9px 14px;
		background: #fffeff;
		background: -moz-linear-gradient(top, #fffeff 0%, #f2f3f2 100%);
		background: -webkit-linear-gradient(top, #fffeff 0%, #f2f3f2 100%);
		background: -o-linear-gradient(top, #fffeff 0%, #f2f3f2 100%);
		background: -ms-linear-gradient(top, #fffeff 0%, #f2f3f2 100%);
		background: linear-gradient(top, #fffeff 0%, #f2f3f2 100%);
		border: 1px solid #a6a6a6;
	}

.separator.t-1 {
	border-top: 1px solid #dadada;
}
.separator.t-2 {
	margin: 0 -20px;
	border-top: 1px solid #dadada;
}
.separator.t-3 {
	margin: 0 20px;
	border-top: 1px solid #dadada;
}

.tab {
}
	.tab-holder > div {
		height: 0;
		overflow: hidden;
	}
	.tab-holder > div.active {
		height: auto;
		overflow: visible;
	}

.popup {
	position: relative;
	padding: 0 20px;
	min-height: 100%;
	overflow: hidden;
}
.popup.t-1 {
	width: 100%;
	height: 100%;
	padding: 9px 49px;
	background: #fff;
	border: 1px solid #eb3c3d;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.popup.t-media {
	background: rgba(0,0,0,0.5);
}
	.popup .popup-holder {
		position: relative;
		min-width: 200px;
		margin: 100px auto;
		padding: 10px 50px;
		background: #fff;
		border: 1px solid #eb3c3d;
	}
	.popup.t-1 .popup-holder {
		height: 100%;
		margin: 0;
		padding: 0;
		background: none;
		border: 0;
	}
	.popup.t-media .popup-holder {
		padding: 0;
		border: 0;
	}
	.popup .popup-holder img {
		max-width: 100%;
		max-height: 100%;
		margin: 0 auto;
		display: block;
	}
	.popup.t-1 .popup-holder img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}
	.popup .popup-preload, .popup .popup-error {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100px;
		height: 1.4em;
		margin: auto;
		padding: 20px;
		background: #fff;
		text-align: center;
		z-index: 1;
	}
	.popup.t-1 .popup-preload, .popup .popup-error {
		position: absolute;
	}
	.popup .popup-but-prev, .popup .popup-but-next {
		position: absolute;
		top: 50%;
		width: 40px;
		height: 120px;
		margin-top: -60px;
		background: #eb3c3d;
		overflow: hidden;
		font-size: 0;
		line-height: 0;
	}
	.popup .popup-but-prev:after, .popup .popup-but-next:after {
		content: '';
		width: 40px;
		height: 120px;
		background: #eb3c3d url("../img/slider_ar1.png") 0 0 no-repeat;
		display: block;
	}
	.popup .popup-but-prev {
		left: 0;
	}
	.popup.t-1 .popup-but-prev {
		left: -50px;
	}
	.popup .popup-but-prev.disabled:after {
		opacity: 0.6;
	}
	.popup .popup-but-next {
		right: 0;
	}
	.popup.t-1 .popup-but-next {
		right: -50px;
	}
	.popup .popup-but-next:after {
		background-position: 100% 0;
	}
	.popup .popup-but-next.disabled:after {
		opacity: 0.6;
	}
	.popup.t-media .popup-but-prev.disabled,
	.popup.t-media .popup-but-next.disabled {
		display: none;
	}
	.popup .popup-but-close {
		position: absolute;
		top: 10px;
		right: 15px;
		width: 20px;
		height: 20px;
		background: url("../img/page_icons.png") -300px -20px no-repeat;
		overflow: hidden;
		font-size: 0;
		line-height: 0;
		display: inline-block;
		vertical-align: middle;
	}
	.popup.t-1 .popup-but-close {
		top: 0;
		right: -35px;
	}
	.popup.t-media .popup-but-close {
		top: 0;
		right: -45px;
		width: 25px;
		height: 25px;
		background-position: -340px -310px;
	}

	.popup.t-2 .popup-but-next.disabled,
	.popup.t-2 .popup-but-prev.disabled {
		display: none;
	}
	.popup.t-2 .popup-but-close {
		background-position: -370px -260px;
	}
	.popup.t-2 .popup-holder {
		border-color: #148bd8;
	}

.tooltip-container {
	z-index: 100;
	margin-top: -10px;
	pointer-events: none;
}
	.tooltip-holder {
		max-width: 160px;
		padding: 8px 10px;
		background: #0369d7;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
		box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
		color: #fff;
		line-height: 1.2;
	}
	.tooltip-holder:before {
		content: '';
		position: absolute;
		border-top: 8px solid #0369d7;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		left: 50%;
		bottom: -8px;
		margin-left: -8px;
	}

.img_left {
	float: left;
	margin: 0 1em 0.5em 0;
}
.img_right {
	float: left;
	margin: 0 0 0.5em 1em;
}
.img_center {
	margin: 0 auto;
}

.captcha-listen {
	cursor:pointer;
}

.greyBkg {
	background: #f1f1f1;
	border-radius: 10px;
	padding: 5px 10px;
}
.editFont {
	font: 14px/1.4 "HelveticaNeue", "Helvetica", "Arial", sans-serif;
}
.content td.smal-padding {
	padding: 15px 14px;
	background: transparent !important;
}

.l-content-nominations .h1{
line-height: 50px;
}
.b-heading-nomination h2{
	color: #ec4a25;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
.b-winner-info h1{
	color: #34393c;
	font-size: 22px;
	line-height: 25px!important;
	font-weight: bolder;
}
p.w-appointment{
	font-size: 16px;
	margin-top:16px;
	line-height: 20px!important;
}
p.w-adres{
	font-size: 14px;
	color: #c8b46b;
}

.winner-photo-organization{
	width: 50px;
	height: 50px;
}
.link-sozvezdie {
	display: block;
	margin: 0;
	padding: 0;
	width: 210px;
	border-bottom: 1px solid #d2d2d2;
	vertical-align: middle;

}
.link-sozvezdie.h1{
	color: #0e7bc1;
	font-size: 14px;
	line-height: 18px;
	padding: 32px 0 31px 30px;
	font-weight: 500;

}
.b-right-menu-sozvezdie ul li:first-child{
	margin-top: 3px;
}
.link-sozvezdie a:hover{
	color: #eb4041;
}
.b-link-answers a{
	text-decoration: underline;
}
.b-greeting-info .w-text-greeting{
	font-size: 14px;
	text-align: justify;
}
.b-greeting-info .h1{
	color: #148bd8;
}
.w-appointment-greeting {
	font-weight: 900;
}
.greeting-links a{
	display: block;
}
ul.b-video-greeting{
	padding-left: 60px;
}
li.greeting-links{
	line-height: 44px;
	position: relative;
	list-style-position: inside;
}
li.greeting-links:before{
	content: '';
	position: absolute;
	top: 1.0em;
	left: -25px;
	border: 7px solid transparent;
	border-left: 15px solid #40a9e0;
}
table.data-table.no-border td {
	border: none;
}
.width-mini{
	width:24.333%;
}
.min-padding td{
	padding: 2px 9px;
}
.click-mob {
	line-height: 54px;
	vertical-align: middle;
	cursor: pointer;
}
.no-border td {
	border: none;

}
.no-border tr:nth-child(even) td {
	background: none;
}
.rules-of-conduct .rules-heading{
	border:1px solid #004da0;
	border-radius: 2px;
	background: #004da0;
	color: #fff;
	font-size: 16px;
	padding:18px 20px;
	margin-bottom: 80px;
	cursor: pointer;
}
.rules-of-conduct p{
	padding: 30px 0 6px 0;
}
.rules-of-conduct img{
	display: inline-block;
	margin-right: 10px;
}

span.red-text{
	color: red;
	font-weight: bolder;
}
.h-blue{
	color: #0753A3;
}

.br-rate {
	position: relative;
	display: block;
	margin-bottom: -24px;
	font-size: 24px;
	color: #0b0b0b;
	line-height: 1.2;
}
	.br-rate:after {
		content: '';
		position: absolute;
		top: 4px;
		left: 42px;
		width: 1px;
		height: 20px;
		background-color: #0b0b0b;
	}
	.br-rate + .br-holder {
		padding-left: 53px;
	}

	.b-rating-square.t-gray .br-rate {
		color: #A1A1A1;
	}
	.b-rating-square.t-gray .br-rate:after {
		background-color: #A1A1A1;
	}
	
.b-rating-square .ico.i_rs {
	width: 20px;
	height: 20px;
	background-position: -152px -316px;
}
	.b-rating-square.t-gray .ico.i_rs,
	.c-list.t-16 .cl-item:nth-child(odd) .b-rating-square.t-blue .ico.i_rs
	{
		border: 1px solid #d9d9d9;
		width: 18px;
		height: 18px;
	}
	.c-list.t-16 .cl-item:nth-child(odd) .b-rating-square.t-blue .ico.i_rs.active {
		width: 20px;
		height: 20px;
		border: 0;
	}
.b-rating-square .ico.i_rs.active {
	background-position: -125px -316px;
}
	.b-rating-square.t-gray .ico.i_rs.active {
		border: 1px solid #d9d9d9;
		background-position: -265px -316px;
	}
.b-rating-square .ico.i_rs.hover {
	background-position: -125px -316px;
}
	.b-rating-square.t-gray .ico.i_rs.hover {
		border: 1px solid #00AFE9;
		background-position: -125px -316px;
	}

.c-list.t-5 .cl-item-w100 .cl-item {
	height: 65%;
	width: 100%;
}

.c-list.t-5 .cl-item-w100 .cl-item-image.t-video:after {
	background: none;
	border-left: 60px solid #fff;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width:0;
	height: 0;
	margin: -12px 0 0 -10px;
}

.c-list.t-5 .cl-item-w100 .cl-item-image.t-fixedsize {
	padding-top: 65%;
}
.cl-item-w100 p {
	padding-bottom: 5px;
}
p.txt-justify {
	text-align: justify;
}
.txt-gos .b-text_block-holder ul,
.txt-gos .b-text_block-holder ul li {
	padding-left: 10px;
	list-style: disc;
	list-style-position: inside;
}
article.mchs-quiz {
	background: url(../img/quiz.png)top center no-repeat;
	padding: 20px;
}
.x-scroll {
	display: block;
	overflow-x: auto;
}