@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);
}
.caroufredsel_wrapper img{
	-webkit-backface-visibility: visible;
	-webkit-transform: none;
}
ul li,
menu li{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
sup,sub{
	vertical-align: baseline;
}
*{
	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: inherit;
	-webkit-transition: 0.4s ease all;
	transition: 0.4s ease all;
}
::-moz-input-placeholder{
	color: inherit;
	-moz-transition: 0.4s ease all;
	transition: 0.4s ease all;
}
:-moz-input-placeholder{
	color: inherit;
	-moz-transition: 0.4s ease all;
	transition: 0.4s ease all;
}
:-ms-input-placeholder{
	color: inherit;
	-ms-transition: 0.4s ease all;
	transition: 0.4s ease all;
}
:focus::-webkit-input-placeholder{
	color: transparent !important;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
}
:focus:-moz-placeholder{
	color: transparent !important;
	-moz-transform: rotateX(90deg);
	transform: rotateX(90deg);
}
:focus::-moz-placeholder{
	color: transparent !important;
	-moz-transform: rotateX(90deg);
	transform: rotateX(90deg);
}
:focus:-ms-input-placeholder{
	color: transparent !important;
	-ms-transform: rotateX(90deg);
	transform: rotateX(90deg);
}
input[type='checkbox'],input[type='submit'],input[type='reset'],input[type='radio'],input[type='image'],input[type='file'],button,label{
	cursor: pointer;
}
label:hover{
	color: #00567b;
}
a{
	color: inherit;
	text-decoration: underline;
	outline: none;
}
a.noline,
a:hover{
	text-decoration: none;
}
a[href^='tel']{
	text-decoration: none !important;
}
html, body{
	height: 100%;
}
body{
	font: 12px/1.67 Tahoma, Ubuntu, sans-serif;
	font-weight: normal;
	color: #6c6c6c;
	background: #fff;
}
.font{
	font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', 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, select{
	display: block;
	width: 100%;
	height: 36px;
	margin: 0;
	padding: 10px;
	font-size: 12px;
	line-height: normal;
	color: #6b6b6b;
	text-align: left;
	border: solid 1px #bebebe;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-transition: 0.4s ease all;
	-moz-transition: 0.4s ease all;
	-ms-transition: 0.4s ease all;
	-o-transition: 0.4s ease all;
	transition: 0.4s ease all;
}
input[type='number']{
    -moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none;
}
select{
	cursor: pointer;
	line-height: normal;
	padding: 0 30px 0 6px;
	background: #fff 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{
	border-color: #00567b;
}
textarea{
	height: 65px;
	text-align: left;
	resize: none;
}
[disabled]{
	cursor: not-allowed !important;
	opacity: 0.5 !important;
	text-decoration: none !important;
}
.submit{
	display: inline;
	width: auto;
	height: auto;
	font-size: 12px;
	line-height: normal;
	color: #e72222;
	text-transform: uppercase;
	text-decoration: underline;
	border: 0 none;
	background: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
input[type='reset'].submit{
	color: #aeabab;
	text-decoration: none;
	text-transform: none;
	border-bottom: dashed 1px #aeabab;
}
.submit:hover{
	text-decoration: none;
}
input[type='reset'].submit:hover{
	border-bottom-color: transparent;
}
.button{
	cursor: pointer;
	display: inline-block;
	width: auto;
	height: 28px;	   
	margin: 0;
	padding: 4px 10px;
	font-size: 10px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	border: 0 none;
	background: #e72222;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: 0.4s ease all;
	-moz-transition: 0.4s ease all;
	-ms-transition: 0.4s ease all;
	-o-transition: 0.4s ease all;
	transition: 0.4s ease all;
}
input.button{
	line-height: normal;
}
.button:hover{
	background-color: #00567b;
}
.button:active{
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}
.button[disabled]{
}
input[type='checkbox'],
input[type='radio']{
	display: none;
}
input[type='checkbox']+.input,
input[type='radio']+.input{
	width: 15px;
	height: 15px;
	margin: 0 8px 0 0;
	vertical-align: -3px;
	border: solid 1px #bebebe;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
label:hover input[type='checkbox']+.input,
label:hover input[type='radio']+.input{
	border-color: #00567b;
}
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: -6px 0 0 -5px;
	content: url('../images/checkbox.png');
	-webkit-transition: 0.4s ease all;
	-moz-transition: 0.4s ease all;
	-ms-transition: 0.4s ease all;
	-o-transition: 0.4s ease all;
	transition: 0.4s ease all;
}
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.4s ease all;
	-moz-transition: 0.4s ease all;
	-ms-transition: 0.4s ease all;
	-o-transition: 0.4s ease all;
	transition: 0.4s ease all;
}
.delay{
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.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 #ddd;
}
.table{
	display: table;
	border-spacing: 0;
	width: 100%;
}
.inline-table{
	display: inline-table;
	border-spacing: 0;
}
.tgroup{
	display: table-row-group;
}
.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;
}
.white{
	color: #fff;
}
.blue{
	color: #00567b;
}
/* off */

