@font-face {
		font-family: 'helveticaneuecyrroman';
		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: 'helveticaneuecyrroman';
		src: url('../font/helveticaneuecyr-light.eot');
		src: url('../font/helveticaneuecyr-light.eot?#iefix') format('embedded-opentype'),
				 url('../font/helveticaneuecyr-light.woff') format('woff'),
				 url('../font/helveticaneuecyr-light.ttf') format('truetype');
		font-weight: 100;
		font-style: normal;

}
@font-face {
		font-family: 'helveticaneuecyrroman';
		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: 'pf_din_text_comp_prolight';
		src: url('../font/pfdintextcomppro-light.eot');
		src: url('../font/pfdintextcomppro-light.eot?#iefix') format('embedded-opentype'),
				 url('../font/pfdintextcomppro-light.woff') format('woff'),
				 url('../font/pfdintextcomppro-light.ttf') format('truetype');
		font-weight: normal;
		font-style: normal;
}
@font-face {
		font-family: 'pf_din_text_cond_prolight';
		src: url('../font/pfdintextcondpro-light.eot');
		src: url('../font/pfdintextcondpro-light.eot?#iefix') format('embedded-opentype'),
				 url('../font/pfdintextcondpro-light.woff') format('woff'),
				 url('../font/pfdintextcondpro-light.ttf') format('truetype');
		font-weight: normal;
		font-style: normal;
}
@font-face {
		font-family: 'pf_din_text_cond_promedium';
		src: url('../font/pfdintextcondpro-medium.eot');
		src: url('../font/pfdintextcondpro-medium.eot?#iefix') format('embedded-opentype'),
				 url('../font/pfdintextcondpro-medium.woff') format('woff'),
				 url('../font/pfdintextcondpro-medium.ttf') format('truetype');
		font-weight: normal;
		font-style: normal;
}

* {
	outline: none;
}
body, html {
	min-width: 1020px;
	height: 100%;
	min-height: 100%;
	font: 14px/1.4 "helveticaneuecyrroman", "HelveticaNeueCyr", "Helvetica", "Arial", sans-serif;
	cursor: default;
	margin: 0;
}
body {
	overflow-y: scroll;
}
table, td, th {
	border-collapse: collapse;
	font-size: 100%;
}
img, a img {
	border: 0;
}
a {
	color: #1b88c1;
	text-decoration: none;
}
a:hover {
	color: #e82323;
	text-decoration: none;
	border-bottom: 1px solid;
}
a.link-block {
	border: 0;
	display: block;
}
input, textarea, select, button {
	font: inherit;
	color: inherit;
}
section, aside, article, header, footer {
	display: block;
}

.wrapper {
	width: 1280px;
	margin: 0 auto;
	position: relative;
}

