div.biography:not(:empty)::before{
	content: "Краткая биография:\00000a";
}
div.interests:not(:empty)::before {
	content: "Научные интересы:\00000a";
}
div.grants:not(:empty)::before{
	content: "Гранты:\a";
} 
div.contacts:not(:empty)::before {
	content: "Контакты:\00000a";
}
span.homepage:not(:empty)::before  {
	content: "Домашняя страница:";
}

span.phone:before  {
	content: "Телефон: ";
}

span.location:before {
	content: "Комната: ";
}
div.networks:before{
	content: "Научные идентификаторы:\A";
}
span.Pure:before{
	content: "Профиль в Pure: ";
	white-space: pre-wrap; 
}
span.group:before {
	content: "Группа: ";
}
span.supervisor:before {
	content: "Руководитель: ";
}
div.Abstract:before{
	content: "Аннотация: ";
	font-weight: bold; 
}