@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: #82979f;
	-webkit-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
::-moz-input-placeholder{
	color: #82979f;
	-moz-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
:-moz-input-placeholder{
	color: #82979f;
	-moz-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
:-ms-input-placeholder{
	color: #82979f;
	-ms-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.error::-webkit-input-placeholder{
	color: #cd3301 !important;
}
.error:-moz-placeholder{
	color: #cd3301 !important;
}
.error::-moz-placeholder{
	color: #cd3301 !important;
}
.error:-ms-input-placeholder{
	color: #cd3301 !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;
}
a{
	text-decoration: underline;
	outline: none;
	color: inherit;
}
a:hover,
a[href^='tel']{
	text-decoration: none;
}
.blue:not(.button){
	color: #00ccff;
}
.gray{
	color: #82979f;
}
.green{
	color: #7ab039;
}
.black{
	color: #000;
}
html, body{
	height: 100%;
}
body{
    font: 12px/1.67 Tahoma, Ubuntu, sans-serif;
	color: #515658;
	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: 32px;
	margin: 0;
	padding: 6px 12px 6px;
	font-size: 12px;
	line-height: 20px;
	color: #515658;
	text-align: left;
	border: solid 1px #cfcfcf;
	background: #fff url('../images/blank.png') no-repeat right 11px center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
textarea{
	height: 136px;
	text-align: left;
	resize: none;
}
select{
	cursor: pointer;
	padding: 0 30px 0 6px;
	background: #fff url('../images/select.png') no-repeat right 10px 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: #00ccff;
}
.error{
	color: #cd3301 !important;
}
input.error,
textarea.error{
	padding-right: 36px !important;
/*	border-color: #cd3301 !important;*/
	background: #fff url('../images/error.png') no-repeat right 12px center !important;
}
/*select.error{
	border-color: #cd3301 !important;
}*/
input.ok,
textarea.ok{
	padding-right: 36px !important;
	color: #65c220 !important;
	background: #fff url('../images/ok.png') no-repeat right 12px center !important;
}
[disabled]{
	cursor: not-allowed !important;
	opacity: 0.5 !important;
}
textarea,
textarea.error{
	padding-left: 12px !important;
	background-position: right 12px top 11px !important;
}
.button{
	cursor: pointer;
	display: inline-block;
	width: auto;
	height: 37px;
	margin: 0;
	padding: 10px 13px 11px;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	border: 0 none;
	background: #cb3400;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.button.small{
	padding: 6px 4px;
	height: 26px;
	font-size: 9px;
	line-height: 14px;
}
input.button,
input.button.small{
	line-height: 95% !important;
}
.button.blue{
	background: #00ccff;
}
.button:hover{
	-webkit-box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.1);
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.1);
}
input[type='checkbox'],
input[type='radio']{
	display: none;
}
input[type='checkbox']+.input,
input[type='radio']+.input{
	position: relative;
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0 6px 0 0;
	font-size: 0;
	line-height: 0;
	vertical-align: -3px;
	border: solid 1px #c0c0c0;
	text-align: center !important;
	background: #fff;
}
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: 2px;
	top: 2px;
	content: url('../images/checkbox.png');
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
input[type='radio']+.input:after{
	left: 4px;
	top: 4px;
	content: url('../images/radio.png');
}
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.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{
	height: 0;
	margin: 0;
	padding: 0;
	border: 0 none;
	border-top: solid 1px #515658;
	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{
	text-align: justify;
}
.plaintext h1,
.plaintext h2,
.plaintext h3,
.plaintext h4,
.title{
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 1.33;
	color: #000;
}
.catalog .seo h1,
.catalog .seo h2,
.title{
	padding: 8px 15px;
	background: #f1f5f6;
}
.plaintext h3{
	font-size: 14px;
}
.plaintext h4{
	margin: 0;
	font-size: inherit;
	font-weight: bold;
	color: #515658;
}
.plaintext hr{
	margin: 0 0 20px;
}
.plaintext a{
	color: #00ccff;
}
.plaintext p,
.plaintext img{
	margin: 0 0 20px;
}
.plaintext p img{
	margin: 0;
}
.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;
}
/* off */

#up2top{
	opacity: 0.25;
	display: none;
	cursor: pointer;
	position: fixed;
	z-index: 200;
	left: 50%;
	bottom: 0;
	margin-left: -45px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-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: 1;
	filter: none;
    -webkit-filter: none;
}
#wrapper{
	overflow: hidden;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #fff;
	-webkit-transition: 0.5s ease opacity;
	-moz-transition: 0.5s ease opacity;
	-o-transition: 0.5s ease opacity;
	transition: 0.5s ease opacity;
}
.inside{
	width: 960px;
	margin: 0 auto;
}
/* header */
header{
}
header .top{
	padding: 3px 0 4px;
	color: #000;
	background: #bfbfbf;
}
header .top > .inside > ul > li:before{
	margin: 0 8px;
	content: '|';
}
header .top li:first-child:before,
header .top li.actions:before{
	display: none;
}
header .top a{
	text-decoration: none;
}
header .top a:hover{
	text-decoration: underline;
}
header .top li.actions{
	margin: 0 0 0 8px;
}
header .top li.actions a{
	display: block;
	margin: -3px 0 -4px;
	padding: 3px 8px 4px;
	color: #fff;
	background: #c30;
}
.sign-list li{
	z-index: 55;
}
.sign-list li .sign-link{
	cursor: pointer;
	display: block;
	position: relative;
	z-index: 2;
	height: 20px;
	margin: -3px 0 -4px -1px;
	padding: 2px 10px 3px;
	border: solid 1px transparent;
	-webkit-transition: 0.25s ease background, 0.25s ease border, 0.25s ease color;
	-moz-transition: 0.25s ease background, 0.25s ease border, 0.25s ease color;
	-o-transition: 0.25s ease background, 0.25s ease border, 0.25s ease color;
	transition: 0.25s ease background, 0.25s ease border, 0.25s ease color;
}
.sign-list li:hover,
.sign-list li.active{
	z-index: 60;
}
.sign-list li:hover{
	z-index: 62;
}
.sign-list li:hover .sign-link,
.sign-list li.active .sign-link{
	color: #cd3301;
	border-color: #eaf0f1;
	background: #fff;
}
.sign-list li.active .sign-link{
	padding-bottom: 9px;
	margin-bottom: -10px;
	border-bottom: 0 none;
}
.sign-list li:last-child{
	margin-right: -11px;
}
.sign-list li:first-child+li:before{
	position: absolute !important;
	z-index: 5;
	margin: 0 0 0 -2px !important;
}
.sign-list li.active:first-child .sign-link{
	padding-left: 51px;
}
.sign-sub{
	display: none;
	position: absolute;
	right: -1px;
	top: 28px;
	padding: 10px;
	border: solid 1px #eaf0f1;
	background: #fff;
}
.top .sign-sub .fancy{
	text-decoration: underline;
}
.top .sign-sub .fancy:hover{
	text-decoration: none;
}
.top li:first-child .sign-sub{
	left: -1px;
	right: auto;
}
.sign-sub li{
	margin: 10px 0 0;
}
.sign-sub li:last-child{
	margin-top: 20px;
}
.sign-sub input:not([type='submit']){
	width: 150px;
}
header .middle{
	z-index: 8;
	padding: 24px 0;
	background: #e8edef;
	-webkit-box-shadow: 0 4px 4px #c8cacb;
	-moz-box-shadow: 0 4px 4px #c8cacb;
	box-shadow: 0 4px 4px #c8cacb;
}
.phones{
	margin: -4px 0 0 60px;
}
.phones .city,
.product-select-city .city{
	cursor: pointer;
	position: relative;
	z-index: 1;
	width: 85px;
	color: #00ccff;
	white-space: nowrap;
}
.phones .city .name,
.product-select-city .city .name{
	overflow: hidden;
	max-width: 65px;
	text-overflow: ellipsis;
}
.phones .city img,
.product-select-city .city img{
	vertical-align: 6px;
}
.city-list,
.phones-list li{
	display: none;
}
.phones-list{
	margin: 0 0 10px;
}
.phones-list li{
	max-width: 160px;
	font-size: 18px;
	line-height: 1.33;
	color: #000;
}
.city-list.active,
.phones-list li.active{
	display: block;
}
.free-call,
.work-time .gray{
	font-size: 12px;
	line-height: 1.67;
	color: #82979f;
}
.city-list{
	position: absolute;
	margin: -29px 0 0 -11px;
	padding: 30px 10px 4px;
	border: solid 1px #cfcfcf;
	background: #fff;
}
.city-list li{
	cursor: pointer;
}
.city-list li:hover,
.city-list li.current{
	color: #00ccff;
}
.city-list li.current{
	cursor: default;
}
header .middle .right-part{
	width: 434px;
}
.basket{
	margin: -4px 0 0;
	padding: 0 0 0 37px;
	color: #82979f;
	background: url('../images/basket.png') no-repeat left 4px;
}
.basket .title{
	margin: 0;
	padding: 0;
	background: none;
}
.basket a{
	color: #c30;
}
header .search{
	margin: 4px 0 0;
}
.search input[type='text']{
	padding-right: 32px;
}
.search input[type='submit']{
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
	height: 32px;
	border: 0 none;
	background: url('../images/search.png') no-repeat center center;
}
.search input[type='submit']:hover{
	opacity: 0.75;
}
.search .placeholder{
	pointer-events: none;
	overflow: hidden;
	display: block;
	position: absolute;
	left: 13px;
	top: 6px;
	color: #82979f;
}
.search input:focus+.placeholder,
.search .placeholder.hidden{
	text-indent: -100px;
	color: transparent;
}
.search input:focus+.placeholder .blue,
.search .placeholder.hidden .blue{
	color: transparent;
}
header .bottom{
	z-index: 6;
	height: 96px;
	background: #e8edef;
	-webkit-box-shadow: 0 4px 4px #c8cacb;
	-moz-box-shadow: 0 4px 4px #c8cacb;
	box-shadow: 0 4px 4px #c8cacb;
}
.nav{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	white-space: nowrap;
}
.nav .table{
	height: 96px;
}
.nav > ul > li > a{
	border-left: solid 1px #d9dbde;
}
.nav > ul > li:first-child > a{
	border-left: 0 none;
}
.nav li.discount:before{
	display: block;
    position: absolute;
	left: 0;
	top: 0;
	width: 3000px;
	height: 100%;
	content: ' ';
	background: #fff;
}
.nav .td{
	width: 1000px;
}
.nav > ul > li > a{
	text-decoration: none;
}
.nav li.discount > a{
	color: #c30;
}
.nav a:hover,
.nav li.active > a{
	color: #00ccff !important;
	text-decoration: none;
}
.nav li.active > a{
	cursor: default;
}
.nav .img{
	height: 42px;
	padding: 8px 0 0;
}
.nav img{
	max-width: none;
	max-height: none;
}
.nav img:first-child{
	opacity: 0;
	position: absolute;
}
/*.nav li.discount img:first-child{
	position: static;
}*/
.nav a:hover img,
.nav li.active img{
	opacity: 0;
}
.nav a:hover img:first-child,
.nav li.active img:first-child/*,
.nav li.discount img:first-child*/{
	opacity: 1;
}
.nav .txt{
	padding: 0 10px;
	vertical-align: top;
}
.fixed-header{
	position: fixed;
	z-index: 1001;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 66px;
	padding: 8px 0;
	background: #e8edef;
	-webkit-box-shadow: 0 4px 4px #c8cacb;
	-moz-box-shadow: 0 4px 4px #c8cacb;
	box-shadow: 0 4px 4px #c8cacb;
}
.fixed-header.hidden{
	top: -82px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.fixed-header .inside{
	position: relative;
}
.fixed-header .logo{
	height: 66px;
}
.fixed-header .left-part{
	margin: 0 0 0 38px;
}
.fixed-header .phones{
	z-index: 1;
	width: 508px;
	margin: 0;
}
.fixed-header .phones .city{
	width: auto;
}
.fixed-header .phones-list li,
.fixed-header .phones .city .name{
	max-width: none;
}
.fixed-header .phones-list li > *{
	margin-left: 20px;
}
.fixed-header .phones-list li .free-call{
	vertical-align: 2px;
}
.fixed-header .nav{
	position: static;
	width: 508px;
}
.fixed-header .nav .table,
.fixed-header .nav .img{
	height: 32px;
	padding: 0;
}
.fixed-header .nav .table .td{
	border-left-color: transparent;
}
.fixed-header .nav .table .td:first-child,
.fixed-header .nav .table .td:last-child{
	width: 500px;
	text-align: left;
}
.fixed-header .nav .table .td:last-child{
	text-align: right;
}
.fixed-header .nav li.discount:before{
	display: none;
}
.fixed-header .fancy.button{
	width: 37px;
	margin: 14px 0 0 40px;
	line-height: 36px;
	padding: 0;
}
.fixed-header .fancy.button img{
	vertical-align: middle;
}
.fixed-header .basket{
	margin: 0;
}
.nav .sub-menu{
	opacity: 0;
	cursor: auto;
	position: absolute;
	left: 20px;
	top: -10000px;
	width: 960px;
	padding: 3px 0 0;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	white-space: normal;
	-webkit-transition: 0.25s ease opacity;
	-moz-transition: 0.25s ease opacity;
	-o-transition: 0.25s ease opacity;
	transition: 0.25s ease opacity;
}
.fixed-header .sub-menu{
	left: 0;
	padding: 13px 0 0;
}
.nav li:hover .sub-menu{
	opacity: 1;
	top: 100%;
}
.fixed-header li:hover .sub-menu{
	top: 64px;
}
.nav .sub-menu table{
	max-width: 100%;
	background: #e8edf0;
}
.nav .sub-menu th,
.nav .sub-menu td{
	width: 1000px;
	padding: 0 24px;
	vertical-align: top;
	color: #565656;
	border-left: solid 1px #d9dbde;
}
.nav .sub-menu th{
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
.nav .sub-menu th:first-child,
.nav .sub-menu td:first-child{
	border-left: 0;
}
.nav .sub-menu tr:first-child th{
	padding-top: 20px;
}
.nav .sub-menu td[colspan]{
	height: 40px;
}
.nav .sub-menu li{
	margin: 6px 0 0;
}
.nav .sub-menu a{
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
/* header off */

/* content */
main{
	padding: 20px 0 282px;
}
.top-block{
	margin: -20px 0 20px;
/*	background: #f1f5f6;*/
}
.top-block .inside{
	width: 960px;
}
/*.top-block .inside:before{
	position: absolute;
	right: 360px;
	top: 0;
	width: 3000px;
	height: 100%; 
	content: ' ';
	background: #000;
}*/
.slider-box{
	overflow: hidden;
	width: 620px;
	height: 350px;
}
.slider-pager{
	position: absolute;
	z-index: 2;
	left: 40px;
	bottom: 60px;
	height: 0;
}
.slider-pager a{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px 0 0;
	background: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.slider-pager a.selected,
.slider-pager a:hover{
	background: #00ccff;
}
.slider-pager a.selected{
	cursor: default;
}
.slider-pager span{
	display: none;
}
.daily-product{
	width: 320px;
	padding: 8px 0 0;
}
.daily-product .title{
	padding: 0;
	margin: 10px 0 0;
	background: none;
}
.product{
	width: 216px;
	height: 286px;
	margin: 0 auto;
	padding: 12px;
	border: solid 1px #eaf0f1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.product:hover{
	border-color: #00ccff;
}
.row-type .product{
	width: 340px;
}
.product-in-table{
	margin: 0 0 20px;
	table-layout: fixed;
}
.daily-product .product{
	height: auto !important;
	margin-top: 18px;
	padding-bottom: 0;
	border-color: transparent !important;
}
.product .image{
	width: 1000px;
	height: 140px;
	padding: 0 0 10px;
}
.row-type .product .image{
	width: 130px;
	height: 105px;
	vertical-align: top;
}
.product .desc{
	height: 74px;
}
.desc-list{
	padding-left: 20px;
	text-align: left;
	vertical-align: top;
}
.row-right{
	width: 190px;
}
.product h3{
	overflow: hidden;
	max-height: 40px;
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 1.43;
}
.catalog .product{
	height: auto;
	margin: 0;
}
.catalog .product h3{
	max-height: 60px;
}
.catalog .product .desc{
	height: 94px;
}
.catalog .row-type .product .desc{
	height: auto;
}
.rating img{
	margin: 0 0 0 3px;
}
.rating img:first-child{
	margin: 0;
}
.product .price{
	margin: -4px 0 0;
	font-size: 18px;
	line-height: 1.33;
	color: #000;
	text-align: left;
}
.product .price s{
	display: block;
	font-size: 14px;
	color: #82979f;
}
.features{
	margin: 0 0 20px;
	white-space: nowrap;
}
.features li{
	width: 153px;
	height: 65px;
	margin: 0 0 0 6px;
	border: solid 1px #979898;
}
.features li:first-child{
	margin: 0;
}
.features .img{
	min-width: 33px;
	padding-right: 8px;
	text-align: right;
}
.features .txt{
	font-size: 14px;
	line-height: 16px;
	color: #000;
	text-align: left;
}
.item-slider-box,
.vendors-slider-box{
	overflow: hidden;
	height: 306px;
	margin: 0 0 40px;
	padding: 0 30px;
}
.vendors-slider-box{
	height: 49px;
	margin: 0;
}
.item-slider-box li{
	width: 225px;
}
.item-slider-box .product{
	height: 306px;
}
.item-slider-box .product .desc{
	height: 94px;
}
.item-slider-box .product .desc h3{
	height: 60px;
	max-height: 60px;
}
.slider-nav{
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin: -10px 0 0;
}
.slider-nav.prev{
	left: 0;
}
.slider-nav.next{
	right: 0;
}
.slider-nav:hover{
	opacity: 0.75;
}
.vendors{
	margin: 0 0 40px;
	padding: 10px 0;
	border-bottom: solid 5px #e8edef;
	background: #f1f5f6;
}
#vendors-slider li,
#vendors-slider li .img{
	height: 50px;
}
#vendors-slider li .img{
	width: 1000px;
}
.content,
.sidebar{
	margin: 0 0 40px;
}
.content.left{
	width: 700px;
}
.sidebar.right{
	width: 214px;
}
.content.right{
	width: 764px;
}
.sidebar.left{
	width: 156px;
}
.cart-form .content.left{
	width: 662px;
}
.cart-form .sidebar.right{
	width: 264px;
}
.catalog .content.right{
	width: 702px;
}
.catalog  .sidebar.left{
	width: 218px;
}
.news-list li{
	margin: 0 0 20px;
	border-bottom: solid 1px #dee6e8;
}
.news-list li:last-child{
	margin: 0;
	border-bottom: 0 none;
}
.date{
	padding: 0 0 6px;
	color: #82979f;
}
.date .day{
	width: 29px;
	height: 29px;
	line-height: 28px;
	color: #fff;
	background: #00ccff;
}
.news-list h3{
	color: #00ccff;
}
.news-list .txt{
	padding: 6px 0;
	font-size: 11px;
	line-height: 1.5;
	color: #515658;
}
.news-list li > .img{
	width: 170px;
	margin: 0 0 6px;
}
.news-list li > .img~*{
	margin-left: 190px;
}
.news-main li > .img{
	margin: 0 0 10px;
}
.news-main .txt{
	font-size: 12px;
	padding-bottom: 10px;
}
.subscribe{
	padding: 20px 0;
	font-size: 18px;
	line-height: 1.33;
	color: #000;
	border-top: solid 5px #f0f5f7;
	background: #e8edef url('../images/subscribe.png') no-repeat center center;
}
.subscribe table{
	border-spacing: 6px 0;
}
.subscribe .before-send table td:first-child{
	padding-right: 18px;
}
.subscribe input[type='text']{
	width: 177px;
	height: 37px;
}
.p404{
	padding: 50px 0;
}
.breadcrumbs{
	margin: 0 0 30px;
	font-size: 11px;
	color: #82979f;
}
.breadcrumbs a{
	text-decoration: none;
}
.breadcrumbs a:hover{
	text-decoration: underline;
}
.side-nav{
	border: solid 1px #eaf0f1;
}
.side-nav > ul > li{
	padding: 4px 10px 0;
}
.side-nav > ul > li:last-child{
	padding-bottom: 4px;
}
.side-nav.alphabet > ul > li{
	padding: 10px;
	border-top: solid 1px #eaf0f1;
}
.side-nav.alphabet > ul > li:first-child{
	border-top: 0 none;
}
.side-nav > ul > li:last-child{
	padding-bottom: 10px;
}
.side-nav h3{
	font-size: 14px;
	color: #000;
}
.side-nav .active{
	color: #00ccff;
}
.side-nav .active a{
	cursor: default;
	text-decoration: none;
}
.orders-table{
	width: 100%;
}
.orders-table th,
.orders-table td{
	width: 1000px;
	padding: 18px 0 8px;
	border-bottom: solid 1px #eaf0f1;
}
.orders-table th:last-child,
.orders-table td:last-child{
	width: 0;
	white-space: nowrap;
}
.orders-table th{
	padding-top: 0;
	font-size: 11px;
	font-weight: normal;
	color: #82979f;
	text-align: left;
}
.orders-table .price{
	font-size: 14px;
}
.cart-table{
	width: 100%;
	margin: -10px 0;
	border-spacing: 0 10px;
}
.cart-table td{
	padding: 20px;
	border: solid 1px #eaf0f1;
	border-left: 0 none;
	border-right: 0 none;
}
.cart-table td:first-child{
	width: 0;
	text-align: center;
	border-left: solid 1px #eaf0f1;
}
.cart-table td:last-child{
	width: 0;
	text-align: right;
	border-right: solid 1px #eaf0f1;
}
.cart-table td.price{
	vertical-align: bottom;
}
.cart-table .product-name{
	font-size: 14px;
}
.gray-circle{
	cursor: pointer;
	width: 20px;
	height: 20px;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	background: #bfbfbf;
}
.gray-circle:hover{
	background: #00ccff;
}
.cart-table .count{
	margin: 30px 0 0;
}
.count input{
	width: 34px;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
.cart-table .price .sum{
	font-size: 20px;
	line-height: 100%;
}
.recommended.bottom{
	margin: 0 0 40px;
	padding: 10px 20px 20px;
	border: solid 1px #eaf0f1;
}
.recommended h2{
	font-size: 14px;
	margin: 0 0 10px;
	white-space: nowrap;
	text-align: right;
}
.recommended .img.td{
	width: 1000px;
	height: 86px;
}
.recommended li{
	width: 114px;
	margin: 20px 0 0;
	padding: 0 0 68px;
}
.recommended.bottom li{
	margin-left: 20px;
}
.recommended.bottom li:nth-child(7n+1){
	margin-left: 0;
}
.recommended li:nth-child(1),
.recommended li:nth-child(2){
	margin-top: 0;
}
.recommended.bottom li:nth-child(3),
.recommended.bottom li:nth-child(4),
.recommended.bottom li:nth-child(5),
.recommended.bottom li:nth-child(6),
.recommended.bottom li:nth-child(7){
	margin-top: 0;
}
.recommended:not(.bottom) li:nth-child(even){
	float: right;
}
.recommended .bottom{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.recommended .price{
	margin: 0 0 10px;
	font-size: 14px;
}
.order-submit{
	margin: -20px 0 40px;
	padding: 20px 0 0;
	border-top: solid 1px #d9dbde;
}
.order-submit > .right{
	width: 264px;
}
.order-submit .button{
	width: 100%;
	height: 49px;
	font-size: 15px;
}
.order-submit .result-title{
	font-size: 20px;
}
.order-submit .result-title .price{
	margin-left: 146px;
}
.order-submit > .right ul{
	padding: 8px 0 0 17px;
	font-size: 11px;
}
.order-submit > .right ul li{
	list-style: disc;
}
.catalog-list > li{
	margin: 20px 0 0 27px;
}
.row-type > li{
	margin: 20px 0 0 22px;
}
.catalog-list > li:nth-child(1),
.catalog-list > li:nth-child(2),
.catalog-list:not(.row-type) > li:nth-child(3){
	margin-top: 0;
}
.catalog-list.row-type li:nth-child(2n+1){
	margin-left: 0;
}
.catalog-list:not(.row-type) li:nth-child(3n+1){
	margin-left: 0;
}
.add2compare{
	margin: 18px 0 0;
	font-size: 11px;
	text-align: left;
}
.add2compare input[type='checkbox']+.input{
	width: 9px;
	height: 9px;
	vertical-align: -1px;
}
.add2compare input[type='checkbox']+.input:after,
.checks .input:after{
	content: url('../images/checkbox-small.png') !important;
}
.catalog-more{
	width: 214px;
	height: 341px;
}
.row-type .catalog-more{
	width: 338px;
	height: auto;
}
.catalog-filter{
	cursor: default;
}
.catalog-filter a{
	text-decoration: none;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.catalog-filter a:hover{
	color: #00ccff;
}
.catalog-filter .type-list{
	margin: 0 0 6px;
	padding: 0 0 8px;
	border-bottom: solid 1px #d9dbde;
}
.catalog-filter .type-list li{
	margin-right: 14px;
}
.catalog-filter .type-list a{
	display: block;
	border-bottom: dashed 1px #737373;
}
.catalog-filter .sort-list li{
	margin-right: 8px;
}
.catalog-filter .list-style{
	margin: 0 0 20px;
	padding: 6px 0 8px;
	border-bottom: solid 1px #d9dbde;
}
.catalog-filter.bottom{
	margin: 30px 0 40px;
	padding: 6px 0 8px;
	border-top: solid 1px #d9dbde;
}
.catalog-filter.bottom .list-style{
	margin: 0;
	padding: 0;
	border: 0 none;
}
.catalog-filter .list-style img{
	opacity: 0.2;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.catalog-filter .list-style .blue img,
.catalog-filter .list-style a:hover img{
	opacity: 1;
    -webkit-filter: none;
    filter: none;
}
.catalog-filter .list-style li{
	margin: 0 16px 0 0;
}
.catalog-filter .list-style li > *{
	margin: 0 6px 0 0;
}
.product .image{
	position: relative;
}
.product .art{
	margin: 0 0 20px;
	font-size: 11px;
	line-height: 100%;
}
.product .image .art{
	position: absolute;
	left: 0;
	top: 0;
}
.cart-table .image{
	position: relative;
}
.product .icon,
.cart-table .icon{
	position: absolute;
	right: 0;
	top: 0;
}
.cart-table .icon{
	margin-top: 10px;
}
.product .icon img,
.cart-table .icon img{
	display: block;
	margin: 4px 0 0;
}
.product .icon img:first-child{
	margin: 0;
}
.row-type .product .desc{
	padding-right: 50px;
	text-align: left;
}
.catalog-filter .sort-list+.pager{
	margin-top: 6px;
}
.catalog-filter .pager a:hover{
	text-decoration: underline;
}
.catalog-filter .pager li{
	margin: 0 0 0 4px;
}
.catalog-filter .pager li:first-child{
	margin: 0;
}
#amount-low,
#amount-high{
	width: 74px;
	height: 24px;
	padding: 4px 8px;
	line-height: 16px;
}
#range-slider{
	height: 5px;
	margin: 20px 0 10px;
	border: 0 none;
	background7: #979898;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.ui-slider-horizontal .ui-slider-range{
	background: #c30;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.filters h2{
	font-size: 14px;
	line-height: 100%;
	margin: 0 0 8px;
}
.filters{
	background: #f1f5f6;
}
.filters .block{
	padding: 12px;
	border-top: solid 1px #d9dbde;
}
.filters .block:first-child{
	border: 0 none;
}
.ui-slider-horizontal .ui-slider-handle{
	cursor: pointer;
	top: 100%;
	width: 0;
	height: 0;
	margin: 2px 0 0 -6px;
	border-style: solid;
	border-width: 0 6px 10px 6px;
	border-color: transparent transparent #979898 transparent;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.ui-slider-horizontal .ui-slider-handle:hover,
.ui-slider-horizontal .ui-slider-handle:active{
	border-color:  transparent transparent #c30 transparent;
}
.filter-link{
	font-size: 11px;
	text-decoration: none;
	border-bottom: dashed 1px #82979f;
}
.filter-link:hover{
	border-bottom-color: transparent;
}
.filters .block li{
	margin: 4px 0 0;
}
.contacts-block{
	margin: 0 0 20px;
}
.gmap,
.contacts-form{
	margin: 0 0 40px;
}
.contacts-form th{
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #000;
}
.contacts-form td{
	padding: 10px 0 0;
	vertical-align: top;
}
.contacts-form td > *{
	vertical-align: top;
}
.contacts-form td:first-child{
	padding: 16px 10px 0 0;
}
.order-submit-radio td:first-child{
	padding: 0 !important;
}
.contacts-form tr:first-child td{
	padding-top: 0;
}
.contacts-form tr:last-child td{
	padding-top: 20px;
}
.contacts-form tr:first-child td:first-child{
	padding-top: 6px;
}
.contacts-form input:not([type='submit']),
.contacts-form textarea{
	width: 434px;
}
.contacts-form input#contacts-code{
	width: 98px;
	margin-left: 10px;
}
.note{
	margin: 2px 0 0;
	font-size: 11px;
	line-height: 120%;
	text-align: justify;
}
.contacts-form.order-submit-form{
	width: 520px;
}
.contacts-form.order-submit-form input:not([type='submit']),
.contacts-form.order-submit-form textarea{
	width: 100%;
}
.contacts-form.order-submit-form select{
	width: 244px;
}
.contacts-form.order-submit-form input.index{
	width: 103px;
	margin-left: 10px;
}
.order-submit-radio li{
	margin: 4px 0 0;
}
.order-submit-radio{
	max-width: 400px;
}
.compare-table{
	width: 100%;
	margin: 0 0 40px;
	table-layout: fixed;
	border-collapse: collapse;
}
.compare-table td,
.compare-table th{
	width: 50%;
	padding: 10px;
	vertical-align: top;
	border: solid 1px #eaf0f1;
}
.compare-table th{    
	text-align: left;
}
.compare-table .price{
	font-size: 14px;
}
.compare-table .button,
.compare-table .rating{
	margin: 0 0 6px;
}
.product-top{
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: solid 1px #d9dbde;
}
.product-top .center{
	margin: 0 300px;
}
.product-top .center > *{
	margin: 0 4px;
	vertical-align: middle;
}
.product-top .socials,
.product-top .art{
	padding: 2px 0 0;
}
.product-top .socials{
	cursor: default;
}
.product-top .socials img{
	vertical-align: -2px;
}
.product-top .socials > *:first-child{
	margin: 0 0 0 4px;
}
.product-top .socials a:hover img{
	opacity: 0.75;
}
.product-right{
	width: 406px;
	margin: 0 0 40px;
}
.product-right .pay-systems li{
	width: 1000px;
}
.product-right .pay-systems li:first-child{
	width: 500px;
	text-align: left;
}
.product-right .pay-systems li:last-child{
	width: 500px;
	text-align: right;
}
.product-right .description{
	width: 100%;
	line-height: 20px;
	white-space: nowrap;
	border-collapse: collapse;
}
.product-right .description > tbody > tr > td{
	padding: 10px 20px;
	border: solid 1px #eaf0f1;
}
.product-right .description > tbody > tr > td:not([colspan]):first-child{
	padding-right: 0;
	border-right: 0 none;
}
.product-right .description > tbody > tr > td:not(:first-child){
	border-left: 0 none;
}
.product-right .description .old-price{
	padding-bottom: 0;
	font-size: 16px;
	border-bottom: 0 none;
}
.product-right .description .price{
	font-size: 24px;
}
.product-right .description .price,
.product-right .description .units{
	padding-bottom: 0;
	border-top: 0 none;
	border-bottom: 0 none;
}
.product-right .description .cert-link,
.product-right .description .cert-price,
.product-right .description .checks{
	padding-top: 15px;
	padding-bottom: 0;
	border-top: 0 none;
	border-bottom: 0 none;
}
.product-right .description .submits{
	border-top: 0 none;
	padding-top: 20px;
	padding-bottom: 20px;
}
.product-right .description .units,
.product-right .description .product-note{
	font-size: 14px;
}
.product-right .description .warranty{
	font-size: 12px;
	color: #565656;
}
.checks{
	font-size: 11px !important;
}
.checks .input{
	width: 9px !important;
	height: 9px !important;
	vertical-align: -2px !important;
}
.product-right .description .cert-price{
	font-size: 18px;
}
.product-right .description .cert-link img{
	vertical-align: -2px;
}
.product-right .description .question-box{
	margin-right: 4px;
	vertical-align: -4px;
}
.product-right .description .button.big{
	width: 152px;
	height: 49px;
	font-size: 15px;
	line-height: 28px;
}
.product-right .description .button.big img{
	margin-right: 15px;
	vertical-align: -5px;
}
.product-right .description .more-var{
	position: absolute;
	left: 20px;
	bottom: 10px;
	font-size: 12px;
}
.product-right .description .product-select-city{
	padding-bottom: 36px;
}
.product-select-city{
	font-size: 11px;
	color: #565656;
}
.product-select-city,
.product-delivery-city{
	vertical-align: top;
	border-top: 0 none !important;
}
.product-select-city select{
	margin: 4px 0 0;
}
.delivery-note{
	padding-bottom: 0 !important;
	border-bottom: 0 none !important;
}
.product-delivery-city{
	padding-right: 0 !important;
}
.product-select-city .question-box{
	vertical-align: -6px !important;
}
.product-select-city .city{
	z-index: 12;
	width: 62px;
	font-size: 12px;
	vertical-align: -6px;
}
.product-delivery-city .small{
	position: absolute;
	font-size: 10px;
	margin: -6px 0 0;
}
.product-select-city .city .name{
	max-width: 42px;
}
.product-select-city .city-list{
	z-index: 10;
	font-size: 12px;
	margin: -29px 0 0 76px;
}
.city-delivery{
	display: none;
	white-space: normal;
}
.city-delivery th{
	color: #000;
	font-weight: normal;
	text-align: left;
}
.city-delivery tr:not(:first-child) th{
	padding-top: 10px;
}
.city-delivery td{
	vertical-align: top;
	width: 1000px;
	color: #565656;
}
.city-delivery td:first-child{
	width: 0;
	white-spacE: nowrap;
	padding-right: 6px;
}
.city-delivery.active{
	display: table;
}
.product-slider-box{
	overflow: hidden;
	height: 400px;
	padding: 30px 0;
}
.slider-nav.top,
.slider-nav.bottom{
	left: 50%;
	margin: 0 0 0 -10px;
}
.slider-nav.top{
	top: 0;
}
.slider-nav.bottom{
	top: auto;
	bottom: 0;
}
.product-image{
	width: 520px;
	margin: 0 0 40px;
}
.product-slider-box .table{
	width: 84px;
	height: 100px;
}
.product-slider-box img{
	cursor: pointer;
}
.product-slider-box li:not(.active) img:hover{
	opacity: 0.75;
}
.product-slider-box .active img{
	cursor: default;
}
.product-image .image{
	width: 410px;
	height: 460px;
}
.tab-nav li{
	cursor: pointer; 
	padding: 10px 14px;
	font-size: 14px;
	line-height: 22px;
	border: solid 1px transparent;
	border-bottom: 0 none;
}
.tab-nav li.active,
.tab-nav li:hover{
	color: #000;
	border-color: #eaf0f1;
	background: #fff;
}
.tab-nav li.active{
	cursor: default;
}
.tabs{
	margin: -1px 0 40px;
	padding: 14px;
	border: solid 1px #eaf0f1;
}
.desc-tab-left{
	width: 500px;
}
.desc-tab-right{
	width: 390px;
}
.desc-tab-table{
	width: 390px;
	white-space: nowrap;
	margin: 0 0 4px;
}
.desc-tab-table.full-desc{
	margin: 0;
}
.desc-tab-table td{
	width: 1000px;
	padding: 4px 0 2px;
	border-bottom: solid 1px #eaf0f1;
}
.desc-tab-table.full-desc th{
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-align: left;
}
.desc-tab-table.full-desc tr:not(:first-child) th{
	padding-top: 20px;
}
.desc-tab-table.full-desc tr.last td{
	border: 0 none;
	padding-bottom: 0;
}
.desc-tab-table td:last-child{
	width: 0;
	padding-left: 10px;
}
.more-chars{
	cursor: pointer;
	border-bottom: dashed 1px #00ccff;
}
.more-chars:hover{
	border-bottom-color: transparent;
}
.desc-tab-table .hidden td{
	display: none;
}
.accessories-nav{
	margin: 0 0 20px;
}
.accessories-nav a{
	margin: 0 16px 0 0;
	white-space: nowrap;
	text-decoration: none;
}
.accessories-nav a:hover,
.accessories-nav a.active{
	color: #00ccff;
}
.accessories-table{
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 40px; 
}
.accessories-table td{
	width: 1000px;
	padding: 15px;
	vertical-align: top;
	border: solid 1px #eaf0f1;
}
.accessories-table td:first-child{
	width: 0;
}
.accessories-slider-box{
	overflow: hidden;
	width: 650px;
	height: 175px;
	margin: 0 auto;
	padding: 0 35px;
}
.accessories-submit{
	height: 175px;
}
.accessories-slider-box li{
	width: 130px;
	height: 175px;
}
.accessories-slider-box li .img{
	width: 1000px;
	height: 65px;
	padding: 0 0 10px;
}
.accessories-slider-box h3{
	line-height: 16px;
}
.accessories-slider-box .bottom{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.accessories-slider-box .price{
	margin: 0 0 4px;
	font-size: 14px;
	line-height: 20px;
}
.accessories-submit .price{
	font-size: 20px;
	margin: 2px 0 6px;
}
.accessories-submit .more-chars{
	position: absolute;
	left: 0;
	bottom: -1px;
}
.accessories-submit .checks{
	margin: 18px 0 0;
	line-height: 14px;
}
.accessories-slider-box .checks label{
	display: inline-block;
}
.reviews{
	margin: 0 0 20px;
}
.reviews li{
	padding: 15px 0 4px;
	border-bottom: solid 1px #eaf0f1;
}
.reviews li:first-child{
	padding-top: 0;
}
.reviews .rating{
	margin: 4px 0;
}
.review-post .rating{
	margin: 6px 0 0;
}
.review-post th{
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-align: left;
}
.review-post th,
.review-post td{
	padding: 0 0 10px;
	vertical-align: top;
}
.review-post td:first-child{
	padding-top: 6px;
	padding-right: 10px;
}
.review-post input:not([type='submit']),
textarea{
	display: block;
	width: 434px;
}
/* content off */

/* footer */
footer{
	min-width: 1000px;
	height: 242px;
	margin: -242px 0 0;
}
footer .bottom{
	min-height: 124px;
	padding: 20px 0 0;
	font-size: 11px;
	line-height: 18px;
	color: #82979f;
}
footer .bottom a{
	color: #00ccff;
	text-decoration: none;
}
footer .bottom a:hover{
	text-decoration: underline;
}
footer .bottom .left-part{
	min-width: 320px;
}
.pay-systems{
	margin: 4px 0 0;
}
.pay-systems li,
.socials-list li{
	vertical-align: top;
	margin: 0 0 0 3px;
}
.pay-systems li:first-child,
.socials-list li:first-child{
	margin: 0;
}
.pay-systems li:hover,
.socials-list li:hover,
.lj:hover{
	opacity: 0.75;
}
.yandex-market{
	margin: 12px 0 0;
}
.dev{
	position: absolute;
	left: 0;
	bottom: 0;
	width: auto;
}
.dev .txt{
	padding: 0 0 0 8px;
	text-align: left;
}
.footer-nav ul{
	margin: 0 0 0 30px;
}
.socials-list{
	margin: 6px 0 0;
}
.socials .lj{
	position: absolute;
	right: 0;
	bottom: 4px;
}
/* footer off */
iframe{
	border: 0 none !important;
	outline: 0 none !important;
}
/* popup & form */
.fancybox-lock{
	overflow: visible !important;
}
.popup .fancybox-close{
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.popup .fancybox-close:hover{
	transform: scale(1.2);
}
.popup .form{
	width: 200px;
}
.popup .form table{
	width: 100%;
}
.popup .form table td{
	padding: 15px 0 0;
}
.popup .form table tr:first-child td{
	padding: 0;
}
.after-send{
	display: none;
}
.after-send strong{
	font-size: 1.25em;
}
/* popup & form off */

/* FlipClock */
.flip-clock-wrapper{
	font-family: inherit;
	width: auto;
	margin: 0;
	font-size: 25px;
	color: #000;
}
.flip-clock-wrapper *{
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
.flip-clock-wrapper ul{
	width: 35px;
	height: 43px;
	margin: 0;
	padding: 0;
	line-height: 40px;
	font-weight: normal;
	border: solid 1px #d7d7d7;
	background: transparent;
}
.flip-clock-wrapper ul:nth-child(3n+2){
	margin: 0 1px 0 0;
}
.flip-clock-wrapper ul li{
	left: 0;
	top: 0;
	width: 33px;
	height: 41px;
	line-height: inherit;
}
.flip-clock-wrapper .flip,
.flip-clock-dot{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.flip-clock-dot{
	background: none;
}
.flip-clock-wrapper ul li a div.up{
	background: #fff !important;
}
.flip-clock-wrapper ul li a div div.inn{
	font-size: 25px;
	color: #000;
	text-shadow: none;
	background: #e5eaeb;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNlNWVhZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e5eaeb 50%, #ffffff 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#e5eaeb), color-stop(50%,#ffffff));
	background: -webkit-linear-gradient(top,  #e5eaeb 50%,#ffffff 50%);
	background: -o-linear-gradient(top,  #e5eaeb 50%,#ffffff 50%);
	background: -ms-linear-gradient(top,  #e5eaeb 50%,#ffffff 50%);
	background: linear-gradient(to bottom,  #e5eaeb 50%,#ffffff 50%);
}
.flip-clock-wrapper ul li a div.up:after{
	background-color: transparent;
}
.flip-clock-divider{
	width: 5px;
	height: 43px;
}
.flip-clock-divider .flip-clock-label{
	left: 5px;
	right: auto !important;
	top: auto;
	bottom: -20px;
	width: 71px;
	text-align: center;
	font-size: 12px;
	line-height: 1.67;
	color: #000;
	text-transform: lowercase;
}
.flip-clock-divider.hours .flip-clock-label{
	left: 0;
}
/* FlipClock off */

/* question-mark */
.question-box{
	min-width: 20px;
}
.question-mark{
	cursor: help;
}
.question-mark:hover{
	opacity: 0.75;
}
.question-mark-block{
	position: relative;
	z-index: 25;
}
.answer-block{
	display: none;
	position: absolute;
	z-index: 25;
	right: 0;
	bottom: 29px;
	width: 246px;
	padding: 5px 7px 7px;
	font-size: 11px;
	line-height: 16px;
	color: #fff;
	white-space: normal;
	text-align: justify;
	background: #bfbfbf;
}
.answer-block.right{
	left: 0;
	right: auto;
}
.answer-block:after{
	position: absolute;
	right: 9px;
	top: 100%;
	content: url('../images/answer-block.png');
	line-height: 0;
}
.answer-block.right:after{
	left: 9px;
	right: auto;
	content: url('../images/answer-block-right.png');
	line-height: 0;
}
/* question-mark off */

/* rating */
.rating{
	white-space: nowrap;
}
.rating.small li{
	height: 14px;
}
.sidebar .rating{
	padding: 4px 0 0;
}
.rating .vote-wrap{
	position: relative;
}
.rating .vote-hover{
	padding: 0 !important;
}
.rating.readonly .vote-hover{
	cursor: default;
}
.rating .vote-success{
	display: none;
}
.rating .vote-result{
	position: static;
	margin: 0;
	padding: 0;
	text-indent: -1000px;
}
.rating .vote-result img{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -6px 0 0 -10px;
	padding: 1px;
	background: #fff;
}
/* rating off */




/* eof */