/*==========  Desktop First Method  ==========*/

/* Castom for container */
@media only screen and (max-width : 1999px) {
 .social{display: inline;}
 
}

/* Castom for slider */
@media only screen and (max-width : 1399px) {	
	 
}

/* Large Devices, Wide Screens */
 
@media only screen and (max-width : 1199px) {
	header .phones span{left: 0px;}
	 .wrap,.content,header{min-width: 1024px;}
	.wrap{width:100%; }
	.content{max-width: 100%;}
	.main_right1{width: 60%;}
	footer .right{width: 100%; background: #96a841;}
	.anounce .left{width: 25%; margin-right: 15px;}
	.anounce .image{width: 100%;}
/*	header .feedback {display:none;}*/
	header .links{ left: 305px; text-align: right;}
	header .discounts{display:none;}
	header .phones{margin-left: -120px;}
	header .order{left:0px; }
	#menu li a{padding: 0px 22px;}
	.conent_menu li a{width:98%;}
	.content_left{width: 30%;}
	.content_right{width:70%;}
	.numbers{width: 100%;}
	.numbers li{width:185px;}
	#main_slider{width: 100%;}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	 
	 
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	 
	
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
	 
	
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

	 
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
 
	
	 
}

/* Castom for container */
@media only screen and (min-width : 1640px) {
	 
}
