

/* Start:/local/templates/np2026/components/bitrix/system.pagenavigation/pagination/style.css?17721506821462*/
.page .pagination {display: flex; align-items: center; justify-content: start;}
.page .pagination li {display: flex;}
.page .pagination li a {display: flex; width: 3.5em; height: 3.5em; align-items: center; justify-content: center; font-size: 70%; font-weight: 500; border-radius: 50%;}
.page .pagination li a:hover {background: #E9EBF2;}
.page .pagination li span {display: flex; width: 3.5em; height: 3.5em; align-items: center; justify-content: center; font-size: 70%; font-weight: 500; border-radius: 50%;}


/* .page .pagination li a.begin {display: none;} */
.page .pagination li a.active {background: #E9EBF2;}
.page .pagination li a.prev {}
.page .pagination li a.prev:before {content: ""; background: url(/local/templates/np2026/images/prev.svg) 50% 50% no-repeat; width: 50%; height: 50%;}
.page .pagination li a.next {}
.page .pagination li a.next:before {content: ""; background: url(/local/templates/np2026/images/next.svg) 50% 50% no-repeat; width: 50%; height: 50%;}
/* .page .pagination li a.end {display: none;} */

.page .pagination-wrap {display: flex; align-items: center; justify-content: space-between; padding: 0 0 6.5em;}
.page .pagination-wrap .more {display: flex; align-items: center; justify-content: center; border: 1px solid #E9EBF2; border-radius: 3em; font-size: 70%; font-weight: 500; height: 3.5em; padding: 0 24px; text-transform: uppercase; order: 1;}
.page .pagination-wrap .more:hover {background: #E9EBF2;}
/* End */


/* Start:/local/templates/np2026/components/bitrix/news.list/actions/style.css?17745599721206*/
.page .actions {display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 1640px; padding: 0 20px; margin: 0 auto;}
.page .actions .item {display: flex; gap: 20px; align-items: center;}
.page .actions .item .image {width: 300px; height: 300px; flex: 0 0 300px; background: #eee;}
.page .actions .item .image img {width: 100%; height: 100%; object-fit: cover; display: block;}
.page .actions .item .data {display: flex; flex-direction: column; gap: 10px;}
.page .actions .item .data .title {font-weight: bold;}
.page .actions .item .data .description {opacity: 0.5; line-height: 1.2; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.page .actions .item .data .date {opacity: 0.7;}
.page .actions .item .data .detail {display: flex; align-items: center;}
.page .actions .item .data .link {padding: 8px 48px; background: #18243D; color: #fff; text-align: center; border-radius: 3em; margin: 10px auto 0 0;}

@media (max-width: 1200px)
{
	.page .actions {grid-template-columns: 1fr;}
}

@media (max-width: 700px)
{
	.page .actions .item {flex-direction: column; align-items: start;}
	.page .actions .item .image {width: 100%;}
}
/* End */
/* /local/templates/np2026/components/bitrix/system.pagenavigation/pagination/style.css?17721506821462 */
/* /local/templates/np2026/components/bitrix/news.list/actions/style.css?17745599721206 */
