/* CSS Document */
html, body{
	margin:0px;
	padding:0px;
	height:100%;
	font-family: "Noto Serif", serif;
	font-weight:400;
	color:#350900;
}

.slide1{
background-image:url(../im/slide/1.webp);
/*background-image:url(../images/slide/new.jpg);*/
background-position:top center;
background-repeat:no-repeat;
background-color:#f2f2f2;
}

#stars a{
display:inline-block;
background:#da5b29;
padding:5px 10px;
color:#fff;
text-align:center;
border:2px solid #da5b29;
font-weight:300;
font-size:24px;
}
#stars:before{
content:"";
display:inline-block;
width:58px;
height:19px;
background:url(../im/stars.png);
background-repeat:no-repeat;
margin-right:10px;
}
#stars:after{
content:"";
display:inline-block;
width:58px;
height:19px;
background:url(../im/stars.png);
background-repeat:no-repeat;
margin-left:10px;
transform: scaleX(-1);
}
#stars a:hover{
opacity:0.8;
}

#video{
display:inline-block;
padding:10px 45px 10px 10px;
margin:0 5px 15px;
color:#ff0100;
border:2px solid #ff0100;
border-radius:25px;
font-weight:600;
font-size:14px;
background-image:url(../im/you.png);
background-repeat:no-repeat;
background-position:right 5px center;
}
#video:hover{
opacity:0.8;
}
#video.vk{
color:#3568a3;
border:2px solid #3568a3;
background-image:url(../im/vk.png);
background-repeat:no-repeat;
background-position:right 5px center;
}
#video.ru{
color:#0b1d38;
border:2px solid #0b1d38;
background-image:url(../im/ru.png);
background-repeat:no-repeat;
background-position:right 5px center;
}

#cat_back{
background:#f2ecea;
}

#top{
position:relative;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

#crumbs{
background:#f7f7f7;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.niz_line{
border-top:1px solid #80685f;
padding-bottom:15px;
}
#niz_img{
display:inline-block;
margin:5px;
vertical-align:top;
}

a{
color:#000;
}

a:hover{
text-decoration:none;
}

img{
max-width: 100%; 
height: auto; 
display:inline-block;
}

.cat-wrapper{
position:relative;
padding:0 20px 60px;
}

/** Carousel **/

.cat {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.cat ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.cat li {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/** Carousel Controls **/

.cprev,
.cnext {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    width: 20px;
    height: 32px;
    text-align: center;
    color: #000;
    text-decoration: none;
    /*font: 60px/20px, sans-serif;*/
}

.cprev:focus,.cnext:focus,.cprev:hover,.cnext:hover{
text-decoration: none;
color: #000;
opacity:0.8;
}

.cprev {
    left: 0;
    background:url(../im/slide/left.png);
    background-repeat:no-repeat;
}

.cnext {
    right: 0;
    background:url(../im/slide/right.png);
    background-repeat:no-repeat;
}
/** Carousel Pagination **/

.cat-pagination {
    position: absolute;
    bottom: 5px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.cat-pagination a {
    text-decoration: none;
    display: inline-block;
    height: 14px;
    width: 14px;
    background: #fff;
    border-radius: 7px;
    text-indent: -9999px;
    margin-right: 7px;
}

.cat-pagination a.active {
    background: #da5b29;
    color: #da5b29;
    opacity: 1;
}


#line{
border-top:1px solid #c4c4c4;
margin:10px 0 30px;
}

#prod-line{
display:block;
border-top:1px solid #e4e4e4;
margin:15px 0 15px;
}

#prod-opis{
margin-top:5px;
}
#prod-opis br:after{
content:"";
display:block;
border-bottom:1px solid #e4e4e4;
}

.product-price{
color:#da5b29;
font-weight:500;
font-size:23px;
}

/*.product-price span{
font-size:24px;    
}*/

/*.shk-item .col-md-9{
padding:0 0;
}*/

.slide-wrapper{
position:relative;
}

/** Carousel **/

