@charset "UTF-8";  
/* 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;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
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;
}
::-webkit-input-placeholder{
	color: #767370;
}
::-moz-input-placeholder{
	color: #767370;
}
:-moz-input-placeholder{
	color: #767370;
}
:-ms-input-placeholder{
	color: #767370;
}
.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: 12px Tahoma, sans-serif;
	color: #535353;
}
label{
	font-size: 12px;
}
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: 26px;
	margin: 0;
	padding: 0 6px;
	font-size: 12px;
	color: #000;
	border: solid 1px #496c7e;
	background: #fff url('../images/blank.png') no-repeat right center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-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: 4px 6px;
	height: 88px;
	resize: none;
}
.error{
	color: #c9252c;
	font-weight: bold;
	border-color: #c9252c;
	background: #fff url('../images/error.png') no-repeat right 4px center !important;
}
textarea,
textarea.error{
	background-position: right 4px;
	background-position: right 4px top 4px !important;
}
.button{
	cursor: pointer;
	display: inline-block;
	width: 144px;
	height: 30px;
	padding: 7px;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border: 0 none;
	background: #496c7e;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.button:hover{
	opacity: 0.75;
}
.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 #000;
	height: 0;
	margin: 0;
	padding: 0;
	background: none;
}
.table{
	display: table;
	border-spacing: 0;
	width: 100%;
}
.inline-table{
	display: inline-table;
	border-spacing: 0;
}
.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;
}
.caroufredsel_wrapper{
	cursor: url('../images/Move.cur'), auto !important;
}
/* off */

/* text */
.plaintext{
	line-height: 24px;
	text-align: justify;
}
.plaintext h1,
.plaintext h2,
.title{
	margin: 0 0 20px;
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
}
.plaintext h3{
	font-size: 14px;
	color: #000;
}
.plaintext a{
	color: #496c7e;
}
.plaintext p,
.plaintext img{
	margin: 0 0 20px;
}
.plaintext img{
	max-width: 100%;
}
.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{
	margin: 0 0 20px;
	padding: 0 17px;
}
.plaintext ol ol,
.plaintext ul ol,
.plaintext ul ol,
.plaintext ul ul{
	margin: 0;
}
.plaintext ol ol li{
	list-style: lower-alpha;
}
.plaintext ul li,
.plaintext ol ul li{
	list-style: disc;
}
.plaintext ul ul li{
	list-style: square;
}
.plaintext table{
	margin: 0 0 20px;
}
.plaintext table img{
	margin: 0;
}
.plaintext .table{
	margin: 0 0 20px;
}
.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;
}
.plaintext strong{
	color: #000;
}
/* off */

