/*------------------------------------*\
		LOCAL SCREENS
\*------------------------------------*/

.section-hero .image-hero-icon {
	width: 110px;
	height: 110px;
	background-size: 110px 110px;
	background-image: url("/pl/support/products/images/logos/applecare_plus_icon__cqfj0er7b3o2_large.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	.section-hero .image-hero-icon {
		background-image: url("/pl/support/products/images/logos/applecare_plus_icon__cqfj0er7b3o2_large_2x.png");
	}
}
@media only screen and (max-width: 1068px) {
	.section-hero .image-hero-icon {
		width: 89px;
		height: 89px;
		background-size: 89px 89px;
		background-image: url("/pl/support/products/images/logos/applecare_plus_icon__cqfj0er7b3o2_medium.png");
	}
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-hero .image-hero-icon {
		background-image: url("/pl/support/products/images/logos/applecare_plus_icon__cqfj0er7b3o2_medium_2x.png");
	}
}
@media only screen and (max-width: 734px) {
	.section-hero .image-hero-icon {
		width: 71px;
		height: 71px;
		background-size: 71px 71px;
		background-image: url("/pl/support/products/images/logos/applecare_plus_icon__cqfj0er7b3o2_small.png");
	}
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-hero .image-hero-icon {
		background-image: url("/pl/support/products/images/logos/applecare_plus_icon__cqfj0er7b3o2_small_2x.png");
	}
}

/*------------------------------------*\
		END LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
		LOCAL FIXES
\*------------------------------------*/

.section-plans .applecare-plan .pricing-row {
	justify-content: space-between;
}

.section-plans .applecare-plan .flex-row .column-dynamic-pricing.is-last {
	padding-left: 10px;
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-plans .applecare-plan .flex-row .column-dynamic-pricing.is-last {
		padding-left: 3px;
	}
}
@media only screen and (max-width: 735px) {
	.section-plans .applecare-plan .flex-row .column-dynamic-pricing.is-last {
		padding-left: 0px;
		margin-right: 10px;
	}
}

/*------------------------------------*\
		END LOCAL FIXES
\*------------------------------------*/
