

/* Start:/local/templates/box/components/bitrix/system.pagenavigation/.default/style.css?17459360281451*/
.pagination-list {
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0;
}

.pagination-list__link {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	/* border: 1px solid var(--ui-border); */
	border: 1px solid #9f886a;
	border-radius: 4px;
	text-decoration: none;
	color: #504d48;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	margin: 0 5px;
}

span.pagination-list__link {
	/* background: #E9E9E9;
	border-color: #E9E9E9; */
	background: #ffffff;
	border-color: #9f886a;
}

.pagination-list__item--active .pagination-list__link {
	/* background: var(--ui-bg-active);
	border-color: var(--ui-bg-active);
	color: var(--ui-color-active); */
	background: #9f886a;
	border-color: #9f886a;
	color: #ffffff;
}

.pagination-list__item svg {
	width: 7px;
}

.pagination {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.pagination-more {
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F3F8FE;
	border: 1px solid #DCEAFD;
	border-radius: 4px;
	padding: 0 25px;
	text-decoration: none;
	color: #414042;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
}


@media (max-width: 767px) {
	.pagination {
		flex-wrap: wrap;
		justify-content: center;
	}

	.pagination-more {
		width: 100%;
		max-width: 335px;
		margin-bottom: 10px;
	}

	.pagination-list {
		width: 100%;
		justify-content: center;
	}
}
/* End */


/* Start:/local/templates/box/components/bitrix/news/collection/bitrix/news.list/section/style.css?17460296691662*/
.collection__list {
	--news-cols: 4;
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(var(--news-cols), 1fr);
}

.collection-item {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    aspect-ratio: 4/3;
    text-decoration: none;
    overflow: hidden;
	border-radius: var(--border-radius-button)
}

.collection-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / .15);
    z-index: 1;
    transition: background 300ms linear;
}

.collection-item img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.collection-item__text-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    padding: clamp(16px, 1dvw + 10px, 30px);
    z-index: 1;
}

.collection-item__name {
    height: 2.3em;
	color: white;
    font-size: var(--main-h4-size);
    text-transform: uppercase;
    font-weight: 700;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}

.list-card__big .collection-item:nth-child(4) {
    grid-column: -4/-2;
    grid-row: 2/4;
}

@media (hover: hover ) {
    .collection-item:hover::before {
        background: rgb(0 0 0 / .35);
    }
}

@media (width < 900px) {
    .list-card__big .collection-item:nth-child(4) {
        grid-column: auto;
        grid-row: auto;
    }

    .collection-item {
        aspect-ratio: 1;
    }
}

@media (width < 800px) {
    .collection__list {
        grid-gap: 10px;
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
/* End */
/* /local/templates/box/components/bitrix/system.pagenavigation/.default/style.css?17459360281451 */
/* /local/templates/box/components/bitrix/news/collection/bitrix/news.list/section/style.css?17460296691662 */
