@media only screen and (max-width:1200px) {
	.sidebar_right {
	margin-left: 0;
}
}

@media only screen and (max-width:992px) {
	.text_logo {
	font: 30px MontserratExtraBold, sans-serif;
	color: #FFFFFF;
	margin-bottom: 0;
}

.text2_logo {
	font: 11px MontserratLight, sans-serif;
	color: #FFFFFF;
}

.disp_n_992 {
    display: none;
}

.nav_top li a {
	font: 14px MontserratSemiBold, sans-serif;
	color: #4D4F1D;
}

.sect_content .text1 {
	font: 33px MontserratBold, sans-serif;
	color: #111111;
	line-height: 1.2;
	margin-bottom: 20px;
}

.cont2 {
	margin-top: 20px;
}

.bread {
	margin-top: 20px;
}

.sect_menu {
	padding-top: 10px;
}

.sidebar_right {
	display: none;
}
}

@media only screen and (max-width:768px) {
	.disp_n_768 {
	   display: none;

	}
    
    header {
	height: auto;
	background-color: #858F14;
	padding-top: 20px;
	padding: 7px 0;
	text-align: center;
    position: relative;
}

.disp_b_768 {
    display: block;
}

.search {
	margin-top: 0;
	position: absolute;
	right: 20px;
	top: 14px;
}

.ic_menu {
    margin-top: 0;
	position: absolute;
	left: 20px;
	top: 14px;
}

.sect_menu {
	display: none;
}

.bread a {
	font: 11px MontserratSemiBold, sans-serif;
	color: #858F14;
	text-transform: uppercase;
}

.sect_content .text1 {
	font: 20px MontserratBold, sans-serif;
	color: #111111;
	line-height: 1.2;
	margin-bottom: 20px;
}

.sect_content p {
	font: 14px MontserratRegular, sans-serif;
	color: #000000;
	line-height: 1.3;
	margin-bottom: 20px;
}

.btn_zakaz {
	font: 13px MontserratBold, sans-serif;
	color: #fff;
	text-transform: uppercase;
	background-color: #FF3A02;
	padding: 12px 15px;
	border: 0;
}

.sect_content .comm {
	font: 20px MontserratBold, sans-serif;
	color: #000;
	margin-top: 20px;
}

.top_comm p {
	font: 15px MontserratRegular, sans-serif;
	color: #000000;
	margin-bottom: 3px;
}

.top_comm a {
	font: 12px MontserratRegular, sans-serif;
	color: #000000;
	text-decoration: none;
}

.block_comm {
	background-color: #EAEAEA;
	margin: 10px auto;
	padding: 9px 10px;
}

.ava {
	margin-right: 20px;
	max-width: 43px;
}

.nav_footer {
	margin-top: 10px;
	text-align: center;
}
.nav_footer li {
	margin-right: 0;
	float: none;
}

footer {
	background-color: #858F14;
	height: 50px;
	margin-top: 10px;
}
}