/* text */
.plaintext{
	text-align: justify;
}
.plaintext h1,
.plaintext h2,
.title{
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	text-transform: uppercase;
	color: #100f0f;
}
.plaintext h1:after,
.plaintext h2:after,
.title:after{
	display: block;
	content: ' ';
	width: 36px;
	height: 2px;
	margin: 4px 0 0;
	content: ' ';
	background: #ddd;
}
.white.title,
.white .title{
	color: #fff;
}
.plaintext a:not(.button){
	color: #00567b;
}
.plaintext p,
.plaintext h3,
.plaintext img{
	margin: 0 0 20px;
}
.plaintext img{
	max-width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.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 */

#wrapper{
	overflow: hidden;
	min-width: 1024px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #fff url('../images/bg.jpg') no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.inside{
	width: 980px;
	margin: 0 auto;
	padding: 20px;
	background: #fff;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
}
.sidebar{
	width: 216px;
}
.content{
	width: 680px;
}
.bg{
	background: url('../images/bg-blue.jpg');
}

/* header */
header{
	padding: 30px 0 0;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
}
header .inside{
	padding-bottom: 0;
}
header .left-part{
	width: 540px;
}
.logo{
	margin: 8px 0 0;
}
.phones{
	width: auto;
	height: 40px;
	margin: -4px 20px 0 0;
	font-size: 16px;
	line-height: 1.25;
	color: #3f3f3f;
}
header .callback{
	margin: 2px 0 0;
}
.phones.icq{
	margin-right: 0;
}
.phones .img{
	padding: 0 14px 0 0;
}
.nav{
	margin: 6px 0 0;
}
.nav .td{
	width: 10000px;
}
.nav .td:first-child,
.nav .td:last-child{
	width: 5000px;
	text-align: left;
}
.nav .td:last-child{
	text-align: right;
}
.nav .td:before{
	position: absolute;
	left: -2px;
	content: '|';
}
.nav .td:first-child:before{
	content: none;
}
.nav a:hover,
.nav .active a{
	color: #00567b;
}
.nav .active a{
	cursor: default;
}
.basket-box{
	z-index: 15;
	margin: 9px 0 0;
	padding: 7px 14px;
	border: solid 2px #00567b;
}
/*.basket-box.active{
	border-color: #00567b;
}*/
.basket-box:after{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 6px;
	margin: -2px 0 0;
	content: ' ';
	background: transparent;
	-webkit-transition: 0.4s ease all;
	-moz-transition: 0.4s ease all;
	-ms-transition: 0.4s ease all;
	-o-transition: 0.4s ease all;
	transition: 0.4s ease all;
}
.basket-box.active:after{
	background: #fff;
}
.basket-button{
	cursor: pointer;
	width: auto;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.basket-button .txt{
	padding: 0 12px;
}
.count{
	width: 32px;
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	color: #fff;
	background: #00567b;
}
.basket-button:hover .count,
.basket-box.active .count{
	background: #e72222;;
}
.arrow-top{
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 4.5px 0 4.5px;
	border-width: 0 4.5px 8px 4.5px;
	border-color: transparent transparent #b9b9b9 transparent;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.active .arrow-top{
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.basket-table{
	display: none;
	position: absolute;
	top: 100%;
	right: -2px;
	width: 152px;
	padding: 10px 18px;
	font-size: 11px;
	line-height: 1.5;
	color: #100f0f;
	border: solid 2px transparent;
	background: #fff;
	-webkit-transition: 0.4s ease border;
	-moz-transition: 0.4s ease border;
	-ms-transition: 0.4s ease border;
	-o-transition: 0.4s ease border;
	transition: 0.4s ease border;
}
.basket-box.active .basket-table{
	border-color: #00567b;
}
.basket-table table{
	width: 100%;
	margin: 0 0 10px;
}
.basket-table td{
	width: 1000px;
	padding: 10px 0;
	vertical-align: top;
	border-bottom: solid 1px #ddd;
}
.basket-table td:last-child{
	width: 0;
	padding: 9px 0 0 20px;
	text-align: right;
}
.basket-table .price{
	margin: 4px 0 0;
	font-size: 12px;
}
.remove{
	cursor: pointer;
	font-size: 12px;
	color: #aeabab;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.remove:hover{
	color: #00567b;
}
.rur{
	text-transform: uppercase;
}
.rur:before{
	position: absolute;
	margin: 2px 0 0;
	content: '-';
}
/* header off */

/* content */
main{
	padding: 0 0 160px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
}
.search{
	margin: 0 0 20px;
}
.search input[type='text']{
	height: 43px;
	padding: 0 55px 0 10px;
	border: solid 4px #00567b;
}
.search input[type='submit']{
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
	height: 43px;
	border: 0 none;
	background: #00567b url('../images/icon-search.png') no-repeat center center;
}
.search input[type='submit']:hover{
	background-color: #e72222;
}
.sidebar h2.white{
	overflow: hidden;
	height: 23px;
	margin: 0 0 20px;
	padding: 10px;
	font-size: 14px;
	text-overflow: ellipsis;
}
.cat-show-box{
	cursor: pointer;
	position: absolute;
	width: 10px;
	height: 12px;
	right: 10px;
	top: 50%;
	margin: -6px 0 0;
}
.cat-show{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 2px;
	margin: -1px 0 0;
	background: #fff;
}
.cat-show:before,
.cat-show:after{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: -5px 0 0;
	content: ' ';
	background: #fff;
}
.cat-show:after{
	margin-top: 5px;
}
.side-nav,
.side-banner,
.side-vendors{
	margin: 0 0 40px;
}
.side-nav > ul > li{
	padding: 7px 10px;
	border-top: solid 1px #fff;
}
.side-nav li:first-child{
	border-top: 0 none;
}
.has-sub{
	cursor: pointer;
	font-family: 'Arial Narrow', 'Arial', Ubuntu, sans-serif;
	position: absolute;
	right: -10px;
	top: 50%;
	margin: -15px 0 0;
	padding: 0 4px;
	font-size: 18px;
}
.active .has-sub{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.side-nav > ul > li > div > a:hover{
	text-decoration: underline;
}
.side-nav li.active > a{
	cursor: default;
}
.side-nav .sub-nav{
	display: none;
	width: 100%;
	padding: 10px !important;
	margin: 7px -10px -10px !important;
	color: #100f0f;
	text-transform: none;
	background: #fff;
}
.side-nav .sub-nav a:hover,
.side-nav .sub-nav .active a{
	color: #e72222;
}
.side-banner li{
	margin: 20px 0 0;
}
.side-banner li:first-child{
	margin: 0;
}
.side-vendors li{
	width: 72px;
	height: 50px;
	vertical-align: top;
}
.side-vendors li .td{
	padding: 5px;
}
.side-vendors:not(.main-vendors) li:nth-child(3n) .td{
	padding-right: 0;
	text-align: right;
}
.side-vendors:not(.main-vendors) li:nth-child(3n+1) .td{
	padding-left: 0;
	text-align: left;
}
.side-vendors li img{
	max-width: 62px;
}
.main-vendors li{
	width: 10000px;
}
.main-vendors li:first-child,
.main-vendors li:last-child{
	width: 5000px;
	text-align: left;
}
.main-vendors li:last-child{
	text-align: right;
}
.show-all{
	cursor: pointer;
	text-decoration: underline;
}
.show-all:hover{
	text-decoration: none;
}
.banner{
	margin: 0 0 20px;
}
.catalog,
.sell-out,
.main-vendors,
.seo{
	margin: 0 0 40px;
}
.items-list li{
	width: 216px;
	margin: 30px 0 0 16px;
}
.items-list li:nth-child(1),
.items-list li:nth-child(2),
.items-list li:nth-child(3){
	margin-top: 0;
}
.items-list li:nth-child(3n){
	margin-right: -16px;
}
.items-list li:nth-child(3n+1){
	margin-left: 0;
}
.items-list li .img{
	height: 216px;
}
.items-list li .img .td,
.mainimage .td{
	border: solid 2px #f3f3f3;
}
.items-list li:hover .img .td,
.mainimage .td:hover{
	border-color: #e72222;
}
.items-list:not(.catalog-list) li a{
	color: #100f0f;
}
.items-list:not(.catalog-list) li:hover a{
	color: #e72222;
}
.items-list figcaption a > *{
	display: block;
}
.items-list figcaption .name{
	margin: 0 0 4px;
	padding: 8px 0 0;
	font-size: 14px;
	line-height: 1.25;
}
.items-list figcaption .desc{
	margin: 0 0 4px;
	color: #6c6c6c;
}
.content+hr{
	margin: 0 0 20px;
}
.sell-ul li{
	width: 216px;
	margin: 20px 0 0 20px;
	border: solid 2px #f3f3f3;
}
.sell-ul li:nth-child(1),
.sell-ul li:nth-child(2),
.sell-ul li:nth-child(3),
.sell-ul li:nth-child(4){
	margin-top: 0;
}
.sell-ul li:nth-child(4n){
	margin-right: -20px;
}
.sell-ul li:nth-child(4n+1){
	margin-left: 0;
}
.sell-ul li:hover{
	border-color: #e72222;
}
.sell-ul figcaption{
	height: 40px;
	line-height: 1.25;
}
.sell-ul li > a,
.sell-ul figcaption a{
	display: block;
	padding: 10px;
}
.sell-ul li > a{
	padding-top: 0;
}
.sell-ul figcaption a{
	padding-bottom: 0;
}
.sell-ul .img{
	height: 170px;
}
.sell-ul .img .td{
	padding: 10px;
}
.sell-ul .price{
	display: block;
	padding: 6px 0 0;
}
.sell-ul .percent{
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 22px;
	height: 22px;
	font-size: 12px;
	line-height: 20px;
	background: #e72222;
}
.main-vendors{
	padding-bottom: 20px;
	border-bottom: solid 1px #ddd;
}
.breadcrumbs{
	cursor: default;
	margin: -4px 0 20px;
	font-size: 11px;
	color: #aeabab;
}
.breadcrumbs a:hover{
	text-decoration: underline;
}
.breadcrumbs .active{
	cursor: default;
	color: #6c6c6c;
	text-decoration: none !important;
}
.cart-table{
	color: #aeabab;
	line-height: 1.5;
}
.cart-table h3{
	height: 36px;
	margin: -2px 0 14px;
}
.cart-table h3,
.cart-table .price,
.cart-table tbody tr:last-child td:first-child a{
	color: #100f0f;
}
.cart-table tr:hover h3 a,
.cart-table tbody tr:last-child td:first-child a:hover{
	text-decoration: underline;
}
.cart-table td{
	padding: 10px 0 10px 40px;
	border-bottom: solid 1px #ddd;
}
.cart-table tbody tr:first-child td{
	padding-top: 20px;
}
.cart-table tbody td:nth-child(2){
	padding-left: 16px;
}
.cart-table td:first-child{
	padding-left: 0;
}
.cart-table thead td{
	font-size: 11px;
}
.cart-table tbody tr:last-child td{
	vertical-align: top;
	border-bottom: 0 none;
}
.cart-table tbody tr:not(:last-child) td:last-child{
	text-align: right;
}
.cart-table tbody tr:last-child td:last-child{
	font-size: 16px;
}
.cart-table .img{
	display: block;
	width: 46px;
	height: 46px;
	padding: 5px;
	border: solid 2px #f3f3f3;
}
.cart-table .img .td{
	width: 46px;
	height: 46px;
}
.cart-table tr:hover .img{
	border-color: #e72222;
}
.cart-table .img img{
	max-width: 46px;
	max-height: 46px;
}
.cart-table input[type='number']{
	width: 30px;
	height: 30px;
	padding: 0;
	line-height: normal;
	text-align: center;
}
.content-filter{
	margin: 0 0 20px;
	padding: 10px 0;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
.price-filter a{
	border-bottom: dashed 1px #6c6c6c;
}
.price-filter a:hover{
	color: #e72222;
	border-bottom-color: transparent;
}
.price-filter > *{
	margin-left: 4px;
}
.view-filter li{
	margin: -1px 0 -1px 11px;
}
.view-filter .noline{
	cursor: pointer;
	display: block;
	width: 22px;
	height: 22px;
	background: #aeabab;
}
.view-filter .active .noline{
	cursor: default;
	background: #00567b;
}
.view-filter li:not(.active) .noline:hover{
	background: #e72222;
}
.view-filter .noline:before,
.view-filter .tiles-a.noline:after{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 6px;
	margin: -5px 0 0;
	content: ' ';
	border-top: solid 2px #fff;
	border-bottom: solid 2px #fff;
}
.view-filter .tiles-a.noline:after{
	left: 50%;
	top: 0;
	width: 6px;
	height: 100%;
	margin: 0 0 0 -5px;
	border: 0 none;
	border-left: solid 2px #fff;
	border-right: solid 2px #fff;
}
.side-filter{
	margin: 54px 0 40px;
}
.filter-section{
	margin: 0 0 20px;
	padding: 0 0 16px;
	border-bottom: solid 1px #ddd;
}
.filter-section h3{
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.filter-section h3 .txt{
	border-bottom: dashed 1px #00567b;
}
.filter-section h3 .arrow-top{
	border-bottom-color: #00567b;
}
.filter-section h3:hover .arrow-top{
	border-bottom-color: #e72222;
}
.filter-section h3:hover .txt{
	color: #e72222;
	border-bottom-color: transparent;
}
.filter-section .filter-inside{
	padding: 10px 0 0;
}
.range-slider{
	margin: 0 0 10px;
}
.filter-section .val{
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 56px;
	font-size: 11px;
	color: #aeabab;
	text-align: left;
}
.filter-section .mid.val{
	left: 50%;
	margin-left: -28px;
	text-align: center;
}
.filter-section .max.val{
	left: auto;
	right: 0;
	text-align: right;
}
input~.input~.txt{
	color: #6c6c6c;
}
input:checked~.input~.txt{
	color: #100f0f;
}
label:hover input~.input~.txt{
	color: #00567b !important;
}
.filter-ul li{
	margin: 5px 0 0;
}
.filter-ul li:first-child{
	margin: 0;
}
.filter-buttons{
	margin: 0 0 40px;
}
.catalog-list{
	padding: 0 0 30px;
}
.catalog-item{
	margin: 20px 0 0;
	padding: 8px;
	border: solid 2px #f3f3f3;
}
.catalog-item:first-child{
	margin: 0;
}
.catalog-item:hover{
	border-color: #e72222;
}
.catalog-item .image{
	width: 184px;
	height: 148px;
}
.catalog-item .image img{
	max-width: 184px;
	max-height: 148px;
}
.desc-table{
	width: 468px;
}
.desc-table td{
	width: 1000px;
	padding: 0 0 0 16px;
	vertical-align: top;
}
.desc-table td:first-child{
	padding: 0;
}
.desc-table td[colspan]{
	padding: 10px 0 0;
}
.desc-table td[colspan] hr+hr{
	margin: 0 0 6px;
}
.desc-table td:nth-child(even){
	width: 0;
	white-space: nowrap;
}
.desc-table th{
	padding: 0 0 6px;
	font-weight: normal;
	text-align: left;
}
.catalog-item:hover .desc-table th{
	color: #e72222;
}
.desc-table .submit{
	text-decoration: none;
}
.desc-table .noline:hover,
.desc-table .submit:hover{
	text-decoration: underline;
}
.desc-table .price{
	width: 95px;
	color: #100f0f;
}
.add-basket img,
.one-click img{
	margin: 0 8px 0 0;
	vertical-align: -2px;
}
.add-basket{
	margin-right: 28px;
}
.paginator{
	padding: 16px 0 40px;
	border-top: solid 1px #ddd;
}
.paginator li,
.how-payment .num{
	width: 27px;
	height: 27px;
	margin: 0 5px 0 0;
	color: #100f0f;
	line-height: 26px;
	border: solid 2px #f3f3f3;
	background: #fff;
}
.paginator li.prev{
	margin-right: 15px;
}
.paginator li.next{
	margin-left: 10px;
}
.paginator li:hover,
.paginator li.active{
	color: #fff;
	border-color: #e72222;
	background: #e72222;
}
.paginator li.active,
.how-payment .num{
	color: #fff;
	border-color: #00567b !important;
	background: #00567b !important;
}
.how-payment .num{
	margin: 0;
}
.paginator li.active a{
	cursor: default;
}
.paginator li a{
	display: block;
	width: 27px;
	height: 27px;
}
.catalog-list.tiles li{
	overflow: hidden;
	position: relative;
	float: left;
	width: 212px;
	height: 250px;
	padding: 0;
	background: #fff;
}
.catalog-list.tiles li:hover{
	z-index: 2;
	height: 290px;
	margin-bottom: -40px;
}
.catalog-list.tiles li .img{
	position: relative;
	z-index: 1;
	width: 212px;
	height: 212px;
}
.catalog-list.tiles li .image img{
	max-width: 192px;
	max-height: 152px;
}
.catalog-list.tiles li .image .td{
	padding: 52px 10px 10px;
	border: 0 none !important;
}
.catalog-list.tiles .desc-table{
	float: none;
	width: 100%;
}
.catalog-list.tiles .desc-table,
.catalog-list.tiles .desc-table tr,
.catalog-list.tiles .desc-table td{
	display: block;
	width: auto;
}
.catalog-list.tiles .desc-table td[colspan]{
	display: block;
	width: 192px;
	padding: 0 10px;
}
.catalog-list.tiles .desc-table td[colspan]:after{
	display: block;
	height: 0;
	content: ' ';
	clear: both;
}
.catalog-list.tiles .desc-table th{
	position: absolute;
	left: 10px;
	right: 10px;
	top: 5px;
	padding: 0;
}
.catalog-list.tiles .desc-table td:not([colspan]){
	display: none;
}
.catalog-list.tiles .price,
.catalog-list.tiles .add-basket,
.catalog-list.tiles .one-click,
.catalog-list.tiles .compare{
	width: auto;
	margin: 0;
}
.catalog-list .add-basket,
.catalog-list .one-click,
.catalog-list .compare{
	-webkit-transition: 0.4s ease all;
	-moz-transition: 0.4s ease all;
	-ms-transition: 0.4s ease all;
	-o-transition: 0.4s ease all;
	transition: 0.4s ease all;
}
.catalog-list.tiles .add-basket,
.catalog-list.tiles .one-click,
.catalog-list.tiles .compare{
	opacity: 0;
	clear: right;
	float: right;
}
.catalog-list.tiles li:hover .add-basket,
.catalog-list.tiles li:hover .one-click,
.catalog-list.tiles li:hover .compare{
	opacity: 1;
}
.product-block{
	border-top: solid 1px #ddd;
	padding: 20px 0;
}
.product-block .back{
	color: #100f0f;
}
.product-block .link:hover{
	text-decoration: underline;
}
.product-block h1{
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1.1;
	color: #e72222;
	text-transform: none;
}
.mainimage-block{
	width: 356px;
}
.mainimage{
	height: 356px;
}
.mainimage img{
	max-width: 356px;
	max-height: 356px;
}
.thumbs-list li{
	width: 60px;
	height: 60px;
	margin: 10px 0 0 14px;
}
.thumbs-list li:nth-child(5n+1){
	margin-left: 0;
}
.thumbs-list .td{
	width: 56px;
	height: 56px;
	border: solid 2px #f3f3f3;
}
.thumbs-list .td:hover{
	border-color: #e1e0e0;
}
.thumbs-list .active .td{
	cursor: default;
	border-color: #e72222 !important;
}
.thumbs-list img{
	max-width: 54px;
	max-height: 54px;
}
.product-desc{
	width: 308px;
	margin: -4px 0 0;
}
.product-desc .blue:hover{
	text-decoration: underline;
}
.product-desc .desc{
	padding: 14px 0 20px;
}
.product-desc .cart-table{
	width: 100%;
	white-space: nowrap;
}
.product-desc .cart-table td{
	width: 0 !important;
	padding: 4px 0 20px 16px !important;
	border-bottom: solid 1px #ddd !important;
}
.product-desc .cart-table td:last-child{
	width: 1000px !important;
}
.product-desc .cart-table td:first-child{
	padding-left: 0 !important;
}
.product-desc .cart-table .price{
	margin: -4px 0 0;
	font-size: 16px;
}
.product-desc .cart-table .price .rur:before{
	margin-top: 3px;
}
.product-desc .cart-table .add-basket{
	margin: -4px 0 0;
}
.product-info{
	padding: 10px 0 0;
	color: #100f0f;
}
.product-info td:first-child{
	padding-right: 10px;
}
.product-info a{
	color: #00567b;
}
.product-tabs{
	padding: 30px 0 40px;
}
.tab-nav{
	margin: 0 0 10px;
}
.tab-nav li{
	cursor: pointer;
	margin: 0 20px 0 0;
	font-size: 14px;
	border-bottom: solid 2px #ddd;
}
.tab-nav li:hover{
	color: #e72222;
	border-bottom-color: #e72222;
}
.tab-nav li.active{
	cursor: default;
	color: #00567b !important;
	border-bottom-color: #00567b !important;
}
.steps{
	padding: 0 0 40px;
}
.steps hr{
	position: absolute;
	left: 0;
	top: 33px;
	width: 100%;
	border-top-width: 4px;
}
.steps hr:before,
.steps hr:after{
	position: absolute;
	top: 50%;
	margin: -9px 0 0;
	content: ' ';
}
.steps hr:before{
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 12px;
	border-color: transparent transparent transparent #00567b;
}
.steps hr:after{
	right: 0;
	width: 14px;
	height: 14px;
	background: #00567b;
}
.steps-ul{
	padding: 0 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.steps-ul > .td{
	width: 10000px;
	vertical-align: top;
}
.steps .img{
	width: 71px;
	height: 71px;
}
.steps .img .td{
	border: solid 3px #ddd;
	background: #fff;
}
.steps .txt{
	width: 120px;
	margin: 10px auto;
	color: #100f0f;
	white-space: normal;
}
.russia-map{
	height: 323px;
	margin: 0 0 40px;
	padding: 60px 0 0;
	font-size: 16px;
	background: url('../images/map.png') no-repeat center center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.russia-map strong{
	font-size: 22px;
}
.callbackform{
	height: 120px;
	margin: 0 0 40px;
	background: url('../images/bg-form.jpg') no-repeat left top;
}
.callbackform .before-send h3{
	font-size: 16px;
	padding: 10px 60px 0;
}
.callbackform .before-send table{
	border-spacing: 10px;
}
.callbackform .after-send table{
	width: 100%;
	height: 120px !important;
}
.callbackform input[type='tel']{
	width: 200px;
	border: solid 2px #fff;
}
.callbackform input[type='tel']:focus{
	border-color: #ddd;
}
.callbackform .button{
	width: 148px;
	height: 36px;
	font-size: 12px;
	border: solid 2px #fff;
	background: transparent;
}
.callbackform .button:hover{
	background: rgba(255,255,255,0.1);
}
.seo-vendors{
	margin: 0 0 40px;
	font-size: 14px;
}
.seo-vendors-table+.seo-vendors-table{
	margin: 20px 0 0;
}
.seo-vendors-table .td{
	width: 10000px;
}
.seo-vendors-table .td:first-child,
.seo-vendors-table .td:last-child{
	text-align: left;
	width: 5000px;
}
.seo-vendors-table .td:last-child{
	text-align: right;
}
.seo-vendors-table .td img{
	max-width: none;
	max-height: none;
}
.ya-map-box{
	margin: 0 0 40px;
}
.ya-map-box .scroll{
	overflow: auto;
	width: 192px;
	height: 290px;
}
.ya-map{
	width: 483px;
	height: 290px;
}
.ya-phone{
	margin: 0 0 10px;
}
.dark{
	color: #100f0f;
}
.list li:not(:last-child){
	margin: 0 0 14px;
	padding: 0 0 14px;
	border-bottom: solid 1px #ddd;
}
.ya-address a.noline:hover{
	text-decoration: underline;
}
.jspVerticalBar{
	width: 7px;
	background: none;
}
.jspTrack{
	background: #dbdbdb;
}
.jspDrag{
	background: #00567b url(../images/scroll.png) no-repeat center center;
}
.block{
	margin: 0 0 40px;
}
.block p{
	text-align: justify;
}
.how-payment .num{
	margin: 5px 0 0;
}
.how-payment .txt{
	width: 632px;
}
.review-ul li:not(:first-child){
	margin: 20px 0 0;
}
.review-ul .img{
	width: 100px;
	height: 100px;
	margin: 5px 0 0;
}
.review-ul li:nth-child(even) .img{
	float: right;
}
.review-ul .txt{
	width: 564px;
}
.review-ul .txt h3{
	margin: 0 0 10px;
}
.review-ul li:nth-child(even) .txt{
	float: left;
}
.review-ul li:nth-child(even) .txt h3{
	text-align: right;
}
.more-company{
	margin: 20px 0 0;
}
/* range slider */
.amount-box{
	display: inline-block;
}
input.amount{
	display: inline-block;
	width: 55px;
	height: 30px;
	padding: 0;
	line-height: normal;
	text-align: center;	
}
#range-slider .ui-slider-handle{
	cursor: pointer;
	top: -7px;
	width: 18px !important;
	height: 18px !important;
	margin-left: -9px;
	border: 0 none !important;
	background: #00567b !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;
	-webkit-transition: 0.4s ease background;
	-moz-transition: 0.4s ease background;
	-ms-transition: 0.4s ease background;
	-o-transition: 0.4s ease background;
	transition: 0.4s ease background;
}
#range-slider .ui-slider-handle:hover,
#range-slider .ui-slider-handle:active{
	z-index: 101;
	background: #e72222 !important;
}
#range-slider.ui-widget-content{
	margin: 30px 0 0;
	height: 4px;
	border: 0 none;
	background: #ddd;
}
.ui-slider-horizontal .ui-slider-range{
	background: #00567b;
	-webkit-transition: 0.4s ease background;
	-moz-transition: 0.4s ease background;
	-ms-transition: 0.4s ease background;
	-o-transition: 0.4s ease background;
	transition: 0.4s ease background;
}
.ui-slider-horizontal:active .ui-slider-range{
	background: #e72222;
}
/* range-slider off */

/* content off */

/* footer */
footer{
	min-width: 1000px;
	height: 160px;
	margin: -160px 0 0;
	font-size: 11px;
	color: #aeabab;
}
footer .inside{
	height: 130px;
}
footer .inside hr{
	margin: -20px 0 18px;
}
footer a:hover,
footer .active a{
	color: #6c6c6c;
}
footer .active a{
	cursor: default;
}
.copy{
	margin: 0 0 30px;
}
.payment li{
	margin: 0 0 0 10px;
	vertical-align: middle;
}
.payment li:first-child{
	margin-left: 0;
}
.footer-nav ul{
	margin: 0 0 0 40px;
}
.dev{
	margin: 0 0 18px;
}
/* footer off */

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

/* form */
.fancybox-lock{
	overflow: visible !important;
}
.popup .fancybox-close{
	right: 14px;
	top: 20px;
	width: 24px;
	height: 24px;
	color: #100f0f;
	background: none !important;
	-webkit-transition: 0.4s ease all;
	-moz-transition: 0.4s ease all;
	-ms-transition: 0.4s ease all;
	-o-transition: 0.4s ease all;
	transition: 0.4s ease all;
}
.popup.fancybox-type-image .fancybox-close{
	right: 0;
	top: 0;
}
.popup .fancybox-close:hover{
	color: #e72222;
}
.popup .fancybox-close:before{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	font-size: 16px;
	line-height: 16px;
	content: 'X';
	text-align: center;
}
.form{
	width: 360px;
}
.form table{
	width: 100%;
}
.form .before-send td{
	padding: 10px 0 0;
}
.form .before-send tr:first-child td{
	padding: 0;
}
.after-send{
	display: none;
}
.after-send .title{
	margin: 0;
}
.after-send .title:after{
	content: none;
}
/* form off */







/* eof */