.l-page {
	position: relative;
	left: 0px;
	height: auto;
	min-height: 100%;
	overflow: hidden;
	-o-transition: left 0.2s;
	-moz-transition: left 0.2s;
	-webkit-transition: left 0.2s;
	transition: left 0.2s;
}
.f-request .l-page {
	left: -520px;
}
	.l-wrapper {
		position: relative;
	}
	.l-header {
		position: relative;
		background: #fff;
	}
		.l-header-holder {
			position: relative;
			height: 106px;
			max-height: 106px;
			padding: 0 30px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		.l-header-holder .f_right {
			max-width: 160px;
		}
	.l-content {
		position: relative;
	}
		.t-inner .l-content-holder {
			position: relative;
			padding: 1px 30px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
	.l-footer {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
    .l-footer.f-relative {
		position: relative;
		margin-top: -80px;
	}
		.t-inner .l-footer-holder {
			position: relative;
			padding: 30px 30px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}

h1 {
	margin: 0;
	display: inline;
	font-size: 20px;
	line-height: 1.2;
}
h2 {
	margin: 0;
	font-size: 24px;
	line-height: 1.2;
	color: #000;
	font-family: 'pf_din_text_cond_promedium';
	text-transform: uppercase;
	font-weight: 100;
}

.ico {
	position: relative;
}
.ico:after {
	content: '';
	position: absolute;
	background: url("../img/page_icons.png") 100% 0 no-repeat;
}
	.ico.i_blog {
		padding-right: 15px;
	}
		.ico.i_blog:after {
			bottom: 8px;
			right: 0px;
			width: 9px;
			height: 9px;
			background-position: -30px 0px;
		}
	.ico.i_app {
		padding-right: 15px;
	}
		.ico.i_app:after {
			bottom: 6px;
			right: 10px;
			width: 12px;
			height: 13px;
			background-position: 0px 0px;
		}
	.ico.i_fb {
		margin-left: 30px;
	}
		.ico.i_fb:after {
			top: -2px;
			left: -30px;
			width: 17px;
			height: 17px;
			background-position: 0px -30px;
		}
		.ico.i_fb:hover:after {
			background-position: 0px -60px;
		}
	.ico.i_vk {
		margin-left: 30px;
	}
		.ico.i_vk:after {
			top: -2px;
			left: -30px;
			width: 17px;
			height: 17px;
			background-position: -30px -30px;
		}
		.ico.i_vk:hover:after {
			background-position: -30px -60px;
		}
	.ico.i_tw {
		margin-left: 30px;
	}
		.ico.i_tw:after {
			top: -2px;
			left: -30px;
			width: 17px;
			height: 17px;
			background-position: -60px -30px;
		}
		.ico.i_tw:hover:after {
			background-position: -60px -60px;
		}
	.ico.i_habr {
		margin-left: 30px;
	}
		.ico.i_habr:after {
			top: -2px;
			left: -30px;
			width: 17px;
			height: 17px;
			background-position: -90px -30px;
		}
		.ico.i_habr:hover:after {
			background-position: -90px -60px;
		}
	.ico.i_in {
		margin-left: 30px;
	}
		.ico.i_in:after {
			top: -2px;
			left: -30px;
			width: 17px;
			height: 17px;
			background-position: -120px -30px;
		}
		.ico.i_in:hover:after {
			background-position: -120px -60px;
		}
	.ico.i_gplus {
		margin-left: 30px;
	}
		.ico.i_gplus:after {
			top: -2px;
			left: -30px;
			width: 17px;
			height: 17px;
			background-position: -150px -30px;
		}
		.ico.i_gplus:hover:after {
			background-position: -150px -60px;
		}
	.ico.i_ins {
		margin-left: 30px;
	}
		.ico.i_ins:after {
			top: -2px;
			left: -30px;
			width: 17px;
			height: 17px;
			background-position: -180px -30px;
		}
		.ico.i_ins:hover:after {
			background-position: -180px -60px;
		}
	.ico.i_pin {
		margin-left: 30px;
	}
		.ico.i_pin:after {
			top: -2px;
			left: -30px;
			width: 17px;
			height: 17px;
			background-position: -210px -30px;
		}
		.ico.i_pin:hover:after {
			background-position: -210px -60px;
		}
	.ico.i_yt {
		margin-left: 30px;
	}
		.ico.i_yt:after {
			top: -2px;
			left: -30px;
			width: 17px;
			height: 17px;
			background-position: -240px -30px;
		}
		.ico.i_yt:hover:after {
			background-position: -240px -60px;
		}
	.ico.i_vm {
		margin-left: 30px;
	}
		.ico.i_vm:after {
			top: -2px;
			left: -30px;
			width: 17px;
			height: 17px;
			background-position: -270px -30px;
		}
		.ico.i_vm:hover:after {
			background-position: -270px -60px;
		}
	.ico.i_sl {
		margin-left: 30px;
	}
		.ico.i_sl:after {
			top: -2px;
			left: -30px;
			width: 17px;
			height: 17px;
			background-position: 0px -90px;
		}
		.ico.i_sl:hover:after {
			background-position: 0px -120px;
		}
	.ico.i_press {
		padding-right: 12px;
		color: #ff3c00;
		text-decoration: none;
	}
		.ico.i_press:after {
			top: 0px;
			right: 0px;
			width: 9px;
			height: 9px;
			background-position:  -120px 0px;
		}
	.ico.i_blog2 {
		padding-right: 17px;
		color: #ffa71d;
		text-decoration: none;
	}
		.ico.i_blog2:after {
			top: 0px;
			right: 0px;
			width: 13px;
			height: 12px;
			background-position:  -150px 0px;
		}
	.ico.i_ref {

	}
		.ico.i_ref:after {
			top: 5px;
			right: 4px;
			width: 16px;
			height: 13px;
			background-position:  -90px 0px;
		}
		.ico.i_ref:hover:after {
			background-position:  -60px 0px;
		}
	.ico.i_cssc {
		margin-left: 25px;
	}
		.ico.i_cssc:after {
			top: 50%;
			left: -25px;
			width: 20px;
			height: 27px;
			margin-top: -13px;
			background-position: -270px 0px;
		}
	.ico.i_top {
		margin-left: 25px;
	}
		.ico.i_top:after {
			top: 50%;
			left: -25px;
			width: 15px;
			height: 24px;
			margin-top: -12px;
			background-position: -50px -90px;
		}
	.ico.i_lic {
		margin-right: 25px;
	}
		.ico.i_lic:after {
			top: 50%;
			right: -25px;
			width: 16px;
			height: 22px;
			margin-top: -10px;
			background-position: -50px -120px;
		}
	.ico.i_hh {
		margin-right: 20px;
	}
		.ico.i_hh:after {
			top: 50%;
			right: -20px;
			width: 16px;
			height: 16px;
			margin-top: -7px;
			background-position: -30px -130px;
		}
	.ico.i_dwn {
		margin-right: 25px;
	}
		.ico.i_dwn:after {
			top: 50%;
			right: -25px;
			width: 15px;
			height: 18px;
			margin-top: -8px;
			background-position: -285px -90px;
		}
	.ico.i_blog3 {
		margin-right: 20px;
	}
		.ico.i_blog3:after {
			top: 50%;
			right: -20px;
			width: 14px;
			height: 14px;
			margin-top: -7px;
			background-position: -240px -220px;
		}
	.ico.i_mes {
		margin-right: 40px;
	}
		.ico.i_mes:after {
			top: 50%;
			right: -40px;
			width: 30px;
			height: 22px;
			margin-top: -11px;
			background-position: -260px -220px;
		}

.ico_but {
	position: relative;
	background: url("../img/page_icons.png") 100% 0 no-repeat;
	text-indent: 100%;
	overflow: hidden;
	display: inline-block;
	border: 0;
}
a.ico_but {
	border: 0 !important;
}
	.ico_but.i_fb {
		width: 17px;
		height: 17px;
		background-position: 0px -30px;
	}
	.ico_but:hover.i_fb {
		background-position: 0px -60px;
	}
	.ico_but.i_vk {
		width: 17px;
		height: 17px;
		background-position: -30px -30px;
	}
	.ico_but:hover.i_vk {
		background-position: -30px -60px;
	}
	.ico_but.i_tw {
		width: 17px;
		height: 17px;
		background-position: -60px -30px;
	}
	.ico_but:hover.i_tw {
		width: 17px;
		height: 17px;
		background-position: -60px -60px;
	}
	.ico_but.i_all-soc {
		width: 17px;
		height: 17px;
		background-position: -180px 0px;
		overflow: hidden;
	}
	.ico_but.i_menu {
		width: 14px;
		height: 10px;
		background-position: -30px -90px;
		overflow: hidden;
	}
	a:hover .ico_but.i_menu,
	.active .ico_but.i_menu {
		background-position: -30px -110px;
	}
	.ico_but.i_sp1 {
		width: 23px;
		height: 22px;
		background-position: -80px -90px;
		overflow: hidden;
	}
	a:hover > .ico_but.i_sp1 {
		background-position: -150px -290px;
	}
	.ico_but.i_sp2 {
		width: 22px;
		height: 22px;
		background-position: -110px -90px;
		overflow: hidden;
	}
	a:hover > .ico_but.i_sp2 {
		background-position: -180px -290px;
	}
	.ico_but.i_sp3 {
		width: 20px;
		height: 22px;
		background-position: -140px -90px;
		overflow: hidden;
	}
	a:hover > .ico_but.i_sp3 {
		background-position: -210px -290px;
	}
	.ico_but.i_sp4 {
		width: 20px;
		height: 22px;
		background-position: -160px -90px;
		overflow: hidden;
	}
	a:hover > .ico_but.i_sp4 {
		background-position: -230px -290px;
	}
	.ico_but.i_sp5 {
		width: 20px;
		height: 22px;
		background-position: -180px -90px;
		overflow: hidden;
	}
	a:hover > .ico_but.i_sp5 {
		background-position: -250px -290px;
	}
	.ico_but.i_sp6 {
		width: 20px;
		height: 22px;
		background-position: -60px -220px;
		overflow: hidden;
	}
	a:hover > .ico_but.i_sp6 {
		background-position: -270px -290px;
	}
	.ico_but.i_li1 {
		width: 11px;
		height: 11px;
		background-position: -210px -90px;
		overflow: hidden;
	}
	.ico_but.i_li2 {
		width: 11px;
		height: 11px;
		background-position: -230px -90px;
		overflow: hidden;
	}
	.ico_but.i_bvk {
		width: 37px;
		height: 38px;
		background-position: 0px -150px;
		overflow: hidden;
	}
	.ico_but.i_bfb {
		width: 36px;
		height: 38px;
		background-position: -40px -150px;
		overflow: hidden;
	}
	.ico_but.i_btw {
		width: 36px;
		height: 38px;
		background-position: -80px -150px;
		overflow: hidden;
	}
	.ico_but.i_bgp {
		width: 39px;
		height: 38px;
		background-position: -120px -150px;
		overflow: hidden;
	}
	.ico_but.i_byt {
		width: 39px;
		height: 38px;
		background-position: -160px -150px;
		overflow: hidden;
	}
	.ico_but.i_ar1 {
		width: 29px;
		height: 15px;
		background-position: -250px -90px;
		overflow: hidden;
	}
	.ico_but.i_pr1 {
		width: 40px;
		height: 25px;
		background-position: -70px -120px;
		overflow: hidden;
	}
	.ico_but.i_pr2 {
		width: 44px;
		height: 16px;
		background-position: -120px -120px;
		overflow: hidden;
	}
	.ico_but.i_pr3 {
		width: 56px;
		height: 30px;
		background-position: -170px -120px;
		overflow: hidden;
	}
	.ico_but.i_pr4 {
		width: 58px;
		height: 33px;
		background-position: -230px -115px;
		overflow: hidden;
	}
	.ico_but.i_pr5 {
		width: 29px;
		height: 34px;
		background-position: -210px -150px;
		overflow: hidden;
	}
	.ico_but.i_fl1 {
		width: 18px;
		height: 16px;
		background-position: 0px -200px;
		overflow: hidden;
	}
	.ico_but.i_fl2 {
		width: 18px;
		height: 16px;
		background-position: -20px -200px;
		overflow: hidden;
	}
	.ico_but.i_fl3 {
		width: 18px;
		height: 16px;
		background-position: -40px -200px;
		overflow: hidden;
	}
	.ico_but.i_fl4 {
		width: 18px;
		height: 16px;
		background-position: -60px -200px;
		overflow: hidden;
	}
	.ico_but.i_fl5 {
		width: 18px;
		height: 16px;
		background-position: -80px -200px;
		overflow: hidden;
	}
	.ico_but.i_fl6 {
		width: 18px;
		height: 16px;
		background-position: -100px -200px;
		overflow: hidden;
	}
	.ico_but.i_fl7 {
		width: 18px;
		height: 16px;
		background-position: -100px -290px;
		overflow: hidden;
	}
	.ico_but.i_fl8 {
		width: 18px;
		height: 16px;
		background-position: -120px -290px;
		overflow: hidden;
	}
	.ico_but.i_fl9 {
		width: 18px;
		height: 16px;
		background-position: -40px -320px;
		overflow: hidden;
	}
	.ico_but.dt_pdf {
		width: 38px;
		height: 42px;
		background-position: -130px -200px;
		overflow: hidden;
	}
	.ico_but.dt_doc {
		width: 38px;
		height: 42px;
		background-position: -170px -200px;
		overflow: hidden;
	}
	.ico_but.dwn_pdf {
		position: absolute;
		top: 50%;
		left: 18px;
		width: 15px;
		height: 19px;
		margin-top: -10px;
		background-position: -250px -170px;
		overflow: visible;
	}
		.ico_but.dwn_pdf .el1,
		.ico_but.dwn_pdf .el2 {
			position: absolute;
			background: url("../img/page_icons.png") 100% 0 no-repeat;
			-o-transition: -o-transform 0.1s, opacity 0.1s;
			-moz-transition: -moz-transform 0.1s, opacity 0.1s;
			-webkit-transition: -webkit-transform 0.1s, opacity 0.1s;
			transition: transform 0.1s, opacity 0.1s;
		}
		.ico_but.dwn_pdf .el1 {
			-o-transform: matrix(0.8, 0, 0, 0.8, 5, -1);
			-ms-transform: matrix(0.8, 0, 0, 0.8, 5, -1);
			-moz-transform: matrix(0.8, 0, 0, 0.8, 5, -1);
			-webkit-transform: matrix(0.8, 0, 0, 0.8, 5, -1);
			transform: matrix(0.8, 0, 0, 0.8, 5, -1);
		}
		.ico_but.dwn_pdf .el2 {
			-o-transform: matrix(1, 0, 0, 1, 2, -2);
			-ms-transform: matrix(1, 0, 0, 1, 2, -2);
			-moz-transform: matrix(1, 0, 0, 1, 2, -2);
			-webkit-transform: matrix(1, 0, 0, 1, 2, -2);
			transform: matrix(1, 0, 0, 1, 2, -2);
			opacity: 0;
		}
		.ico_but.dwn_pdf .el1 {
			top: 2px;
			left: -21px;
			width: 31px;
			height: 15px;
			background-position: -250px -195px;
		}
		.ico_but.dwn_pdf .el2 {
			top: -11px;
			left: -12px;
			width: 14px;
			height: 13px;
			background-position: -270px -170px;
		}
		a:hover .ico_but.dwn_pdf .el1,
		a:hover .ico_but.dwn_pdf .el2 {
			-o-transform: matrix(1, 0, 0, 1, 0, 0);
			-ms-transform: matrix(1, 0, 0, 1, 0, 0);
			-moz-transform: matrix(1, 0, 0, 1, 0, 0);
			-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
			transform: matrix(1, 0, 0, 1, 0, 0);
			opacity: 1;
		}
	.ico_but.i_fl1a {
		width: 18px;
		height: 16px;
		background-position: -210px -220px;
		overflow: hidden;
	}
	.ico_but.i_ar2 {
		width: 43px;
		height: 26px;
		background-position: 0px -260px;
		overflow: hidden;
	}
	.ico_but.i_tp1 {
		width: 30px;
		height: 24px;
		background-position: -70px -250px;
		overflow: hidden;
	}
	.ico_but.i_tp2 {
		width: 30px;
		height: 24px;
		background-position: -100px -250px;
		overflow: hidden;
	}
	.ico_but.i_tp3 {
		width: 30px;
		height: 24px;
		background-position: -130px -250px;
		overflow: hidden;
	}
	.ico_but.i_tp4 {
		width: 30px;
		height: 24px;
		background-position: -160px -250px;
		overflow: hidden;
	}
	.ico_but.i_tp5 {
		width: 30px;
		height: 24px;
		background-position: -190px -250px;
		overflow: hidden;
	}
	.ico_but.i_tp6 {
		width: 30px;
		height: 24px;
		background-position: -220px -250px;
		overflow: hidden;
	}
	.ico_but.i_tp7 {
		width: 30px;
		height: 24px;
		background-position: -250px -250px;
		overflow: hidden;
	}

.checkbox {
	position: relative;
	min-height: 1em;
	display: inline-block;
	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: '[0]';
	width: 12px;
	height: 12px;
	margin-right: 5px;
	//background: url("../img/checkbox_ico.png") 0 0 no-repeat;
	display: inline-block;
}
.checkbox.active:before {
	content: '[1]';
	//background-position: 100% 0;
}
	.checkbox input {
		position: absolute;
		width: 0;
		height: 0;
		opacity: 0;
	}

.radio {
	position: relative;
	min-height: 1em;
	display: inline-block;
	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: 15px;
	height: 15px;
	margin-right: 5px;
	background: url("../img/radio_ico.png") 0 0 no-repeat;
	display: inline-block;
	vertical-align: text-bottom;
}
.radio.active:before {
	content: '';
	background-position: 100% 0;
}
.radio.disabled, .radio2.disabled + * {
	opacity: 0.6;
}
	.radio input {
		position: absolute;
		width: 0;
		height: 0;
		opacity: 0;
	}

.input {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 5px 5px;
	background: none;
	border: 0;
	border-bottom: 1px solid #ccc;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.2;
	display: block;
}
.t-error_form .input,
.input.t-error_form {
	color: #ff3c00 !important;
}
.t-error_form .input::-webkit-input-placeholder {
	color: #ff3c00 !important;
}
.t-error_form .input:-moz-placeholder {
	color: #ff3c00 !important;
}
.t-error_form .input::-moz-placeholder {
	color: #ff3c00 !important;
}
.t-error_form .input:-ms-input-placeholder {
	color: #ff3c00 !important;
}
.input.t-error_form::-webkit-input-placeholder {
	color: #ff3c00 !important;
}
.input.t-error_form:-moz-placeholder {
	color: #ff3c00 !important;
}
.input.t-error_form::-moz-placeholder {
	color: #ff3c00 !important;
}
.input.t-error_form:-ms-input-placeholder {
	color: #ff3c00 !important;
}
.input + .form-error {
	position: absolute;
	font-size: 12px;
	color: #ff3c00 !important;
	display: none;
}
.t-error_form .input + .form-error,
.input.t-error_form + .form-error {
	display: block;
}

.textarea {
	position: relative;
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 10px 10px;
	background: none;
	border: 1px solid #ccc;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	resize: vertical;
	line-height: 1.2;
	display: block;
}
.t-error_form .textarea,
.textarea.t-error_form {
	color: #ff3c00 !important;
}
.t-error_form .textarea::-webkit-input-placeholder {
	color: #ff3c00 !important;
}
.t-error_form .textarea:-moz-placeholder {
	color: #ff3c00 !important;
}
.t-error_form .textarea::-moz-placeholder {
	color: #ff3c00 !important;
}
.t-error_form .textarea:-ms-input-placeholder {
	color: #ff3c00 !important;
}
.textarea.t-error_form::-webkit-input-placeholder {
	color: #ff3c00 !important;
}
.textarea.t-error_form:-moz-placeholder {
	color: #ff3c00 !important;
}
.textarea.t-error_form::-moz-placeholder {
	color: #ff3c00 !important;
}
.textarea.t-error_form:-ms-input-placeholder {
	color: #ff3c00 !important;
}
.textarea + .form-error {
	position: absolute;
	font-size: 12px;
	color: #ff3c00 !important;
	display: none;
}
.t-error_form .textarea + .form-error,
.textarea.t-error_form + .form-error {
	display: block;
}

span.error {
	color: #ff3c00 !important;
	font-size: 12px;
}


.button {
	position: relative;
	margin: 0;
	padding: 5px 5px;
	background: #eee;
	border: 1px solid #ccc;
	-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;
	cursor: pointer;
}
.button.t-link {
	padding: 0;
	background: none;
	border: 0;
	color: #1989ca;
}
.button.t-link:hover {
	color: #c14e4e;
}
.button.t-orange {
	padding: 10px 10px;
	background: #e57c14;
	background: -moz-linear-gradient(top, #f4a700 0%, #d75526 100%);
	background: -webkit-linear-gradient(top, #f4a700 0%, #d75526 100%);
	background: -o-linear-gradient(top, #f4a700 0%, #d75526 100%);
	background: -ms-linear-gradient(top, #f4a700 0%, #d75526 100%);
	background: linear-gradient(top, #f4a700 0%, #d75526 100%);
	border: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.3);
}
.button.t-yellow {
	padding: 8px 10px;
	background: #ffca2b;
	background: -moz-linear-gradient(top, #ffd452 0%, #ffc106 100%);
	background: -webkit-linear-gradient(top, #ffd452 0%, #ffc106 100%);
	background: -o-linear-gradient(top, #ffd452 0%, #ffc106 100%);
	background: -ms-linear-gradient(top, #ffd452 0%, #ffc106 100%);
	background: linear-gradient(top, #ffd452 0%, #ffc106 100%);
	border: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #000;
}
.button.t-yellow:hover {
	background: #ffe73c;
	background: -moz-linear-gradient(top, #ffef5c 0%, #ffe020 100%);
	background: -webkit-linear-gradient(top, #ffef5c 0%, #ffe020 100%);
	background: -o-linear-gradient(top, #ffef5c 0%, #ffe020 100%);
	background: -ms-linear-gradient(top, #ffef5c 0%, #ffe020 100%);
	background: linear-gradient(top, #ffef5c 0%, #ffe020 100%);
}

.select {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 4px 5px;
	background: #fff;
	border: 1px solid #ccc;
	-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;
	}

.select-container {
	position: relative;
}
	.select-container .select-input {
		position: relative;
		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;
		cursor: pointer;
	}
	.select.t-1 + .select-container .select-input {
		padding: 10px 30px 10px 15px;
		background: #fbfaf3;
		background: -moz-linear-gradient(top, #fffef7 0%, #fbfaf3 50%, #d5d5cf 100%);
		background: -webkit-linear-gradient(top, #fffef7 0%, #fbfaf3 50%, #d5d5cf 100%);
		background: -o-linear-gradient(top, #fffef7 0%, #fbfaf3 50%, #d5d5cf 100%);
		background: -ms-linear-gradient(top, #fffef7 0%, #fbfaf3 50%, #d5d5cf 100%);
		background: linear-gradient(top, #fffef7 0%, #fbfaf3 50%, #d5d5cf 100%);
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	.select.t-1 + .select-container .select-input:after {
		content: '';
		position: absolute;
		top: 50%;
		right: 12px;
		margin-top: -3px;
		border-top: 6px solid #000;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
	}
	.select.t-2 + .select-container .select-input {
		border: 1px solid #a8a8a8;
		padding: 5px 10px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	.select.t-2a + .select-container .select-input {
		border-color: #d1d1d1;
		padding-right: 30px;
	}
	.select.t-2a + .select-container .select-input:after {
		content: '';
		position: absolute;
		top: 50%;
		right: 10px;
		width: 12px;
		height: 7px;
		margin-top: -3px;
		background: url("../img/page_icons.png") -250px -150px no-repeat;
	}
	.select.t-2a + .select-container.active .select-input {
		border-color: #a8a8a8;
	}
	.select-container .select-list {
		position: absolute;
		top: 100%;
		left: 0;
		height: 0;
		overflow: hidden;
		z-index: 5;
	}
	.select.t-1 + .select-container .select-list {
		top: 0;
		left: 0;
		min-width: 100%;
		height: 0;
		white-space: nowrap;
	}
	.select.t-2 + .select-container .select-list {
		top: 0;
		left: 0;
		min-width: 100%;
		height: 0;
		white-space: nowrap;
	}
	.select.t-2a + .select-container .select-list {
		top: 100%;
		margin-top: 6px;
	}
	.select-container.active .select-list {
		height: auto;
		overflow: visible;
		-moz-animation: tranform-opacity 0.2s;
		-webkit-animation: tranform-opacity 0.2s;
		animation: tranform-opacity 0.2s;
	}
	.select.t-1 + .select-container .select-holder {
		position: relative;
		padding: 10px 15px;
		background: #fbfaf3;
		background: -moz-linear-gradient(top, #fffef7 0%, #fbfaf3 50%, #d5d5cf 100%);
		background: -webkit-linear-gradient(top, #fffef7 0%, #fbfaf3 50%, #d5d5cf 100%);
		background: -o-linear-gradient(top, #fffef7 0%, #fbfaf3 50%, #d5d5cf 100%);
		background: -ms-linear-gradient(top, #fffef7 0%, #fbfaf3 50%, #d5d5cf 100%);
		background: linear-gradient(top, #fffef7 0%, #fbfaf3 50%, #d5d5cf 100%);
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		-moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);
		box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);
		z-index: 5;
	}
	.select.t-1 + .select-container .select-holder2,
	.select.t-2 + .select-container .select-holder2 {
		overflow: auto;
		max-height: 300px;
	}
	.select.t-2 + .select-container .select-holder {
		position: relative;
		padding: 22px 25px 25px;
		background: #fff;
		border: 1px solid #a8a8a8;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);
		box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);
		z-index: 5;
	}
	.select.t-2a + .select-container .select-holder {
		padding: 17px 25px 25px 23px;
		border: 1px solid #d1d1d1;
	}
	.select.t-2a + .select-container.active .select-holder {
		border: 1px solid #a8a8a8;
	}
		.select-container .select-item {
			cursor: pointer;
		}
		.select.t-1 + .select-container .select-item + .select-item {
			margin-top: 8px;
		}
		.select.t-1 + .select-container .select-item:hover {
			color: #e82323;
		}
		.select.t-2 + .select-container .select-item + .select-item {
			margin-top: 12px;
		}
		.select.t-2 + .select-container .select-item.active {
			color: #98715e;
		}
		.select.t-2 + .select-container .select-item:hover {
			color: #e66d1a;
		}
	.select.t-2 + .select-container .ico_but {
		margin-right: 15px;
		margin-bottom: -3px;
	}
	.select.t-2 + .select-container .select-input .ico_but {
		margin-right: 8px;
	}

.separator.t-1 {
	border-top: 1px solid #cccccc;
}
.separator.t-2 {
	border-top: 2px dotted #cccccc;
}
.separator.t-3 {
	border-top: 1px solid #b8b39a;
}

.tab {
}
	.tab-holder > div {
		height: 0;
		overflow: hidden;
	}
	.tab-holder > div.active {
		height: auto;
		overflow: visible;
	}

.row.t-1 {
	margin-left: -10px;
	margin-right: -10px;
}
	.row.t-1 .cell {
		padding-left: 10px;
		padding-right: 10px;
	}

.img_left {
	float: left;
	margin: 0 20px 10px 0;
}
.img_right {
	float: right;
	margin: 0 0 10px 20px;
}
.img_center {
	margin: 0 auto;
}



.l-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	background: #e0e0e0;
	background: rgba(222,222,222,0.9);
	opacity: 0;
	z-index: 100;
	display: none;
}
.l-overlay.preactive {
	-o-transition: opacity 0.4s linear, width 0.4s, height 0.4s, top 0.4s, left 0.4s;
	-moz-transition: opacity 0.4s linear, width 0.4s, height 0.4s, top 0.4s, left 0.4s;
	-webkit-transition: opacity 0.4s linear, width 0.4s, height 0.4s, top 0.4s, left 0.4s;
	transition: opacity 0.4s linear, width 0.4s, height 0.4s, top 0.4s, left 0.4s;
}
.l-overlay.active {
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	opacity: 1 !important;
}
.l-layer {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	overflow-y: scroll;
	z-index: 110;
	display: none;
}
.l-layer.blocked {
	overflow: hidden;
}

.popup {
	position: relative;
	padding: 0 50px;
	min-height: 100%;
	overflow: hidden;
	opacity: 0;
}
.popup.preactive {
	-o-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.popup.active {
	opacity: 1 !important;
}
	.popup .popup-wrapper {
		position: relative;
		min-width: 400px;
		margin: 50px auto;
		padding: 40px 50px;
		background: #fff;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.popup .popup-title:empty {
		display: none !important;
	}
	.popup .popup-holder {
		-moz-box-sizing: content-box;
    box-sizing: content-box;
	}
	.popup .popup-holder img {
		max-width: 100%;
	}
	.popup .popup-wrapper .disabled {
		opacity: 0.6;
	}
	.popup .popup-preload {
		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 .popup-error {
		width: 200px;
		margin: auto;
		text-align: center;
	}

.popup.t-news {
}
	.popup.t-news .popup-wrapper .disabled {
		visibility: hidden;
	}
	.popup.t-news .bp-close {
		position: absolute;
		top: 0;
		right: -15px;
	}
	.popup.t-news .bp-but-close {
		position: fixed;
		top: 45px;
		width: 30px;
		height: 30px;
		background: url("../img/page_icons.png") 0 -220px no-repeat;
		border: 0 !important;
		text-indent: 100%;
		overflow: hidden;
	}
	.popup.t-news .bp-but-close:hover {
		opacity: 0.6;
	}
	.popup.t-news .bp-but-back {
		position: relative;
		margin-right: 25px;
		border-bottom: 1px solid;
		color: #aa7265;
	}
	.popup.t-news .bp-but-back:hover {
		color: #e82323;
	}
	.popup.t-news .bp-but-back:after {
		content: '';
		position: absolute;
		top: 50%;
		right: -25px;
		width: 18px;
		height: 11px;
		margin-top: -5px;
		background: url("../img/page_icons.png") -40px -220px no-repeat;
		display: inline-block;
		vertical-align: top;
	}
	.popup.t-news .bp-top {
		margin-bottom: 15px;
	}
	.popup.t-news .bp-nav {
		margin-top: 30px;
	}
	.popup.t-news .bp-but-prev,
	.popup.t-news .bp-but-next {
		position: relative;
		border-bottom: 1px solid;
	}
	.popup.t-news .bp-but-prev {
		margin-left: 12px;
	}
	.popup.t-news .bp-but-next {
		margin-right: 12px;
	}
	.popup.t-news .bp-but-prev > i,
	.popup.t-news .bp-but-next > i {
		position: absolute;
		top: -2px;
		font-family: 'Minion Pro';
	}
	.popup.t-news .bp-but-prev > i {
		left: -12px;
	}
	.popup.t-news .bp-but-next > i {
		right: -12px;
	}

.l-layer.t-request {
	overflow: hidden;
}

.popup.t-request {
	height: 100%;
	padding: 0;
	opacity: 1 !important;
	overflow: hidden;
	overflow-y: scroll;
}
.l-layer.blocked .popup.t-request {
	overflow: hidden;
}
	.popup.t-request .popup-wrapper .disabled {
		visibility: hidden;
	}
	.popup.t-request .popup-wrapper {
		position: relative;
		top: 0;
		right: -520px;
		width: 520px;
		min-width: 0;
		min-height: 100%;
		margin: auto 0 auto auto;
		padding: 40px 40px 50px;
		background: #ece6c5;
		-o-transition: right 0.2s;
		-moz-transition: right 0.2s;
		-webkit-transition: right 0.2s;
		transition: right 0.2s;
	}
	.popup.t-request.preactive .popup-wrapper {
	}
	.popup.t-request.active .popup-wrapper {
		right: 0;
	}
	.popup.t-request .popup-but-close {
		position: absolute;
		top: 20px;
		right: 20px;
		width: 30px;
		height: 30px;
		background: url("../img/page_icons.png") -60px -290px no-repeat;
		border: 0 !important;
		text-indent: 100%;
		overflow: hidden;
	}



.closed, .opened {
	position: relative;
}
