input[type=text],
textarea {
	max-width: 100%;
	box-sizing: border-box;
}

.m-header {
	padding: 5px 2% 10px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 100;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.m-logo {
	font-size: 1.4em;
	display: inline-block;
}
.m-logo-title {
	font-weight: bold;
	text-align: center;
	display: block;
	color: #880015;
	font-size: 1.6em;
}
.m-btns {
	float: right;
	margin-top: 10px;
}
.m-btn {
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-left: 6px;
	position: relative;
	background: url(images/m-menu.svg) no-repeat center center;
	-webkit-background-size: 24px;
	background-size: 24px;
	vertical-align: top;
}
.m-btn-cart {
	background-image: url(images/m-cart.svg);
	-webkit-background-size: 26px;
	background-size: 26px;
	text-decoration: none;
	color: #fff;
}
.m-btn-cart_val {
	position: absolute;
	width: 16px;
	height: 16px;
	line-height: 16px;
	background: #955F21;
	text-align: center;
	top: 0px;
	right: 0px;
	font-size: 11px;
	font-weight: bold;
	border-radius: 3px;
	color: #fff;
}
.m-btn-phone {
	background-image: url(images/m-phone.svg);
}
.m-bar {
	padding: 0 2%;
	color: #fff;
	background: #573E37;
	overflow: hidden;
}
.m-cat {
	padding: 0 5px;
	height: 40px;
	font-size: 1.3em;
	line-height: 40px;
	background: #31241F;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	width: 25%;
	text-align: center;
}
.m-cat i {
	display: inline-block;
	width: 3px;
	height: 18px;
	background: url(images/grid-ico.svg) no-repeat center center;
	-webkit-background-size: 3px auto;
	background-size: 3px auto;
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
form.m-search {
	float: right;
	width: 60%;
	margin: 4px 0 4px 0 !important;
}
.m-search-txt,
.m-search-btn {
	padding: 0 10px;
	margin: 0;
	height: 32px;
	box-sizing: border-box;
	background: #fff;
	border: none;
	width: calc(100% - 32px);
	border-radius: 5px 0 0 5px;
	display: inline-block;
	font-size: 14px;
}
.m-search-btn {
	padding: 0;
	width: 32px;
	background: #E28E2E url(images/search-ico.svg) no-repeat center center;
	-webkit-background-size: 16px;
	background-size: 16px;
	border-radius: 0 5px 5px 0;
}
.m-menu {
	visibility: hidden;
	opacity: 0;
	z-index: 200;
	background: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	overflow-y: auto;
	width: 70%;
	transform: translateX(-70%);
	transition: all .5s ease;
	box-shadow: 30px 0 30px rgba(0,0,0,.2);
}
.m-menu-cat {
	left: auto;
	right: 0;
	transform: translateX(70%);
}
.m-menu ul,
.m-menu li {
	margin: 0;
	padding: 0;
}
.m-menu a {
	display: block;
	padding: 10px 15px;
	font-size: 14px;
	border-bottom: 1px solid #eee;
}
.m-menu > ul > li > a {
	font-weight: bold;
    padding: 15px 15px;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    background-color: beige;
}
.m-menu a[href="#"] {
	font-weight: bold;
    padding: 15px 15px;
    color: #000;
    text-decoration: none;
}

.m-menu.active {
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
}

.bg-show,
.sm-show,
.xs-show {
	display: none;
}

@media screen and (max-width: 1000px) {
	.top_4rd_block .produce_block,
	.top_4rd_block .btn_kak_zakazat {
		margin-left: 20px;
	}

}

@media screen and (max-width: 880px) {
	body {
		margin-top: 70px;
	}
	.art-Sheet {
		border: none;
	}
	.art-contentLayout .art-content,
	.art-content-wide {
		margin-left: 0;
	}
	.bg-show {
		display: block;
	}
	.bg-hidden {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.sm-show {
		display: block;
	}
	.sm-hidden {
		display: none;
	}
}

@media screen and (max-width: 560px) {
	.catalog_item {
		width: 100%;
		margin: 0 0 15px;
	}
	table.v td.img,
	table.v td.spec {
		display: block;
		width: auto;
		margin-bottom: 15px;
		padding: 0;
	}
	.table-respond,
	.table-respond-wrap table {
		width: 100% !important;
		display: block;
		overflow-x: auto;
	}
	.xs-show {
		display: block;
	}
	.xs-hidden {
		display: none;
	}
}