{"id":7064,"date":"2022-09-02T07:18:58","date_gmt":"2022-09-02T07:18:58","guid":{"rendered":"https:\/\/gumy.eu\/znacky-pneumatik\/?page_id=7064"},"modified":"2025-11-12T10:12:36","modified_gmt":"2025-11-12T10:12:36","slug":"continental","status":"publish","type":"page","link":"https:\/\/gumy.eu\/znacky-pneumatik\/continental\/","title":{"rendered":"Continental"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"7064\" class=\"elementor elementor-7064\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6467d3cb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6467d3cb\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-72dea4ff\" data-id=\"72dea4ff\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2ffdb02 elementor-widget elementor-widget-html\" data-id=\"2ffdb02\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!-- Google Tag Manager -->\r\n    <script type=\"text\/javascript\">\r\n        var IS_DEV = false;\r\n        var GTM_ID = 'GTM-5XNPCJH';\r\n        \/\/var GTM_LC = ( IS_DEV?'EN':'HU' ); \/* HU||EN *\/\r\n        var GTM_LC = 'EN'; \/* HU||EN *\/\r\n        var DL_USER_ID = 28668;\r\n        var DL_LOGINSTATUS = 'signed'; \r\n        var DL_PAGETYPE = 'main'; \r\n        var DL_TIMESTAMP = 1661764144; \r\n        var DL_CURRENCY = 'EUR'; \r\n        var DL_VAT = '0.2'; \r\n        var DL_LOG = false;\r\n        var DL_LANG_CODE = 'sk';\r\n\r\n        var dLayer = new layer(GTM_ID,IS_DEV,DL_PAGETYPE,DL_LOG,DL_LANG_CODE,DL_CURRENCY,DL_VAT)\r\n        dLayer.init();\r\n       \r\n            \r\n    \r\n        window.dataLayer = window.dataLayer || [];\r\n        function addGTMDataLayer(dataLayerObj, log) {\r\n            if ( typeof dataLayerObj === 'object' ) {\r\n                window.dataLayer.push(dataLayerObj);\r\n                if ( log ) {\r\n                    console.log('addGTMDataLayer', dataLayerObj);\r\n                    console.log('window.dataLayer', window.dataLayer);\r\n                }\r\n            }\r\n        }\r\n        \r\n        function getObjVal(o, attr, defVal, strict, noZero) {\r\n            var out = (typeof defVal !== 'undefined'? defVal:'');\r\n            if ( \r\n                typeof o === 'object' && \r\n                typeof attr !== 'undefined' &&\r\n                typeof o[attr] !== 'undefined'\r\n            ) { \/* Rendelkez\u00e9sre \u00e1ll objektum elem *\/\r\n                var accept = true;\r\n                if ( \r\n                    typeof strict === 'boolean' && \r\n                    strict &&\r\n                    typeof o[attr] !== 'number' &&\r\n                    !o[attr]\r\n                ) { \/* Szigor\u00faan csak val\u00f3s \u00e9rt\u00e9ket fogadok el kiv\u00e9ve ha sz\u00e1mr\u00f3l van sz\u00f3! *\/\r\n                    accept = false;\r\n                }\r\n                if ( \r\n                    typeof noZero === 'boolean' && noZero &&\r\n                    ( o[attr] == '0' || o[attr] == 0 )\r\n                ) { \/* 0 vagy '0' nem elfogadott *\/\r\n                    accept = false;\r\n                }\r\n                if (accept) { out = o[attr]; }\r\n            }\r\n            return out;\r\n        }\r\n        \r\n        function capitalize(str, justFirstChar) {\r\n            if ( typeof str === 'string' && str ) { \r\n                str = str.charAt(0).toUpperCase() + ( typeof justFirstChar !== 'undefined' && justFirstChar ? str.slice(1) : (str.slice(1)).toLowerCase() ); \r\n            }\r\n            return str;\r\n        }\r\n\r\n        \/* Haszn\u00e1lhat\u00f3 GTM-hez aut\u00f3t\u00edpus meghat. *\/\r\n        function getGTMCarTypeByCode(cartype_code, defVal) {\r\n             \r\n            var out = (typeof defVal !== 'undefined'? defVal:'');\r\n            var langHelper = {\r\n                'SZ': { 'HU': 'Szem\u00e9lyaut\u00f3', 'EN': 'Car' }, \/* getLang('car'); *\/\r\n                'KT': { 'HU': 'Kisteheraut\u00f3', 'EN': 'Van' }, \/* getLang('van'); *\/\r\n                'OFF': { 'HU': 'Terepjar\u00f3', 'EN': '4x4' }, \/* getLang('offroad'); *\/\r\n                'SUVC': { 'HU': 'SUV', 'EN': 'SUV' } \/* getLang('suv'); *\/\r\n            };\r\n            if (\r\n                typeof cartype_code !== 'undefined' &&  \r\n                typeof langHelper[ cartype_code ] !== 'undefined'\r\n            ) {\r\n                var LC = (GTM_LC && typeof langHelper[ cartype_code ][ GTM_LC ] !== 'undefined' ? GTM_LC : 'EN');\r\n                \/\/out = langHelper[ cartype_code ][ LC ];\r\n                out = langHelper[ cartype_code ]['EN'];\r\n                \/\/out = langHelper[ cartype_code ]['HU'];\r\n            }\r\n            return out;\r\n        }\r\n\r\n\r\n        function getGTMPaymentByCode(code) {\r\n            langHelper = [];\r\n            langHelper['02'] =  'Prepay';\r\n            langHelper['03'] =  'Credit\/debit card';;\r\n            langHelper['01'] = 'Cash on delivery';\r\n\r\n            out = 'undefined';\r\n\r\n            try{\r\n                out = langHelper[code];\r\n            }catch(e){\r\n                \r\n            }\r\n\r\n            return out;\r\n            \r\n        }\r\n\r\n          \/* Haszn\u00e1lhat\u00f3 GTM-hez foglal\u00e1s tipusa. *\/\r\n          function getGTMCarTypeByCode(cartype_code, defVal) {\r\n            var out = (typeof defVal !== 'undefined'? defVal:'');\r\n            var langHelper = {\r\n                'A': 'Brought tire reassembly + installation',  \r\n                'B': 'Brought tire centering + installation ', \r\n                'C': 'Tire hotel assembly'\r\n            };\r\n           \r\n            out = langHelper[ cartype_code ];\r\n            return out;\r\n        }\r\n\r\n        \/* Haszn\u00e1lhat\u00f3 GTM-hez term\u00e9k kateg\u00f3ria meghat. *\/\r\n        function getGTMCategoryByCode(cicsop, season_code, defVal) {\r\n            var out = (typeof defVal !== 'undefined'? defVal:'');\r\n            var cicsop = (typeof cicsop === 'string'? cicsop : '' ).toUpperCase();\r\n            var cicsop_fc = cicsop.substr(0,1);\r\n            var langHelper = {\r\n                'steel_wheel': { 'HU': 'Lemezfelni', 'EN': 'Steel wheel' },\r\n                'alloy_wheel': { 'HU': 'Alufelni',  'EN': 'Alloy wheel' },\r\n                'kit': { 'HU': 'Kit',   'EN': 'Kit' },\r\n                'other': { 'HU': 'Egy\u00e9b',   'EN': 'Other' },\r\n                'service': { 'HU': 'Szolg\u00e1ltat\u00e1s',  'EN': 'Service' },\r\n                'tyre': { 'HU': 'Aut\u00f3gumi', 'EN': 'Tyre' },\r\n                'winter_tyre': { 'HU': 'T\u00e9li gumi',     'EN': 'Winter' },\r\n                'summer_tyre': { 'HU': 'Ny\u00e1ri gumi',    'EN': 'Summer' },\r\n                'allseason_tyre': { 'HU': 'N\u00e9gy\u00e9vszakos gumi', 'EN': 'All season' }\r\n            }\r\n            var langKey = null;\r\n            if ( cicsop == 'CLEM' ) { langKey = 'steel_wheel'; }\r\n            else if ( cicsop == 'CMOK' ) { langKey = 'kit'; }\r\n            else if ( cicsop_fc == 'A' ) { \r\n                langKey = 'tyre'; \r\n                if ( typeof season_code === 'string' && season_code ) {\r\n                    if ( season_code == 'T' ) {\r\n                        langKey = 'winter_tyre'; \r\n                    } else if ( season_code == 'N' ) {\r\n                        langKey = 'summer_tyre'; \r\n                    } else if ( season_code == 'NEGY' ) {\r\n                        langKey = 'allseason_tyre'; \r\n                    }\r\n                }\r\n            } else if ( cicsop_fc == 'C' ) { \r\n                langKey = 'alloy_wheel'; \r\n            } else if ( cicsop_fc == 'S' ) { \r\n                langKey = 'service'; \r\n            } else if ( cicsop ) {\r\n                langKey = 'other';\r\n            }\r\n            if ( langKey !== null && typeof langHelper[ langKey ] !== 'undefined' ) {\r\n                var LC = (GTM_LC && typeof langHelper[ langKey ][ GTM_LC ] !== 'undefined' ? GTM_LC : 'EN');\r\n                out = langHelper[ langKey ][ LC ];\r\n                \/\/out = langHelper[ langKey ]['EN'];\r\n                \/\/out = langHelper[ langKey ]['HU'];\r\n            }\r\n            return out;\r\n        };\r\n       \r\n        dLayer.addUser({\r\n            'User id': DL_USER_ID,\r\n            'loginStatus': DL_LOGINSTATUS,\r\n            'pageType': DL_PAGETYPE,\r\n            'timestamp': DL_TIMESTAMP,\r\n            'languageCode': DL_LANG_CODE\r\n        });\r\n         \r\n   \r\n        \r\n        \r\n    \r\n    <\/script>\r\n<!-- End Google Tag Manager -->\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7897d936 elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"7897d936\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6120de3f\" data-id=\"6120de3f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-387f69d elementor-widget elementor-widget-image\" data-id=\"387f69d\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"240\" height=\"60\" src=\"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/gumi_hu-logo-continental.jpg\" class=\"attachment-large size-large\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-44d5e206\" data-id=\"44d5e206\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7f920e32 elementor-widget elementor-widget-heading\" data-id=\"7f920e32\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/gumy.eu\/pneumatiky\/zimne-pneumatiky\/continental\/\" target=\"_blank\" rel=\"nofollow\">pneumatiky <b>Continental<\/b><\/a><\/h1>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-248e9f84 elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"248e9f84\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-79b64d2\" data-id=\"79b64d2\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7919337 elementor-widget elementor-widget-image\" data-id=\"7919337\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1024\" height=\"276\" src=\"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2025\/11\/Nevtelen-1300-x-400-keppont-3-1024x276.png\" class=\"attachment-large size-large\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2025\/11\/Nevtelen-1300-x-400-keppont-3-1024x276.png 1024w, https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2025\/11\/Nevtelen-1300-x-400-keppont-3-300x81.png 300w, https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2025\/11\/Nevtelen-1300-x-400-keppont-3-768x207.png 768w, https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2025\/11\/Nevtelen-1300-x-400-keppont-3.png 1300w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-409a9a6d elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"409a9a6d\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5d1877ed\" data-id=\"5d1877ed\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-23d26b41 elementor-widget elementor-widget-image\" data-id=\"23d26b41\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"240\" height=\"60\" src=\"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/gumi_hu-logo-continental.jpg\" class=\"attachment-medium size-medium\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-57cded14 elementor-widget elementor-widget-heading\" data-id=\"57cded14\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-medium\">VYBERTE SI ZO \u0160IROKEJ PONUKY PNEUMAT\u00cdK CONTINENTAL PRE V\u0160ETKY RO\u010cN\u00c9 OBDOBIA NA GUMY.EU<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-374f751a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"374f751a\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-57017a5f\" data-id=\"57017a5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-705a6e2e elementor-widget elementor-widget-heading\" data-id=\"705a6e2e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">ZIMN\u00c9<br>\nPNEUMATIKY\n<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3dd39d1d elementor-widget elementor-widget-button\" data-id=\"3dd39d1d\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"https:\/\/gumy.eu\/pneumatiky\/zimne-pneumatiky\/continental\/\" target=\"_blank\" rel=\"nofollow\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">VYBERTE SI PNEUMATIKU ><\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-7a7ad7b9\" data-id=\"7a7ad7b9\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-76e529b1 elementor-widget elementor-widget-heading\" data-id=\"76e529b1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">LETN\u00c9<br>\nPNEUMATIKY\n<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4d670ff5 elementor-widget elementor-widget-button\" data-id=\"4d670ff5\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"https:\/\/gumy.eu\/pneumatiky\/letne-pneumatiky\/continental\/\" target=\"_blank\" rel=\"nofollow\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">VYBERTE SI PNEUMATIKU ><\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-68c51811\" data-id=\"68c51811\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5414baf4 elementor-widget elementor-widget-heading\" data-id=\"5414baf4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">CELORO\u010cN\u00c9<br>\nPNEUMATIKY\n<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1bd3cc14 elementor-widget elementor-widget-button\" data-id=\"1bd3cc14\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"https:\/\/gumy.eu\/pneumatiky\/celorocne-pneumatiky\/continental\/\" target=\"_blank\" rel=\"nofollow\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">VYBERTE SI PNEUMATIKU ><\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-64ff6859 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"64ff6859\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2dd2ba7\" data-id=\"2dd2ba7\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9844518 elementor-widget elementor-widget-heading\" data-id=\"9844518\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><p style=\"line-height:1.3em;\">OBJAVTE PRODUKTOV\u00da RADU PNEUMAT\u00cdK CONTINENTAL, <br>\nKTOR\u00c9 S\u00da PRISP\u00d4SOBEN\u00c9 VA\u0160IM POTREB\u00c1M<\/p>\n<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3ff0b8e1 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3ff0b8e1\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6e409ac0\" data-id=\"6e409ac0\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1ea95e8 elementor-widget elementor-widget-heading\" data-id=\"1ea95e8\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-heading-title elementor-size-small\">NAJPOPUL\u00c1RNEJ\u0160IE <b>ROZMERY CONTINENTAL ZIMN\u00c9 <\/b>PNEUMAT\u00cdK <\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5e1b3f16 elementor-widget elementor-widget-heading\" data-id=\"5e1b3f16\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-heading-title elementor-size-small\">V NASLEDUJ\u00daCOM ZOZNAME N\u00c1JDETE NA\u0160E NAJPOPUL\u00c1RNEJ\u0160IE ROZMERY\n<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-4ea7c6e7 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4ea7c6e7\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-4ac43836\" data-id=\"4ac43836\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-421e0470 elementor-widget elementor-widget-heading\" data-id=\"421e0470\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">CONTINENTAL<br>\n205\/55 R16<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-46797036 elementor-widget elementor-widget-button\" data-id=\"46797036\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"https:\/\/gumy.eu\/pneumatiky\/zimne-pneumatiky\/continental\/205\/55r16\" target=\"_blank\" rel=\"nofollow\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">VYBERTE SI PNEUMATIKU ><\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-2be51675\" data-id=\"2be51675\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-128c5a59 elementor-widget elementor-widget-heading\" data-id=\"128c5a59\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">CONTINENTAL<br>\n215\/65 R16<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4a0166d3 elementor-widget elementor-widget-button\" data-id=\"4a0166d3\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"https:\/\/gumy.eu\/pneumatiky\/zimne-pneumatiky\/continental\/215\/65r16\" target=\"_blank\" rel=\"nofollow\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">VYBERTE SI PNEUMATIKU ><\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-247cefab\" data-id=\"247cefab\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-121e688b elementor-widget elementor-widget-heading\" data-id=\"121e688b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">CONTINENTAL<br>\n195\/55 R16<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ed748da elementor-widget elementor-widget-button\" data-id=\"ed748da\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"https:\/\/gumy.eu\/pneumatiky\/zimne-pneumatiky\/continental\/195\/55r16\" target=\"_blank\" rel=\"nofollow\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">VYBERTE SI PNEUMATIKU ><\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-490b8f2f\" data-id=\"490b8f2f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2ad55ba6 elementor-widget elementor-widget-heading\" data-id=\"2ad55ba6\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">CONTINENTAL<br>\n225\/45 R17<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1672adac elementor-widget elementor-widget-button\" data-id=\"1672adac\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"https:\/\/gumy.eu\/pneumatiky\/zimne-pneumatiky\/continental\/225\/45r17\" target=\"_blank\" rel=\"nofollow\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">VYBERTE SI PNEUMATIKU ><\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fa3f3e3 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"fa3f3e3\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-44ae9a8\" data-id=\"44ae9a8\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b7d8ae1 elementor-widget elementor-widget-heading\" data-id=\"b7d8ae1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-heading-title elementor-size-small\">NAJPOPUL\u00c1RNEJ\u0160IE <b>ROZMERY CONTINENTAL LETN\u00c9 <\/b>PNEUMAT\u00cdK <\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-389deb9 elementor-widget elementor-widget-heading\" data-id=\"389deb9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-heading-title elementor-size-small\">V NASLEDUJ\u00daCOM ZOZNAME N\u00c1JDETE NA\u0160E NAJPOPUL\u00c1RNEJ\u0160IE ROZMERY\n<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-a92cc64 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a92cc64\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-24ee956\" data-id=\"24ee956\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e4db40d elementor-widget elementor-widget-heading\" data-id=\"e4db40d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">CONTINENTAL<br>\n205\/55 R16<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c31a5e0 elementor-widget elementor-widget-button\" data-id=\"c31a5e0\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"https:\/\/gumy.eu\/pneumatiky\/letne-pneumatiky\/continental\/205\/55r16\" target=\"_blank\" rel=\"nofollow\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">VYBERTE SI PNEUMATIKU ><\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-80b7f94\" data-id=\"80b7f94\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a801c9d elementor-widget elementor-widget-heading\" data-id=\"a801c9d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">CONTINENTAL<br>\n215\/65 R16<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-449c5cd elementor-widget elementor-widget-button\" data-id=\"449c5cd\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"https:\/\/gumy.eu\/pneumatiky\/letne-pneumatiky\/continental\/215\/65r16\" target=\"_blank\" rel=\"nofollow\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">VYBERTE SI PNEUMATIKU ><\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-3ed40ba\" data-id=\"3ed40ba\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-611eae3 elementor-widget elementor-widget-heading\" data-id=\"611eae3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">CONTINENTAL<br>\n195\/55 R16<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-267768f elementor-widget elementor-widget-button\" data-id=\"267768f\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"https:\/\/gumy.eu\/pneumatiky\/letne-pneumatiky\/continental\/195\/55r16\" target=\"_blank\" rel=\"nofollow\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">VYBERTE SI PNEUMATIKU ><\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-1df170b\" data-id=\"1df170b\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1fa6fc4 elementor-widget elementor-widget-heading\" data-id=\"1fa6fc4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">CONTINENTAL<br>\n225\/45 R17<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-06734a0 elementor-widget elementor-widget-button\" data-id=\"06734a0\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"https:\/\/gumy.eu\/pneumatiky\/letne-pneumatiky\/continental\/225\/45r17\" target=\"_blank\" rel=\"nofollow\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">VYBERTE SI PNEUMATIKU ><\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-53ff1bb elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"53ff1bb\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-12dded9\" data-id=\"12dded9\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e77dc94 elementor-widget elementor-widget-heading\" data-id=\"e77dc94\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-heading-title elementor-size-small\">NAJPOPUL\u00c1RNEJ\u0160IE <b>ROZMERY CONTINENTAL CELORO\u010cN\u00c9 <\/b>PNEUMAT\u00cdK <\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-134469c elementor-widget elementor-widget-heading\" data-id=\"134469c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-heading-title elementor-size-small\">V NASLEDUJ\u00daCOM ZOZNAME N\u00c1JDETE NA\u0160E NAJPOPUL\u00c1RNEJ\u0160IE ROZMERY\n<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-0c05d9f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0c05d9f\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-cf2897a\" data-id=\"cf2897a\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-56edab2 elementor-widget elementor-widget-heading\" data-id=\"56edab2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">CONTINENTAL<br>\n205\/55 R16<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ef31f6e elementor-widget elementor-widget-button\" data-id=\"ef31f6e\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"https:\/\/gumy.eu\/pneumatiky\/celorocne-pneumatiky\/continental\/205\/55\/16\" target=\"_blank\" rel=\"nofollow\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">VYBERTE SI PNEUMATIKU ><\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-0da9396\" data-id=\"0da9396\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-22bc158 elementor-widget elementor-widget-heading\" data-id=\"22bc158\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">CONTINENTAL<br>\n215\/65 R16<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-08f3704 elementor-widget elementor-widget-button\" data-id=\"08f3704\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"https:\/\/gumy.eu\/pneumatiky\/celorocne-pneumatiky\/continental\/215\/65\/16\" target=\"_blank\" rel=\"nofollow\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">VYBERTE SI PNEUMATIKU ><\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-2c0f040\" data-id=\"2c0f040\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5170f4e elementor-widget elementor-widget-heading\" data-id=\"5170f4e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">CONTINENTAL<br>\n195\/55 R16<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8c77e5e elementor-widget elementor-widget-button\" data-id=\"8c77e5e\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"https:\/\/gumy.eu\/pneumatiky\/celorocne-pneumatiky\/continental\/195\/55\/16\" target=\"_blank\" rel=\"nofollow\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">VYBERTE SI PNEUMATIKU ><\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-db33900\" data-id=\"db33900\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3c7df6d elementor-widget elementor-widget-heading\" data-id=\"3c7df6d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">CONTINENTAL<br>\n225\/55 R18<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f652302 elementor-widget elementor-widget-button\" data-id=\"f652302\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"https:\/\/gumy.eu\/pneumatiky\/celorocne-pneumatiky\/continental\/225\/55\/18\" target=\"_blank\" rel=\"nofollow\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">VYBERTE SI PNEUMATIKU ><\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1b2ba4f elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1b2ba4f\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c485d23\" data-id=\"c485d23\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a9bccee elementor-widget elementor-widget-heading\" data-id=\"a9bccee\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-heading-title elementor-size-small\"><b>ContiGarant<\/b><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a3358e2 elementor-widget elementor-widget-text-editor\" data-id=\"a3358e2\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<p><strong>ContiGarant je najlep\u0161ia roz\u0161\u00edren\u00e1 z\u00e1ruka na pneumatiky Continental.<\/strong><\/p><p>Program je ur\u010den\u00fd pre u\u017e\u00edvate\u013eov osobn\u00fdch pneumat\u00edk.<\/p>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b6097d0 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"b6097d0\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"https:\/\/www.contigarant.sk\/\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">Viac info<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dc6bba5 elementor-widget elementor-widget-image\" data-id=\"dc6bba5\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1024\" height=\"351\" src=\"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2025\/11\/contigarant-sk-1024x351.png\" class=\"attachment-large size-large\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2025\/11\/contigarant-sk-1024x351.png 1024w, https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2025\/11\/contigarant-sk-300x103.png 300w, https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2025\/11\/contigarant-sk-768x263.png 768w, https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2025\/11\/contigarant-sk-1536x526.png 1536w, https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2025\/11\/contigarant-sk.png 1555w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-304b270f elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"304b270f\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-68bb7279\" data-id=\"68bb7279\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1c0ed6dd elementor-widget elementor-widget-heading\" data-id=\"1c0ed6dd\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><b>HIST\u00d3RIA SPOLO\u010cNOSTI CONTINENTAL<\/b><\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-45fe203 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"45fe203\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3fbcecd9\" data-id=\"3fbcecd9\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-59e273fa elementor-widget elementor-widget-text-editor\" data-id=\"59e273fa\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<p>&#8220;V roku 1871 bola v Hannoveri zalo\u017een\u00e1 akciov\u00e1 spolo\u010dnos\u0165 Continental-Caoutchouc und Gutta-Percha. V roku 1907 bol v Korbachu (Nemecko) zalo\u017een\u00fd v\u00fdrobn\u00fd z\u00e1vod ako od\u0161tepn\u00fd z\u00e1vod spolo\u010dnosti Mitteldeutsche Gummiwarenfabrik Louis Peter AG a nesk\u00f4r v roku 1939 spolo\u010dnos\u0165 otvorila z\u00e1vod na v\u00fdrobu pneumat\u00edk v Hannoveri. V roku 1985 prevzala spolo\u010dnos\u0165 Continental v\u00fdrobu pneumat\u00edk od spolo\u010dnosti Semperit. Za\u010diatkom roka 2000 spolo\u010dnos\u0165 zalo\u017eila nieko\u013eko tov\u00e1rn\u00ed po celom svete vr\u00e1tane Ju\u017enej Afriky, Slovenska a \u010ceskej republiky, kde prevzala v\u00fdrobu pneumat\u00edk Barum.<\/p><p>S cie\u013eom upevni\u0165 svoju poz\u00edciu v \u00e1zijskom regi\u00f3ne bol v roku 2003 zalo\u017een\u00fd spolo\u010dn\u00fd podnik Continental Sime Tyre. Nasledovalo otvorenie nieko\u013ek\u00fdch \u010fal\u0161\u00edch z\u00e1vodov a v roku 2013 vytvorenie<br \/>ContiLifeCycle\u2122 v Hannoveri (Nemecko), prv\u00fd plne integrovan\u00fd z\u00e1vod na svete na recykl\u00e1ciu hor\u00facich beh\u00fa\u0148ov a pneumat\u00edk.&#8221;<\/p>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-45339c35 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"45339c35\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-691c9f58\" data-id=\"691c9f58\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-52ceb7fb elementor-widget elementor-widget-text-editor\" data-id=\"52ceb7fb\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<p><a href=\"https:\/\/www.continental.com\/en\/\">CONTINENTAL.COM<\/a><\/p>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>pneumatiky Continental VYBERTE SI ZO \u0160IROKEJ PONUKY PNEUMAT\u00cdK CONTINENTAL PRE V\u0160ETKY RO\u010cN\u00c9 OBDOBIA NA GUMY.EU ZIMN\u00c9 PNEUMATIKY VYBERTE SI PNEUMATIKU > LETN\u00c9 PNEUMATIKY VYBERTE SI PNEUMATIKU > CELORO\u010cN\u00c9 PNEUMATIKY VYBERTE SI PNEUMATIKU > OBJAVTE PRODUKTOV\u00da RADU PNEUMAT\u00cdK CONTINENTAL, KTOR\u00c9 S\u00da PRISP\u00d4SOBEN\u00c9 VA\u0160IM POTREB\u00c1M NAJPOPUL\u00c1RNEJ\u0160IE ROZMERY CONTINENTAL ZIMN\u00c9 PNEUMAT\u00cdK V NASLEDUJ\u00daCOM ZOZNAME N\u00c1JDETE NA\u0160E NAJPOPUL\u00c1RNEJ\u0160IE ROZMERY &#8230; <a title=\"Continental\" class=\"read-more\" href=\"https:\/\/gumy.eu\/znacky-pneumatik\/continental\/\" aria-label=\"More on Continental\">Read more<\/a><\/p>\n","protected":false},"author":14,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Continental - Zna\u010dky pneumatik<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/gumy.eu\/znacky-pneumatik\/continental\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Continental - Zna\u010dky pneumatik\" \/>\n<meta property=\"og:description\" content=\"pneumatiky Continental VYBERTE SI ZO \u0160IROKEJ PONUKY PNEUMAT\u00cdK CONTINENTAL PRE V\u0160ETKY RO\u010cN\u00c9 OBDOBIA NA GUMY.EU ZIMN\u00c9 PNEUMATIKY VYBERTE SI PNEUMATIKU &gt; LETN\u00c9 PNEUMATIKY VYBERTE SI PNEUMATIKU &gt; CELORO\u010cN\u00c9 PNEUMATIKY VYBERTE SI PNEUMATIKU &gt; OBJAVTE PRODUKTOV\u00da RADU PNEUMAT\u00cdK CONTINENTAL, KTOR\u00c9 S\u00da PRISP\u00d4SOBEN\u00c9 VA\u0160IM POTREB\u00c1M NAJPOPUL\u00c1RNEJ\u0160IE ROZMERY CONTINENTAL ZIMN\u00c9 PNEUMAT\u00cdK V NASLEDUJ\u00daCOM ZOZNAME N\u00c1JDETE NA\u0160E NAJPOPUL\u00c1RNEJ\u0160IE ROZMERY ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/gumy.eu\/znacky-pneumatik\/continental\/\" \/>\n<meta property=\"og:site_name\" content=\"Zna\u010dky pneumatik\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/gumy.eu\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-12T10:12:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/gumi_hu-logo-continental.jpg\" \/>\n<meta name=\"author\" content=\"annaj\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/gumy.eu\/znacky-pneumatik\/#website\",\"url\":\"https:\/\/gumy.eu\/znacky-pneumatik\/\",\"name\":\"Zna\u010dky pneumatik\",\"description\":\"Gumy.eu\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/gumy.eu\/znacky-pneumatik\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/gumy.eu\/znacky-pneumatik\/continental\/#primaryimage\",\"url\":\"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/gumi_hu-logo-continental.jpg\",\"contentUrl\":\"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/gumi_hu-logo-continental.jpg\",\"width\":240,\"height\":60},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/gumy.eu\/znacky-pneumatik\/continental\/#webpage\",\"url\":\"https:\/\/gumy.eu\/znacky-pneumatik\/continental\/\",\"name\":\"Continental - Zna\u010dky pneumatik\",\"isPartOf\":{\"@id\":\"https:\/\/gumy.eu\/znacky-pneumatik\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/gumy.eu\/znacky-pneumatik\/continental\/#primaryimage\"},\"datePublished\":\"2022-09-02T07:18:58+00:00\",\"dateModified\":\"2025-11-12T10:12:36+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/gumy.eu\/znacky-pneumatik\/continental\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/gumy.eu\/znacky-pneumatik\/continental\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/gumy.eu\/znacky-pneumatik\/continental\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Continental\"}]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Continental - Zna\u010dky pneumatik","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/gumy.eu\/znacky-pneumatik\/continental\/","og_locale":"en_US","og_type":"article","og_title":"Continental - Zna\u010dky pneumatik","og_description":"pneumatiky Continental VYBERTE SI ZO \u0160IROKEJ PONUKY PNEUMAT\u00cdK CONTINENTAL PRE V\u0160ETKY RO\u010cN\u00c9 OBDOBIA NA GUMY.EU ZIMN\u00c9 PNEUMATIKY VYBERTE SI PNEUMATIKU > LETN\u00c9 PNEUMATIKY VYBERTE SI PNEUMATIKU > CELORO\u010cN\u00c9 PNEUMATIKY VYBERTE SI PNEUMATIKU > OBJAVTE PRODUKTOV\u00da RADU PNEUMAT\u00cdK CONTINENTAL, KTOR\u00c9 S\u00da PRISP\u00d4SOBEN\u00c9 VA\u0160IM POTREB\u00c1M NAJPOPUL\u00c1RNEJ\u0160IE ROZMERY CONTINENTAL ZIMN\u00c9 PNEUMAT\u00cdK V NASLEDUJ\u00daCOM ZOZNAME N\u00c1JDETE NA\u0160E NAJPOPUL\u00c1RNEJ\u0160IE ROZMERY ... Read more","og_url":"https:\/\/gumy.eu\/znacky-pneumatik\/continental\/","og_site_name":"Zna\u010dky pneumatik","article_publisher":"https:\/\/www.facebook.com\/gumy.eu\/","article_modified_time":"2025-11-12T10:12:36+00:00","og_image":[{"url":"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/gumi_hu-logo-continental.jpg"}],"author":"annaj","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/gumy.eu\/znacky-pneumatik\/#website","url":"https:\/\/gumy.eu\/znacky-pneumatik\/","name":"Zna\u010dky pneumatik","description":"Gumy.eu","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/gumy.eu\/znacky-pneumatik\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gumy.eu\/znacky-pneumatik\/continental\/#primaryimage","url":"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/gumi_hu-logo-continental.jpg","contentUrl":"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/gumi_hu-logo-continental.jpg","width":240,"height":60},{"@type":"WebPage","@id":"https:\/\/gumy.eu\/znacky-pneumatik\/continental\/#webpage","url":"https:\/\/gumy.eu\/znacky-pneumatik\/continental\/","name":"Continental - Zna\u010dky pneumatik","isPartOf":{"@id":"https:\/\/gumy.eu\/znacky-pneumatik\/#website"},"primaryImageOfPage":{"@id":"https:\/\/gumy.eu\/znacky-pneumatik\/continental\/#primaryimage"},"datePublished":"2022-09-02T07:18:58+00:00","dateModified":"2025-11-12T10:12:36+00:00","breadcrumb":{"@id":"https:\/\/gumy.eu\/znacky-pneumatik\/continental\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gumy.eu\/znacky-pneumatik\/continental\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/gumy.eu\/znacky-pneumatik\/continental\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Continental"}]}]}},"_links":{"self":[{"href":"https:\/\/gumy.eu\/znacky-pneumatik\/wp-json\/wp\/v2\/pages\/7064"}],"collection":[{"href":"https:\/\/gumy.eu\/znacky-pneumatik\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gumy.eu\/znacky-pneumatik\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gumy.eu\/znacky-pneumatik\/wp-json\/wp\/v2\/users\/14"}],"replies":[{"embeddable":true,"href":"https:\/\/gumy.eu\/znacky-pneumatik\/wp-json\/wp\/v2\/comments?post=7064"}],"version-history":[{"count":42,"href":"https:\/\/gumy.eu\/znacky-pneumatik\/wp-json\/wp\/v2\/pages\/7064\/revisions"}],"predecessor-version":[{"id":9769,"href":"https:\/\/gumy.eu\/znacky-pneumatik\/wp-json\/wp\/v2\/pages\/7064\/revisions\/9769"}],"wp:attachment":[{"href":"https:\/\/gumy.eu\/znacky-pneumatik\/wp-json\/wp\/v2\/media?parent=7064"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}