

/* Start:/bitrix/templates/teamb_topdentika/components/bitrix/news.list/news_list/style.css?17382140841486*/
.news_item{
	margin-bottom: 65px;
}
.news_item img{
    display: block;
    border-radius: 120px;
    margin-bottom: 23px;
}
.news_item_date{
	color: var(--text-color-gray);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: var(--line-height-1);
	margin-bottom: 17px;
}

.news_item_name{
	font-family: var(--font-family-2);
	
	font-size: 18px;
	font-weight: 800;
	line-height: 34px;
	text-transform: uppercase;
	margin-bottom: 17px;
	
}

.news_item_name a{
	color: var(--text-color);
	text-decoration: none;
	border-bottom: 1.5px solid transparent;
	transition: all .3s linear;
}

.news_item_name a:hover{
	border-color: var(--text-color);
}


.news__main-title-container{
    display: flex;
    gap: 25px;   
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;

}
.app .news__main-title-container h2{
  
    margin-bottom: 0;

}
.news__main-title-container{
    margin-bottom: 50px;
}
.news__main-title-container a{
    color: var(--text-color);
    display: flex;
    align-items: center;
    gap: 28px;   
    font-variant-numeric: lining-nums proportional-nums;
    font-family: var(--font-family-2);
    font-size: 14px;   
    font-weight: 800;
    line-height: 20px; 
    text-decoration: none;
}
.news__main-title-container a:hover{
    color: var(--main-color-2);
   
}
.news__main-title-container a:hover svg path{
  stroke: var(--main-color-2);   
}
/* End */
/* /bitrix/templates/teamb_topdentika/components/bitrix/news.list/news_list/style.css?17382140841486 */
