{"id":7930,"date":"2023-05-22T05:57:59","date_gmt":"2023-05-22T05:57:59","guid":{"rendered":"https:\/\/gumy.eu\/znacky-pneumatik\/?page_id=7930"},"modified":"2025-11-19T13:55:22","modified_gmt":"2025-11-19T13:55:22","slug":"giti-nakladna-pneumatika","status":"publish","type":"page","link":"https:\/\/gumy.eu\/znacky-pneumatik\/giti-nakladna-pneumatika\/","title":{"rendered":"Giti n\u00e1kladn\u00e1 pneumatika"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"7930\" class=\"elementor elementor-7930\">\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-4b3b470d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4b3b470d\" 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-92fb7dc\" data-id=\"92fb7dc\" 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-4a900466 elementor-widget elementor-widget-html\" data-id=\"4a900466\" 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-70d9a93e elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"70d9a93e\" 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-6a372306\" data-id=\"6a372306\" 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-a4d2cf9 elementor-widget elementor-widget-image\" data-id=\"a4d2cf9\" 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=\"479\" height=\"105\" src=\"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2023\/05\/Giti-logo.png\" class=\"attachment-large size-large\" alt=\"giti logo\" loading=\"lazy\" srcset=\"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2023\/05\/Giti-logo.png 479w, https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2023\/05\/Giti-logo-300x66.png 300w\" sizes=\"(max-width: 479px) 100vw, 479px\" \/>\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-773087e5\" data-id=\"773087e5\" 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-57ccad29 elementor-widget elementor-widget-heading\" data-id=\"57ccad29\" 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\"><a href=\"https:\/\/gumy.eu\/pneumatiky\/zimne-pneumatiky\/giti\" target=\"_blank\" rel=\"nofollow\">Giti N\u00c1KLADN\u00e9 PNEUMATIKY<\/a><\/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-135a3822 elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"135a3822\" 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-5195dca1\" data-id=\"5195dca1\" 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-28e47f7b elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"28e47f7b\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"fas fa-truck-moving\"><\/i>\t\t\t<\/div>\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-148c234f elementor-widget elementor-widget-image\" data-id=\"148c234f\" 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=\"682\" src=\"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2023\/05\/326439782_6107301865998511_925138524370749403_n-1024x682.jpg\" class=\"attachment-large size-large\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2023\/05\/326439782_6107301865998511_925138524370749403_n-1024x682.jpg 1024w, https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2023\/05\/326439782_6107301865998511_925138524370749403_n-300x200.jpg 300w, https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2023\/05\/326439782_6107301865998511_925138524370749403_n-768x511.jpg 768w, https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2023\/05\/326439782_6107301865998511_925138524370749403_n-1536x1022.jpg 1536w, https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2023\/05\/326439782_6107301865998511_925138524370749403_n.jpg 2048w\" 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-6ef92a13 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6ef92a13\" 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-5ae82e4c\" data-id=\"5ae82e4c\" 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-203fb792 elementor-widget elementor-widget-image\" data-id=\"203fb792\" 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=\"300\" height=\"66\" src=\"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2023\/05\/Giti-logo-300x66.png\" class=\"attachment-medium size-medium\" alt=\"giti logo\" loading=\"lazy\" srcset=\"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2023\/05\/Giti-logo-300x66.png 300w, https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2023\/05\/Giti-logo.png 479w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\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-656d7942 elementor-widget elementor-widget-heading\" data-id=\"656d7942\" 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\"><font style=\"vertical-align: inherit;\"><font style=\"vertical-align: inherit;\">\nVYBERTE SI ZO \u0160IROK\u00c9HO SORTIMENTU N\u00c1KLADN\u00ddCH PNEUMAT\u00cdK GITI<br><br> <\/font><\/font><font style=\"vertical-align: inherit;\"><font style=\"vertical-align: inherit;\"><b>GUMY.EU<\/b><\/font><\/font><\/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-49de8d1c elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"49de8d1c\" 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-699cca20\" data-id=\"699cca20\" 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-507a260e elementor-widget elementor-widget-heading\" data-id=\"507a260e\" 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 GITI,\nKTOR\u00c9 S\u00da PRISP\u00d4SOBEN\u00c9 VA\u0160IM POTREB\u00c1M<\/p><\/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-5ab278fd elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5ab278fd\" 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-717d5baa\" data-id=\"717d5baa\" 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-5c79c6f6 elementor-widget elementor-widget-heading\" data-id=\"5c79c6f6\" 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 GITI TIRES<\/b> <b>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-35546052 elementor-widget elementor-widget-heading\" data-id=\"35546052\" 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-29c4f4c5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"29c4f4c5\" 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-a37cb00\" data-id=\"a37cb00\" 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-737b6505 elementor-widget elementor-widget-heading\" data-id=\"737b6505\" 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\">GITI<br>\n185\/60 R15<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5f693982 elementor-widget elementor-widget-button\" data-id=\"5f693982\" 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\/giti\/185\/60\/15\" 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-62047829\" data-id=\"62047829\" 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-7dc891fe elementor-widget elementor-widget-heading\" data-id=\"7dc891fe\" 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\">GITI<br>\n185\/55 R15<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-49a05c89 elementor-widget elementor-widget-button\" data-id=\"49a05c89\" 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\/giti\/185\/55\/15\" 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-ae8f7a5\" data-id=\"ae8f7a5\" 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-74f919e4 elementor-widget elementor-widget-heading\" data-id=\"74f919e4\" 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\">GITI<br>\n215\/55 R16<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3a7a05c7 elementor-widget elementor-widget-button\" data-id=\"3a7a05c7\" 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\/giti\/215\/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-1e432fc7\" data-id=\"1e432fc7\" 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-9853d33 elementor-widget elementor-widget-heading\" data-id=\"9853d33\" 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\">GITI<br>\n225\/50 R17<br><\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c0fe268 elementor-widget elementor-widget-button\" data-id=\"c0fe268\" 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\/giti\/225\/50\/17\" 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-bd7ed76 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"bd7ed76\" 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-98f7536\" data-id=\"98f7536\" 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-4b4057a elementor-widget elementor-widget-heading\" data-id=\"4b4057a\" 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 GITI TIRES<\/b> <b>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-a573d2e elementor-widget elementor-widget-heading\" data-id=\"a573d2e\" 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-db30346 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"db30346\" 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-1d1182c\" data-id=\"1d1182c\" 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-f4d4966 elementor-widget elementor-widget-heading\" data-id=\"f4d4966\" 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\">GITI<br>\n195\/60 R15<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6cedf50 elementor-widget elementor-widget-button\" data-id=\"6cedf50\" 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\/giti\/195\/60r15\" 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-2a459d6\" data-id=\"2a459d6\" 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-b64593e elementor-widget elementor-widget-heading\" data-id=\"b64593e\" 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\">GITI<br>\n185\/65 R15<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8abc322 elementor-widget elementor-widget-button\" data-id=\"8abc322\" 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\/giti\/185\/65r15\" 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-a723f73\" data-id=\"a723f73\" 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-2d7ae80 elementor-widget elementor-widget-heading\" data-id=\"2d7ae80\" 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\">GITI<br>\n215\/55 R16<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9f09f02 elementor-widget elementor-widget-button\" data-id=\"9f09f02\" 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\/giti\/215\/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-6860a3b\" data-id=\"6860a3b\" 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-887b38f elementor-widget elementor-widget-heading\" data-id=\"887b38f\" 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\">GITI<br>\n225\/40 R18<br><\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-479ea74 elementor-widget elementor-widget-button\" data-id=\"479ea74\" 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\/giti\/225\/40r18\" 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-2ade950d elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2ade950d\" 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-3e31cf5a\" data-id=\"3e31cf5a\" 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-224e6e48 elementor-widget elementor-widget-heading\" data-id=\"224e6e48\" 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>GITI n\u00e1kladn\u00e9 pneumatiky\n<\/b><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-91ffae elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"91ffae\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"fas fa-truck-moving\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\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-e2e0eee elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e2e0eee\" 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-f14a404\" data-id=\"f14a404\" 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-3c6f4936 elementor-widget elementor-widget-heading\" data-id=\"3c6f4936\" 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\"><font style=\"vertical-align: inherit;\"><font style=\"vertical-align: inherit;\"><font style=\"vertical-align: inherit;\"><font style=\"vertical-align: inherit;\">LETN\u00c9 <\/font><\/font><\/font><\/font><br><font style=\"vertical-align: inherit;\"><font style=\"vertical-align: inherit;\"><font style=\"vertical-align: inherit;\"><font style=\"vertical-align: inherit;\">\n\nN\u00c1KLADN\u00c9<\/font><\/font><\/font><\/font><font style=\"vertical-align: inherit;\"><font style=\"vertical-align: inherit;\"> PNEUMATIKY<\/font><\/font><font style=\"vertical-align: inherit;\"><font style=\"vertical-align: inherit;\"><font style=\"vertical-align: inherit;\"><\/font><\/font><\/font><font style=\"vertical-align: inherit;\"><\/font><\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-78897982 elementor-align-left elementor-widget elementor-widget-button\" data-id=\"78897982\" 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\/giti\" 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-7ccefc62\" data-id=\"7ccefc62\" 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-76d1c803 elementor-widget elementor-widget-heading\" data-id=\"76d1c803\" 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\"><font style=\"vertical-align: inherit;\"><font style=\"vertical-align: inherit;\"><font style=\"vertical-align: inherit;\"><font style=\"vertical-align: inherit;\">CELORO\u010cN\u00c9 <\/font><\/font><\/font><\/font><font style=\"vertical-align: inherit;\"><font style=\"vertical-align: inherit;\"><font style=\"vertical-align: inherit;\"><font style=\"vertical-align: inherit;\">\nN\u00c1KLADN\u00c9<\/font><\/font><\/font><\/font><font style=\"vertical-align: inherit;\"><font style=\"vertical-align: inherit;\"> PNEUMATIKY<\/font><\/font><font style=\"vertical-align: inherit;\"><font style=\"vertical-align: inherit;\"><font style=\"vertical-align: inherit;\"><\/font><\/font><\/font><font style=\"vertical-align: inherit;\"><\/font><\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-46618e94 elementor-widget elementor-widget-button\" data-id=\"46618e94\" 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\/giti\" 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-225008ac\" data-id=\"225008ac\" 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-4e07f694 elementor-widget elementor-widget-heading\" data-id=\"4e07f694\" 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\"><font style=\"vertical-align: inherit;\"><font style=\"vertical-align: inherit;\"><font style=\"vertical-align: inherit;\"><font style=\"vertical-align: inherit;\">ZIMN\u00c9 <\/font><\/font><\/font><\/font><br><font style=\"vertical-align: inherit;\"><font style=\"vertical-align: inherit;\"><font style=\"vertical-align: inherit;\"><font style=\"vertical-align: inherit;\">\nN\u00c1KLAD\u00c9<\/font><\/font><\/font><\/font><font style=\"vertical-align: inherit;\"><font style=\"vertical-align: inherit;\"> <br>PNEUMATIKY<\/font><\/font><font style=\"vertical-align: inherit;\"><font style=\"vertical-align: inherit;\"><font style=\"vertical-align: inherit;\"><\/font><\/font><\/font><font style=\"vertical-align: inherit;\"><\/font><\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-513004a3 elementor-align-left elementor-widget elementor-widget-button\" data-id=\"513004a3\" 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\/giti\" 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<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-7e64f9ec elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7e64f9ec\" 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-1f8c3794\" data-id=\"1f8c3794\" 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-737e72eb elementor-widget elementor-widget-heading\" data-id=\"737e72eb\" 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\">REGION\u00c1LNE<br><br>N\u00c1KLADN\u00c9 PNEUMATIKY<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-22e2085a elementor-widget elementor-widget-button\" data-id=\"22e2085a\" 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\/products\/search\/keyword?query=giti\" 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-2dba4682\" data-id=\"2dba4682\" 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-39e00180 elementor-widget elementor-widget-heading\" data-id=\"39e00180\" 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\">DIA\u013dKOV\u00c9<br><br>\nN\u00c1KLADN\u00c9 PNEUMATIKY<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1fb104bd elementor-widget elementor-widget-button\" data-id=\"1fb104bd\" 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\/products\/search\/keyword?query=giti\" 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-7e346c90\" data-id=\"7e346c90\" 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-14c82fcc elementor-widget elementor-widget-heading\" data-id=\"14c82fcc\" 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\">DIA\u013dKOV\u00c9 A REGION\u00c1LNE<br><br>\nN\u00c1KLADN\u00c9 PNEUMATIKY<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-eaa2ed0 elementor-widget elementor-widget-button\" data-id=\"eaa2ed0\" 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\/products\/search\/keyword?query=giti\" 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<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-3ec5ccd4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3ec5ccd4\" 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-33b95a3e\" data-id=\"33b95a3e\" 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-5888bbec elementor-widget elementor-widget-heading\" data-id=\"5888bbec\" 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\">URBAN<br><br>\nN\u00c1KLADN\u00c9 PNEUMATIKY<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5aae3387 elementor-widget elementor-widget-button\" data-id=\"5aae3387\" 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\/products\/search\/keyword?query=giti\" 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-3df1253e\" data-id=\"3df1253e\" 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-4c0420f2 elementor-widget elementor-widget-heading\" data-id=\"4c0420f2\" 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\">ON\/OFF\n<br><br>\nN\u00c1KLADN\u00c9 PNEUMATIKY<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3a176d09 elementor-widget elementor-widget-button\" data-id=\"3a176d09\" 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\/products\/search\/keyword?query=giti\" 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-1ff59d68\" data-id=\"1ff59d68\" 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-49ccb2f0 elementor-widget elementor-widget-heading\" data-id=\"49ccb2f0\" 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\">V\u0160ETKY<br><br>\nN\u00c1KLADN\u00c9 PNEUMATIKY<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3b7c992 elementor-widget elementor-widget-button\" data-id=\"3b7c992\" 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\/products\/search\/keyword?query=giti\" 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-4921c4d4 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4921c4d4\" 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-4a41b1c2\" data-id=\"4a41b1c2\" 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-484b0a08 elementor-widget elementor-widget-heading\" data-id=\"484b0a08\" 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  GITI TIRES<\/b>\n<\/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-3c510d1b elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3c510d1b\" 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-3bbf0d6d\" data-id=\"3bbf0d6d\" 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-720ffecd elementor-widget elementor-widget-text-editor\" data-id=\"720ffecd\" 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><style type=\"text\/css\"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--><\/style>\n<\/p>\n<div data-id=\"048e837\" data-element_type=\"text-editor.default\">\n<div>\n<div>\n<p style=\"background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"font-size: 13pt; font-family: 'Segoe UI', sans-serif;\">Hist\u00f3ria <b>Giti Tire<\/b> siaha a\u017e do roku 1951, kedy za\u010d\u00ednali s&nbsp;v\u00fdrobou \u201epneumat\u00edk\u201c a&nbsp;du\u0161\u00ed pre bicykle v&nbsp;Indon\u00e9zi\u00ed. Po v\u00fdvoji tov\u00e1rne na v\u00fdrobu pneumat\u00edk pre osobn\u00e9 a \u013eahk\u00e9 n\u00e1kladn\u00e9 aut\u00e1 v roku 1993 vznikol n\u00e1zov <b>\u201eGiti Tire\u201c &nbsp;<\/b>(Anhui ,\u010c\u00edna) . V roku 1998 Giti otvorila predajn\u00e9 a distribu\u010dn\u00e9 centr\u00e1 na r\u00f4znych miestach a o dva roky nesk\u00f4r boli vo Fujian dokon\u010den\u00e9 v\u00fdrobn\u00e9 z\u00e1vody na v\u00fdrobu nov\u00fdch pneumat\u00edk pre osobn\u00e9 automobily (PCR).&nbsp;<\/span><\/p>\n<p style=\"background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"font-size: 13pt; font-family: 'Segoe UI', sans-serif;\">Dnes je <b>Giti Tire<\/b> so s\u00eddlom v Singapure glob\u00e1lnou spolo\u010dnos\u0165ou, ktor\u00e1 dod\u00e1va kompletn\u00fd sortiment kvalitn\u00fdch pneumat\u00edk a slu\u017eieb do viac ako 130 kraj\u00edn po celom svete. Z&nbsp;h\u013eadiska ro\u010dn\u00e9ho pr\u00edmu sa umiestnila na 10. mieste (Tyre Press). V roku 2014 <b>Giti Tire <\/b>ozn\u00e1mila svoj pl\u00e1n postavi\u0165 v\u00fdrobn\u00fd z\u00e1vod v Ju\u017enej Karol\u00edne (USA), ktor\u00fd mal by\u0165 prv\u00fdm mimo \u00c1zie a&nbsp;podarilo sa ho otvori\u0165 u\u017e v&nbsp;roku 2017. V\u010faka dod\u00e1vaniu kvalitn\u00fdch produktov boli pneumatiky Giti vyhl\u00e1sen\u00e9 Walmartom (USA) za dod\u00e1vate\u013ea roka v&nbsp;automobilovom priemysle&nbsp; v&nbsp;USA (2016). <\/span><\/p>\n<p style=\"background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"font-size: 13pt; font-family: 'Segoe UI', sans-serif;\">Jadrom filozofie spolo\u010dnosti s\u00fa inov\u00e1cie a&nbsp;modern\u00e9 technol\u00f3gie, ktor\u00e9 u\u013eah\u010dia \u017eivot jej z\u00e1kazn\u00edkom, v\u010faka \u010domu <b>Giti Tire<\/b> neust\u00e1le napreduje. <\/span><\/p>\n<p><\/p>\n<p><span style=\"font-size: 14.0pt; line-height: 107%; color: red;\">&nbsp;<\/span><\/p>\n<\/div>\n<\/div>\n<\/div>\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-145e6d15\" data-id=\"145e6d15\" 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-23d43dd1 elementor-widget elementor-widget-image\" data-id=\"23d43dd1\" 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=\"800\" height=\"500\" src=\"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2023\/05\/Mixed-Tile-cn_20175817428_4_800x500.jpg\" class=\"attachment-large size-large\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2023\/05\/Mixed-Tile-cn_20175817428_4_800x500.jpg 800w, https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2023\/05\/Mixed-Tile-cn_20175817428_4_800x500-300x188.jpg 300w, https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2023\/05\/Mixed-Tile-cn_20175817428_4_800x500-768x480.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\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-5f331576 elementor-section-full_width elementor-section-content-top elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"5f331576\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\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-7dce001\" data-id=\"7dce001\" 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-4c8ead62 elementor-aspect-ratio-169 elementor-widget elementor-widget-video\" data-id=\"4c8ead62\" data-element_type=\"widget\" data-settings=\"{&quot;video_type&quot;:&quot;vimeo&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;aspect_ratio&quot;:&quot;169&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-wrapper elementor-fit-aspect-ratio elementor-open-inline\">\n\t\t\t<iframe class=\"elementor-video-iframe\" allowfullscreen title=\"youtube Video Player\" src=\"https:\/\/www.youtube.com\/embed\/aEV4QRBH8kQ?feature=oembed&amp;autoplay=1&amp;color&amp;autopause=0&amp;loop=1&amp;muted=1&amp;title=0&amp;portrait=0&amp;byline=0\"><\/iframe>\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-41bce181 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"41bce181\" 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-6c1ae4f6\" data-id=\"6c1ae4f6\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\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>Giti N\u00c1KLADN\u00e9 PNEUMATIKY VYBERTE SI ZO \u0160IROK\u00c9HO SORTIMENTU N\u00c1KLADN\u00ddCH PNEUMAT\u00cdK GITI GUMY.EU OBJAVTE PRODUKTOV\u00da RADU PNEUMAT\u00cdK GITI, KTOR\u00c9 S\u00da PRISP\u00d4SOBEN\u00c9 VA\u0160IM POTREB\u00c1M NAJPOPUL\u00c1RNEJ\u0160IE ROZMERY GITI TIRES ZIMN\u00c9 PNEUMAT\u00cdK V NASLEDUJ\u00daCOM ZOZNAME N\u00c1JDETE NA\u0160E NAJPOPUL\u00c1RNEJ\u0160IE ROZMERY GITI 185\/60 R15 VYBERTE SI PNEUMATIKU GITI 185\/55 R15 VYBERTE SI PNEUMATIKU GITI 215\/55 R16 VYBERTE SI PNEUMATIKU GITI 225\/50 &#8230; <a title=\"Giti n\u00e1kladn\u00e1 pneumatika\" class=\"read-more\" href=\"https:\/\/gumy.eu\/znacky-pneumatik\/giti-nakladna-pneumatika\/\" aria-label=\"More on Giti n\u00e1kladn\u00e1 pneumatika\">Read more<\/a><\/p>\n","protected":false},"author":13,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Giti n\u00e1kladn\u00e1 pneumatika - Zna\u010dky pneumatik<\/title>\n<meta name=\"description\" content=\"Dnes je Giti Tire glob\u00e1lnou spolo\u010dnos\u0165ou a dod\u00e1va kompletn\u00fd sortiment kvalitn\u00fdch pneumat\u00edk a slu\u017eieb do viac ako 130 kraj\u00edn po celom svete.\" \/>\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\/giti-nakladna-pneumatika\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Giti n\u00e1kladn\u00e1 pneumatika - Zna\u010dky pneumatik\" \/>\n<meta property=\"og:description\" content=\"Dnes je Giti Tire glob\u00e1lnou spolo\u010dnos\u0165ou a dod\u00e1va kompletn\u00fd sortiment kvalitn\u00fdch pneumat\u00edk a slu\u017eieb do viac ako 130 kraj\u00edn po celom svete.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/gumy.eu\/znacky-pneumatik\/giti-nakladna-pneumatika\/\" \/>\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-19T13:55:22+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2023\/05\/Giti-logo.png\" \/>\n<meta name=\"author\" content=\"marketing\" \/>\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=\"3 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\/giti-nakladna-pneumatika\/#primaryimage\",\"url\":\"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2023\/05\/Giti-logo.png\",\"contentUrl\":\"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2023\/05\/Giti-logo.png\",\"width\":479,\"height\":105,\"caption\":\"giti logo\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/gumy.eu\/znacky-pneumatik\/giti-nakladna-pneumatika\/#webpage\",\"url\":\"https:\/\/gumy.eu\/znacky-pneumatik\/giti-nakladna-pneumatika\/\",\"name\":\"Giti n\u00e1kladn\u00e1 pneumatika - Zna\u010dky pneumatik\",\"isPartOf\":{\"@id\":\"https:\/\/gumy.eu\/znacky-pneumatik\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/gumy.eu\/znacky-pneumatik\/giti-nakladna-pneumatika\/#primaryimage\"},\"datePublished\":\"2023-05-22T05:57:59+00:00\",\"dateModified\":\"2025-11-19T13:55:22+00:00\",\"description\":\"Dnes je Giti Tire glob\u00e1lnou spolo\u010dnos\u0165ou a dod\u00e1va kompletn\u00fd sortiment kvalitn\u00fdch pneumat\u00edk a slu\u017eieb do viac ako 130 kraj\u00edn po celom svete.\",\"breadcrumb\":{\"@id\":\"https:\/\/gumy.eu\/znacky-pneumatik\/giti-nakladna-pneumatika\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/gumy.eu\/znacky-pneumatik\/giti-nakladna-pneumatika\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/gumy.eu\/znacky-pneumatik\/giti-nakladna-pneumatika\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Giti n\u00e1kladn\u00e1 pneumatika\"}]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Giti n\u00e1kladn\u00e1 pneumatika - Zna\u010dky pneumatik","description":"Dnes je Giti Tire glob\u00e1lnou spolo\u010dnos\u0165ou a dod\u00e1va kompletn\u00fd sortiment kvalitn\u00fdch pneumat\u00edk a slu\u017eieb do viac ako 130 kraj\u00edn po celom svete.","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\/giti-nakladna-pneumatika\/","og_locale":"en_US","og_type":"article","og_title":"Giti n\u00e1kladn\u00e1 pneumatika - Zna\u010dky pneumatik","og_description":"Dnes je Giti Tire glob\u00e1lnou spolo\u010dnos\u0165ou a dod\u00e1va kompletn\u00fd sortiment kvalitn\u00fdch pneumat\u00edk a slu\u017eieb do viac ako 130 kraj\u00edn po celom svete.","og_url":"https:\/\/gumy.eu\/znacky-pneumatik\/giti-nakladna-pneumatika\/","og_site_name":"Zna\u010dky pneumatik","article_publisher":"https:\/\/www.facebook.com\/gumy.eu\/","article_modified_time":"2025-11-19T13:55:22+00:00","og_image":[{"url":"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2023\/05\/Giti-logo.png"}],"author":"marketing","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 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\/giti-nakladna-pneumatika\/#primaryimage","url":"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2023\/05\/Giti-logo.png","contentUrl":"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2023\/05\/Giti-logo.png","width":479,"height":105,"caption":"giti logo"},{"@type":"WebPage","@id":"https:\/\/gumy.eu\/znacky-pneumatik\/giti-nakladna-pneumatika\/#webpage","url":"https:\/\/gumy.eu\/znacky-pneumatik\/giti-nakladna-pneumatika\/","name":"Giti n\u00e1kladn\u00e1 pneumatika - Zna\u010dky pneumatik","isPartOf":{"@id":"https:\/\/gumy.eu\/znacky-pneumatik\/#website"},"primaryImageOfPage":{"@id":"https:\/\/gumy.eu\/znacky-pneumatik\/giti-nakladna-pneumatika\/#primaryimage"},"datePublished":"2023-05-22T05:57:59+00:00","dateModified":"2025-11-19T13:55:22+00:00","description":"Dnes je Giti Tire glob\u00e1lnou spolo\u010dnos\u0165ou a dod\u00e1va kompletn\u00fd sortiment kvalitn\u00fdch pneumat\u00edk a slu\u017eieb do viac ako 130 kraj\u00edn po celom svete.","breadcrumb":{"@id":"https:\/\/gumy.eu\/znacky-pneumatik\/giti-nakladna-pneumatika\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gumy.eu\/znacky-pneumatik\/giti-nakladna-pneumatika\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/gumy.eu\/znacky-pneumatik\/giti-nakladna-pneumatika\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Giti n\u00e1kladn\u00e1 pneumatika"}]}]}},"_links":{"self":[{"href":"https:\/\/gumy.eu\/znacky-pneumatik\/wp-json\/wp\/v2\/pages\/7930"}],"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\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/gumy.eu\/znacky-pneumatik\/wp-json\/wp\/v2\/comments?post=7930"}],"version-history":[{"count":122,"href":"https:\/\/gumy.eu\/znacky-pneumatik\/wp-json\/wp\/v2\/pages\/7930\/revisions"}],"predecessor-version":[{"id":10092,"href":"https:\/\/gumy.eu\/znacky-pneumatik\/wp-json\/wp\/v2\/pages\/7930\/revisions\/10092"}],"wp:attachment":[{"href":"https:\/\/gumy.eu\/znacky-pneumatik\/wp-json\/wp\/v2\/media?parent=7930"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}