

/* Start:/local/templates/site-v2/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?176041412376*/
.detail-block{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
/* End */


/* Start:/local/templates/site-v2/components/wbooster/share/small/style.css?17602645283144*/
.wbooster-share {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
}

.wbooster-share_pos_top {
    margin-bottom: 1rem;
}

.wbooster-share_pos_bottom {
    margin-top: 1rem;
}

.wbooster-share__btn {
    padding: .5rem .75rem;
    border: 1px solid var(--stroke_black);
    border-radius: 6px;
    text-decoration: none;
    font: inherit;
    cursor: pointer;
    background: var(--white_bg_black_reverse);
}

.wbooster-share__btn:hover {
    border-color: var(--stroke_black_hover);
}


/* Бэкдроп и диалог */
.wshare-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
    padding: 16px;
}

.wshare-backdrop[aria-hidden="false"] {
    display: flex;
}

.wshare-dialog {
    position: relative;
    background: var(--white_bg_black_reverse);
    border-radius: 20px;
    max-width: 640px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .18);
    padding: 24px 24px 20px;
}

.wshare-header {
    margin-bottom: 16px;
}

.wshare-close{
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 10px;
    color: inherit;
}

/* Секции */
.wshare-section {
    margin-top: 16px;
}

.wshare-label {
    margin-bottom: 8px;
}

/* Поле + копия */
.wshare-input-wrap {
    display: flex;
    gap: 10px;
    align-items: center;
}

/* Сетка соцсетей */
.wshare-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

@media (max-width:480px) {
    .wshare-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.wshare-item {
    padding: 8px;
    border-radius: var(--theme-small-border-radius);
    border: 1px solid var(--stroke_black);
    background: var(--darkerblack_bg_black);
    text-decoration: none;
    color: var(--white_text_black);
}

.wshare-item:hover {
    border-color: var(--stroke_black_hover);
}

.wshare-item .svg{
    border-radius: var(--theme-small-border-radius);
    overflow: hidden;
}

.wshare-caption {

}

/* Native */
.wshare-native {
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 12px 14px;
    background: #fff;
    cursor: pointer;
}

/* Кнопка-открывалка (примерная стилизация) */
.wshare-open {
    border: 1px solid #e5e7eb;
    background: #fff;
    border-radius: 10px;
    padding: 8px;
    cursor: pointer;
}

/* Иконки */
.icons {
    display: inline-block;
    width: 20px;
    height: 20px
}

.icons-24 {
    width: 24px;
    height: 24px
}

/* Тост */
.wshare-toast {
    position: absolute;
    right: 16px;
    top: 16px;
    background: #111827;
    color: #fff;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 14px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .18);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .2s ease, transform .2s ease;
}

.wshare-toast.is-show {
    opacity: 1;
    transform: translateY(0);
}
/* End */
/* /local/templates/site-v2/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?176041412376 */
/* /local/templates/site-v2/components/wbooster/share/small/style.css?17602645283144 */