.slide {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slide ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.slide li {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height:480px;
    /*height:750px;*/
    width:1920px;
}

/** Carousel Controls **/

.sprev,
.snext {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    width: 20px;
    height: 32px;
    text-align: center;
    color: #000;
    text-decoration: none;
    /*font: 60px/20px, sans-serif;*/
}

.sprev:focus,.snext:focus,.sprev:hover,.snext:hover{
text-decoration: none;
color: #000;
opacity:0.8;
}

.sprev {
    left: 5%;
    background:url(../im/slide/left.png);
    background-repeat:no-repeat;
}

.snext {
    right: 5%;
    background:url(../im/slide/right.png);
    background-repeat:no-repeat;
}
/** Carousel Pagination **/

.slide-pagination {
    position: absolute;
    bottom: 5px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.slide-pagination a {
    text-decoration: none;
    display: inline-block;
    height: 14px;
    width: 14px;
    background: #fff;
    border-radius: 7px;
    text-indent: -9999px;
    margin-right: 7px;
}

.slide-pagination a.active {
    background: #da5b29;
    color: #da5b29;
    opacity: 1;
}

#slide .row{
height:480px;
}

#slide{
color:#fff;
}

#slide em{
display:inline-block;
background:#fff;
border-radius:10px;
padding:10px 20px;
margin-bottom:10px;
font-size:20px;
color:#000;
font-weight:bold;
opacity:0.7;
}

#slide b{
display:block;
font-size:45px;
text-shadow: 0px 4px 10px rgba(0, 0, 0, 1);
}

#slide span{
display:block;
font-weight:500;
font-size:16px;
margin:10px 0;

background:#000;
border-radius:10px;
padding:10px 20px;
opacity:0.6;
}
#slide span i{
font-size:16px;
}

#slide a{
display:inline-block;
margin-top:10px;
padding:10px 25px 10px;
color:#fff;
text-align:center;
background:#da5b29;
font-size:16px;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 1);
}
#slide a:hover{
background:#fff;
color:#000;
}

#phone{
margin:5px 0 0;
text-align:center;
color:#616161;
font-size:13px;
}
#phone a{
display:block;
color:#4c3025;
font-weight:300;
font-size:24px;
}

#cat_usl{
background:url(../images/wall.jpg);
padding:30px 0;
}

#cat_usl ul{
margin:0;
padding:0;
list-style-type:none;
text-align:center;
}

#cat_usl ul li{
display:inline;    
}

#cat_usl ul li a{
display:inline-block;
vertical-align:top;
margin:10px;
padding:20px;
width:260px;
background:#fff;
box-shadow:0px 7px 13px 0px rgba(0, 0, 0, 1);
color:#353632;
font-size:20px;
font-weight:bold;
text-transform:uppercase;
}

#cat_usl ul li a:hover{
opacity:0.9;
}

#cat_usl ul li a img{
display:block;
width:150px;
height:150px;
border-radius:75px;
margin:20px auto;
}

#cat_usl ul li a span{
display:block;
margin-top:10px;
padding:10px 15px;
background:#d5681e;
color:#fff;
text-align:center;
border:1px dashed;
border-radius:20px;
text-transform:none;
font-weight:normal;
font-size:15px;
}

#cat_usl ul li a:hover span{
background:#333; 
}

a#gotop {
  position: fixed;
  left: 5px;
  bottom: 10px;
  padding: 1px 6px;
  background: #585858;
  display: block;
  border-radius: 8px;
  z-index: 999;
}
a#gotop {
  color:#F1F1F1;
  text-decoration:none;
}
a#gotop:hover{  
  opacity:0.8;
}

#stiker{
padding:20px 10px 20px 100px;
background-color:#eee;
margin:15px 0;
border-radius:10px;
position:relative;
min-height:100px;
}
#stiker a{
font-style:italic;
text-decoration:underline;
}
#stiker:before{
content:"";
display:block;
background:url(../img/user.png);
background-repeat:no-repeat;
width:80px;
height:80px;
position:absolute;
top:10px;
left:10px;
}

#cat{
display:inline-block;
width:300px;
margin:10px;
text-align:right;
position:relative;
}
#cat div{
display: flex;
align-items: center;
position:absolute;
bottom:20px;
height:60px;
width:100%;
background:#da5b29;
padding:5px 10px;
color:#fff;
font-size:16px;
text-align:left;
}
#cat:hover{
opacity:0.8;
}

#gor{
margin:10px 0 5px;
text-align:center;
}

#gor_select{
padding:20px 0;
}

#gor_select a{
text-decoration:underline;
}

