

/* 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/portfolio/bitrix/news.list/.default/style.css?17541734564651*/
.portfolio-top {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 40px;
}

.portfolio-top-r {
	display: flex;
	justify-content: flex-end;
	gap: clamp(20px, 3vw, 40px);
	width: 100%;
}

.portfolio-list-filter {
	display: flex;
	gap: 8px;
}

.portfolio-list-filter__reset {
	color: var(--red);
}

.portfolio-list {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

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

.portfolio-list:has(.portfolio-item_collapsed) .divider {
	background-color: var(--gray-40);
}

.portfolio-item {
	display: flex;
	gap: 10px;
	border-radius: var(--r3);
	position: relative;
	overflow: hidden;
}

.portfolio-item .row {
	margin-bottom: 20px;
}

.portfolio-item__top.row {
	margin-bottom: 10px;
}

.portfolio-item__top .prop-name {
	margin-bottom: 0;
}

.portfolio-item__top {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 20px;
}

.portfolio-item__top .prop {
	display: flex;
	align-items: baseline;
	gap: 4px;
	color: var(--gray-80);
}

.portfolio-item__top .icon {
	width: 20px;
	height: 20px;
}

.portfolio-item__facade-type {
	display: flex;
	gap: 4px;
}

.anchor-for-link {
	position: absolute;
	top: -140px;
	left: 0;
	pointer-events: none;
}

.portfolio-item__title {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.copy-link-container {
	flex-shrink: 0;
}

.copy-link-container .copy-link {
	color: var(--gray-50);
}

@media (hover: hover) {
	.copy-link-container .copy-link:hover {
		color: var(--black);
	}
}

.portfolio-item a {
	border-bottom: 1px dashed var(--gray-80);
	/* color: var(--green); */
}

.portfolio-item-l {
	width: 400px;
	flex-shrink: 0;
}

.portfolio-item__image {
	display: flex;
	height: 100%;
	cursor: pointer;
}

.portfolio-item__image img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	flex-shrink: 0;
}

.portfolio-item-r {
	width: 100%;
	padding: 0 0 0 10px;
}

.prop-name {
	font-family: var(--extra-font), sans-serif;
	font-weight: 700;
	/* font-size: 18px; */
	margin-bottom: 4px;
}

.portfolio-item__materials .prop-value {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.portfolio-item__link a {
	color: var(--green);
	border: none;
}

.portfolio-item__links {
	display: flex;
	gap: 20px;
}

@media (hover: hover) {
	.portfolio-item__link a:hover {
		color: var(--black);
	}
}

.portfolio-item__gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	grid-gap: 10px;
	position: relative;
	margin-top: auto;
}

.portfolio-item__gallery .gallery-item-wrapper {
	display: flex;
	width: 100%;
	overflow: hidden;
	border-radius: var(--r1);
	min-height: 115px;
	max-height: 150px;
	cursor: pointer;
}

.portfolio-item__gallery .gallery-item-wrapper img {
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.gallery-more-label {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	min-width: 40px;
	min-height: 40px;
	padding: 6px;
	background-color: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50% 0 0 50%;
	font-size: 15px;
	line-height: 1;
	font-weight: 600;
	cursor: pointer;
	font-family: var(--extra-font), sans-serif;
	pointer-events: none;
}

/* Развернуть фото */
.portfolio-item.portfolio-item_collapsed .portfolio-item-l {
	display: none;
}

.portfolio-item.portfolio-item_collapsed .gallery-more-label {
	display: none;
}

.portfolio-item.portfolio-item_collapsed .portfolio-item__gallery {
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}

.portfolio-item.portfolio-item_collapsed .gallery-item-wrapper {
	min-height: 100px;
	max-height: 400px !important;
}

@media (max-width: 1129px) {
	.portfolio-item__gallery {
		grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
	}
}

@media (max-width: 940px) {
	.portfolio-item {
		flex-direction: column;
		gap: 20px;
	}

	.portfolio-item-l {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.portfolio-top {
		flex-direction: column;
	}

	.portfolio-item-r {
		padding: 0;
	}

	.portfolio-top-r {
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.anchor-for-link {
		top: -120px;
	}
}

@media (max-width: 460px) {
	.portfolio-item__image {
		max-height: 200px;
	}

	.portfolio-item__top.row {
		font-size: 15px;
		margin-bottom: 20px;
	}

	.portfolio-item__top.row .icon {
		width: 16px;
		height: 16px;
	}

	.portfolio-list .divider {
		background-color: var(--gray-40);
	}

	.portfolio-item__gallery {
		grid-template-columns: repeat(2, 1fr);
	}

	.anchor-for-link {
		top: -80px;
	}
}
/* End */
/* /local/templates/iko4v_v2/components/bitrix/system.pagenavigation/.default/style.css?17530868751762 */
/* /local/templates/iko4v_v2/components/bitrix/news/portfolio/bitrix/news.list/.default/style.css?17541734564651 */
