

/* 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.list/cooperation/style.css?17506273301140*/
.s-cooperation-list {
	margin-bottom: clamp(60px, 4.5vw, 100px);
}

.cooperation-list {
	/* display: flex;
	gap: 30px; */
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	grid-gap: 50px 30px;
	justify-content: space-between;
}

.cooperation-item {
	width: 100%;
	position: relative;
}

@media (hover: hover) {
	.cooperation-item:hover .cooperation-item__title {
		bottom: -20px;
		background-color: var(--primary-light);
		color: var(--white);
	}
}

.cooperation-item__image {
	display: flex;
	width: 100%;
	max-height: 166px;
	overflow: hidden;
	border-radius: var(--r1);
}

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

.cooperation-item__title {
	position: absolute;
	bottom: -25px;
	left: 50%;
	right: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 219px;
	min-height: 40px;
	background-color: var(--white);
	box-shadow: var(--box-shadow-3);
	transition: var(--tr25);
	border-radius: var(--r1);
}

@media (max-width: 480px) {
	.cooperation-item__image {
		max-height: 200px;
	}
}
/* End */
/* /local/templates/iko4v_v2/components/bitrix/system.pagenavigation/.default/style.css?17530868751762 */
/* /local/templates/iko4v_v2/components/bitrix/news.list/cooperation/style.css?17506273301140 */
