

/* Start:/local/templates/fitness/components/bitrix/news/news/bitrix/news.list/.default/style.css?17594896771690*/
@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600;700;800;900&display=swap');

.news-container{
	max-width:100%;
}

.news-item{
	display:flex;
	margin-bottom:20px;
	background-color:#fff;
	border-radius:15px;
	overflow:hidden;
	box-shadow:0px 4px 20px 0px #3CAAE129;
position:relative;
}

.news-item-detail-link{
	position:absolute;
	width:100%;
	height:100%;
}

.news-image{
	width:136px;
	height:auto;
	object-fit:cover;
	background:#CED4DC;
}

.news-content{
	padding:15px 20px;
	flex:1;
}

.news-title{
	/*font-size:19px;
	font-weight:bold;*/
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 130%;
	/* or 23px */
	font-feature-settings: 'tnum' on, 'lnum' on;

	color: #474766;
	margin-bottom:10px;
}

.news-desc{
	font-family: 'Golos Text';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 130%;
	/* or 16px */
	color: #474766;

	/*font-size:15px;
	color:#555;*/
	display: box;
	box-orient: vertical;
	line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
}
.news-details{
	display:flex;
	color:#474766;
	font-size: 12px;
	justify-content:flex-start;
}
.news-details span{
	margin-right: 15px;
	display: flex;
	align-items: center;
	justify-content: flex-start;


	font-family: 'Golos Text';
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	line-height: 200%;
}
.news-time:before, .news-see:before{
	content:'';
	display:inline-block;
	margin-right:5px;
	width:16px;
	height:13px;
	background:url("/local/templates/fitness/components/bitrix/news/news/bitrix/news.list/.default/images/eye.svg?1") no-repeat center;
}
.news-time:before{
	width:13px;
	height:16px;
	background:url("/local/templates/fitness/components/bitrix/news/news/bitrix/news.list/.default/images/time.svg?1") no-repeat center;
}

/* End */
/* /local/templates/fitness/components/bitrix/news/news/bitrix/news.list/.default/style.css?17594896771690 */
