/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	header .menu_line .menu_top li {
		padding-top: 15px;
	}
	header .menu_line .menu_top li:nth-child(5) {
		padding-left: 0;
	}
	header .head h1 {
		font-size: 68px;
	}
	header .head .wrap_img_skin {
	  margin-left: -80px;
	  margin-top: 90px;
	}
	.buy .wrapper_buy .item .wrap_buy_item {
		font-size: 16px;
	}
	.buy .wrapper_buy .item .wrap_buy_item {
		height: 215px;
	}
	.product .wrap_product .wrap_text .wrap_price .big {
	  font-size: 34px;
	}
	.product .wrap_product .wrap_text .wrap_price::before {
		top: 8px;
	}
	.product .wrap_product .wrap_text .wrap_price {
		margin-bottom: 15px;
	}
	.order .order_item .wrap_order_item {
		height: 420px;
	}
	.delivery .wrap_del::after {
		-webkit-background-size: cover;
		background-size: cover;
		width: 500px;
		height: 400px;
		top: -25px;
	}
	.delivery .wrap_del ul li {
	  margin-bottom: 30px;
	}
	.delivery .wrap_qw::before {
		background: none;
	}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	header .head h1 {
	  font-size: 72px;
	}
	header .menu_line .menu_top li:nth-child(5) {
		padding-left: 15px;
	}
	header .menu_line .menu_top li:nth-child(4), header .menu_line .menu_top li:nth-child(6) {
	  padding-left: 0;
	}
	.buy .wrapper_buy .item .wrap_buy_item {
	  height: 175px;
	}
	.buy .wrapper_buy .item:nth-child(3) .wrap_buy_item {
		-webkit-box-shadow: 0 125px 100px -20px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 125px 100px -20px rgba(0, 0, 0, 0.2);
		box-shadow: 0 125px 100px -20px rgba(0, 0, 0, 0.2);
	}
	.product .wrap_product .wrap_text .wrap_price .big {
  		font-size: 40px;
	}
	.product .wrap_product .wrap_text .wrap_price::before {
	  top: 15px;
	}
	.product .wrap_product .wrap_text .wrap_price {
	  margin-bottom: 35px;
	}
	.order .order_item .wrap_order_item {
	  height: 325px;
	}
	.delivery .wrap_del {
		margin-right: 95px;
	}
	.delivery .wrap_del::after {
	  background-size: cover;
	  height: 290px;
	  top: 50px;
	  width: 370px;
	  right: -150px;
	}
	.delivery .wrap_del ul li {
	  margin-bottom: 20px;
	}
	.contact .map {
		margin-top: 0;
	}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	header .top_line .logo {
		text-align: center;
		border-bottom: none;
	}
	header .top_line .phone {
		text-align: center;
	}
	header .menu_line .menu_top ul {
		text-align: center;
	}
	header .menu_line .menu_top li:nth-child(4), header .menu_line .menu_top li:nth-child(6) {
		padding-left: 15px;
	}
	header .menu_line .btn {
	  margin: 0 auto;
	  text-align: center;
	  width: 280px;
	  margin-top: 15px;
	}
	header .head h1 {
	  font-size: 68px;
	}
	.wrapper_form {
		margin: 30px auto;
	}
	h2 {
		font-size: 38px;
	}
	.product .wrap_product .wrap_text .wrap_measur {
		font-size: 14px;
	}
	.order .order_item .wrap_order_item {
	  height: 350px;
	}
	.client {
		padding-top: 10px;
	}
	.client .carousel {
		margin-top: 0;
	}
	.delivery .wrap_del {
	  margin-right: 0;
	}
	.delivery .wrap_del::after {
	  height: 145px;
	  right: -25px;
	  top: 108px;
	  width: 180px;
	}
	.delivery .wrap_del {	 
	  margin-bottom: 80px;
	}
	.contact {
		padding-top: 0;
	}
}

@media only screen and (max-width : 576px) {
	.client .carousel .owl-controls .owl-buttons div {
		left: 0;
	}
	.client .carousel .owl-controls .owl-buttons div.owl-next {
		right: 0;
	}
	.order .order_item .wrap_order_item::after {
		left: -60px;
	}
	.delivery .wrap_del::after {
		right: 5px;
	}
	.delivery .wrap_del {
		margin-top: 0;
	}
	.product .wrap_product .wrap_img {	  
	  margin: 0 auto;
	  margin-bottom: 15px;	 
	  width: 360px;
	}
	.product .wrap_product .wrap_text .wrap_price {
	  margin-bottom: 20px;
	}
	.product h3 {
		line-height: 32px;
	}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	header .top_line .logo {
		padding-bottom: 5px;
	}
	header .head h1 {
	  font-size: 56px;
	}
	header .head .mob {
		display: none;
	}
	.buy .wrapper_buy .item .wrap_buy_item {
	  height: 200px;
	}
	.client .carousel .wrap_item_slide {
		margin: 20px auto;
	}
	.delivery .wrap_del::after {	  
	  display: none;
	}
	.delivery .wrap_del {
	  margin-bottom: 50px;
	}
	.delivery {
		padding-top: 20px;
	}

}

@media only screen and (max-width : 414px) {
	.product .wrap_product .wrap_img {
		width: 330px;
	}
	.buy .wrapper_buy .item:nth-child(1) .wrap_buy_item, .buy .wrapper_buy .item:nth-child(3) .wrap_buy_item {
		padding-left: 65px;
	}
	.buy .wrapper_buy .item .wrap_buy_item::after {
		display: none;
	}
	.buy .wrapper_buy .item .wrap_buy_item {
		padding-right: 65px;
		height: 150px;
	}
	.contact .wrap_contact {
		margin-top: 0;
	}
	.contact .wrap_contact li {
		padding-left: 75px;
	}
	.contact .map {
		height: 275px;
	}
	.delivery .wrap_qw .wrapper_form {
		padding: 25px 0;
	}
	.delivery .wrap_qw h3 {
		margin: 25px 0 25px 0px;
		line-height: 42px;
		text-align: center;
	}
	.delivery .wrap_qw .wrap_text {
		margin-left: 0;
	}
	.delivery .wrap_qw .wrap_phone {
		margin-left: 0;
		text-align: center;
	}
	.product .wrap_product .wrap_img {
	  width: 290px;
	}

	.buy .wrapper_buy .item:nth-child(1) .wrap_buy_item {
		height: 200px;
	}
	.wrapper_form {
		width: 330px;
	}
	header .head h1 {
	  font-size: 44px;
	}

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 360px) {
	.order .order_item .wrap_order_item .wrap_text {
		font-size: 14px;
	}

}
@media only screen and (max-width : 320px) {
	header .menu_line .menu_top li {
	  padding-top: 10px;
	}
	.wrapper_form {
	  width: 290px;
	}
	header .head h1 {
	  font-size: 38px;
	}
	header .head .des {
		font-size: 16px;
	}
	h2 {
	  font-size: 30px;
	  line-height: 38px;
	}
	.buy .wrapper_buy .item .wrap_buy_item {
	  font-size: 14px;
	  padding-top: 15px;
	  padding-bottom: 15px;
	}
	.product .wrap_product .wrap_img {
	  width: 245px;
	}
	.order .order_item .wrap_order_item {
	  height: 380px;
	}
	.delivery .wrap_del {
		padding: 25px;
	}


}


/*==========  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) {

}