/**
 * Архивы «Статьи» / «Новости»: 2 колонки, infinite scroll.
 */

.page-articles__items .item-media,
.page-news__items .item-media {
	flex: 0 1 48.75%;
	max-width: 48.75%;
}

.posts-archive__pagination {
	margin-bottom: 60px;
	text-align: center;
}

.posts-archive--js .posts-archive__pagination {
	display: none;
}

.posts-archive__sentinel {
	display: none;
	height: 1px;
}

.posts-archive--js .posts-archive__sentinel {
	display: block;
}

.posts-archive__loader {
	margin: 0 0 60px;
	text-align: center;
	font-family: Golos UI, serif;
	font-size: 14px;
	color: #414956;
}

.posts-archive--js .posts-archive__loader:not([hidden]) {
	display: block;
}

.posts-archive__empty {
	margin-bottom: 100px;
	font-family: Golos UI, serif;
	font-size: 16px;
	color: #414956;
}

@media (max-width: 767px) {
	.page-articles__items .item-media,
	.page-news__items .item-media {
		flex: 0 1 100%;
		max-width: 100%;
	}
}