#up2top{
	opacity: 0.5;
	display: none;
	cursor: pointer;
	position: fixed;
	z-index: 200;
	left: 50%;
	bottom: 100px;
	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: 0.75;
	filter: none;
    -webkit-filter: none;
}
#wrapper{
	overflow: hidden;
	min-width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #ebe9ec url('../images/bg.jpg');
}
.inside{
	width: 960px;
	margin: 0 auto;
}
/* header */
header{
	background: #fff;
	-webkit-box-shadow: 0 0 2px 2px #d7d7d7;
	-moz-box-shadow: 0 0 2px 2px #d7d7d7;
	box-shadow: 0 0 2px 2px #d7d7d7;
}
header .top{
	color: #fff;
	background: #496c7e;
}
.nav{
	font-size: 14px;
	padding: 13px 0;
}
.nav li:before{
	float: left;
	margin: 0 14px;
	content: '―';
	font-size: 16px;
	line-height: 110%;
	color: #6a8a9b;
}
.nav li:first-child:before{
	display: none;
}
.nav li:hover,
.nav li.active{
	color: #b2c5cf;
}
.nav a{
	text-decoration: none;
}
.nav li.active a{
	cursor: default;
}
.search{
	padding: 8px 0;
}
.search input[type='text']{
	width: 222px;
	height: 26px;
	padding: 0 42px 0 8px;
	border: 0 none;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.search input[type='submit']{
	opacity: 0.75;
	position: absolute;
	right: 0;
	top: 8px;
	width: 26px;
	height: 26px;
	border: 0 none;
	background: url('../images/search.png') no-repeat center center;
}
.search input[type='submit']:hover{
	opacity: 1;
}
.logo{
	padding: 10px 0 7px;
}
.order-buttons{
	padding: 22px 124px 22px 0;
}
.order-buttons a{
	float: left;
	width: 135px;
	height: 28px;
	padding: 28px 0 0;
	color: #496c7e;
	text-decoration: none;
	background: transparent no-repeat center bottom;
}
.order-buttons a:hover{
	opacity: 0.75;
}
.order-buttons .order-button{
	background-image: url('../images/order-bg.png');
}
.order-buttons .calc-button{
	margin: 0 0 0 24px;
	background-image: url('../images/calc-bg.png');
}
header .phone{
	padding: 8px 0;
	color: #767676;
}
header .phone a{
	text-decoration: none;
}
header .phone a:hover{
	text-decoration: underline;
}
header .phone .num{
	padding: 3px 0 13px;
	font-size: 20px;
	color: #000;
}
header .phone .button{
	width: 100%;
	text-decoration: none !important;
}
/* header off */

/* content */
main{
	padding: 50px 0 184px;
}
.breadcrumbs{
	margin: -20px 0 45px;
	padding: 0 0 6px;
	font-size: 11px;
	color: #767676;
	border-bottom: solid 2px #d1cbcb;
}
.breadcrumbs > *{
	margin: 0 8px;
	text-decoration: none;
}
.breadcrumbs > a:hover{
	text-decoration: underline;
}
.breadcrumbs > *:first-child{
	margin-left: 0;
}
.breadcrumbs > *:last-child{
	margin-right: 0;
}
.sidebar{
	width: 202px;
}
.content{
	width: 724px;
}
.block,
.maingallery,
.types-list{
	margin: 0 0 45px;
}
.block:first-child{
	margin-top: -4px;
}
.block:last-child{
	margin-bottom: 0;
}
.block .title{
	margin: 0 0 20px;
	padding: 0 0 7px 9px;
	background: url('../images/h2.png') no-repeat left bottom;
}
.sidenav li{
	margin: -2px 0 0;
}
.sidenav li:first-child{
	margin-top: 0;
}
.sidenav li a{
	width: 1000px;
	padding: 0 10px;
	height: 46px;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
	color: #535353;
	border: solid 2px #efefef;
	border-left: 0 none;
	border-right: 0 none;
	background: #fff;
}
.sidenav li:first-child a{
	border-top: none;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.sidenav li:last-child a{
	border-bottom: none;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.sidenav li.active a,
.sidenav li a:hover{
	position: relative;
	color: #496c7e;
	border-color: #496c7e;
}
.sidenav li.active a{
	cursor: default;
	z-index: 1;
}
.news-list{
	line-height: 18px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.news-list li{
	padding: 10px 10px 14px;
	border-top: solid 1px #efefef;
}
.news-list li:first-child{
	border: 0 none;
}
.news-list .date{
	font-size: 11px;
	color: #767676;
}
.news-list .date,
.news-list h3{
	margin: 0 0 4px;
}
.news-list a{
	color: #496c7e;
}
.banner img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#maingallery li{
	width: 724px;
	height: 250px;
}
.maingallery .caroufredsel_wrapper,
#maingallery li,
#maingallery img{
	display: block;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
#pager{
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 20px;
	width: 100%;
	height: 0;
}
#pager a{
	opacity: 0.25;
	display: inline-block;
	margin: 0 3px;
	width: 8px;
	height: 8px;
	background: #fff;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
#pager a.selected,
#pager a:hover{
	opacity: 1;
}
#pager a.selected{
	cursor: default;
}
#pager span{
	display: none;
}
.types-list li,
.catalog li{
	overflow: hidden;
	width: 172px;
	margin: 12px 0 0 12px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.catalog li{
	margin-top: 20px;
}
.types-list li:nth-child(1),
.types-list li:nth-child(2),
.types-list li:nth-child(3),
.types-list li:nth-child(4),
.catalog li:nth-child(1),
.catalog li:nth-child(2),
.catalog li:nth-child(3),
.catalog li:nth-child(4){
	margin-top: 0;
}
.types-list li:first-child,
.types-list li:nth-child(4n+1),
.catalog li:first-child,
.catalog li:nth-child(4n+1){
	margin-left: 0;
}
.types-list li:hover,
.catalog li:hover{
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.types-list li .img,
.catalog li .img .td{
	width: 1000px;
	height: 112px;
	padding: 8px 8px 0;
}
.types-list li img,
.catalog li .img .td{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.types-list li .txt{
	-webkit-box-shadow: inset 0 -3px 0 #496c7e;
	-moz-box-shadow: inset 0 -3px 0 #496c7e;
	box-shadow: inset 0 -3px 0 #496c7e;
}
.types-list li .txt .td{
	width: 1000px;
	height: 46px;
	padding: 0 8px 3px;
	font-size: 14px;
	text-decoration: none;
	color: #496c7e;
}
.block .plaintext{
	padding: 5px 10px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.catalog li .img{
	overflow: hidden;
	display: block;
	padding: 8px;
}
.catalog li .img .td{
	overflow: hidden;
	height: 128px;
	padding: 0;
	border: solid 1px #dcdcdc;
}
.catalog li .txt,
.catalog li .txt > *{
	overflow: hidden;
	display: block;
	line-height: 20px;
	height: 60px;
}
.catalog li .txt > *{
	padding: 0 8px;
	color: #496c7e;
}
.catalog li a{
	text-decoration: none;
}
.catalog li .price{
	overflow: hidden;
	font-size: 14px;
	color: #000;
	white-space: nowrap;
}
.catalog li .price > *{
	display: block;
	padding: 8px;
}
.pager{
	margin: 20px 0 0;
	padding: 5px 0 0;
	border-top: solid 2px #d1cbcb;
}
.pager a{
	text-decoration: none;
}
.pager .inline-block,
.pager .td{
	width: 30px;
	height: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.pager .inline-block{
	margin: 0 0 0 5px;
	font-size: 12px;
	line-height: normal;
	color: #496c7e;
	background: #d1cbcb;
}
.pager .inline-block:first-child{
	margin: 0;
}
.pager .inline-block.active,
.pager .inline-block:hover{
	color: #fff;
	background: #496c7e;
}
.pager .inline-block.active{
	cursor: default;
}
.product .image{
	width: 294px;
}
.product .image .img{
	width: 1000px;
	height: 244px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.product .image .thumbs{
	font-size: 0;
}
.product .image .thumbs li{
	margin: 10px 0 0 12px;
}
.product .image .thumbs li:nth-child(3n+1){
	margin-left: 0;
}
.product .image .thumbs li img{
	opacity: 0.75;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.product .image .thumbs li img:hover{
	opacity: 1;
}
.product .info{
	width: 412px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.product-code{
	margin: 0 0 12px;
}
.product-code .code{
	color: #000;
}
.characteristics{
	color: #000;
	padding: 0 0 5px;
}
.characteristics td{
	padding: 10px 0 0 10px;
}
.characteristics tr:first-child td{
	padding-top: 0;
}
.characteristics td:first-child{
	padding-left: 0;
	padding-right: 50px;
	background: url('../images/dot.png') repeat-x right bottom 2px;
}
.characteristics .name{
	padding: 0 10px 0 0;
	color: #535353;
	background: #fff;
}
.product .info-top,
.product .info-bottom{
	padding: 10px;
}
.product .info-bottom{
	font-size: 14px;
	color: #000;
	border-top: solid 2px #efefef;
}
.product .info-bottom .price{
	font-size: 20px;
}
.product .info-bottom .button{
	width: auto;
	padding-left: 16px;
	padding-right: 16px;
	margin: 0 0 0 6px;
}
.product .info-bottom .price+.button{
	margin-left: 12px;
}
.product .plaintext{
	margin: 30px 0 0;
}
/* content off */

/* footer */
footer{
	min-width: 960px;
	height: 84px;
	margin: -84px 0 0;
	background: #fff;
	-webkit-box-shadow: 0 0 2px 2px #d7d7d7;
	-moz-box-shadow: 0 0 2px 2px #d7d7d7;
	box-shadow: 0 0 2px 2px #d7d7d7;
}
.copy,
.socials,
.dev{
	padding: 12px 0 0;
	font-size: 11px;
	line-height: 18px;
	color: #b2b0b0;
}
.copy a,
.dev a{
	text-decoration: none;
}
.copy a:hover,
.dev a:hover{
	text-decoration: underline;
}
.copy .phone{
	padding: 10px 0 0;
}
.socials{
	margin: 0 0 0 106px;
}
.socials ul{
	padding: 17px 0 0;
}
.socials li{
	width: 26px;
	height: 26px;
	margin: 0 0 0 10px;
}
.socials li:first-child{
	margin: 0;
}
.socials li a{
	width: 24px;
	height: 24px;
	border: solid 1px #b2b0b0;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.socials img{
	filter: none;
    -webkit-filter: none;
}
.socials a:hover img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.socials li.fb a:hover{
	border-color: #133783;
	background: #133783;
}
.socials li.tw a:hover{
	border-color: #58ccff;
	background: #58ccff;
}
.socials li.g a:hover{
	border-color: #df4a32;
	background: #df4a32;
}
.socials li.yt a:hover{
	border-color: #e01b2b;
	background: #e01b2b;
}
.socials li.g img{
	margin: 2px 0 0;
}
.counters{
	padding: 26px 0 0;
	margin: 0 90px 0 0;
}
.counters li{
	margin: 0 0 0 3px;
}
.counters li:first-child{
	margin: 0;
}
.dev{
	padding-top: 24px;
	width: 118px;
}
.dev .img{
	margin: 10px 0 0;
}
/* footer off */
iframe{
	border: 0 none !important;
	outline: 0 none !important;
}
/* popup & form */
.popup .fancybox-skin{
	background: #fff;
}
.popup .fancybox-close{
	right: 0;
	top: 0;
	width: 24px;
	height: 24px;
	background: url('../images/close.png') no-repeat center center;
}
#order{
	display: none;
	width: 328px;
}
#order .block{
	margin: 0;
}
.after-send{
	display: none;
	font-size: 20px;
}
.form table{
	width: 100%;
}
.form table td{
	padding: 6px 0 0;
}
.form .after-send table td{
	padding: 40px 0;
}
.form input,
.form textarea{
	margin-top: 2px;
}
#order .button{
	width: auto;
	padding: 0 20px;
}
/* popup & form off */














/* eof */