.pagination li.prev i{
    margin-top: -4px;
    font-size: 0;
    width: 12px;
    height: 10px;
    background: url("/bitrix/templates/aspro-priority/images/svg/Polygon-left.svg") no-repeat!important;
}
.pagination li.next i{
    margin-top: -4px;
    font-size: 0;
    width: 12px;
    height: 10px;
    background: url("/bitrix/templates/aspro-priority/images/svg/Polygon-left.svg") no-repeat!important;
	transform: scale(1, -1)!important;
}
