html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, hr, button
{margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align: baseline; background:transparent;}
h1, h2, h3, h4, h5, h6{line-height:100%;}
blockquote, q {quotes:none;}
input, textarea, button {margin:0;font-family:inherit; font-size:1em;}
@font-face {
	font-family: 'nautilus_pompiliusregular';
	src: url('../font/nautilus-webfont.eot');
	src: url('../font/nautilus-webfont.eot@') format('embedded-opentype'),
		url('../font/nautilus-webfont.woff') format('woff'),
		url('../font/nautilus-webfont.ttf.html') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body,
html{height:100%;}
body{
	font:15px/24px "Roboto", Arial, Helvetica, sans-serif;
	color:#4e5050;
	background:#2f2d2d;
	/*background:#fff url(../images/bg-body.jpg) no-repeat 50% 0;*/
}
/* general setings */
a{
	color:#fba243;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
p{margin:0 0 25px;}
.clear {
	clear:both;
	font-size:0px;
}
h1{
	font:53px/53px calibri, sans-serif;
	margin:0 0 20px;
	color:#fba243;
}
h2{
	font:43px/43px calibri, sans-serif;
	margin:0 0 20px;
	color:#fba243;
}
h3{
	font:33px/33px calibri, sans-serif;
	margin:0 0 20px;
	color:#fba243;
}
ol{
	counter-reset:section;
	padding:0;
	margin:0;
	list-style:none;
	overflow:visible;
}
ol li{
	padding:0 0 14px;
	vertical-align:top;
}
ol li:before,
ol li .list-item-before {
	content:counter(section)'.';
	counter-increment:section;
	float:left;
	position:relative;
	margin:0 3px 0 0;
}
* html ol li .list-item-before{margin-right:0;}
ol li li:before,
ol li li .list-item-before {
	display:none;
}
ol ul{
	padding:15px 0 0;
	margin:0 0 -15px;
}
.wrapper{
	width:1039px;
	margin:0 auto;
}
#header{
	width:100%;
	position:relative;
	z-index:2;
}
.header-holder{
	padding:31px 25px 20px 26px;
}
.header-holder:after{
	clear: both;
	content:'';
	display: block;
}
.logo{
	overflow:hidden;
	background:url(../images/logo.svg) no-repeat;
	width: 185px;
	height: 54px;
	text-indent:-9999px;
	float:left;
	margin:5px 35px 0 0;
  background-size: 100%;
}
.logo a{
	height:100%;
	display:block;
}
.extra-nav{
	margin:0 37px 0 0;
	padding:7px 0 0;
	width:248px;
	min-height:50px;
	list-style:none;
	float:left;
	font-size:15px;
	line-height:18px;
	border-right:1px solid #edebe8;
}
.extra-nav li{
	float:left;
	width:124px;
	padding:0 0 9px;
}
.extra-nav li a{
	color:#fff;
	text-decoration:none;
}
.extra-nav li.active a,
.extra-nav li a:hover{text-decoration:underline;}
.contacts{
	float:right;
	padding:20px 0 0;
}
.contacts .phones{
	float:left;
	padding:0 26px 0 26px;
	background:url(../images/ico01.png) no-repeat 0 50%;
}
.contacts .phones strong{
	display:block;
	font-weight:normal;
	font-size:16px;
	line-height:21px;
	color:#4e5050;
}
.contacts .phones strong a {color:#fff}
.contacts .email{
	float:left;
	margin:0;
	padding:0;
	font-size:14px;
	line-height:21px;
}
.contacts .email dt{
	display:block;
}
.contacts .email dd{
	display:block;
	font-size:15px;
}
.contacts .email dd a{color:#fff;}
.cart-col{
	float:right;
	border-left:1px solid #edebe8;
	min-height:48px;
	padding:9px 0 0 25px;
}
.cart{
	background:url(../images/ico02.png) no-repeat 0 50%;
	padding:1px 0 0 40px;
}
.cart .ttl{
	display:block;
	color:#84388f;
	font-weight:normal;
	font-size:18px;
	line-height:21px;
	padding:0 0 3px;
}
.cart-h{
	color:#4e5050;
	font-size:14px;
	line-height:17px;
}
.nav-holder{
	height:53px;
	background:#232323;
}
.nav-holder:after{
	clear: both;
	content:'';
	display: block;
}
#nav{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	font-size:16px;
	line-height:19px;
}
#nav>li{
	float:left;
	background:url(../images/separator01.png) repeat-y;
	position:relative;
}
#nav>li:first-child{background:none;}
#nav>li>a{
	float:left;
	color:#fff;
	height:36px;
	padding:17px 14px 0;
}
#nav>li.active>a,
#nav>li:hover>a{
	color:#fba243;
	text-decoration:none;
}
#nav>li>a:after{
	content:"";
	background:url(../images/arrow01.png) no-repeat;
	width:18px;
	height:9px;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	top:53px;
	left:50%;
	margin:0 0 0 -9px;
	z-index:2;
	display:none;
}
#nav>li.has-drop:hover>a:after{display:block;}
#nav .drop{
	position:absolute;
	top:53px;
	left:-9999px;
	background:#2f2d2d;
	padding:45px 0;
	overflow:hidden;
}
#nav>li:hover .drop{left:0;}
#nav>li.last:hover .drop{
	left:auto;
	right:0;
}
#nav .drop-h{overflow:hidden;}
#nav .drop ul{
	margin:0 0 -9997px;;
	padding:16px 50px 9999px;
	list-style:none;
	float:left;
	width:245px;
	font-size:14px;
	line-height:17px;
	background:url(../images/separator02.gif) repeat-y;
}
#nav .drop ul:first-child{background:none;}
#nav ul li{
	display:block;
	padding:0 0 8px;
}
#nav ul li a{color:#fff;}
#nav ul li.active a,
#nav ul li a:hover{
	color:#fba243;
	text-decoration:none;
}
.search-h{
	/*float:right;
	background:url(../images/separator01.png) repeat-y;
	height:41px;*/
	padding:12px 12px 14px;
  background: #232323;
  margin-bottom:20px;
}
.search{
	height:30px;
}
.search .txt{
	float:left;
	font:12px "Roboto", Arial, Helvetica, sans-serif;
	color:#9f6342;
	padding:8px 0 9px 14px;
	width:1001px;
	margin:0;
	border:0;
	background:none;
  background:#fff;
}
.search .btn-search{position: absolute;margin-left: 974px;}
#main{
	width:100%;
	padding:20px 0 0;
	position:relative;
	z-index:1;
	border-bottom:1px solid #ccc;
}
#main:after{
	clear: both;
	content:'';
	display: block;
}
.banners{
	position:relative;
	width:100%;
	height:350px;
	margin:0 0 18px;
}
.banners:after{
	content:"";
	background:url(../images/prodmost_moskva.jpg) no-repeat left bottom;
	width:567px;
	height:405px;
	position:absolute;
	top:-55px;
	left:289px;
	z-index:1;
}
.banners a{
	position:absolute;
	z-index:2;
}
.banners a img{display:block;}
.banner01{
	top:0;
	left:0;
}
.banner02{
	top:122px;
	left:0;
}
.banner02-2{
	bottom:0;
	left:0;
}
.banner03{
	top:0;
	right:0;
}
.banner04{
	top:122px;
	right:0;
}
.banner05{
	bottom:0;
	right:0;
}
.gallery-box{
	background:#232323;
	padding:30px 50px 32px 49px;
	margin:0 0 20px;
}
.gallery-box h2 {color:#fff}
.gallery-box a {color:#fff}
.heading{
	margin:0 0 30px;
	text-align:center;
}
.heading h2{
	margin:0 30px 0 0;
	display:inline;
}
.heading a{
	font-size:15px;
	line-height:18px;
	position:relative;
	top:-7px;
}
.gallery{
	position:relative;
	padding:0 0 48px;
}
.gallery .btn-prev,
.gallery .btn-next{
	background:url(../images/btn-gallery.png) no-repeat;
	width:45px;
	height:45px;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	top:148px;
	left:-70px;
}
.gallery .btn-next{
	left:auto;
	right:-70px;
	background-position:-45px 0;
}
.gallery-h{
	width:100%;
	overflow:hidden;
}
.gallery-h ul{
	margin:0;
	padding:0;
	list-style:none;
	width:9999px;
	height:307px;
}
.gallery-h ul li{
	float:left;
	width:220px;
	height:387px;
	margin:0 20px 0 0;
	background:#fff;
	position:relative;
}
.gallery-h ul li a{
	color:#000;
	display:block;
}
.gallery-h ul li .name em{
  display:block;
  font-style:normal;
  color:#000;
}
.gallery-h .img-h{
	display:block;
	height:210px;
	line-height:204px;
	text-align:center;
}
.gallery-h .img-h img{
	vertical-align:middle;
}
.gallery-h .name{
	display:table;
	width:100%;
	font-weight:normal;
	font-size:16px;
	line-height:20px;
	color:#000;
}
.gallery-h .name span{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding:0 10px;
}
.gallery-h .price-row{
	padding:0 10px 0 20px;
	width:190px;
	position:absolute;
	bottom:9px;
	left:0;
}
.gallery-h .price{
	font:23px/36px calibri, sans-serif;
	color:#9356ad;
	float:left;
}
.gallery-h .btn-cart{
	background:url(../images/btn-cart.gif) no-repeat;
	width:48px;
	height:36px;
	text-indent:-9999px;
	overflow:hidden;
	float:right;
}
.product-list{
	margin:0 -40px 0 -25px;
	padding:0;
	list-style:none;
	width:1004px;
	overflow:hidden;
}
.product-list li{
	float:left;
	width:236px;
	height:370px;
	margin:0 15px 15px 0;
	background:#fff;
	position:relative;
	z-index:0;
}
.product-list li a{
	color:#000;
	display:block;
}
.product-list .img-h{
	display:block;
	height:210px;
	line-height:210px;
	text-align:center;
}
.product-list .img-h img{
	vertical-align:middle;
}
.product-list .name{
	display:table;
	width:100%;
	font-weight:normal;
	font-size:16px;
	line-height:20px;
	color:#000;
}
.product-list .name span{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding:0 10px;
	height:45px;
}
.product-list .name em {
  display:block;
  font-style:normal;
  color:#000;
}
.product-list .price-row{
	padding:0 10px 0 20px;
	width:206px;
	position:absolute;
	bottom:9px;
	left:0;
}
.product-list .price{
	font:23px/36px calibri, sans-serif;
	color:#9356ad;
	float:left;
}
.product-list .btn-cart{
	background:url(../images/btn-cart.gif) no-repeat;
	width:48px;
	height:36px;
	text-indent:-9999px;
	overflow:hidden;
	float:right;
}
.pager{
	position:absolute;
	bottom:0;
	left:0;
	z-index:999;
	width:100%;
	text-align:center;
	height:9px;
	line-height:1px;
	font-size:1px;
}
.pager a{
	display:inline-block;
	background:url(../images/bullet01.png) no-repeat;
	width:9px;
	height:9px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 6px;
}
.pager a:hover,
.pager a.selected{background-position:-9px 0;}
.text-block{
	background:#232323;
	padding:50px 62px;
}
.main-block{
	background:#232323;
	padding:30px 50px 32px 49px;
	margin:0 0 20px;
	color:#fff;
}
.main-block .title{margin:0 0 20px;}
.main-block .title:after{
	clear: both;
	content:'';
	display: block;
}
.main-block .title h1{
	color:#fff;
	margin:0;
}
.sort{
	float:right;
	margin:0 -25px 0 0;
}
.sort label{
	display:block;
	font-size:12px;
	line-height:15px;
	padding:0 0 8px 14px;
	color:#fff;
}
.sort .sel{
	width:170px;
	font-size:12px;
	line-height:15px;
	color:#9f6342;
	padding:2px;
}
.breadcrumbs{
	margin:0;
	padding:0 0 5px 0px;
	list-style:none;
	font-size:11px;
	line-height:14px;
	color:#fff;
}
.breadcrumbs li{display:inline;}
.breadcrumbs li a{color:#fff;}
.desc{
	width:100%;
}
.desc:after{
	clear: both;
	content:'';
	display: block;
}
.view{
	float:left;
	width:431px;
	/*height:355px;*/
	background:#fff;
	margin:0 20px 0 0;
}
.view ul{
	margin:0;
	padding:0;
	list-style:none;
	width:431px;
	height:355px;
	overflow:hidden;
}
.view ul li{
	float:left;
	width:431px;
	height:355px;
	line-height:355px;
	text-align:center;
	background:#fff;
}
.view ul li img{vertical-align:middle;}
.thumbs{
	width:250px;
	float:left;
	margin:0 32px 0 0;
}
.thumbs ul{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.thumbs ul li{
	float:left;
	width:105px;
	margin:0 20px 20px 0;
	cursor:pointer;
	position:relative;
	overflow:hidden;
}
.thumbs ul li img{display:block;}
.thumbs ul li:after{
	content:"";
	width:101px;
	height:101px;
	border:2px solid #faa243;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	display:none;
}
.thumbs ul li.selected:after{display:block;}
.thumbs ul li.selected{opacity:0.75;}
.desc-h{
	overflow:hidden;
	color:#fff;
	font-size:15px;
	line-height:21px;
}
.desc-h p{margin:0 0 25px;}
.desc-h dl{
	font-size:12px;
	line-height:15px;
	margin:25px 0 25px;
	overflow:hidden;
}
.desc-h dt{
	float:left;
	clear:both;
	margin:0 3px 5px 0;
	font-size:14px;
	color:#fff;
}
.desc-h dd{
	margin:0 0 5px;
	float:left;
}
.desc-h .price{
	font:50px/51px calibri, sans-serif;
	color:#fff;
	display:none;
	padding:0 0 45px;
}
.desc-h .row{padding:0 0 13px;display:none}
.desc-h .row:after{
	clear: both;
	content:'';
	display: block;
}
.desc-h .txt{
	background:#fff url(../images/bg-txt.gif) no-repeat;
	height:36px;
	float:left;
	font:16px/34px "Roboto", Arial, Helvetica, sans-serif;
	color:#4e5050;
	padding:0 15px 0;
	width:36px;
	margin:0 14px 0 0;
	border:0;
}
.desc-h .row label{
	color:#fba243;
	font-size:13px;
	line-height:16px;
	padding:8px 0 0;
	float:left;
}
.btn-buy{
	background:url(../images/btn-buy.gif) no-repeat;
	width:212px;
	height:57px;
	text-indent:-9999px;
	overflow:hidden;
	display:none;
}
.pagination{
	width:100%;
	font-size:14px;
	line-height:36px;
	color:#fff;
}
.pagination:after{
	clear: both;
	content:'';
	display: block;
}
.pagination .ttl{
	float:left;
	margin:0 14px 0 0;
	font-weight:normal;
}
.pagination ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	font-size:16px;
}
.pagination li{
	float:left;
	text-align:center;
}
.pagination ul a{
	display:block;
	width:36px;
	height:36px;
	color:#fff;
}
.pagination ul strong{
	display:block;
	background:#fff;
	border-radius:50%;
	color:#000;
	width:36px;
	height:36px;
	font-weight:normal;
}
/**/
.categories{
	margin:0 -40px 0 -25px;
	padding:0;
	list-style:none;
	width:1004px;
	overflow:hidden;
}
.categories li{
	float:left;
	width:236px;
	height:290px;
	margin:0 15px 15px 0;
	background:#fff;
	position:relative;
}
.categories li a{
	color:#fff;
	display:block;
}
.categories .img-h{
	display:block;
	height:237px;
	line-height:237px;
	text-align:center;
}
.categories .img-h img{vertical-align:middle;}
.categories .name{
	padding:10px 5px 11px;
	width:183px;
	position:absolute;
	bottom:17px;
	left:21px;
	color:#fff;
	font-weight:normal;
	font-size:16px;
	line-height:18px;
	background:#fba243;
	text-align:center;
}
.categories a:hover {text-decoration:none;}
.categories a:hover .name{text-decoration:underline;}
#footer{
	background:#232323;
	padding:60px 45px 50px 60px;
	font-size:13px;
	line-height:18px;
	color:#919595;
}
#footer:after{
	clear: both;
	content:'';
	display: block;
}
.copyright{
	width:340px;
	padding:0 20px 0 0;
	float:left;
}
.copyright p.copy{margin:0;}
.copyright a{color:#919595;}
.social{
	float:left;
	padding:4px 0 0 10px;
	width:260px;
}
.social span{
	float:left;
	margin:0 10px 0 0;
	font-size:13px;
	line-height:30px;
	color:#4e5050;
}
.social ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
.social ul li{
	float:left;
	padding:0 0 0 5px;
}
.social ul li a{
	width:16px;
	height:16px;
	background:url(../images/bg-social.png) no-repeat;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}
.social ul li .link-ydx{background-position:0 0;}
.social ul li .link-vk{background-position:0 -16px;}
.social ul li .link-fb{background-position:0 -32px;}
.social ul li .link-tw{background-position:0 -48px;}
.social ul li .link-odk{background-position:0 -64px;}
.social ul li .link-mm{background-position:0 -80px;}
.social ul li .link-ydx:hover{background-position:-16px 0;}
.social ul li .link-vk:hover{background-position:-16px -16px;}
.social ul li .link-fb:hover{background-position:-16px -32px;}
.social ul li .link-tw:hover{background-position:-16px -48px;}
.social ul li .link-odk:hover{background-position:-16px -64px;}
.social ul li .link-mm:hover{background-position:-16px -80px;}
.counter{
	float:left;
	padding:3px 13px 0 0;
}
.counter img{vertical-align:middle;}
.design{
	float:right;
	width:155px;
	font-size:13px;
	line-height:16px;
	margin:2px 0 0;
	color:#919595;
}
.design img{
	float:left;
	margin:7px 7px 0 0;
}
.design a{
	color:#919595;
	text-decoration:none;
}
.design a:hover{text-decoration:underline;}
.main-block a{
	color:#fff;
}
.button {
	background-color:#fba243;
	font: 23px/23px calibri, sans-serif;
	padding:10px 20px;
	float:left;
	color:#fff;
	cursor:pointer;
}
.tbl {
	border-collapse:collapse;
	border:solid 1px #fff;
}

.no_underline {
	float: left;
	text-align: center;
}

#info {
	float:right;
	text-align:right;
	margin-top: -5px;
	width: 320px;
}

.counts {
	margin-left:90px;
	position:absolute;
}
.counts input {
	width:34px;
	height:32px;
	border:solid 1px #aeaeae;
	font-size:14px;
}
.counts span{
	color:#000;
	font-size:12px;
	position:absolute;
	margin-left:42px;
	margin-top:12px;
	text-align:right;
	line-height:11px;
}
.min {
	text-align:center;
	font: 35px/35px calibri, sans-serif;
	color: #fff;
}
#temp {
	z-index:100000;
	left:0px !important;
}
a#move_up{
/* фиксированное положение блока*/ 
position:fixed;
top:8px;
right:20px;
display:none;
text-align:center;
font-family:Arial;
font-size:14px;
color:#fff;
background:#e54130;
padding:5px;
/*прозрачность*/
opacity:0.7;
filter:alpha(opacity=70);
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
text-decoration:none;}

