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

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1737px) {
	.reclama {
		text-align:center;
	}
	.star-servis {
		display: inline-block;
		float: none;
	}
	.star-by {
		display: inline-block;
		float: none;
	}
}	
@media only screen and (max-width : 1200px) {
	.jqcart-checkout {
		width: 100%;
		overflow-y: scroll;
	}
	.iframe {
		width: 900px;
	}
	.omg img {
		width: 280px;
	}
}

@media only screen and (max-width : 1185px) {
	.content {
		padding-bottom: 235px;
	}
}
@media only screen and (max-width : 995px) {
	.iframe {
		width: 700px;
		margin-bottom: 180px;
	}
	.omg img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width : 970px) {
	.mono_title h1 {
		font-size: 20px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 993px) {
	.for_mobile {
		float: none!important;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 750px) {
	.iframe {
		width: 600px;
	}
	.omh p {
		font-size: 18px;
	}
}

@media only screen and (max-width : 720px) {
	.dostavka {
		height: 600px;
	}
}

@media only screen and (max-width : 640px) {
	.iframe {
		width: 500px;
	}
	.vxod {
		height: 500px;
	}
}

@media only screen and (max-width : 620px) {
	#poisk{
	margin-left: 15px;
	}
	.dws-menu ul {
		display: block;
	}
	.bystrgen h1 {
		font-size: 23px;
	}
	.bystrgen h2 {
		font-size: 20px;
	}
	.omh p {
		font-size: 18px;
	}
	.om p {
		font-size: 23px;
	}
	.om2 p {
		font-size: 25px;
	}
}

@media only screen and (max-width : 560px) {
	.content {
		padding-bottom: 272px;
	}
	.slaider_container img {
		max-width: 70%;
		max-height: 70%;
	}
	.dostavka {
		height: 750px;
	}
	.zap_detali {
		height: 270px;
	}
}

@media only screen and (max-width : 540px) {
	.iframe {
		width: 400px;
		height: 400px;
		margin-bottom: 265px;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 520px) {
	.content {
		padding-bottom: 250px;
	}
	.owl-carousel p {
		font-size: 14px;
	}
}

@media only screen and (max-width : 500px) {
	.mono_img {
		max-width: 100px;
		max-height: 100px;
	}
	.vxod {
		height: 800px;
	}
}

@media only screen and (max-width : 440px) {
	.iframe {
		width: 300px;
		height: 300px;
		margin-bottom: 400px;
	}
	.content {
		padding-bottom: 380px;
	}
}

@media only screen and (max-width : 426px) {
	.fot {
		margin-right: 100px;
	}
	.dostavka {
		height: 950px;
	}
}

@media only screen and (max-width : 418px) {
	.content {
		padding-bottom: 540px;
	}
}

@media only screen and (max-width : 375px) {
	.ctr p {
		margin-left: 5px!important;
	}
	.slide_item {
		margin-right: 18px;
	}
	.owl-carousel p {
		font-size: 12px;
	}
/* Custom, iPhone Retina */
@media only screen and (max-width : 353px) {
	.content {
		padding-bottom: 520px;
	}
	.owl-carousel p {
		font-size: 12px;
	}
	.slide_item {
		margin-right: 7px;
	}
	.dostavka {
		height: 1150px;
	}
	.vxod {
		height: 1000px;
	}
	.vxod p {
		font-size: 16px;
	}
}
@media only screen and (max-width : 310px) {
	.owl-carousel p {
		font-size: 10px;
	}
	.slide_item {
		margin-right: 3px;
	}
	.content {
		padding-bottom: 600px;
	}
}


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

}