.home-ad, .product-ad {display: inline-block;}
.home-ad.big {display: block;}
.home-ad img {width: calc(100% - 12px); max-width: 497px; border: 4px solid #fff; margin: 5px 2px;}
.home-ad.big img {max-width: 700px;border: 4px solid #ffc861;margin: 0 auto 5px auto;}
.product-ad {border-top: 3px solid orange;border-bottom: 3px solid orange;}
.product-ad img {width: 100%;max-width: 600px;}
@media (min-width:375px) {.product-ad {border: 3px solid orange;}}
@media (min-width:525px) {.product-ad {border: 4px solid orange;} .home-ad.big img {margin-bottom: 15px;}}
.home-ad-apple_wrapper {display: inline-block; padding: 15px; margin: auto;border-radius: 10px; background-color: #fff; box-shadow:0 4px 10px rgba(0,0,0,.1);}
.home-ad-apple {display: block; text-align: center;padding: 15px;border: 7px double silver;background-color: #efefef;text-decoration: none;}
.home-ad-apple_heading {padding-bottom: 15px;}
.home-ad-apple_heading .line-1 {font-size: 24px;color: #009f16; text-transform: uppercase;font-weight: 700;line-height: 32px;}
.home-ad-apple_heading .line-2 {font-size: 32px; color: green; text-transform: uppercase;font-weight: 700;line-height: 32px;}
.home-ad-apple_heading .line-3 {font-size: 18px;color: #000;font-weight: 500;line-height: 22px; padding-top: 5px;}
.home-ad-apple_image {text-align: center;}
.home-ad-apple_image img {border: 1px solid silver; width: 100%; max-width: 800px;}
.home-ad-apple_text {font-size: 18px;color: green;text-transform: uppercase;line-height: 28px;}
.home-ad-apple_text .orange {color: #ff5200;}
@media (min-width:490px) {
	.home-ad-apple_heading .line-3 {font-size: 24px;line-height: 32px;}
	.home-ad-apple_text {font-size: 27px;line-height: 32px;}
}
.modal_promo.link {font-size: 18px; padding-top: 5px;}