
	/* ipad */
	@media only screen
	and (min-device-width : 768px)
	and (max-device-width : 1024px)
	and (orientation : portrait)
	and (-webkit-min-device-pixel-ratio: 2){



	}

	/* iphone x */
	@media only screen
	and (min-device-width : 375px)
	and (max-device-width : 812px)
	and (-webkit-device-pixel-ratio : 3)
	and (orientation : portrait){



	}

	/* Экстрамалые девайсы («портретные телефоны», < 576px) */
	@media (max-width: 575.98px) {



	}

	/* iphone x */
	@media only screen
	and (min-device-width : 375px)
	and (max-device-width : 812px)
	and (-webkit-device-pixel-ratio : 3)
	and (orientation : portrait){



	}

