|
|
@@ -823,3 +823,20 @@ ul{list-style:none}
|
|
|
.car-img-fav.fav-active:hover{background:var(--red2)}
|
|
|
/* #favNavCount перенесён в .nav-fav-count выше */
|
|
|
|
|
|
+/* ===== NO-ANIMATIONS: отключение всех эффектов появления ===== */
|
|
|
+/* Применяется когда в настройках включён переключатель «Отключить анимации» */
|
|
|
+body.no-animations .reveal,
|
|
|
+body.no-animations .reveal-up,
|
|
|
+body.no-animations .stagger>*{
|
|
|
+ opacity:1!important;transform:none!important;
|
|
|
+ animation:none!important;transition:none!important}
|
|
|
+
|
|
|
+/* Hero: CSS-анимации на @keyframes fin / sup */
|
|
|
+body.no-animations .hero-eyebrow,
|
|
|
+body.no-animations .hero-sub,
|
|
|
+body.no-animations .hero-btns,
|
|
|
+body.no-animations .hero-stats{
|
|
|
+ opacity:1!important;animation:none!important}
|
|
|
+body.no-animations .hero-title .ln span{
|
|
|
+ transform:none!important;animation:none!important}
|
|
|
+
|