@media (min-width: 1200px) {
    body:not(.turn-off-sparkle) {
        .page-content {
            background: var(--white);
            position: relative;
            z-index: 10;
        }

        .animated-content > p,
        .animated-content > ul li,
        .animated-content > ol li,
        .animated-content > div:not(.reviews),
        .animated-content > h2,
        .animated-content > h3,
        .animated-content > h4,
        .animated-content > blockquote,
        .animated-content > article,
        .animated-content > img {
            opacity: 0;
            transform: translateY(50px);
        }

        .location-area__list {
            align-items: flex-start;
        }

        .page-content .breadcrumbs ul {
            padding-left: 0;
        }

        .animated-image-item {
            transform: translateY(100px);
            opacity: 0;
            transition: none;
        }

        .masthead-homepage-slider-wrap .slick-dots {
            top: 5px;
        }

        .animated-card-item {
            transform: translateY(100px);
            opacity: 0;
        }

        .masthead {
            padding-top: 134px;
            margin-top: 0;
        }

        .masthead--innerpage {
            padding-top: calc(84px + 134px);
        }

        .masthead--innerpage.masthead--innerpage--post {
            padding-top: calc(50px + 134px);
        }

        .page-header {
            opacity: 0;
        }

        .masthead-homepage-slider-wrap,
        .masthead .social-review-block img,
        .masthead--innerpage__content,
        .masthead .breadcrumbs {
            transform: translateY(50px);
            opacity: 0;
        }

        .image-buttons .image-button-slider .slick-slide,
        .card-slider .card-item {
            position: relative;
            transform: translateY(100px);
            opacity: 0;
        }

        .animated-footer-item {
            position: relative;
            transform: translateY(80px);
            opacity: 0;
        }
    }
}