

/* Start:/local/templates/alberello/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17397957991422*/
.news-box{

}
.news-box .news-element-date{
	font-size: 0.9rem;
	margin-bottom: 20px;
}

.news-box .news-element-text blockquote{
	border-top: 1px solid #eeeff3;
	border-bottom: 1px solid #eeeff3;
	padding: 20px;
	font-style: italic;
	font-weight: 600;
	color: #272733;
}
.news-box .news-element-detail_picture{
	margin-top: 30px;
}
.news-box .news-element-detail_picture img{
	width: 100%;
	height: auto;
}





@media (max-width: 768px) {
	.news-box .news-element-name{
		font-size: 1rem;
	}
	.carousel-nav{
		display: none;
	}
	.news-box-gallery .carousel{
		margin-bottom: 0;
	}
	.news-box-gallery .carousel-main .carousel-cell .carousel-image{
		height: 250px;
	}
	.news-box-gallery .carousel-main .carousel-cell .carousel-description{
		height: auto;
		padding-top: 1rem;
	}
}






.gallery-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}
.gallery {
	display: flex;
	justify-content: center;
	gap: 10px;
}
.gallery a {
	width: 30%;
	height: auto;
	object-fit: cover;
	border-radius: 5px;
	background: white;
	padding: 5px;
	cursor: pointer;
	transition: transform 0.2s;
}
.gallery a:hover {
	transform: scale(1.02);
}
.gallery a img{
	width: 100%;
	height: auto;
}

.close {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 40px;
	color: white;
	cursor: pointer;
}
.h4-box {
	display: none; /* Скрывает элементы с классом h4-box */
}
/* End */
/* /local/templates/alberello/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17397957991422 */
