{"id":13502,"date":"2025-04-23T17:45:47","date_gmt":"2025-04-23T15:45:47","guid":{"rendered":"https:\/\/smfgmbh.com\/?page_id=13502"},"modified":"2026-05-19T16:00:44","modified_gmt":"2026-05-19T14:00:44","slug":"home","status":"publish","type":"page","link":"https:\/\/smfgmbh.com\/home\/?lang=pl","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"13502\" class=\"elementor elementor-13502 elementor-13498\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5337dc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"5337dc4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d338ed2\" data-id=\"d338ed2\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-16e55ec elementor-widget elementor-widget-html\" data-id=\"16e55ec\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Manrope:wght@700&family=Montserrat&display=swap');\r\n  \r\n  .smf-slider-container {\r\n    position: relative;\r\n    width: 100%;\r\n    height: 700px;\r\n    overflow: hidden;\r\n  }\r\n  \r\n  .smf-slider {\r\n    position: relative;\r\n    width: 100%;\r\n  }\r\n  \r\n  .smf-slide {\r\n    position: relative;\r\n    width: 100%;\r\n    display: none;\r\n    animation-duration: 1s;\r\n    animation-fill-mode: both;\r\n  }\r\n  \r\n  .smf-slide.active {\r\n    display: block;\r\n    animation-name: fadeIn;\r\n  }\r\n  \r\n  @keyframes fadeIn {\r\n    from {\r\n      opacity: 0;\r\n      transform: translate3d(50px, 0, 0);\r\n    }\r\n    to {\r\n      opacity: 1;\r\n      transform: translate3d(0, 0, 0);\r\n    }\r\n  }\r\n  \r\n  @keyframes fadeOut {\r\n    from {\r\n      opacity: 1;\r\n    }\r\n    to {\r\n      opacity: 0;\r\n      transform: translate3d(-50px, 0, 0);\r\n    }\r\n  }\r\n  \r\n  .smf-slide-content {\r\n    position: absolute;\r\n    top: 50%;\r\n    left: 10%;\r\n    transform: translateY(-50%);\r\n    z-index: 2;\r\n    width: 875px;\r\n    height: 342px;\r\n    display: flex;\r\n    flex-direction: column;\r\n    justify-content: center;\r\n    max-width: 80%;\r\n  }\r\n  \r\n  .smf-slide.active .smf-slide-content {\r\n    animation: fadeInContent 1s ease 0.3s both;\r\n  }\r\n  \r\n  @keyframes fadeInContent {\r\n    from {\r\n      opacity: 0;\r\n      transform: translate3d(0, 20px, 0);\r\n    }\r\n    to {\r\n      opacity: 1;\r\n      transform: translate3d(0, -50%, 0);\r\n    }\r\n  }\r\n  \r\n  .smf-slide-overlay {\r\n    position: absolute;\r\n    top: 0;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 100%;\r\n    background: linear-gradient(75deg, rgba(255,255,255,0) 50%,rgba(94, 212, 255, 0.5) 90%);\r\n    opacity: 0.7;\r\n    z-index: 1;\r\n  }\r\n  \r\n  .smf-slide img, .smf-slide video {\r\n    width: 100%;\r\n    height: 700px;\r\n    object-fit: cover;\r\n    display: block;\r\n  }\r\n  \r\n  .smf-slide-heading {\r\n    font-family: 'Manrope', sans-serif;\r\n    font-weight: 700;\r\n    font-size: 50px;\r\n    color: #031441;\r\n    margin-bottom: 20px;\r\n    width: 800px;\r\n    max-width: 100%;\r\n    line-height: 1.2;\r\n  }\r\n  \r\n  .smf-slide-description {\r\n    font-family: 'Montserrat', sans-serif;\r\n    font-size: 16px;\r\n    color: #031441;\r\n    margin-bottom: 30px;\r\n    width: 750px;\r\n    max-width: 100%;\r\n    line-height: 1.5;\r\n  }\r\n  \r\n  .smf-slide-button {\r\n    font-family: 'Manrope', sans-serif;\r\n    font-weight: 700;\r\n    font-size: 16px;\r\n    background-color: #E30613;\r\n    color: white;\r\n    border: none;\r\n    cursor: pointer;\r\n    display: inline-flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    width: 176px;\r\n    padding-top: 10px;\r\n    padding-bottom: 10px;\r\n    height: 60px;\r\n    text-decoration: none;\r\n    text-align: center;\r\n  }\r\n  \r\n  .smf-slide-button:hover{\r\n    color: white !important;\r\n  }\r\n  \r\n  .smf-slider-nav {\r\n    position: absolute;\r\n    bottom: 30px;\r\n    left: 50%;\r\n    transform: translateX(-50%);\r\n    display: flex;\r\n    gap: 8px;\r\n    z-index: 3;\r\n  }\r\n  \r\n  .smf-slider-dot {\r\n    width: 12px;\r\n    height: 12px;\r\n    background-color: transparent;\r\n    border: 2px solid #031441;\r\n    cursor: pointer;\r\n  }\r\n  \r\n  .smf-slider-dot.active {\r\n    background-color: #031441;\r\n  }\r\n  \r\n  .smf-slider-arrow {\r\n    position: absolute;\r\n    top: 50%;\r\n    transform: translateY(-50%);\r\n    width: 40px;\r\n    height: 40px;\r\n    background-color: transparent;\r\n    color: #031441;\r\n    border: none;\r\n    cursor: pointer;\r\n    z-index: 3;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n  }\r\n  \r\n  .smf-slider-prev {\r\n    left: 20px;\r\n  }\r\n  \r\n  .smf-slider-next {\r\n    right: 20px;\r\n  }\r\n  \r\n  .arrow-icon {\r\n    border: solid #031441;\r\n    border-width: 0 3px 3px 0;\r\n    display: inline-block;\r\n    padding: 6px;\r\n  }\r\n  \r\n  .right {\r\n    transform: rotate(-45deg);\r\n  }\r\n  \r\n  .left {\r\n    transform: rotate(135deg);\r\n  }\r\n  \r\n  @media (max-width: 1200px) {\r\n    .smf-slide-content {\r\n      width: 700px;\r\n      height: 300px;\r\n    }\r\n  }\r\n  \r\n  @media (max-width: 992px) {\r\n    .smf-slide-heading {\r\n      font-size: 40px;\r\n    }\r\n    .smf-slide-content {\r\n      width: 600px;\r\n      height: 280px;\r\n    }\r\n    .smf-slider-arrow {\r\n      top: auto;\r\n      bottom: 30px;\r\n      transform: none;\r\n    }\r\n    .smf-slider-prev {\r\n      left: 20px;\r\n    }\r\n    .smf-slider-next {\r\n      right: 20px;\r\n    }\r\n  }\r\n  \r\n  @media (max-width: 768px) {\r\n    .smf-slide-heading {\r\n      font-size: 32px;\r\n    }\r\n    .smf-slide-description {\r\n      font-size: 14px;\r\n    }\r\n    .smf-slide-content {\r\n      width: 500px;\r\n      height: 260px;\r\n      left: 5%;\r\n      max-width: 90%;\r\n    }\r\n    .smf-slider-nav {\r\n      bottom: 30px;\r\n    }\r\n    .smf-slider-arrow {\r\n      bottom: 20px;\r\n      width: 36px;\r\n      height: 36px;\r\n    }\r\n  }\r\n  \r\n  @media (max-width: 576px) {\r\n    .smf-slide-heading {\r\n      font-size: 28px;\r\n    }\r\n    .smf-slide-button {\r\n      font-size: 14px;\r\n    }\r\n    .smf-slider-arrow {\r\n      width: 32px;\r\n      height: 32px;\r\n    }\r\n    .smf-slide-content {\r\n      width: 90%;\r\n      height: auto;\r\n      min-height: 220px;\r\n    }\r\n    .smf-slider-container, .smf-slide video, .smf-slide img {\r\n      height: 500px;\r\n    }\r\n    .arrow-icon {\r\n      padding: 5px;\r\n    }\r\n  }\r\n<\/style>\r\n\r\n<div class=\"smf-slider-container\">\r\n  <div class=\"smf-slider\">\r\n    <div class=\"smf-slide active\">\r\n      <div class=\"smf-slide-overlay\"><\/div>\r\n      <video autoplay muted loop playsinline>\r\n        <source src=\"\/wp-content\/uploads\/2025\/04\/film-pod-baner1.mp4\" type=\"video\/mp4\">\r\n      <\/video>\r\n      <div class=\"smf-slide-content\">\r\n        <h2 class=\"smf-slide-heading\">Complete PET Filling Lines - Advanced and comprehensive PET filling lines<\/h2>\r\n        <p class=\"smf-slide-description\">From bottle blowing through filling and labeling, to packaging - our solutions guarantee the highest efficiency, precision and reliability at every stage of production.<\/p>\r\n        <a href=\"https:\/\/smfgmbh.com\/pl\/oferta\/linie-rozlewnicze\/\" class=\"smf-slide-button\">Read more<\/a>\r\n      <\/div>\r\n    <\/div>\r\n    \r\n    <div class=\"smf-slide\">\r\n      <div class=\"smf-slide-overlay\"><\/div>\r\n      <video autoplay muted loop playsinline>\r\n        <source src=\"\/wp-content\/uploads\/2025\/04\/baner2-tlo.mp4\" type=\"video\/mp4\">\r\n      <\/video>\r\n      <div class=\"smf-slide-content\">\r\n        <h2 class=\"smf-slide-heading\">PET Bottles - without limitations<\/h2>\r\n        <p class=\"smf-slide-description\">Every shape, every vision - <b>we create with passion and precision.<\/b><\/p>\r\n        <a href=\"https:\/\/smfgmbh.com\/pl\/kontakt\" class=\"smf-slide-button\">Contact us<\/a>\r\n      <\/div>\r\n    <\/div>\r\n    \r\n    <div class=\"smf-slide\">\r\n      <div class=\"smf-slide-overlay\"><\/div>\r\n      <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/03\/Tlo-hero-4.png\" alt=\"SMF Expert Team\">\r\n      <div class=\"smf-slide-content\">\r\n        <h2 class=\"smf-slide-heading\">SMF Expert Team - Your specialists in PET technology<\/h2>\r\n        <p class=\"smf-slide-description\">Our team consists of experienced specialists who, with passion and experience, \r\n        <b>design and implement machines and comprehensive PET lines worldwide.<\/b><\/p>\r\n        <a href=\"https:\/\/smfgmbh.com\/pl\/o-nas\/\" class=\"smf-slide-button\">Get to know us better<\/a>\r\n      <\/div>\r\n    <\/div>\r\n    \r\n    <div class=\"smf-slide\">\r\n      <div class=\"smf-slide-overlay\"><\/div>\r\n      <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/04\/Baner4-tlo.png\" alt=\"SMF Global Presence\">\r\n      <div class=\"smf-slide-content\">\r\n        <h2 class=\"smf-slide-heading\">We operate worldwide - we are present in over 80 countries<\/h2>\r\n        <p class=\"smf-slide-description\"><b>SMF is a global partner<\/b> for manufacturing companies. Thanks to our technologies, customers on \r\n        <b>6 continents<\/b> increase their competitiveness and efficiency.<\/p>\r\n        <a href=\"https:\/\/smfgmbh.com\/pl\/referencje\/\" class=\"smf-slide-button\">See our implementations<\/a>\r\n      <\/div>\r\n    <\/div>\r\n    \r\n    <button class=\"smf-slider-arrow smf-slider-prev\"><i class=\"arrow-icon left\"><\/i><\/button>\r\n    <button class=\"smf-slider-arrow smf-slider-next\"><i class=\"arrow-icon right\"><\/i><\/button>\r\n    \r\n    <div class=\"smf-slider-nav\">\r\n      <div class=\"smf-slider-dot active\"><\/div>\r\n      <div class=\"smf-slider-dot\"><\/div>\r\n      <div class=\"smf-slider-dot\"><\/div>\r\n      <div class=\"smf-slider-dot\"><\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\r\n\r\n <script>\r\n  document.addEventListener('DOMContentLoaded', function() {\r\n    const slides = document.querySelectorAll('.smf-slide');\r\n    const dots = document.querySelectorAll('.smf-slider-dot');\r\n    const prevBtn = document.querySelector('.smf-slider-prev');\r\n    const nextBtn = document.querySelector('.smf-slider-next');\r\n    let currentSlide = 0;\r\n    let autoPlayTimer;\r\n    const autoPlayDelay = 8000;\r\n    let isTransitioning = false; \r\n    \r\n    function resetAutoPlayTimer() {\r\n      clearInterval(autoPlayTimer);\r\n      autoPlayTimer = setInterval(function() {\r\n        nextSlide();\r\n      }, autoPlayDelay);\r\n    }\r\n    \r\n    function nextSlide() {\r\n      if (isTransitioning) return; \r\n      isTransitioning = true;\r\n      \r\n      currentSlide++;\r\n      if (currentSlide >= slides.length) {\r\n        currentSlide = 0;\r\n      }\r\n      showSlide(currentSlide);\r\n      \r\n \r\n      setTimeout(() => {\r\n        isTransitioning = false;\r\n      }, 600);\r\n    }\r\n    \r\n    function prevSlide() {\r\n      if (isTransitioning) return; \r\n      isTransitioning = true;\r\n      \r\n      currentSlide--;\r\n      if (currentSlide < 0) {\r\n        currentSlide = slides.length - 1;\r\n      }\r\n      showSlide(currentSlide);\r\n      \r\n  \r\n      setTimeout(() => {\r\n        isTransitioning = false;\r\n      }, 600);\r\n    }\r\n    \r\n    function showSlide(index) {\r\n  \r\n      slides.forEach(slide => {\r\n        slide.classList.remove('active');\r\n      });\r\n      \r\n      dots.forEach(dot => {\r\n        dot.classList.remove('active');\r\n      });\r\n      \r\n   \r\n      slides[index].classList.add('active');\r\n      dots[index].classList.add('active');\r\n      \r\n      currentSlide = index;\r\n    }\r\n    \r\n    prevBtn.addEventListener('click', function() {\r\n      prevSlide();\r\n      resetAutoPlayTimer();\r\n    });\r\n    \r\n    nextBtn.addEventListener('click', function() {\r\n      nextSlide();\r\n      resetAutoPlayTimer();\r\n    });\r\n    \r\n\r\n    dots.forEach((dot, index) => {\r\n      dot.addEventListener('click', function() {\r\n        if (isTransitioning) return; \r\n        isTransitioning = true;\r\n        \r\n        showSlide(index);\r\n        resetAutoPlayTimer();\r\n \r\n        setTimeout(() => {\r\n          isTransitioning = false;\r\n        }, 600);\r\n      });\r\n    });\r\n    \r\n    resetAutoPlayTimer();\r\n    \r\n    const sliderContainer = document.querySelector('.smf-slider-container');\r\n    sliderContainer.addEventListener('mouseenter', function() {\r\n      clearInterval(autoPlayTimer);\r\n    });\r\n    \r\n    sliderContainer.addEventListener('mouseleave', function() {\r\n      resetAutoPlayTimer();\r\n    });\r\n    \r\n    let touchStartX = 0;\r\n    let touchEndX = 0;\r\n    \r\n    sliderContainer.addEventListener('touchstart', function(e) {\r\n      touchStartX = e.changedTouches[0].screenX;\r\n      clearInterval(autoPlayTimer);\r\n    }, {passive: true});\r\n    \r\n    sliderContainer.addEventListener('touchend', function(e) {\r\n      touchEndX = e.changedTouches[0].screenX;\r\n      handleSwipe();\r\n      resetAutoPlayTimer();\r\n    }, {passive: true});\r\n    \r\n    function handleSwipe() {\r\n      if (isTransitioning) return;\r\n      \r\n      const swipeDistance = touchEndX - touchStartX;\r\n      if (swipeDistance > 50) {\r\n        prevSlide();\r\n      } else if (swipeDistance < -50) {\r\n        nextSlide();\r\n      }\r\n    }\r\n  });\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fa8a25f elementor-section-full_width elementor-hidden-tablet elementor-hidden-mobile elementor-section-height-default elementor-section-height-default\" data-id=\"fa8a25f\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-15f9925\" data-id=\"15f9925\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-89103ac elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"89103ac\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-caa7f30\" data-id=\"caa7f30\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-d2f1edd\" data-id=\"d2f1edd\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6b3e923 elementor-widget elementor-widget-heading\" data-id=\"6b3e923\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Complete PET Bottles Filling Lines<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c7532ea elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"c7532ea\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e305534 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"e305534\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c0b5a55 elementor-widget elementor-widget-heading\" data-id=\"c0b5a55\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">About us<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e2e265d elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"e2e265d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>We have a history of <strong style=\"font-weight: bold;\">more than 25 years of experience in designing, manufacturing, commissioning and servicing complete PET filling lines<\/strong> worldwide.<\/p>\n\n<p><strong style=\"font-weight: bold;\">We stand out with our wide range of modern PET Blow Molding Machines<\/strong>, designed to meet the expectations of the most demanding customers.<\/p>\n\n<p>By providing support to our customers at every stage of their projects and focusing on their needs, we implement <strong style=\"font-weight: bold;\">optimized solutions that make production processes more efficient, cost-effective, and environmentally friendly<\/strong>.<\/p>\n\n<p>Thanks to our clients and the <strong style=\"font-weight: bold;\">relationships based on partnership and trust, we grow and succeed together<\/strong>.<\/p>\n\n<p>Our machines are distinguished by their quality and reliability, meticulously designed and manufactured with maximum precision.<\/p>\n\n<p><strong style=\"font-weight: bold;\">We comprehensively bring our clients&#8217; visions to life<\/strong>.<\/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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-ae6f02d\" data-id=\"ae6f02d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-7c1b8a2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7c1b8a2\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-0c2cad7\" data-id=\"0c2cad7\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e043c86 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"e043c86\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"2048\" height=\"1280\" src=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/9eb58a7c600b49d64f2f08572e55d50e-2048x1280.png\" class=\"attachment-2048x2048 size-2048x2048 wp-image-11242\" alt=\"\" srcset=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/9eb58a7c600b49d64f2f08572e55d50e-2048x1280.png 2048w, https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/9eb58a7c600b49d64f2f08572e55d50e-300x188.png 300w, https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/9eb58a7c600b49d64f2f08572e55d50e-1024x640.png 1024w, https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/9eb58a7c600b49d64f2f08572e55d50e-768x480.png 768w, https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/9eb58a7c600b49d64f2f08572e55d50e-1536x960.png 1536w, https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/9eb58a7c600b49d64f2f08572e55d50e-400x250.png 400w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" \/>\t\t\t\t\t\t\t\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e50dfda elementor-section-full_width elementor-hidden-desktop elementor-section-height-default elementor-section-height-default\" data-id=\"e50dfda\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1aba252\" data-id=\"1aba252\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-6ea5f32 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"6ea5f32\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-4dd8a97\" data-id=\"4dd8a97\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f8bc005 elementor-widget-mobile__width-inherit elementor-widget elementor-widget-heading\" data-id=\"f8bc005\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Complete PET Bottles Filling Lines<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1304394 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"1304394\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b633e6b elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"b633e6b\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-17b6c16 elementor-widget elementor-widget-heading\" data-id=\"17b6c16\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">About us<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3d7a8f3 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"3d7a8f3\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>We have a history of <strong style=\"font-weight: bold;\">more than 25 years of experience in designing, manufacturing, commissioning and servicing complete PET filling lines<\/strong> worldwide.<\/p>\n\n<p><strong style=\"font-weight: bold;\">We stand out with our wide range of modern PET Blow Molding Machines<\/strong>, designed to meet the expectations of the most demanding customers.<\/p>\n\n<p>By providing support to our customers at every stage of their projects and focusing on their needs, we implement <strong style=\"font-weight: bold;\">optimized solutions that make production processes more efficient, cost-effective, and environmentally friendly<\/strong>.<\/p>\n\n<p>Thanks to our clients and the <strong style=\"font-weight: bold;\">relationships based on partnership and trust, we grow and succeed together<\/strong>.<\/p>\n\n<p>Our machines are distinguished by their quality and reliability, meticulously designed and manufactured with maximum precision.<\/p>\n\n<p><strong style=\"font-weight: bold;\">We comprehensively bring our clients&#8217; visions to life<\/strong>.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c8f53cd elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"c8f53cd\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"2048\" height=\"1280\" src=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/9eb58a7c600b49d64f2f08572e55d50e-2048x1280.png\" class=\"attachment-2048x2048 size-2048x2048 wp-image-11242\" alt=\"\" srcset=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/9eb58a7c600b49d64f2f08572e55d50e-2048x1280.png 2048w, https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/9eb58a7c600b49d64f2f08572e55d50e-300x188.png 300w, https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/9eb58a7c600b49d64f2f08572e55d50e-1024x640.png 1024w, https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/9eb58a7c600b49d64f2f08572e55d50e-768x480.png 768w, https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/9eb58a7c600b49d64f2f08572e55d50e-1536x960.png 1536w, https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/9eb58a7c600b49d64f2f08572e55d50e-400x250.png 400w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" \/>\t\t\t\t\t\t\t\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7559124 elementor-section-full_width elementor-section-content-middle elementor-section-height-default elementor-section-height-default\" data-id=\"7559124\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b4428e0\" data-id=\"b4428e0\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-d3b401b elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d3b401b\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-c6f1178\" data-id=\"c6f1178\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d150858 elementor-widget elementor-widget-heading\" data-id=\"d150858\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Products<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b99ec35 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"b99ec35\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-78674e2 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"78674e2\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5caa4ac elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5caa4ac\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-07f7db7\" data-id=\"07f7db7\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-cc8fbd2 elementor-widget elementor-widget-shortcode\" data-id=\"cc8fbd2\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div><div id=\"image-map-pro-463434b5-e383-4f86-9f66-e7942caed1d9\"><\/div><\/div><\/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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-21befb7 elementor-section-full_width elementor-section-content-middle elementor-section-height-default elementor-section-height-default\" data-id=\"21befb7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3b247d2\" data-id=\"3b247d2\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-3f05de4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3f05de4\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-3504606\" data-id=\"3504606\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-252a6a5 elementor-widget elementor-widget-heading\" data-id=\"252a6a5\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Our Recent Implementations<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ddcb579 elementor-widget elementor-widget-heading\" data-id=\"ddcb579\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">How we are transforming the PET industry with efficient and modern solutions<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-68084f2 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"68084f2\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dd7300d elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"dd7300d\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-573bef3 elementor-widget elementor-widget-spacer\" data-id=\"573bef3\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\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\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5060e7c elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5060e7c\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-wider\">\n\t\t\t\t\t<div class=\"make-column-clickable-elementor elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-f1486cf\" style=\"cursor: pointer;\" data-column-clickable=\"https:\/\/youtu.be\/A_M-5pMlZSw\" data-column-clickable-blank=\"_blank\" data-id=\"f1486cf\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7a6a57c image-zoom-effect elementor-widget elementor-widget-image\" data-id=\"7a6a57c\" data-element_type=\"widget\" id=\"image-zoom-effect\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1024\" height=\"768\" src=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/8950b8d969bfa34fd02295208d03e6d2-1024x768.jpg\" class=\"attachment-large size-large wp-image-11251\" alt=\"\" srcset=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/8950b8d969bfa34fd02295208d03e6d2-1024x768.jpg 1024w, https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/8950b8d969bfa34fd02295208d03e6d2-300x225.jpg 300w, https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/8950b8d969bfa34fd02295208d03e6d2-768x576.jpg 768w, https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/8950b8d969bfa34fd02295208d03e6d2-1536x1152.jpg 1536w, https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/8950b8d969bfa34fd02295208d03e6d2-2048x1536.jpg 2048w, https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/8950b8d969bfa34fd02295208d03e6d2-400x300.jpg 400w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1da1944 elementor-widget elementor-widget-heading\" data-id=\"1da1944\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">UZDROWISKO BUSKO-ZDR\u00d3J S.A.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ee96b4f elementor-widget elementor-widget-text-editor\" data-id=\"ee96b4f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>In January 2025, we launched a complete production line with a capacity of 14,000 BPH for producing both carbonated and non-carbonated water. This is our compact solution, from concept to commissioning.<\/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<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-17f0bd6\" data-id=\"17f0bd6\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-bc518ce image-zoom-effect elementor-widget elementor-widget-image\" data-id=\"bc518ce\" data-element_type=\"widget\" id=\"image-zoom-effect\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"454\" height=\"252\" src=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Rectangle-148.png\" class=\"attachment-large size-large wp-image-11655\" alt=\"\" srcset=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Rectangle-148.png 454w, https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Rectangle-148-300x167.png 300w, https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Rectangle-148-400x222.png 400w\" sizes=\"(max-width: 454px) 100vw, 454px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f3ebd8b elementor-widget elementor-widget-heading\" data-id=\"f3ebd8b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">          KABAKO GRUPPE SP. z o. o.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0832be8 elementor-widget elementor-widget-text-editor\" data-id=\"0832be8\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>In 2024, we commissioned a production line for dairy beverages in 200ml, 400ml, 500ml, and 1000ml sizes. This enabled increased production capacity and a more diverse product range.<\/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<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-1accd81\" data-id=\"1accd81\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8ce44dd image-zoom-effect elementor-widget elementor-widget-image\" data-id=\"8ce44dd\" data-element_type=\"widget\" id=\"image-zoom-effect\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"453\" height=\"252\" src=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Rectangle-149.png\" class=\"attachment-large size-large wp-image-11654\" alt=\"\" srcset=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Rectangle-149.png 453w, https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Rectangle-149-300x167.png 300w, https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Rectangle-149-400x223.png 400w\" sizes=\"(max-width: 453px) 100vw, 453px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2cf37b7 elementor-widget elementor-widget-heading\" data-id=\"2cf37b7\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">OSM w\u00a0 woj. lubelskim<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-78b6ebb elementor-widget elementor-widget-text-editor\" data-id=\"78b6ebb\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>In 2024, we launched another complete dairy beverage production line, from bottle blowing to packaging, with an average capacity of 12,000 BPH across four volume segments.<\/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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-caedd0b elementor-hidden-desktop elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"caedd0b\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-wider\">\n\t\t\t\t\t<div class=\"make-column-clickable-elementor elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-26700dd\" style=\"cursor: pointer;\" data-column-clickable=\"https:\/\/youtu.be\/A_M-5pMlZSw\" data-column-clickable-blank=\"_blank\" data-id=\"26700dd\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-633ec71 image-zoom-effect elementor-widget elementor-widget-image\" data-id=\"633ec71\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1024\" height=\"768\" src=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/8950b8d969bfa34fd02295208d03e6d2-1024x768.jpg\" class=\"attachment-large size-large wp-image-11251\" alt=\"\" srcset=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/8950b8d969bfa34fd02295208d03e6d2-1024x768.jpg 1024w, https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/8950b8d969bfa34fd02295208d03e6d2-300x225.jpg 300w, https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/8950b8d969bfa34fd02295208d03e6d2-768x576.jpg 768w, https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/8950b8d969bfa34fd02295208d03e6d2-1536x1152.jpg 1536w, https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/8950b8d969bfa34fd02295208d03e6d2-2048x1536.jpg 2048w, https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/8950b8d969bfa34fd02295208d03e6d2-400x300.jpg 400w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-718abe6 elementor-widget elementor-widget-heading\" data-id=\"718abe6\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">UZDROWISKO BUSKO-ZDR\u00d3J S.A.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e81891f elementor-widget elementor-widget-text-editor\" data-id=\"e81891f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>In January 2025, we launched a complete production line with a capacity of 14,000 BPH for producing both carbonated and non-carbonated water. This is our compact solution, from concept to commissioning<\/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<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-20449d7\" data-id=\"20449d7\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b9e40ce image-zoom-effect elementor-widget elementor-widget-image\" data-id=\"b9e40ce\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"454\" height=\"252\" src=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Rectangle-148.png\" class=\"attachment-large size-large wp-image-11655\" alt=\"\" srcset=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Rectangle-148.png 454w, https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Rectangle-148-300x167.png 300w, https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Rectangle-148-400x222.png 400w\" sizes=\"(max-width: 454px) 100vw, 454px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f3caf3b elementor-widget elementor-widget-heading\" data-id=\"f3caf3b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">          KABAKO GRUPPE SP. z o. o.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7648146 elementor-widget elementor-widget-text-editor\" data-id=\"7648146\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>In 2024, we commissioned a production line for dairy beverages in 200ml, 400ml, 500ml, and 1000ml sizes. This enabled increased production capacity and a more diverse product range.<\/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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-3c9df2d elementor-hidden-desktop elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3c9df2d\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-wider\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5015364\" data-id=\"5015364\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8ec6118 image-zoom-effect elementor-widget elementor-widget-image\" data-id=\"8ec6118\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"453\" height=\"252\" src=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Rectangle-149.png\" class=\"attachment-large size-large wp-image-11654\" alt=\"\" srcset=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Rectangle-149.png 453w, https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Rectangle-149-300x167.png 300w, https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Rectangle-149-400x223.png 400w\" sizes=\"(max-width: 453px) 100vw, 453px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8b1186a elementor-widget elementor-widget-heading\" data-id=\"8b1186a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">OSM w\u00a0 woj. lubelskim<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-29b6725 elementor-widget elementor-widget-text-editor\" data-id=\"29b6725\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>In 2024, we launched another complete dairy beverage production line, from bottle blowing to packaging, with an average capacity of 12,000 BPH across four volume segments.<\/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<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-c730144\" data-id=\"c730144\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-933e8c5 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"933e8c5\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-d21c73e\" data-id=\"d21c73e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2a90170 elementor-widget elementor-widget-spacer\" data-id=\"2a90170\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\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\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-24d93da elementor-align-center elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-button\" data-id=\"24d93da\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\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\">Zobacz wi\u0119cej<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-bae3e63 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"bae3e63\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7ef15f4\" data-id=\"7ef15f4\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-cdcd85a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"cdcd85a\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"make-column-clickable-elementor elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-263e542\" style=\"cursor: pointer;\" data-column-clickable=\"https:\/\/sb360.online\/46jwn5\" data-column-clickable-blank=\"_blank\" data-id=\"263e542\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4111f13 image-zoom-effect elementor-widget elementor-widget-image\" data-id=\"4111f13\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"293\" src=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/06\/Frame-171-3-1024x293.png\" class=\"attachment-large size-large wp-image-14673\" alt=\"\" srcset=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/06\/Frame-171-3-1024x293.png 1024w, https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/06\/Frame-171-3-300x86.png 300w, https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/06\/Frame-171-3-768x219.png 768w, https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/06\/Frame-171-3-400x114.png 400w, https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/06\/Frame-171-3.png 1400w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cc919f1 elementor-position-right elementor-vertical-align-middle elementor-widget__width-initial elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"cc919f1\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<a href=\"https:\/\/sb360.online\/46jwn5\" target=\"_blank\" class=\"elementor-icon\" tabindex=\"-1\" aria-label=\"UZDROWISKO BUSKO-ZDR\u00d3J S.A.  -  &lt;span style=&quot;font-size:25px; font-weight:800;&quot;&gt;TOUR 3D &lt;\/span&gt;\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"43\" height=\"43\" viewBox=\"0 0 43 43\" fill=\"none\"><path d=\"M12.9 15.7667L14.0467 16.6267C14.2064 16.4137 14.3036 16.1605 14.3275 15.8954C14.3514 15.6303 14.3011 15.3638 14.182 15.1257C14.063 14.8876 13.88 14.6874 13.6535 14.5474C13.4271 14.4075 13.1662 14.3333 12.9 14.3333V15.7667ZM8.6 21.5L7.45333 20.64C7.29362 20.853 7.19636 21.1062 7.17246 21.3713C7.14855 21.6364 7.19894 21.9029 7.31799 22.141C7.43703 22.3791 7.62002 22.5793 7.84645 22.7193C8.07288 22.8592 8.33381 22.9333 8.6 22.9333V21.5ZM5.73333 17.2H12.9V14.3333H5.73333V17.2ZM11.7533 14.9067L7.45333 20.64L9.74667 22.36L14.0467 16.6267L11.7533 14.9067ZM8.6 22.9333H10.0333V20.0667H8.6V22.9333ZM10.0333 25.8H5.73333V28.6667H10.0333V25.8ZM11.4667 24.3667C11.4667 24.7468 11.3157 25.1114 11.0469 25.3802C10.7781 25.649 10.4135 25.8 10.0333 25.8V28.6667C11.1738 28.6667 12.2675 28.2136 13.0739 27.4072C13.8803 26.6008 14.3333 25.5071 14.3333 24.3667H11.4667ZM10.0333 22.9333C10.4135 22.9333 10.7781 23.0844 11.0469 23.3532C11.3157 23.622 11.4667 23.9865 11.4667 24.3667H14.3333C14.3333 23.2262 13.8803 22.1325 13.0739 21.3261C12.2675 20.5197 11.1738 20.0667 10.0333 20.0667V22.9333ZM22.9333 14.3333H21.5V17.2H22.9333V14.3333ZM17.2 18.6333V21.5H20.0667V18.6333H17.2ZM17.2 21.5V24.3667H20.0667V21.5H17.2ZM21.5 20.0667H18.6333V22.9333H21.5V20.0667ZM25.8 24.3667C25.8 23.2262 25.347 22.1325 24.5406 21.3261C23.7342 20.5197 22.6404 20.0667 21.5 20.0667V22.9333C21.8801 22.9333 22.2447 23.0844 22.5135 23.3532C22.7823 23.622 22.9333 23.9865 22.9333 24.3667H25.8ZM21.5 28.6667C22.6404 28.6667 23.7342 28.2136 24.5406 27.4072C25.347 26.6008 25.8 25.5071 25.8 24.3667H22.9333C22.9333 24.7468 22.7823 25.1114 22.5135 25.3802C22.2447 25.649 21.8801 25.8 21.5 25.8V28.6667ZM21.5 25.8C21.1199 25.8 20.7553 25.649 20.4865 25.3802C20.2177 25.1114 20.0667 24.7468 20.0667 24.3667H17.2C17.2 25.5071 17.653 26.6008 18.4594 27.4072C19.2658 28.2136 20.3596 28.6667 21.5 28.6667V25.8ZM21.5 14.3333C20.3596 14.3333 19.2658 14.7864 18.4594 15.5928C17.653 16.3992 17.2 17.4929 17.2 18.6333H20.0667C20.0667 18.2532 20.2177 17.8886 20.4865 17.6198C20.7553 17.351 21.1199 17.2 21.5 17.2V14.3333ZM34.4 18.6333V24.3667H37.2667V18.6333H34.4ZM31.5333 24.3667V18.6333H28.6667V24.3667H31.5333ZM32.9667 25.8C32.5865 25.8 32.2219 25.649 31.9531 25.3802C31.6843 25.1114 31.5333 24.7468 31.5333 24.3667H28.6667C28.6667 25.5071 29.1197 26.6008 29.9261 27.4072C30.7325 28.2136 31.8262 28.6667 32.9667 28.6667V25.8ZM34.4 24.3667C34.4 24.7468 34.249 25.1114 33.9802 25.3802C33.7114 25.649 33.3468 25.8 32.9667 25.8V28.6667C34.1071 28.6667 35.2008 28.2136 36.0072 27.4072C36.8136 26.6008 37.2667 25.5071 37.2667 24.3667H34.4ZM32.9667 17.2C33.3468 17.2 33.7114 17.351 33.9802 17.6198C34.249 17.8886 34.4 18.2532 34.4 18.6333H37.2667C37.2667 17.4929 36.8136 16.3992 36.0072 15.5928C35.2008 14.7864 34.1071 14.3333 32.9667 14.3333V17.2ZM32.9667 14.3333C31.8262 14.3333 30.7325 14.7864 29.9261 15.5928C29.1197 16.3992 28.6667 17.4929 28.6667 18.6333H31.5333C31.5333 18.2532 31.6843 17.8886 31.9531 17.6198C32.2219 17.351 32.5865 17.2 32.9667 17.2V14.3333ZM21.5 40.1333C16.5581 40.1333 11.8187 38.1702 8.32424 34.6758C4.82982 31.1813 2.86667 26.4419 2.86667 21.5H0C0 27.2022 2.26517 32.6708 6.2972 36.7028C10.3292 40.7348 15.7978 43 21.5 43V40.1333ZM40.1333 21.5C40.1333 23.947 39.6514 26.37 38.715 28.6307C37.7785 30.8914 36.406 32.9455 34.6758 34.6758C32.9455 36.406 30.8914 37.7785 28.6307 38.715C26.37 39.6514 23.947 40.1333 21.5 40.1333V43C27.2022 43 32.6708 40.7348 36.7028 36.7028C40.7348 32.6708 43 27.2022 43 21.5H40.1333ZM21.5 1.63054e-05C15.7978 1.63054e-05 10.3292 2.26519 6.2972 6.29722C2.26517 10.3292 0 15.7979 0 21.5H2.86667C2.86667 16.5581 4.82982 11.8187 8.32424 8.32426C11.8187 4.82983 16.5581 2.86668 21.5 2.86668V1.63054e-05ZM38.7 8.60001C39.0801 8.60001 39.4447 8.75103 39.7135 9.01983C39.9823 9.28863 40.1333 9.6532 40.1333 10.0333H43C43 8.89292 42.547 7.79919 41.7406 6.99279C40.9342 6.18638 39.8404 5.73335 38.7 5.73335V8.60001ZM38.7 11.4667C38.3199 11.4667 37.9553 11.3157 37.6865 11.0469C37.4177 10.7781 37.2667 10.4135 37.2667 10.0333H34.4C34.4 11.1738 34.853 12.2675 35.6594 13.0739C36.4658 13.8803 37.5596 14.3333 38.7 14.3333V11.4667ZM37.2667 10.0333C37.2667 9.68075 37.3928 9.35968 37.6049 9.10741L35.4177 7.25555C34.7841 8.00375 34.4 8.97555 34.4 10.0333H37.2667ZM37.6049 9.10741C37.7396 8.9483 37.9073 8.82047 38.0965 8.73284C38.2856 8.6452 38.4916 8.59988 38.7 8.60001V5.73335C37.3813 5.73335 36.2031 6.32675 35.4177 7.25555L37.6049 9.10741ZM21.5 2.86668C27.0441 2.86668 32.0235 5.28615 35.4377 9.13321L37.582 7.22975C35.567 4.95356 33.0911 3.13182 30.3185 1.88538C27.5459 0.638931 24.5399 -0.00373236 21.5 1.63054e-05V2.86668ZM38.2815 13.3873C39.4683 15.8412 40.1333 18.5903 40.1333 21.5H43C43 18.146 42.2317 14.9726 40.8615 12.1403L38.2815 13.3873ZM40.1333 10.0333C40.1337 10.3377 40.0373 10.6342 39.8579 10.88C39.6786 11.1259 39.4256 11.3082 39.1357 11.4007L40.0072 14.1298C40.876 13.8526 41.6341 13.3063 42.1721 12.57C42.7101 11.8336 43 10.9453 43 10.0333H40.1333ZM39.1357 11.4007C38.9948 11.4451 38.8478 11.4673 38.7 11.4667V14.3333C39.1435 14.3343 39.5844 14.2637 40.0072 14.1298L39.1357 11.4007Z\" fill=\"white\"><\/path><\/svg>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<a href=\"https:\/\/sb360.online\/46jwn5\" target=\"_blank\" >\n\t\t\t\t\t\t\tUZDROWISKO BUSKO-ZDR\u00d3J S.A.  -  <span style=\"font-size:25px; font-weight:800;\">TOUR 3D <\/span>\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tThe line includes:<br><br>\n<b>1. <\/b>Quatroblock- synchronized blow-fill-cap module (SMF) <b>2. <\/b> Etima 9 - Labeling Machine (SMF) <br><b>3.  <\/b>Conveyor System (SMF) <b>4.  <\/b>Bauer 20 shrink packaging machine (SMF) <b>5. <\/b> Printer <b>6.  <\/b>SMF Palletizer with Yaskawa Robot <br><b>7.  <\/b>SMF Water Treatment Units\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-130463f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"130463f\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-85aaf22\" data-id=\"85aaf22\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-679ea2b elementor-widget elementor-widget-spacer\" data-id=\"679ea2b\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\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\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-8208d95 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"8208d95\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-26972d7\" data-id=\"26972d7\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c58f477 elementor-widget elementor-widget-spacer\" data-id=\"c58f477\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\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\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-fe978c0 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"fe978c0\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-6f3126b\" data-id=\"6f3126b\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ea49d52 elementor-position-right elementor-vertical-align-top elementor-widget elementor-widget-image-box\" data-id=\"ea49d52\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"55\" height=\"31\" src=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Vector.svg\" class=\"attachment-full size-full wp-image-11268\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\">360 \u00b0 project design<\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-d803f99 elementor-widget elementor-widget-spacer\" data-id=\"d803f99\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\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\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-06847fa elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"06847fa\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-3d14004\" data-id=\"3d14004\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e9d7a30 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"e9d7a30\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"86\" height=\"100\" src=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Group-1.svg\" class=\"attachment-full size-full wp-image-11265\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Design<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-7b0fff2\" data-id=\"7b0fff2\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ced4379 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"ced4379\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"109\" height=\"100\" src=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Layer_2.svg\" class=\"attachment-full size-full wp-image-11264\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Production<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-c9f81c7\" data-id=\"c9f81c7\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-cb9dca1 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"cb9dca1\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"101\" height=\"100\" src=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Group-1-1.svg\" class=\"attachment-full size-full wp-image-11267\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Assembly<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-d0e3a9d\" data-id=\"d0e3a9d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b6ef486 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"b6ef486\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"102\" height=\"100\" src=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Layer_2-1.svg\" class=\"attachment-full size-full wp-image-11266\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">After-Sales Service<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-9f6f9dd elementor-widget elementor-widget-spacer\" data-id=\"9f6f9dd\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\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\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-eb4dbed elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"eb4dbed\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1ab5ab7\" data-id=\"1ab5ab7\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-85f8eed elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"85f8eed\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-f5bda38\" data-id=\"f5bda38\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0995bef elementor-widget elementor-widget-spacer\" data-id=\"0995bef\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\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\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-0c6975f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0c6975f\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-fb9bbfd\" data-id=\"fb9bbfd\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-70cdcd0 elementor-widget elementor-widget-heading\" data-id=\"70cdcd0\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Why Choose Us?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fba500e elementor-widget elementor-widget-heading\" data-id=\"fba500e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Comprehensive service \u2013 from today, you are in safe hands<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a479fa5 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"a479fa5\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8cfb31a elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"8cfb31a\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-dd63e4d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"dd63e4d\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-6a9a517\" data-id=\"6a9a517\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9626884 elementor-widget elementor-widget-spacer\" data-id=\"9626884\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\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\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-ca89c9c elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"ca89c9c\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-1c560ab\" data-id=\"1c560ab\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b75d5a2 elementor-widget elementor-widget-heading\" data-id=\"b75d5a2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">1. We assess your needs and develop the best solutions together.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b71ffbd elementor-widget elementor-widget-image\" data-id=\"b71ffbd\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"453\" height=\"245\" src=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Rectangle-165.png\" class=\"attachment-large size-large wp-image-11276\" alt=\"\" srcset=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Rectangle-165.png 453w, https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Rectangle-165-300x162.png 300w, https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Rectangle-165-400x216.png 400w\" sizes=\"(max-width: 453px) 100vw, 453px\" \/>\t\t\t\t\t\t\t\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<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-83cd0e0\" data-id=\"83cd0e0\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-cf47612 elementor-widget elementor-widget-heading\" data-id=\"cf47612\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">2. Our experienced designers will design machines<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2781ead elementor-widget elementor-widget-image\" data-id=\"2781ead\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"453\" height=\"245\" src=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Rectangle-166.png\" class=\"attachment-large size-large wp-image-11280\" alt=\"\" srcset=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Rectangle-166.png 453w, https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Rectangle-166-300x162.png 300w, https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Rectangle-166-400x216.png 400w\" sizes=\"(max-width: 453px) 100vw, 453px\" \/>\t\t\t\t\t\t\t\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<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3010692\" data-id=\"3010692\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-dbcafaa elementor-widget elementor-widget-heading\" data-id=\"dbcafaa\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">3. We manufacture, assemble, and commission your line with the utmost precision.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-597bd56 elementor-widget elementor-widget-image\" data-id=\"597bd56\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"453\" height=\"245\" src=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Rectangle-167.png\" class=\"attachment-large size-large wp-image-11277\" alt=\"\" srcset=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Rectangle-167.png 453w, https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Rectangle-167-300x162.png 300w, https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Rectangle-167-400x216.png 400w\" sizes=\"(max-width: 453px) 100vw, 453px\" \/>\t\t\t\t\t\t\t\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-36ccca8 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"36ccca8\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-73d8b36\" data-id=\"73d8b36\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7441966 elementor-widget elementor-widget-heading\" data-id=\"7441966\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">4. We optimize efficiency.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-76052ae elementor-widget elementor-widget-image\" data-id=\"76052ae\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"453\" height=\"245\" src=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Rectangle-168.png\" class=\"attachment-large size-large wp-image-11278\" alt=\"\" srcset=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Rectangle-168.png 453w, https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Rectangle-168-300x162.png 300w, https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Rectangle-168-400x216.png 400w\" sizes=\"(max-width: 453px) 100vw, 453px\" \/>\t\t\t\t\t\t\t\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<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-2e84f65\" data-id=\"2e84f65\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9638159 elementor-widget elementor-widget-heading\" data-id=\"9638159\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">5. We provide after-sales support with a dedicated consultant.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9f057c4 elementor-widget elementor-widget-image\" data-id=\"9f057c4\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"454\" height=\"245\" src=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Rectangle-169.png\" class=\"attachment-large size-large wp-image-11279\" alt=\"\" srcset=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Rectangle-169.png 454w, https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Rectangle-169-300x162.png 300w, https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Rectangle-169-400x216.png 400w\" sizes=\"(max-width: 454px) 100vw, 454px\" \/>\t\t\t\t\t\t\t\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<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-58e4fea\" data-id=\"58e4fea\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f5b7ec6 elementor-widget elementor-widget-heading\" data-id=\"f5b7ec6\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">6. We guarantee warranty and post-warranty service as well as spare parts.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6bdcf38 elementor-widget elementor-widget-image\" data-id=\"6bdcf38\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"453\" height=\"245\" src=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Rectangle-170.png\" class=\"attachment-large size-large wp-image-11275\" alt=\"\" srcset=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Rectangle-170.png 453w, https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Rectangle-170-300x162.png 300w, https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Rectangle-170-400x216.png 400w\" sizes=\"(max-width: 453px) 100vw, 453px\" \/>\t\t\t\t\t\t\t\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-c472d22 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c472d22\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-9485468\" data-id=\"9485468\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ef76b67 elementor-widget elementor-widget-spacer\" data-id=\"ef76b67\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\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\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d207182 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d207182\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-59fc214\" data-id=\"59fc214\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-30e0a56 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"30e0a56\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-d34ab5c\" data-id=\"d34ab5c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b0cdf98 elementor-widget elementor-widget-image\" data-id=\"b0cdf98\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"305\" height=\"362\" src=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Group-84.svg\" class=\"attachment-large size-large wp-image-11283\" alt=\"\" \/>\t\t\t\t\t\t\t\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<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-079ea7a elementor-hidden-tablet\" data-id=\"079ea7a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5b5f91f e-transform e-transform elementor-hidden-mobile elementor-widget elementor-widget-image\" data-id=\"5b5f91f\" data-element_type=\"widget\" data-settings=\"{&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:90,&quot;sizes&quot;:[]},&quot;_transform_flipY_effect&quot;:&quot;transform&quot;,&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"25\" height=\"264\" src=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Group-85.svg\" class=\"attachment-large size-large wp-image-11284\" alt=\"\" \/>\t\t\t\t\t\t\t\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-ff492e8\" data-id=\"ff492e8\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-04d0c1d elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"04d0c1d\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-3198415\" data-id=\"3198415\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f59bb8b elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"f59bb8b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">SMF Global Reach<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-91fbf8a elementor-widget elementor-widget-heading\" data-id=\"91fbf8a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">technology that pushes the boundaries<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5309c06 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"5309c06\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>For over 25 years, SMF has been delivering innovative solutions for the PET industry<\/strong>, serving customers worldwide. Our blow molding machines and production lines operate <strong>in more than 80 countries<\/strong>, supporting the growth of businesses across Europe, North America, South America, Asia, Africa, and Australia. By understanding the specifics of different markets, we offer technologies adjusted to local needs while always <strong>ensuring top quality and reliability.<\/strong><\/p><p>Working with companies across various industries \u2013 from bottled water and beverage producers to the cosmetics and chemical sectors \u2013 we provide solutions that combine efficiency, sustainability, and modern design. Our success results not only from advanced technology but also from our partnership approach \u2013 we stand by our customers at every project stage, providing support from planning to implementation and after-sales service.<\/p><p><strong>SMF stands for reliability and innovation in the global PET industry<\/strong>, as confirmed by hundreds of successful implementations across all continents. We are proud that our solutions help companies push the boundaries of their capabilities.<\/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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4f72d93 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"4f72d93\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-473e383\" data-id=\"473e383\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-883f70d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"883f70d\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-23a2a75\" data-id=\"23a2a75\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8a6ff69 elementor-widget elementor-widget-heading\" data-id=\"8a6ff69\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">SMF Comprehensive Production Solutions<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1f1407b elementor-widget elementor-widget-heading\" data-id=\"1f1407b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">from blowing to packaging<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-257d783 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"257d783\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7f4aa7a elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"7f4aa7a\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-96edb4c elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"96edb4c\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Over our 25-year history, <strong>we have developed a wide range of SMF blow-molding machines<\/strong>, meeting the needs of customers looking for machines with capacities ranging <strong>from 1,000 to 34,000 BPH.<\/strong><\/p><p style=\"text-align: left;\">Through close business cooperation with our clients and scientific-technical partnerships across Europe and the world,<strong> we also manufacture:<\/strong><\/p><p style=\"text-align: left;\"><strong>Rotary OPP hot-melt labelers<\/strong> (for applying labels with hot glue), <strong>rotary fillers<\/strong> (with weight, volumetric, or gravity systems),<br \/><strong>packers<\/strong> for bulk packaging, and fully <strong>automated palletizing machines.<\/strong><\/p><p style=\"text-align: left;\">Individual <strong>line components are integrated by the SMF conveyor system.<\/strong><\/p><p style=\"text-align: left;\">Our technologies and modern machine park <strong>allow us to create PET bottles in any shape<\/strong>, perfectly tailored to the requirements of various industries \u2013 from food, cosmetics, and chemicals to pharmaceuticals.<\/p><p style=\"text-align: left;\">We create bottles of every desired shape that meet our clients&#8217; needs and make their products stand out in the market.<\/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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-ae103a9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"ae103a9\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0096e53\" data-id=\"0096e53\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-49f0459 elementor-hidden-tablet elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"49f0459\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-12 elementor-inner-column elementor-element elementor-element-d2df0bd\" data-id=\"d2df0bd\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-bcbdb0d elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"bcbdb0d\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/smfgmbh.com\/product\/pet-bottle-water\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"111\" height=\"236\" src=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Zasob-16.svg\" class=\"attachment-full size-full wp-image-11300\" alt=\"\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\"><a href=\"https:\/\/smfgmbh.com\/product\/pet-bottle-water\/\">Natural Water<\/a><\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-12 elementor-inner-column elementor-element elementor-element-15dc566\" data-id=\"15dc566\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5d2d923 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"5d2d923\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/smfgmbh.com\/product\/soft-drink-machinery\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"111\" height=\"236\" src=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Zasob-22-1.svg\" class=\"attachment-full size-full wp-image-11301\" alt=\"\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\"><a href=\"https:\/\/smfgmbh.com\/product\/soft-drink-machinery\/\">Carbonated Beverages<\/a><\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-12 elementor-inner-column elementor-element elementor-element-62349e6\" data-id=\"62349e6\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1712af8 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"1712af8\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/smfgmbh.com\/product\/milk-dairy-products\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"112\" height=\"236\" src=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Warstwa_1-2.svg\" class=\"attachment-full size-full wp-image-11302\" alt=\"\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\"><a href=\"https:\/\/smfgmbh.com\/product\/milk-dairy-products\/\">Milk and Dairy Products<\/a><\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-12 elementor-inner-column elementor-element elementor-element-5957dd2\" data-id=\"5957dd2\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7b97224 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"7b97224\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/smfgmbh.com\/product\/household-cleaning-products\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"111\" height=\"236\" src=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Warstwa_1-2-1.svg\" class=\"attachment-full size-full wp-image-11304\" alt=\"\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\"><a href=\"https:\/\/smfgmbh.com\/product\/household-cleaning-products\/\">Household Chemicals and Cleaning Agents<\/a><\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-12 elementor-inner-column elementor-element elementor-element-203fceb\" data-id=\"203fceb\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6f25a7a elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"6f25a7a\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/smfgmbh.com\/product\/pet-bottle-olive-vinegar-ketchup\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"111\" height=\"236\" src=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Zasob-21-1.svg\" class=\"attachment-full size-full wp-image-11303\" alt=\"\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\"><a href=\"https:\/\/smfgmbh.com\/product\/pet-bottle-olive-vinegar-ketchup\/\">Edible Oil, Vinegar, Ketchup<\/a><\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-12 elementor-inner-column elementor-element elementor-element-715156a\" data-id=\"715156a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f8dc81b elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"f8dc81b\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/smfgmbh.com\/product\/bottles-for-alcohol-beer\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"112\" height=\"236\" src=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Zasob-19-1.svg\" class=\"attachment-full size-full wp-image-11307\" alt=\"\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\"><a href=\"https:\/\/smfgmbh.com\/product\/bottles-for-alcohol-beer\/\">Alcohol and Beer Bottles<\/a><\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-12 elementor-inner-column elementor-element elementor-element-2c6bcbf\" data-id=\"2c6bcbf\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1abf055 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"1abf055\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/smfgmbh.com\/product\/big-pet-bottles-3l-20l\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"111\" height=\"236\" src=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Zasob-17-1.svg\" class=\"attachment-full size-full wp-image-11306\" alt=\"\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\"><a href=\"https:\/\/smfgmbh.com\/product\/big-pet-bottles-3l-20l\/\">Large PET Bottles 3L \u2013 20L<\/a><\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-12 elementor-inner-column elementor-element elementor-element-b552a22\" data-id=\"b552a22\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-53e7e59 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"53e7e59\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/smfgmbh.com\/offer\/filling-lines\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"111\" height=\"236\" src=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Group-116-1.svg\" class=\"attachment-full size-full wp-image-11305\" alt=\"\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\"><a href=\"https:\/\/smfgmbh.com\/offer\/filling-lines\/\">Pharmaceutical Bottles and Jars<\/a><\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-fdc5aab elementor-section-full_width elementor-hidden-desktop elementor-hidden-mobile elementor-section-height-default elementor-section-height-default\" data-id=\"fdc5aab\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-wide\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-a0784a0\" data-id=\"a0784a0\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e05ae17 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"e05ae17\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/smfgmbh.com\/product\/pet-bottle-water\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"111\" height=\"236\" src=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Zasob-16.svg\" class=\"attachment-full size-full wp-image-11300\" alt=\"\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\"><a href=\"https:\/\/smfgmbh.com\/product\/pet-bottle-water\/\">Natural Water<\/a><\/h4><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-72e85c6\" data-id=\"72e85c6\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-094ed13 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"094ed13\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/smfgmbh.com\/product\/soft-drink-machinery\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"111\" height=\"236\" src=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Zasob-22-1.svg\" class=\"attachment-full size-full wp-image-11301\" alt=\"\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\"><a href=\"https:\/\/smfgmbh.com\/product\/soft-drink-machinery\/\">Carbonated Beverages<\/a><\/h4><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-6a1d782\" data-id=\"6a1d782\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ac25739 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"ac25739\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/smfgmbh.com\/product\/milk-dairy-products\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"112\" height=\"236\" src=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Warstwa_1-2.svg\" class=\"attachment-full size-full wp-image-11302\" alt=\"\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\"><a href=\"https:\/\/smfgmbh.com\/product\/milk-dairy-products\/\">Milk and Dairy Products<\/a><\/h4><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-875dcce\" data-id=\"875dcce\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5cf21e1 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"5cf21e1\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/smfgmbh.com\/product\/pet-bottle-olive-vinegar-ketchup\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"111\" height=\"236\" src=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Zasob-21-1.svg\" class=\"attachment-full size-full wp-image-11303\" alt=\"\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\"><a href=\"https:\/\/smfgmbh.com\/product\/pet-bottle-olive-vinegar-ketchup\/\">Edible Oil, Vinegar, Ketchup<\/a><\/h4><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-35d6d4d elementor-section-full_width elementor-hidden-desktop elementor-hidden-mobile elementor-section-height-default elementor-section-height-default\" data-id=\"35d6d4d\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-wide\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-6338d1f\" data-id=\"6338d1f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-de64e59 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"de64e59\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/smfgmbh.com\/product\/household-cleaning-products\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"111\" height=\"236\" src=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Warstwa_1-2-1.svg\" class=\"attachment-full size-full wp-image-11304\" alt=\"\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\"><a href=\"https:\/\/smfgmbh.com\/product\/household-cleaning-products\/\">Household Chemicals and Cleaning Agents<\/a><\/h4><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-0039e00\" data-id=\"0039e00\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-add283c elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"add283c\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/smfgmbh.com\/product\/bottles-for-alcohol-beer\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"112\" height=\"236\" src=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Zasob-19-1.svg\" class=\"attachment-full size-full wp-image-11307\" alt=\"\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\"><a href=\"https:\/\/smfgmbh.com\/product\/bottles-for-alcohol-beer\/\">Alcohol and Beer Bottles<\/a><\/h4><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-a038c41\" data-id=\"a038c41\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d3d2ddb elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"d3d2ddb\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/smfgmbh.com\/product\/big-pet-bottles-3l-20l\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"111\" height=\"236\" src=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Zasob-17-1.svg\" class=\"attachment-full size-full wp-image-11306\" alt=\"\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\"><a href=\"https:\/\/smfgmbh.com\/product\/big-pet-bottles-3l-20l\/\">Large PET Bottles 3L \u2013 20L<\/a><\/h4><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-8798cfe\" data-id=\"8798cfe\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-15b6868 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"15b6868\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/smfgmbh.com\/offer\/filling-lines\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"111\" height=\"236\" src=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/Group-116-1.svg\" class=\"attachment-full size-full wp-image-11305\" alt=\"\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\"><a href=\"https:\/\/smfgmbh.com\/offer\/filling-lines\/\">Large PET Bottles 3L \u2013 20L<\/a><\/h4><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-149abaa elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"149abaa\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-7b9b630\" data-id=\"7b9b630\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-743ba50 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"743ba50\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Therefore, if you are looking for comprehensive and modern solutions for your production, SMF is the perfect partner.<\/strong> We offer technologies tailored to your needs and solutions that increase efficiency, optimize the production process while ensuring the highest quality.<\/p><p><strong>Contact us to explore the full potential of our machines and production lines.<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3a0cbb1 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"3a0cbb1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/smfgmbh.com\/contact\/\">\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 xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"11\" height=\"20\" viewBox=\"0 0 11 20\" fill=\"none\"><path d=\"M1.48542 0.895508L0 2.38092L7.61875 9.99967L0 17.6184L1.48542 19.1038L10.5417 9.99967L1.48542 0.895508Z\" fill=\"white\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">We look forward to cooperating with you<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-ef503a5 e-flex e-con-boxed e-con e-parent\" data-id=\"ef503a5\" 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-fc60399 e-con-full e-flex e-con e-child\" data-id=\"fc60399\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5fdebd6 elementor-widget elementor-widget-heading\" data-id=\"5fdebd6\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">FAQ<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-36f192d elementor-widget elementor-widget-n-accordion\" data-id=\"36f192d\" data-element_type=\"widget\" data-settings=\"{&quot;default_state&quot;:&quot;expanded&quot;,&quot;max_items_expended&quot;:&quot;one&quot;,&quot;n_accordion_animation_duration&quot;:{&quot;unit&quot;:&quot;ms&quot;,&quot;size&quot;:400,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-n-accordion\" aria-label=\"Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys\">\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-5760\" class=\"e-n-accordion-item\" open>\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-5760\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> What does SMF, a company from \u015awidnik, specialise in, and how long has it been operating in the PET industry? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-chevron-up\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-5760\" class=\"elementor-element elementor-element-75e9a3b e-con-full e-flex e-con e-child\" data-id=\"75e9a3b\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7f539d7 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"7f539d7\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">SMF GmbH, headquartered in \u015awidnik, Poland, is a recognised manufacturer of advanced PET packaging production machinery and a supplier of complete bottling lines. With more than 25 years of industry experience (the company was established in 1999), SMF specialises in delivering innovative, energy-efficient technologies for the packaging sector and is regarded as one of Europe\u2019s leading experts in PET processing technologies.<\/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<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-5761\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-5761\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> What are the main PET packaging production machines and systems offered by the SMF brand? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-chevron-up\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-5761\" class=\"elementor-element elementor-element-7965bd1 e-con-full e-flex e-con e-child\" data-id=\"7965bd1\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9f327b4 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"9f327b4\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">The SMF portfolio includes a comprehensive machinery ecosystem centred around modern, fully automated bottling lines. The company\u2019s range includes: linear blow moulding machines (Optima, HS, Combi and Stratos series), labelling machines (OPP, sleeve and self-adhesive labellers), packaging machines, palletisers (semi-automatic palletisers, automatic mechanical palletisers and automatic robotic palletisers), conveyor systems (air conveyors, slat conveyors, modular conveyors, roller conveyors and chain conveyors), bottle unscramblers, stretch wrappers, bottle inspectors, compressors, chillers, preform feeders, preform dumpers and dryers.<\/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<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-5762\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-5762\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Does SMF GmbH design and implement complete bottling lines? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-chevron-up\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-5762\" class=\"elementor-element elementor-element-22111e0 e-con-full e-flex e-con e-child\" data-id=\"22111e0\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9d0b603 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"9d0b603\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Yes. SMF acts as a general contractor for complete bottling line installation projects. The company manages the entire engineering process: from the design and quotation of a complete line tailored to the client\u2019s facility specifications, through equipment manufacturing and integration, to final installation, commissioning and full synchronisation of production processes from blow moulding to palletising. SMF also provides training for personnel operating the line and guarantees technical support both during and after the warranty period.<\/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<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-5763\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-5763\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> What is the global reach of SMF, and in how many countries are its machines installed? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-chevron-up\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-5763\" class=\"elementor-element elementor-element-8f37e25 e-con-full e-flex e-con e-child\" data-id=\"8f37e25\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a4961c9 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"a4961c9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">SMF is a globally recognised brand. Since its establishment, the company has successfully exported and commissioned its blow moulding machines and bottling lines in more than 80 countries worldwide. Such a broad international presence demonstrates the high reliability of SMF technologies, which perform effectively in diverse climatic and production environments. Among others the company operates a sales office near New York in the United States and has commercial representatives across Africa.<\/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<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-5764\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-5764\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Which industrial sectors does SMF caters to with PET bottle design and dedicated production lines? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-chevron-up\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-5764\" class=\"elementor-element elementor-element-dc0f2c8 e-con-full e-flex e-con e-child\" data-id=\"dc0f2c8\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-93b042b elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"93b042b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">SMF\u2019s machinery and design services support a wide range of industries. The company provides optimised solutions for the food and beverage sector, including mineral water, carbonated soft drinks (CSD), juices, dairy products, edible oils and beer. In addition, SMF is highly active in the non-food sector, designing specialised PET packaging and production lines for the cosmetics, pharmaceutical, household chemicals and automotive industries.<\/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<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-5765\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"6\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-5765\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> What production capacities (bottles per hour \u2013 bph) do SMF blow moulding machines and production lines offer? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-chevron-up\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-5765\" class=\"elementor-element elementor-element-864646a e-con-full e-flex e-con e-child\" data-id=\"864646a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9e7c7aa elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"9e7c7aa\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Thanks to the modular design of its machinery, SMF GmbH meets the needs of both local bottling plants and large-scale industrial facilities. SMF blow moulding machines and complete bottling lines offer nominal production capacities ranging from 3,000 bph to 24,000 bph (bottles per hour), depending on the selected model, packaging format and the number of units blown in any given mould.<\/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<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-5766\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"7\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-5766\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> What engineering support, installation services and after-sales support does SMF provide? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-chevron-up\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-5766\" class=\"elementor-element elementor-element-b4f7234 e-con-full e-flex e-con e-child\" data-id=\"b4f7234\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f449764 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"f449764\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">SMF offers comprehensive technical support throughout the entire machine life cycle (Life Cycle Management). This includes dedicated engineering consultancy, professional installation and commissioning carried out by factory-trained technicians, as well as reliable after-sale service. SMF customers can benefit from operator training, efficient logistics for original spare parts, and rapid diagnostics with remote support, ensuring maximum production continuity and overall equipment effectiveness (OEE).<\/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<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-5767\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"8\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-5767\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Where are the main offices and production facilities supporting SMF GmbH\u2019s international operations located? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-chevron-up\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-5767\" class=\"elementor-element elementor-element-f26abe6 e-con-full e-flex e-con e-child\" data-id=\"f26abe6\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e648f61 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"e648f61\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">The engineering and technological heart of the company is its modern manufacturing plant and research &amp; development (R&amp;D) centre located in \u015awidnik, Poland. Supported by an extensive international structure with SMF GmbH as the main entity, the company is able to provide efficient commercial and legal support, streamlined logistics, and the highest standards of equipment manufacturing (\u201cMade in Europe\u201d) for customers worldwide.<\/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<\/details>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1a3f0d0 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"1a3f0d0\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-52b7405\" data-id=\"52b7405\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-42bcb21 elementor-section-content-middle elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"42bcb21\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-f4768cd\" data-id=\"f4768cd\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-210eaa6\" data-id=\"210eaa6\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-775077c elementor-position-right elementor-vertical-align-middle elementor-widget__width-initial elementor-mobile-position-right elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"775077c\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<a href=\"https:\/\/smfgmbh.com\/download\/\" class=\"elementor-icon\" tabindex=\"-1\" aria-label=\"Downloadable Materials\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"11\" height=\"20\" viewBox=\"0 0 11 20\" fill=\"none\"><path d=\"M1.48542 0.895508L0 2.38092L7.61875 9.99967L0 17.6184L1.48542 19.1038L10.5417 9.99967L1.48542 0.895508Z\" fill=\"white\"><\/path><\/svg>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<a href=\"https:\/\/smfgmbh.com\/download\/\" >\n\t\t\t\t\t\t\tDownloadable Materials\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tAll brochures in PDF format in multiple languages in one place.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-545a605\" data-id=\"545a605\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-38790e3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"38790e3\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-7736eea\" data-id=\"7736eea\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-12377f9 elementor-position-right elementor-vertical-align-middle elementor-widget__width-initial elementor-mobile-position-right elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"12377f9\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<a href=\"https:\/\/smfgmbh.com\/videos\/\" class=\"elementor-icon\" tabindex=\"-1\" aria-label=\"Videos\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"11\" height=\"20\" viewBox=\"0 0 11 20\" fill=\"none\"><path d=\"M1.48542 0.895508L0 2.38092L7.61875 9.99967L0 17.6184L1.48542 19.1038L10.5417 9.99967L1.48542 0.895508Z\" fill=\"white\"><\/path><\/svg>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<a href=\"https:\/\/smfgmbh.com\/videos\/\" >\n\t\t\t\t\t\t\tVideos\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tCurious how it works? Watch our machines in action.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-16fa46f elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"16fa46f\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-4affbf9\" data-id=\"4affbf9\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-d7cc703 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d7cc703\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-b545d4f\" data-id=\"b545d4f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-458e4c3 elementor-widget elementor-widget-heading\" data-id=\"458e4c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Have Questions? <br>\n\nLet\u2019s Get in Touch!<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-babacf7 elementor-widget elementor-widget-spacer\" data-id=\"babacf7\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\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\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-619f823 elementor-widget elementor-widget-heading\" data-id=\"619f823\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">SMF Technology Poland<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6b4076d elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"6b4076d\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">ul. Elektryczna 14-16,<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">21-045 \u015awidnik<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Poland<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f75b48c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"f75b48c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"29\" height=\"29\" viewBox=\"0 0 29 29\" fill=\"none\"><g clip-path=\"url(#clip0_87_109)\"><path d=\"M12.0207 16.9791C12.0207 17.3221 11.74 17.6183 11.3814 17.6183C11.0228 17.6183 10.7422 17.3377 10.7422 16.9791C10.7422 16.6205 11.0228 16.3398 11.3814 16.3398C11.74 16.3398 12.0207 16.6205 12.0207 16.9791Z\" fill=\"white\"><\/path><path d=\"M9.54212 14.8113C9.13674 14.2812 8.76255 13.7355 8.40394 13.1742C7.9362 12.4414 8.07652 11.4592 8.70018 10.8355L10.8518 8.68391C11.3195 8.21617 11.3195 7.46778 10.8518 7.00004L5.78459 1.93284C5.31685 1.4651 4.56846 1.4651 4.10072 1.93284L2.82222 3.21133C0.732977 5.31617 0.171687 8.48122 1.48136 11.1162C3.80448 15.8092 8.59104 22.9968 17.79 27.5027C20.4405 28.7968 23.6211 28.2511 25.7104 26.1619L27.0201 24.8522C27.4878 24.3845 27.4878 23.6361 27.0201 23.1683L21.9529 18.1011C21.4851 17.6334 20.7367 17.6334 20.269 18.1011L18.1174 20.2527C17.4937 20.8764 16.5271 21.0167 15.7787 20.549C14.9835 20.0344 14.2195 19.4888 13.4867 18.8807\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_87_109\"><rect width=\"29\" height=\"29\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">+48 81 751 21 04<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"31\" height=\"22\" viewBox=\"0 0 31 22\" fill=\"none\"><g clip-path=\"url(#clip0_87_116)\"><path d=\"M19 1.27539H28.82C29.47 1.27539 30 1.80539 30 2.45539V19.5454C30 20.1954 29.47 20.7254 28.82 20.7254H2.18C1.53 20.7254 1 20.1954 1 19.5454V2.45539C1 1.80539 1.53 1.27539 2.18 1.27539H12\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><circle cx=\"15.5\" cy=\"1.27539\" r=\"1\" fill=\"white\"><\/circle><path d=\"M1.37988 1.58496L15.1299 12.915C15.3499 13.095 15.6599 13.095 15.8799 12.915L29.6199 1.58496\" stroke=\"white\" stroke-width=\"2\" stroke-linejoin=\"round\"><\/path><path d=\"M29.62 20.4159L18.2 11.0059\" stroke=\"white\" stroke-width=\"2\" stroke-linejoin=\"round\"><\/path><path d=\"M12.7999 11.0059L1.37988 20.4159\" stroke=\"white\" stroke-width=\"2\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_87_116\"><rect width=\"31\" height=\"21.45\" fill=\"white\" transform=\"translate(0 0.275391)\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">info@smfgmbh.com<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-985c97a\" data-id=\"985c97a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-1226036 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"1226036\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-5ff22ca\" data-id=\"5ff22ca\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1952079 elementor-widget elementor-widget-heading\" data-id=\"1952079\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Contact form<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d5d2094 elementor-button-align-stretch elementor-widget elementor-widget-form\" data-id=\"d5d2094\" data-element_type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;Nast\\u0119pny&quot;,&quot;step_previous_label&quot;:&quot;Poprzedni&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" name=\"New Form\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"13502\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"d5d2094\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"SMF\" \/>\n\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-50\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-name\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tName\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" class=\"elementor-field elementor-size-md  elementor-field-textual\" placeholder=\"Name\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-50 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-email\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tE-mail\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-md  elementor-field-textual\" placeholder=\"E-mail\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-message elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-message\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tTitle\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[message]\" id=\"form-field-message\" class=\"elementor-field elementor-size-md  elementor-field-textual\" placeholder=\"Title\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-field_1 elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_1\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tMessage\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<textarea class=\"elementor-field-textual elementor-field  elementor-size-md\" name=\"form_fields[field_1]\" id=\"form-field-field_1\" rows=\"5\" placeholder=\"Message\"><\/textarea>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-recaptcha elementor-field-group elementor-column elementor-field-group-field_2 elementor-col-100\">\n\t\t\t\t\t<div class=\"elementor-field\" id=\"form-field-field_2\"><div class=\"elementor-g-recaptcha\" data-sitekey=\"6LcXql4aAAAAAG5LcwqcgxkiHKJb9bjpIHNj-knl\" data-type=\"v2_checkbox\" data-theme=\"light\" data-size=\"normal\"><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">\n\t\t\t\t\t<button class=\"elementor-button elementor-size-md\" type=\"submit\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Send a message<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/form>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-139d71d elementor-section-full_width elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-height-default elementor-section-height-default\" data-id=\"139d71d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6d42010\" data-id=\"6d42010\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-9a31275 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"9a31275\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-278709f\" data-id=\"278709f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-46ff2f9 elementor-widget elementor-widget-image\" data-id=\"46ff2f9\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"131\" height=\"73\" src=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/logo.svg\" class=\"attachment-large size-large wp-image-11388\" alt=\"\" \/>\t\t\t\t\t\t\t\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<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-bf839fd\" data-id=\"bf839fd\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-85210ce elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"85210ce\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-20118df\" data-id=\"20118df\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0803c6d elementor-widget elementor-widget-heading\" data-id=\"0803c6d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Produkty<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7fac5dc elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"7fac5dc\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Kompletne linie rozlewnicze<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Wydmuchiwarki<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Maszyny rozlewnicze<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Etykietarki<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Transportery<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Urz\u0105dzenia procesowe<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">System monitoringu Galileo<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-00d4604 elementor-widget elementor-widget-spacer\" data-id=\"00d4604\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\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\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cc22261 elementor-widget elementor-widget-heading\" data-id=\"cc22261\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Social media<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1dc71a0 elementor-icon-list--layout-inline elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1dc71a0\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"15\" height=\"28\" viewBox=\"0 0 15 28\" fill=\"none\"><path d=\"M9.60773 15.7841H13.0391L14.4116 10.294H9.60773V7.54893C9.60773 6.13522 9.60773 4.80386 12.3528 4.80386H14.4116V0.192155C13.9641 0.133136 12.2746 0 10.4903 0C6.76384 0 4.1176 2.27429 4.1176 6.4509V10.294H0V15.7841H4.1176V27.4507H9.60773V15.7841Z\" fill=\"#031441\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"29\" height=\"28\" viewBox=\"0 0 29 28\" fill=\"none\"><path d=\"M14.4672 9.14827C11.947 9.14827 9.89027 11.205 9.89027 13.7253C9.89027 16.2456 11.947 18.3024 14.4672 18.3024C16.9875 18.3024 19.0442 16.2456 19.0442 13.7253C19.0442 11.205 16.9875 9.14827 14.4672 9.14827ZM28.1947 13.7253C28.1947 11.83 28.2119 9.95175 28.1055 8.0598C27.999 5.86227 27.4977 3.91195 25.8908 2.305C24.2804 0.694619 22.3336 0.196739 20.1361 0.0902962C18.2408 -0.016147 16.3626 0.00102132 14.4707 0.00102132C12.5753 0.00102132 10.6972 -0.016147 8.80526 0.0902962C6.60776 0.196739 4.65748 0.698053 3.05056 2.305C1.44021 3.91538 0.942341 5.86227 0.8359 8.0598C0.729459 9.95518 0.746627 11.8334 0.746627 13.7253C0.746627 15.6173 0.729459 17.4989 0.8359 19.3909C0.942341 21.5884 1.44365 23.5387 3.05056 25.1457C4.66092 26.756 6.60776 27.2539 8.80526 27.3604C10.7006 27.4668 12.5788 27.4496 14.4707 27.4496C16.366 27.4496 18.2442 27.4668 20.1361 27.3604C22.3336 27.2539 24.2839 26.7526 25.8908 25.1457C27.5011 23.5353 27.999 21.5884 28.1055 19.3909C28.2153 17.4989 28.1947 15.6207 28.1947 13.7253ZM14.4672 20.7677C10.5701 20.7677 7.42496 17.6225 7.42496 13.7253C7.42496 9.82813 10.5701 6.68291 14.4672 6.68291C18.3644 6.68291 21.5095 9.82813 21.5095 13.7253C21.5095 17.6225 18.3644 20.7677 14.4672 20.7677ZM21.798 8.0392C20.8881 8.0392 20.1533 7.3044 20.1533 6.39448C20.1533 5.48456 20.8881 4.74976 21.798 4.74976C22.7079 4.74976 23.4426 5.48456 23.4426 6.39448C23.4429 6.61055 23.4006 6.82454 23.318 7.02421C23.2354 7.22388 23.1143 7.4053 22.9615 7.55808C22.8088 7.71086 22.6273 7.832 22.4277 7.91456C22.228 7.99712 22.014 8.03947 21.798 8.0392Z\" fill=\"#031441\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"29\" height=\"28\" viewBox=\"0 0 29 28\" fill=\"none\"><path d=\"M25.0578 0C25.8667 0 26.6425 0.321346 27.2145 0.893346C27.7865 1.46535 28.1079 2.24114 28.1079 3.05007V24.4006C28.1079 25.2095 27.7865 25.9853 27.2145 26.5573C26.6425 27.1293 25.8667 27.4507 25.0578 27.4507H3.7073C2.89837 27.4507 2.12257 27.1293 1.55057 26.5573C0.978572 25.9853 0.657227 25.2095 0.657227 24.4006V3.05007C0.657227 2.24114 0.978572 1.46535 1.55057 0.893346C2.12257 0.321346 2.89837 0 3.7073 0H25.0578ZM24.2953 23.6381V15.5554C24.2953 14.2368 23.7715 12.9723 22.8391 12.0399C21.9068 11.1075 20.6422 10.5838 19.3237 10.5838C18.0274 10.5838 16.5176 11.3768 15.7856 12.5663V10.8735H11.5307V23.6381H15.7856V16.1196C15.7856 14.9454 16.7311 13.9846 17.9054 13.9846C18.4716 13.9846 19.0147 14.2095 19.4151 14.6099C19.8155 15.0103 20.0404 15.5534 20.0404 16.1196V23.6381H24.2953ZM6.57437 8.4792C7.25387 8.4792 7.90554 8.20927 8.38602 7.72879C8.8665 7.24831 9.13643 6.59664 9.13643 5.91714C9.13643 4.49886 7.99265 3.33983 6.57437 3.33983C5.89082 3.33983 5.23527 3.61137 4.75193 4.09471C4.26859 4.57805 3.99706 5.2336 3.99706 5.91714C3.99706 7.33543 5.15608 8.4792 6.57437 8.4792ZM8.69417 23.6381V10.8735H4.46982V23.6381H8.69417Z\" fill=\"#031441\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"39\" height=\"28\" viewBox=\"0 0 39 28\" fill=\"none\"><path d=\"M15.9415 19.6076L25.9143 13.7253L15.9415 7.84304V19.6076ZM38.1545 4.25485C38.4043 5.17641 38.5773 6.41169 38.6926 7.9803C38.8271 9.54891 38.8847 10.9018 38.8847 12.0783L39 13.7253C39 18.0194 38.6926 21.1762 38.1545 23.1958C37.6741 24.9605 36.5597 26.0977 34.8303 26.5879C33.9271 26.8428 32.2746 27.0193 29.7382 27.1369C27.2402 27.2742 24.9535 27.333 22.8398 27.333L19.7846 27.4507C11.7333 27.4507 6.71804 27.1369 4.73885 26.5879C3.00946 26.0977 1.89496 24.9605 1.41457 23.1958C1.16477 22.2742 0.991832 21.039 0.876539 19.4704C0.742031 17.9018 0.684384 16.5488 0.684384 15.3724L0.569092 13.7253C0.569092 9.43126 0.876539 6.27444 1.41457 4.25485C1.89496 2.49017 3.00946 1.35293 4.73885 0.862735C5.64197 0.607836 7.2945 0.431367 9.83095 0.313721C12.329 0.176468 14.6156 0.117646 16.7293 0.117646L19.7846 0C27.8358 0 32.8511 0.313722 34.8303 0.862735C36.5597 1.35293 37.6741 2.49017 38.1545 4.25485Z\" fill=\"#031441\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-35fee9c\" data-id=\"35fee9c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-afe61e0 elementor-widget elementor-widget-heading\" data-id=\"afe61e0\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Produkty<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1757f3f elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1757f3f\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Maszyny<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Maszyny<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Maszyny<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-1c0c3c8\" data-id=\"1c0c3c8\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6dfaf16 elementor-widget elementor-widget-heading\" data-id=\"6dfaf16\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Informacje<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f0d75b8 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"f0d75b8\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Polityka prywatno\u015bci<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Regulamin<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-9637a32\" data-id=\"9637a32\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ce79053 elementor-widget elementor-widget-heading\" data-id=\"ce79053\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Kontakt globalny<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-514edda elementor-widget elementor-widget-heading\" data-id=\"514edda\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">SMF Technology Poland<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fbc33ed elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"fbc33ed\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Stuifenstra\u00dfe 59,<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">D-74385 Pleidelsheim,<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Germany<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a536df2 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"a536df2\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"29\" height=\"29\" viewBox=\"0 0 29 29\" fill=\"none\"><g clip-path=\"url(#clip0_87_219)\"><path d=\"M12.0207 16.9791C12.0207 17.3221 11.74 17.6183 11.3814 17.6183C11.0228 17.6183 10.7422 17.3377 10.7422 16.9791C10.7422 16.6205 11.0228 16.3398 11.3814 16.3398C11.74 16.3398 12.0207 16.6205 12.0207 16.9791Z\" fill=\"#000103\"><\/path><path d=\"M9.54212 14.8113C9.13674 14.2812 8.76255 13.7355 8.40394 13.1742C7.9362 12.4414 8.07652 11.4592 8.70018 10.8355L10.8518 8.68391C11.3195 8.21617 11.3195 7.46778 10.8518 7.00004L5.78459 1.93284C5.31685 1.4651 4.56846 1.4651 4.10072 1.93284L2.82222 3.21133C0.732977 5.31617 0.171687 8.48122 1.48136 11.1162C3.80448 15.8092 8.59104 22.9968 17.79 27.5027C20.4405 28.7968 23.6211 28.2511 25.7104 26.1619L27.0201 24.8522C27.4878 24.3845 27.4878 23.6361 27.0201 23.1683L21.9529 18.1011C21.4851 17.6334 20.7367 17.6334 20.269 18.1011L18.1174 20.2527C17.4937 20.8764 16.5271 21.0167 15.7787 20.549C14.9835 20.0344 14.2195 19.4888 13.4867 18.8807\" stroke=\"#000103\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_87_219\"><rect width=\"29\" height=\"29\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">+48 81 751 21 04<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"31\" height=\"22\" viewBox=\"0 0 31 22\" fill=\"none\"><g clip-path=\"url(#clip0_87_226)\"><path d=\"M19 1.27539H28.82C29.47 1.27539 30 1.80539 30 2.45539V19.5454C30 20.1954 29.47 20.7254 28.82 20.7254H2.18C1.53 20.7254 1 20.1954 1 19.5454V2.45539C1 1.80539 1.53 1.27539 2.18 1.27539H12\" stroke=\"#000103\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><circle cx=\"15.5\" cy=\"1.27539\" r=\"1\" fill=\"#000103\"><\/circle><path d=\"M1.37988 1.58496L15.1299 12.915C15.3499 13.095 15.6599 13.095 15.8799 12.915L29.6199 1.58496\" stroke=\"#000103\" stroke-width=\"2\" stroke-linejoin=\"round\"><\/path><path d=\"M29.62 20.4159L18.2 11.0059\" stroke=\"#000103\" stroke-width=\"2\" stroke-linejoin=\"round\"><\/path><path d=\"M12.7999 11.0059L1.37988 20.4159\" stroke=\"#000103\" stroke-width=\"2\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_87_226\"><rect width=\"31\" height=\"21.45\" fill=\"white\" transform=\"translate(0 0.275391)\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">info@smfgmbh.com<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-42db3b3 elementor-section-full_width elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-height-default elementor-section-height-default\" data-id=\"42db3b3\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f22a96a\" data-id=\"f22a96a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-45e083d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"45e083d\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ace3f55\" data-id=\"ace3f55\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-16b2752 elementor-widget elementor-widget-heading\" data-id=\"16b2752\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">2025 All rights Reserved.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-84a2208\" data-id=\"84a2208\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e2ac13b elementor-widget elementor-widget-heading\" data-id=\"e2ac13b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u00a9 Content Creation.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Complete PET Filling Lines &#8211; Advanced and comprehensive PET filling lines From bottle blowing through filling and labeling, to packaging &#8211; our solutions guarantee the highest efficiency, precision and reliability at every stage of production. Read more PET Bottles &#8211; without limitations Every shape, every vision &#8211; we create with passion and precision. Contact us [&hellip;]<\/p>\n","protected":false},"author":8,"featured_media":14731,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-13502","page","type-page","status-publish","has-post-thumbnail","hentry","entry","has-media","owp-thumbs-layout-horizontal","owp-btn-normal","owp-tabs-layout-horizontal","has-no-thumbnails"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>SMF - Blowing machines for bottle production<\/title>\n<meta name=\"description\" content=\"We specialize in: production of PET bottle blow molding machines, bottle stackers, conveyors. Check out our offer &amp; contact us.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/smfgmbh.com\/?lang=pl\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SMF - Blowing machines for bottle production\" \/>\n<meta property=\"og:description\" content=\"We specialize in: production of PET bottle blow molding machines, bottle stackers, conveyors. Check out our offer &amp; contact us.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/smfgmbh.com\/?lang=pl\" \/>\n<meta property=\"og:site_name\" content=\"SMF\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/smf.germany\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-19T14:00:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/9eb58a7c600b49d64f2f08572e55d50e-1024x640.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"640\" \/>\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=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"12 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/smfgmbh.com\/?lang=pl\",\"url\":\"https:\/\/smfgmbh.com\/?lang=pl\",\"name\":\"SMF - Blowing machines for bottle production\",\"isPartOf\":{\"@id\":\"https:\/\/smfgmbh.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/smfgmbh.com\/?lang=pl#primaryimage\"},\"image\":{\"@id\":\"https:\/\/smfgmbh.com\/?lang=pl#primaryimage\"},\"thumbnailUrl\":\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/9eb58a7c600b49d64f2f08572e55d50e.png\",\"datePublished\":\"2025-04-23T15:45:47+00:00\",\"dateModified\":\"2026-05-19T14:00:44+00:00\",\"description\":\"We specialize in: production of PET bottle blow molding machines, bottle stackers, conveyors. Check out our offer & contact us.\",\"breadcrumb\":{\"@id\":\"https:\/\/smfgmbh.com\/?lang=pl#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/smfgmbh.com\/?lang=pl\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/smfgmbh.com\/?lang=pl#primaryimage\",\"url\":\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/9eb58a7c600b49d64f2f08572e55d50e.png\",\"contentUrl\":\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/9eb58a7c600b49d64f2f08572e55d50e.png\",\"width\":3840,\"height\":2400},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/smfgmbh.com\/?lang=pl#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/smfgmbh.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/smfgmbh.com\/#website\",\"url\":\"https:\/\/smfgmbh.com\/\",\"name\":\"SMF\",\"description\":\"machines for PET bottles\",\"publisher\":{\"@id\":\"https:\/\/smfgmbh.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/smfgmbh.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/smfgmbh.com\/#organization\",\"name\":\"SMF Germany\",\"url\":\"https:\/\/smfgmbh.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/smfgmbh.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2021\/03\/cropped-smf_logo_512pix-1.png\",\"contentUrl\":\"https:\/\/smfgmbh.com\/wp-content\/uploads\/2021\/03\/cropped-smf_logo_512pix-1.png\",\"width\":512,\"height\":512,\"caption\":\"SMF Germany\"},\"image\":{\"@id\":\"https:\/\/smfgmbh.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/smf.germany\",\"https:\/\/www.instagram.com\/smf.germany\/\",\"https:\/\/www.linkedin.com\/company\/smf-maschinenfabrik-gmbh\/about\/\",\"https:\/\/www.youtube.com\/user\/smfgermany\/featured\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"SMF - Blowing machines for bottle production","description":"We specialize in: production of PET bottle blow molding machines, bottle stackers, conveyors. Check out our offer & contact us.","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:\/\/smfgmbh.com\/?lang=pl","og_locale":"en_US","og_type":"article","og_title":"SMF - Blowing machines for bottle production","og_description":"We specialize in: production of PET bottle blow molding machines, bottle stackers, conveyors. Check out our offer & contact us.","og_url":"https:\/\/smfgmbh.com\/?lang=pl","og_site_name":"SMF","article_publisher":"https:\/\/www.facebook.com\/smf.germany","article_modified_time":"2026-05-19T14:00:44+00:00","og_image":[{"width":1024,"height":640,"url":"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/9eb58a7c600b49d64f2f08572e55d50e-1024x640.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"12 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/smfgmbh.com\/?lang=pl","url":"https:\/\/smfgmbh.com\/?lang=pl","name":"SMF - Blowing machines for bottle production","isPartOf":{"@id":"https:\/\/smfgmbh.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/smfgmbh.com\/?lang=pl#primaryimage"},"image":{"@id":"https:\/\/smfgmbh.com\/?lang=pl#primaryimage"},"thumbnailUrl":"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/9eb58a7c600b49d64f2f08572e55d50e.png","datePublished":"2025-04-23T15:45:47+00:00","dateModified":"2026-05-19T14:00:44+00:00","description":"We specialize in: production of PET bottle blow molding machines, bottle stackers, conveyors. Check out our offer & contact us.","breadcrumb":{"@id":"https:\/\/smfgmbh.com\/?lang=pl#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/smfgmbh.com\/?lang=pl"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/smfgmbh.com\/?lang=pl#primaryimage","url":"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/9eb58a7c600b49d64f2f08572e55d50e.png","contentUrl":"https:\/\/smfgmbh.com\/wp-content\/uploads\/2025\/03\/9eb58a7c600b49d64f2f08572e55d50e.png","width":3840,"height":2400},{"@type":"BreadcrumbList","@id":"https:\/\/smfgmbh.com\/?lang=pl#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/smfgmbh.com\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/smfgmbh.com\/#website","url":"https:\/\/smfgmbh.com\/","name":"SMF","description":"machines for PET bottles","publisher":{"@id":"https:\/\/smfgmbh.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/smfgmbh.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/smfgmbh.com\/#organization","name":"SMF Germany","url":"https:\/\/smfgmbh.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/smfgmbh.com\/#\/schema\/logo\/image\/","url":"https:\/\/smfgmbh.com\/wp-content\/uploads\/2021\/03\/cropped-smf_logo_512pix-1.png","contentUrl":"https:\/\/smfgmbh.com\/wp-content\/uploads\/2021\/03\/cropped-smf_logo_512pix-1.png","width":512,"height":512,"caption":"SMF Germany"},"image":{"@id":"https:\/\/smfgmbh.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/smf.germany","https:\/\/www.instagram.com\/smf.germany\/","https:\/\/www.linkedin.com\/company\/smf-maschinenfabrik-gmbh\/about\/","https:\/\/www.youtube.com\/user\/smfgermany\/featured"]}]}},"_links":{"self":[{"href":"https:\/\/smfgmbh.com\/wp-json\/wp\/v2\/pages\/13502","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/smfgmbh.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/smfgmbh.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/smfgmbh.com\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/smfgmbh.com\/wp-json\/wp\/v2\/comments?post=13502"}],"version-history":[{"count":69,"href":"https:\/\/smfgmbh.com\/wp-json\/wp\/v2\/pages\/13502\/revisions"}],"predecessor-version":[{"id":15040,"href":"https:\/\/smfgmbh.com\/wp-json\/wp\/v2\/pages\/13502\/revisions\/15040"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/smfgmbh.com\/wp-json\/wp\/v2\/media\/14731"}],"wp:attachment":[{"href":"https:\/\/smfgmbh.com\/wp-json\/wp\/v2\/media?parent=13502"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}