

/* Start:/local/templates/eagle/components/bitrix/news/delivery/bitrix/news.detail/.default/style.css?17166267431821*/
body h1 {
    margin-bottom: 30px;
}

.social-project-detail-date {
    color: #999;
}

.social-project-image,
.social-project-detail-date {
    margin-bottom: 98px
}

.social-project-bottom {
    display: flex;
    justify-content: space-between;
}

.share-block .ya-share2__container {
    text-align: right;
}

.share-block {
    position: relative;
}

.share-block--title {
    color: #EBA900;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0;
}

.share-block--content {
    padding-top: 24px;
    opacity: 0;
    position: absolute;
    top: 100%;
    right: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.share-block:hover .share-block--content {
    visibility: visible;
    opacity: 1;
}

.share-block--title::after {
    content: '';
    display: inline-block;
    margin-left: 10px;
    width: 15px;
    height: 15px;
    position: relative;
    top: 3px;
    background: url(/local/templates/eagle/components/bitrix/news/delivery/bitrix/news.detail/.default/img/share.svg) no-repeat 50% 50%;
}

@media screen and (max-width: 1200px) {
    .social-project-image,
    .social-project-detail-date {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 768px) {
    .social-project-image,
    .social-project-detail-date {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 576px) {
    .social-project-bottom {
        display: block;
    }

    .social-project-bottom .link-pointer-left {
        margin-bottom: 30px;
    }

    .share-block {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .share-block--title {
        margin-right: 30px;
        margin-bottom: 10px;
    }

    .share-block .ya-share2 {
        margin-bottom: 10px;
    }

    .share-block--content {
        left: 0;
        right: auto;
    }
}
/* End */
/* /local/templates/eagle/components/bitrix/news/delivery/bitrix/news.detail/.default/style.css?17166267431821 */
