

/* Start:/local/templates/main/components/bitrix/news/analitics_blog/bitrix/news.detail/.default/style.css?17803389392317*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}
.blog-block-left h2 {
	font-size: 21px;
	font-weight: 400;
	line-height: 32px;
}

.share-block {
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    text-align: center;
    max-width: 400px;
    width: 100%;
}

.share-block h2 {
    color: #333;
    margin-bottom: 10px;
}

.share-block p {
    color: #666;
    margin-bottom: 25px;
}

.share-container {
    position: relative;
    display: inline-block;
}

.share-button {
    background: #00AAFF;
    color: #fff;
    border: none;
    padding: 12px 28px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 2px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.share-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}

.share-button svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.dropdown-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    background: #fff;
    min-width: 250px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    overflow: hidden;
    z-index: 10;
}

.dropdown-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.dropdown-menu a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
    color: #333;
    text-decoration: none;
    font-size: 15px;
    transition: background 0.2s;
}

.dropdown-menu a:hover {
    background: #f5f5f7;
}

.dropdown-menu a .icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    flex-shrink: 0;
}

.icon-tg { background: #0088cc; }
.icon-mail {
    background: #00aeff;
}
.icon-max { background: #6c3adb; }

.icon svg {
    width: 16px;
    height: 16px;
    fill: #fff;
}

.icon-copy { background: #0A2896; }
/* End */
/* /local/templates/main/components/bitrix/news/analitics_blog/bitrix/news.detail/.default/style.css?17803389392317 */
