.header.new{
	height: auto;
}
.header.new .wrap{
	position: relative;
}
.header.new .logo{
	display: inline-block;
	position: static;
	margin-top: 30px;	
	margin-bottom: 40px;
}
.header.new .time{
	position: absolute;
	right: 535px;
	top: 10px;
}
.header.new .map{
	position: absolute;
	right: 375px;
	top: 10px;
}
.header.new .map a{
	color: #6fa94a;
	text-decoration: none;
	border-bottom: 1px #6fa94a dotted;
}
.header.new .phones{
	position: absolute;
	right: 375px;
	top: 45px;
	left: auto;
	margin: 0;
}
.header.new .feedback{
	position: absolute;
	right: 375px;
	top: 125px;
	left: auto;
	margin: 0;
}
.header.new .feedback a{
	border-bottom: 1px #6fa94a dotted;
}
.header.new .links{
	left: auto;
	margin-top: 10px;
}
.header.new .order{
	position: absolute;
	right: 0;
	top: 50px;
	left: auto;
}
.header.new .searchbox{
	position: absolute;
	right: 0;
	top: 125px;
	left: auto;
}
.header.new .searchbox input{
	width: 310px;
	box-sizing: border-box;
}
.new.discounts{
	position: fixed;
	left: -35px;
	top: 280px;
	background: #FE5431;
	border-radius: 8px;
	text-transform: uppercase;
	padding: 30px 10px 10px 10px;
	color: #fff;
	text-decoration: none;	
	-moz-transform: rotate(-90deg); /* Для Firefox */
    -ms-transform: rotate(-90deg); /* Для IE */
    -webkit-transform: rotate(-90deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(-90deg); /* Для Opera */
    transform: rotate(-90deg);
	box-shadow: -2px 2px 2px 0px rgba(204,204,204,1);
	z-index: 999; 
}
#menu.inner, #menu.inner li, #menu.inner li a{
	/*height: 35px;*/
	/*line-height: 35px;*/
}
.conent_menu li a div{
	font-size: 18px;
}
.crumbs li, .crumbs li a{
	color: #436F9C;
}
.social{
	display: inline-block;
}
.mobile-menu{
	display: none;
}
.numbers ul{
	margin: 0;
	padding: 0;
}
.temp{
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 24%;
}

.index-spec:after{
	display: block;
	content: "";
	clear: both;
}
.index-spec .spec-box{
	float: left;
	width: 16.6%;
	padding: 10px;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
	.index-spec .spec-box{
		width: 33%;
	}
	.index-spec .spec-box:nth-child(4n+4){
		clear: both;
	}
}
@media all and (max-width: 767px) {
	.index-spec .spec-box{
		width: 50%;
		text-align: center;
	}
	.index-spec .spec-box:nth-child(2n+1){
		clear: both;
	}
}
@media all and (max-width: 320px) {
	.index-spec .spec-box{
		width: 100%;
	}
}
.index-spec .img-box{
	height: 100px;
	overflow: hidden;
	margin-bottom: 20px;
	text-align: center;
}
.index-spec .img-box img{
	max-height: initial;
}
.index-spec .spec-box .green_button1{
	font-size: 12px;
}
.index-spec .spec-box .spec{
	display: block;
	margin-top: 20px;
}
.h1{
	display: block;
	font-size: 2em;
    margin: 0.67em 0;
    font-family: "Segoe";
    text-transform: uppercase;
    color: #6fa94a;
    font-weight: normal;
}