{"id":471,"date":"2020-04-10T10:05:38","date_gmt":"2020-04-10T07:05:38","guid":{"rendered":"http:\/\/demo.vegatheme.com\/gocargo\/demo3\/?page_id=471"},"modified":"2020-09-01T17:52:34","modified_gmt":"2020-09-01T14:52:34","slug":"contact","status":"publish","type":"page","link":"https:\/\/tglworld.com\/en\/contact\/","title":{"rendered":"Contact"},"content":{"rendered":"<p>[vc_row css=&#8221;.vc_custom_1465377848276{padding-bottom: 0px !important;}&#8221;][vc_column width=&#8221;1\/6&#8243;][vc_column_text css=&#8221;.vc_custom_1586525882957{margin-bottom: 0px !important;}&#8221; el_class=&#8221;location&#8221;]Head Quarter<\/p>\n<h3>Odesa, Ukraine<\/h3>\n<p>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/3&#8243;][vc_column_text css=&#8221;.vc_custom_1586518839192{margin-bottom: 0px !important;}&#8221;]<\/p>\n<h5>Address<\/h5>\n<p>Sabanyeyiv Mist 5\/7, office 6[\/vc_column_text]\n\t<span class=\"btn-arrow btn-open-map\"><span class=\"line\"><\/span><span class=\"url\">View on Map<\/span><\/span>\n\n[\/vc_column][vc_column width=&#8221;1\/6&#8243;][vc_column_text css=&#8221;.vc_custom_1588753605461{margin-bottom: 0px !important;}&#8221;]<\/p>\n<h5>Phone<\/h5>\n<p><a href=\"tel:+38 048 740-54-44\">+38 048 740-54-44<\/a>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/6&#8243;][vc_column_text css=&#8221;.vc_custom_1588753618432{margin-bottom: 0px !important;}&#8221;]<\/p>\n<h5>Fax<\/h5>\n<p><a href=\"tel:+38 044 391-41-04\">+38 044 391-41-04<\/a>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/6&#8243;][vc_column_text css=&#8221;.vc_custom_1588753625513{margin-bottom: 0px !important;}&#8221;]<\/p>\n<h5>Email<\/h5>\n<p><a href=\"mailto:tgl@tglworld.com\">tgl@tglworld.com<\/a>[\/vc_column_text][\/vc_column][vc_column]\n    <div class=\"gocargo_gmap\" id=\"map-69f0445d49a47\" style=\"height: 0px;\"><\/div>\n\n    <script type=\"text\/javascript\">\n\t\t(function($) {\n\t    \"use strict\"\n\t\t    $(document).ready(function(){\n\t\t    \t\/\/ When the window has finished loading create our google map below\n\t\t        google.maps.event.addDomListener(window, 'load', init);\n\n\t\t        function init() {\n\t\t\t\t\t'use strict'; \/\/ use strict mode\n\n\t\t            \/\/ Basic options for a simple Google Map\n\t\t            \/\/ For more options see: https:\/\/developers.google.com\/maps\/documentation\/javascript\/reference#MapOptions\n\t\t            var myLatlng = new google.maps.LatLng(46.4879321, 30.7349154);\n\n\t\t            var mapOptions = {\n\t\t                \/\/ How zoomed in you want the map to start at (always required)\n\t\t                zoom: 15,\n\t\t                disableDefaultUI: false,\n\t\t\t\t\t\tscrollwheel: false,\n\n\t\t                \/\/ The latitude and longitude to center the map (always required)\n\n\t\t                center: myLatlng, \/\/ New York\n\n\t\t                \/\/ How you would like to style the map.\n\t\t                \/\/ This is where you would paste any style found on Snazzy Maps.\n\t\t                styles:\n\t\t                \t\t\t\t\t\t\t\t\t[{\n\t\t\t\t\t\t\t\t\t\"stylers\": [\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"hue\": \"#ff1a00\"\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"invert_lightness\": true\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"saturation\": -100\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"lightness\": 33\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"gamma\": 0.5\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t]\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"featureType\": \"water\",\n\t\t\t\t\t\t\t\t\t\"elementType\": \"geometry\",\n\t\t\t\t\t\t\t\t\t\"stylers\": [\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"color\": \"#2D333C\"\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t]\n\t\t\t\t\t\t\t\t}]\n\t\t\t\t\t\t\t\t\t            };\n\n\t\t            \/\/ Get the HTML DOM element that will contain your map\n\t\t            \/\/ We are using a div with id=\"map\" seen below in the <body>\n\t\t            var mapElement = document.getElementById('map-69f0445d49a47');\n\n\t\t            \/\/ Create the Google Map using out element and options defined above\n\t\t            var map = new google.maps.Map(mapElement, mapOptions);\n\n\t\t            var marker = new google.maps.Marker({\n\t\t                position: myLatlng,\n\t\t                map: map,\n\t\t\t\t\t\t        icon: 'https:\/\/tglworld.com\/en\/wp-content\/uploads\/sites\/3\/2020\/04\/map-marker.png',\n\t\t            });\n\t\t        }\n\t        });\n\t    })(jQuery);\n   \t<\/script>\n[vc_separator color=&#8221;custom&#8221; accent_color=&#8221;#e1e1e1&#8243; css=&#8221;.vc_custom_1465377806910{margin-top: 40px !important;}&#8221;][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1465378008918{padding-top: 20px !important;padding-bottom: 0px !important;}&#8221;][vc_column width=&#8221;1\/6&#8243;][vc_column_text css=&#8221;.vc_custom_1586525980557{margin-bottom: 0px !important;}&#8221; el_class=&#8221;location&#8221;]Brand Office<\/p>\n<h3>Kyiv, Ukraine<\/h3>\n<p>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/3&#8243;][vc_column_text css=&#8221;.vc_custom_1586519262776{margin-bottom: 0px !important;}&#8221;]<\/p>\n<h5>Address<\/h5>\n<p>BC Golden River, Soborna St. 2, office 51[\/vc_column_text]\n\t<span class=\"btn-arrow btn-open-map\"><span class=\"line\"><\/span><span class=\"url\">View on Map<\/span><\/span>\n\n[\/vc_column][vc_column width=&#8221;1\/6&#8243;][vc_column_text css=&#8221;.vc_custom_1588753664749{margin-bottom: 0px !important;}&#8221;]<\/p>\n<h5>Phone<\/h5>\n<p><a href=\"tel:+38 044 391-41-04\">+38 044 391-41-04<\/a>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/6&#8243;][vc_column_text css=&#8221;.vc_custom_1588753679165{margin-bottom: 0px !important;}&#8221;]<\/p>\n<h5>Fax<\/h5>\n<p><a href=\"tel:+38 044 391-41-05\">+38 044 391-41-05<\/a>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/6&#8243;][vc_column_text css=&#8221;.vc_custom_1588753686630{margin-bottom: 0px !important;}&#8221;]<\/p>\n<h5>Email<\/h5>\n<p><a href=\"mailto:tgl@tglworld.com\">tgl@tglworld.com<\/a>[\/vc_column_text][\/vc_column][vc_column]\n    <div class=\"gocargo_gmap\" id=\"map-69f0445d4a41e\" style=\"height: 0px;\"><\/div>\n\n    <script type=\"text\/javascript\">\n\t\t(function($) {\n\t    \"use strict\"\n\t\t    $(document).ready(function(){\n\t\t    \t\/\/ When the window has finished loading create our google map below\n\t\t        google.maps.event.addDomListener(window, 'load', init);\n\n\t\t        function init() {\n\t\t\t\t\t'use strict'; \/\/ use strict mode\n\n\t\t            \/\/ Basic options for a simple Google Map\n\t\t            \/\/ For more options see: https:\/\/developers.google.com\/maps\/documentation\/javascript\/reference#MapOptions\n\t\t            var myLatlng = new google.maps.LatLng(50.436858, 30.3558013);\n\n\t\t            var mapOptions = {\n\t\t                \/\/ How zoomed in you want the map to start at (always required)\n\t\t                zoom: 15,\n\t\t                disableDefaultUI: false,\n\t\t\t\t\t\tscrollwheel: false,\n\n\t\t                \/\/ The latitude and longitude to center the map (always required)\n\n\t\t                center: myLatlng, \/\/ New York\n\n\t\t                \/\/ How you would like to style the map.\n\t\t                \/\/ This is where you would paste any style found on Snazzy Maps.\n\t\t                styles:\n\t\t                \t\t\t\t\t\t\t\t\t[{\n\t\t\t\t\t\t\t\t\t\"stylers\": [\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"hue\": \"#ff1a00\"\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"invert_lightness\": true\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"saturation\": -100\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"lightness\": 33\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"gamma\": 0.5\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t]\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"featureType\": \"water\",\n\t\t\t\t\t\t\t\t\t\"elementType\": \"geometry\",\n\t\t\t\t\t\t\t\t\t\"stylers\": [\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"color\": \"#2D333C\"\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t]\n\t\t\t\t\t\t\t\t}]\n\t\t\t\t\t\t\t\t\t            };\n\n\t\t            \/\/ Get the HTML DOM element that will contain your map\n\t\t            \/\/ We are using a div with id=\"map\" seen below in the <body>\n\t\t            var mapElement = document.getElementById('map-69f0445d4a41e');\n\n\t\t            \/\/ Create the Google Map using out element and options defined above\n\t\t            var map = new google.maps.Map(mapElement, mapOptions);\n\n\t\t            var marker = new google.maps.Marker({\n\t\t                position: myLatlng,\n\t\t                map: map,\n\t\t\t\t\t\t        icon: 'https:\/\/tglworld.com\/en\/wp-content\/uploads\/sites\/3\/2020\/04\/map-marker.png',\n\t\t            });\n\t\t        }\n\t        });\n\t    })(jQuery);\n   \t<\/script>\n[vc_separator color=&#8221;custom&#8221; accent_color=&#8221;#e1e1e1&#8243; css=&#8221;.vc_custom_1465377806910{margin-top: 40px !important;}&#8221;][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1598971943808{padding-top: 0px !important;padding-bottom: 0px !important;}&#8221;][vc_column width=&#8221;1\/6&#8243;][vc_column_text css=&#8221;.vc_custom_1586525987728{margin-bottom: 0px !important;}&#8221; el_class=&#8221;location&#8221;]Head Quarter<\/p>\n<h3>Kharkiv, Ukraine<\/h3>\n<p>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/3&#8243;][vc_column_text css=&#8221;.vc_custom_1586519370158{margin-bottom: 0px !important;}&#8221;]<\/p>\n<h5>Address<\/h5>\n<p>Haharina Ave 43\/2, office 37[\/vc_column_text]\n\t<span class=\"btn-arrow btn-open-map\"><span class=\"line\"><\/span><span class=\"url\">View on Map<\/span><\/span>\n\n[\/vc_column][vc_column width=&#8221;1\/6&#8243;][vc_column_text css=&#8221;.vc_custom_1588753703210{margin-bottom: 0px !important;}&#8221;]<\/p>\n<h5>Phone<\/h5>\n<p><a href=\"tel:+38 057 728-06-88\">+38 057 728-06-88<\/a>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/6&#8243;][vc_column_text css=&#8221;.vc_custom_1588753716633{margin-bottom: 0px !important;}&#8221;]<\/p>\n<h5>Fax<\/h5>\n<p><a href=\"tel:+38 057 728-06-88\">+38 057 728-06-88<\/a>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/6&#8243;][vc_column_text css=&#8221;.vc_custom_1588753721930{margin-bottom: 0px !important;}&#8221;]<\/p>\n<h5>Email<\/h5>\n<p><a href=\"mailto:tgl@tglworld.com\">tgl@tglworld.com<\/a>[\/vc_column_text][\/vc_column][vc_column]\n    <div class=\"gocargo_gmap\" id=\"map-69f0445d4a7ca\" style=\"height: 0px;\"><\/div>\n\n    <script type=\"text\/javascript\">\n\t\t(function($) {\n\t    \"use strict\"\n\t\t    $(document).ready(function(){\n\t\t    \t\/\/ When the window has finished loading create our google map below\n\t\t        google.maps.event.addDomListener(window, 'load', init);\n\n\t\t        function init() {\n\t\t\t\t\t'use strict'; \/\/ use strict mode\n\n\t\t            \/\/ Basic options for a simple Google Map\n\t\t            \/\/ For more options see: https:\/\/developers.google.com\/maps\/documentation\/javascript\/reference#MapOptions\n\t\t            var myLatlng = new google.maps.LatLng(49.9737357, 36.2555125);\n\n\t\t            var mapOptions = {\n\t\t                \/\/ How zoomed in you want the map to start at (always required)\n\t\t                zoom: 15,\n\t\t                disableDefaultUI: false,\n\t\t\t\t\t\tscrollwheel: false,\n\n\t\t                \/\/ The latitude and longitude to center the map (always required)\n\n\t\t                center: myLatlng, \/\/ New York\n\n\t\t                \/\/ How you would like to style the map.\n\t\t                \/\/ This is where you would paste any style found on Snazzy Maps.\n\t\t                styles:\n\t\t                \t\t\t\t\t\t\t\t\t[{\n\t\t\t\t\t\t\t\t\t\"stylers\": [\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"hue\": \"#ff1a00\"\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"invert_lightness\": true\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"saturation\": -100\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"lightness\": 33\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"gamma\": 0.5\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t]\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"featureType\": \"water\",\n\t\t\t\t\t\t\t\t\t\"elementType\": \"geometry\",\n\t\t\t\t\t\t\t\t\t\"stylers\": [\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"color\": \"#2D333C\"\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t]\n\t\t\t\t\t\t\t\t}]\n\t\t\t\t\t\t\t\t\t            };\n\n\t\t            \/\/ Get the HTML DOM element that will contain your map\n\t\t            \/\/ We are using a div with id=\"map\" seen below in the <body>\n\t\t            var mapElement = document.getElementById('map-69f0445d4a7ca');\n\n\t\t            \/\/ Create the Google Map using out element and options defined above\n\t\t            var map = new google.maps.Map(mapElement, mapOptions);\n\n\t\t            var marker = new google.maps.Marker({\n\t\t                position: myLatlng,\n\t\t                map: map,\n\t\t\t\t\t\t        icon: 'https:\/\/tglworld.com\/en\/wp-content\/uploads\/sites\/3\/2020\/04\/map-marker.png',\n\t\t            });\n\t\t        }\n\t        });\n\t    })(jQuery);\n   \t<\/script>\n[vc_separator color=&#8221;custom&#8221; accent_color=&#8221;#e1e1e1&#8243; css=&#8221;.vc_custom_1465377806910{margin-top: 40px !important;}&#8221;][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1598971550818{padding-top: 0px !important;}&#8221;][vc_column width=&#8221;1\/6&#8243;][vc_column_text css=&#8221;.vc_custom_1586525994307{margin-bottom: 0px !important;}&#8221; el_class=&#8221;location&#8221;]Head Quarter<\/p>\n<h3>Dnipro, Ukraine<\/h3>\n<p>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/3&#8243;][vc_column_text css=&#8221;.vc_custom_1586523491813{margin-bottom: 0px !important;}&#8221;]<\/p>\n<h5>Address<\/h5>\n<p>BC Pilot, Grushevskogo St. 59, office 311[\/vc_column_text]\n\t<span class=\"btn-arrow btn-open-map\"><span class=\"line\"><\/span><span class=\"url\">View on Map<\/span><\/span>\n\n[\/vc_column][vc_column width=&#8221;1\/6&#8243;][vc_column_text css=&#8221;.vc_custom_1588753735647{margin-bottom: 0px !important;}&#8221;]<\/p>\n<h5>Phone<\/h5>\n<p><a href=\"tel:+38 067 636-55-22\">+38 067 636-55-22<\/a>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/6&#8243;][vc_column_text css=&#8221;.vc_custom_1588753749687{margin-bottom: 0px !important;}&#8221;]<\/p>\n<h5>Fax<\/h5>\n<p><a href=\"tel:+38 067 636-55-22\">+38 067 636-55-22<\/a>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/6&#8243;][vc_column_text css=&#8221;.vc_custom_1588753759679{margin-bottom: 0px !important;}&#8221;]<\/p>\n<h5>Email<\/h5>\n<p><a href=\"mailto:tgl@tglworld.com\">tgl@tglworld.com<\/a>[\/vc_column_text][\/vc_column][vc_column]\n    <div class=\"gocargo_gmap\" id=\"map-69f0445d4ab57\" style=\"height: 0px;\"><\/div>\n\n    <script type=\"text\/javascript\">\n\t\t(function($) {\n\t    \"use strict\"\n\t\t    $(document).ready(function(){\n\t\t    \t\/\/ When the window has finished loading create our google map below\n\t\t        google.maps.event.addDomListener(window, 'load', init);\n\n\t\t        function init() {\n\t\t\t\t\t'use strict'; \/\/ use strict mode\n\n\t\t            \/\/ Basic options for a simple Google Map\n\t\t            \/\/ For more options see: https:\/\/developers.google.com\/maps\/documentation\/javascript\/reference#MapOptions\n\t\t            var myLatlng = new google.maps.LatLng(48.4531599, 35.0333069);\n\n\t\t            var mapOptions = {\n\t\t                \/\/ How zoomed in you want the map to start at (always required)\n\t\t                zoom: 15,\n\t\t                disableDefaultUI: false,\n\t\t\t\t\t\tscrollwheel: false,\n\n\t\t                \/\/ The latitude and longitude to center the map (always required)\n\n\t\t                center: myLatlng, \/\/ New York\n\n\t\t                \/\/ How you would like to style the map.\n\t\t                \/\/ This is where you would paste any style found on Snazzy Maps.\n\t\t                styles:\n\t\t                \t\t\t\t\t\t\t\t\t[{\n\t\t\t\t\t\t\t\t\t\"stylers\": [\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"hue\": \"#ff1a00\"\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"invert_lightness\": true\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"saturation\": -100\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"lightness\": 33\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"gamma\": 0.5\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t]\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"featureType\": \"water\",\n\t\t\t\t\t\t\t\t\t\"elementType\": \"geometry\",\n\t\t\t\t\t\t\t\t\t\"stylers\": [\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"color\": \"#2D333C\"\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t]\n\t\t\t\t\t\t\t\t}]\n\t\t\t\t\t\t\t\t\t            };\n\n\t\t            \/\/ Get the HTML DOM element that will contain your map\n\t\t            \/\/ We are using a div with id=\"map\" seen below in the <body>\n\t\t            var mapElement = document.getElementById('map-69f0445d4ab57');\n\n\t\t            \/\/ Create the Google Map using out element and options defined above\n\t\t            var map = new google.maps.Map(mapElement, mapOptions);\n\n\t\t            var marker = new google.maps.Marker({\n\t\t                position: myLatlng,\n\t\t                map: map,\n\t\t\t\t\t\t        icon: 'https:\/\/tglworld.com\/en\/wp-content\/uploads\/sites\/3\/2020\/04\/map-marker.png',\n\t\t            });\n\t\t        }\n\t        });\n\t    })(jQuery);\n   \t<\/script>\n[vc_separator color=&#8221;custom&#8221; accent_color=&#8221;#e1e1e1&#8243; css=&#8221;.vc_custom_1465377806910{margin-top: 40px !important;}&#8221;][\/vc_column][\/vc_row][vc_row bg_parallax_section=&#8221;yes&#8221; parallax_image_section=&#8221;399&#8243;][vc_column offset=&#8221;vc_col-md-4&#8243;]\t<div class=\"vc_custom_1588753536851 commitment-wrapper \"  >\n        <div class=\"inner-padding\">\n            <h2 class=\"id-color\">Any questions?<\/h2>\n            <div class=\"tiny-border\"><\/div>\n<p class=\"lead big\"><span style=\"color: #999999;\">Send us your questions and we&#8217;ll get back to you shortly.<\/span><\/p>\n<p>        <\/div>\n    <\/div>\n\n[\/vc_column][vc_column offset=&#8221;vc_col-md-8&#8243;]\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f224-o1\" lang=\"en-US\" dir=\"ltr\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/en\/wp-json\/wp\/v2\/pages\/471#wpcf7-f224-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"224\" \/>\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.8.6\" \/>\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/>\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f224-o1\" \/>\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/>\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/div>\n<div class=\"form-transparent\">\n\t<div class=\"input-wrapper col-sm-6\">\n\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-name\"><input size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required form-control\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"First Name*\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span>\n\t\t<\/p>\n\t<\/div>\n\t<div class=\"input-wrapper col-sm-6\">\n\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"last-name\"><input size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required form-control\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Last Name*\" value=\"\" type=\"text\" name=\"last-name\" \/><\/span>\n\t\t<\/p>\n\t<\/div>\n\t<div class=\"input-wrapper col-sm-6\">\n\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email form-control\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email*\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span>\n\t\t<\/p>\n\t<\/div>\n\t<div class=\"input-wrapper col-sm-6\">\n\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-phone\"><input size=\"40\" class=\"wpcf7-form-control wpcf7-tel wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-tel form-control\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone*\" value=\"\" type=\"tel\" name=\"your-phone\" \/><\/span>\n\t\t<\/p>\n\t<\/div>\n\t<div class=\"input-wrapper col-sm-12\">\n\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-company\"><input size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required form-control\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Company name*\" value=\"\" type=\"text\" name=\"your-company\" \/><\/span>\n\t\t<\/p>\n\t<\/div>\n\t<div class=\"input-wrapper col-sm-12\">\n\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-message\"><textarea cols=\"40\" rows=\"5\" class=\"wpcf7-form-control wpcf7-textarea form-control\" aria-invalid=\"false\" placeholder=\"Your message\" name=\"your-message\"><\/textarea><\/span>\n\t\t<\/p>\n\t<\/div>\n\t<div class=\"submit-wrapper col-sm-12\">\n\t\t<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner btn btn-custom btn-contact\" id=\"btnsubmit\" type=\"submit\" value=\"Send\" \/>\n\t\t<\/p>\n\t<\/div>\n<\/div><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n[\/vc_column][\/vc_row]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[vc_row css=&#8221;.vc_custom_1465377848276{padding-bottom: 0px !important;}&#8221;][vc_column width=&#8221;1\/6&#8243;][vc_column_text css=&#8221;.vc_custom_1586525882957{margin-bottom: 0px !important;}&#8221; el_class=&#8221;location&#8221;]Head Quarter Odesa, Ukraine [\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/3&#8243;][vc_column_text css=&#8221;.vc_custom_1586518839192{margin-bottom: 0px !important;}&#8221;] Address Sabanyeyiv Mist 5\/7, office 6[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/6&#8243;][vc_column_text css=&#8221;.vc_custom_1588753605461{margin-bottom: 0px !important;}&#8221;] Phone +38 048 740-54-44[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/6&#8243;][vc_column_text css=&#8221;.vc_custom_1588753618432{margin-bottom: 0px !important;}&#8221;] Fax +38 044 391-41-04[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/6&#8243;][vc_column_text css=&#8221;.vc_custom_1588753625513{margin-bottom: 0px !important;}&#8221;] Email tgl@tglworld.com[\/vc_column_text][\/vc_column][vc_column][vc_separator color=&#8221;custom&#8221; accent_color=&#8221;#e1e1e1&#8243; css=&#8221;.vc_custom_1465377806910{margin-top: 40px !important;}&#8221;][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1465378008918{padding-top: 20px !important;padding-bottom: 0px !important;}&#8221;][vc_column [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-templates\/template-fullwidth.php","meta":{"footnotes":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.9.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Contact us - TGL Ukraine<\/title>\n<meta name=\"description\" content=\"Logistic and brokerage services. Domestic and international maritime, multimodal, railway, motor and air transportation in any direction\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/tglworld.com\/en\/contact\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contact us - TGL Ukraine\" \/>\n<meta property=\"og:description\" content=\"Logistic and brokerage services. Domestic and international maritime, multimodal, railway, motor and air transportation in any direction\" \/>\n<meta property=\"og:url\" content=\"https:\/\/tglworld.com\/en\/contact\/\" \/>\n<meta property=\"og:site_name\" content=\"TGL Ukraine\" \/>\n<meta property=\"article:modified_time\" content=\"2020-09-01T14:52:34+00:00\" \/>\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\":\"WebPage\",\"@id\":\"https:\/\/tglworld.com\/en\/contact\/\",\"url\":\"https:\/\/tglworld.com\/en\/contact\/\",\"name\":\"Contact us - TGL Ukraine\",\"isPartOf\":{\"@id\":\"https:\/\/tglworld.com\/en\/#website\"},\"datePublished\":\"2020-04-10T07:05:38+00:00\",\"dateModified\":\"2020-09-01T14:52:34+00:00\",\"description\":\"Logistic and brokerage services. Domestic and international maritime, multimodal, railway, motor and air transportation in any direction\",\"breadcrumb\":{\"@id\":\"https:\/\/tglworld.com\/en\/contact\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/tglworld.com\/en\/contact\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/tglworld.com\/en\/contact\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/tglworld.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contact\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/tglworld.com\/en\/#website\",\"url\":\"https:\/\/tglworld.com\/en\/\",\"name\":\"TGL Ukraine\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/tglworld.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/tglworld.com\/en\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/tglworld.com\/en\/#organization\",\"name\":\"TGL Ukraine\",\"url\":\"https:\/\/tglworld.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/tglworld.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/tglworld.com\/en\/wp-content\/uploads\/sites\/3\/2020\/05\/TGL-logo.png\",\"contentUrl\":\"https:\/\/tglworld.com\/en\/wp-content\/uploads\/sites\/3\/2020\/05\/TGL-logo.png\",\"width\":959,\"height\":217,\"caption\":\"TGL Ukraine\"},\"image\":{\"@id\":\"https:\/\/tglworld.com\/en\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Contact us - TGL Ukraine","description":"Logistic and brokerage services. Domestic and international maritime, multimodal, railway, motor and air transportation in any direction","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:\/\/tglworld.com\/en\/contact\/","og_locale":"en_US","og_type":"article","og_title":"Contact us - TGL Ukraine","og_description":"Logistic and brokerage services. Domestic and international maritime, multimodal, railway, motor and air transportation in any direction","og_url":"https:\/\/tglworld.com\/en\/contact\/","og_site_name":"TGL Ukraine","article_modified_time":"2020-09-01T14:52:34+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/tglworld.com\/en\/contact\/","url":"https:\/\/tglworld.com\/en\/contact\/","name":"Contact us - TGL Ukraine","isPartOf":{"@id":"https:\/\/tglworld.com\/en\/#website"},"datePublished":"2020-04-10T07:05:38+00:00","dateModified":"2020-09-01T14:52:34+00:00","description":"Logistic and brokerage services. Domestic and international maritime, multimodal, railway, motor and air transportation in any direction","breadcrumb":{"@id":"https:\/\/tglworld.com\/en\/contact\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/tglworld.com\/en\/contact\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/tglworld.com\/en\/contact\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/tglworld.com\/en\/"},{"@type":"ListItem","position":2,"name":"Contact"}]},{"@type":"WebSite","@id":"https:\/\/tglworld.com\/en\/#website","url":"https:\/\/tglworld.com\/en\/","name":"TGL Ukraine","description":"","publisher":{"@id":"https:\/\/tglworld.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/tglworld.com\/en\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/tglworld.com\/en\/#organization","name":"TGL Ukraine","url":"https:\/\/tglworld.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/tglworld.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/tglworld.com\/en\/wp-content\/uploads\/sites\/3\/2020\/05\/TGL-logo.png","contentUrl":"https:\/\/tglworld.com\/en\/wp-content\/uploads\/sites\/3\/2020\/05\/TGL-logo.png","width":959,"height":217,"caption":"TGL Ukraine"},"image":{"@id":"https:\/\/tglworld.com\/en\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/tglworld.com\/en\/wp-json\/wp\/v2\/pages\/471"}],"collection":[{"href":"https:\/\/tglworld.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tglworld.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tglworld.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tglworld.com\/en\/wp-json\/wp\/v2\/comments?post=471"}],"version-history":[{"count":13,"href":"https:\/\/tglworld.com\/en\/wp-json\/wp\/v2\/pages\/471\/revisions"}],"predecessor-version":[{"id":1375,"href":"https:\/\/tglworld.com\/en\/wp-json\/wp\/v2\/pages\/471\/revisions\/1375"}],"wp:attachment":[{"href":"https:\/\/tglworld.com\/en\/wp-json\/wp\/v2\/media?parent=471"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}