/*  ------  local   ------  */

.ltd__page .ltd__offer-text:first-child:after {
	display: none !important;
}


.ltd__page .ltd__section-info-number-text {
	font-size: 18px;
}

 @media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {

}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
	.ltd__page .ltd__offer-title {
	    font-size: 54px;
	}
	.ltd__page .ltd__offer-text {
		font-size: 24px;
	}
	.ltd__page .ltd__section-info-title {
		font-size: 26px;
	}
	.ltd__page .ltd__section-info-number-text {
		font-size: 12px;
	}
	.ltd__page .ltd__section-info-number-value {
		font-size: 32px;
	}
	.ltd__page .ltd__compare-item-text {
		font-size: 11px;
	}

}

@media (max-width: 480px) {
	.ltd__page .ltd__compare-item-text {
		font-size: 10px;
	}
}