#gor_select a:hover{
text-decoration:none;
}

#gor_select select{
display:inline-block;
cursor:pointer;
width: 170px;
height: 30px;
border-radius: 12px;
border:none;
padding:0 10px;
color:#000;
-webkit-appearance: none;
background-image: url("../img/city.png");
background-position: right 10px center;
background-repeat: no-repeat;
line-height: 1em;
/* for FF */
-moz-appearance: none;
text-indent: 0.01px; 
text-overflow: '';
/* for IE */
-ms-appearance: none;
appearance: none!important;
}

#gor_select select:focus {
    border: none;
    outline: none
}
 
#gor_select select::-ms-expand {
  display: none;
}


#hit{
position:absolute;
top:0;
right:0;
background:url(../im/hit.png) no-repeat;
width:108px;
height:109px;
z-index:1;
}
#new{
position:absolute;
bottom:0;
left:0;
background:url(../im/new.png) no-repeat;
width:108px;
height:109px;
z-index:1;
}

#backer{
background:#dad1ce;
padding:30px 0;
}

#back{
	margin:0 auto;
	width:1380px;
}
#header{
	background:url(../img/header_bg.jpg);
	position:fixed;
	width:100%;
	z-index:3;
-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.2);
box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
#header_top{
	/*background:url(../img/header_top_new.jpg) repeat-x;*/
	background:url(../img/header_top.jpg) repeat-x;	
}
#logo{
display:inline-block;
margin:5px 0;
}
#header_wrap{
margin:-35px auto 0;
}
#reg{
	display: inline-block;
	margin: 15px 0 0;
	text-align:center;
	background:rgba(255,255,255,0.7);
	border-radius:30px;
	border:2px solid #b44300;
	padding:5px 20px 10px;
}
#reg ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
#reg ul li{
	display: inline;
	margin: 0px 20px 0px 20px;
}
#reg ul li a{
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	font-size:12px;
	font-family: Arial;
}
#reg ul li a:hover{
	text-decoration:underline;
}
#milano {
display:inline-block;
margin-top:25px;
}
#zakaz {
	color:#9d4509;
	text-transform: uppercase;
	display:inline-block;
	font-size:12px;
	margin:15px 0px 0px 0;
	text-decoration:none;
	border-radius:10px;
	font-weight:bold;
	font-style:italic;
	background:#ffe1db;
	padding:5px 10px;
}
#zakaz:hover{
text-decoration:underline;
}

#tel{
text-align:right;
}

#telefot{
font-size:24px;
font-style:italic;
}
#telefot span{
font-size:18px;	
}
#telefot:before{
	content:url(../img/telefot.png);
	width:18px;
	height:13px;
	position: relative;
	top: 0px;
	left: -12px;
}


#cart{
    display:inline-block;
  	background:url(../im/cart.png) no-repeat;
  	background-position:left center;
	padding:0 0 0 35px;
	margin:10px 0;
	color:#777676;
	font-size:13px;
	text-align:left;
	text-decoration:none;
}

#shk_butOrder, #otp{
display: inline-block;
vertical-align: top;
background: #b44300;
text-transform: uppercase;
padding: 10px 15px;
font-size: 18px;
text-decoration: none;
color: #fff;
margin: 10px 5px;
border:none;
cursor:pointer;
}

#shk_butOrder:hover, #otp:hover{
background: #fff;
color: #b44300;
}









/*POISK*/
#header_seach {
  margin: 7px 0px 0 0;
}
#header_seach span{
	color:#000;
	font-size:12px;
	text-transform:uppercase;

	margin-top:7px;
}



.poisk {
  position: relative;
  width: 100px;
  height: 100px;
}
.poisk span{
	color:#fff;
	font-size:12px;
}
.searchform {
    position:relative;
	zoom: 1;
	/*border: solid 1px #FFFFFF;*/
	background:#fff;
	margin:15px 0;
}
.searchform input {
	font-size:14px;
	font-style:italic;
	font-weight:600;
}
.searchform .searchfield {
	background: rgba(255, 255, 255, 0);
	color: #000;
	padding: 6px;
	border: 0px;
	outline: none;
	display:block;
	width:100%;
}

.searchform .searchbutton {
  cursor: pointer;
  height: 23px;
  width: 24px;
  background: url(../im/search.png);
  border: 0px;
position:absolute;
right:5px;
top:3px;
}

