@charset "UTF-8";  
@font-face{
    font-family: 'EuropeC';
    src: url('../fonts/europec.eot');
    src: url('../fonts/europec.eot?#iefix') format('embedded-opentype'),
         url('../fonts/europec.woff') format('woff'),
         url('../fonts/europec.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'EuropeC';
    src: url('../fonts/europecitalic.eot');
    src: url('../fonts/europecitalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/europecitalic.woff') format('woff'),
         url('../fonts/europecitalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face{
    font-family: 'EuropeC';
    src: url('../fonts/europecbold.eot');
    src: url('../fonts/europecbold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/europecbold.woff') format('woff'),
         url('../fonts/europecbold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face{
    font-family: 'EuropeC';
    src: url('../fonts/europecbolditalic.eot');
    src: url('../fonts/europecbolditalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/europecbolditalic.woff') format('woff'),
         url('../fonts/europecbolditalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
/* 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{
	margin: 0;
	padding: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,main{
	display: block;
}
table{
	border-spacing: 0;
}
img{
	border: none;
}
ul 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{
	outline: none;
}
.error::-webkit-input-placeholder{
	color: #f00;
}
.error:-moz-placeholder{
	color: #f00;
}
.error::-moz-placeholder{
	color: #f00;
}
.error:-ms-input-placeholder{
	color: #error;
}
:focus::-webkit-input-placeholder,
.error:focus::-webkit-input-placeholder{
	color: transparent;
}
:focus:-moz-placeholder,
.error:focus:-moz-placeholder{
	color: transparent;
}
:focus::-moz-placeholder,
.error:focus::-moz-placeholder{
	color: transparent;
}
:focus:-ms-input-placeholder,
.error:focus:-ms-input-placeholder{
	color: transparent;
}
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: 'EuropeC', sans-serif;
	color: #58585a;
	font-size: 16px;
}
.font{
	font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
}
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{
	display: inline-block;
	width: 100%;
	height: 16px;
	padding: 3px 0 4px;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	border: 0 none;
	background: #fff;
}
textarea{
	height: 96px;
	resize: none;
}
select{
	position: relative;
	z-index: 1;
	cursor: pointer;
	width: 100%;
	height: 23px;
	padding: 3px 0 5px 3px;
	color: #000;
	border: 0 none;
	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 #b7b7b7;
	border-right: solid 1px #d3d3d3;
	border-bottom: solid 1px #d3d3d3;
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.input{
	display: inline-block;
	padding: 0 6px;
	border: solid 1px #777;
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
form .error{
	color: #f00;
	font-weight: bold;
	background: url('../images/error.png') no-repeat right center;
}
form .textarea .error{
	background-position: right 6px top 4px;
}
form .select .error{
	background-position: right 37px center;
}
.input.textarea{
	padding-right: 0;
}
.input.select{
	position: relative;
	padding: 0;
}
.input.select:after{
	pointer-events: none;
	position: absolute;
	width: 27px;
	height: 21px;
	padding: 6px 0 0;
	right: 0;
	top: 0;
	color: #fff;
	text-align: center;
	font-size: 11px;
	content: '▼';
	background: #bdbdbd;
}
.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{
	font-size: 0;
	line-height: 0;
}
.input-box .img img{
	max-width: none;
	max-height: none;
}
.input-box.valign > *{
	vertical-align: top;
}
.input-box.valign .img{
	padding-top: 4px;
}
.button{
	cursor: pointer;
	display: inline-block;
	width: 104px;
	height: 25px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	line-height: 24px;
	color: #fff;
	border: 0 none;
	vertical-align: top;
	text-shadow: 0 1px 1px rgba(0,0,0,0.25);
	text-transform: uppercase;
	background: #006f51;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 0 #234b22;
	-moz-box-shadow: 0 1px 0 #234b22;
	box-shadow: 0 1px 0 #234b22;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.button:hover{
	background: #f47d31;
}
.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 #a9a28e;
	border-bottom: solid 1px #cfcabc;
	height: 0;
	margin: 0 0 1px;
	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%;
}
/* off */

/* text */
.plaintext h1,
h1.title{
	margin: 0 0 20px;
	font-size: 26px;
	line-height: 120%;
	color: #464c28;
}
.plaintext h2,
h2.title{
	margin: 0 0 20px;
	font-size: 22px;
	line-height: 120%;
}
.plaintext h3,
h3.title{
	padding: 0 0 4px;
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 120%;
	color: #738716;
	border-bottom: solid 1px #738716;
}
.plaintext p,
.plaintext img{
	margin: 0 0 20px;
}
.plaintext img[style*='float:left'],
.plaintext img[style*='float: left']{
	margin: 0 20px 20px 0 !important;
}
.plaintext img[style*='float:right'],
.plaintext img[style*='float: right']{
	margin: 0 0 20px 20px !important;
}
.plaintext ol,
.plaintext ul{
	padding: 0 20px 20px;
}
.plaintext ol ol li{
	list-style: lower-alpha;
}
.plaintext ul li,
.plaintext ol ul li{
	list-style: disc;
}
.plaintext table{
	margin: 0 0 20px;
}
/* off */

#up2top{
	display: none;
	cursor: pointer;
	position: fixed;
	left: 50%;
	bottom: 20px;
	margin-left: 500px;
}
/*	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{
	filter: none;
    -webkit-filter: none;
}*/
.fancybox-margin #up2top{
	margin-left: 493px;
}
#wrapper{
	overflow: hidden;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #fff;
}
.inside{
	width: 940px;
	margin: 0 auto;
}
/* header */
header{
	border-top: solid 14px #f2f2f2;
	padding: 32px 0;
}
header .info{
	width: 472px;
	font-size: 16px;
	color: #585858;
}
header .info .hr{
	display: block;
	width: 296px;
	height: 0;
	margin: 10px auto;
	border: 0 none;
	border-top: solid 1px #f00;
}
/* header off */

/* content */
main{
	padding: 0 0 25px;
}
.gray-bg{
	background: #f2f2f2;
}
.map{
	border: solid 1px #fff;
}
.uc .block{
	padding: 20px 0;
}
.uc .contacts{
	padding: 0 30px 0 0;
	margin: 0 472px 0 0;
}
.uc h2{
	font-size: 16px;
	margin: 0 0 12px;
}
.uc .contacts h3{
	font-size: 20px;
	margin: 0 0 14px;
}
.uc .contacts h3 .td{
	width: 0;
	white-space: nowrap;
}
.uc .contacts h3 .td:first-child{
	padding-right: 4px;
}
.uc .contacts h3 .line{
	width: 100%;
	vertical-align: bottom;
}
.uc .contacts h3 .line span{
	display: block;
	margin: 0 0 5px;
	border-bottom: solid 1px #c7c8ca;
}
.uc .contacts li{
	padding: 0 0 8px;
	font-size: 16px;
	line-height: normal;
	white-space: nowrap;
}
.uc .contacts li .txt{
	padding: 0 0 12px 54px;
}
.uc .contacts li:last-child,
.uc .contacts li:last-child .txt{
	padding-bottom: 0;
}
.uc .contacts li a{
	text-decoration: none;
}
.uc .contacts li a:hover{
	text-decoration: underline;
}
.uc .contacts li .img{
	position: absolute;
	margin-left: -54px;
}
.uc .contacts table{
	width: 100%;
}
.uc .contacts table td{
	padding: 0 0 8px 4px;
}
.uc .contacts table td:first-child{
	padding-left: 0;
	padding-right: 4px;
}
.uc .contacts table td[colspan]{
	padding-left: 0;
	padding-right: 0;
}
.uc .after-send{
	font-size: 16px;
	line-height: 130%;
	color: #898989;
}
.uc .after-send .big{
	padding: 70px 0 10px;
	font-size: 32px;
	line-height: 100%;
	text-transform: uppercase;
}
.category-table{
	padding: 30px 0 0;
	width: 966px;
	margin: 0 0 0 -13px;
	table-layout: fixed;
	border-spacing: 13px;
}
.category-table td{	
	width: 204px;
	vertical-align: top;
}
.category-table td[rowspan]{
	width: auto;
	text-align: right;
	vertical-align: middle;
	color: #fff;
	background: #ed1c24;
}
.category-table td:not([rowspan]) h2,
.category-table td .font,
.category-table td[rowspan] .txt{
	display: block;
	margin-left: 20px;
	margin-right: 20px;
}
.category-table td h2{
	margin-bottom: 10px;
}
.category-table td[rowspan] h2{
	font-size: 24px;
}
.category-table .font{
	font-size: 14px;
	color: #949494;
}
.category-table .icon{
	margin: 0 0 10px;
}
.category-table td[rowspan] .line{
	position: absolute;
	left: -20px;
	top: 10px;
	border-top: solid 2px #fff;
}
.vendors-logos{
	width: 100%;
	table-layout: fixed;
}
.vendors-logos td{
	width: 33.33333%;
	padding: 30px 0;
	vertical-align: top;
}
.vendors-logos li{
	margin: 0 0 30px;
}
.vendors-logos img{
	opacity: 0.5;
	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%);
}
.vendors-logos img:hover{
	opacity: 1;
	filter: none;
    -webkit-filter: none;
}
.products{
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.img:hover .products{
	opacity: 1;
}
.products li,
.products li .td{
	width: 68px;
	height: 65px;
}
.products li{
	outline: solid 1px #fff;
	padding: 0;
	margin: 0;
	border-spacing: 0;
}
.products li .td{
	opacity: 0.75;
	background: #fff;
}
.products li:hover .td{
	opacity: 1;
}
.products li .td img{
	width: 100%;
}
/* content off */

/* footer */
footer{
	height: 25px;
	margin: -25px 0 0;
	background: #f2f2f2;
}
/* footer off */



















/* eof */