

/* Start:/local/templates/pzpo/components/bitrix/news.detail/proizvodstvo-gallery/style.css?17685503191886*/
.proizvodstvo-gallery {
    margin-bottom: 100px;
}

.proizvodstvo-gallery-wrapper {
    width: calc(100% + var(--container-padding));
    position: relative;
}

.proizvodstvo-swiper {
    margin-bottom: 70px;
}

.proizvodstvo-swiper .swiper-slide {
    width: auto;
}

.gallery-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 400;
    height: 500px;
    width: 100%;
}

.gallery-item__wrapper {
    width: 100%;
}

.gallery-preview--preload {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* max-height: 350px; */
    max-width: 690px;
    width: 100%;
    height: auto;
}

.gallery-preview--preload img.bx-lazyload-success {
    /* max-height: 350px; */
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: left;
}

.gallery-preview--preload img {
    width: 100px;
}

/* Позиционирование навигационных кнопок в правый нижний угол */
.proizvodstvo-gallery-wrapper .swiper-buttons-default {
    position: absolute;
    bottom: 0;
    right: var(--container-padding);
    display: flex;
    gap: 8px;
    z-index: 10;
}

.proizvodstvo-gallery-wrapper .swiper-button-next,
.proizvodstvo-gallery-wrapper .swiper-button-prev {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    margin: 0 !important;
    transform: none !important;
}

/* Позиционирование ссылки "Все фотографии" в левый нижний угол */
.proizvodstvo-gallery__all-photos {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

@media (max-width: 1199px) {
    .proizvodstvo-swiper {
        margin-bottom: 40px;
    }
}
/* End */


/* Start:/local/templates/pzpo/components/bitrix/news.list/proizvodstvo-tiles/style.css?17690066052365*/
.proizvodstvo-tiles {
	padding-bottom: 140px;
}

.proizvodstvo-tiles__head {
	text-align: center;
	margin-bottom: 40px;
}

.proizvodstvo-tiles__grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	padding-left: 1px;
	background-color: white;
}

.proizvodstvo-tile {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 380px;
	padding: 28px 24px 32px;
	text-decoration: none;
	border: 1px solid rgba(51, 51, 51, 0.12);
	border-left: none;
	transition: border-color .2s ease, background-color .2s ease;
}

.proizvodstvo-tile:first-child, .proizvodstvo-tile:nth-child(5){
	border-left: 1px solid rgba(51, 51, 51, 0.12);
}

.proizvodstvo-tile:nth-child(n + 5){
	border-top: none;
}

.proizvodstvo-tile__img {
	width: 220px;
	height: 220px;
	flex: 0 0 auto;
}

.proizvodstvo-tile__img--preload {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.proizvodstvo-tile__img--preload img {
	width: 64px;
	height: 64px;
	object-fit: contain;
}

.proizvodstvo-tile__img--preload img.bx-lazyload-success {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.proizvodstvo-tile__title {
	margin-top: 22px;
	max-width: 268px;
	font-family: 'Tahoma';
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
	color: #333;
	transition: color .2s ease;
}

@media (hover: hover) {
	.proizvodstvo-tile:hover {
		border: 1px solid var(--color-red);
		background-color: rgba(51, 51, 51, 0.04);
	}
	
	.proizvodstvo-tile:hover .proizvodstvo-tile__title {
		color: var(--color-red);
	}
}


@media (max-width: 1199px) {
	.proizvodstvo-tiles__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.proizvodstvo-tile:nth-child(odd) {
		border-left: 1px solid rgba(51, 51, 51, 0.12);
	}

	.proizvodstvo-tile:nth-child(n + 3) {
		border-top: none;
	}
}

@media (max-width: 575px) {
	.proizvodstvo-tiles__title {
		font-size: 32px;
		line-height: 38px;
	}

	.proizvodstvo-tiles__grid {
		grid-template-columns: 1fr;
	}

	.proizvodstvo-tile {
		border-left: 1px solid rgba(51, 51, 51, 0.12);
	}

	.proizvodstvo-tile:nth-child(n + 2) {
		border-top: none;
	}

	.proizvodstvo-tile__img {
		width: 300px;
		height: 300px;
	}
}


/* End */
/* /local/templates/pzpo/components/bitrix/news.detail/proizvodstvo-gallery/style.css?17685503191886 */
/* /local/templates/pzpo/components/bitrix/news.list/proizvodstvo-tiles/style.css?17690066052365 */