/*POISK*/
#top_main {
	margin: 5px 0px 0px 0px;
}


















#odejda{
height:47px;
margin:20px 0 0;
background:#f7f5f4;
border: 1px solid rgba(137, 135, 139, 0.27);
box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.18);
}
#odejda:before {
	content: "";
	width: 6px;
	height: 47px;
	background: #b44300;
	display: block;
	position: relative;
	left: -1px;
}

#odejda span {
  font-size: 15px;
  text-transform: uppercase;
  color: #b44300;
  font-style: italic;
  float: left;
  margin: -34px 0px 0px 24px;
}
#jenskaya ul{
padding:0;
margin:0;

}
#jenskaya ul li {
  list-style: none;
  width: 260px;
  /*height: 57px;*/
  padding:10px 10px 10px 25px;
  border-bottom: 1px solid rgba(137, 135, 139, 0.27);
}
#jenskaya ul li a {
  text-decoration: none;
  font-size: 15px;
  color: #000;
  /*margin: 24px 0px 0px 25px;*/
}
#jenskaya ul li a:hover,#jenskaya ul li.active a{
text-decoration: underline;
}
#razdeli{
display:block;
text-decoration:none;
height:67px;
background:#b44300;
border:1px solid #fff;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
 
box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.37);
margin: 30px 0px 5px 0px;
}
#razdeli span {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  display: block;
  margin: 20px 0px 0px 0px;
  text-align: center;
}
#kurtki_wrap {
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: inset 0px 0px 29px rgba(194, 177, 172, 0.48);
  position: absolute;
  z-index: 2;
}


#kurtki {
  width: 255px;
  height: 320px;
  border: 1px solid #b54400;
  display: inline-block;
  position: relative;
  background: #fff;
  margin: 15px 0px 15px 0px;
}
#kurtki span {
  font-size: 13px;
  color: #b44300;
  display: block;
  text-align: center;
  font-weight: bold;
  position: absolute;
  width: 100%;
  top: 275px;
 /* left: 50%;
  transform: translateX(-50%);*/
  z-index: 1;
}
#kurtki img {
  display: block;
  margin: 3px auto 0px auto;
  position: relative;
  z-index: 1;
}
/*CONTENT*/
#content{
	/*display: inline-block;*/
	vertical-align: top;
}
#slider_content{
width:951px;
height:392px;
float:right;
background:url('../img/mod.jpg') no-repeat right bottom #fff;
margin-bottom: 20px;
}
#obmen {
  font-size: 34px;
  color: #b44300;
  text-transform: uppercase;
  float: left;
  font-weight: bold;
  margin: 55px 0px 0px 46px;
}
#pokupka {
  font-family: Arial;
  font-size: 15px;
  color: #000;
  text-align: left;
  font-weight: bold;
  margin: 30px 0px 0px 46px;
  line-height: 33px;
}
#slider_content a {
  font-size: 15px;
  color: #fff;
  font-weight:bold;
  text-transform: uppercase;
  background: #b44300;
  text-decoration: none;
  padding: 17px 22px 13px 26px;
  margin: 23px 0px 0px 46px;
  float: left;
}



#kroshki{
    margin: 0;
    padding:10px;
}
#kroshki ol{
padding:0px;
margin:0px;
list-style:none;
background:none;
}
#kroshki ol li {
  display: inline-block;
  margin: 0 2px;
  font-size: 13px;
}
#kroshki ol li a{
font-size:13px;
color: #000;
text-decoration:underline;
}
#kroshki ol li a:hover{
text-decoration:none;
}
/*CONTENT AND*/









#footer{
background:#362924;
padding:30px 0 0;
}
.clear{clear:both;}
#rasporka{height:50px;}
#top_content h1,#zag {
    color: #350900;
    font-size: 24px;
    font-weight: 500;
    margin-bottom:20px;
}


#top_content {
    
}


.right_sidebar {

}

.sorty{
display:inline-block;
padding:5px 10px;
margin:0 10px 20px;
color:#da5b29;
text-align:center;
border:1px solid;
font-weight:normal;
text-transform:none;
font-size:16px;
}

.sorty a{
color:#9f6b45;
}

.sorty a span{
font-size:13px;
}

