

/* Start:/local/templates/blog.nikovit.ru/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?17792695829337*/
.news-detail.post-item {
    margin-top: 10px;
    background-color: #FFFFFF;
    border: 1px solid #D6D6CF;
    padding: 28px;
    border-radius: 24px;
}

.news-detail__header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 10px;
}

.news-detail__header .post-item__section {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
    margin-right: 10px;
    padding: 8px 18px;
    border-radius: 999px;
    background-color: #F2F2F2;
    color: #1C1F24;
    font-family: 'JetBrainsMono-Medium';
    font-size: 13px;
    line-height: 1.2;
    text-transform: uppercase;
    text-decoration: none;
}

.news-detail__header .post-item__section:hover {
    color: #288B57;
}

.news-detail__header .post-item__date {
    display: inline-block;
    font-family: 'JetBrainsMono-Medium';
    font-size: 13px;
    color: #6B737D;
}

.news-detail__title {
    flex: 0 0 100%;
    margin-top: 16px;
    margin-bottom: 0;
    color: #1C1F24;
    font-size: 30px;
    line-height: 1.1;
    font-weight: bold;
}

.news-detail__picture {
    margin-top: 16px;
}

.news-detail__content {
    margin-top: 16px;
    color: #1C1F24;
    font-size: 16px;
    line-height: 1.6;
    word-wrap: break-word;
}

.news-detail__content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.news-detail__content pre {
    max-width: 100%;
    margin: 20px 0;
    overflow-x: auto;
    border: 1px solid #D6D6CF;
    border-radius: 12px;
    background: #F3F3F3;
}

.news-detail__content pre code.hljs {
    padding: 16px;
    font-family: 'JetBrainsMono-Medium', monospace;
    font-size: 13px;
    line-height: 1.55;
}

.news-detail__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 24px;
}

.news-detail__footer .post-item__views-wrap {
    text-align: left;
}

.news-detail__footer .post-item__views {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-left: 0;
    font-family: 'JetBrainsMono-Medium';
    font-size: 12px;
    color: #6B737D;
    white-space: nowrap;
}

.news-detail__footer .post-item__views-count {
    color: #1C1F24;
}

.post-reactions {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
}

.post-reactions__selected {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
}

.post-reactions__button,
.post-reactions__add {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-width: 44px;
    height: 32px;
    padding: 0 9px;
    border: 1px solid #D6D6CF;
    border-radius: 999px;
    background: #FCFBF8;
    color: #1C1F24;
    cursor: pointer;
    transition: border-color .16s ease, background-color .16s ease, transform .16s ease;
}

.post-reactions__button:hover,
.post-reactions__add:hover {
    border-color: #288B57;
    transform: translateY(-1px);
}

.post-reactions__button.is-active {
    border-color: #288B57;
    background: #E7F4EC;
}

.post-reactions__button:disabled {
    cursor: wait;
    opacity: .65;
    transform: none;
}

.post-reactions__button.is-empty {
    display: none;
}

.post-reactions__add {
    min-width: 32px;
    width: 32px;
    padding: 0;
    font-family: 'JetBrainsMono-Medium';
    font-size: 18px;
}

.post-reactions__icon {
    font-size: 16px;
    line-height: 1;
}

.post-reactions__count {
    min-width: 8px;
    font-family: 'JetBrainsMono-Medium';
    font-size: 12px;
    line-height: 1;
}

.post-reactions.has-error .post-reactions__button {
    border-color: #C65A4A;
}

.post-reactions__picker {
    position: absolute;
    right: 0;
    bottom: calc(100% + 8px);
    z-index: 5;
    display: none;
    width: 252px;
    padding: 8px;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    border: 1px solid #D6D6CF;
    border-radius: 12px;
    background: #FFFFFF;
    box-shadow: 0 14px 40px rgba(28, 31, 36, .14);
}

.post-reactions.is-open .post-reactions__picker {
    display: grid;
}

.post-reactions__picker-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: 42px;
    border: 1px solid transparent;
    border-radius: 8px;
    background: #FCFBF8;
    cursor: pointer;
    font-size: 20px;
    transition: border-color .16s ease, background-color .16s ease;
}

.post-reactions__picker-button:hover {
    border-color: #288B57;
    background: #E7F4EC;
}

.post-reactions__picker-title {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.news-detail-share {
    margin-top: 24px;
}

.post-item__title-wrap{
    margin-top: 16px;
    width: 100%;
}

.news-detail a{
    color: #288B57 !important;
    text-decoration: none;
    transition: color .16s ease;
}

.news-detail a:hover{
    color: #1C1F24 !important;
}

.blog-comments {
    margin-top: 32px;
    /*margin-bottom: 48px;*/
    padding: 28px;
    border: 1px solid #D6D6CF;
    border-radius: 24px;
    background: #FFFFFF;
    color: #1C1F24;
}

.blog-comments h2 {
    margin: 0 0 20px;
    color: #1C1F24;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 700;
}

#remark42,
#remark42 .remark42__root {
    color: #1C1F24;
    font-family: 'IBM Plex', sans-serif;
    font-size: 16px;
    line-height: 1.55;
}

