html,body {height: 100%;}
body, form{
	padding: 0;
	margin: 0;
}

body{min-height:100%}

@font-face {
    font-family: 'pf_dintext_proregular';
    src: url('../fonts/pfdintextpro-regular.eot');
    src: url('../fonts/pfdintextpro-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfdintextpro-regular.woff') format('woff'),
         url('../fonts/pfdintextpro-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pf_dintext_proregular';
    src: url('../fonts/pfdintextpro-bold.eot');
    src: url('../fonts/pfdintextpro-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfdintextpro-bold.woff') format('woff'),
         url('../fonts/pfdintextpro-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'pf_dintext_proregular';
    src: url('../fonts/pfdintextpro-bolditalic.eot');
    src: url('../fonts/pfdintextpro-bolditalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfdintextpro-bolditalic.woff') format('woff'),
         url('../fonts/pfdintextpro-bolditalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'pf_dintext_proregular';
    src: url('../fonts/pfdintextpro-italic.eot');
    src: url('../fonts/pfdintextpro-italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfdintextpro-italic.woff') format('woff'),
         url('../fonts/pfdintextpro-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'pf_dintext_promedium';
    src: url('../fonts/pfdintextpro-medium.eot');
    src: url('../fonts/pfdintextpro-medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfdintextpro-medium.woff') format('woff'),
         url('../fonts/pfdintextpro-medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pf_dintext_prolight';
    src: url('../fonts/pfdintextpro-light.eot');
    src: url('../fonts/pfdintextpro-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfdintextpro-light.woff') format('woff'),
         url('../fonts/pfdintextpro-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pf_dintext_prolight';
    src: url('../fonts/pfdintextpro-lightitalic.eot');
    src: url('../fonts/pfdintextpro-lightitalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfdintextpro-lightitalic.woff') format('woff'),
         url('../fonts/pfdintextpro-lightitalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}


a img{border: none;}
a{text-decoration: none; color: #2e3192;}
a:hover{text-decoration: underline;}
.clear{clear: both; height: 0px;}
input, textarea{outline: none;}
textarea{resize: none;}
input[type=text], input[type=password]{overflow: hidden;}
p{
	margin: 0;
	margin-bottom: 10px;
	line-height: 1.2em;
	text-align: justify;
	-webkit-appearance: none;
}

#container, input, textarea, .fancybox-skin, #preview{
	color: #2e3192;
	font-family: pf_dintext_proregular, Arial, sans-serif;
	font-size: 18px;
}

pre{font-size: 12px !important;}

#container{
	position: relative;
	min-height: 100%;
	overflow: hidden;
	width: 1100px;
	background: white;
	margin: 0 auto;
}

.content{
	width: 1000px;
	margin: 0 50px;
	position: relative;
}

#main .content{
	width: 960px;
	margin: 0 70px;
	padding: 35px 0;
}

#main{padding-bottom: 87px;}

table{
	border-collapse: collapse;
	margin: 5px 0;
	width: 100%;
}

h1{
	margin: 5px 0;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 33px;
	color: #2e3192;
}

h2{
	color: #2e3192;
	font-size: 22px;
	font-weight: normal;
	margin: 5px 0;
	margin-bottom: 10px;
}

.btn-white{
	display: inline-block;
	border: 2px solid #2e3192;
	padding: 5px 10px;
	border-radius: 7px;
	font-size: 20px;
}

#header{
	padding-top: 55px;
	border-bottom: 6px solid #2e3192;
	padding-bottom: 20px;
}
#header.sub{padding-bottom: 0px;}

#logo{
	display: block;
	background: url(../img/logo.png) no-repeat;
	width: 316px;
	height: 74px;
}

.topmenu{
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 11px;
	right: 0;
}

.topmenu li{
	display: block;
	border: 2px solid #2e3192;
	border-radius: 6px;
	width: 152px;
	height: 55px;
	vertical-align: middle;
	text-align: center;
	line-height: 52px;
	float: left;
	margin-left: 13px;
}

.topmenu li a{
	font-size: 20px;
	display: block;
	vertical-align: middle;
	padding: 0 10px;
	line-height: 52px;
}

.topmenu li a span{
	line-height: 23px;
	display: inline-block;
	vertical-align: middle;
}
.topmenu li a:hover span{text-decoration: underline;}

.contacts-top{
	font-family: pf_dintext_promedium, Arial, sans-serif;
	text-transform: uppercase;
	position: absolute;
	top: -43px;
	right: 25px;
}
.contacts-top .phone{padding-left: 60px;}


#btn-callback{
	position: absolute;
	top: 24px;
	right: 0;
}

#sub-header{border-bottom: 6px solid #2e3192;}
#sub-header .content{
	margin-right: 0;
	width: 1050px;
}
#sub-header .right-pic{float: right;}
#sub-header .right-pic img{display: block;}

#sub-header .scheme{
	background: url(../img/bg-scheme.png) no-repeat 49px 11px;
	width: 400px;
	position: relative;
	border-top: 50px solid white;
	margin-left: 10px;
	*float: left;
}

#sub-header .scheme ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#sub-header .scheme ul.left-col li{
	font-size: 38px;
	line-height: 44px;
}

