var globus_products = [
    {
        name: 'Горошек',
        image: 'greenpeas.jpg',
        image_big: 'greenpeas_alpha.png',
        url: '/production/goroshek/'
    },
    
    {
        name: 'Кукуруза',
        image: 'sweetcorn.jpg',
        image_big: 'sweetcorn_alpha.png',
        url: '/production/kukuruza/'
    },

    {
        name: 'Фасоль',
        image: 'white_beans.jpg',
        image_big: 'white_beans_alpha.png',
        url: '/production/fasol/'
    },

    {
        name: 'Огурцы',
        image: 'cucumbers.jpg',
        image_big: 'cucumbers_alpha.png',
        url: '/production/ogurcy/'
    },
    
    {
        name: 'Томаты',
        image: 'tomatoes.jpg',
        image_big: 'tomatoes_alpha.png',
        url: '/production/tomaty/'
    },

    {
        name: 'Ассорти',
        image: 'assorti.jpg',
        image_big: 'assorti_alpha.png',
        url: '/production/assorti/'
    },

    {
        name: 'Перец',
        image: 'pepper.jpg',
        image_big: 'pepper_alpha.png',
        url: '/production/perec/'
    },

    {
        name: 'Лечо',
        image: 'lecho.jpg',
        image_big: 'lecho_alpha.png',
        url: '/production/lecho/'
    },

    {
        name: 'Салат «Пуста»',
        image: 'pusta_salad.jpg',
        image_big: 'pusta_salad_alpha.png',
        url: '/production/salat_pusta/'
    },

    {
        name: 'Вишня без косточки',
        image: 'compot.jpg',
        image_big: 'compot_alpha.png',
        url: '/production/vishnya_bez_kostochki/'
    },

    {
        name: 'HoReCa',
        image: 'horeca.jpg',
        image_big: 'horeca_alpha.png',
        url: '/production/horeca/'
    },
];

