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

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	header nav ul li a{font-size: 15px; padding: 0 15px;display:none;}
	.slider .text{padding-bottom: 20px;}
	.catalog .item .details{width: 90%;}
}
@media only screen and (min-width: 993px) {
    header nav .menu > ul {
        display: inline-block;
    }
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	header .phone p{padding-right: 0;}
	header .callback{text-align: center;}
	header .callback a{border: none;}
	header nav ul li{display: block !important;}
	header nav ul li a{border-right: none; margin: 5px 0 !important;padding:0 !important; border-right: 0!important;text-align:center !important;line-height: 30px !important;}
	.mobile-btn{display: inline-block;}
	header nav .menu > ul {display: none;}
	header nav ul{position: relative !important;top:0 !important; left:0 !important; z-index: 100;background: #f7f7f7;padding: 0px !important;text-align: center; margin: 0 auto;}
	.slider .slider-title{font-size: 40px; padding-top: 60px;}
	.slider .slider-title .big{font-size: 50px;}
	.prev_button, .next_button{margin: 10px 0;}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	header .logo{text-align: center; padding: 10px 15px;}
	header .phone{padding: 5px 0 15px;}
	.callback{display: none;}
	.mobile-btn {
    display: block;
    float: right;
	}
	.left-menu > ul{display: none;}
	.lenta {margin-bottom: 0;}
	.prev_button, .next_button{margin: 20px 0;}
	.home_img{width:100%;}
	ul.table{display:block;}
	ul.table li{width:100%;}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.slider .slider-title .big{font-size: 30px;}
	.slider .slider-title, .slider .slider-title .small{font-size: 24px;}
	.slider .text{font-size: 18px;}
	.slider .item{height: 355px;}
	.slider .owl-pagination{padding-right: 0;}
	.section-title{font-size: 20px; padding: 30px 15px;}
	footer .title{text-align: center;}
	.free .title span{padding: 0 20px;}
	.content .order-btn{width: 100%;}
	.breadcrumbs ul li{line-height: 1.4;}
}

/* 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) {

}