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

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

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

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	section h2 {
		font-size: 37px;
	}
	.hdn-md {
		display: none;
	}
	.section4 .cart {
		margin-bottom: 20px;
	}
	.section3_color2 .cart,
	.section6 .cart {
		border-bottom: rgba(255,255,255,.3) 2px dashed;
		padding-bottom: 10px;
	}
	.section3 .btnboxfff,
	.section6 .btnboxfff {
		margin-bottom: 20px;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 576px) {
	.postheader h1 {
		font-size: 17px;
		padding: 15px 10px;
		width: 290px;
		margin: 0 0 20px;
	}
	.postheader {
		padding: 50px 0 60px;
	}
	.postminizakaz {
		font-size: 15px;
	}
	.postminizakaz img {
		margin: 0 12px 0 0;
	}
}


/* Personal edit */
@media only screen and (max-width : 425px) {
}


/* 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 : 576px) {
	.minizakaz,
	.postminizakaz,
	h1 {
		width: 480px;
		padding: 10px 30px;
	}
	.minizakaz .title {
		font-size: 21px;
	}
	.minizakaz .bttn {
		font-size: 21px;
		max-width: 420px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.hdn-sm {
		display: none;
	}
}

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

}

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

}