

/* Start:/local/templates/aspro-premier/components/bitrix/news.list/slider-works/style.css?17773557281280*/
/* Photo Gallery */
.photo-gallery {
	margin-top: 120px;
}

.photo-gallery__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.photo-gallery__title {
	color: #111827;
	font-family: var(--golos-font);
	font-size: 32px;
	font-weight: 500;
	line-height: 40px;
	margin: 0;
}

.photo-gallery__nav {
	display: flex;
	gap: 12px;
}

.photo-gallery__nav-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	transition: opacity 0.3s ease;
}

.photo-gallery__nav-btn:hover {
	opacity: 0.7;
}

.photo-gallery__nav-btn svg {
	display: block;
}

.photo-gallery__slider {
	margin-top: 36px;
}

.photo-gallery__slide {
	height: auto;
}

.photo-gallery__slide a {
	display: block;
	cursor: pointer;
}

.photo-gallery__image {
	display: block;
	width: 100%;
	transition: opacity 0.3s ease;

	height: 283px;
	object-fit: cover;
	border-radius: 12px;
}

.photo-gallery__slide a:hover .photo-gallery__image {
	opacity: 0.8;
}

@media(max-width:991px){
	.photo-gallery{
		margin-top: 32px;
	}

	.photo-gallery__title{
		font-size: 24px;
		font-style: normal;
		font-weight: 500;
		line-height: 32px;
	}

	.photo-gallery__nav{
		margin-top: 24px;
	}
}
/* End */
/* /local/templates/aspro-premier/components/bitrix/news.list/slider-works/style.css?17773557281280 */
