

/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/round-custom-v2/style.min.css?17084660432530*/
.bx-pagination{margin:10px 0}.bx-pagination .bx-pagination-container{text-align:center;position:relative}.bx-pagination .bx-pagination-container ul{padding:0;margin:0;list-style:none;display:inline-block}.bx-pagination .bx-pagination-container ul li{display:inline-block;margin:0 2px 15px 2px}.bx-pagination .bx-pagination-container ul li span{-webkit-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-moz-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-ms-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-o-transition:color .3s ease,background-color .3s ease,border-color .3s ease;transition:color .3s ease,background-color .3s ease,border-color .3s ease;background:#eff0f1;padding:0 8px;display:block;height:32px;min-width:32px;line-height:32px;color:#444;font-size:14px;border-radius:16px;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-pagination .bx-pagination-container ul li a{text-decoration:none;display:block;border-radius:16px;height:32px;min-width:32px;line-height:32px;color:#444;vertical-align:middle}.bx-pagination .bx-pagination-container ul li a:hover span{background:#dadada}.bx-pagination .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a span{background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px;color:#444}.bx-pagination .bx-pagination-container ul li.bx-pag-all span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,.bx-pagination .bx-pagination-container ul li.bx-pag-next span{color:#aab1b4;background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px}.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span{background:#fff;border-color:#dadada;color:#000}.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span{background:#3bc915;color:#fff}.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span{background:#f9a91d;color:#fff}.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span{background:#e22b2b;color:#fff}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/page-news_v1/style.css?17452308691165*/
.page-news-wrapper {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    align-items: stretch;
    gap: 30px;
}

.page-news-wrapper .news-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start !important;
    border: 1px solid #E5E5E5;
}

.page-news-wrapper .news-item .text-wrap {
    padding: 20px !important;
    width: 100%;
}

.page-news-wrapper .news-item .adt-news {
    display: none;
}

.page-news-wrapper .news-item .img-news {
    aspect-ratio: 1/1;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#page-news a:hover .news-item .title-news,
#page-news a:hover {
    text-decoration: none !important;
}

.page-news-wrapper a .title-news {
    transition: .25s;
    margin-top: 7px;
}

.page-news-wrapper a:hover .title-news {
    color: #2DAD44 !important;
}

@media (max-width: 650px) {
    .page-news-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 430px) {
    .page-news-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}
/* End */
/* /local/templates/.default/components/bitrix/system.pagenavigation/round-custom-v2/style.min.css?17084660432530 */
/* /local/templates/.default/components/bitrix/news.list/page-news_v1/style.css?17452308691165 */
