@media only screen and (max-width:1100px) {
	.menu_top a {
	font: 16px RobotoRegular, sans-serif;
	color: #202020;
	text-transform: uppercase;
	padding: 29px 17px;
	border-right: 1px solid #D3D3D3;
}

.search {
    margin: 0 15px;
}
}

@media only screen and (max-width:950px) {
	.disp_n {
	   display: none;
	}
    
}

@media only screen and (max-width:800px) {
	.wrapper {
        max-width: 780px;
        margin: 0 auto;
        padding: 30px 15px;
    }
    
    .logo {
        max-height: 55px;
    }
    
    .menu_top a {
	font: 12px RobotoRegular, sans-serif;
	color: #202020;
	text-transform: uppercase;
	padding: 17px 11px;
	border-right: 1px solid #D3D3D3;
}

.block_statistics {
	height: auto;
	background: #CC0022;
	margin-top: 9px;
	display: block;
	align-items: center;
	justify-content: space-evenly;
	text-align: center;
	column-count: 3;
	padding: 5px 0;
}
}

@media only screen and (max-width:760px) {
	.block_zakaz {
	display: block;
	align-items: center;
	justify-content: space-evenly;
	margin-top: 40px;
	text-align: center;
}

.block_form {
	order: -1;
	background: #F2F2F2;
	border: 1px solid #E4E4E4;
	box-sizing: border-box;
	border-radius: 6px;
	padding-top: 15px;
	margin: 0 auto;
	margin-top: 20px;
}
}

@media only screen and (max-width:500px) {
	.disp_n500 {
	   display: none;
	}
    .block_statistics p {
	font: 12px RobotoMedium, sans-serif;
	color: #fff;
}

.wrapper {
	max-width: 780px;
	margin: 0 auto;
	padding: 20px 15px;
}

.menu_top a {
	font: 10px RobotoRegular, sans-serif;
	color: #202020;
	text-transform: uppercase;
	padding: 17px 11px;
	border-right: 1px solid #D3D3D3;
}

.box_comm img {
	margin-right: 14px;
	width: 61px;
}
}

@media only screen and (max-width:360px) {
	.disp_n360 {
	   display: none;
	}
    .wrapper .text1 {
    text-align: center;
    font: 22px RobotoMedium, sans-serif;
    color: #000;
}
    
    .box_old_price div {
    padding: 9px 20px;
}

.box_new_price div {
    padding: 9px 20px;
}

.t_comm p:last-child {
    display: none;
}
}