{"id":7716,"date":"2024-09-02T09:15:38","date_gmt":"2024-09-02T09:15:38","guid":{"rendered":"https:\/\/altpro.com\/altpro\/"},"modified":"2026-01-27T12:03:14","modified_gmt":"2026-01-27T12:03:14","slug":"altpro","status":"publish","type":"page","link":"https:\/\/altpro.com\/hr\/","title":{"rendered":"ALTPRO"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"7716\" class=\"elementor elementor-7716 elementor-209\" data-elementor-settings=\"{&quot;element_pack_global_tooltip_width&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;element_pack_global_tooltip_width_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;element_pack_global_tooltip_width_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;element_pack_global_tooltip_padding&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;element_pack_global_tooltip_padding_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;element_pack_global_tooltip_padding_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;element_pack_global_tooltip_border_radius&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;element_pack_global_tooltip_border_radius_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;element_pack_global_tooltip_border_radius_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true}}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fd012ae e-con-full e-flex e-con e-parent\" data-id=\"fd012ae\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-393ae19 e-flex e-con-boxed e-con e-child\" data-id=\"393ae19\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-662dc54 elementor-invisible elementor-widget elementor-widget-html\" data-id=\"662dc54\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<h1 class=\"hero-line\">\r\n  <span class=\"rotator\" aria-live=\"polite\">\r\n    <span>Stvaramo <\/span>\r\n    <span>Razvijamo<\/span>\r\n  <\/span><br>\r\n  \u017eeljezni\u010dku sigurnost\r\n<\/h1>\r\n\r\n<style>\r\n  .hero-line {\r\n    margin: 0;\r\n    line-height: 1.1;\r\n    font-weight: 500;\r\n    color: #fff;\r\n    font-style: italic;\r\n    font-size: clamp(65px, 8vw, 112px); \/* 112px max on desktop, scales down on smaller screens *\/\r\n  }\r\n\r\n  .rotator {\r\n    display: inline-block;\r\n    position: relative;\r\n    vertical-align: baseline;\r\n  }\r\n\r\n  .rotator span {\r\n    position: absolute;\r\n    top: 0; left: 0;\r\n    opacity: 0;\r\n    transition: opacity 0.8s ease;\r\n    white-space: nowrap;\r\n    color: inherit; \/* inherit white *\/\r\n  }\r\n\r\n  .rotator span.is-active {\r\n    opacity: 1;\r\n    position: relative;\r\n  }\r\n  @media screen and (max-width: 480px){\r\n    .hero-line {\r\n        line-height: 1.2\r\n        font-size: 20px;\r\n    }\r\n    .hero-line {\r\n      font-size: 60px\r\n    }\r\n  }\r\n<\/style>\r\n\r\n<script>\r\n(function(){\r\n  const rotator = document.querySelector('.rotator');\r\n  if(!rotator) return;\r\n\r\n  const items = rotator.querySelectorAll('span');\r\n  let i = 0;\r\n\r\n  \/\/ lock width to the longest word to prevent layout shift\r\n  function setWidth() {\r\n    let max = 0;\r\n    items.forEach(s => {\r\n      const w = s.getBoundingClientRect().width;\r\n      if(w > max) max = w;\r\n    });\r\n    rotator.style.width = Math.ceil(max) + 'px';\r\n  }\r\n\r\n  if (document.fonts && document.fonts.ready) {\r\n    document.fonts.ready.then(setWidth);\r\n  } else {\r\n    window.addEventListener('load', setWidth);\r\n  }\r\n\r\n  \/\/ start animation\r\n  items[0].classList.add('is-active');\r\n\r\n  setInterval(()=>{\r\n    items[i].classList.remove('is-active');\r\n    i = (i+1) % items.length;\r\n    items[i].classList.add('is-active');\r\n  }, 5000); \/\/ change every 3s\r\n})();\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8615859 elementor-widget__width-initial elementor-absolute e-transform elementor-widget elementor-widget-spacer\" data-id=\"8615859\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_transform_skewX_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-40,&quot;sizes&quot;:[]},&quot;_transform_skewX_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewX_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewY_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewY_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewY_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e700b95 e-flex e-con-boxed e-con e-child\" data-id=\"e700b95\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-980ed33 e-con-full e-flex e-con e-child\" data-id=\"980ed33\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-06d4edd elementor-invisible elementor-widget elementor-widget-button\" data-id=\"06d4edd\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:&quot;400&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/altpro.com\/hr\/onama\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">O nama<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0d8da2f elementor-invisible elementor-widget elementor-widget-button\" data-id=\"0d8da2f\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:&quot;400&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/altpro.com\/hr\/reference\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">reference<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7279e7f e-con-full e-flex e-con e-child\" data-id=\"7279e7f\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-032bb33 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"032bb33\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_delay&quot;:400,&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Specijalizirana smo tvrtka za signalno-sigurnosne sustave za \u017eeljeznicu koji pove\u0107avaju sigurnost, pouzdanost i u\u010dinkovitost \u017eeljezni\u010dke infrastrukture i vozila.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-63536a2 e-flex e-con-boxed e-con e-parent\" data-id=\"63536a2\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f43c3be elementor-widget__width-initial elementor-absolute e-transform elementor-widget elementor-widget-spacer\" data-id=\"f43c3be\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_transform_skewX_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-40,&quot;sizes&quot;:[]},&quot;_transform_skewX_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewX_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewY_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewY_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewY_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-24729d8 e-con-full e-flex e-con e-child\" data-id=\"24729d8\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-34105c4  ui-split-animate ui-splitby-words ui-e-a-animate elementor-widget elementor-widget-highlighted-text\" data-id=\"34105c4\" data-element_type=\"widget\" data-settings=\"{&quot;ui_animate_split&quot;:&quot;ui-split-animate&quot;,&quot;ui_animate_split_by&quot;:&quot;words&quot;,&quot;ui_animate_split_style&quot;:&quot;fadeInRight&quot;}\" data-widget_type=\"highlighted-text.default\">\n\t\t\t\t\t        <h2 class=\"ui-e--highlighted-text\">\n            <span class=\"ui-e-headline-text elementor-repeater-item-5451070\">O nama<\/span><span class=\"ui-e-headline-text elementor-repeater-item-3a48b4b ui-e-headline-color\">\n\t\t\t\t\t\t\t\t\t<span class=\"whitespace\"><\/span>\n                                    <span>\n                                        <span class=\"ui-e-headline-text ui-e-headline-highlighted\"><\/span><span class=\"uicore-svg-wrapper\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 500 150\" preserveAspectRatio=\"none\"><\/svg><\/span><\/span> <span class=\"whitespace\"> <\/span><\/span>        <\/h2>\n    \t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ef536de e-con-full e-flex e-con e-child\" data-id=\"ef536de\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-fd59ee7 e-con-full e-flex e-con e-child\" data-id=\"fd59ee7\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-da1228b elementor-widget elementor-widget-heading\" data-id=\"da1228b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Godina iskustva<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-05e6dc6 ui-e-align-left ui-e-counter-odometer counter elementor-widget elementor-widget-uicore-counter\" data-id=\"05e6dc6\" data-element_type=\"widget\" data-settings=\"{&quot;count_start&quot;:0,&quot;count_end&quot;:30,&quot;counter_separator&quot;:&quot;,&quot;,&quot;decimal_symbol&quot;:&quot;.&quot;,&quot;counter_suffix&quot;:&quot;+&quot;,&quot;counter_animation&quot;:&quot;odometer&quot;,&quot;duration&quot;:1.399999999999999911182158029987476766109466552734375,&quot;use_grouping&quot;:&quot;true&quot;,&quot;decimal_places&quot;:0}\" data-widget_type=\"uicore-counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t <div class=\"ui-e-wrp\"> <span class=\"ui-e-num\"><span class=\"ui-e-prefix\"><\/span><span class=\"value\"> 0 <\/span><span class=\"ui-e-suffix\">+<\/span><\/span><!-- no title --> <\/div> \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-934b704 e-con-full e-flex e-con e-child\" data-id=\"934b704\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8acd5ce elementor-widget elementor-widget-heading\" data-id=\"8acd5ce\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Broj zemalja u koje izvozimo<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-96168b1 ui-e-align-left ui-e-counter-odometer counter elementor-widget elementor-widget-uicore-counter\" data-id=\"96168b1\" data-element_type=\"widget\" data-settings=\"{&quot;count_start&quot;:34,&quot;count_end&quot;:55,&quot;counter_separator&quot;:&quot;,&quot;,&quot;decimal_symbol&quot;:&quot;.&quot;,&quot;counter_suffix&quot;:&quot;+&quot;,&quot;counter_animation&quot;:&quot;odometer&quot;,&quot;duration&quot;:1.399999999999999911182158029987476766109466552734375,&quot;use_grouping&quot;:&quot;true&quot;,&quot;decimal_places&quot;:0}\" data-widget_type=\"uicore-counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t <div class=\"ui-e-wrp\"> <span class=\"ui-e-num\"><span class=\"ui-e-prefix\"><\/span><span class=\"value\"> 0 <\/span><span class=\"ui-e-suffix\">+<\/span><\/span><!-- no title --> <\/div> \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-95ceaf2 e-con-full e-flex e-con e-child\" data-id=\"95ceaf2\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-79e94ef elementor-widget elementor-widget-heading\" data-id=\"79e94ef\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Zavr\u0161eni projekti<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a097ce9 ui-e-align-left ui-e-counter-odometer counter elementor-widget elementor-widget-uicore-counter\" data-id=\"a097ce9\" data-element_type=\"widget\" data-settings=\"{&quot;count_end&quot;:1225,&quot;decimal_symbol&quot;:&quot;.&quot;,&quot;counter_animation&quot;:&quot;odometer&quot;,&quot;duration&quot;:1.399999999999999911182158029987476766109466552734375,&quot;counter_suffix&quot;:&quot;+&quot;,&quot;count_start&quot;:10,&quot;use_grouping&quot;:&quot;true&quot;,&quot;decimal_places&quot;:0}\" data-widget_type=\"uicore-counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t <div class=\"ui-e-wrp\"> <span class=\"ui-e-num\"><span class=\"ui-e-prefix\"><\/span><span class=\"value\"> 0 <\/span><span class=\"ui-e-suffix\">+<\/span><\/span><!-- no title --> <\/div> \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b57d239 e-con-full e-flex e-con e-child\" data-id=\"b57d239\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b89996a elementor-widget elementor-widget-heading\" data-id=\"b89996a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Proizvodi i sustavi vlastite proizvodnje<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d08d19b ui-e-align-left ui-e-counter-odometer counter elementor-widget elementor-widget-uicore-counter\" data-id=\"d08d19b\" data-element_type=\"widget\" data-settings=\"{&quot;count_end&quot;:1500,&quot;decimal_symbol&quot;:&quot;.&quot;,&quot;counter_animation&quot;:&quot;odometer&quot;,&quot;duration&quot;:1.399999999999999911182158029987476766109466552734375,&quot;count_start&quot;:14,&quot;counter_suffix&quot;:&quot;+&quot;,&quot;decimal_places&quot;:0}\" data-widget_type=\"uicore-counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t <div class=\"ui-e-wrp\"> <span class=\"ui-e-num\"><span class=\"ui-e-prefix\"><\/span><span class=\"value\"> 0 <\/span><span class=\"ui-e-suffix\">+<\/span><\/span><!-- no title --> <\/div> \t\t\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-4999553 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"4999553\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><span class=\"TextRun SCXW104097011 BCX8\" lang=\"HR-HR\" xml:lang=\"HR-HR\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW104097011 BCX8\">S vi\u0161e od 30 godina iskustva, na\u0161a inovativna rje\u0161enja koriste se u vi\u0161e od 5<\/span><span class=\"NormalTextRun SCXW104097011 BCX8\">5<\/span><span class=\"NormalTextRun SCXW104097011 BCX8\">\u00a0zemalja na 6 kontinenata. Na\u0161 tim od preko 200 in\u017eenjera i stru\u010dnjaka iz industrije,\u00a0<\/span><span class=\"NormalTextRun SCXW104097011 BCX8\">raspore\u0111enih<\/span><span class=\"NormalTextRun SCXW104097011 BCX8\">\u00a0<\/span><span class=\"NormalTextRun SCXW104097011 BCX8\">na 5 regionalnih lokacija,\u00a0<\/span><span class=\"NormalTextRun SCXW104097011 BCX8\">dijeli zajedni\u010dku viziju kako bi \u017eeljezni\u010dki promet bio sigurniji, pametniji i odr\u017eiviji.<\/span><\/span><span class=\"EOP SCXW104097011 BCX8\" data-ccp-props=\"{}\">\u00a0<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c641799 elementor-widget__width-inherit elementor-widget elementor-widget-button\" data-id=\"c641799\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/altpro.com\/hr\/onama\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Saznaj vi\u0161e<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-30eb950 e-flex e-con-boxed e-con e-parent\" data-id=\"30eb950\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-68b6c6b e-con-full e-flex e-con e-child\" data-id=\"68b6c6b\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-f70f60b e-con-full e-flex e-con e-child\" data-id=\"f70f60b\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d23bffa  ui-split-animate ui-splitby-words ui-e-a-animate elementor-widget elementor-widget-highlighted-text\" data-id=\"d23bffa\" data-element_type=\"widget\" data-settings=\"{&quot;ui_animate_split&quot;:&quot;ui-split-animate&quot;,&quot;ui_animate_split_by&quot;:&quot;words&quot;,&quot;ui_animate_split_style&quot;:&quot;fadeInRight&quot;}\" data-widget_type=\"highlighted-text.default\">\n\t\t\t\t\t        <h2 class=\"ui-e--highlighted-text\">\n            <span class=\"ui-e-headline-text elementor-repeater-item-5451070\">Proizvodi <\/span><span class=\"ui-e-headline-text elementor-repeater-item-3a48b4b ui-e-headline-color\">\n\t\t\t\t\t\t\t\t\t<span class=\"whitespace\"><\/span>\n                                    <span>\n                                        <span class=\"ui-e-headline-text ui-e-headline-highlighted\">&amp; usluge<\/span><span class=\"uicore-svg-wrapper\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 500 150\" preserveAspectRatio=\"none\"><\/svg><\/span><\/span> <span class=\"whitespace\"> <\/span><\/span>        <\/h2>\n    \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2c4ca44 e-con-full e-flex e-con e-child\" data-id=\"2c4ca44\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-79a3664 elementor-widget-mobile__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"79a3664\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><span class=\"TextRun SCXW212948528 BCX8\" lang=\"HR-HR\" xml:lang=\"HR-HR\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW212948528 BCX8\">U ALTPRO-u kombiniramo tehni\u010dku izvrsnost s fleksibilnim pristupom usmjerenim na kupca, isporu\u010duju\u0107i sve od malih sustava po mjeri do slo\u017eenih projekata. <\/span><\/span><span class=\"TrackedChange SCXW212948528 BCX8\"><span class=\"TextRun SCXW212948528 BCX8\" lang=\"HR-HR\" xml:lang=\"HR-HR\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW212948528 BCX8\">N<\/span><\/span><\/span><span class=\"TextRun SCXW212948528 BCX8\" lang=\"HR-HR\" xml:lang=\"HR-HR\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW212948528 BCX8\">a\u0161i proizvodi certificirani su prema najvi\u0161im me\u0111unarodnim sigurnosnim standardima (SIL 4), \u0161to osigurava pouzdanost i\u00a0<\/span><\/span><span class=\"TrackedChange SCXW212948528 BCX8\"><span class=\"TextRun SCXW212948528 BCX8\" lang=\"HR-HR\" xml:lang=\"HR-HR\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW212948528 BCX8\">sigurnost<\/span><\/span><\/span><span class=\"TextRun SCXW212948528 BCX8\" lang=\"HR-HR\" xml:lang=\"HR-HR\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW212948528 BCX8\">.\u00a0<\/span><span class=\"NormalTextRun SCXW212948528 BCX8\">Kroz sna\u017enu globalnu mre\u017eu partnera osiguravamo lokaliziranu podr\u0161ku i u\u010dinkovitu realizaciju projekata gdje god postoji \u017eeljeznica.<\/span><\/span><span class=\"EOP SCXW212948528 BCX8\" data-ccp-props=\"{}\">\u00a0<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4a3995d e-flex e-con-boxed e-con e-parent\" data-id=\"4a3995d\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-0aefa74 e-con-full e-flex e-con e-child\" data-id=\"0aefa74\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5c9b393 elementor-widget elementor-widget-shortcode\" data-id=\"5c9b393\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><p><em>vertical_accordion_acf: Please provide page_id.<\/em><\/p><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-841e3a3 e-flex e-con-boxed e-con e-parent\" data-id=\"841e3a3\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-c52d4e7 e-con-full e-flex e-con e-child\" data-id=\"c52d4e7\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-00775b0 e-con-full e-flex e-con e-child\" data-id=\"00775b0\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e791c6f  ui-split-animate ui-splitby-words ui-e-a-animate elementor-widget elementor-widget-highlighted-text\" data-id=\"e791c6f\" data-element_type=\"widget\" data-settings=\"{&quot;ui_animate_split&quot;:&quot;ui-split-animate&quot;,&quot;ui_animate_split_by&quot;:&quot;words&quot;,&quot;ui_animate_split_style&quot;:&quot;fadeInRight&quot;}\" data-widget_type=\"highlighted-text.default\">\n\t\t\t\t\t        <h2 class=\"ui-e--highlighted-text\">\n            <span class=\"ui-e-headline-text elementor-repeater-item-3a48b4b ui-e-headline-color\">\n\t\t\t\t\t\t\t\t\t<span class=\"whitespace\"><\/span>\n                                    <span>\n                                        <span class=\"ui-e-headline-text ui-e-headline-highlighted\">Projekti<\/span><span class=\"uicore-svg-wrapper\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 500 150\" preserveAspectRatio=\"none\"><\/svg><\/span><\/span> <span class=\"whitespace\"> <\/span><\/span>        <\/h2>\n    \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-296fa59 e-con-full e-flex e-con e-child\" data-id=\"296fa59\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-29544da elementor-align-right elementor-invisible elementor-widget elementor-widget-button\" data-id=\"29544da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_delay&quot;:&quot;400&quot;,&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/altpro.com\/hr\/reference\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Svi projekti<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-eeaee53 projekti-grid-css e-flex e-con-boxed e-con e-parent\" data-id=\"eeaee53\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-5f7eda4 e-con-full e-flex e-con e-child\" data-id=\"5f7eda4\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-59c2470 ui-e-apg-overlay elementor-widget__width-inherit elementor-widget-mobile__width-inherit elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile ui-e-img-anim-zoom elementor-invisible elementor-widget elementor-widget-uicore-advanced-post-grid\" data-id=\"59c2470\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:&quot;400&quot;}\" data-widget_type=\"uicore-advanced-post-grid.default\">\n\t\t\t\t\t            <div class=\"ui-e-adv-grid \">\n                \n                <div class=\"ui-e-post-item ui-e-item ui-e-animations-wrp  \">\n\n                    <article class=\"post-9874 projects type-projects status-publish has-post-thumbnail hentry project_country-kina project_category-infrastruktura project_category-brojaci-osovina\">\n                        <div class=\"ui-e-post-top\">\n                                    <a class=\"ui-e-post-img-wrapp\"\n            href=\"https:\/\/altpro.com\/hr\/project\/wuhu-monorail-projekt-u-kini\/\"\n            title=\"View Post:Wuhu Monorail projekt u Kini\">\n\n                            <div class=\"ui-e-post-img\" style=\"background-image:url(https:\/\/altpro.com\/wp-content\/uploads\/2026\/03\/Kina_2018_3-1024x768.jpg)\"><\/div>\n                    <\/a>\n                                                        <\/div>\n                        <div class=\"ui-e-post-content\">\n                            <div class=\"ui-e-post-meta ui-e-before_title\"><\/div>                                    <a href=\"https:\/\/altpro.com\/hr\/project\/wuhu-monorail-projekt-u-kini\/\" title=\"View Post:Wuhu Monorail projekt u Kini\">\n            <h4 class=\"ui-e-post-title\">\n                <span> Wuhu Monorail projekt u Kini <\/span>\n            <\/h4>\n        <\/a>\n                                                            <div class=\"ui-e-post-text\">Na\u0161a oprema za detekciju vlakova radi na vlakovima Bombardier Innovia Monorail 300 u kineskom gradu Wuhu. Rije\u010d je o dvolinijskoj brzoj tranzitnoj&hellip;<\/div>                                                                <a href=\"https:\/\/altpro.com\/hr\/project\/wuhu-monorail-projekt-u-kini\/\" class=\"elementor-button-link elementor-button ui-e-readmore\" role=\"button\">\n            <span class=\"elementor-button-content-wrapper\"><span class=\"elementor-button-text\">Learn MORE<\/span> <\/span>        <\/a>\n                                <\/div>\n                    <\/article>\n\n                <\/div>\n\n                \n                <div class=\"ui-e-post-item ui-e-item ui-e-animations-wrp  \">\n\n                    <article class=\"post-9862 projects type-projects status-publish has-post-thumbnail hentry project_country-sad project_category-infrastruktura project_category-brojaci-osovina\">\n                        <div class=\"ui-e-post-top\">\n                                    <a class=\"ui-e-post-img-wrapp\"\n            href=\"https:\/\/altpro.com\/hr\/project\/nas-sustav-brojaca-osovina-u-lax-u\/\"\n            title=\"View Post:Na\u0161 sustav broja\u010da osovina u LAX-u\">\n\n                            <div class=\"ui-e-post-img\" style=\"background-image:url(https:\/\/altpro.com\/wp-content\/uploads\/2026\/02\/20240927_130921-1024x576.jpg)\"><\/div>\n                    <\/a>\n                                                        <\/div>\n                        <div class=\"ui-e-post-content\">\n                            <div class=\"ui-e-post-meta ui-e-before_title\"><\/div>                                    <a href=\"https:\/\/altpro.com\/hr\/project\/nas-sustav-brojaca-osovina-u-lax-u\/\" title=\"View Post:Na\u0161 sustav broja\u010da osovina u LAX-u\">\n            <h4 class=\"ui-e-post-title\">\n                <span> Na\u0161 sustav broja\u010da osovina u LAX-u <\/span>\n            <\/h4>\n        <\/a>\n                                                            <div class=\"ui-e-post-text\">Projekt, proveden u suradnji s Bombardierom (danas Alstom), jedan je od najzanimljivijih u posljednje vrijeme. Bombardier je odabran za isporuku APM (Automatic&hellip;<\/div>                                                                <a href=\"https:\/\/altpro.com\/hr\/project\/nas-sustav-brojaca-osovina-u-lax-u\/\" class=\"elementor-button-link elementor-button ui-e-readmore\" role=\"button\">\n            <span class=\"elementor-button-content-wrapper\"><span class=\"elementor-button-text\">Learn MORE<\/span> <\/span>        <\/a>\n                                <\/div>\n                    <\/article>\n\n                <\/div>\n\n                            <\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0a80d11 project-posts ui-e-match-height-yes ui-e-animation-circular ui-e-apg-classic ui-e-img-anim-zoom elementor-invisible elementor-widget elementor-widget-uicore-advanced-post-carousel\" data-id=\"0a80d11\" data-element_type=\"widget\" data-settings=\"{&quot;slides_per_view_tablet&quot;:&quot;2&quot;,&quot;navigation&quot;:&quot;arrows&quot;,&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:&quot;400&quot;,&quot;carousel_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:16,&quot;sizes&quot;:[]},&quot;slides_per_view&quot;:&quot;2&quot;,&quot;show_hidden&quot;:&quot;right&quot;,&quot;carousel_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;carousel_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:29,&quot;sizes&quot;:[]},&quot;animation_style&quot;:&quot;circular&quot;,&quot;slides_per_view_mobile&quot;:1,&quot;grab_cursor&quot;:&quot;yes&quot;,&quot;loop&quot;:&quot;true&quot;,&quot;overflow_container&quot;:&quot;container&quot;}\" data-widget_type=\"uicore-advanced-post-carousel.default\">\n\t\t\t\t\t            <div class=\"ui-e-carousel swiper\">\n                <div class='swiper-wrapper'>\n                                <div class=\"ui-e-wrp swiper-slide\">\n                \n                \n                <div class=\"ui-e-item\">\n\n                    <article class=\"post-9874 projects type-projects status-publish has-post-thumbnail hentry project_country-kina project_category-infrastruktura project_category-brojaci-osovina\">\n                        <div class=\"ui-e-post-top\">\n                                    <a class=\"ui-e-post-img-wrapp\"\n            href=\"https:\/\/altpro.com\/hr\/project\/wuhu-monorail-projekt-u-kini\/\"\n            title=\"View Post:Wuhu Monorail projekt u Kini\">\n\n                            <div class=\"ui-e-post-img\" style=\"background-image:url(https:\/\/altpro.com\/wp-content\/uploads\/2026\/03\/Kina_2018_3-1024x768.jpg)\"><\/div>\n                    <\/a>\n                                                        <\/div>\n                        <div class=\"ui-e-post-content\">\n                                                                <a href=\"https:\/\/altpro.com\/hr\/project\/wuhu-monorail-projekt-u-kini\/\" title=\"View Post:Wuhu Monorail projekt u Kini\">\n            <h4 class=\"ui-e-post-title\">\n                <span> Wuhu Monorail projekt u Kini <\/span>\n            <\/h4>\n        <\/a>\n                                <div class=\"ui-e-meta-wrapp\"><div class=\"ui-e-post-meta ui-e-after_title\"><div class=\"ui-e-meta-item\"><a href=\"https:\/\/altpro.com\/hr\/project-country\/kina\/\" title=\"View Kina posts\">Kina<\/a><\/div><\/div><\/div>                            <div class=\"ui-e-post-text\">Na\u0161a oprema za detekciju vlakova radi na vlakovima Bombardier Innovia Monorail 300 u kineskom gradu Wuhu. Rije\u010d je o dvolinijskoj brzoj tranzitnoj liniji bez voza\u010da, ukupne duljine 46,2 kilometra. Ovo ekolo\u0161ki prihvatljivo prometno rje\u0161enje smanjilo je vrijeme putovanja i emisije ugljika u ovom gradu s vi\u0161e od 3,5 milijuna stanovnika. Na\u0161a stru\u010dnost u specifi\u010dnim rje\u0161enjima&hellip;<\/div>                                                                                            <span class=\"ui-e-match-height\"><\/span>\n                                    <a href=\"https:\/\/altpro.com\/hr\/project\/wuhu-monorail-projekt-u-kini\/\" class=\"elementor-button-link elementor-button ui-e-readmore\" role=\"button\">\n            <span class=\"elementor-button-content-wrapper\"><span class=\"elementor-button-text\">Saznaj vi\u0161e<\/span> <\/span>        <\/a>\n                                <\/div>\n                    <\/article>\n\n                <\/div>\n\n                                    <\/div>\n                    \n            <div class=\"ui-e-wrp swiper-slide\">\n                \n                \n                <div class=\"ui-e-item\">\n\n                    <article class=\"post-9862 projects type-projects status-publish has-post-thumbnail hentry project_country-sad project_category-infrastruktura project_category-brojaci-osovina\">\n                        <div class=\"ui-e-post-top\">\n                                    <a class=\"ui-e-post-img-wrapp\"\n            href=\"https:\/\/altpro.com\/hr\/project\/nas-sustav-brojaca-osovina-u-lax-u\/\"\n            title=\"View Post:Na\u0161 sustav broja\u010da osovina u LAX-u\">\n\n                            <div class=\"ui-e-post-img\" style=\"background-image:url(https:\/\/altpro.com\/wp-content\/uploads\/2026\/02\/20240927_130921-1024x576.jpg)\"><\/div>\n                    <\/a>\n                                                        <\/div>\n                        <div class=\"ui-e-post-content\">\n                                                                <a href=\"https:\/\/altpro.com\/hr\/project\/nas-sustav-brojaca-osovina-u-lax-u\/\" title=\"View Post:Na\u0161 sustav broja\u010da osovina u LAX-u\">\n            <h4 class=\"ui-e-post-title\">\n                <span> Na\u0161 sustav broja\u010da osovina u LAX-u <\/span>\n            <\/h4>\n        <\/a>\n                                <div class=\"ui-e-meta-wrapp\"><div class=\"ui-e-post-meta ui-e-after_title\"><div class=\"ui-e-meta-item\"><a href=\"https:\/\/altpro.com\/hr\/project-country\/sad\/\" title=\"View SAD posts\">SAD<\/a><\/div><\/div><\/div>                            <div class=\"ui-e-post-text\">Projekt, proveden u suradnji s Bombardierom (danas Alstom), jedan je od najzanimljivijih u posljednje vrijeme. Bombardier je odabran za isporuku APM (Automatic People Mover) \u017eeljezni\u010dkih vozila za sustav zra\u010dne luke Los Angeles (LAX). Odabrani smo za isporuku specijaliziranog sustava za detekciju vlakova, koji mo\u017ee pratiti ovaj nestandardni APM vozni park. Duljina cijele linije je 3,6&hellip;<\/div>                                                                                            <span class=\"ui-e-match-height\"><\/span>\n                                    <a href=\"https:\/\/altpro.com\/hr\/project\/nas-sustav-brojaca-osovina-u-lax-u\/\" class=\"elementor-button-link elementor-button ui-e-readmore\" role=\"button\">\n            <span class=\"elementor-button-content-wrapper\"><span class=\"elementor-button-text\">Saznaj vi\u0161e<\/span> <\/span>        <\/a>\n                                <\/div>\n                    <\/article>\n\n                <\/div>\n\n                                    <\/div>\n                    \n            <div class=\"ui-e-wrp swiper-slide\">\n                \n                \n                <div class=\"ui-e-item\">\n\n                    <article class=\"post-9851 projects type-projects status-publish has-post-thumbnail hentry project_country-austrija project_category-infrastruktura project_category-osiguranje-zcp\">\n                        <div class=\"ui-e-post-top\">\n                                    <a class=\"ui-e-post-img-wrapp\"\n            href=\"https:\/\/altpro.com\/hr\/project\/modernizacija-zcp-a-u-austriji\/\"\n            title=\"View Post:Modernizacija \u017dCP-a u Austriji\">\n\n                            <div class=\"ui-e-post-img\" style=\"background-image:url(https:\/\/altpro.com\/wp-content\/uploads\/2026\/02\/Austrija_2019_6-1024x768.jpg)\"><\/div>\n                    <\/a>\n                                                        <\/div>\n                        <div class=\"ui-e-post-content\">\n                                                                <a href=\"https:\/\/altpro.com\/hr\/project\/modernizacija-zcp-a-u-austriji\/\" title=\"View Post:Modernizacija \u017dCP-a u Austriji\">\n            <h4 class=\"ui-e-post-title\">\n                <span> Modernizacija \u017dCP-a u Austriji <\/span>\n            <\/h4>\n        <\/a>\n                                <div class=\"ui-e-meta-wrapp\"><div class=\"ui-e-post-meta ui-e-after_title\"><div class=\"ui-e-meta-item\"><a href=\"https:\/\/altpro.com\/hr\/project-country\/austrija\/\" title=\"View Austrija posts\">Austrija<\/a><\/div><\/div><\/div>                            <div class=\"ui-e-post-text\">ALTPRO je osvojio projekt modernizacije 8 sustava osiguranja \u017eeljezni\u010dko-cestovnih prijelaza u jednoj od najljep\u0161ih austrijskih dolina \u2013 Zillertalu u Tirolu. \u017deljeznica Zillertal, poznata i kao Zillertalbahn, privatna je \u017eeljeznica koja se prote\u017ee na vi\u0161e od 32 kilometra u dolini i jo\u0161 uvijek ima nekoliko parnih lokomotiva, uz dizelske. Odabrani smo kao preferirani ponu\u0111a\u010d za modernizaciju&hellip;<\/div>                                                                                            <span class=\"ui-e-match-height\"><\/span>\n                                    <a href=\"https:\/\/altpro.com\/hr\/project\/modernizacija-zcp-a-u-austriji\/\" class=\"elementor-button-link elementor-button ui-e-readmore\" role=\"button\">\n            <span class=\"elementor-button-content-wrapper\"><span class=\"elementor-button-text\">Saznaj vi\u0161e<\/span> <\/span>        <\/a>\n                                <\/div>\n                    <\/article>\n\n                <\/div>\n\n                                    <\/div>\n                    \n            <div class=\"ui-e-wrp swiper-slide\">\n                \n                \n                <div class=\"ui-e-item\">\n\n                    <article class=\"post-9076 projects type-projects status-publish has-post-thumbnail hentry project_country-srbija project_category-vozila-integracija\">\n                        <div class=\"ui-e-post-top\">\n                                    <a class=\"ui-e-post-img-wrapp\"\n            href=\"https:\/\/altpro.com\/hr\/project\/projekt-modernizacije-soko-vlakova\/\"\n            title=\"View Post:Projekt modernizacije Soko vlakova\">\n\n                            <div class=\"ui-e-post-img\" style=\"background-image:url(https:\/\/altpro.com\/wp-content\/uploads\/2025\/12\/20251111_163909-1024x768.jpg)\"><\/div>\n                    <\/a>\n                                                        <\/div>\n                        <div class=\"ui-e-post-content\">\n                                                                <a href=\"https:\/\/altpro.com\/hr\/project\/projekt-modernizacije-soko-vlakova\/\" title=\"View Post:Projekt modernizacije Soko vlakova\">\n            <h4 class=\"ui-e-post-title\">\n                <span> Projekt modernizacije Soko vlakova <\/span>\n            <\/h4>\n        <\/a>\n                                <div class=\"ui-e-meta-wrapp\"><div class=\"ui-e-post-meta ui-e-after_title\"><div class=\"ui-e-meta-item\"><a href=\"https:\/\/altpro.com\/hr\/project-country\/srbija\/\" title=\"View Srbija posts\">Srbija<\/a><\/div><\/div><\/div>                            <div class=\"ui-e-post-text\">Srbija Voz nastavlja modernizirati svoju putni\u010dku flotu s pet novih brzih elektri\u010dnih vlakova Soko proizvo\u0111a\u010da CRRC (Kina). Sigurnost rada osigurava na\u0161 RAS90 sustav s funkcionalno\u0161\u0107u PZB90, razvijen i isporu\u010den u skladu sa sigurnosnim zahtjevima SIL2. Sustav je potpuno integriran i uspje\u0161no komunicira s TCMS-om, JRU-om i ETCS-om. Klju\u010dna tehni\u010dka prekretnica projekta je dinami\u010dan prijelaz izme\u0111u&hellip;<\/div>                                                                                            <span class=\"ui-e-match-height\"><\/span>\n                                    <a href=\"https:\/\/altpro.com\/hr\/project\/projekt-modernizacije-soko-vlakova\/\" class=\"elementor-button-link elementor-button ui-e-readmore\" role=\"button\">\n            <span class=\"elementor-button-content-wrapper\"><span class=\"elementor-button-text\">Saznaj vi\u0161e<\/span> <\/span>        <\/a>\n                                <\/div>\n                    <\/article>\n\n                <\/div>\n\n                                    <\/div>\n                    \n            <div class=\"ui-e-wrp swiper-slide\">\n                \n                \n                <div class=\"ui-e-item\">\n\n                    <article class=\"post-9078 projects type-projects status-publish has-post-thumbnail hentry project_country-hrvatska project_category-vozila-integracija\">\n                        <div class=\"ui-e-post-top\">\n                                    <a class=\"ui-e-post-img-wrapp\"\n            href=\"https:\/\/altpro.com\/hr\/project\/prvo-hrvatsko-mjerno-vozilo\/\"\n            title=\"View Post:Prvo hrvatsko mjerno vozilo\">\n\n                            <div class=\"ui-e-post-img\" style=\"background-image:url(https:\/\/altpro.com\/wp-content\/uploads\/2025\/12\/IMG-20240912-WA0006-1024x768.jpg)\"><\/div>\n                    <\/a>\n                                                        <\/div>\n                        <div class=\"ui-e-post-content\">\n                                                                <a href=\"https:\/\/altpro.com\/hr\/project\/prvo-hrvatsko-mjerno-vozilo\/\" title=\"View Post:Prvo hrvatsko mjerno vozilo\">\n            <h4 class=\"ui-e-post-title\">\n                <span> Prvo hrvatsko mjerno vozilo <\/span>\n            <\/h4>\n        <\/a>\n                                <div class=\"ui-e-meta-wrapp\"><div class=\"ui-e-post-meta ui-e-after_title\"><div class=\"ui-e-meta-item\"><a href=\"https:\/\/altpro.com\/hr\/project-country\/hrvatska\/\" title=\"View Hrvatska posts\">Hrvatska<\/a><\/div><\/div><\/div>                            <div class=\"ui-e-post-text\">Imamo dugogodi\u0161nji odnos s kupcem KON\u010cAR KEV gdje su na\u0161i ATP sustavi ugra\u0111eni u sva rje\u0161enja. ATP sustav RAS 8385, zajedno s DEUTA ure\u0111ajem za registraciju, ugra\u0111en je na nekoliko DMV i EMV vozila. Mjerna vozila, BMV i BEMV opremljena su na\u0161im novim ATP sustavom verzije RAS90 koji komunicira sa sustavima DIRT i HASLER JRU.&hellip;<\/div>                                                                                            <span class=\"ui-e-match-height\"><\/span>\n                                    <a href=\"https:\/\/altpro.com\/hr\/project\/prvo-hrvatsko-mjerno-vozilo\/\" class=\"elementor-button-link elementor-button ui-e-readmore\" role=\"button\">\n            <span class=\"elementor-button-content-wrapper\"><span class=\"elementor-button-text\">Saznaj vi\u0161e<\/span> <\/span>        <\/a>\n                                <\/div>\n                    <\/article>\n\n                <\/div>\n\n                                    <\/div>\n                    \n                <\/div>\n            <\/div>\n            \t\t\t<div class=\"ui-e-button ui-e-carousel-button ui-e-previous\" role=\"button\" aria-label=\"Previous slide\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-left\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<div class=\"ui-e-button ui-e-carousel-button ui-e-next\" role=\"button\" aria-label=\"Next slide\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-right\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a486f75 sunno-news e-flex e-con-boxed e-con e-parent\" data-id=\"a486f75\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-73dd472 e-con-full e-flex e-con e-child\" data-id=\"73dd472\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dd89c70  ui-split-animate ui-splitby-words elementor-widget elementor-widget-heading\" data-id=\"dd89c70\" data-element_type=\"widget\" data-settings=\"{&quot;ui_animate_split&quot;:&quot;ui-split-animate&quot;,&quot;ui_animate_split_by&quot;:&quot;words&quot;,&quot;ui_animate_split_style&quot;:&quot;fadeInRight&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Novosti<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ebe5963 ui-e-match-height-yes ui-e-animation-circular ui-e-apg-classic ui-e-img-anim-zoom elementor-invisible elementor-widget elementor-widget-uicore-advanced-post-carousel\" data-id=\"ebe5963\" data-element_type=\"widget\" data-settings=\"{&quot;slides_per_view_tablet&quot;:&quot;2&quot;,&quot;navigation&quot;:&quot;arrows&quot;,&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:&quot;400&quot;,&quot;carousel_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:16,&quot;sizes&quot;:[]},&quot;slides_per_view&quot;:&quot;2&quot;,&quot;show_hidden&quot;:&quot;right&quot;,&quot;carousel_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:20,&quot;sizes&quot;:[]},&quot;carousel_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;animation_style&quot;:&quot;circular&quot;,&quot;slides_per_view_mobile&quot;:1,&quot;grab_cursor&quot;:&quot;yes&quot;,&quot;loop&quot;:&quot;true&quot;,&quot;overflow_container&quot;:&quot;container&quot;}\" data-widget_type=\"uicore-advanced-post-carousel.default\">\n\t\t\t\t\t            <div class=\"ui-e-carousel swiper\">\n                <div class='swiper-wrapper'>\n                                <div class=\"ui-e-wrp swiper-slide\">\n                \n                \n                <div class=\"ui-e-item\">\n\n                    <article class=\"post-9896 post type-post status-publish format-standard has-post-thumbnail hentry category-dogadanja\">\n                        <div class=\"ui-e-post-top\">\n                                    <a class=\"ui-e-post-img-wrapp\"\n            href=\"https:\/\/altpro.com\/hr\/najava-altpro-na-sajmu-innotrans-2026\/\"\n            title=\"View Post:Najava: ALTPRO na sajmu InnoTrans 2026\">\n\n                            <div class=\"ui-e-post-img\" style=\"background-image:url(https:\/\/altpro.com\/wp-content\/uploads\/2026\/05\/INNOTRANS-2026-YouTube-cover-1024x576.jpg)\"><\/div>\n                    <\/a>\n                                                        <\/div>\n                        <div class=\"ui-e-post-content\">\n                                                                <a href=\"https:\/\/altpro.com\/hr\/najava-altpro-na-sajmu-innotrans-2026\/\" title=\"View Post:Najava: ALTPRO na sajmu InnoTrans 2026\">\n            <h4 class=\"ui-e-post-title\">\n                <span> Najava: ALTPRO na sajmu InnoTrans 2026 <\/span>\n            <\/h4>\n        <\/a>\n                                <div class=\"ui-e-meta-wrapp\"><div class=\"ui-e-post-meta ui-e-after_title\"><div class=\"ui-e-meta-item\">08\/05\/2026<\/div><\/div><\/div>                                                                                                                        <span class=\"ui-e-match-height\"><\/span>\n                                    <a href=\"https:\/\/altpro.com\/hr\/najava-altpro-na-sajmu-innotrans-2026\/\" class=\"elementor-button-link elementor-button ui-e-readmore\" role=\"button\">\n            <span class=\"elementor-button-content-wrapper\"><span class=\"elementor-button-text\">Saznaj vi\u0161e<\/span> <\/span>        <\/a>\n                                <\/div>\n                    <\/article>\n\n                <\/div>\n\n                                    <\/div>\n                    \n            <div class=\"ui-e-wrp swiper-slide\">\n                \n                \n                <div class=\"ui-e-item\">\n\n                    <article class=\"post-9461 post type-post status-publish format-standard has-post-thumbnail hentry category-novosti\">\n                        <div class=\"ui-e-post-top\">\n                                    <a class=\"ui-e-post-img-wrapp\"\n            href=\"https:\/\/altpro.com\/hr\/zvonimir-viduka-proglasen-ey-poduzetnikom-godine-2025\/\"\n            title=\"View Post:Zvonimir Viduka progla\u0161en EY Poduzetnikom godine 2025.\">\n\n                            <div class=\"ui-e-post-img\" style=\"background-image:url(https:\/\/altpro.com\/wp-content\/uploads\/2025\/11\/imgi_15_EY_2-1024x682.jpg)\"><\/div>\n                    <\/a>\n                                                        <\/div>\n                        <div class=\"ui-e-post-content\">\n                                                                <a href=\"https:\/\/altpro.com\/hr\/zvonimir-viduka-proglasen-ey-poduzetnikom-godine-2025\/\" title=\"View Post:Zvonimir Viduka progla\u0161en EY Poduzetnikom godine 2025.\">\n            <h4 class=\"ui-e-post-title\">\n                <span> Zvonimir Viduka progla\u0161en EY Poduzetnikom godine 2025. <\/span>\n            <\/h4>\n        <\/a>\n                                <div class=\"ui-e-meta-wrapp\"><div class=\"ui-e-post-meta ui-e-after_title\"><div class=\"ui-e-meta-item\">13\/10\/2025<\/div><\/div><\/div>                                                                                                                        <span class=\"ui-e-match-height\"><\/span>\n                                    <a href=\"https:\/\/altpro.com\/hr\/zvonimir-viduka-proglasen-ey-poduzetnikom-godine-2025\/\" class=\"elementor-button-link elementor-button ui-e-readmore\" role=\"button\">\n            <span class=\"elementor-button-content-wrapper\"><span class=\"elementor-button-text\">Saznaj vi\u0161e<\/span> <\/span>        <\/a>\n                                <\/div>\n                    <\/article>\n\n                <\/div>\n\n                                    <\/div>\n                    \n            <div class=\"ui-e-wrp swiper-slide\">\n                \n                \n                <div class=\"ui-e-item\">\n\n                    <article class=\"post-9454 post type-post status-publish format-standard has-post-thumbnail hentry category-novosti\">\n                        <div class=\"ui-e-post-top\">\n                                    <a class=\"ui-e-post-img-wrapp\"\n            href=\"https:\/\/altpro.com\/hr\/ministar-gospodarstva-ante-susnjar-posjetio-proizvodni-pogon-altpro-a\/\"\n            title=\"View Post:Ministar gospodarstva Ante \u0160u\u0161njar posjetio proizvodni pogon ALTPRO-a\">\n\n                            <div class=\"ui-e-post-img\" style=\"background-image:url(https:\/\/altpro.com\/wp-content\/uploads\/2025\/11\/imgi_21_IMG_7647-1024x683.jpg)\"><\/div>\n                    <\/a>\n                                                        <\/div>\n                        <div class=\"ui-e-post-content\">\n                                                                <a href=\"https:\/\/altpro.com\/hr\/ministar-gospodarstva-ante-susnjar-posjetio-proizvodni-pogon-altpro-a\/\" title=\"View Post:Ministar gospodarstva Ante \u0160u\u0161njar posjetio proizvodni pogon ALTPRO-a\">\n            <h4 class=\"ui-e-post-title\">\n                <span> Ministar gospodarstva Ante \u0160u\u0161njar posjetio proizvodni pogon ALTPRO-a <\/span>\n            <\/h4>\n        <\/a>\n                                <div class=\"ui-e-meta-wrapp\"><div class=\"ui-e-post-meta ui-e-after_title\"><div class=\"ui-e-meta-item\">07\/10\/2025<\/div><\/div><\/div>                                                                                                                        <span class=\"ui-e-match-height\"><\/span>\n                                    <a href=\"https:\/\/altpro.com\/hr\/ministar-gospodarstva-ante-susnjar-posjetio-proizvodni-pogon-altpro-a\/\" class=\"elementor-button-link elementor-button ui-e-readmore\" role=\"button\">\n            <span class=\"elementor-button-content-wrapper\"><span class=\"elementor-button-text\">Saznaj vi\u0161e<\/span> <\/span>        <\/a>\n                                <\/div>\n                    <\/article>\n\n                <\/div>\n\n                                    <\/div>\n                    \n            <div class=\"ui-e-wrp swiper-slide\">\n                \n                \n                <div class=\"ui-e-item\">\n\n                    <article class=\"post-9451 post type-post status-publish format-standard has-post-thumbnail hentry category-novosti\">\n                        <div class=\"ui-e-post-top\">\n                                    <a class=\"ui-e-post-img-wrapp\"\n            href=\"https:\/\/altpro.com\/hr\/altpro-osvojio-nagradu-za-najbolju-domacu-inovaciju-na-sajmu-inova\/\"\n            title=\"View Post:ALTPRO osvojio nagradu za najbolju doma\u0107u inovaciju na sajmu INOVA\">\n\n                            <div class=\"ui-e-post-img\" style=\"background-image:url(https:\/\/altpro.com\/wp-content\/uploads\/2025\/11\/imgi_16_Inova_10c-1024x576.jpg)\"><\/div>\n                    <\/a>\n                                                        <\/div>\n                        <div class=\"ui-e-post-content\">\n                                                                <a href=\"https:\/\/altpro.com\/hr\/altpro-osvojio-nagradu-za-najbolju-domacu-inovaciju-na-sajmu-inova\/\" title=\"View Post:ALTPRO osvojio nagradu za najbolju doma\u0107u inovaciju na sajmu INOVA\">\n            <h4 class=\"ui-e-post-title\">\n                <span> ALTPRO osvojio nagradu za najbolju doma\u0107u inovaciju na sajmu INOVA <\/span>\n            <\/h4>\n        <\/a>\n                                <div class=\"ui-e-meta-wrapp\"><div class=\"ui-e-post-meta ui-e-after_title\"><div class=\"ui-e-meta-item\">01\/10\/2025<\/div><\/div><\/div>                                                                                                                        <span class=\"ui-e-match-height\"><\/span>\n                                    <a href=\"https:\/\/altpro.com\/hr\/altpro-osvojio-nagradu-za-najbolju-domacu-inovaciju-na-sajmu-inova\/\" class=\"elementor-button-link elementor-button ui-e-readmore\" role=\"button\">\n            <span class=\"elementor-button-content-wrapper\"><span class=\"elementor-button-text\">Saznaj vi\u0161e<\/span> <\/span>        <\/a>\n                                <\/div>\n                    <\/article>\n\n                <\/div>\n\n                                    <\/div>\n                    \n            <div class=\"ui-e-wrp swiper-slide\">\n                \n                \n                <div class=\"ui-e-item\">\n\n                    <article class=\"post-9445 post type-post status-publish format-standard has-post-thumbnail hentry category-novosti\">\n                        <div class=\"ui-e-post-top\">\n                                    <a class=\"ui-e-post-img-wrapp\"\n            href=\"https:\/\/altpro.com\/hr\/altpro-osvojio-svoj-peti-zlatni-kljuc-na-20-konvenciji-hrvatskih-izvoznika\/\"\n            title=\"View Post:ALTPRO osvojio svoj peti Zlatni klju\u010d na 20. Konvenciji hrvatskih izvoznika\">\n\n                            <div class=\"ui-e-post-img\" style=\"background-image:url(https:\/\/altpro.com\/wp-content\/uploads\/2025\/11\/imgi_14_JH000504-1024x683.jpg)\"><\/div>\n                    <\/a>\n                                                        <\/div>\n                        <div class=\"ui-e-post-content\">\n                                                                <a href=\"https:\/\/altpro.com\/hr\/altpro-osvojio-svoj-peti-zlatni-kljuc-na-20-konvenciji-hrvatskih-izvoznika\/\" title=\"View Post:ALTPRO osvojio svoj peti Zlatni klju\u010d na 20. Konvenciji hrvatskih izvoznika\">\n            <h4 class=\"ui-e-post-title\">\n                <span> ALTPRO osvojio svoj peti Zlatni klju\u010d na 20. Konvenciji hrvatskih izvoznika <\/span>\n            <\/h4>\n        <\/a>\n                                <div class=\"ui-e-meta-wrapp\"><div class=\"ui-e-post-meta ui-e-after_title\"><div class=\"ui-e-meta-item\">10\/09\/2025<\/div><\/div><\/div>                                                                                                                        <span class=\"ui-e-match-height\"><\/span>\n                                    <a href=\"https:\/\/altpro.com\/hr\/altpro-osvojio-svoj-peti-zlatni-kljuc-na-20-konvenciji-hrvatskih-izvoznika\/\" class=\"elementor-button-link elementor-button ui-e-readmore\" role=\"button\">\n            <span class=\"elementor-button-content-wrapper\"><span class=\"elementor-button-text\">Saznaj vi\u0161e<\/span> <\/span>        <\/a>\n                                <\/div>\n                    <\/article>\n\n                <\/div>\n\n                                    <\/div>\n                    \n                <\/div>\n            <\/div>\n            \t\t\t<div class=\"ui-e-button ui-e-carousel-button ui-e-previous\" role=\"button\" aria-label=\"Previous slide\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-left\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<div class=\"ui-e-button ui-e-carousel-button ui-e-next\" role=\"button\" aria-label=\"Next slide\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-right\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1701bb6 elementor-invisible elementor-widget elementor-widget-button\" data-id=\"1701bb6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:&quot;400&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/altpro.com\/hr\/novosti\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Vi\u0161e novosti<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-989abe7 e-flex e-con-boxed e-con e-parent\" data-id=\"989abe7\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-ec63298 e-con-full e-flex e-con e-child\" data-id=\"ec63298\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-2db2b2b e-con-full e-flex e-con e-child\" data-id=\"2db2b2b\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-b3f5fae e-con-full e-flex e-con e-child\" data-id=\"b3f5fae\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b71ab05 elementor-widget__width-initial elementor-widget-tablet__width-initial elementor-widget-mobile__width-inherit  ui-split-animate ui-splitby-words ui-e-a-animate elementor-widget elementor-widget-highlighted-text\" data-id=\"b71ab05\" data-element_type=\"widget\" data-settings=\"{&quot;ui_animate_split&quot;:&quot;ui-split-animate&quot;,&quot;ui_animate_split_by&quot;:&quot;words&quot;,&quot;ui_animate_split_style&quot;:&quot;fadeInRight&quot;}\" data-widget_type=\"highlighted-text.default\">\n\t\t\t\t\t        <h2 class=\"ui-e--highlighted-text\">\n            <span class=\"ui-e-headline-text elementor-repeater-item-5451070\">Odr\u017eivost<\/span>        <\/h2>\n    \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e46da75 e-con-full e-flex e-con e-child\" data-id=\"e46da75\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b24c255 elementor-invisible elementor-widget elementor-widget-button\" data-id=\"b24c255\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:&quot;400&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/altpro.com\/hr\/odrzivost\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">saznaj vi\u0161e<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-437d415 e-con-full e-flex e-con e-child\" data-id=\"437d415\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-8a3d038 e-con-full e-flex e-con e-child\" data-id=\"8a3d038\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-be843ee elementor-widget elementor-widget-text-editor\" data-id=\"be843ee\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>\u017deljeznica igra klju\u010dnu ulogu u postizanju cilja EU-a za klimatsku neutralnost do 2050. godine, prvenstveno kroz promjenu na\u010dina prijevoza s one\u010di\u0161\u0107uju\u0107eg na \u017eeljeznicu. Iako \u017eeljeznica ostaje kopneni prijevoz s najmanjim utjecajem, izazovi poput potro\u0161nje energije, buke i utjecaja na okoli\u0161 i dalje postoje, na \u010dijem smanjenju aktivno radimo.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-957ebf4 e-con-full e-flex e-con e-child\" data-id=\"957ebf4\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-153c5e7 e-con-full e-flex e-con e-child\" data-id=\"153c5e7\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8355fe0 elementor-widget elementor-widget-text-editor\" data-id=\"8355fe0\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>\u017deljeznica je odgovorna za samo 0,4% emisija stakleni\u010dkih plinova CO\u2082 u europskom prometnom sektoru<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bb60da5 elementor-widget elementor-widget-heading\" data-id=\"bb60da5\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">0,4%<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b262971 e-con-full e-flex e-con e-child\" data-id=\"b262971\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cd463d8 elementor-widget elementor-widget-text-editor\" data-id=\"cd463d8\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Otprilike 80% europskog \u017eeljezni\u010dkog prometa pokre\u0107e elektri\u010dna energija<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-150986d elementor-widget elementor-widget-heading\" data-id=\"150986d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">80%<\/span>\t\t\t\t<\/div>\n\t\t\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-04225fb elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile ui-e-layout_1 ui-e-match-height-yes ui-e-animation-circular elementor-invisible elementor-widget elementor-widget-uicore-testimonial-carousel\" data-id=\"04225fb\" data-element_type=\"widget\" data-settings=\"{&quot;navigation&quot;:&quot;arrows&quot;,&quot;slides_per_view_tablet&quot;:&quot;2&quot;,&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:&quot;400&quot;,&quot;layout&quot;:&quot;layout_1&quot;,&quot;carousel_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:20,&quot;sizes&quot;:[]},&quot;carousel_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;carousel_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;animation_style&quot;:&quot;circular&quot;,&quot;slides_per_view&quot;:3,&quot;slides_per_view_mobile&quot;:1,&quot;show_hidden&quot;:&quot;hidden&quot;,&quot;grab_cursor&quot;:&quot;yes&quot;,&quot;loop&quot;:&quot;true&quot;,&quot;overflow_container&quot;:&quot;container&quot;}\" data-widget_type=\"uicore-testimonial-carousel.default\">\n\t\t\t\t\t        <div class=\"ui-e-carousel swiper\">\n            <div class='swiper-wrapper'>\n                \n        <div class=\"ui-e-wrp swiper-slide\">\n                            <div class=\"ui-e-animations-wrp  \">\n                                <div class=\"ui-e-item\">\n                            <div class=\"ui-e-content\">\n\n                                <div class=\"ui-e-testimonial-text \">\n                <p>The team was professional, knowledgeable and provided excellent service. They helped me understand the process and I was very pleased with the results.<\/p>            <\/div>\n                \n                                <h4 class=\"ui-e-testimonial-name \">\n                <span>Jane Cooper<\/span>\n            <\/h4>\n                                <div class=\"ui-e-testimonial-job-title \">\n                <span>SIDNEY<\/span>\n            <\/div>\n            \n        <\/div>\n                    <\/div>\n                                <\/div>\n                    <\/div>\n    \n        <div class=\"ui-e-wrp swiper-slide\">\n                            <div class=\"ui-e-animations-wrp  \">\n                                <div class=\"ui-e-item\">\n                            <div class=\"ui-e-content\">\n\n                                <div class=\"ui-e-testimonial-text \">\n                <p>I highly recommend Sunno for their excellent customer service and high-quality solar products. They helped me save money on my electricity bills and reduce my carbon footprint. It was a great investment for my home and the environment.<\/p>            <\/div>\n                \n                                <h4 class=\"ui-e-testimonial-name \">\n                <span>Esther Howard<\/span>\n            <\/h4>\n                                <div class=\"ui-e-testimonial-job-title \">\n                <span>COOCHIE<\/span>\n            <\/div>\n            \n        <\/div>\n                    <\/div>\n                                <\/div>\n                    <\/div>\n    \n        <div class=\"ui-e-wrp swiper-slide\">\n                            <div class=\"ui-e-animations-wrp  \">\n                                <div class=\"ui-e-item\">\n                            <div class=\"ui-e-content\">\n\n                                <div class=\"ui-e-testimonial-text \">\n                <p>The team at Sunno was fantastic. They were always available to answer my questions and provided exceptional customer service. The installation process was seamless and they completed the job efficiently. I am so happy with my solar panels and the energy savings I am experiencing.<\/p>            <\/div>\n                \n                                <h4 class=\"ui-e-testimonial-name \">\n                <span>Esther Howard<\/span>\n            <\/h4>\n                                <div class=\"ui-e-testimonial-job-title \">\n                <span>COOCHIE<\/span>\n            <\/div>\n            \n        <\/div>\n                    <\/div>\n                                <\/div>\n                    <\/div>\n    \n        <div class=\"ui-e-wrp swiper-slide\">\n                            <div class=\"ui-e-animations-wrp  \">\n                                <div class=\"ui-e-item\">\n                            <div class=\"ui-e-content\">\n\n                                <div class=\"ui-e-testimonial-text \">\n                <p>The team was professional, knowledgeable and provided excellent service. They helped me understand the process and I was very pleased with the results.<\/p>            <\/div>\n                \n                                <h4 class=\"ui-e-testimonial-name \">\n                <span>Jane Cooper<\/span>\n            <\/h4>\n                                <div class=\"ui-e-testimonial-job-title \">\n                <span>SIDNEY<\/span>\n            <\/div>\n            \n        <\/div>\n                    <\/div>\n                                <\/div>\n                    <\/div>\n                <\/div>\n        <\/div>\n        \t\t\t<div class=\"ui-e-button ui-e-carousel-button ui-e-previous\" role=\"button\" aria-label=\"Previous slide\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-left\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<div class=\"ui-e-button ui-e-carousel-button ui-e-next\" role=\"button\" aria-label=\"Next slide\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-right\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Stvaramo Razvijamo \u017eeljezni\u010dku sigurnost O nama reference Specijalizirana smo tvrtka za signalno-sigurnosne sustave za \u017eeljeznicu koji pove\u0107avaju sigurnost, pouzdanost i u\u010dinkovitost \u017eeljezni\u010dke infrastrukture i vozila. O nama Godina iskustva 0 + Broj zemalja u koje izvozimo 0 + Zavr\u0161eni projekti 0 + Proizvodi i sustavi vlastite proizvodnje 0 + S vi\u0161e od 30 godina iskustva, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1302,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"categories":[],"class_list":["post-7716","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>ALTPRO | Izvor va\u0161e sigurnosti.<\/title>\n<meta name=\"description\" content=\"Specijalizirana smo tvrtka za signalno-sigurnosne sustave za \u017eeljeznicu koji pove\u0107avaju pouzdanost i u\u010dinkovitost \u017eeljezni\u010dke infrastrukture i vozila.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/altpro.com\/\" \/>\n<meta property=\"og:locale\" content=\"hr_HR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ALTPRO | Izvor va\u0161e sigurnosti.\" \/>\n<meta property=\"og:description\" content=\"Specijalizirana smo tvrtka za signalno-sigurnosne sustave za \u017eeljeznicu koji pove\u0107avaju pouzdanost i u\u010dinkovitost \u017eeljezni\u010dke infrastrukture i vozila.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/altpro.com\/\" \/>\n<meta property=\"og:site_name\" content=\"ALTPRO\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-27T12:03:14+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/altpro.com\/wp-content\/uploads\/2025\/08\/altpro-hero.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1440\" \/>\n\t<meta property=\"og:image:height\" content=\"962\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Procijenjeno vrijeme \u010ditanja\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuta\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/altpro.com\/\",\"url\":\"https:\/\/altpro.com\/\",\"name\":\"ALTPRO | Izvor va\u0161e sigurnosti.\",\"isPartOf\":{\"@id\":\"https:\/\/altpro.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/altpro.com\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/altpro.com\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/altpro.com\/wp-content\/uploads\/2025\/08\/altpro-hero.png\",\"datePublished\":\"2024-09-02T09:15:38+00:00\",\"dateModified\":\"2026-01-27T12:03:14+00:00\",\"description\":\"Specijalizirana smo tvrtka za signalno-sigurnosne sustave za \u017eeljeznicu koji pove\u0107avaju pouzdanost i u\u010dinkovitost \u017eeljezni\u010dke infrastrukture i vozila.\",\"breadcrumb\":{\"@id\":\"https:\/\/altpro.com\/#breadcrumb\"},\"inLanguage\":\"hr\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/altpro.com\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"hr\",\"@id\":\"https:\/\/altpro.com\/#primaryimage\",\"url\":\"https:\/\/altpro.com\/wp-content\/uploads\/2025\/08\/altpro-hero.png\",\"contentUrl\":\"https:\/\/altpro.com\/wp-content\/uploads\/2025\/08\/altpro-hero.png\",\"width\":1440,\"height\":962},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/altpro.com\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/altpro.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ALTPRO\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/altpro.com\/#website\",\"url\":\"https:\/\/altpro.com\/\",\"name\":\"ALTPRO\",\"description\":\"We engineer railway safety\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/altpro.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"hr\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"ALTPRO | Izvor va\u0161e sigurnosti.","description":"Specijalizirana smo tvrtka za signalno-sigurnosne sustave za \u017eeljeznicu koji pove\u0107avaju pouzdanost i u\u010dinkovitost \u017eeljezni\u010dke infrastrukture i vozila.","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:\/\/altpro.com\/","og_locale":"hr_HR","og_type":"article","og_title":"ALTPRO | Izvor va\u0161e sigurnosti.","og_description":"Specijalizirana smo tvrtka za signalno-sigurnosne sustave za \u017eeljeznicu koji pove\u0107avaju pouzdanost i u\u010dinkovitost \u017eeljezni\u010dke infrastrukture i vozila.","og_url":"https:\/\/altpro.com\/","og_site_name":"ALTPRO","article_modified_time":"2026-01-27T12:03:14+00:00","og_image":[{"width":1440,"height":962,"url":"https:\/\/altpro.com\/wp-content\/uploads\/2025\/08\/altpro-hero.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Procijenjeno vrijeme \u010ditanja":"1 minuta"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/altpro.com\/","url":"https:\/\/altpro.com\/","name":"ALTPRO | Izvor va\u0161e sigurnosti.","isPartOf":{"@id":"https:\/\/altpro.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/altpro.com\/#primaryimage"},"image":{"@id":"https:\/\/altpro.com\/#primaryimage"},"thumbnailUrl":"https:\/\/altpro.com\/wp-content\/uploads\/2025\/08\/altpro-hero.png","datePublished":"2024-09-02T09:15:38+00:00","dateModified":"2026-01-27T12:03:14+00:00","description":"Specijalizirana smo tvrtka za signalno-sigurnosne sustave za \u017eeljeznicu koji pove\u0107avaju pouzdanost i u\u010dinkovitost \u017eeljezni\u010dke infrastrukture i vozila.","breadcrumb":{"@id":"https:\/\/altpro.com\/#breadcrumb"},"inLanguage":"hr","potentialAction":[{"@type":"ReadAction","target":["https:\/\/altpro.com\/"]}]},{"@type":"ImageObject","inLanguage":"hr","@id":"https:\/\/altpro.com\/#primaryimage","url":"https:\/\/altpro.com\/wp-content\/uploads\/2025\/08\/altpro-hero.png","contentUrl":"https:\/\/altpro.com\/wp-content\/uploads\/2025\/08\/altpro-hero.png","width":1440,"height":962},{"@type":"BreadcrumbList","@id":"https:\/\/altpro.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/altpro.com\/"},{"@type":"ListItem","position":2,"name":"ALTPRO"}]},{"@type":"WebSite","@id":"https:\/\/altpro.com\/#website","url":"https:\/\/altpro.com\/","name":"ALTPRO","description":"We engineer railway safety","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/altpro.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"hr"}]}},"_links":{"self":[{"href":"https:\/\/altpro.com\/hr\/wp-json\/wp\/v2\/pages\/7716","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/altpro.com\/hr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/altpro.com\/hr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/altpro.com\/hr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/altpro.com\/hr\/wp-json\/wp\/v2\/comments?post=7716"}],"version-history":[{"count":36,"href":"https:\/\/altpro.com\/hr\/wp-json\/wp\/v2\/pages\/7716\/revisions"}],"predecessor-version":[{"id":9737,"href":"https:\/\/altpro.com\/hr\/wp-json\/wp\/v2\/pages\/7716\/revisions\/9737"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/altpro.com\/hr\/wp-json\/wp\/v2\/media\/1302"}],"wp:attachment":[{"href":"https:\/\/altpro.com\/hr\/wp-json\/wp\/v2\/media?parent=7716"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/altpro.com\/hr\/wp-json\/wp\/v2\/categories?post=7716"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}