

/* Start:/bitrix/templates/solbum/components/bitrix/news.list/photo-gallery/style.css?17811148981432*/
.photo-gallery__list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -6.5px;
}

.photo-gallery__item {
	display: block;
	text-decoration: none;
	border: 1px solid #eff1f5;
	margin: 0 6.5px 12px;
	padding: 4px;
	width: calc(25% - 13px);
	cursor: pointer;
	position: relative;
}

.photo-gallery__preview {
	height: 197px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 12px;
}

.photo-gallery__name {
	font-size: 14px;
	color: rgb(0, 141, 210);
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}

.photo-gallery__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}

.photo-gallery__count,
.photo-gallery__date {
	font-size: 12px;
	font-weight: 500;
	color: rgb(51, 51, 51);
	line-height: 1.2;
}

.photo-gallery__hide {
	position: absolute;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}

@media all and (max-width:1024px) {
	.photo-gallery__item {
		width: calc(50% - 13px);
	}
}

@media all and (max-width:767px) {
	.photo-gallery__list {
		margin: 0;
	}
	.photo-gallery__item {
		width: 100%;
		margin: 0 0 12px;
	}
}

@media all and (min-width:992px) {
	.photo-gallery__item:hover {
		-webkit-box-shadow: 0px 5px 25px 0px rgb(18 25 38 / 10%);
   		-moz-box-shadow: 0px 5px 25px 0px rgba(18, 25, 38, 0.1);
   		box-shadow: 0px 5px 25px 0px rgb(18 25 38 / 10%);
   		border-color: transparent;
	}
}
/* End */
/* /bitrix/templates/solbum/components/bitrix/news.list/photo-gallery/style.css?17811148981432 */