.produc_item {
    display: inline-block;
    background:#fff;
    margin: 10px 7px;
    vertical-align: top;
    width:320px;
    position:relative;
}

.text {
    text-align: justify;
    padding-bottom:20px;
}

.produc_item_desc {
padding:30px 20px 0;
}

.produc_item_desc strong {
    display: block;
    color:#350900;
    font-size: 17px;
    font-weight:500;
    line-height:22px;
	height: 70px;
    text-align:center;
}

.produc_item_desc p {
    color: #da5b29;
    font-size: 23px;
    font-weight:500;
    margin-top: 5px;
}

.produc_item_desc p b {
    font-weight:500;
}

.produc_item_raz{
color:#000;
font-size:14px;
margin-bottom:15px;
}

/*.produc_item_butons a {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-transform: uppercase;
    padding: 10px 15px;
    font-size: 13px;
    text-decoration: none;
    color: #b44300;
    height: 15px;
    font-weight: bold;
    margin-top: 10px;
}

.produc_item_butons button img {
    width: 16px;
	vertical-align: middle;
}*/

.vkorz img {
  width: 16px;
	vertical-align: middle;
}

#kart{
display:inline-block;
background:#da5b29;
padding:5px 20px;
margin:0 5px 15px;
color:#fff;
text-align:center;
border:2px solid #da5b29;
font-weight:600;
font-size:14px;
}
#kart:hover{
opacity:0.8;
}

#pod{
display:inline-block;
padding:5px 20px;
margin:0 5px 15px;
color:#da5b29;
text-align:center;
border:2px solid #da5b29;
font-weight:600;
font-size:14px;
}

#pod:hover{
opacity:0.8;
}

.clear {
clear:both;
}

.produc_item_img {
	text-align:center;
	height:320px;
	position:relative;
}

.produc_item_img img{

}

.produc_item_img:hover img{
opacity:0.8;
}

.sale {
    background: url(../img/sale.png) no-repeat;
    height: 55px;
    width: 70px;
    position: absolute;
    top: 0;
    left: 0;
}

.hit {
    background: url(../img/hit.png) no-repeat;    height: 55px;    width: 70px;    position: absolute;    top: 0;    left: 0;
}
#copyright {
    background: #362924;
    color: #a3877c;
    padding: 10px 0;
    font-size: 12px;
}

.footer_menu {
    display: block;
    vertical-align: top;
    margin: 10px 25px;
    margin-bottom: 0px;
}

.footer_menu p {
    color:#80685f;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #80685f;
    padding-bottom: 5px;
    margin-bottom: 0px;
}

.footer_menu ul {
    padding: 0;
    list-style: none;
    margin-top:  0;
}

.footer_text {
    padding:30px 0;
    display: inline-block;
    vertical-align: bottom;
    font-size: 13px;
    text-align:center;
}

.footer_menu ul li a {
    font-size: 14px;
    color: #dad1ce;
    text-decoration: none;
}

.footer_menu ul li {
    margin: 5px 0;
}

.footer_text p span {
    line-height: 25px;
}

.jenskaya {
    margin-bottom: 10px;
}

center.garant {
    margin: 30px 0 60px;
}

center.garant img {
    width: 190px;
}

#otzyv{
display:block;
text-decoration:none;
height:67px;
background:#b44300;
border:1px solid #fff;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
 
box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.37);
margin: 30px 0px 5px 0px;
padding:18px;
text-transform:uppercase;
color:#fff;
font-size:23px;
margin-top:30px;
}

.footer_menu ul li a:hover,.footer_menu ul li.active a{
    color:#f18d65;
}	

.produc_item_desc p s {
    color: #000;
    padding-right: 10px;
}
#vec{
margin:10px 0;
}

#vec a {
    font-size: 12px;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
}

#vec a:hover{
text-decoration:underline;    
}

.text2 {
    text-align: justify;
    padding-bottom:20px;
}

.vkorz {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 13px;
  text-decoration: none;
  color: #b44300;
  height: 36px;
  font-weight: bold;
  margin-top: 10px;
  cursor: pointer;
  border: none;
}

#mainprod {
    display: inline-block;
    vertical-align: top;
    width: 183px;
    margin: 0 14px;
    text-align: center;
    font-size: 12px;
}
 