#sub-header .scheme ul.right-col{
	position: absolute;
	top: 0px;
	left: 203px;
}

#sub-header .scheme ul.right-col li{
	font-size: 26px;
	line-height: 32px;
}

#footer{
	height: 87px;
	border-top: 6px solid #2e3192;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	font-family: pf_dintext_promedium, Arial, sans-serif;
}

#footer .copy{
	font-size: 17px;
	padding-top: 35px;
}

#footer .contacts-bottom{
	position: absolute;
	top: 35px;
	right: 25px;
	text-transform: uppercase;
}

#footer .contacts-bottom .phone{padding-left: 60px;}

.searching{
	border: 2px solid #2e3192;
	width: 480px;
	height: 35px;
	border-radius: 6px;
	position: relative;
	float: left;
	margin-bottom: 20px;
}

.searching .btn{
	font-family: pf_dintext_promedium, Arial, sans-serif;
	border: 2px solid #2e3192;
	border-radius: 6px;
	background: white;
	height: 39px;
	width: 77px;
	padding: 0;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	line-height: 37px;
	position: absolute;
	top: -2px;
	right: -2px;
	cursor: pointer;
	display:block;
    padding: 0px 7px;
	-webkit-appearance: none;
}

.searching input[type=text]{
	padding: 0;
	margin: 0;
	background: white;
	border: none;
	margin: 6px 11px;
	width: 370px;
	position: absolute;
	top: 0;
	left: 0;
}

.searching label{
	position: absolute;
	top: 7px;
	left: 11px;
	cursor: text;
	font-family: pf_dintext_prolight, Arial, sans-serif;
	font-style: italic;
	color: #98aab8;
}

.cart-block{
	float: right;
	margin-top: 6px;
	margin-bottom: 20px;
}

.cart-block .viewd{
	background: url(../img/ico-star.png) no-repeat center right;
	font-size: 21px;
	padding-right: 26px;
	display: inline-block;
	min-height: 17px;
}

.cart-block .basket{
	font-size: 21px;
	display: inline-block;
	background: url(../img/ico-basket.png) no-repeat 80px 50%;
	margin-left: 60px;
}

.cart-block .basket span{
	padding-left: 52px;
	display: inline-block;
	text-decoration: none;
}

.catalog-sections{
	margin-top: 30px;
	margin-right: -28px;
	*width: 1000px;
}

.catalog-sections .section{
	width: 220px;
	height: 130px;
	display: block;
	margin-right: 27px;
	margin-bottom: 26px;
	background: #2e3192;
	border-radius: 10px;
	position: relative;
	float: left;
}

.catalog-sections .section img{
	position: absolute;
	top: 0;
	right: 0;
}

.catalog-sections .section span{
	font-size: 21px;
	color: white;
	position: absolute;
	bottom: 10px;
	left: 15px;
	width: 192px;
}
.catalog-sections .section:hover span{text-decoration: underline;}

.catalog-sections .section.right{float: right;}

.actions{
	margin-top: 20px;
	border-top: 6px solid #2e3192;
	margin-left: -50px;
	margin-right: -50px;
}
.actions .bann{
	float: right;
	/*margin-right: -50px;*/
}
.actions .bann img{display: block;}
.actions .prices{margin-left: 50px;}

.actions .prices a{
	display: block;
	float: left;
	color: #178cf0;
	text-align: center;
	width: 85px;
	padding-top: 85px;
	margin-left: 50px;
	margin-top: 26px;
}

.actions .prices a.pdf{background: url(../img/ico-pdf2.png) no-repeat;}
.actions .prices a.xls{	background: url(../img/ico-xls2.png) no-repeat;}

.actions .prices a span{
	display: block;
	width: 72px;
}

.bc{margin-bottom: 20px;}
.bc, .bc a{
	text-transform: uppercase;
	font-family: pf_dintext_promedium, Arial, sans-serif;
}

.bc > *{
	vertical-align: middle;
}

