

/* 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/stocks/bitrix/news.list/.default/style.css?17460299692981*/
.news__list {
	--news-cols: 3;
	--news-margin: 20px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.news-item {
	width: calc((100% / var(--news-cols)) - (var(--news-margin) * 2));
	margin: var(--news-margin);
	display: grid;
	grid-gap: var(--news-margin);
	grid-template-columns: repeat(2, 1fr);
}

.news-item__picture {
	position: relative;
	aspect-ratio: 2/3;
}

.news-item__picture img {
	position: absolute;
	object-fit: cover;
	inset: 0;
	width: 100%;
	height: 100%;
	border-radius: var(--border-radius-button);
}

.news-item time {
	display: block;
	color: var(--text-color-4);
	margin: 10px 0;
	font-size: 12px;
}

.news-item__name {
	height: 2.3em;
	font-size: var(--main-h4-size);
	color: #000;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	text-wrap: pretty;
	-webkit-box-orient: vertical;
}

.news-item__link {
	text-decoration: none;
	display: flex;
	flex-direction: column;
}

.news-item__link>* {
	font-weight: 300;
}

.news-item__preview {
	font-size: var(--main-p-size);
	color: #000;
	font-weight: 200;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 8;
	line-clamp: 8;
	-webkit-box-orient: vertical;
	margin-block: 10px;
	height: 129px;
}

.button-readmore {
	--main-button-bg: #AE7925;

	appearance: none;
	display: block;
	border: 1px solid var(--main-button-bg);
	width: min(100%, 240px);
	height: 40px;
	align-content: center;
	text-align: center;
	background: var(--main-button-bg);
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	transition: scale 150ms linear;
	margin-top: auto;
	border-radius: var(--border-radius-button);
}

.button-readmore:active {
	scale: .98;
}

.tabhead-stocks {
	display: flex;
	gap: 5px;
	align-items: center;
	padding-block-end: 20px;
	border-bottom: 1px solid #AE7925;
	margin-block-end: 20px;
}

.tabitem-stocks {
	--main-button-bg: transparent;
	font-size: 12px;
	line-height: 150%;
	color: var(--mainborder-color);
	text-decoration: none;
	text-transform: uppercase;
	background: var(--main-button-bg);
	border: 1px solid var(--mainborder-color);
	border-radius: var(--border-radius-button);
	padding: 5px 12px;
	height: 40px;
	align-content: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	width: min(100%, 190px);
	font-weight: 300;
}

.tabitem-stocks.active {
	--mainborder-color: #AE7925;
	--main-button-bg: #AE7925;
	color: white;
}

@media (hover: hover) {
	.tabitem-stocks {
		transition: all 300ms ease-in;
	}

	.tabitem-stocks:hover {
		--mainborder-color: #BD7D17 !important;
		color: #ffffff !important
	}

	.button-readmore {
		transition: background 300ms ease-in;
	}

	.button-readmore:hover {
		--main-button-bg: #BD7D17;
	}
}

@media (max-width: 1170px) {
	.news__list {
		--news-cols: 2;
	}

	.news-item__preview {
		-webkit-line-clamp: 6;
		height: 111px;
	}
}

@media (max-width: 740px) {
	.news__list {
		--news-cols: 2;
	}

	.news-item {
		grid-template-columns: 1fr;
	}
}
/* End */
/* /local/templates/box/components/bitrix/system.pagenavigation/.default/style.css?17459360281451 */
/* /local/templates/box/components/bitrix/news/stocks/bitrix/news.list/.default/style.css?17460299692981 */
