{{ 'footer.description' | translate }}

@for (group of footerGroups(); track group.id) {
@if (group.title) {

{{ group.title }}

}
    @for (item of group.items; track item.id) {
  • {{ item.label | translate }}
  • }
}

{{ 'footer.payment' | translate }}

MIR Visa Mastercard

© {{ currentYear }} {{ brandName }}. {{ 'footer.allRightsReserved' | translate }}

@if (contactEmail) { {{ contactEmail }} }