.bc .arr{
	display: inline-block;
	background: url(../img/ico-arr.png) no-repeat;
	width: 12px;
	height: 14px;
	vertical-align: middle;
	margin: 0 5px;
}

.bc .first{color: #178cf0;}

.left-menu{
	width: 228px;
	text-align: center;
	float: left;
	margin-right: 35px;
}

.left-menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}

.left-menu ul li{margin-bottom: 10px;}
.left-menu ul li a{
	font-size: 21px;
	text-transform: uppercase;
}

.left-menu ul li.act a{
	font-weight: bold;
}

.left-menu ul li ul{
	border-top: 2px solid #2e3192;
	margin: 6px 0;
	padding-top: 6px;
}
.left-menu ul li ul li a{
	text-transform: none;
	font-size: 18px;
}

.main-column{overflow: hidden;}

.sections-list{
	margin-right: -35px;
	*width: 760px;
}

.sections-list .sect{
	display: block;
	float: left;
	width: 325px;
	margin-right: 35px;
	background: #2e3192;
	font-size: 25px;
	/*text-align: center;*/
	color: white;
	border-radius: 10px;
	margin-bottom: 4px;
	/*padding: 3px 0;*/
	height: 92px;
}

.sections-list .sect .img{
	float: left;
	margin-left: 7px;
	margin-top: 1px;
	height: 85px;
	vertical-align: middle;
	line-height: 85px;
	margin-right: 2px;
	width: 80px;
	text-align: center;
}

.sections-list .sect .img img{
	vertical-align: middle;
	display: inline-block;
	line-height: 85px;
}

.sections-list .sect .name{
	padding-left: 4px;
	display: block;
	overflow: hidden;
}

.element{
	padding: 10px;
	border-bottom: 2px solid #2e3192;
	margin-bottom: 10px;
}

.element .info{
	display: inline-block;
	max-width: 425px;
}

.element .info a{
	font-size: 20px;
}

.element .add-form{
	margin-top: 2px;
	float: right;
	max-width: 248px;
}

.element .pres{
	color: #178cf0;
	font-size: 16px;
	display: block;
	height: 25px;
}

.pres strong{
	font-size: 20px;
}

.element .ib{
	display: inline-block;
	vertical-align: top;
}

.add-form input.count{
	width: 40px;
	height: 23px;
	text-align: center;
	vertical-align: top;
	margin: 0;
	border: 1px solid #2e3192;
	border-radius: 5px;
}

.add-form .counted{
	display: inline-block;
}

.add-form .counted span{
	display: inline-block;
	vertical-align: top;
	background: #ddd;
	height: 25px;
	width: 25px;
	text-align: center;
	line-height: 25px;
	font-size: 25px;
	border-radius: 5px;
	border: 1px solid #2e3192;
	cursor: pointer;
}

.add-form input[type=submit]{
	vertical-align: top;
	margin-top: 0;
	background: #2e3192;
	border: none;
	border-radius: 5px;
	color: white;
	height: 27px;
	cursor: pointer;
}

.add-form .text{
	color: #aaa;
}

.product-page .add-form input[type=submit]{
	margin-top: 22px;
}

.product-page .image img {
	width: 370px;
}

.product-page .image{
	width: 370px;
	/*text-align: center;*/
	vertical-align: middle;
	min-height: 300px;
	float: left;
	margin-right: 20px;
}

.product-page .image .small-imgs{
	margin: 10px 0;
	text-align: left;
}

.product-page .image .small-imgs .img{
	margin: 2px 3px;
	display: inline-block;
	vertical-align: top;
}

.product-page .descr{
	overflow: hidden;
}

.product-page .descr .pres{
	color: #178cf0;
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
}

.product-page .prices{
	color: #b30000;
}

.similar-els{
	margin-right: -15px;
}

.similar-els .element{
	float: left;
	width: 170px;
	border: 2px solid #2e3192;
	border-radius: 5px;
	margin: 5px;
	padding: 5px;
}

.similar-els .element .name{
	font-size: 14px;
	display: inline-block;
	overflow: hidden;
	width: 170px;
	height: 51px;
}

.similar-els .element .name:hover{
	text-decoration: underline;
}

.similar-els .element .good-img{
	text-align: center;
	height: 105px;
}

.similar-els .element img{
	max-width: 100px;
	max-height: 100px;
}

.added2basket{
	text-align: center;
	max-width: 500px;
}