#remark42 a {
    color: #288B57;
    text-decoration: none;
}

#remark42 a:hover {
    color: #1C1F24;
}

#remark42 button,
#remark42 input,
#remark42 textarea,
#remark42 select {
    font: inherit;
}

#remark42 button,
#remark42 .remark42__button,
#remark42 .remark42__login,
#remark42 .remark42__sort,
#remark42 .remark42__reply,
#remark42 .remark42__comment-actions button {
    border: 1px solid #D6D6CF;
    border-radius: 999px;
    background: #FCFBF8;
    color: #1C1F24;
    font-weight: 600;
    transition: border-color .16s ease, background-color .16s ease, color .16s ease, transform .16s ease;
}

#remark42 button:hover,
#remark42 .remark42__button:hover,
#remark42 .remark42__login:hover,
#remark42 .remark42__sort:hover,
#remark42 .remark42__reply:hover,
#remark42 .remark42__comment-actions button:hover {
    border-color: #288B57;
    background: #E7F4EC;
    color: #1C1F24;
    transform: translateY(-1px);
}

#remark42 button:focus-visible,
#remark42 input:focus,
#remark42 textarea:focus,
#remark42 select:focus {
    outline: 2px solid rgba(40, 139, 87, .28);
    outline-offset: 2px;
    border-color: #288B57;
}

#remark42 textarea,
#remark42 input[type="text"],
#remark42 input[type="email"],
#remark42 input[type="url"],
#remark42 .remark42__textarea,
#remark42 .remark42__input {
    width: 100%;
    border: 1px solid #D6D6CF;
    border-radius: 12px;
    background: #FCFBF8;
    color: #1C1F24;
    box-shadow: none;
}

#remark42 textarea::placeholder,
#remark42 input::placeholder {
    color: #6B737D;
}

#remark42 .remark42__comment,
#remark42 .remark42__comment-form,
#remark42 .remark42__message,
#remark42 .remark42__last-comments,
#remark42 .remark42__auth-panel {
    border-color: #D6D6CF;
    border-radius: 16px;
    background: #FCFBF8;
}

#remark42 .remark42__comment {
    padding: 16px;
}

#remark42 .remark42__comment + .remark42__comment,
#remark42 .remark42__comments > * + * {
    margin-top: 14px;
}

#remark42 .remark42__comment-info,
#remark42 .remark42__comment-time,
#remark42 .remark42__comment-edit,
#remark42 .remark42__counter,
#remark42 .remark42__notice,
#remark42 .remark42__message {
    color: #6B737D;
}

#remark42 .remark42__comment-author,
#remark42 .remark42__user-name,
#remark42 .remark42__counter {
    color: #1C1F24;
    font-weight: 700;
}

#remark42 .remark42__comment-body,
#remark42 .remark42__comment-text {
    color: #1C1F24;
}

#remark42 .remark42__avatar,
#remark42 .remark42__avatar img {
    border-radius: 50%;
}

#remark42 .remark42__avatar {
    border: 1px solid #D6D6CF;
    background: #FFFFFF;
}

#remark42 .remark42__comment blockquote {
    margin: 12px 0;
    padding: 10px 14px;
    border-left: 3px solid #288B57;
    border-radius: 0 10px 10px 0;
    background: #FFFFFF;
    color: #1C1F24;
}

#remark42 .remark42__comment pre,
#remark42 .remark42__comment code {
    font-family: 'JetBrainsMono-Medium', monospace;
}

#remark42 .remark42__comment code {
    color: #288B57;
}

#remark42 .remark42__comment pre {
    padding: 14px;
    overflow-x: auto;
    border: 1px solid #D6D6CF;
    border-radius: 12px;
    background: #F3F3F3;
}

#remark42 .remark42__collapse {
    color: #288B57;
}

#remark42 .remark42__pinned {
    border-color: #FAD47A;
    background: #FFF7DF;
}

@media (max-width: 575px) {
    .news-detail.post-item {
        padding: 20px;
    }

    .news-detail__title {
        font-size: 26px;
    }

    .news-detail__footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .post-reactions,
    .post-reactions__selected {
        justify-content: flex-start;
    }

    .post-reactions__picker {
        right: auto;
        left: 0;
        width: 232px;
    }

    .blog-comments {
        padding: 20px;
        border-radius: 20px;
    }

    .blog-comments h2 {
        font-size: 22px;
    }

    #remark42,
    #remark42 .remark42__root {
        font-size: 15px;
    }
}

/* End */
/* /local/templates/blog.nikovit.ru/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?17792695829337 */
