

/* Start:/local/templates/blog.nikovit.ru/components/bitrix/news/blog/bitrix/news.list/.default/style.css?17781498786329*/

.post-list{
    margin-top: 40px;
}

.post-item{
    background-color: #FFFFFF;
    border: 1px solid #D6D6CF;
    padding: 28px;
    border-radius: 24px;
}

.post-item__section{

}

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

.post-item__section{
    display: inline-block;
    font-family: 'JetBrainsMono-Medium';
    font-size: 13px;
    color: #1C1F24;
    margin-right: 10px;
    text-transform: uppercase;
    background-color: #F2F2F2;
    padding: 8px 18px;
    border-radius: 999px;
}

.post-item__section a{
    color: inherit;
    text-decoration: none;
}

.post-item__title{
    margin-top: 16px;
    font-size: 30px;
    color: #1C1F24;
    margin-bottom: 16px;
}

.post-item__title a{
    color: #1C1F24;
    text-decoration: none;
    line-height: 1.1em;
    font-weight: bold;
}

.post-item__image{

    margin-top: 16px;
}

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

.post-item-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

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

.post-item__reading-time{
    display: inline-flex;
    align-items: center;
    font-family: 'JetBrainsMono-Medium';
    font-size: 12px;
    color: #6B737D;
    white-space: nowrap;
    margin-top: 4px;
}

.post-item-footer__bottom{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.post-item__views-wrap{
    text-align: right;
}

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

.post-item-footer-smile{
    min-width: 0;
}

.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);
}

.post-list__pager{
    margin-top: 28px;
}

.post-list__load-more{
    display: none;
    justify-content: center;
    margin-top: 28px;
}

.post-list__load-button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid #288B57;
    border-radius: 8px;
    background: #FFFFFF;
    color: #1C1F24;
    cursor: pointer;
    font-family: 'JetBrainsMono-Medium';
    font-size: 13px;
    transition: background-color .16s ease, border-color .16s ease, color .16s ease;
}

.post-list__load-button:hover{
    background: #E7F4EC;
}

.post-list__load-button:disabled{
    cursor: wait;
    opacity: .7;
}

.post-list__loading{
    display: none;
    align-items: center;
    min-height: 42px;
    color: #6B737D;
    font-family: 'JetBrainsMono-Medium';
    font-size: 13px;
}

.post-list__sentinel{
    width: 100%;
    height: 1px;
}

.post-list.has-load-error .post-list__load-button{
    border-color: #C65A4A;
}

html.has-infinite-feed .post-list[data-infinite-list] .post-list__pager{
    display: none;
}

html.has-infinite-feed .post-list[data-infinite-list] .post-list__load-more{
    display: flex;
}

html.has-infinite-feed .post-list[data-infinite-list].is-loading-more .post-list__load-button{
    display: none;
}

html.has-infinite-feed .post-list[data-infinite-list].is-loading-more .post-list__loading{
    display: inline-flex;
}

html.has-infinite-feed .post-list[data-infinite-list].is-complete .post-list__load-more,
html.has-infinite-feed .post-list[data-infinite-list][data-next-url=""] .post-list__load-more{
    display: none;
}

@media (max-width: 575px){
    .post-item-footer{
        align-items: flex-start;
        flex-direction: column;
    }

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

    .post-item__views{
        margin-left: 0;
    }

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

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






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