.added2basket h3{
	margin: 0;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.added2basket .btns a{
	margin: 10px 5px;
}

.basket-list{
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #c9c9c9;
}

.basket-list th{
	padding: 0 10px;
	min-height: 39px;
	background: #f5f5f5;
	color: #000;
	font-size: 14px;
	line-height: 39px;
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
}

.basket-list th.first{
	padding-left: 20px;
}

.basket-list td{
	border-bottom: 1px solid #e5e5e5;
	vertical-align: top;
	padding: 5px 10px;
	padding-top: 20px;
}

.basket-list td.first{
	padding-top: 5px;
}

.basket-list td.desc{
	width: 420px;
	padding-right: 30px;
}

.basket-list td.desc a{
	/*color: black;
	font-weight: bold;
	font-size: 18px;*/
}

.basket-list td.price{
	white-space: nowrap;
}

.basket-list td.price.current{
	font-weight: bold;
}

.basket-list td.quant, .basket-list td.first, .basket-list td.end, .basket-list td.price{
	text-align: center;
}

.basket-list td.bottom{
	vertical-align: bottom;
}

.basket-list td .count-inp{
	width: 40px;
	text-align: center;
	border: 1px solid #2e3192;
	border-radius: 5px;
}

.btn-submit{
	text-transform: uppercase;
	background: #2e3192;
	color: white;
	border: none;
	border-radius: 5px;
	padding: 4px 10px;
	cursor: pointer;
}
.basket-list td .btn-recalc{
	text-transform: uppercase;
	background: white;
	color: #2e3192;
	border: 1px solid #2e3192;
	border-radius: 5px;
	padding: 4px 10px;
	cursor: pointer;
}

.basket-list td.quant span{
	font-size: 12px;
	white-space: nowrap;
	color: black;
}

.basket-list .basket-delete{
	font-size: 12px;
	margin-top: 4px;
	display: inline-block;
}

.error{
	color: #ee0000;
	margin: 10px 0;
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	font-size: 12px;
	text-align: center;
}

.search-item{
	clear: both;
}

.search-item a:hover{text-decoration: underline;}
.search-item .img{
	float: left;
	margin-right: 10px;
}

.search-item .item-descr{overflow: hidden;}
.search-item .item-descr h4{margin-top: 0;}

.message{
	margin: 20px 0;
	color: #178cf0;
}

.search-result .pres{
	color: #178cf0;
	font-size: 16px;
	display: block;
	height: 25px;
	font-weight: normal;
}

.reg{
	position: relative;
}

.reg .user-fields{
	display: none;
}

.reg .user-fields.current{
	display: block;
}

.reg .head{
	font-weight: bold;
	font-size: 24px;
	padding-left: 20px;
	margin-bottom: 10px;
}

.reg .right-links{
	position: absolute;
	top: 0;
	right: 0;
}

.reg .right-links a{
	display: inline-block;
	border: 2px solid #2e3192;
	border-radius: 6px;
	text-transform: uppercase;
	background: white;
	color: #2e3192;
	padding: 4px 10px;
	margin-left: 15px;
}

.reg .user-type-select{
	margin-bottom: 20px;
}

.reg .user-type-select .user-type{
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

.reg .column{
	width: 470px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}

.reg .column.first{
	margin-right: 15px;
}

.reg .params{
	border-collapse: collapse;
	width: 100%;
}

.reg .params td{
	padding: 5px 5px;
}

.reg .req{
	color: #d50000;
}

.reg .red-link{
	color: #d50000;
	margin-left: 30px;
}

.reg .params td input[type=text], .reg .params td input[type=password]{
	width: 240px;
}

.reg .params td.label{
	width: 240px;
}

.reg .params td.label-req{
	white-space: nowrap;
}

.reg .label-data{
	padding-left: 40px;
}

.reg .big-textarea{
	width: 770px;
	vertical-align: bottom;
}

.btn-reg{
	vertical-align: bottom;
	padding: 4px 30px;
}

.successtext{
	color: green;
}

.reg .hinput{
	position: relative;
}

.reg .hinput label{
	position: absolute;
	top: 5px;
	left: 2px;
	cursor: text;
	font-family: pf_dintext_prolight, Arial, sans-serif;
	font-style: italic;
	color: #98aab8;
}

.service-text{
	color: black;
	padding-top: 70px;
}

.service-text a{
	color: black;
}

.service-text .imgs{
	float: left;
	margin-right: 70px;
	padding-top: 5px;
}

.service-text .imgs img{
	display: block;
	margin-bottom: 44px;
}

.service-text .text{
	overflow: hidden;
	width: 480px;
}

.service-text .text p{
	text-align: left;
}

.b-top {    z-index: 2600;
    position: fixed;
	cursor:pointer;
    right: 100px;
    bottom: 90px;
    width: 50px;
    height: 50px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background: url(../img/top2.png);}
	.b-top:hover{opacity: 1;}
