@media (max-width:1024px){
	:root{--acc-header-h:80px}
	h1{font-size:48px}h2{font-size:36px}h3{font-size:26px}h4{font-size:20px}
	body.acc-body{font-size:17px}
	.acc-section{padding:40px 0}
	.acc-section__head{margin-bottom:24px}
	.acc-hero{min-height:auto;padding:calc(var(--acc-header-h) + 16px) 0 40px}
	.acc-hero__grid{grid-template-columns:1fr;gap:24px}
	.acc-hero__form{position:relative;width:100%;right:auto;bottom:auto;margin-top:24px}
	.acc-video__grid,.acc-promo__box,.acc-dealer__grid{grid-template-columns:1fr;gap:24px}
	.acc-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}
	.acc-header__nav{display:none;position:absolute;top:var(--acc-header-h);left:0;right:0;flex-direction:column;background:rgba(7,24,39,.98);padding:16px 24px;gap:12px;border-bottom:1px solid rgba(255,255,255,.1)}
	.acc-header__nav.is-open{display:flex}
	.acc-header__link{padding:10px 0;border-bottom:1px solid rgba(255,255,255,.08)}
	.acc-header__burger{display:block}
	.acc-header__hotline-txt{display:none}
	.acc-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:640px){
	h1{font-size:36px}h2{font-size:28px}h3{font-size:22px}h4{font-size:18px}
	body.acc-body{font-size:16px}
	.acc-section{padding:32px 0}
	.acc-container{padding:0 20px}
	.acc-hero{padding:calc(var(--acc-header-h) - 22px) 0 32px}
	.acc-hero__topbanner{margin-bottom:20px}
	.acc-hero__topbanner img{max-height:180px}
	.acc-header__inner{gap:8px}
	.acc-header__logo-img{max-width:118px;max-height:38px}
	.acc-header__hotline{display:none}
	.acc-header__actions{gap:8px;flex-shrink:0}
	.acc-header__actions .acc-btn--cta{min-height:42px;padding:10px 12px;font-size:12px;white-space:nowrap;flex-shrink:0}
	.acc-header__burger{width:42px;height:42px;flex:0 0 42px}
	.acc-hero__actions{flex-direction:column}	.acc-hero__actions .acc-btn{width:100%}
	.acc-hero__form{padding:22px}
	.acc-grid--2,.acc-grid--3,.acc-grid--4{grid-template-columns:1fr}
	#interior .acc-grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}
	#exterior .acc-grid--4{grid-template-columns:1fr}
	.acc-footer__grid{grid-template-columns:1fr}
	.acc-footer__bottom{flex-direction:column;text-align:center}
	.acc-promo__list{grid-template-columns:1fr}
	.acc-price-card.is-popular{transform:none}
	.acc-sticky-actions{right:0;left:0;bottom:0;border-radius:0;grid-template-columns:1fr 1fr;gap:0;padding:8px;background:rgba(7,24,39,.96);backdrop-filter:blur(8px)}.acc-sticky-actions__btn{border-radius:10px;min-width:0}
	.acc-section__head{margin-bottom:24px}
	.acc-video__play{width:72px;height:72px}
}
@media (max-width:480px){
	h1{font-size:30px}h2{font-size:24px}
	.acc-btn{min-height:48px;padding:12px 18px;font-size:15px}
	.acc-hero__bullets li{font-size:15px}
	.acc-popup__dialog{padding:24px}
}

@media (max-width:640px){
	.acc-btn--cta,.acc-btn--red,.acc-price-card .js-open-quote-popup,.acc-final-cta .js-open-quote-popup,.acc-promo .js-open-quote-popup{animation:accMobileCtaPulse 1.35s ease-in-out infinite;overflow:visible}
	.acc-btn--cta:after,.acc-btn--red:after,.acc-price-card .js-open-quote-popup:after,.acc-final-cta .js-open-quote-popup:after,.acc-promo .js-open-quote-popup:after{inset:-7px;animation:accMobileCtaWave 1.35s ease-out infinite;opacity:1}
	.acc-btn--cta:active,.acc-btn--cta:focus,.acc-btn--red:active,.acc-btn--red:focus,.acc-price-card .js-open-quote-popup:active,.acc-price-card .js-open-quote-popup:focus,.acc-final-cta .js-open-quote-popup:active,.acc-final-cta .js-open-quote-popup:focus,.acc-promo .js-open-quote-popup:active,.acc-promo .js-open-quote-popup:focus{transform:scale(.98);box-shadow:0 0 0 8px rgba(227,6,19,.16)}
}
@keyframes accMobileCtaPulse{0%,100%{box-shadow:0 8px 28px rgba(227,6,19,.28);transform:scale(1)}50%{box-shadow:0 10px 34px rgba(227,6,19,.48);transform:scale(1.025)}}
@keyframes accMobileCtaWave{0%{transform:scale(.92);opacity:.72}75%{transform:scale(1.22);opacity:0}100%{transform:scale(1.22);opacity:0}}
