.wrapper {
	max-width: 900px;
	width:100%;
	margin: 0 auto;
}
.headern {

}
.closemenu{
    font-size: 34px;
    color: white;
    /* text-align: right; */
    position: fixed;
    right: 0px;
    top: 0px;
    padding: 5px 18px;
    border: 2px solid #ffffff;
    margin: 2px;
	display:none;
}
.mobphone{
	font-size: 24px;
    line-height: 45px;
    color: white;
    padding-left: 10px;
}
.mobileheader .mini_basket_block{
padding-top:10px;
}

.topmenu{
	display: flex;
	justify-content:center;
	background:#2C86AD;
	padding:0;
	margin:0px;
}
.topmenu li{
	display: flex;
	width: 20%;
}
.topmenu li a{
	width:100%;
	padding: 7px 0px 0;
	background:url(/_bone/um_razdel.gif) right center no-repeat;
	text-align:center;
}
#minbasket a{
	background:none;
    padding: 3px 0px 4px;
}
#footer{
	min-height:100%;
}
.w80{
	width:80%;
}
.w70{
	width:70%;
}
.w50{
	width:50%;
}
.w40{
	width:40%;
}
.w30{
	width:30%;
}
.w20{
	width:20%;
}
.w10{
	width:10%;
}
.floatleft{
	float:left;	
}
.floatright{
	float:right;	
}
.alignleft{
	text-align:left;	
}
.alignright{
	text-align:right;
}
.clear{
	clear:both;	
}
.buyme{
	margin:15px 0px;
}
.page_bar_inner{
	display: flex;
	justify-content:center;
	margin:10px 0;
}
.page_bar_inner div{
	display: flex;
}

.mobileheader{
	display:none;
}
.mincart{
	width: 100%;
}
.mincart a{
    /* width: 100px; */
    display: block;
    /* text-align: right; */
    margin: 0 auto;
    background: url(/_elements/goods/basket/minibasket_ico.png) left center no-repeat!important;
    padding-left: 35px;
    margin-left: 15px;
}

.hammenu {
	width:50px;
	height:50px;
	cursor:pointer;
	background: url(/_bone/ham.png) left top no-repeat;
}

@media screen and (max-width: 750px) {
	
	.topmenu li a {
    padding: 7px 0px 8px;
	}
	
	
	.closemenu{
		display:block;
	}
.content {
    padding: 10px 20px 10px 20px;
}
.topmenu .mini_basket_block{
	display:none;
}
.topmenu li {
    width: 25%;
}
.displayheader{
		display:none;
}
.mobileheader{
	display: block;
    position: fixed;
    background: #000000;
    width: 100%;
}

.main_tr {

}
.lsb{
	position: fixed;
    left: 0px;
    top: 0px;
    z-index: 100;
    background: #5c4c4c;
    width: 100%;
    height: 100%;
    overflow: scroll;
	display:block!important;
}
.leftmenu{
	display:none;
}
.main_td{
	width:100%;
	margin-top: 83px;
}
}