

/* Start:/bitrix/templates/base_copy/components/bitrix/news/gallery/bitrix/news.list/.default/style.css?17633942711252*/
.d-none {
	display: none;
}
.gallery-item {
	margin-bottom: 60px;
}
.gallery-item__header {
	margin-bottom: 40px;
	border-bottom: 1px solid #d6d6d6;
}
.gallery-item__name {
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	border-bottom: 5px solid #ff3555;
    display: inline-block;
}
.gallery-item__name-wrapper {
	display: flex;
    align-items: center;
    padding-bottom: 15px;
    column-gap: 40px;
    padding-left: 5px;
    padding-right: 5px;
}
.gallery-item__title {
	color: #ff3555;
}
.gallery-item__count {
	display: flex;
    align-items: center;
    column-gap: 4px;
	color: #828282;
}
.gallery-item__count svg {
	fill: #828282;
}
.gallery-item__body {}
.gallery-item__body .gallery_slider_content_item {
	height: 235px;
}

@media (max-width: 425px) {
	.gallery-item__header {
		margin-bottom: 20px;
	}
	.gallery-item__name {
		font-size: 14px;
	}
	.gallery-item__name-wrapper {
		padding-bottom: 10px;
		column-gap: 20px;
		padding-left: 0;
		padding-right: 0;
	}
	.gallery-item__body {
		padding-left: 7px;
		padding-right: 7px;
	}
	.gallery-item__photo {
		padding-left: 7px !important;
		padding-right: 7px !important;
	}
	.gallery-item__body .gallery_slider_content_item {
		height: 150px;
		margin-bottom: 15px;
	}
}
/* End */
/* /bitrix/templates/base_copy/components/bitrix/news/gallery/bitrix/news.list/.default/style.css?17633942711252 */
