

/* Start:/local/templates/iko4v_v2/components/bitrix/catalog.filter/news/style.css?17533785052946*/
.s-filter-news {
	margin-bottom: 20px;
}

.filter-tags {
	display: flex;
	gap: 15px;

}

.filter-tags .filter-tag-button {
	flex-shrink: 0;
}

.filter-section,
.filter-body {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.filter-body {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	flex-wrap: wrap;
}

.filter-tag-button:has(input:checked) {
	background-color: var(--green);
	color: var(--white);
}

.filter-search {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	max-width: 440px;
	position: relative;
}

.filter-search input {
	width: 100%;
	max-width: 400px;
	padding-right: 50px;
}

.filter-search input::placeholder {
	color: var(--gray-60);
}

.filter-search-button {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	padding: 2px;
	outline: none;
	position: absolute;
	top: 1px;
	right: 1px;
	height: calc(100% - 2px);
	width: 40px;
	border: none;
	opacity: .4;
	transition: var(--tr25);
}

.filter-search-button:hover {
	opacity: 1;
}

.filter-search .icon {
	width: 24px;
	min-width: 24px;
	height: 24px;
}

.filter-search-clean,
.tag-close {
	display: none;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 0;
	margin: 0;
	transition: var(--tr25);
	background-color: transparent;
	pointer-events: none;
}

.tag-close .icon {
	width: 18px;
	min-width: 18px;
	height: 18px;
	min-height: 18px;
	fill: var(--black);
	stroke: var(--black);
	stroke-width: 1px;
	margin-left: 10px;
}

.filter-tag-button:has(input:checked) .tag-close {
	display: flex;
}

.filter-tag-button:has(input:checked) .tag-close .icon {
	fill: var(--white);
	stroke: var(--white);
}

.filter-search-clean.active {
	display: flex;
	width: 40px;
	height: 40px;
	cursor: pointer;
	pointer-events: auto;
	opacity: .4;
	transition: var(--tr25);
}

.filter-search-clean.active:hover {
	opacity: 1;
}

@media (max-width: 920px) {
	.filter-body {
		flex-direction: row;
		align-items: flex-start;
	}

	#filterSearchInput {
		height: 42px;
		border-radius: var(--r1) 0 0 var(--r1);
	}

	.filter-search {
		flex-direction: row-reverse;
	}

	.filter-search-clean.active {
		transform: translate(-40px);
	}

	.filter-search-button {
		background-color: var(--primary-light);
		opacity: 1;
		border-radius: 0 var(--r1) var(--r1) 0;
		height: 42px;
		width: 70px;
		min-width: 70px;
	}

	.filter-search-button .icon {
		fill: var(--white);
	}

	.filter-tag-button {
		min-height: 36px;
	}

	.filter-tags {
		overflow-x: auto;
		padding-bottom: 15px;
	}

	.s-filter-news {
		margin-bottom: 0;
	}

	.filter-search-button {
		position: static;
	}

	.filter-search .form-control:focus {
		box-shadow: unset !important;
	}

	#filterSearchInput {
		order: 1;
	}

	.filter-search-clean {
		order: 2;
	}

	#filterSearchClean {
		display: none!important;
	}

	.filter-search {
		max-width: unset;
	}
}
/* End */


/* Start:/local/templates/iko4v_v2/components/bitrix/system.pagenavigation/.default/style.css?17530868751762*/
.items-list__pagination {
	align-items: center;
	display: flex;
	gap: 20px;
	margin: 48px 0 0;
}

.items-list__pagination a:not(.arrow__btn) {
	align-items: center;
	background: transparent;
	background-image: none;
	border: 0;
	border-radius: var(--r50);
	color: var(--primary-light);
	display: flex;
	font-size: 16px;
	justify-content: center;
	height: 32px;
	line-height: .6;
	text-decoration: none;
	width: 32px;
}

.items-list__pagination a:not(.arrow__btn):active,
.items-list__pagination a:not(.arrow__btn):hover {
	background: var(--primary-light);
	color: var(--white);
}

.current-page {
	background: var(--primary-light);
	border-radius: var(--r50);
	color: var(--white);
	display: inline-block;
	font-size: 16px;
	height: 32px;
	line-height: 31px;
	text-align: center;
	width: 32px;
}

.items-list__pagination span.arrow__btn {
	display: none;
}

.items-list__pagination .arrow__btn {
	align-items: center;
	background: none;
	display: flex;
	font-size: 0;
	justify-content: center;
	height: 24px;
	opacity: .7;
	text-decoration: none;
	transition: var(--tr25);
	width: 24px;
}

.items-list__pagination .arrow__btn img {
	height: auto;
	width: 14px;
}

.items-list__pagination .prev-page__btn {
	transform: rotate(180deg);
}

.items-list__pagination .arrow__btn:active,
.items-list__pagination .arrow__btn:hover {
	background: none;
	opacity: 1;
}

@media (max-width: 768px) {
	.items-list__pagination {
		gap: 16px;
		margin: 30px 0 0;
	}

	.items-list__pagination a:not(.arrow__btn),
	.current-page {
		font-size: 14px;
		height: 26px;
		width: 26px;
	}

	.current-page {
		line-height: 25px;
	}

	.items-list__pagination .arrow__btn {
		width: 12px;
	}
}
/* End */


/* Start:/local/templates/iko4v_v2/components/bitrix/news/news/bitrix/news.list/.default/style.css?17533775301326*/
.news-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.news-list .divider {
	width: 100%;
	height: 1px;
	background-color: var(--gray-30);
	border: none;
}

.news-item {
	display: flex;
	gap: 30px;
	min-height: 200px;
}

.news-item-l {
	width: 100%;
	max-width: 300px;
}

.news-item__image {
	display: flex;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}

/* .news-item__image:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset -20px 0px 30px -10px rgba(0, 0, 0, 0.4);
	pointer-events: none;
	z-index: 2;
} */

.news-item__image img {
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.news-item-r {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: 100%;
}

.news-item__title h2 {
	line-height: 1.2;
}

.news-item__description {
	color: var(--gray-70);
	margin: clamp(10px, 3vw, 20px) 0;
}

.news-item__tags {
	margin-bottom: 10px;
}

.news-item__footer {
	display: flex;
	gap: 20px;
	color: var(--gray-60);
	font-size: 14px;
	margin-top: auto;
}

@media (max-width: 1024px) {
	.news-item {
		flex-direction: column;
	}

	.news-item-l {
		max-width: 100%;
		height: 200px;
	}
}

@media (max-width: 480px) {
	.news-item__title h2 {
		font-size: 20px;
	}
}
/* End */
/* /local/templates/iko4v_v2/components/bitrix/catalog.filter/news/style.css?17533785052946 */
/* /local/templates/iko4v_v2/components/bitrix/system.pagenavigation/.default/style.css?17530868751762 */
/* /local/templates/iko4v_v2/components/bitrix/news/news/bitrix/news.list/.default/style.css?17533775301326 */
