

/* Start:/local/templates/site/components/bitrix/news.detail/template-01/style.css?1785245374917*/
.detail a.detail-one-blue
{
	color: #195BA0;
}
.detail .detail-one-blue
{
	color: #ffffff; /* Цвет обычной ссылки */
	position: relative;
	cursor: pointer;
	text-decoration: none; /* Убираем подчеркивание */
}
.detail .detail-one-blue:after
{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: -3px;
	width: 0;
	height: 1px; /* Высота линии */
	background-color: #195BA0; /* Цвет подчеркивания при исчезании линии*/
	transition: width 0.5s; /* Время эффекта */
}
.detail .detail-one-blue:hover:after
{
	content: "";
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	bottom: -3px;
	height: 1px; /* Высота линии */
	background-color: #195BA0; /* Цвет подчеркивания при появлении линии*/
	transition: width 0.5s;  /* Время эффекта */
}
/* End */
/* /local/templates/site/components/bitrix/news.detail/template-01/style.css?1785245374917 */
