/*--Общий стиль--*/
.footerLinks a:before, #legal a:before, .footer .choosers a:before {
display: inline-block;
font-family: FontAwesome;
font-size: inherit;
text-rendering: auto;
margin-right: 5px;
}
/*--Метки--*/
.footerLinks a[href="tags/"]:before {
content: "\f02c";
}
/*--Помощь--*/
.footerLinks a[href="help/"]:before {
content: "\f044";
}
/*--Обратная связь--*/
.footerLinks a[href="misc/contact"]:before {
content: "\f003";
}
/*--Главная--*/
.footerLinks a[class="homeLink"]:before {
content: "\f015";
}
/*--Вверх--*/
.footerLinks a[class="topLink"]:before {
content: "\f0aa";
}
/*--Условия и правила-*/
#legal a[href="help/terms"]:before {
content: "\f06a";
}
/*--Выбор стиля--*/
.footer .choosers a[href*="misc/style"]:before {
content: "\f1fc";
}
/*--Выбор языка--*/
.footer .choosers a[href*="misc/language"]:before {
content: "\f1ab";
}