a#move_up:hover{
/*прозрачность при наведении */
opacity:0.9;
filter: alpha(opacity=90);}
#custinfo_form .button {float:none}
.list_param {padding: 20px 10px 0;text-align: center;font-size: 14px;font-weight: 600;}
.list_param .item_1 {display:block}
.list_param .item_2 {display:block}
.list_param .item_2 {display:block}

.new {position: absolute;background: #ff8300;color:#fff;padding: 3px;z-index:10}
.hit {position: absolute;background: #f00;color:#fff;padding: 3px;z-index:10}



.product-card:hover {
	text-decoration: none;
}

.product-card .list_param {
	padding: 0;
}

.product-card .name {
	margin-bottom: 10px;
}


.product-gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 1;
	max-height: 200px;
	width: 200px;
	margin: 10px auto;
	overflow: hidden;
}
  
.product-gallery__item {
	width: 100%;
}
  
.product-gallery__item:hover .product-gallery__photo,
.product-gallery__item:first-child .product-gallery__photo {
	display: block;
}
  
.product-gallery__item:first-child .item-line-decor::after {
	background: #fba243;
}
  
@media (max-width: 567px) {
	.product-gallery__item {
	  /*display: none;*/
	  height: auto;
	}
	.product-gallery__item:first-child {
	  display: block;
	}
}
  
.product-gallery__photo {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 200px;
	overflow: hidden;
	z-index: -1;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
  
@media (max-width: 567px) {
  
	.product-gallery {
	  position: relative;
	  display: block;
	}
  
	.product-gallery__item {
  
	}
  
	.product-gallery__photo {
	  display: block;
	  position: static;
	  height: 100%;
  
	  width: 100%;
	  height: 200px;
	}
  
	.item-line-decor {
	  display: none;
	}
}
  
.product-gallery__photo img {
	width: 100%;
	display: block;
}
  
.product-gallery:hover .item-line-decor {
	opacity: 1;
}
  
.product-gallery:hover .item-line-decor::after {
	background: rgba(0,0,0,0.3);
}
  
.product-gallery:hover .item-line-decor:hover::after {
	background: #fba243;
}
  
.item-line-decor {
	width: 100%;
	height: 200px;
	position: relative;
	opacity: 0;
}
  
@media (max-width: 567px) {
	.item-line-decor {
	  display: none;
	}
}
  
.item-line-decor::after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 2px;
	right: 2px;
	height: 2px;
	background: #999999;
}
  
  