.container-2025:has(.catalog-element-gallery-block) {
	margin-top:24px;
}
.catalog-element-gallery-block {
    width: 100%;
    max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 16px;
	position:relative;
	padding-bottom:24px;
}
.catalog-element-gallery-slider {
	width:100%;
	max-width:100%;
	display:flex;
	flex-direction:column;
	position:relative;
	overflow:hidden;
}
.catalog-element-gallery-slider.swiper-container {
}

.catalog-element-gallery-block .title {
	font-weight: 500;
	font-size: 24px;
	line-height: 110%;
	color: #343434;
	margin:0;
}

.catalog-element-gallery-slider-list {
	width:100%;
	display:flex;
	align-items:flex-start;
	gap:24px;
	overflow:hidden;	
}
.catalog-element-gallery-slider-list.swiper-wrapper {
	gap:0;
	overflow:visible;
}
.catalog-element-gallery-slider-item,
.catalog-element-gallery-slider-item.swiper-slide {
	flex: 0 0 auto;
	width: 150px;
	height: 150px;
	border-radius: 24px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	overflow:hidden;
	border:0  !important;
	position:relative;
}
.catalog-element-gallery-slider-item[data-content-type="video"]:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, 0.4)
		url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='19.5' stroke='white'/%3E%3Cpath d='M15 27V13L27 20L15 27Z' fill='white'/%3E%3C/svg%3E%0A") center no-repeat;
}
	
.catalog-element-gallery-slider-item img {
	width:100%;
	height:100%;
	object-fit:cover;
}

.catalog-element-gallery-block .pagination {
	position:absolute;
	top:117px;
	display:flex;
	transform:translateY(-50%);
	z-index:1;
}
.catalog-element-gallery-block .pagination:not(.swiper-button-disabled):hover {
	box-shadow: 1px 1px 10px rgba(0,0,0,.2);
}
	
.catalog-element-gallery-block .pagination[data-swiper-button-prev] {
	left:-30px;
}
.catalog-element-gallery-block .pagination[data-swiper-button-next] {
	right:-30px;
}

@media (max-width: 1340px) {
	.catalog-element-gallery-block .pagination {
		display:none;
	}
}
@media (max-width: 1280px) {
    .container-2025:has(.catalog-element-gallery-block) {
        max-width: calc(100% - 8px);
		margin-right:0;
    }
}

@media (max-width: 480px) {
    .container-2025:has(.catalog-element-gallery-block) {
        max-width: calc(100% - 12px);
    }
	.catalog-element-gallery-block {
		gap:8px;
	}
	.catalog-element-gallery-block .title {
		font-size:16px;
	}
	.catalog-element-gallery-slider-item, .catalog-element-gallery-slider-item.swiper-slide {
		border-radius:16px;
		width:80px;
		height:80px;
	}

}

