

/* Start:/local/templates/aspro_optimus/components/bitrix/photo/main/style.css?1786110998218*/
/* Shared photo gallery shell (complex component) */
.photo-gallery {
	margin: 0 0 40px;
}
.photo-gallery__intro {
	margin: 0 0 28px;
	max-width: 720px;
	color: #666;
	font-size: 14px;
	line-height: 22px;
}

/* End */


/* Start:/local/templates/aspro_optimus/components/bitrix/photo.sections.top/main/style.css?17861109983123*/
.photo-gallery--albums {
	margin-bottom: 40px;
}

.photo-albums {
	display: flex;
	flex-direction: column;
	gap: 36px;
}

.photo-album {
	border: 1px solid #eaebec;
	background: #fff;
	padding: 24px;
	transition: box-shadow .2s ease, border-color .2s ease;
}

.photo-album:hover {
	border-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.photo-album__cover {
	display: block;
	position: relative;
	overflow: hidden;
	height: 280px;
	line-height: 280px;
	text-align: center;
	background: #f7f7f7;
	margin: 0 0 18px;
}

.photo-album__cover img {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: middle;
	transition: transform .35s ease;
}

.photo-album:hover .photo-album__cover img {
	transform: scale(1.04);
}

.photo-album__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 45%, rgba(29, 32, 41, .45) 100%);
	pointer-events: none;
}

.photo-album__count {
	position: absolute;
	right: 14px;
	bottom: 14px;
	z-index: 1;
	min-width: 34px;
	height: 28px;
	padding: 0 10px;
	line-height: 28px;
	text-align: center;
	background: rgba(255, 255, 255, .92);
	color: #1d2029;
	font-size: 13px;
	font-weight: 600;
}

.photo-album__title {
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	margin: 0 0 8px;
}

.photo-album__desc {
	color: #666;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 16px;
}

.photo-album__preview {
	list-style: none;
	margin: 0 -8px 18px;
	padding: 0;
	font-size: 0;
}

.photo-album__preview .item_block {
	display: inline-block;
	vertical-align: top;
	width: 16.666%;
	padding: 0 8px 12px;
	box-sizing: border-box;
}

.photo-album__preview .photo-thumb {
	display: block;
	position: relative;
	overflow: hidden;
	height: 110px;
	line-height: 110px;
	text-align: center;
	background: #f7f7f7;
}

.photo-album__preview .photo-thumb img {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: middle;
}

.photo-album__preview .fancy_hover {
	position: absolute;
	inset: 0;
	border: 2px solid transparent;
	box-sizing: border-box;
	transition: border-color .2s ease;
	pointer-events: none;
}

.photo-album__more {
	margin-top: 4px;
}

.photo-gallery__link {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #008642;
	background: none;
	border: none;
	padding: 0;
	text-decoration: none;
}

.photo-gallery__link:hover {
	color: #006c36;
	text-decoration: underline;
	background: none;
}

@media (max-width: 991px) {
	.photo-album__preview .item_block {
		width: 25%;
	}
	.photo-album__cover {
		height: 220px;
		line-height: 220px;
	}
}

@media (max-width: 767px) {
	.photo-album {
		padding: 16px;
	}
	.photo-album__preview .item_block {
		width: 33.333%;
	}
	.photo-album__cover {
		height: 180px;
		line-height: 180px;
	}
	.photo-album__preview .photo-thumb {
		height: 90px;
		line-height: 90px;
	}
}

/* End */
/* /local/templates/aspro_optimus/components/bitrix/photo/main/style.css?1786110998218 */
/* /local/templates/aspro_optimus/components/bitrix/photo.sections.top/main/style.css?17861109983123 */
