@charset "UTF-8";  
@font-face{
    font-family: 'Helios';
    src: url('../fonts/heliosc.eot');
    src: url('../fonts/heliosc.eot?#iefix') format('embedded-opentype'),
         url('../fonts/heliosc.woff') format('woff'),
         url('../fonts/heliosc.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'Helios';
    src: url('../fonts/heliosc-italic.eot');
    src: url('../fonts/heliosc-italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/heliosc-italic.woff') format('woff'),
         url('../fonts/heliosc-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face{
    font-family: 'Helios';
    src: url('../fonts/heliosc-bold.eot');
    src: url('../fonts/heliosc-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/heliosc-bold.woff') format('woff'),
         url('../fonts/heliosc-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face{
    font-family: 'Helios';
    src: url('../fonts/heliosc-bolditalic.eot');
    src: url('../fonts/heliosc-bolditalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/heliosc-bolditalic.woff') format('woff'),
         url('../fonts/heliosc-bolditalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face{
    font-family: 'HeliosCond';
    src: url('../fonts/helioscondc-bold.eot');
    src: url('../fonts/helioscondc-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helioscondc-bold.woff') format('woff'),
         url('../fonts/helioscondc-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face{
    font-family: 'Bender';
    src: url('../fonts/bender.eot');
    src: url('../fonts/bender.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bender.woff') format('woff'),
         url('../fonts/bender.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'Bender';
    src: url('../fonts/bender_bold.eot');
    src: url('../fonts/bender_bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bender_bold.woff') format('woff'),
         url('../fonts/bender_bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face{
    font-family: 'Campus';
    src: url('../fonts/acampus.eot');
    src: url('../fonts/acampus.eot?#iefix') format('embedded-opentype'),
         url('../fonts/acampus.woff') format('woff'),
         url('../fonts/acampus.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* common */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,pre,code,form,input,button,textarea,p,blockquote,th,td,figure,figcaption,nav,section,menu,main{
	margin: 0;
	padding: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,menu,main{
	display: block;
}
table{
	border-spacing: 0;
}
img{
	border: none;
}
ul li,
menu li{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
sup,sub{
	vertical-align: baseline;
}
*{
	text-rendering: optimizeLegibility;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}
input,button,textarea,select,optgroup,option{
 	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input:focus,textarea:focus,select:focus,button:focus{
	outline: none;
}
.error::-webkit-input-placeholder{
	color: #c9252c !important;
}
.error:-moz-placeholder{
	color: #c9252c !important;
}
.error::-moz-placeholder{
	color: #c9252c !important;
}
.error:-ms-input-placeholder{
	color: #c9252c !important;
}
:focus::-webkit-input-placeholder,
.error:focus::-webkit-input-placeholder{
	color: transparent !important;
}
:focus:-moz-placeholder,
.error:focus:-moz-placeholder{
	color: transparent !important;
}
:focus::-moz-placeholder,
.error:focus::-moz-placeholder{
	color: transparent !important;
}
:focus:-ms-input-placeholder,
.error:focus:-ms-input-placeholder{
	color: transparent !important;
}
input[type='checkbox'],input[type='submit'],input[type='reset'],input[type='radio'],input[type='image'],input[type='file'],button,label{
	cursor: pointer;
}
a{
	text-decoration: underline;
	outline: none;
	color: inherit;
}
a:hover{
	text-decoration: none;
}
html, body{
	height: 100%;
}
body{
	font-family: 'Helios', Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #000;
}
.font{
    font-family: 'Bender';
}
.campus{
    font-family: 'Campus';
}
input[type='text'], input[type='password'], input[type='email'], input[type='tel'], input[type='number'], input[type='search'], input[type='url'], input[type='time'], textarea, select{
	display: inline-block;
	width: 100%;
	height: 22px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #898989;
	border: 0 none !important;
	background: url('../images/blank.png') no-repeat right center;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
textarea{
	padding: 3px 0;
	height: 132px;
	resize: none;
}
select{
	position: relative;
	z-index: 1;
	cursor: pointer;
	width: 229px;
	height: 24px;
	font-size: 12px;
	color: #a09d94;
	border: solid 1px #a09d94;
	text-indent: 0.01px;
    text-overflow: '';
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand{
	opacity: 0;
	display: none;
}
.input-box{
	display: inline-block;
	border: solid 1px #828282;
	border-top-color: #000;
	background: #fff;
}
.input{
	display: inline-block;
	padding: 0 6px;
	border: solid 1px #828282;
	border-top-color: #000;
	background: #fff;
}
.input-box .input{
	background: none;
}
.input.textarea{
	padding-right: 0;
}
.input.select{
	position: relative;
	padding: 0;
}
.input-box .img,
.input-box .input{
	display: table-cell;
	width: 1000px;
	border: 0 none;
	vertical-align: middle;
}
.input-box .img{
	width: 0;
	padding: 2px 0 0 6px;
}
.input-box .img.textarea{
	padding-top: 3px;
	vertical-align: top;
}
.input-box img{
	font-size: 0;
	line-height: 0;
}
.input-box .img img{
	max-width: none;
	max-height: none;
	vertical-align: 2px;
}
.input.select:after{
	pointer-events: none;
	position: absolute;
	width: 18px;
	height: 18px;
	padding: 5px 0 0;
	right: 0;
	top: 0;
	color: #fff;
	text-align: center;
	font-size: 11px;
	content: '▼';
	background: #a09d94;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.input.select:hover:after,
.input.select.focus:after{
	background: #f26122;
}
form .error{
	color: #c9252c;
	font-weight: bold;
	border-color: #c9252c;
	background: url('../images/error.png') no-repeat right center;
}
form textarea,
form textarea.error{
	background-position: right 3px;
	background-position: right 6px top 3px;
}
.button{
	cursor: pointer;
	display: inline-table;
	table-layout: fixed;
	width: 108px;
	height: 24px;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	white-space: nowrap;
	border: 0 none;
	background: #006f51;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.5);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.5);
}
.button.orange{
	background: #f57f2f;
}
.button.gray{
	background: #898989;
}
.button:hover{
	background: #555 !important;
}
.button.gray:hover{
	background: #f57f2f !important;
}
.button.active{
	cursor: default;
}
.relative{
	position: relative;
}
.center{
	text-align: center;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	float: none !important;
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:before,
.clearfix:after{
	float: none !important;
	content: ' ';
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.animate{
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.circle{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.uppercase{
	text-transform: uppercase;
}
hr{
	border: 0 none;
	border-top: solid 1px #bcb9b1;
	border-bottom: solid 1px #fff;
	height: 0;
	margin: 0;
	padding: 0;
	background: none;
}
.table{
	display: table;
	border-spacing: 0;
	width: 100%;
}
.tr{
	display: table-row;
}
.td{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.img{
	font-size: 0;
	line-height: 0;
}
.img img{
	max-width: 100%;
	max-height: 100%;
}
.inline-block{
	display: inline-block;
}
/* off */

/* text */
main > .inside > .plaintext{
	padding: 40px 20px;
	margin: 0 0 40px;
	background: #fff;
}
.plaintext h1,
h1.title,
.plaintext h2,
h2.title,
.plaintext h3,
h3.title{
    font-family: 'Bender';
	text-transform: uppercase;
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: bold;
	color: #006f51;
}
.plaintext p,
.plaintext img{
	margin: 0 0 10px;
}
.plaintext img{
	max-width: 100%;
}
.plaintext img[style*='float:left'],
.plaintext img[style*='float: left']{
	margin: 0 20px 10px 0 !important;
}
.plaintext img[style*='float:right'],
.plaintext img[style*='float: right']{
	margin: 0 0 20px 10px !important;
}
.plaintext ol,
.plaintext ul{
	font-size: 12px;
	padding: 0 15px 10px;
}
.plaintext ol li,
.plaintext ul li{
	padding: 4px 0 0;
}
.plaintext ol li:first-child,
.plaintext ul li:first-child{
	padding: 0;
}
.plaintext ol ol li{
	list-style: lower-alpha;
}
.plaintext ul li,
.plaintext ol ul li{
	list-style: square;
}
.plaintext table{
	margin: 0 0 10px;
}
.plaintext table img{
	margin: 0;
}
.plaintext .table{
	margin: 0 0 10px;
}
.plaintext .table td{
	padding: 8px;
}
.plaintext .table th{
	padding: 8px;
	font-size: 18px;
	color: #fff;
	text-align: left;
	background: #939598;
}
.plaintext .table tr:nth-child(even) td{
	background: #e7e7e8;
}
.plaintext .table tr:first-child td{
	color: #fff;
	background: #f26122;
}
.plaintext .table p{
	margin: 0;
}
.plaintext sup,
.plaintext sub{
	font-size: 0.7em;
	line-height: 100%;
	vertical-align: 4px;
}
.plaintext sub{
	vertical-align: -2px;
}
.plaintext > *:nth-last-child(2){
	margin-bottom: 0;
}
/* off */

#up2top{
	opacity: 0.75;
	display: none;
	cursor: pointer;
	position: fixed;
	z-index: 200;
	left: 50%;
	bottom: 4px;
	margin-left: 500px;
	-webkit-transform: translate(0);
	-webkit-transition: 0.25s ease opacity;
	-moz-transition: 0.25s ease opacity;
	-o-transition: 0.25s ease opacity;
	transition: 0.25s ease opacity;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}
#up2top:hover{
	opacity: 1;
	filter: none;
    -webkit-filter: none;
}
.fancybox-margin #up2top{
	margin-left: 493px;
}

#wrapper{
	overflow: hidden;
	min-width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url('../images/bg.jpg') fixed repeat-y center top;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}
.inside{
	width: 960px;
	margin: 0 auto;
}
.intro{
	width: 100%;
	height: 100%;
	background: url('../images/bg-intro.jpg') no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.intro figcaption{
	margin: 88px 0 0;
	padding: 12px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 13px rgba(0,0,0,0.3);
	border-top: solid 1px #fff;
}
/* header */
header .logo{
	z-index: 3;
	width: 242px;
	height: 147px;
	margin: 0 -6px -34px;
	padding: 26px 0 0;
	background: url('../images/logo-bg.png') no-repeat center top;
}
.nav{
	width: 730px;
	font-size: 0;
	white-space: nowrap;
	background: #231f20;
	box-shadow: 0 0 9px rgba(0,0,0,0.5);
}
.nav .table{
	border-spacing: 3px 0;
}
.nav .td{
	width: 730px;
	height: 63px;
}
.nav li.td > .td{
	padding: 0 20px;
}
.nav .td a{
	text-decoration: none;
}
.nav .td span{
	cursor: default;
}
.nav .td.active a{
	cursor: default;
}
.nav a,
.nav span{
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
.nav li.td > .td > *:before,
.nav li.td > .inline-block > .td > *:before{
	position: absolute;
	left: 50%;
	top: 0;
	width: 0;
	height: 3px;
	content: ' ';
	background: #f57f2f;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.nav li.td > .td > *:hover:before,
.nav li.td.active > .td > *:before,
.nav li.td > .inline-block > .td > *:hover:before,
.nav li.td > .inline-block:hover > .td > *:before,
.nav li.td.active > .inline-block > .td > *:before{
	left: 0;
	width: 100%;
}
.nav .submenu,
footer nav .submenu{
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 63px;
	width: 730px;
	height: 0;
	background: #fff;
	-webkit-box-shadow: -9px 2px 9px rgba(0,0,0,0.5);
	-moz-box-shadow: -9px 2px 9px rgba(0,0,0,0.5);
	box-shadow: -9px 2px 9px rgba(0,0,0,0.5);
}
footer nav .submenu{
	overflow: visible;
	opacity: 0;
	top: auto;
	bottom: 279px;
	width: 100%;
	height: 0;
	border-top: solid 1px #b7b7b7;
	background: #ebebeb;
	-webkit-box-shadow: 0 -1px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 -1px 5px rgba(0,0,0,0.1);
	box-shadow: 0 -1px 5px rgba(0,0,0,0.1);
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	transition-delay: 1s;
}
footer nav .submenu .pine{
	position: absolute;
	left: 50%;
	top: -26px;
	width: 68px;
	height: 34px;
	margin: 0 0 0 -34px;
}
.nav .inline-block:hover .submenu{
	opacity: 1;
	height: 96px;
}
footer nav .inline-block:hover .submenu{
	opacity: 1;
	height: 152px;
	-webkit-transition-delay: 0;
	-moz-transition-delay: 0;
	transition-delay: 0;
}
.nav .submenu ul{
	top: -100%;
	padding: 0 24px 0 0;
}
footer nav .submenu ul{
	overflow: hidden;
	width: 934px;
	height: 0;
	margin: 0 auto;
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	transition-delay: 1s;
}
.nav .inline-block:hover .submenu ul{
	top: 0;
}
footer nav .inline-block:hover .submenu ul{
	height: 152px;
	-webkit-transition-delay: 0;
	-moz-transition-delay: 0;
	transition-delay: 0;
}
.nav .submenu li{
	padding: 11px 0 0 24px;
}
footer nav .submenu ul li{
	margin: 0;
	padding: 30px 0 0 43px;
}
.nav .submenu .td,
footer nav li .inline-block .submenu .td{
	width: auto;
	height: 32px;
	vertical-align: middle;
}
footer nav li .inline-block .td{
	width: auto;
	height: auto;
	padding: 0;
	border: 0 none;
}
.nav .submenu img,
footer nav .submenu li img{
	opacity: 0.75;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: grayscale(100%); 
	-webkit-filter: grayscale(100%); 
}
.nav .submenu a:hover img,
footer nav .submenu li a:hover img{
	opacity: 1;
	filter: none; 
	-webkit-filter: none; 
}
header .bottom{
	z-index: 1;
	font-size: 12px;
	white-space: nowrap;
	border-spacing: 0 13px;
	background: #fff;
	-webkit-box-shadow: 0 2px 9px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 2px 9px rgba(0,0,0,0.5);
	box-shadow: 0 2px 9px rgba(0,0,0,0.5);
}
header .bottom .td{
	height: 50px;
	padding: 0 20px;
	text-align: left;
	border-left: solid 1px #000;
}
header .bottom .td.center{
	text-align: center;
}
header .bottom .td:first-child{
	border: 0 none;
}
header .bottom .td a{
	text-decoration: none;
}
header .bottom .td a img{
	padding-right: 4px;
	vertical-align: -2px;
}
header .bottom ul.td li{
	margin: 4px 0 0;
}
header .bottom ul.td li:first-child{
	margin: 0;
}
.search input[type='text']{
	color: #000;
}
.search ::-webkit-input-placeholder{
	color: #000;
}
.search :-moz-placeholder{
	color: #000;
}
.search ::-moz-placeholder{
	color: #000;
}
.search :-ms-input-placeholder{
	color: #000;
}
.search  .input{
	padding-right: 30px;
}
.search input[type='submit'],
.login,
.lang{
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0 0 0 -24px;
	border: 0 none;
	vertical-align: bottom;
	background: #000 url('../images/search.png') no-repeat center center;
}
.search input[type='submit']:hover,
.login:hover,
.lang:not(.active):hover{
	background-color: #f57f2f;
}
.login{
	margin: 0;
	vertical-align: middle;
	background-image: url('../images/login.png');
}
.lang{
	width: 35px;
	height: 31px;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
	background-image: none;
}
.lang.active{
	cursor: default;
}
header .bottom .inline-block{
	width: 80px;
	margin: 0 4px 0 0;
	text-align: right;
	white-space: normal;
	vertical-align: middle;
}
.language{
	text-align: right !important;
}
.lang-switch{
	display: none;
	position: absolute;
	right: 0;
	top: 31px;
}
.lang-switch li{
	margin: 2px 0 0;
}
.language .relative:hover .lang-switch{
	display: block;
}
/* header off */

/* content */
main{
	padding: 0 0 240px;
}
.slider{
	overflow: hidden;
	width: 100%;
	height: 259px;
	margin: 0 0 22px;
	-webkit-box-shadow: 0 1px 13px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 13px rgba(0,0,0,0.2);
	box-shadow: 0 1px 13px rgba(0,0,0,0.2);
}
#paginator{
	position: absolute;
	z-index: 5;
	right: 26px;
	bottom: 17px;
}
#paginator a{
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 0 0 4px;
	background: #000;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
#paginator a:first-child{
	margin: 0;
}
#paginator a.selected,
#paginator a:hover{
	background: #f57f2f;
}
#paginator span{
	display: none;
}
.item-slider{
	height: 280px;
	margin: 0 1px 50px;
	-webkit-box-shadow: 0 2px 9px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 9px rgba(0,0,0,0.2);
	box-shadow: 0 2px 9px rgba(0,0,0,0.2);
}
.item-slider .overflow.active,
.news-slider .overflow.active{
	overflow: hidden;
}
.item-slider .caroufredsel_wrapper{
	left: -1px !important;
}
.item-slider li{
	width: 238px;
	height: 280px;
	margin: 0 1px;
	background: #fff;
}
.slider-item .info{
	padding: 12px;
}
.slider-item .info h2{
	height: 21px;
	font-size: 16px;
	font-weight: bold;
	color: #006f51;
	margin: 0 0 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.slider-item .info .txt{
	height: 64px;
	margin: 0 0 20px;
	overflow: hidden;
}
.slider-item .info .more,
.slider-item .info .date{
	font-size: 10px;
	font-style: italic;
	color: #898989;
	text-decoration: none;
}
.slider-item .info .more:hover{
	color: #006f51;
}
.slider-nav{
	cursor: pointer;
	position: absolute;
	z-index: 5;
	top: 50%;
	margin-top: -6px;
}
#prev{
	left: -20px;
}
#next{
	right: -20px;
}
#prev,
#next{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}
#prev:hover,
#next:hover{
	filter: none;
    -webkit-filter: none;
}
main .background{
	padding: 0 0 50px;
	border-top: solid 1px #b7b7b7;
	border-bottom: solid 1px #b7b7b7;
	background: url('../images/bg-inside.jpg');
	-webkit-box-shadow: 0 -1px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 -1px 5px rgba(0,0,0,0.1);
	box-shadow: 0 -1px 5px rgba(0,0,0,0.1);
}
.pine{
	margin: -26px 0 20px;
}
main .background h2{
	font-size: 20px;
	margin: 0 0 30px;
}
main .background h2 small{
	vertical-align: middle;
	margin: 0 12px;
}
main .white-block{
	padding: 65px 0;
	background: #fff;
}
.vendors{
	overflow: hidden;
}
.vendors table{
	margin: -4px;
	border-spacing: 4px;
}
.vendors .brand-cell{
	overflow: hidden;
}
.vendors .over,
.element .over{
	position: absolute;
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
	background: #f57f2f;
}
.element .over{
	background: rgba(99,99,99,0.8);
}
.vendors td:hover .over,
.element:hover .over{
	top: 0;
}
.vendors .td{
	width: 237px;
	height: 140px;
	padding: 20px 0 0;
}
.vendors td[colspan='2'] .td{
	width: 478px;
}
.vendors td .brand-cell{
	width: 237px;
	height: 237px;
}
.vendors td[colspan='2'] .brand-cell{
	width: 478px;
	height: 237px;
}
.vendors td[rowspan='2'] .brand-cell{
	width: 237px;
	height: 478px;
}
.linkto{
	display: inline-block;
	width: 145px;
	height: 32px;
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	color: #fff;
	text-decoration: none;
	border: solid 2px #fff;
}
.element .linkto{
	margin-top: 110px;
	background: #636363;
}
.linkto:hover{
	background: #898989;
}
.element .linkto:hover{
	background: #f57f2f;
}
.footer-top{
	z-index: 1;
	height: 24px;
	padding: 7px 0;
	border-top: solid 1px #b7b7b7;
	background: url('../images/bg-inside.jpg');
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,0.1);
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}
.footer-top h2{
	padding: 4px 0 0;
}
.title-error,
.error .title-normal{
	display: none;
}
.error .title-error{
	display: inline;
}
.footer-top .error h2{
	color: #c9252c;
}
.footer-top h2 img{
	margin-right: 8px;
	vertical-align: -2px;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
	-webkit-filter: brightness(-100%);
}
.footer-top .error h2 img{
	filter: none;
    -webkit-filter: none;
}
.footer-top .input{
	width: 173px;
	margin-right: 12px;
}
.footer-top ::-webkit-input-placeholder{
	color: #000;
}
.footer-top :-moz-placeholder{
	color: #000;
}
.footer-top ::-moz-placeholder{
	color: #000;
}
.footer-top :-ms-input-placeholder{
	color: #000;
}
.title-success{
	font-size: 18px;
}
.padder{
	padding: 40px 0;
}
.news-line .news-item{
	width: 460px;
	margin: 0 0 0 40px;
	background: #fff;
	-webkit-box-shadow: 0 2px 9px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 9px rgba(0,0,0,0.2);
	box-shadow: 0 2px 9px rgba(0,0,0,0.2);
}
.news-line .news-item:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	content: ' ';
	background: #f57f2f;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.news-line .news-item:hover:before{
	height: 10px;
}
.news-line .clear~li .news-item{
	margin-top: 40px;
}
.news-line li:first-child .news-item,
.news-line .clear+li .news-item{
	margin-left: 0;
}
.news-line .info{
	padding: 20px;
}
.news-line h2{
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: bold;
	line-height: 115%;
	color: #006f51;
}
.news-line .date,
.plaintext .date{
	margin: 0 0 10px;
	font-size: 10px;
	font-style: italic;
	color: #898989;
}
.news-line .txt{
	margin: 0 0 20px;
}
.button.diff,
.news-line .button{
	width: 106px;
	height: 36px;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.button.diff{
	width: auto;
	padding: 0 10px;
}
.pager{
	margin: 30px 0 0;
}
.padder > .pager:first-child{
	margin: -10px 0 10px;
}
.news-slider~.pager{
	margin: 30px 0 50px;
}
.pager li,
.pager a{
	display: block;
	height: 15px;
	line-height: 14px;
	text-decoration: none;
}
.pager a{
	min-width: 11px;
	padding: 0 2px;
}
.pager li{
	color: #464646;
}
.pager li:hover,
.pager li.active{
	color: #fff;
	background: #f57f2f;
}
.pager li.active a{
	cursor: default;
}
.pager li.prev,
.pager li.next{
	font-size: 20px;
}
.pager li.prev{
	margin-right: 4px;
}
.pager li.prev{
	margin-left: 4px;
}
.plaintext .buttons{
	padding: 20px 0 0;
}
.plaintext .buttons .left{
	position: absolute;
	left: 0;
}
.plaintext .buttons .right{
	position: absolute;
	right: 0;
}
.social-share{
	padding: 20px 0 0;
}
.social-share h2{	
	font-family: 'Helios', Tahoma, Arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 100%;
	color: #959595;
	text-transform: none;
}
.social-share table{
	margin: 20px 0 0;
}
.social-share .table{
	margin: 0;
}
.social-share table,
.social-share .table{
	width: 100%;
	border: 0 none;
}
.social-share th,
.social-share td{
	padding: 10px 24px;
	white-space: nowrap;
}
.social-share td *{
	vertical-align: middle;
}
.social-share th{
	font-size: 17px;
	font-weight: normal;
	line-height: 120%;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.35);
}
.social-share th .big{
	font-size: 21px;
}
.social-share .table .td{
	border: 0 none;
	background: none;
}
.social-share th.facebook{
	background: #2c5c9b;
}
.social-share th.vkontakte{
	background: #266d96;
}
.social-share th.twitter{
	background: #1c9dc4;
}
.social-share th.googleplus{
	background: #ef4028;
}
.social-share td.facebook{
	background: #aab9d9;
}
.social-share td.vkontakte{
	background: #aec0d4;
}
.social-share td.twitter{
	background: #9cd8e9;
}
.social-share td.googleplus{
	background: #f8afa4;
}
.social-share .table .img{
	padding-right: 10px;
}
.social-share .table .txt{
	text-align: left;
}
.social-button{
	height: 28px;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.35); 
	border: solid 1px #344b8c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -15px 15px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 -15px 15px rgba(0,0,0,0.2);
	box-shadow: inset 0 -15px 15px rgba(0,0,0,0.2);
}
.social-button:hover{
	-webkit-box-shadow: inset 0 -15px 15px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0 -15px 15px rgba(0,0,0,0.4);
	box-shadow: inset 0 -15px 15px rgba(0,0,0,0.4);
}
.social-button:active{
	-webkit-box-shadow: inset 0 15px 15px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0 15px 15px rgba(0,0,0,0.4);
	box-shadow: inset 0 15px 15px rgba(0,0,0,0.4);
}
.facebook .social-button{
	background: #4865b8;
}
.vkontakte .social-button{
	background: #4f77a2;
}
.twitter .social-button,
.googleplus .social-button{
	color: #7d7d7d;
	text-shadow: none;
	border-color: #ccc;
	background: #fafafa;
	-webkit-box-shadow: inset 0 -15px 15px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 -15px 15px rgba(0,0,0,0.1);
	box-shadow: inset 0 -15px 15px rgba(0,0,0,0.1);
}
.twitter .social-button:hover,
.googleplus .social-button:hover{
	-webkit-box-shadow: inset 0 -15px 15px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -15px 15px rgba(0,0,0,0.15);
	box-shadow: inset 0 -15px 15px rgba(0,0,0,0.15);
}
.twitter .social-button:active,
.googleplus .social-button:active{
	-webkit-box-shadow: inset 0 15px 15px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 15px 15px rgba(0,0,0,0.15);
	box-shadow: inset 0 15px 15px rgba(0,0,0,0.15);
}
.social-button .td{
	height: 28px;
}
.social-button .img{
	padding-right: 10px;
}
.social-button .img img{
	position: relative;
	top: 1px;
}
.social-button .txt{
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}
.social-share .counter{
	margin: 0 0 0 10px;
	font-size: 14px;
	line-height: normal;
	color: #898989;
	border: solid 1px #898f9c;
	background: #fff;
}
.social-share .counter:before{
	position: absolute;
	left: -4px;
	top: 50%;
	width: 4px;
	height: 7px;
	margin: -4px 0 0;
	content: ' ';
	background: url('../images/angle.png') no-repeat center center;
}
.social-share .counter .td{
	padding: 0 10px;
	height: 24px;
}
.news-slider .overflow{
	width: 940px;
	margin: 0 auto;
}
.news-slider .caroufredsel_wrapper{
	margin-left: -10px !important;
}
.news-slider li{
	width: 460px;
	padding: 10px;
}
.news-slider li .news-item{
	margin: 0;
}
.news-slider .slider-nav{
	padding: 10px;
	margin-top: -41px;
	background: #848484;
}
.news-slider #prev{
	left: -17px;
}
.news-slider #next{
	right: -17px;
}
.news-slider #prev,
.news-slider #next{
	filter: none;
    -webkit-filter: none;
}
.news-slider #prev:hover,
.news-slider #next:hover{
	background: #f57f2f;
}
.left-icons-block{
	width: 0;
	height: 0;
}
.left-icons-block ul{
	position: absolute;
	right: 100%;
	top: 44px;
}
.left-icons-block ul li{
	width: 33px;
	height: 32px;
	background: #fff;
}
.left-icons-block ul li:hover img{
	opacity: 0.75;
}
.pop-quote{
	display: none;
	position: absolute;
	right: 15px;
	bottom: 20px;
	width: 87px;
	height: 65px;
	padding: 14px 0 0;
	font-size: 13px;
	line-height: normal;
	background: url('../images/send.png') no-repeat center top;
}
.left-icons-block ul li:hover .pop-quote{
	display: block;
}
.pop-quote a{
	text-decoration: none;
}
.pop-quote a:hover{
	text-decoration: underline;
}
.shadow-img{
	-webkit-box-shadow: 0 2px 9px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 9px rgba(0,0,0,0.2);
	box-shadow: 0 2px 9px rgba(0,0,0,0.2);
}
main > .inside > .plaintext.team{
	padding-top: 20px;
	padding-bottom: 10px;
	-webkit-box-shadow: 0 2px 9px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 9px rgba(0,0,0,0.2);
	box-shadow: 0 2px 9px rgba(0,0,0,0.2);
}
.team table{
	width: 100%;
	font-weight: bold;
	color: #0855a3;
}
.team table li.active{
	color: #000;
}
.team table li.active a{	
	cursor: default;
	text-decoration: none;
}
.vacancy{
	width: 100%;
	border-spacing: 20px 0;
	table-layout: fixed;
	margin: -20px 0 50px -20px;
}
.vacancy .info{
	width: 510px;
	padding: 20px;
	text-align: left;
	vertical-align: top;
	background: #fff;
	-webkit-box-shadow: 0 2px 9px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 9px rgba(0,0,0,0.2);
	box-shadow: 0 2px 9px rgba(0,0,0,0.2);
}
.vacancy .info > div > *:last-child,
.brand .plaintext *:last-child{
	margin: 0;
}
.brand .plaintext > *:nth-last-child(2){
	margin-bottom: 10px;
}
.vacancy-form{
	width: 350px;
	padding: 20px;
	text-align: left;
	vertical-align: top;
	background: #fff;
	-webkit-box-shadow: 0 2px 9px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 9px rgba(0,0,0,0.2);
	box-shadow: 0 2px 9px rgba(0,0,0,0.2);
}
.brand,
.brand-block,
.contact-block{
	margin: 0 0 20px;
	padding: 20px;
	background: #fff;
	-webkit-box-shadow: 0 2px 9px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 9px rgba(0,0,0,0.2);
	box-shadow: 0 2px 9px rgba(0,0,0,0.2);
}
.contact-block{
	padding: 40px 30px 40px 40px;
	margin: 0 0 50px;
}
.brand .info{
	width: 216px;
	padding: 6px 0 120px;
}
.brand .info .bottom{
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 100%;
}
.brand-link{
	padding: 0 0 20px;
	font-size: 12px;
	color: #636363;
}
.brand-link .link{
	font-size: 14px;
	font-weight: bold;
}
.brand-socials{
	font-size: 12px;
	color: #636363;
}
.brand-socials .img li{
	width: 28px;
	height: 27px;
	margin: 4px 0 0 9px;
}
.brand-socials .img li:first-child{
	margin-left: 0;
}
.brand-socials .img li a:before{
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: ' ';
	background: rgba(0,0,0,0.5);
	-webkit-border-radius: 100%;	
	-moz-border-radius: 100%;	
	border-radius: 100%;	
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.brand-socials .img li a:hover:before{
	opacity: 1;
}
.brand .plaintext{
	width: 674px;
}
.brand-block{
	padding: 20px 50px;
	margin: 0 0 50px;
}
.brand-slider{
	height: 278px;
	margin: 20px 0 0;
}
.brand-slider .overflow{
	overflow: hidden;
	width: 861px;
	height: 278px;
}
.brand-slider li{
	margin: 0 18px 0 0;
	padding: 8px 0;
	border: solid 1px #898989;
	border-left: 0 none;
	border-right: 0 none;
}
.brand-slider li{
	width: 275px;
	height: 260px;
}
.brand-slider li .element{
	overflow: hidden;
	width: 255px;
	height: 220px;
	padding: 40px 10px 0;
	margin: 0;
}
.brand-slider li .element .img{
	width: 255px;
	height: 220px;
}
.brand-slider li:before,
.brand-slider li:after{
	position: absolute;
	content: ' ';
}
.brand-slider li:before{
	left: 0;
	top: -1px;
	width: 37px;
	height: 4px;
	background: #f57f2f;
}
.brand-slider li:after{
	right: 0;
	bottom: -1px;
	width: 9px;
	height: 5px;
	background: url('../images/element-bottom.png') no-repeat right bottom;
}
.brand-slider h3{
	position: absolute;
	left: 10px;
	right: 10px;
	top: 8px;
	font-size: 14px;
	font-weight: bold;
	color: #636363;
}
.brand-slider #prev{
	left: -40px;
}
.brand-slider #next{
	right: -40px;
}
.brand-slider .slider-nav{
	margin-top: -15px;
	padding: 6px 10px 7px;
	background: #898989;
}
.brand-slider .slider-nav:hover{
	background: #f57f2f;
}
.brand-block .bottom{
	padding: 20px 0 0;
}
.brand-block .bottom .button{
	width: auto;
	height: 34px;
	padding: 0 10px;
	font-size: 16px;
	font-weight: bold;
	text-shadow: none;
	border: solid 2px #fff;
	outline: solid 2px #f57f2f;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.brand-block .bottom .button .td{
	padding-top: 2px;
}
.brand-block .bottom .button:hover{
	outline-color: #898989;
	background: #898989 !important;
}
.service{
	padding: 40px 0 50px;
}
.service .tab-nav ul{
	width: 964px;
	margin: 0 0 0 -2px;
	border-spacing: 2px 0;
}
.service .tab-nav .td{
	cursor: pointer;
	width: 1000px;
	height: 40px;
	font-size: 16px;
	color: #fff;
	border-top: solid 2px transparent;
	background: #898989;
}
.service .tab-nav .td.active{
	cursor: default;
}
.service .tab-nav .td.active,
.service .tab-nav .td:hover{
	border-top-color: #000;
	background: #f57f2f;
}
.service .tab-nav .td img{
	vertical-align: -3px;
	margin: 0 8px 0 0;
}
.service .plaintext{
	padding: 20px;
	background: #fff;
	-webkit-box-shadow: 0 2px 9px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 9px rgba(0,0,0,0.2);
	box-shadow: 0 2px 9px rgba(0,0,0,0.2);
}
.service .plaintext .tab > *:last-child{
	margin-bottom: 0;
}
.service .tab{
	display: none;
}
.contact-block .contacts{
	color: #636363;
}
.contacts-form{
	width: 580px;
}
.contacts-form .title{
	margin: 0 10px;
}
.contacts-form table{
	width: 100%;
	font-size: 0;
	border-spacing: 10px;
}
.contacts-form .input-box{
	border-spacing: 0;
}
.contacts-form table tr:last-child td{
	text-align: right;
}
/* content off */

/* footer */
footer{
	min-width: 960px;
	height: 239px;
	margin: -240px 0 0;
	border-top: solid 1px #b7b7b7;
	background: #f57f2f;
}
footer .table{
	padding: 37px 0 0;
	color: #fff;
}
footer .table .td{
	vertical-align: top;
	height: 120px;
	padding: 0 20px;
	text-align: left;
	border-left: solid 1px #fff;
}
footer .table .td.center{
	text-align: center;
}
footer .table .td:first-child{
	border: 0 none;
}
footer .logo{
	margin: 0 0 10px;
}
footer .slogan{
	width: 180px;
	font-size: 12px;
}
footer nav{
	font-size: 15px;
	font-weight: bold;
	white-space: nowrap;
}
footer nav li{
	margin: 2px 0 0 17px;
}
footer nav li:first-child{
	margin-top: 0;
}
footer nav a{
	text-decoration: none;
}
footer nav li.active a,
footer nav > ul > li > .inline-block span{
	cursor: default;
}
footer nav > ul > li > a:before,
footer nav > ul > li > .inline-block a:before,
footer nav > ul > li > .inline-block span:before{
	opacity: 0;
	position: absolute;
	margin: 2px 0 0 -17px;
	font-size: 13px;
	font-weight: normal;
	content: '■';
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
footer nav > ul > li > a:hover:before,
footer nav > ul > li.active > a:before,
footer nav > ul > li > .inline-block span:hover:before,
footer nav > ul > li > .inline-block:hover span:before{
	opacity: 1;
}
footer .linkto{
	width: auto;
	padding: 3px 12px 1px;
	font-size: 16px;
	white-space: nowrap;
}
footer .linkto img{
	margin: 0 8px 0 0;
	vertical-align: middle;
}
.socials{
	padding: 28px 0 0;
}
.socials li{
	margin: 0 0 0 15px;
}
.socials li:first-child{
	margin: 0;
}
.socials img{
	opacity: 1;
}
.socials img:first-child{
	opacity: 0;
	position: absolute;
}
.socials a:hover img{
	opacity: 0;
}
.socials a:hover img:first-child{
	opacity: 1;
}
.contacts .font{
	font-size: 15px;
}
.contacts li{
	width: 180px;
	margin: 10px 0 0 24px;
}
.contacts li:first-child{
	margin-top: 0;
}
.contacts a{
	text-decoration: none;
}
.contacts a:hover{
	text-decoration: underline;
}
.contacts img{
	position: absolute;
	margin: 0 0 0 -24px;
}
.contacts .font img{
	margin-top: -5px;
}
.copy{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 13px 0;
	font-size: 12px;
	color: #fff;
	-webkit-box-shadow: 0 -3px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 -3px 3px rgba(0,0,0,0.1);
	box-shadow: 0 -3px 3px rgba(0,0,0,0.1);
}
/* footer off */

/* popup & vacancy form */
.form-fancy .fancybox-skin{
	position: relative;
	color: #000;
	text-shadow: none;
	border-top: solid 10px #f57f2f;
	background: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.form-fancy .fancybox-close{
	display: none !important;
}
.feedback-form{
	width: 640px;
}
.popup.feedback-form h3,
.vacancy-form h3,
.brand-block h2,
.after-send h3{
	font-size: 32px;
	font-weight: bold;
}
.brand-block h2{
	font-size: 24px;
}
.vacancy-form h3{
	font-size: 18px;
	color: #636363;
	margin: 0 0 20px;
}
.popup.feedback-form h3 small,
.vacancy-form h3 small,
.brand-block h2 small{
	margin: 0 8px;
	font-size: 20px;
	font-weight: normal;
	vertical-align: 5px;
}
.vacancy-form h3 small{
	font-sizE: 14px;
	vertical-align: 2px;
}
.brand-block h2 small{
	font-sizE: 18px;
	vertical-align: 2px;
}
.popup .before-send table td{
	padding: 6px 0 0 5px;
	vertical-align: top;
}
.vacancy-form table td{
	padding: 9px 0 0;
	vertical-align: top;
}
.vacancy-form table tr:first-child td{
	padding-top: 0;
}
.popup .before-send table td:first-child{
	padding-left: 0;
}
.addFile{
	width: 156px;
}
.vacancy-form .addFile{
	width: 170px;
}
.popup .before-send .button,
.vacancy-form .before-send .button{
	font-size: 14px;
}
.popup .before-send .button .td,
.vacancy-form .before-send .button .td{
	padding: 2px 0 0;
	text-align: left;
}
.popup .before-send .addFile .td:first-child,
.vacancy-form .before-send .addFile .td:first-child{
	width: 10px;
	padding: 2px 6px 0;
}
.popup .before-send .files,
.vacancy-form .before-send .files{
	padding: 10px 0 0;
}
.popup .before-send .fileName,
.vacancy-form .before-send .fileName{
	display: inline-block;
	max-width: 196px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
}
.popup .before-send .removeFile,
.vacancy-form .before-send .removeFile{
	cursor: pointer;
	position: relative;
	top: -5px;
	font-size: 12px;
	vertical-align: top;
	color: #f00;
}
.after-send{
	display: none;
	text-align: center;
}
.after-send .td{
	width: 1000px;
}
.after-send p{
	margin: 0;
}
.popup .after-send .td{
	width: 640px;
	height: 267px;
}
.vacancy-form table tr:last-child td:last-child{
	text-align: right;
}
.contacts-form .input-box,
.vacancy-form .input-box{
	border: solid 1px #d3d3d3;
	border-left-color: #b7b7b7;
	border-top-color: #b7b7b7;
	background: #f8f8f8;
}
.contacts-form .input-box{
	background: #fff;
}
/* popup & vacancy form off */

/* 404 */
.table-404{
	display: inline-table;
	border-spacing: 10px;
	table-layout: fixed;
	font-size: 18px;
	color: #fff;
}
.table-404 td{
    font-family: 'HeliosCond';
	width: 147px;
	height: 106px;
	padding: 25px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: center center;
}
.table-404 td[colspan='2']{
	width: 354px;
}
.table-404 td.relative a{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 197px;
	height: 156px;
}
.search404{
	background-color: #2ba3af;
}
.search404:hover{
	color: #2ba3af;
	background-color: #fff;
}
.pageback{
	cursor: pointer;
	font-size: 16px;
	vertical-align: bottom;
	background-color: #ca3a55;
	background-image: url('../images/back.png');
}
.pageback:hover{
	color: #ca3a55;
	background-color: #fff;
	background-image: url('../images/back-over.png');
}
.pagemain{
	cursor: pointer;
	font-size: 16px;
	vertical-align: bottom;
	background-color: #ec7f35;
	background-image: url('../images/logo404.png');
}
.pagemain:hover{
	color: #ec7f35;
	background-color: #fff;
	background-image: url('../images/logo404-over.png');
}
.n1,.n2,.n3,.n4{
	font-size: 75px;
}
.n1,.n3{
	background-color: #7ea534;
}
.n1:hover,.n3:hover{
	color: #7ea534;
	background-color: #fff;
}
.n2{
	background-color: #2ba3af;
}
.n2:hover{
	color: #2ba3af;
	background-color: #fff;
}
.n4{
	background-color: #7b99af;
}
.n4:hover{
	color: #7b99af;
	background-color: #fff;
}
.fb404{
	cursor: pointer;
	background-color: #385386;
	background-image: url('../images/fb404.png');
}
.fb404:hover{
	background-color: #fff;
	background-image: url('../images/fb404-over.png');
}
.vk404{
	cursor: pointer;
	background-color: #4a809e;
	background-image: url('../images/vk404.png');
}
.vk404:hover{
	background-color: #fff;
	background-image: url('../images/vk404-over.png');
}
.info404{
	background-color: #ca3a55;
}
.info404:hover{
	color: #ca3a55;
	background-color: #fff;
}
.table-404 h1{
	font-size: 35px;
	line-height: 100%;
	margin: 0 0 10px;
}
.table-404 .searchit{
	font-size: 16px;
	margin: 0 0 10px;
}
.table-404 .search *{
	vertical-align: top;
}
.table-404 .search .input{
	display: block;
	width: 100%;
	padding-right: 42px;
	box-sizing: border-box;
	border-top-color: #58595b;
	border-left-color: #828282;
	border-bottom-color: #e1e1e1;
}
.table-404 .search input[type='text']{
	height: 30px;
    font-family: 'Helios';
	font-size: 14px;
	font-weight: normal;
	color: #636363;
}
.table-404 .search ::-webkit-input-placeholder{
	color: #636363;
}
.table-404 .search :-moz-placeholder{
	color: #636363;
}
.table-404 .search ::-moz-placeholder{
	color: #636363;
}
.table-404 .search :-ms-input-placeholder{
	color: #636363;
}
.table-404 .search input[type='submit']{
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
	height: 32px;
	background-color: #636363;
}
.table-404 .search input[type='submit']:hover{
	background-color: #f57f2f;
}
/* 404 off */

















/* eof */