

/* Start:/local/templates/belfanmain/components/HB/info.news/new_design/style.css?17575908781090*/
.new-tabs{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tabs-item{
    font-size: 28px;
	font-weight: 500;
	line-height: 33.88px;
	color: #0A0A0A;
	text-transform: lowercase;
    cursor: pointer;
}
.tabs-item{
	border-bottom: 1px solid #fff;
}
.tabs-item:hover{
    border-color: #0A0A0A;
}
.new-news-list{
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 0px;
	margin-left: -10px;
	margin-right: -10px;
}
.new-news-list .news-item{
    width: calc(1 / 3 * 100%);
	display: block;
	float: left;
	height: 100%;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 80px;
	padding: 0 10px;
}
.new-news-item__name {
	position: static;
	padding: 0;
	color: #0A0A0A;
	font-size: 20px;
	font-weight: 500;
	line-height: 24.2px;
	display: block;
    margin-top: 20px;
}
.new-news-list .news-item .new-news-item__image img{
	width: 100%;
}
@media (max-width: 768px) {
	.new-news-list .news-item{
		width: 100%;
	}
}
.new-tabs.__news .tabs-item.__active{
	font-weight: 700;
}
/* End */
/* /local/templates/belfanmain/components/HB/info.news/new_design/style.css?17575908781090 */
