

/* Start:/local/components/project/news.detail/templates/.default/style.css?1516028768560*/
.link_download {
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-shadow:0px 0px 3px rgba(255, 255, 255, 1);
    opacity: 0;
    transition: 1s;
    background-image:url('/local/components/project/news.detail/templates/.default/images/download.png');
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: cover;
}
.swiper-container.b-slider__view.swiper-container-horizontal:hover .link_download {
    opacity: 1;
}
.swiper-container.b-slider__preview.swiper-container-horizontal .link_download {
    display: none;
}
.b-article__sign {
    font-style: italic;
}
/* End */
/* /local/components/project/news.detail/templates/.default/style.css?1516028768560 */