.sravn img {
    width: 170px;
    box-shadow: 0 0 5px #666;
    height: auto;
    margin-bottom: 5px;
}

.sravn a.del-link {
    display: block;
    position: absolute;
    right: 5px;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    border-radius: 10px;
    text-decoration: none;
    border: 1px solid #ccc;
    padding: 2px 4px;
}

.sravn td {
    padding: 10px 15px;
    position: relative;
    vertical-align: top;
    text-align: center;
}



.sravn table.data-table {
border-collapse: collapse;
 
}


.srav_top {
    font-size: 12px;
    /*font-style: italic;*/     
    position: relative;
    left: 30px;
    width: 202px;
    color: #943b02;
    margin-left:10px;
}

.srav_top p{
padding-left:10px;
}

.srav_top a {
    color: #943b02;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 28px;
    margin-left: -28px;
    padding-top: 5px;
    position: relative;
}

.sravn td.odd.first {
    display: none;
}



.srav_chekbox {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-transform: uppercase;
  padding: 8px 15px;
  font-size: 13px;
  text-decoration: none;
  color: #b44300;
  font-weight: bold;
  margin-top: 10px;
}

 
 

.srav_chekbox label {
  position: relative;
  top: -2px;
}


a.cboxElement {
  text-decoration: none;
}

.srav_top a img {
    position: absolute;
    left: 4px;    
    top: -6px;
}

#telefot a {
  color: #9d4509;
  text-decoration: none;
}

.pages{
text-align:center;
}

.pages li{
display:inline;
margin:0 3px;
}

.pages li a{
display:inline-block;
padding:5px 10px;
background:#fff;
color:#350900;
font-weight:normal;
}

.pages li a.active, .pages li a:hover {
text-decoration:none;
background:#da5b29;
color:#fff;
}

#slide_top{
display:none;
}

.footer_text #phone,.footer_text #phone a{
color:#dad1ce;
}



#m{
display:none;
}

#m-right{
float:right;
text-align:right;
margin-right:40px;
position:relative;
z-index:2;
}

#m-right img{
margin:10px;
}

#m-left{
float:left;
}

.nav > li > a{
padding:10px 15px;
}

#niz_right{
text-align:right;
}

@media (max-width: 1200px) {
#menu ul li:last-child{
display:none;
}    
}

@media (max-width: 1400px) {
#back{
width:1180px;
}
.nav > li > a{
padding:10px;
}
}

@media (max-width: 1200px) {

.slide .row .col-lg-6:first-child{
display:none;
}
.slide .row .col-lg-6:last-child{
width:100%;
}

.slide1{
background-image:url(../im/slide/1.jpg);
}

#back{
width:auto;
}

#m{
display:block;
background:#fff;
position: sticky;
z-index:999;
top:0;
width:100%;
}

#logo{
margin:5px;
position:relative;
z-index:2;
}
#logo img{
width:40px;
height:40px;
}

.searchform {
background:#f1f1f1;
margin:5px 0;
}

#top,#top_main{
display:none;
}

#menu{
display:inline-block;
position:absolute;
right:0;
left:0;
}

#menu ul li:last-child{
display:block;   
}

.slide{
text-align:center;
}
.slide li{
height:auto;
}
.slide img{
display:none;
}
#slide b{
font-size:25px;
}

.cat-wrapper{
padding:0 0 60px;
}
    

#reg{
display:none;
}
#cart{
    display:inline-block;
    vertical-align:top;
  	background:url(../images/m/cart.png) no-repeat;
    font-size:0;
	width:28px;
	height:26px;
    padding:0;
	margin:0;
}

#shopCart{
display:inline-block;
padding:0;
margin:0 15px 0 5px;
}

#cart span:nth-child(1){
display:inline-block;
border-radius:3px;
background:red;
padding:2px 3px;
font-size:10px;
color:#fff;
position:absolute;
right:-5px;
top:-5px;
}

#zakaz,#header_seach{
display:none;
}

#jenskaya{
display:none;
}
#header_wrap{
margin:auto;
}
#milano{
display:none;
}
#reg,#center,#tel,.footer_body{
text-align:center;
}
.searchform .searchbutton{
margin-right:0;
}
.footer_text{
padding:0;
}

#footer, #copyright, #niz_right{
text-align:center;
}
#niz_img{
display:block;
}


}