@media (min-width: 320px) and (max-width: 990px) {
	* {
	    box-sizing: border-box;
	}

	body {
		background: transparent !important;
	}

	#header, .basket, .basket_s, .d-slider {
		display: none !important;
	}

	.m-wrap {
		display: block;
	}

	.h-main {
		padding: 15px 15px 0px 15px;
	}

	.h-top {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: auto;
		margin-bottom: 10px;
		position: relative;
	}

	.h-left, .h-center, .h-right {
		display: flex;
	}

	.h-center {
		max-width: 180px;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		align-self: center;
	}

/*	.h-left {
		width: 10%;
		float: left;
	}

	.h-center {
		width: 60%;
		float: left;
	}

	.h-right {
		width: 30%;
		float: right;
	}*/

	.h-logo {
		width: 80%;
		display: block;
		font-style: 16px;
		font-weight: bold;
		color: #c87424;
		margin: 0 auto;
		text-align: center;
	}

	.h-search-trigger {
		display: block;
		margin-top: 5px;
	}

	.h-search {
		display: none;
		padding: 10px 0;
	}

	.h-search-form {
		position: relative;
	}

	.h-search-form__input {
		padding: 10px;
		width: 100%;
	}

	.h-search-form__submit {
		position: absolute;
		top: 33%;
		right: 10px;
	}

	.h-nav-trigger {
		display: block;
		float: right;
		cursor: pointer;
		margin-top: 10px;
		margin-right: 15px;
	}

	.h-nav-basket {
		display: block;
		float: right;
		width: 28px;
		margin-top: 5px;
		margin-right: 15px;
		position: relative;
	}

	.h-nav-basket img {
		width: 100%;
	}

	.h-nav-basket span {
		width: 20px;
		height: 20px;
		background: #dd910f;
		position: absolute;
		top: -4px;
		right: -5px;
		border-radius: 50%;
		text-align: center;
		font-size: 14px;
		color: #fff;
		line-height: 20px;
	}

	.h-menu {
		display: none;
		padding: 10px 0;
		text-align: center;
	}

	.h-menu a {
		display: inline-block;
		font-size: 16px;
		font-weight: bold;
		color: #c87424;
		padding: 5px;
		margin: 10px;
		text-transform: uppercase;
	}

	.h-lang {

	}

	.h-lang .lang {
		width: 90px;
		margin: 0 auto;
		position: relative;
		top: 0;
		left: 0;
	}

	.h-footer {
		height: auto;
		overflow: hidden;
	}

	.h-footer__left {
		width: 80%;
		float: left;
	}

	.h-footer__right {
		width: 20%;
		float: right;
	}

	.h-contact {
		margin-top: 10px;
	}

	.h-contact__item {
		height: auto;
		overflow: hidden;
		margin-bottom: 5px;
	}

	.h-contact__label {
		margin-bottom: 10px;
	}

	.h-contact__phones a {
		display: inline-block;
		color: #2196F3;
		font-weight: bold;
		margin-right: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #2196F3;
	}

	.h-main .h-social {
		display: none;
	}

	.h-social {
		margin-top: 30px;
		text-align: right;
	}

	.h-social a {
		display: block;
		margin-bottom: 5px;
	}

	#content {
		width: 100% !important;
		background: transparent !important;
		padding: 10px !important;
		margin: 0 !important;
	}

	#content:before {
		display: none !important;
	}

	#content:after {
		display: none !important;
	}

	.menu {
		display: none;
	}

	#content > .clearfix {
		top: 0 !important;
	}

	#content > .clearfix > .left, #content > .clearfix > .right {
		width: 100% !important;
	}

	#content > .clearfix > .left .block {
		margin-bottom: 15px !important;
	}

	.block-navs {
		width: 100%;
	}

	.block-navs .block {
		position: relative;
	}

	.block-navs .block .header {
		background: #c85e24;
		color: #fff;
		padding: 10px;
		border-bottom: none;
		cursor: pointer;
	}

	.block-navs .block .block-content {
		display: none;
	}

	.block-navs .block .header:after {
		content: '';
		display: block;
		width: 46px;
		height: 38px;
		background: #fff url(../images/arrow-down.png) no-repeat;
		position: absolute;
		top: -10px;
		right: 0;
	}

	.block--news {
		display: none !important;
	}

	.slyder.slyder_big {
		display: none !important;
	}

	.preview {
		width: 100% !important;
		margin-left: 0 !important;
	}

	.slyder_four .item_img, .preview .item_img {
		width: 50% !important;
		margin: 0 auto;
		background: transparent !important;
	}

	.slyder_four .slyder_text2, .preview .slyder_text2 {
		height: auto !important;
	}

	.owl-nav {
		position: absolute;
		top: -45px;
		right: 0;
	}

	.owl-prev {
		margin-right: 5px;
	}

	.tov .left, .tov .right {
		width: 100% !important;
	}

	.tov .item_img {
		width: 100% !important;
		background: transparent !important;
		text-align: center;
	}

	.tov .item_img .list_item_img img {
		max-width: 450px;
		width: 100% !important;
		margin: 0 auto;
	}

	.contact-page {
		width: 100% !important;
	}

	.contact-page img {
		width: 100% !important;
		height: auto !important;
	}

	#footer {
		display: none !important;
	}

	.f-main {
		padding: 10px;
	}

	.f-contact {
		width: 80%;
		float: left;
	}

	.f-contact__item {
		height: auto;
		overflow: hidden;
		margin-bottom: 10px;
	}

	.f-contact__label {
		font-weight: bold;
		margin-bottom: 10px;
	}

	.f-contact__value a {
		display: inline-block;
		color: #2196F3;
		font-weight: bold;
		margin-bottom: 10px;
		border-bottom: 1px solid #2196F3;
	}

	.slyder_four .slyder_more, .preview .slyder_more, .slyder_four .slyder_more2, .preview .slyder_more2 {
		font-size: 14px;
		padding: 5px;
	}

	.slyder_four .slyder_more:after, .preview .slyder_more:after {
		top: 50%;
		margin-top: -7.5px;
	}

	.amt span {
		width: auto;
		background: #d29169;
		color: #fff;
		font-size: 26px !important;
		padding: 0 5px;
	}

	.amt input {
		font-size: 16px;
		width: 25px;
		height: 20px;
		text-align: center;
		margin: 0 10px;
	}
}

@media (min-width: 990px) {
	.m-wrap {
		display: none;
	}

	.m-slider {
		display: none;
	}
}