@charset "UTF-8";  
@font-face{
    font-family: 'Roboto';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-regular-webfont.woff') format('woff'),
         url('../fonts/roboto-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'Roboto';
    src: url('../fonts/roboto-medium-webfont.eot');
    src: url('../fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-medium-webfont.woff') format('woff'),
         url('../fonts/roboto-medium-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face{
    font-family: 'Roboto';
    src: url('../fonts/roboto-bold-webfont.eot');
    src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-bold-webfont.woff') format('woff'),
         url('../fonts/roboto-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    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;
}
*:not(.fav) > 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: #979797;
	-webkit-transition: 0.5s ease all;
	transition: 0.5s ease all;
}
::-moz-input-placeholder{
	color: #979797;
	-moz-transition: 0.5s ease all;
	transition: 0.5s ease all;
}
:-moz-input-placeholder{
	color: #979797;
	-moz-transition: 0.5s ease all;
	transition: 0.5s ease all;
}
:-ms-input-placeholder{
	color: #979797;
	-ms-transition: 0.5s ease all;
	transition: 0.5s ease all;
}
.error::-webkit-input-placeholder{
	color: #ee635c !important;
}
.error:-moz-placeholder{
	color: #ee635c !important;
}
.error::-moz-placeholder{
	color: #ee635c !important;
}
.error:-ms-input-placeholder{
	color: #ee635c !important;
}
:focus::-webkit-input-placeholder,
.error:focus::-webkit-input-placeholder{
	text-indent: -100px;
	color: transparent !important;
}
:focus:-moz-placeholder,
.error:focus:-moz-placeholder{
	text-indent: -100px;
	color: transparent !important;
}
:focus::-moz-placeholder,
.error:focus::-moz-placeholder{
	text-indent: -100px;
	color: transparent !important;
}
:focus:-ms-input-placeholder,
.error:focus:-ms-input-placeholder{
	text-indent: -100px;
	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;
}
label.nocursor{
	cursor: default;
}
a{
	text-decoration: underline;
	outline: none;
	color: inherit;
}
a:hover,
a[href^='tel']{
	text-decoration: none;
}
a[href^='tel']{
	color: inherit !important;
	text-decoration: none !important;
}
html, body{
	height: 100%;
}
body{
    font: 13px 'Roboto', Tahoma, Ubuntu, sans-serif;
	color: #000;
	background: #fff;
}
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: 36px;
	margin: 0;
	padding: 9px 18px;
	font-size: 13px;
	line-height: 18px;
	color: #909090;
	text-align: left;
	border: 0 none;
	background: rgba(237,237,237,0.42) url('../images/blank.png') no-repeat right 18px center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	transition: 0.5s ease all;
}
.search-input input{
	padding-left: 42px;
}
select{
	cursor: pointer;
	line-height: normal;
	padding: 0 30px 0 14px;
	background: rgba(237,237,237,0.42) url('../images/select.png') no-repeat right 18px center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
select::-ms-expand{
    display: none;
}
input[type='text']:focus, input[type='password']:focus, input[type='email']:focus, input[type='tel']:focus, input[type='number']:focus, input[type='search']:focus, input[type='url']:focus, input[type='time']:focus, textarea:focus, select:focus{
	background-color: rgba(220,220,220,0.42);
}
input[type='text']:hover, input[type='password']:hover, input[type='email']:hover, input[type='tel']:hover, input[type='number']:hover, input[type='search']:hover, input[type='url']:hover, input[type='time']:hover, textarea:hover, select:hover{
	color: #000;
}
textarea{
	height: 116px;
	text-align: left;
	resize: none;
}
span.error{
	color: #ee635c !important;
}
input.error,
textarea.error{
	color: #ee635c !important;
/*	border-color: #ee635c !important;*/
	background-image: url('../images/error.png') !important;
}
select.error{
	color: #ee635c !important;
	border-color: #ee635c !important;
}
[disabled]{
	cursor: not-allowed !important;
	opacity: 0.5 !important;
}
textarea,
textarea.error{
	background-position: right 18px top 10px !important;
}
.button{
	cursor: pointer;
	display: inline-block;
	width: auto;
	height: 36px;       
	margin: 0;
	padding: 9px 18px;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color: #000;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	border: 0 none;
	background: #ffbf5a;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	-webkit-box-shadow: inset 0 0 0 1px #ffbf5a;
	-moz-box-shadow: inset 0 0 0 1px #ffbf5a;
	-o-box-shadow: inset 0 0 0 1px #ffbf5a;
	box-shadow: inset 0 0 0 1px #ffbf5a;
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	transition: 0.5s ease all;
}
.button.white{
	background: #fff;
	-webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
	-moz-box-shadow: inset 0 0 0 1px #d7d7d7;
	-o-box-shadow: inset 0 0 0 1px #d7d7d7;
	box-shadow: inset 0 0 0 1px #d7d7d7;
}
.button:hover{
	background: #fff;
	-webkit-box-shadow: inset 0 0 0 1px #ffbf5a;
	-moz-box-shadow: inset 0 0 0 1px #ffbf5a;
	-o-box-shadow: inset 0 0 0 1px #ffbf5a;
	box-shadow: inset 0 0 0 1px #ffbf5a;
}
.button.white:hover{
	background: #ffbf5a;
}
.button:active{
}
.button[disabled]{
}
button.button img{
	opacity: 1;
	margin: 0 8px 0 0;
	vertical-align: -6px;
}
input[type='checkbox'],
input[type='radio']{
	display: none;
}
input[type='checkbox']+.input,
input[type='radio']+.input{
	width: 14px;
	height: 14px;
	margin: 0 8px 0 0;
	font-size: 13px;
	vertical-align: -3px;
	border: solid 3px #d7d7d7;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
input[type='radio']+.input{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
input[type='checkbox']+.input:after,
input[type='radio']+.input:after{
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -9px 0 0 -5px;
	content: url('../images/checkbox.png');
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	transition: 0.5s ease all;
}
input[type='checkbox']:checked+.input,
input[type='radio']:checked+.input{
	border: 0 none;
	background: #f7cc80;
}
input[type='checkbox']:checked+.input:after,
input[type='radio']:checked+.input:after{
	opacity: 1;
}
.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.5s ease all;
	-moz-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	transition: 0.5s ease all;
}
.delay{
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.circle{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.uppercase{
	text-transform: uppercase;
}
.nobr{
	white-space: nowrap;
}
hr{
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	border: 0 none;
	border-top: solid 2px #f8f8f8;
	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[style*='move']{
	cursor: url('../images/Move.cur'), auto !important;
}
/* off */

/* text */
.plaintext h1,
.plaintext h2,
.title{
	margin: 0 0 20px;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.1;
	color: #000;
}
.section .title.relative:before{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 2px;
	margin: -1px 0 0;
	content: ' ';
	background: #f8f8f8;
}
.sidebar.section .title.relative:before{
	background: #e1e1e1;
}
.section .title.relative span.inline-block{
	padding: 0 20px;
	background: #fff;
}
.plaintext a:not(.button){
	color: #ffbf5a;
}
.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;
}
blockquote{
	position: relative;
	margin: 0 0 10px;
	padding: 10px;
	border: solid 1px #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
blockquote:before{
	position: absolute;
	left: 50px;
	bottom: 100%;
	width: 10px;
	height: 10px;
	margin: 0 0 -5px;
	content: ' ';
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	background: #fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
blockquote a{
	line-height: 1;
	text-decoration: none;
	border-bottom: dotted 1px #000;
}
blockquote a:hover{
	border-bottom-color: transparent;
}
/* off */

#up2top{
	opacity: 0.5;
	display: none;
	cursor: pointer;
	position: fixed;
	z-index: 1002;
	left: 50%;
	bottom: 10px;
	margin-left: -19px;
	-webkit-transform: translate(0);
	-webkit-transition: 0.5s ease opacity;
	-moz-transition: 0.5s ease opacity;
	-o-transition: 0.5s ease opacity;
	transition: 0.5s ease opacity;
	filter: url('img/gray.svg#grayscale');
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	filter: gray;
}
#up2top:hover{
	opacity: 1;
    -webkit-filter: none;
	filter: none;
}

#wrapper{
	overflow: hidden;
	min-width: 982px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #fff;
}
.inside{
	width: 942px;
	margin: 0 auto;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
}
/* header */
header{
}
.top-msg{
	padding: 8px 0 10px;
	font-size: 14px;
	background: #f7cc80;
}
.top-msg a{
	text-decoration: none;
}
.top-msg .mobile{
	display: none;
}
.top-msg .left img{
	margin-right: 10px;
	vertical-align: -3px;
}
.top-msg .close{
	cursor: pointer;
	margin: 5px 0 0;
}
.top-msg .close:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
header .mid{
	padding: 10px 0;
	font-size: 12px;
	background: #f8f8f8;
}
.header .mobile{
	display: none;
}
.nav-bars,
.nav-bars .bars{
	width: 16px;
	height: 2px;
	margin: 0 14px 0 0;
	padding: 6px 0;
}
.nav-bars{
	margin-top: 2px;
}
.nav-bars .bars{
	padding: 0;
	background: #9d9d9d;
}
.nav-bars .bars:before,
.nav-bars .bars:after{
	position: absolute;
	width: 16px;
	height: 2px;
	content: ' ';
	background: #9d9d9d;
}
.nav-bars .bars:before{
	margin-top: -6px;
}
.nav-bars .bars:after{
	margin-top: 6px;
}
.mid-nav:not(.lang){
	-webkit-transform: translateZ(0);
	-webkit-overflow-scrolling: touch;
	-webkit-backface-visibility: hidden;
}
.mid-nav li{
	margin: 0 0 0 25px;
}
.mid-nav li:first-child{
	margin: 0;
}
.mid-nav .inline-block,
.phone .inline-block,
.ask .inline-block{
	line-height: 1;
	text-decoration: none;
	border-bottom: dotted 1px #000;
}
.mid-nav .active .inline-block{
	cursor: default;
	color: #919191;
	border-bottom-color: transparent;
}
.mid-nav .active .inline-block:after{
	position: absolute;
	bottom: 0;
	width: 0;
	height: 0;
	margin: 0 0 0 -7px;
	content: ' ';
	border-style: solid;
	border-width: 0 7px 7px 7px;
	border-color: transparent transparent #fff transparent;
}
.mid-nav a:hover,
.phone:hover .inline-block,
.ask:hover .inline-block{
	border-bottom-color: transparent;
}
header .socials{
	margin: 0 0 0 72px;
}
.icon,
.catalog-list .fav.active .icon{
	opacity: 0.4;
	-webkit-filter: brightness(0) grayscale(1);
	-moz-filter: brightness(0) grayscale(1);
	-ms-filter: brightness(0) grayscale(1);
	-o-filter: brightness(0) grayscale(1);
	filter: gray;
	filter: brightness(0) grayscale(1);
}
.catalog-list .fav .icon,
.product-fav .icon{
	position: relative;
	z-index: 999;
	width: 20px;
	height: 18px;
	background: url('../images/icon-fav-over.png') no-repeat center center;
	-webkit-background-size: 0;
	-moz-background-size: 0;
	-ms-background-size: 0;
	background-size: 0;
}
.catalog-list .fav.active .icon,
.product-fav.active .icon{
	width: 0;
	height: 0;
	padding: 9px 10px;
	opacity: 1;
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	-webkit-background-size: 20px 18px;
	-moz-background-size: 20px 18px;
	-ms-background-size: 20px 18px;
	background-size: 20px 18px;
}
.socials .icon,
.search.icon{
	opacity: 1;
}
.nav.fixed .search.icon{
	opacity: 0.4;
}
.search.icon{
	cursor: pointer;
}
header .socials .icon{
	height: 14px;
	margin: 0 7px;
	vertical-align: -2px;
}
.active:not(.fav) .icon,
.icon.search:hover,
.nav.fixed .search.icon:hover,
a:hover .icon/*,
.catalog-list .fav a:hover+.icon*/{
	opacity: 1;
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
}
.catalog-list .fav a:hover+.icon,
.catalog-list .fav.active .icon,
.catalog-list .button .icon{
	opacity: 1;
}
.catalog-list .button:hover .icon{
	opacity: 1;
	-webkit-filter: brightness(0) grayscale(1);
	-moz-filter: brightness(0) grayscale(1);
	-ms-filter: brightness(0) grayscale(1);
	-o-filter: brightness(0) grayscale(1);
	filter: gray;
	filter: brightness(0) grayscale(1);
}
.header{
	padding: 30px 0;
}
.phone{
	margin: 0 0 0 30px;
	font-size: 11px;
}
.phone .img{
	margin: 6px 0 0 -30px;
}
.phone .num{
	display: block;
	font-size: 21px;
}
.ask{
	font-size: 12px;
	margin: 5px 0 0 35px;
	text-decoration: none;
}
footer .bottom .ask .img{
	display: inline-block;
	margin-right: 4px;
	vertical-align: middle;
}
.header .ask .img{
	display: block;
	margin: 0 0 2px;
}
.header .logo{
	margin: -4px 390px;
}
.header .logo img{
	width: 123px;
}
.header .links{
	cursor: default;
}
.header .links li{
	margin-left: 24px;
	vertical-align: bottom;
}
.header .links li:first-child{
	margin-left: 0;
}
.header .links .ask{
	display: block;
	margin-left: 0;
}
.header .links .img{
	width: 20px;
	margin-left: auto;
	margin-right: auto;
}
.nav .td .img{
	display: inline-block;
	text-align: center;
}
.img > .num{
	position: absolute;
	right: -6px;
	top: 0;
	min-width: 16px;
	height: 16px;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
	color: #fff;
	background: #ee635c;
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	transition: 0.5s ease all;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.img > .num.normal{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.header .links .ask:hover .num{
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	transform: scale(1.25);
}
.img > .num.boom{
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	transform: scale(1.25);
}
.catalog-open{
	cursor: pointer;
	display: none;
}
.nav{
	height: 58px;
	background: #fff;
	-webkit-box-shadow: inset 0 2px 0 #f8f8f8, inset 0 -2px 0 #f8f8f8;
	-moz-box-shadow: inset 0 2px 0 #f8f8f8, inset 0 -2px 0 #f8f8f8;
	-o-box-shadow: inset 0 2px 0 #f8f8f8, inset 0 -2px 0 #f8f8f8;
	box-shadow: inset 0 2px 0 #f8f8f8, inset 0 -2px 0 #f8f8f8;
}
.nav.fixed{
	position: fixed;
	z-index: 6000;
	left: 0;
	right: 0;
	top: -58px;
	width: 100%;
	-webkit-transform: translateZ(0);	
}
.nav.fixed.visible{
	top: 0;
}
.nav .table{
	height: 56px;
	padding: 2px 0 0;
	white-space: nowrap;
}
.nav .td{
	width: 10000px;
}
.nav .td:first-child,
.nav .td:last-child{
	width: 5000px;
	text-align: left;
}
.nav.fixed li.td:first-child{
	width: 0;
}
.nav.fixed li.td:first-child .bg{
	display: block;
	height: 58px;
	line-height: 56px;
	margin: -2px 0;
	padding: 0 20px;
	font-size: 15px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	background: #f7cc80;
}
.nav.fixed li.td:first-child .bg:hover{
	background: #ffbf5a;
}
.nav .td:last-child{
	text-align: right;
}
.nav .td .inline-block{
	height: 14px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
}
.nav.fixed .td .inline-block{
	font-size: 12px;
}
.nav .td.active .inline-block{
	cursor: default;
}
.nav .td .inline-block:before{
	position: absolute;
	left: 50%;
	top: 100%;
	width: 0;
	height: 3px;
	margin: 17px 0 0;
	content: ' ';
	background: #ffbf5a;
	-webkit-transition: 0.5s ease all 0.5s;
	-moz-transition: 0.5s ease all 0.5s;
	-o-transition: 0.5s ease all 0.5s;
	transition: 0.5s ease all 0.5s;
}
.nav .td .inline-block:hover:before{
	width: 100%;
	left: 0;
}
.search-form{
	display: inline-block;
}
.search{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 13px;
}
.search.active{
	opacity: 0.4;
	left: 17px;
}
.search.active:hover{
	opacity: 1;
}
.search-input{
	overflow: hidden;
	display: inline-block;
	width: 11px;
}
.nav.fixed .search-input{
	width: 19px;
}
.search-input input{
	pointer-events: none;
	opacity: 0;
}
.active+.search-input{
	width: 180px !important;
}
.active+.search-input input{
	pointer-events: auto;
	opacity: 1;
}
.nav.fixed .img img{
	max-width: none;
}
.nav.fixed .search{
	top: 10px;
}
.nav.fixed .search.active{
	left: 13px;
}
/* header off */

/* content */
main{
	padding: 0 0 400px;
}
.breadcrumbs{
	padding: 16px 0;
	font-size: 12px;
}
.breadcrumbs > span{
	color: #a9a9a9;
}
.slider-box{
	overflow: hidden;
}
.mainslider{
	height: 310px;
	background: #f1decd;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZGVjZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2VmZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #f1decd 0%, #e7efee 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f1decd), color-stop(100%,#e7efee));
	background: -webkit-linear-gradient(left,  #f1decd 0%,#e7efee 100%);
	background: -o-linear-gradient(left,  #f1decd 0%,#e7efee 100%);
	background: -ms-linear-gradient(left,  #f1decd 0%,#e7efee 100%);
	background: linear-gradient(to right,  #f1decd 0%,#e7efee 100%);
}
#slider li{
	overflow: hidden;
	padding: 60px 0 0;
}
#slider img{
	float: right;
	max-width: none;
}
.slider-table,
.slider-table td{
	width: 100%;
	height: 250px;
	table-layout: fixed;
}
.slider-table th{
	height: 0;
}
.slider-table th:nth-child(2){
	width: 502px;
}
.mainslider .img{
	text-align: right;
	vertical-align: bottom;
}
.mainslider .txt,
.slider-table th:nth-child(3){
	width: 440px;
	text-align: left;
	vertical-align: top;
}
.mainslider .plaintext{
	padding-left: 60px;
}
.mainslider .plaintext h2,
.mainslider .plaintext p{
	margin: 0 0 10px;
}
.slider-box img{
	-webkit-backface-visibility: visible;
	-webkit-transform: none;
}
.slider-nav{
	opacity: 0.4;
	cursor: pointer;
	position: absolute;
	z-index: 5;
	top: 50%;
	margin: -8px 0 0;
	-webkit-filter: brightness(0) grayscale(1);
	-moz-filter: brightness(0) grayscale(1);
	-ms-filter: brightness(0) grayscale(1);
	-o-filter: brightness(0) grayscale(1);
	filter: gray;
	filter: brightness(0) grayscale(1);
}
.slider-nav:hover{
	opacity: 1;
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
}
.slider-nav.prev{
	left: 0;
}
.slider-nav.next{
	right: 0;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: rotate(180deg);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}
#pager{
	position: absolute;
	top: -10000px;
}
#slider-pager{
	pointer-events: none;
	position: absolute;
	z-index: 100;
	left: 50%;
	bottom: 10px;
	width: 440px;
	height: 240px;
	margin: 0 0 0 30px;
}
#slider-pager li{
	pointer-events: auto;
	cursor: pointer;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 60px;
}
#slider-pager li:hover{
	background: rgba(255,255,255,0.5);
}
#slider-pager li.active{
	cursor: default;
	background: rgba(255,255,255,1);
}
#slider-pager li .td:before{
	pointer-events: none;
	opacity: 0;
	position: absolute;
	left: 29px;
	bottom: 10px;
	width: 2px;
	height: 0;
	content: ' ';
	background: #fff;
	-webkit-transition: 0.5s ease all 0.5s;
	-moz-transition: 0.5s ease all 0.5s;
	-o-transition: 0.5s ease all 0.5s;
	transition: 0.5s ease all 0.5s;
}
#slider-pager li.active .td:before{
	opacity: 1;
	height: 230px;
}
#slider-pager li img{
	position: relative;
	z-index: 1;
}
.features{
	width: 982px;
	margin: 0 -20px;
	padding: 30px 0 40px;
	table-layout: fixed;
	border-spacing: 20px 0;
}
.features .td{
	vertical-align: top;
}
.features > .td{
	width: 25%;
	table-layout: auto;
	border-spacing: 0;
}
.features > .td:last-child{
	padding: 0;
}
.features .img{
	width: 0;
	padding: 0 20px 0 0;
}
.features .img.mobile{
	display: none;
}
.features .txt{
	text-align: left;
}
.features .img img{
	max-width: none;
	max-height: none;
}
.features h3{
	margin: -4px 0 4px;
	font-size: 15px;
	font-weight: 500;
}
.catalog-list{
	margin: 0 0 20px;
}
.catalog-list li{
	margin: 0 0 0 18px;
	-webkit-transition: 0.5s ease z-index;
	-moz-transition: 0.5s ease z-index;
	-o-transition: 0.5s ease z-index;
	transition: 0.5s ease z-index;
}
.catalog-list li.clone{
	display: block !important;
	position: absolute;
	z-index: 9999 !important;
	margin: 0 !important;
	-webkit-transition: 0.5s ease -webkit-transform;
	-moz-transition: 0.5s ease -moz-transform;
	-ms-transition: 0.5s ease -ms-transform;
	transition: 0.5s ease transform;
}
.product.clone{
	position: absolute;
	width: 100%;
	z-index: 9999 !important;
	margin: 0 !important;
	-webkit-transition: 0.5s ease -webkit-transform;
	-moz-transition: 0.5s ease -moz-transform;
	-ms-transition: 0.5s ease -ms-transform;
	transition: 0.5s ease transform;
}
.catalog-list li.clone.scale,
.product.clone.scale{
	-webkit-transform: scale(0.01);
	-moz-transform: scale(0.01);
	-ms-transform: scale(0.01);
	transform: scale(0.01);
}
.catalog-list li:hover{
	z-index: 1;
}
.catalog-list li:nth-child(4n+1){
	margin-left: 0;
}
.catalog-list li:nth-child(4n){
	margin-right: -18px;
}
.catalog-list .hover{
	width: 182px;
	padding: 20px;
}
.catalog-list li:hover .hover,
.catalog-list li.clone .hover{
	background: #fff;
	-webkit-box-shadow: 0 7px 14px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 7px 14px rgba(0,0,0,0.1);
	-o-box-shadow: 0 7px 14px rgba(0,0,0,0.1);
	box-shadow: 0 7px 14px rgba(0,0,0,0.1);
}
.catalog-list .image{
	width: 10000px;
	height: 110px;
}
.catalog-list .mobile{
	display: none;
}
.catalog-list h3{
	margin: 10px 0 4px;
	font-size: 16px;
	font-weight: bold;
}
.catalog-list a{
	text-decoration: none;
}
.catalog-list .desc{
	margin: 0 0 10px;
}
.catalog-list .price{
	font-size: 18px;
	font-weight: 500;
}
.catalog-list li:hover .price,
.catalog-list li.clone .price{
	margin: 0 0 10px;
/*	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);*/
}
.catalog-list .fav{
	opacity: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 53px;
	height: 53px;
}
.catalog-list li:hover .fav,
.catalog-list li.clone .fav{
	opacity: 1;
}
.catalog-list .fav .a{
	position: absolute;
	left: 27px;
	top: -53px;
	width: 200%;
	height: 200%;
	background: #eee;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.catalog-list .fav .a:hover{
	background: #f8f8f8;
}
.catalog-list .fav.active .a{
	background: #f7cc80;
}
.catalog-list .fav .icon{
	pointer-events: none;
	margin: 6px 0 0 22px;
}
.icon.catalog-list .buttons{
	height: 0;
}
.catalog-list li:hover .buttons,
.catalog-list li.clone .buttons{
	height: 36px;
}
.catalog-list .buttons .button{
	margin-bottom: -16px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.catalog-list li:hover .buttons .button,
.catalog-list li.clone .buttons .button{
	margin-bottom: 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.category-list{
	padding-bottom: 40px;
}
.category-list li{
	width: 300px;
	height: 300px;
	margin: 21px 0 0 21px;
	background: #f7f7f7;
}
.category-list li:nth-child(1),
.category-list li:nth-child(2),
.category-list li:nth-child(3){
	margin-top: 0;
}
.category-list li:nth-child(3n+1){
	margin-left: 0;
}
.category-list li:nth-child(3n){
	margin-right: -21px;
}
.category-list li .td{
	text-align: right;
}
.category-list li .td .desc{
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	height: 300px;
	background: url('../images/blank.png') no-repeat left top;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	background-size: 100% 100%;
}
.category-list li:hover .td .desc{
	background-image: url('../images/category-bg.png');
}
.category-list li .td .desc .td{
	padding: 0 20px;
	text-align: left;
}
.cat-header{
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 4px;
	border-bottom: solid 3px #ffbf5a;
}
.cat-txt{
	opacity: 0;
	overflow: hidden;
	display: block;
}
.category-list li:not(:hover) .cat-txt[style]{
	height: 0 !important;
}
.category-list li:hover .cat-txt{
	opacity: 1;
	margin: 20px 0;
}
.category-list .button{
	opacity: 0;
	margin: -36px 0 0 -70px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.category-list li:hover .button{
	opacity: 1;
	margin: 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.sidebar{
	width: 220px;
}
.content{
	width: 700px;
}
.sidebar,
.content{
	margin: 0 0 40px;
}
.content .title{
	margin-left: 20px;
}
.content .catalog-list li,
.content .catalog-list li:nth-child(3n+1),
.content .catalog-list li:nth-child(4n),
.content .catalog-list li:nth-child(4n+1){
	margin-left: 17px;
	margin-right: 0;
}
.content .catalog-list li:nth-child(3n+1){
	margin-left: 0;
}
.content .catalog-list li:nth-child(3n){
	margin-right: -17px;
}
.button.show-more{
	display: block;
}
.button.show-more.hide{
	opacity: 0;
	margin: -18px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.button.show-more .inline-block{
	line-height: 1;
	border-bottom: dotted 1px #000;
}
.button.show-more:hover .inline-block{
	border-bottom-color: transparent;
}
.content .catalog-list li[style]:nth-child(6)~li[style]{
	display: none;
}
.sort-mode select{
	width: 180px;
}
.sort-mode label{
	cursor: auto;
	margin-right: 20px;
}
.sidebar.section{
	margin-top: 16px;
	width: 180px;
	padding: 0 20px 20px;
	font-size: 14px;
	border: solid 2px #e1e1e1;
}
.sidebar.section .title.relative{
	margin-top: -16px;
	height: 30px;
}
.sidebar.section h3{
	margin: 0 0 10px;
	font-weight: 500;
}
.sidebar.section .amount{
	margin: 0 0 15px;
}
.sidebar.section select,
.sidebar.section .filter-list,
.sidebar.section #range-slider{
	margin: 0 0 20px;
}
.filter-list li{
	margin: 8px 0 0;
}
.filter-list li:first-child{
	margin: 0;
}
.amount-box{
	display: inline-block;
}
input.amount{
	width: auto;
	height: 17px;
	padding: 0;
	line-height: 1;
	color: #000;
	border-bottom: dotted 1px #000;
	background: none !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
input.amount:focus{
	border-bottom-style: solid;
}
#range-slider .ui-slider-handle{
	cursor: pointer;
	top: -5px;
	width: 14px !important;
	height: 14px !important;
	margin-left: -7px;
	border: solid 3px #f7cc80 !important;
	background: #fff !important;
	-webkit-border-radius: 100% !important;
	-moz-border-radius: 100% !important;
	border-radius: 100% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#range-slider.ui-widget-content{
	height: 4px;
	border: 0 none;
	background: #e1e1e1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.ui-slider-horizontal .ui-slider-range{
	background: #f7cc80;
}
.sidebar.section select{
	display: block;
}
.backto{
	margin-bottom: 30px;
}
.backto img{
	margin: 0 10px 0 0;
}
.product-image{
	width: 560px;
	margin: 0 0 30px;
}
.product-image .image{
	width: 480px;
	height: 268px;
	margin: 0 0 30px;
}
.product-thumbs{
	margin: 0 0 30px;
}
.product-thumbs li{
	margin: 4px 0 0;
}
.product-thumbs li:first-child{
	margin: 0;
}
.product-thumbs img{
	cursor: pointer;
	border: solid 2px #d7d7d7;
}
.product-thumbs a:hover img,
.product-thumbs img.cloudzoom-gallery-active{
	border: solid 2px #f7cc80;
}
.product-thumbs li a,
.product-thumbs img.cloudzoom-gallery-active{
	cursor: default;
}
.socials-widget{
	background: #f8f8f8;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.socials-widget .txt{
	padding: 11px;
	text-align: left;
}
.socials-widget .img{
	padding: 11px 11px 11px 0;
	text-align: right;
}
.product-image .features{
	width: 100%;
	margin: -4px 0 0;
	padding: 0;
	border-spacing: 14px;
	border: solid 1px #ccc;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.product-image .features .img{
	padding-right: 10px;
}
.product-image .features h3{
	font-size: 14px;
	text-transform: none;
}
.product-image .features h3{
	font-size: 14px;
	text-transform: none;
}
.product-image .features .text{
	font-size: 11px;
	text-align: justify;
}
.product-desc{
	width: 344px;
	margin: 0 0 30px;
}
.product-fav{
	margin: 8px 0 0 8px;
}
.product-desc hr{
	margin: 0 0 10px;
}
.product-desc label:not(.input-label),
.wood-block h3{
	font-size: 14px;
	font-weight: bold;
}
.product-desc .num input{
	width: 36px;
	margin: 0 0 0 8px;
	padding: 0;
	text-align: center;
	font-size: 15px;
	color: #000;
	border: solid 1px #e6e6e6;
	background: #fff;
}
.product-desc .sum{
	margin: 4px 0 0 10px;
	font-size: 21px;
	font-weight: 500;
}
.product-desc button{
	margin: 1px 0 0;
}
.product-desc .info{
	height: 40px;
	margin: 10px 0;
	font-size: 14px;
	background: #f8f8f8;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.product-desc .info .img{
	width: 20px;
	padding: 0 13px 0 17px;
}
.product-desc .info .img img{
	width: 20px;
}
.product-desc .info .txt{
	padding: 0 17px 0 0;
	text-align: left;
}
.wood-block{
	padding: 5px 0;
}
.wood-block .td{
	width: 1000px;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
}
.wood-block h3.td{
	width: 0;
}
.wood-list label{
	margin: -4px 0 10px 14px;
}
.wood-list .input-product .border,
.product-desc .show-all{
	border-bottom: dotted 1px #000;
}
.wood-list .input-product{
	display: inline-block;
	padding: 4px 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.wood-list .input-product,
.product-desc .show-all{
	cursor: pointer;
}
.product-desc .show-all:hover,
.wood-list .input-product:hover .border{
	color: #ffbf5a;
	border-bottom-color: #ffbf5a;
}
.wood-list input:checked+.input-product{
	cursor: default;
	padding: 4px 10px;
	background: #ffbf5a;
}
.wood-list input:checked+.input-product .border{
	color: #000;
	border-bottom-color: transparent;
}
.product-desc .show-all.hide{
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.product-desc select{
	width: 200px;
}
.product-desc .size{
	margin: 7px 0 20px;
}
.color-list,
.material-list{
	z-index: 101;
	padding: 10px 0 0;
}
.color-list .input-label{
	margin: 0 0 16px 16px;
}
.material-list .input-label{
	margin: 0 0 11px 20px;
}
.color-list .input-product-color,
.material-list .input-product-material{
	cursor: pointer;
	display: block;
	width: 20px;
	height: 20px;
}
.material-list .input-product-material{
	width: 40px;
	height: 40px;
}
.material-list label:hover .input-product-material{
	opacity: 0.75;
}
.material-list .input-product-material:before{
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: ' ';
	background: rgba(255,191,90,0.59) url('../images/check-mark.png') no-repeat center center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	-ms-transition: 0.5s ease all;
	transition: 0.5s ease all;
}
.material-list input:checked+.input-product-material,
.material-list input:checked+.input-product-material:before{
	opacity: 1;
}
.color-list .input-label:nth-child(10n+1){
	margin-left: 0;
}
.material-list .input-label:nth-child(6n+1){
	margin-left: 0;
}
.color-list .input-label:nth-child(10)~.input-label,
.material-list .input-label:nth-child(6)~.input-label{
	display: none;
}
.color-list label:hover .input-product-color,
.color-list input:checked+.input-product-color{
	-webkit-box-shadow: 0 0 0 5px #ffbf5a;
	-moz-box-shadow: 0 0 0 5px #ffbf5a;
	-o-box-shadow: 0 0 0 5px #ffbf5a;
	box-shadow: 0 0 0 5px #ffbf5a;
}
.wood-list,
.wood-list input:checked+.input-product,
.color-list input:checked+.input-product-color,
.material-list input:checked+.input-product-material,
.material-list input:checked~.name{
	cursor: default;
}
.material-list input:checked+.input-product-material{
}
.material-list .name{
	display: inline-block;
	max-width: 60px;
	margin: 0 -10px;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: dotted 1px #000;
}
.material-list label:hover .name,
.material-list input:checked~.name{
	color: #ffbf5a;
	border-bottom-color: #ffbf5a;
}
.item-slider-box{
	padding: 0 12px;
}
.item-slider-box li{
	width: 260px;
	margin: 0 20px;
}
.item-slider-box h3{
	margin: 0 0 4px;
	font-size: 17px;
	font-weight: 500;
}
.item-slider-box .slider-nav{
	top: 42px;
}
.tab-nav{
	height: 32px;
	box-shadow: inset 0 -2px 0 #f8f8f8;
}
.tab-nav li{
	cursor: pointer;
	margin: 0 0 0 50px;
	font-size: 15px;
	font-weight: bold;
	border-bottom: dotted 1px #000;
}
.tab-nav li:first-child{
	margin: 0;
}
.tab-nav li:hover,
.tab-nav li.active{
	border-bottom-color: transparent;
}
.tab-nav,
.tab-nav li.active{
	cursor: default;
}
.tab-nav li:before{
	position: absolute;
	left: 50%;
	top: 100%;
	width: 0;
	height: 4px;
	margin: 7px 0 0;
	content: ' ';
	background: #ffbf5a;
	-webkit-transition: 0.5s ease all 0.5s;
	-moz-transition: 0.5s ease all 0.5s;
	-o-transition: 0.5s ease all 0.5s;
	transition: 0.5s ease all 0.5s;
}
.tab-nav li.active:before{
	width: 100%;
	left: 0;
}
.tabs{
	padding: 30px 0;
}
.sert-list li{
	width: 152px;
	height: 210px;
	margin: 6px 0 0 6px;
}
.sert-list li:nth-child(1),
.sert-list li:nth-child(2),
.sert-list li:nth-child(3),
.sert-list li:nth-child(4),
.sert-list li:nth-child(5),
.sert-list li:nth-child(6){
	margin-top: 0;
}
.sert-list li:nth-child(6n+1){
	margin-left: 0;
}
.product .catalog-list{
	padding-top: 10px;
}
.product .catalog-list .gray{
	display: inline;
	margin: 0 4px 0 0;
	font-weight: normal;
	color: #989898;
	text-transform: none;
}
.material-desc{
	position: absolute;
	left: 0;
	margin: -380px 0 0;
	width: 100%;
	padding: 12px;
	border: solid 1px #e1e1e1;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.material-desc:after{
	position: absolute;
	left: 14px;
	bottom: -5px;
	width: 8px;
	height: 8px;
	content: ' ';
	border-right: solid 1px #e1e1e1;
	border-bottom: solid 1px #e1e1e1;
	background: #fff;
	transform: rotate(45deg);
}
label:hover .material-desc{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
label:nth-child(6n+2) .material-desc:after{
	left: 74px;
}
label:nth-child(6n+3) .material-desc:after{
	left: 134px;
}
label:nth-child(6n+4) .material-desc:after{
	left: 194px;
}
label:nth-child(6n+5) .material-desc:after{
	left: 254px;
}
label:nth-child(6n) .material-desc:after{
	left: 314px;
}
.material-desc .name-desc{
	display: block;
	margin: 0 0 12px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	text-align: left;
}
.material-desc img{
	display: block;
}
/* content off */

/* footer */
footer{
	min-width: 982px;
	height: 360px;
	margin: -360px 0 0;
}
footer .top{
	height: 260px;
	padding: 20px 0;
	background: #f8f8f8;
}
footer .top h2{
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: bold;
}
footer .top h2 a{
	text-decoration: none;
}
.footer-nav-box{
	margin: 0 0 0 40px;
}
.footer-nav-box li{
	margin: 10px 0 0;
}
.footer-cocials li{
	margin: 0 0 0 20px;
}
.footer-nav-box:first-child,
.footer-nav-box.right,
.footer-nav-box li:first-child,
.footer-cocials li:first-child{
	margin: 0;
}
footer .mobile{
	display: none;
}
footer .bottom{
	padding: 12px 0 0;
}
footer .bottom .copy{
	padding: 4px 95px 0 0;
}
footer .bottom .phone{
	margin-top: -4px;
}
.ask-block{
	display: inline;
}
footer .bottom .ask{
	margin-left: 60px;
}
.dev{
	padding: 3px 0 0;
	font-size: 14px;
}
/* footer off */

iframe{
	border: 0 none !important;
	outline: 0 none !important;
}

/* form */
.fancybox-lock{
	overflow: visible !important;
}
.popup .fancybox-skin{
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}
.popup .fancybox-close{
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	transition: 0.5s ease all;
}
.popup .fancybox-close:hover{
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
}
.form{
	width: 300px;
	padding: 20px;
}
.form .title{
	font-size: 24px;
}
.form table{
	width: 100%;
}
.form .before-send td{
	padding: 20px 0 0;
}
.form .before-send tr:first-child td{
	padding: 0;
}
.form input:not([type='submit']){
	display: block;
	width: 100%;
}
.after-send{
	display: none;
}
.after-send .title{
	margin: 0;
	text-shadow: 0 1px 2px rgba(0,0,0,0.25);
}
/* form off */







.cloudzoom-zoom{
	width: 368px !important;
	height: 262px !important;
	background: #fff !important;
}
.cloudzoom-blank > div{
	background: none !important;
}
.cloudzoom-lens,
.cloudzoom-zoom{
	border: solid 1px #bebebe !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	box-shadow: none !important;
}



.jq-selectbox{
	width: 200px;
}
.jq-selectbox__select{
	overflow: hidden;
	font-family: 'Roboto', Ubuntu, sans-serif;
	width: 200px;
	padding: 0 30px 0 18px;
	font-size: 13px;
	text-shadow: none;
	line-height: 30px;
	border: solid 1px transparent !important;
	border-bottom: 0 none !important;
	background: rgba(237,237,237,0.42) !important;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.sidebar .jq-selectbox__select,
.sidebar .jq-selectbox{
	width: 180px;
}
.sidebar .jq-selectbox{
	margin: 0 0 20px;
}
.jq-selectbox .jq-selectbox__select:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	content: ' ';
	background: #f7cc80;
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	-ms-transition: 0.5s ease all;
	transition: 0.5s ease all;
}
.jq-selectbox:hover .jq-selectbox__select:before{
	width: 100%;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}
.opened .jq-selectbox__select{
	border-color: #ccc !important;
	border-bottom: 0 none !important;
	background: #fff !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 16px 16px 0 0;
	-moz-border-radius: 16px 16px 0 0;
	border-radius: 16px 16px 0 0;
}
.opened .jq-selectbox__select:before{
	content: none;
}
.jq-selectbox__select-text{
	position: relative;
	z-index: 1;
}
.jq-selectbox__trigger{
	right: 16px;
	top: 14px;
	width: 9px;
	height: 5px;
	border: 0 none !important;
	background: url('../images/select.png') no-repeat center center;
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	-ms-transition: 0.5s ease all;
	transition: 0.5s ease all;
}
.jq-selectbox__trigger-arrow{
	display: none;
}
.opened .jq-selectbox__trigger{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.jq-selectbox__dropdown{
	font: 13px 'Roboto', Ubuntu, sans-serif;
	margin: 0;
	padding: 8px;
	border-top: 0 none;
	border-radius: 0 0 16px 16px;
	box-shadow: none;
}
.jq-selectbox li{
	border-radius: 16px;
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	-ms-transition: 0.5s ease all;
	transition: 0.5s ease all;
}
.jq-selectbox li:hover{
	color: #000;
	background: #f7cc80;
}
.jq-selectbox li.sel{
	cursor: default;
	color: #fff;
	background: #ccc;
}
/* eof */