@font-face {
	font-family: 'PFDinDisplayPro-Regular';
	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'),
	     url('/font/pfdindisplaypro-reg-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PFDinDisplayPro-Thin';
	src: url('/font/pfdindisplaypro-thin-webfont.eot');
	src: url('/font/pfdindisplaypro-thin-webfont.eot?#iefix') format('embedded-opentype'),
	     url('/font/pfdindisplaypro-thin-webfont.woff') format('woff'),
	     url('/font/pfdindisplaypro-thin-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

a {
	transition: all 0.2s;
}
a:link,
a:visited,
a:active {
	text-decoration: underline;
	color: #3d8abf;
}
a:hover {
	text-decoration: none;
	color: #666;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	color: #fff;
	background-color: #1b2027;
	min-width: 1024px;
}
p {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	margin: 0;
	padding: 0;
}
hr {
	margin: 0px;
	padding: 0px;
	border: none;
	height: 0px;
}
h1 {
	font-family: "PFDinDisplayPro-Regular", Arial, sans-serif;
	margin: 0;
	font-weight: normal;
	font-size: 1.9em;
	padding: 0 0 30px 0;
	text-transform: uppercase;
}
h2,
h3 {
	font-family: "PFDinDisplayPro-Regular", Arial, sans-serif;
	font-weight: normal;
}
input[type="text"] {
	margin: 0;
	padding: 0 10px;
	border: 1px solid #bebebe;
	border-bottom: 1px solid #dcdcdc;
	background-color: #fff;
	height: 20px;
	line-height: 20px;
	font-family: Arial, sans-serif;
	box-shadow:
		0 -1px 0 #787878,
		0 1px 0 #fff;
	color: #333;
	border-radius: 2px;
	font-size: 10pt;
	transition: all 0.2s;
}
input[type="text"]:focus {
	box-shadow: 0 0 5px 2px #6bb9c8;
}
textarea {
	margin: 0;
	padding: 0 10px;
	border: 1px solid #bebebe;
	border-bottom: 1px solid #dcdcdc;
	background-color: #fff;
	height: 20px;
	line-height: 20px;
	font-family: Arial, sans-serif;
	box-shadow:
		0 -1px 0 #787878,
		0 1px 0 #fff;
	color: #333;
	border-radius: 2px;
	font-size: 10pt;
	height: 80px;
	transition: all 0.2s;
}
textarea:focus {
	box-shadow: 0 0 5px 2px #6bb9c8;
}
input[type="submit"],
button[type="submit"] {
	margin: 0;
	padding: 0 20px;
	border: 1px none;
	height: 30px;
	line-height: 30px;
	font-family: Arial, sans-serif;
	color: #fff;
	border-radius: 3px;
	font-size: 10pt;
	background: #419fb1;
	background: -moz-linear-gradient(top,  #419fb1 0%, #386e92 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#419fb1), color-stop(100%,#386e92));
	background: -webkit-linear-gradient(top,  #419fb1 0%,#386e92 100%);
	background: -o-linear-gradient(top,  #419fb1 0%,#386e92 100%);
	background: -ms-linear-gradient(top,  #419fb1 0%,#386e92 100%);
	background: linear-gradient(to bottom,  #419fb1 0%,#386e92 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#419fb1', endColorstr='#386e92',GradientType=0 );
	cursor: pointer;
}
input[type="submit"]:hover,
button[type="submit"]:hover {
	background: #386e92;
	background: -moz-linear-gradient(top,  #386e92 0%, #419fb1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#386e92), color-stop(100%,#419fb1));
	background: -webkit-linear-gradient(top,  #386e92 0%,#419fb1 100%);
	background: -o-linear-gradient(top,  #386e92 0%,#419fb1 100%);
	background: -ms-linear-gradient(top,  #386e92 0%,#419fb1 100%);
	background: linear-gradient(to bottom,  #386e92 0%,#419fb1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#386e92', endColorstr='#419fb1',GradientType=0 );
}
:focus { 
	outline: none; 
}
.clear {
	clear: both;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.hide {
	display: none;
}
.wrapper {
	margin: 0px auto;
	width: 1004px;
}
.error-message {
}
.true-message {
}
/*!********* HEADER **********/

.header {
	background: #323841;
	background: -moz-linear-gradient(top,  #323841 0%, #1b2027 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#323841), color-stop(100%,#1b2027));
	background: -webkit-linear-gradient(top,  #323841 0%,#1b2027 100%);
	background: -o-linear-gradient(top,  #323841 0%,#1b2027 100%);
	background: -ms-linear-gradient(top,  #323841 0%,#1b2027 100%);
	background: linear-gradient(to bottom,  #323841 0%,#1b2027 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323841', endColorstr='#1b2027',GradientType=0 );
	height: 142px;
}
.header .logo {
	background: url(/img/logo.png) left top no-repeat;
	width: 195px;
	height: 101px;
	margin: 17px 0 0 15px;
	float: left;
}
.header .sites_phone {
	float: right;
	margin: 36px 0 0 0;
}
.header .sites_phone .sites {
	border-radius: 5px;
	font-size: 10pt;
	color: #56bcc8;
	padding: 3px 8px 3px 12px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid #454d54;
	background: #535961;
	background: -moz-linear-gradient(top,  #535961 0%, #323941 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#535961), color-stop(100%,#323941));
	background: -webkit-linear-gradient(top,  #535961 0%,#323941 100%);
	background: -o-linear-gradient(top,  #535961 0%,#323941 100%);
	background: -ms-linear-gradient(top,  #535961 0%,#323941 100%);
	background: linear-gradient(to bottom,  #535961 0%,#323941 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#535961', endColorstr='#323941',GradientType=0 );
	line-height: 23px;
	cursor: pointer;
	position: relative;
	margin: 0 0 30px 0;
}
.header .sites_phone .sites:hover {
	background: #323941;
	background: -moz-linear-gradient(top,  #323941 0%, #535961 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#323941), color-stop(100%,#535961));
	background: -webkit-linear-gradient(top,  #323941 0%,#535961 100%);
	background: -o-linear-gradient(top,  #323941 0%,#535961 100%);
	background: -ms-linear-gradient(top,  #323941 0%,#535961 100%);
	background: linear-gradient(to bottom,  #323941 0%,#535961 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323941', endColorstr='#535961',GradientType=0 );
	border-top: 1px solid #454d54;
	border-bottom: 1px solid transparent;
}
.header .sites_phone .sites:hover .sub {
	display: block;
}
.header .sites_phone .sites:hover span {
	background: url(/img/sites_arrows.gif) 0 0 no-repeat;
}
.header .sites_phone .sites p {
	display: inline-block;
	border-right: 1px solid #565c64;
	box-shadow: 1px 0 0 #363b42;
	padding: 0 12px 0 0;
	margin: 0 8px 0 0;
}
.header .sites_phone .sites span {
	width: 13px;
	height: 8px;
	display: inline-block;
	background: url(/img/sites_arrows.gif) 0 -8px no-repeat;
}
.header .sites_phone .sites .sub {
	position: absolute;
	width: 100%;
	top: 100%;
	border-radius: 5px;
	background: #323941;
	background: -moz-linear-gradient(top,  #323941 0%, #535961 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#323941), color-stop(100%,#535961));
	background: -webkit-linear-gradient(top,  #323941 0%,#535961 100%);
	background: -o-linear-gradient(top,  #323941 0%,#535961 100%);
	background: -ms-linear-gradient(top,  #323941 0%,#535961 100%);
	background: linear-gradient(to bottom,  #323941 0%,#535961 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323941', endColorstr='#535961',GradientType=0 );
	left: 0;
	margin: 1px 0 0 0;
	padding: 10px 0;
	display: none;
	z-index: 999;
}
.header .sites_phone .sites .sub p {
	padding: 3px 12px;
	margin: 0;
	border: none;
	box-shadow: none;
	display: block;
	transition: all 0.2s;
	color: #c0c2c4;
	text-decoration: underline;
}
.header .sites_phone .sites .sub p:hover {
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
	text-decoration: none;
}
.header .sites_phone .phone {
	text-align: right;
	font-size: 14pt;
}
.header .center_column {
	margin: 0 290px;
	padding: 35px 0 0 0;
}
/*!********* MAIN MENU **********/

.header .main_menu {
	margin: 0 0 23px 0;
	padding: 0;
	font-size: 11pt;
}
.header .main_menu li {
	display: inline-block;
	padding: 5px 10px;
	color: #c0c2c4;
	text-decoration: underline;
	transition: all 0.2s;
	border-radius: 3px;
	margin: 0 5px 0 0;
	vertical-align: top;
}
.header .main_menu a.active li,
.header .main_menu li:hover {
	background-color: #36608b;
	color: #fff;
	text-decoration: none;
}
.header .search_form {
	margin: 0;
	padding: 0;
}
.header .search_form input[type='text'] {
	font-family: Arial, sans-serif;
	border-radius: 3px;
	border: none;
	border-top: 1px solid #666d74;
	border-bottom: 1px solid #666d74;
	color: #c1c4c7;
	background: #666d74;
	background: -moz-linear-gradient(top,  #666d74 0%, #535a62 25%, #535a62 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666d74), color-stop(25%,#535a62), color-stop(100%,#535a62));
	background: -webkit-linear-gradient(top,  #666d74 0%,#535a62 25%,#535a62 100%);
	background: -o-linear-gradient(top,  #666d74 0%,#535a62 25%,#535a62 100%);
	background: -ms-linear-gradient(top,  #666d74 0%,#535a62 25%,#535a62 100%);
	background: linear-gradient(to bottom,  #666d74 0%,#535a62 25%,#535a62 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666d74', endColorstr='#535a62',GradientType=0 );
	width: 365px;
	box-shadow: 0 9px 10px -6px rgba(0, 0, 0, 0.7) inset;
	height: 27px;
	padding: 0 35px 0 10px;
	font-size: 10pt;
	transition: all 0.2s;
}
.header .search_form input[type='text']:focus {
	color: #fff;
}
.header .search_form input[type='submit'] {
	padding: 0;
	margin: 0;
	width: 16px;
	height: 16px;
	background: url(/img/icon_search.png) left top no-repeat;
	border: none;
	margin: 0 0 0 -24px;
	vertical-align: middle;
	opacity: 0.5;
	transition: all 0.2s;
	cursor: pointer;
}
.header .search_form input[type='submit']:hover {
	opacity: 1;
}
/*!********* PRODUCT MENU **********/

.product_menu {
	height: 44px;
	background-color: #36608b;
	overflow: hidden;
	font-size: 0;
}
.product_menu .title {
	text-transform: uppercase;
	font-family: "PFDinDisplayPro-Thin", Arial, sans-serif;
	line-height: 46px;
	font-size: 18pt;
	display: inline-block;
	vertical-align: top;
	position: relative;
	height: 44px;
	padding: 0 25px 0 0;
}
.product_menu .title:before,
.product_menu .title:after {
	position: absolute;
	content: "";
	border: solid transparent;
	height: 0;
	width: 0;
	border-left-color: #36608b;
	border-width: 22px;
	left: 100%;
}
.product_menu .title:before {
	margin: 0 0 0 1px;
	border-left-color: #68b4c1;
}
.product_menu ul {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
	background: #42a2b2;
	background: -moz-linear-gradient(left,  #42a2b2 0%, #36608b 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#42a2b2), color-stop(100%,#36608b));
	background: -webkit-linear-gradient(left,  #42a2b2 0%,#36608b 100%);
	background: -o-linear-gradient(left,  #42a2b2 0%,#36608b 100%);
	background: -ms-linear-gradient(left,  #42a2b2 0%,#36608b 100%);
	background: linear-gradient(to right,  #42a2b2 0%,#36608b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42a2b2', endColorstr='#36608b',GradientType=1 );
}
.product_menu li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 55px;
	padding: 0 5px;
	text-transform: uppercase;
	line-height: 46px;
	font-size: 14pt;
	font-family: "PFDinDisplayPro-Regular", Arial, sans-serif;
	height: 42px;
	color: #fff;
	text-decoration: underline;
	transition: all 0.2s;
	border-bottom: 2px solid transparent;
}
.product_menu li.active,
.product_menu li:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid rgba(255, 255, 255, 0.7);
}
/*!********* MAIN BLOCK 1 **********/

.main_block_1 {
	background: #434b5e;
	background: url(/img/main_block_1_bg.jpg) center bottom no-repeat, -moz-linear-gradient(top,  #434b5e 0%, #33272e 80%, #280d0b 100%);
	background: url(/img/main_block_1_bg.jpg) center bottom no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#434b5e), color-stop(80%,#33272e), color-stop(100%,#280d0b));
	background: url(/img/main_block_1_bg.jpg) center bottom no-repeat, -webkit-linear-gradient(top,  #434b5e 0%,#33272e 80%,#280d0b 100%);
	background: url(/img/main_block_1_bg.jpg) center bottom no-repeat, -o-linear-gradient(top,  #434b5e 0%,#33272e 80%,#280d0b 100%);
	background: url(/img/main_block_1_bg.jpg) center bottom no-repeat, -ms-linear-gradient(top,  #434b5e 0%,#33272e 80%,#280d0b 100%);
	background: url(/img/main_block_1_bg.jpg) center bottom no-repeat, linear-gradient(to bottom,  #434b5e 0%,#33272e 80%,#280d0b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434b5e', endColorstr='#280d0b',GradientType=0 );
	height: 712px;
}
.main_block_1 .content {
	width: 715px;
	float: right;
}
.main_block_1 .title {
	text-transform: uppercase;
	font-family: "PFDinDisplayPro-Thin", Arial, sans-serif;
	font-size: 26pt;
	padding: 50px 0 25px 45px;
}
.main_block_1 .desc {
	font-size: 12pt;
	line-height: 20px;
	padding: 0 0 5px 45px;
}
.main_block_1 .item {
	width: 130px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 30px 0 0 45px;
}
.main_block_1 .item p {
	width: 130px;
	font-family: "PFDinDisplayPro-Regular", Arial, sans-serif;
	font-size: 18pt;
	width: 98px;
	height: 98px;
	border-radius: 100px;
	line-height: 100px;
	border: 16px solid #41a2b2;
	background-color: rgba(0, 0, 0, 0.3);
}
.main_block_1 .item div {
	text-transform: uppercase;
	margin: 12px 0 0 0;
	font-size: 10pt;
}
/*!********* MAIN BLOCK 2 **********/

.main_block_2 {
	height: 250px;
	background: url(/img/earth.jpg) center top no-repeat fixed;
}
.main_block_2 svg {
	display: inline-block;
	vertical-align: top;
	width: 205px;
	height: 217px;
}
.main_block_2 .title {
	display: inline-block;
	vertical-align: top;
	font-family: "PFDinDisplayPro-Thin", Arial, sans-serif;
	font-size: 22pt;
	width: 350px;
	padding: 38px 0 0 0;
	line-height: 38px;
}
.main_block_2 .desc {
	float: right;
	background-color: rgba(3, 13, 28, 0.3);
	width: 380px;
	padding: 20px;
	font-size: 12pt;
	line-height: 22px;
	margin: 38px 0 0 0;
}
.main_block_2 .desc p {
	padding: 0 0 15px 0;
}
.main_block_2 .desc span {
	font-style: italic;
}
/*!********* MAIN BLOCK 3 **********/

.main_block_3 {
	height: 759px;
	background: #313841;
	background: url(/img/map.jpg) center top no-repeat, -moz-linear-gradient(top,  #313841 0%, #1a1f26 40%);
	background: url(/img/map.jpg) center top no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#313841), color-stop(40%,#1a1f26));
	background: url(/img/map.jpg) center top no-repeat, -webkit-linear-gradient(top,  #313841 0%,#1a1f26 40%);
	background: url(/img/map.jpg) center top no-repeat, -o-linear-gradient(top,  #313841 0%,#1a1f26 40%);
	background: url(/img/map.jpg) center top no-repeat, -ms-linear-gradient(top,  #313841 0%,#1a1f26 40%);
	background: url(/img/map.jpg) center top no-repeat, linear-gradient(to bottom,  #313841 0%,#1a1f26 40%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313841', endColorstr='#1a1f26',GradientType=0 );
}
.main_block_3 p {
	text-transform: uppercase;
	font-family: "PFDinDisplayPro-Thin", Arial, sans-serif;
	font-size: 24pt;
	width: 480px;
	padding: 50px 0 0 0;
}
/*!********* MAIN BLOCK 4 **********/

.main_block_4 {
	height: 692px;
	background: #16181c;
	background: url(/img/main_block_4_bg.jpg) center top no-repeat, -moz-linear-gradient(top,  #16181c 80%, #5e1b06 100%);
	background: url(/img/main_block_4_bg.jpg) center top no-repeat,  -webkit-gradient(linear, left top, left bottom, color-stop(80%,#16181c), color-stop(100%,#5e1b06));
	background: url(/img/main_block_4_bg.jpg) center top no-repeat,  -webkit-linear-gradient(top,  #16181c 80%,#5e1b06 100%);
	background: url(/img/main_block_4_bg.jpg) center top no-repeat,  -o-linear-gradient(top,  #16181c 80%,#5e1b06 100%);
	background: url(/img/main_block_4_bg.jpg) center top no-repeat,  -ms-linear-gradient(top,  #16181c 80%,#5e1b06 100%);
	background: url(/img/main_block_4_bg.jpg) center top no-repeat,  linear-gradient(to bottom,  #16181c 80%,#5e1b06 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16181c', endColorstr='#5e1b06',GradientType=0 );
}
.main_block_4 .content {
	width: 510px;
	float: right;
}
.main_block_4 .title {
	text-transform: uppercase;
	font-family: "PFDinDisplayPro-Thin", Arial, sans-serif;
	font-size: 26pt;
	padding: 50px 0 25px 0;
}
.main_block_4 ul {
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	font-size: 10pt;
	width: 252px;
}
.main_block_4 li {
	margin: 0;
	list-style: none;
	padding: 3px 0 0 15px;
	position: relative;
}
.main_block_4 li:before {
	content: "-";
	position: absolute;
	margin: 0 0 0 -12px;
}
/*!********* MAIN PUBLICATION **********/

.main_publication {
	background: #313841;
	background: -moz-linear-gradient(top,  #313841 0%, #1a1f26 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#313841), color-stop(100%,#1a1f26));
	background: -webkit-linear-gradient(top,  #313841 0%,#1a1f26 100%);
	background: -o-linear-gradient(top,  #313841 0%,#1a1f26 100%);
	background: -ms-linear-gradient(top,  #313841 0%,#1a1f26 100%);
	background: linear-gradient(to bottom,  #313841 0%,#1a1f26 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313841', endColorstr='#1a1f26',GradientType=0 );
	padding: 50px 0 80px 0;
}
.main_publication .title {
	text-transform: uppercase;
	font-family: "PFDinDisplayPro-Thin", Arial, sans-serif;
	font-size: 26pt;
	padding: 0 0 50px 0;
}
.main_publication .item {
	width: 290px;
	display: inline-block;
	vertical-align: top;
	margin: 0 41px 0 0;
	font-size: 10pt;
	line-height: 18px;
}
.main_publication .item p {
	font-size: 14pt;
	padding: 5px 0 10px 0;
}
.main_publication .item p a:link,
.main_publication .item p a:visited,
.main_publication .item p a:active {
	color: #6bb9c8;
	text-decoration: underline;
}
.main_publication .item p a:hover {
	color: #fff;
	text-decoration: none;
}
.main_publication .item span {
	color: #8b8e92;
}
/*!********* PUBLICATION **********/

.publication {
	background: #3a414b;
	background: -moz-linear-gradient(top,  #3a414b 0%, #1b2027 35%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a414b), color-stop(35%,#1b2027));
	background: -webkit-linear-gradient(top,  #3a414b 0%,#1b2027 35%);
	background: -o-linear-gradient(top,  #3a414b 0%,#1b2027 35%);
	background: -ms-linear-gradient(top,  #3a414b 0%,#1b2027 35%);
	background: linear-gradient(to bottom,  #3a414b 0%,#1b2027 35%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a414b', endColorstr='#1b2027',GradientType=0 );
	padding: 47px 0 80px 0;
}
.publication .title {
	text-transform: uppercase;
	font-family: "PFDinDisplayPro-Thin", Arial, sans-serif;
	font-size: 26pt;
	padding: 0 0 50px 0;
}
.publication .item {
	margin: 0 0 50px 0;
}
.publication .item img {
	display: inline-block;
	vertical-align: top;
}
.publication .item .desc {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 20px;
	width: 748px;
	font-size: 10pt;
	color: #d3d5d6;
	line-height: 18px;
}
.publication .item .desc span {
	color: #7c8085;
}
.publication .item .desc p {
	padding: 8px 0 15px 0;
	font-size: 14pt;
}
.publication .item .desc p a:link,
.publication .item .desc p a:visited,
.publication .item .desc p a:active {
	color: #6bb9c8;
	text-decoration: underline;
}
.publication .item .desc p a:hover {
	color: #fff;
	text-decoration: none;
}
/*!********* PUBLICATION DETAIL **********/

.publication_detail {
	background: #3a414b;
	background: -moz-linear-gradient(top,  #3a414b 0%, #1b2027 35%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a414b), color-stop(35%,#1b2027));
	background: -webkit-linear-gradient(top,  #3a414b 0%,#1b2027 35%);
	background: -o-linear-gradient(top,  #3a414b 0%,#1b2027 35%);
	background: -ms-linear-gradient(top,  #3a414b 0%,#1b2027 35%);
	background: linear-gradient(to bottom,  #3a414b 0%,#1b2027 35%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a414b', endColorstr='#1b2027',GradientType=0 );
	padding: 47px 0 80px 0;
}
.publication_detail .title {
	text-transform: uppercase;
	font-family: "PFDinDisplayPro-Thin", Arial, sans-serif;
	font-size: 26pt;
	padding: 0 0 50px 0;
}
.publication_detail .text {
	font-size: 10pt;
	line-height: 18px;
	color: #d3d5d6;
}
.publication_detail .text img {
	float: left;
	margin: 0 20px 12px 0;
}
.publication_detail .link {
	border-radius: 3px;
	background: #419fb1;
	background: -moz-linear-gradient(top,  #419fb1 0%, #386e92 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#419fb1), color-stop(100%,#386e92));
	background: -webkit-linear-gradient(top,  #419fb1 0%,#386e92 100%);
	background: -o-linear-gradient(top,  #419fb1 0%,#386e92 100%);
	background: -ms-linear-gradient(top,  #419fb1 0%,#386e92 100%);
	background: linear-gradient(to bottom,  #419fb1 0%,#386e92 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#419fb1', endColorstr='#386e92',GradientType=0 );
	height: 30px;
	line-height: 30px;
	padding: 0 12px;
	display: inline-block;
	margin: 40px 0 0 0;
	font-size: 11pt;
}
.publication_detail a .link {
	color: #fff;
	text-decoration: underline;
}
.publication_detail a:hover .link {
	color: #fff;
	text-decoration: none;
	background: #386e92;
	background: -moz-linear-gradient(top,  #386e92 0%, #419fb1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#386e92), color-stop(100%,#419fb1));
	background: -webkit-linear-gradient(top,  #386e92 0%,#419fb1 100%);
	background: -o-linear-gradient(top,  #386e92 0%,#419fb1 100%);
	background: -ms-linear-gradient(top,  #386e92 0%,#419fb1 100%);
	background: linear-gradient(to bottom,  #386e92 0%,#419fb1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#386e92', endColorstr='#419fb1',GradientType=0 );
}
/*!********* INSIDE MENU BLOCK **********/

.inside_menu_block {
	min-height: 450px;
	padding: 40px 0;
}
.inside_menu {
	width: 470px;
	float: right;
	background-color: #41a2b2;
	padding: 20px 0;
	color: #fff;
}
.inside_menu p {
	font-weight: bold;
	font-size: 11pt;
	padding: 8px 25px;
}
.inside_menu p a:link,
.inside_menu p a:visited,
.inside_menu p a:active {
	color: #fff;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}
.inside_menu p a:hover {
	color: #fff;
	border-bottom-color: transparent;
	text-decoration: none;
}
.inside_menu .title {
	text-transform: uppercase;
	font-family: "PFDinDisplayPro-Thin", Arial, sans-serif;
	font-size: 20pt;
	padding: 0 25px;
	font-weight: normal;
}
.inside_menu .title + p,
.inside_menu .title + div.sub {
	margin-top: 12px;
}
.inside_menu .sub {
	transition: all 0.5s;
}
.inside_menu .sub.active {
	background-color: #3e8ea6;
	padding: 0 0 10px 0;
}
.inside_menu .sub p a {
	border-bottom-style: dashed;
}
.inside_menu .sub div {
	display: none;
}
.inside_menu .sub div p {
	padding: 3px 25px;
	font-weight: normal;
	font-size: 10pt;
}
.inside_menu .sub div p a {
	border-bottom-style: solid;
}
/*!********* APPLYING BLOCK **********/

.applying_block {
	background: #3a414b;
	background: -moz-linear-gradient(top,  #3a414b 0%, #1b2027 35%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a414b), color-stop(35%,#1b2027));
	background: -webkit-linear-gradient(top,  #3a414b 0%,#1b2027 35%);
	background: -o-linear-gradient(top,  #3a414b 0%,#1b2027 35%);
	background: -ms-linear-gradient(top,  #3a414b 0%,#1b2027 35%);
	background: linear-gradient(to bottom,  #3a414b 0%,#1b2027 35%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a414b', endColorstr='#1b2027',GradientType=0 );
	padding: 47px 0 30px 0;
}
.applying_block .title {
	text-transform: uppercase;
	font-family: "PFDinDisplayPro-Thin", Arial, sans-serif;
	font-size: 26pt;
	padding: 0 0 50px 0;
}
.applying_block .pic {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.applying_block .pic:before,
.applying_block .pic:after {
	content: "";
	position: absolute;
	display: block;
	z-index: 1;
	box-shadow: 0 0 25px 2px #72cdff;
	border-radius: 10px / 200px;
	width: 20px;
	height: 90%;
	top: 5%;
	right: 100%;
	margin: 0 -20px 0 0;
}
.applying_block .pic:after {
	left: 100%;
	margin: 0 0 0 -20px;
}
.applying_block .pic img {
	display: block;
	position: relative;
	z-index: 100;
	background-color: #1b2027;
}
.applying_block .desc {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 40px;
	width: 620px;
}
.applying_block .desc .item {
	padding: 0 0 30px 0;
}
.applying_block .desc .item svg {
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 100px;
}
.applying_block .desc .item p {
	display: inline-block;
	vertical-align: top;
	width: 535px;
	font-size: 11pt;
	line-height: 18px;
	color: #d3d5d6;
}
.applying_block .desc .item ul {
	font-size: 11pt;
	line-height: 18px;
	color: #d3d5d6;	
}
/*!********* DETAIL BLOCK **********/

.detail_block {
	background: #3a414b;
	background: -moz-linear-gradient(top,  #3a414b 0%, #1b2027 35%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a414b), color-stop(35%,#1b2027));
	background: -webkit-linear-gradient(top,  #3a414b 0%,#1b2027 35%);
	background: -o-linear-gradient(top,  #3a414b 0%,#1b2027 35%);
	background: -ms-linear-gradient(top,  #3a414b 0%,#1b2027 35%);
	background: linear-gradient(to bottom,  #3a414b 0%,#1b2027 35%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a414b', endColorstr='#1b2027',GradientType=0 );
	padding: 47px 0 70px 0;
}
.detail_block .pic {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.detail_block .pic:before,
.detail_block .pic:after {
	content: "";
	position: absolute;
	display: block;
	z-index: 1;
	box-shadow: 0 0 25px 2px #72cdff;
	border-radius: 10px / 200px;
	width: 20px;
	height: 90%;
	top: 5%;
	right: 100%;
	margin: 0 -20px 0 0;
}
.detail_block .pic:after {
	left: 100%;
	margin: 0 0 0 -20px;
}
.detail_block .pic img {
	display: block;
	position: relative;
	z-index: 100;
	background-color: #1b2027;
}
.detail_block .desc_block {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 40px;
	width: 620px;
}
.detail_block .name {
	text-transform: uppercase;
	font-family: "PFDinDisplayPro-Thin", Arial, sans-serif;
	font-size: 22pt;
	padding: 0 0 35px 0;
}
.detail_block .name span {
	text-transform: none;
	font-family: Arial, sans-serif;
	font-size: 14pt;
	color: #f1f1f2;
}
.detail_block .title {
	color: #41a1b1;
	font-size: 14pt;
	padding: 0 0 12px 0;
}
.detail_block .title a:link,
.detail_block .title a:visited,
.detail_block .title a:active {
	text-decoration: none;
	color: #41a1b1;
	border-bottom: 1px dashed #41a1b1;
}
.detail_block .title a:hover {
	text-decoration: none;
	color: #41a1b1;
	border-bottom: 1px dashed transparent;
}
.detail_block .desc {
	padding: 0 0 35px 0;
	color: #d3d5d6;
	font-size: 10pt;
	line-height: 18px;
}
.detail_block .size {
	padding: 0 0 35px 0;
}
.detail_block .desc table,
.detail_block .size table {
	width: 100%;
	border: none;
	font-size: 10pt;
}
.detail_block .desc table th,
.detail_block .size table th {
	background-color: #36608b;
	color: #f1f1f2;
	text-align: left;
	font-weight: normal;
	/* padding: 10px 17px; */
	padding: 10px 5px;
	border-right: 1px solid #6182a4;
	border-left: 1px solid #365473;
	vertical-align: top;
}
.detail_block .desc table tr th:first-child,
.detail_block .size table tr th:first-child {
	border-left: none;
}
.detail_block .desc table tr th:last-child,
.detail_block .size table tr th:last-child {
	border-right: none;
}
.detail_block .desc table td,
.detail_block .size table td {
	/* padding: 13px 17px; */
	padding: 8px 5px;
	color: #f1f1f2;
	border-top: 1px solid #1b2027;
	border-left: 1px solid #3e4146;
	border-right: 1px solid #616366;
	background-color: #36393d;
}
.detail_block .desc table tr td:first-child,
.detail_block .size table tr td:first-child {
	border-left: none;
}
.detail_block .desc table tr td:last-child,
.detail_block .size table tr td:last-child {
	border-right: none;
}
.detail_block .desc table tr:nth-child(odd) td,
.detail_block .size table tr:nth-child(odd) td {
	background-color: #42454a;
}
.detail_block .drop_block {
	padding: 0 0 10px 0;
	color: #d3d5d6;
	font-size: 10pt;
	line-height: 18px;
}
.detail_block .drop_block ul.picture {
	min-height: 150px;
	padding: 0;
	margin: 10px 0 0 0;
}
.detail_block .drop_block ul.picture li {
	padding: 0 20px 0 0;
	float: left;
	list-style-type: none;
}
.detail_block .drop_block ul.picture li img {
	padding: 3px;
	border: 1px solid #41a1b1;
}
.detail_block .drop_block ul.picture li img:hover {
	transition: all 0.2s;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(65, 161, 177, 1);
	-moz-box-shadow:    0px 0px 20px 0px rgba(65, 161, 177, 1);
	box-shadow:         0px 0px 20px 0px rgba(65, 161, 177, 1);
}
.detail_block .drop_block div {
	display: none;
	padding: 0 0 25px 0;
}
.detail_block .links {
	background: #777a7d;
	background: -moz-linear-gradient(top,  #777a7d 0%, #42454a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#777a7d), color-stop(100%,#42454a));
	background: -webkit-linear-gradient(top,  #777a7d 0%,#42454a 100%);
	background: -o-linear-gradient(top,  #777a7d 0%,#42454a 100%);
	background: -ms-linear-gradient(top,  #777a7d 0%,#42454a 100%);
	background: linear-gradient(to bottom,  #777a7d 0%,#42454a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777a7d', endColorstr='#42454a',GradientType=0 );
	height: 64px;
	margin: 25px 0 0 0;
	padding: 0 20px;
}
.detail_block .links .item {
	height: 64px;
	line-height: 64px;
	font-weight: bold;
	font-size: 11pt;
}
.detail_block .links .item img {
	vertical-align: middle;
	margin: 0 18px 0 0;
}
.detail_block .links .item a:link,
.detail_block .links .item a:visited,
.detail_block .links .item a:active {
	color: #fff;
	text-decoration: underline;
}
.detail_block .links .item a:hover {
	color: #6ebec9;
	text-decoration: none;
}
/*!********* GARANTY BLOCK **********/

.garanty_block {
	height: 400px;
	background-position: center top;
	background-repeat: no-repeat;
}
.garanty_block .wrapper {
	height: 400px;
	position: relative;
}
.garanty_block .wrapper div {
	position: absolute;
	width: 270px;
	height: 270px;
	border-radius: 300px;
	background: -moz-linear-gradient(top,  rgba(71,175,193,0.9) 0%, rgba(63,128,165,0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(71,175,193,0.9)), color-stop(100%,rgba(63,128,165,0.9)));
	background: -webkit-linear-gradient(top,  rgba(71,175,193,0.9) 0%,rgba(63,128,165,0.9) 100%);
	background: -o-linear-gradient(top,  rgba(71,175,193,0.9) 0%,rgba(63,128,165,0.9) 100%);
	background: -ms-linear-gradient(top,  rgba(71,175,193,0.9) 0%,rgba(63,128,165,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(71,175,193,0.9) 0%,rgba(63,128,165,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e647afc1', endColorstr='#e63f80a5',GradientType=0 );
	line-height: 270px;
	right: 60px;
	bottom: -50px;
}
.garanty_block p {
	padding: 0 0 0 33px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	text-shadow: 0 -1px 0 #327694;
	text-transform: uppercase;
	font-family: "PFDinDisplayPro-Regular", Arial, sans-serif;
	font-size: 35pt;
}
.garanty_block p span {
	font-family: "PFDinDisplayPro-Thin", Arial, sans-serif;
}
/*!********* ADVANTAGE BLOCK **********/

.advantage_block {
	background: #3a414b;
	background: -moz-linear-gradient(top,  #3a414b 0%, #1b2027 35%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a414b), color-stop(35%,#1b2027));
	background: -webkit-linear-gradient(top,  #3a414b 0%,#1b2027 35%);
	background: -o-linear-gradient(top,  #3a414b 0%,#1b2027 35%);
	background: -ms-linear-gradient(top,  #3a414b 0%,#1b2027 35%);
	background: linear-gradient(to bottom,  #3a414b 0%,#1b2027 35%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a414b', endColorstr='#1b2027',GradientType=0 );
	padding: 47px 0 80px 0;
}
.advantage_block .title {
	text-transform: uppercase;
	font-family: "PFDinDisplayPro-Thin", Arial, sans-serif;
	font-size: 26pt;
	padding: 0 0 40px 0;
	color: #419fb1;
}
.advantage_block .float_left,
.advantage_block .float_right {
	width: 480px;
	font-size: 10pt;
	line-height: 18px;
	color: #d3d5d6;
}
/*!********* ABOUT **********/

.about_top {
	background: #2f363f;
	background: -moz-linear-gradient(top,  #2f363f 0%, #1e242b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2f363f), color-stop(100%,#1e242b));
	background: -webkit-linear-gradient(top,  #2f363f 0%,#1e242b 100%);
	background: -o-linear-gradient(top,  #2f363f 0%,#1e242b 100%);
	background: -ms-linear-gradient(top,  #2f363f 0%,#1e242b 100%);
	background: linear-gradient(to bottom,  #2f363f 0%,#1e242b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f363f', endColorstr='#1e242b',GradientType=0 );
	padding: 47px 0 30px 0;
}
.about_top .title {
	text-transform: uppercase;
	font-family: "PFDinDisplayPro-Thin", Arial, sans-serif;
	font-size: 26pt;
	padding: 0 0 50px 0;
}
.about_top .info {
	color: #6bb9c8;
	font-weight: bold;
	line-height: 20px;
}
.about_pic {
	height: 250px;
	background: url(/img/about_pic.jpg) center top no-repeat fixed #95b0c7;
}
.about_bottom {
	padding: 0 0 80px 0;
}
.about_bottom .text {
	padding: 20px 0 0 0;
	font-size: 10.5pt;
	color: #d3d5d6;
	line-height: 18px;
}
.about_bottom .certificates {
	margin: 60px 0 0 0;
}
.about_bottom .certificates .title {
	text-transform: uppercase;
	font-family: "PFDinDisplayPro-Thin", Arial, sans-serif;
	font-size: 20pt;
	padding: 0 0 20px 0;
	color: #5e9dab;
}
.about_bottom .certificates .item {
	float: left;
	background: url(/img/certificate_border.jpg) center center no-repeat;
	width: 190px;
	height: 264px;
	padding: 18px 0 0 18px;
	position: relative;
	margin: 0 0 0 57px;
}
.about_bottom .certificates .title + .item {
	margin: 0;
}
.about_bottom .certificates .item:before,
.about_bottom .certificates .item:after {
	content: "";
	position: absolute;
	display: block;
	z-index: -1;
	box-shadow: 0 0 25px 2px #72cdff;
	border-radius: 10px / 200px;
	width: 20px;
	height: 90%;
	top: 5%;
	right: 100%;
	margin: 0 -20px 0 0;
}
.about_bottom .certificates .item:after {
	left: 100%;
	margin: 0 0 0 -20px;
}
.about_bottom .partner {
	margin: 60px 0 0 0;
}
.about_bottom .partner .title {
	text-transform: uppercase;
	font-family: "PFDinDisplayPro-Thin", Arial, sans-serif;
	font-size: 20pt;
	padding: 0 0 20px 0;
	color: #fff;
}
.about_bottom .partner .items {
	height: 173px;
	background: #d4d4d4;
	background: -moz-linear-gradient(top,  #d4d4d4 0%, #f4f5f6 6%, #cfcfcf 12%, #f3f4f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4d4d4), color-stop(6%,#f4f5f6), color-stop(12%,#cfcfcf), color-stop(100%,#f3f4f5));
	background: -webkit-linear-gradient(top,  #d4d4d4 0%,#f4f5f6 6%,#cfcfcf 12%,#f3f4f5 100%);
	background: -o-linear-gradient(top,  #d4d4d4 0%,#f4f5f6 6%,#cfcfcf 12%,#f3f4f5 100%);
	background: -ms-linear-gradient(top,  #d4d4d4 0%,#f4f5f6 6%,#cfcfcf 12%,#f3f4f5 100%);
	background: linear-gradient(to bottom,  #d4d4d4 0%,#f4f5f6 6%,#cfcfcf 12%,#f3f4f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d4d4', endColorstr='#f3f4f5',GradientType=0 );
	text-align: center;
	line-height: 173px;
}
.about_bottom .partner .items img {
	vertical-align: middle;
	margin: 0 25px;
}

/*!********* DILEVERY **********/
.delivery .desc {
	font-size: 10.5pt;
	color: #d3d5d6;
	line-height: 18px;
}


/*!********* CONTACTS **********/

.contacts {
	background: #2f363f;
	background: -moz-linear-gradient(top,  #2f363f 0%, #1e242b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2f363f), color-stop(100%,#1e242b));
	background: -webkit-linear-gradient(top,  #2f363f 0%,#1e242b 100%);
	background: -o-linear-gradient(top,  #2f363f 0%,#1e242b 100%);
	background: -ms-linear-gradient(top,  #2f363f 0%,#1e242b 100%);
	background: linear-gradient(to bottom,  #2f363f 0%,#1e242b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f363f', endColorstr='#1e242b',GradientType=0 );
	padding: 47px 0 40px 0;
}
.contacts .title {
	text-transform: uppercase;
	font-family: "PFDinDisplayPro-Thin", Arial, sans-serif;
	font-size: 26pt;
	padding: 0 0 50px 0;
}
.contacts .float_left {
	font-size: 11pt;
	color: #d3d5d6;
}
.contacts .float_left p {
	padding: 5px 0;
}
.contacts .float_left p a:link,
.contacts .float_left p a:visited,
.contacts .float_left p a:active {
	color: #5c9ca9;
	text-decoration: underline;
}
.contacts .float_left p a:hover {
	color: #fff;
	text-decoration: none;
}
.contacts .float_right {
	text-align: right;
	color: #c0c2c4;	
}
.contacts .float_right p {
	color: #6bb9c8;
	font-size: 14pt;
	padding: 0 0 10px 143px;
	text-align: left;
}
.contacts .float_right dl {
	font-size: 11pt;
	color: #d3d5d6;
	padding: 0;
	margin: 0 0 8px 0;
}
.contacts .float_right td {
	padding: 0 5px 10px 0;
}
.contacts .float_right dt {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px 0 0;
	margin: 0;
	text-align: right;
	width: 130px;
}
.contacts .float_right dd {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0;
}
.contacts .float_right input[type="text"] {
	width: 240px;
}
.contacts .float_right button[type="submit"] {
	margin: 5px 0 0 0;
}
.gis_map {
	height: 480px;
	width: 100%;
}

/*!********* SEARCH PAGE **********/
.search_page {
	
}
.search_page ol {
	padding: 0;
	margin: 0;
}
.search_page ol li {
	margin: 0 0 0 20px;
}
.search_page input[type="text"] {
	width: 300px;
	height: 23px;	
}
.search_page div.search-item .name {
	font-size: 17px;
}
.search_page div.search-item {
	padding: 10px 0px 5px 0;
	margin: 0 0 0px 0;
}
.search_page .navigation {
	margin: 20px 0 0 0;
}
/*!********* OPROS LIST **********/

.opros_list {
	background: #3a414b;
	background: -moz-linear-gradient(top,  #3a414b 0%, #1b2027 35%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a414b), color-stop(35%,#1b2027));
	background: -webkit-linear-gradient(top,  #3a414b 0%,#1b2027 35%);
	background: -o-linear-gradient(top,  #3a414b 0%,#1b2027 35%);
	background: -ms-linear-gradient(top,  #3a414b 0%,#1b2027 35%);
	background: linear-gradient(to bottom,  #3a414b 0%,#1b2027 35%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a414b', endColorstr='#1b2027',GradientType=0 );
	padding: 47px 0 60px 0;
	font-size: 11pt;
	color: #d3d5d6;
	margin: 0;
}
.opros_list .title {
	text-transform: uppercase;
	font-family: "PFDinDisplayPro-Thin", Arial, sans-serif;
	font-size: 26pt;
	padding: 0 0 50px 0;
	color: #fff;
}
.opros_list .text {
	/* padding: 0 0 15px 0; */
	color: #46a1b0;
}
.opros_list span {
	color: #46a1b0;
}
.opros_list input[type="text"],
.opros_list textarea {
	color: #46a1b0;
	width: 365px;
}
.opros_list button[type="submit"] {
	font-size: 12pt;
	height: 40px;
	line-height: 40px;
}
.opros_list dl {
	padding: 0;
	margin: 15px 0 0 0;
}
.opros_list table {
	margin: 15px 0 0 0;
}
.opros_list td.td1,
.opros_list dt {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px 0 0;
	margin: 0;
	text-align: right;
	width: 380px;
}
.opros_list td.td2,
.opros_list dd {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0 0 20px 0;
	width: 579px;
}
.opros_list dd.mark {
	background-color: #323841;
	padding: 5px 15px;
	border-radius: 3px;
}
.opros_list dd p {
	display: inline-block;
	font-size: 10pt;
	min-width: 190px;
	padding: 6px 0 0 0;
}
.opros_list dd p input[type="text"] {
	width: 155px;
	margin: 5px 0 9px 0;
}
.opros_list .message-error {
	transition: opacity .2s ease-out;
	margin: 10px 0 0 0;
	border-left: 3px solid #feae29;
	border-right: 3px solid #feae29;	
	padding: 0 20px 0 20px;	
}
.opros_list .message-error b {
	font-size: 20px;
	color: #feae29;
}
.opros_list .message-error ul {
	padding: 0;
}
.opros_list .message-error ul li {
	list-style-type: none;
	padding: 0 0 5px 0;
	color: #fff;
}
.opros_list .message-success {
	background: #5abf5b;
	padding: 20px;
	margin: 10px 0 0 0;
	text-align: center;
	color: #fff;	
}
.opros_list table b {
	color: #46a1b0;
}


.opros_list table tr.razmeshenie input,	
.opros_list table tr.system input,	
.opros_list table tr.haracter input {
	display: none;
}


/*!********* PAGES **********/

.pages {
	font-size: 11pt;
	color: #d3d5d6;
}
.pages a:link,
.pages a:visited,
.pages a:active,
.pages span {
	width: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 3px;
	background-color: #50575f;
	color: #969a9f;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	margin: 0 0 0 5px;
}
.pages span,
.pages a:hover {
	color: #fff;
	text-decoration: none;
	background: #419fb1;
	background: -moz-linear-gradient(top,  #419fb1 0%, #386e92 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#419fb1), color-stop(100%,#386e92));
	background: -webkit-linear-gradient(top,  #419fb1 0%,#386e92 100%);
	background: -o-linear-gradient(top,  #419fb1 0%,#386e92 100%);
	background: -ms-linear-gradient(top,  #419fb1 0%,#386e92 100%);
	background: linear-gradient(to bottom,  #419fb1 0%,#386e92 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#419fb1', endColorstr='#386e92',GradientType=0 );
}
/*!********* FOOTER **********/

.footer {
	background: #323841;
	background: -moz-linear-gradient(top,  #323841 0%, #1b2027 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#323841), color-stop(100%,#1b2027));
	background: -webkit-linear-gradient(top,  #323841 0%,#1b2027 100%);
	background: -o-linear-gradient(top,  #323841 0%,#1b2027 100%);
	background: -ms-linear-gradient(top,  #323841 0%,#1b2027 100%);
	background: linear-gradient(to bottom,  #323841 0%,#1b2027 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323841', endColorstr='#1b2027',GradientType=0 );
	height: 166px;
}
.footer .logo {
	background: url(/img/logo.png) left top no-repeat;
	width: 195px;
	height: 101px;
	margin: 25px 0 0 0;
	float: left;
}
.footer .promix {
	float: right;
	margin: 95px 0 0 0;
	background: url(/img/logo_promix.png) right top no-repeat;
	height: 20px;
	width: 130px;
	padding: 23px 65px 0px 0px;
	text-align: right;
}
.footer a:link .promix,
.footer a:visited .promix,
.footer a:active .promix {
	color: #909193;
	font-size: 9pt;
	text-decoration: none;
}
.footer a:hover .promix {
	color: #fff;
	text-decoration: underline;
}
.footer .center_column {
	margin: 0 196px 0 260px;
	padding: 40px 0 0 0;
}
.footer .center_column ul {
	display: inline-block;
	vertical-align: top;
	font-size: 11pt;
	margin: 0 50px 0 0;
	padding: 0;
}
.footer .center_column li {
	list-style: none;
	padding: 0 0 8px 0;
}
.footer .center_column li a:link,
.footer .center_column li a:visited,
.footer .center_column li a:active {
	color: #c0c2c4;
	text-decoration: underline;
}
.footer .center_column li a.active,
.footer .center_column li a:hover {
	color: #fff;
	text-decoration: none;
}
.footer .center_column .footer_contacts {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	font-size: 11pt;
}
.footer .center_column .footer_contacts p {
	padding: 0 0 8px 0;
}
.footer .center_column .footer_contacts big {
	color: #6bb9c8;
	font-size: 16pt;
}
.footer .center_column .footer_contacts a:link,
.footer .center_column .footer_contacts a:visited,
.footer .center_column .footer_contacts a:active {
	color: #6bb9c8;
	text-decoration: underline;
}
.footer .center_column .footer_contacts a:hover {
	color: #fff;
	text-decoration: none;
}

/*!********* FORM **********/
.contacts .message-error {
	float: right;
	width: 260px;
	color: #fff;
	background: #feae29;
	padding: 5px 0 5px 10px;
	text-align: left;	
	margin: 0 0 10px 0;
	font-size: 10pt;
}
.contacts .message-success {
	float: right;
	width: 200px;
	color: #fff;
	background: #5abf5b;
	padding: 5px 0 5px 10px;
	text-align: left;	
	margin: 0 0 10px 0;
	font-size: 10pt;	
}
.contacts .message-error ul {
	padding: 0;
	margin: 0;
}
.contacts .message-error ul li {
	list-style-type: none;
}