

/* Start:/local/templates/markformelle/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17519637731067*/
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(520deg);
    }
}

.star {
    z-index: 2000;
    position: absolute;
    width: 50px;
    height: 50px;
    background: url('/local/components/markformelle/catalog.landing/templates/zodiak/img/star.png') no-repeat center;
    background-size: contain;
    animation: fadeOut 3s ease-in, spin 5s linear infinite;
    transform-origin: center;
}

section.news_detail_page img {
    width: unset !important;
}

@media screen and (max-width: 600px) {
    body {
        overflow-x: hidden;
    }

    section.news_detail_page .align-left {
        width: 100% !important;
        padding: 20px !important;
        margin: 0 !important;
    }

    .content-section {
        padding-top: 0 !important;
    }

    section.news_detail_page img {
        height: unset;
    }

    .news_detail_page section.content-section img {
        max-width: 100% !important;
    }

}



/* End */
/* /local/templates/markformelle/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17519637731067 */
