    <!doctype html>
    <html dir="ltr" lang="pl-PL" prefix="og: https://ogp.me/ns#">

    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <link rel="profile" href="http://gmpg.org/xfn/11">
        <!-- <script src="https://code.jquery.com/jquery-1.12.4.js"></script>
        <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script> -->
        <script src='https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js'></script>

        <title>produkty - Bioagra</title>
	<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
	<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel="alternate" type="application/rss+xml" title="Bioagra &raquo; Kanał z wpisami" href="https://bioagra.pl/feed/" />
<link rel="alternate" type="application/rss+xml" title="Bioagra &raquo; Kanał z komentarzami" href="https://bioagra.pl/comments/feed/" />
<link rel="alternate" type="application/rss+xml" title="Kanał Bioagra &raquo; produkty Portfolio Category" href="https://bioagra.pl/otw-portfolio-category/produkty/feed/" />
		<!-- This site uses the Google Analytics by MonsterInsights plugin v10.0.3 - Using Analytics tracking - https://www.monsterinsights.com/ -->
							<script src="//www.googletagmanager.com/gtag/js?id=G-GJQEV93YQ9"  data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script>
			<script data-cfasync="false" data-wpfc-render="false" type="text/javascript">
				var mi_version = '10.0.3';
				var mi_track_user = true;
				var mi_no_track_reason = '';
								var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/bioagra.pl\/otw-portfolio-category\/produkty\/feed\/"};
								if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) {
					var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations );
				} else {
					var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations;
				}

								var disableStrs = [
										'ga-disable-G-GJQEV93YQ9',
									];

				/* Function to detect opted out users */
				function __gtagTrackerIsOptedOut() {
					for (var index = 0; index < disableStrs.length; index++) {
						if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) {
							return true;
						}
					}

					return false;
				}

				/* Disable tracking if the opt-out cookie exists. */
				if (__gtagTrackerIsOptedOut()) {
					for (var index = 0; index < disableStrs.length; index++) {
						window[disableStrs[index]] = true;
					}
				}

				/* Opt-out function */
				function __gtagTrackerOptout() {
					for (var index = 0; index < disableStrs.length; index++) {
						document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
						window[disableStrs[index]] = true;
					}
				}

				if ('undefined' === typeof gaOptout) {
					function gaOptout() {
						__gtagTrackerOptout();
					}
				}
								window.dataLayer = window.dataLayer || [];

				window.MonsterInsightsDualTracker = {
					helpers: {},
					trackers: {},
				};
				if (mi_track_user) {
					function __gtagDataLayer() {
						dataLayer.push(arguments);
					}

					function __gtagTracker(type, name, parameters) {
						if (!parameters) {
							parameters = {};
						}

						if (parameters.send_to) {
							__gtagDataLayer.apply(null, arguments);
							return;
						}

						if (type === 'event') {
														parameters.send_to = monsterinsights_frontend.v4_id;
							var hookName = name;
							if (typeof parameters['event_category'] !== 'undefined') {
								hookName = parameters['event_category'] + ':' + name;
							}

							if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') {
								MonsterInsightsDualTracker.trackers[hookName](parameters);
							} else {
								__gtagDataLayer('event', name, parameters);
							}
							
						} else {
							__gtagDataLayer.apply(null, arguments);
						}
					}

					__gtagTracker('js', new Date());
					__gtagTracker('set', {
						'developer_id.dZGIzZG': true,
											});
					if ( MonsterInsightsLocations.page_location ) {
						__gtagTracker('set', MonsterInsightsLocations);
					}
										__gtagTracker('config', 'G-GJQEV93YQ9', {"forceSSL":"true","link_attribution":"true"} );
										window.gtag = __gtagTracker;										(function () {
						/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
						/* ga and __gaTracker compatibility shim. */
						var noopfn = function () {
							return null;
						};
						var newtracker = function () {
							return new Tracker();
						};
						var Tracker = function () {
							return null;
						};
						var p = Tracker.prototype;
						p.get = noopfn;
						p.set = noopfn;
						p.send = function () {
							var args = Array.prototype.slice.call(arguments);
							args.unshift('send');
							__gaTracker.apply(null, args);
						};
						var __gaTracker = function () {
							var len = arguments.length;
							if (len === 0) {
								return;
							}
							var f = arguments[len - 1];
							if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') {
								if ('send' === arguments[0]) {
									var hitConverted, hitObject = false, action;
									if ('event' === arguments[1]) {
										if ('undefined' !== typeof arguments[3]) {
											hitObject = {
												'eventAction': arguments[3],
												'eventCategory': arguments[2],
												'eventLabel': arguments[4],
												'value': arguments[5] ? arguments[5] : 1,
											}
										}
									}
									if ('pageview' === arguments[1]) {
										if ('undefined' !== typeof arguments[2]) {
											hitObject = {
												'eventAction': 'page_view',
												'page_path': arguments[2],
											}
										}
									}
									if (typeof arguments[2] === 'object') {
										hitObject = arguments[2];
									}
									if (typeof arguments[5] === 'object') {
										Object.assign(hitObject, arguments[5]);
									}
									if ('undefined' !== typeof arguments[1].hitType) {
										hitObject = arguments[1];
										if ('pageview' === hitObject.hitType) {
											hitObject.eventAction = 'page_view';
										}
									}
									if (hitObject) {
										action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
										hitConverted = mapArgs(hitObject);
										__gtagTracker('event', action, hitConverted);
									}
								}
								return;
							}

							function mapArgs(args) {
								var arg, hit = {};
								var gaMap = {
									'eventCategory': 'event_category',
									'eventAction': 'event_action',
									'eventLabel': 'event_label',
									'eventValue': 'event_value',
									'nonInteraction': 'non_interaction',
									'timingCategory': 'event_category',
									'timingVar': 'name',
									'timingValue': 'value',
									'timingLabel': 'event_label',
									'page': 'page_path',
									'location': 'page_location',
									'title': 'page_title',
									'referrer' : 'page_referrer',
								};
								for (arg in args) {
																		if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) {
										hit[gaMap[arg]] = args[arg];
									} else {
										hit[arg] = args[arg];
									}
								}
								return hit;
							}

							try {
								f.hitCallback();
							} catch (ex) {
							}
						};
						__gaTracker.create = newtracker;
						__gaTracker.getByName = newtracker;
						__gaTracker.getAll = function () {
							return [];
						};
						__gaTracker.remove = noopfn;
						__gaTracker.loaded = true;
						window['__gaTracker'] = __gaTracker;
					})();
									} else {
										console.log("");
					(function () {
						function __gtagTracker() {
							return null;
						}

						window['__gtagTracker'] = __gtagTracker;
						window['gtag'] = __gtagTracker;
					})();
									}
			</script>
							<!-- / Google Analytics by MonsterInsights -->
		<link rel='stylesheet' id='cf7ic_style-css' href='https://bioagra.pl/wp-content/plugins/contact-form-7-image-captcha/css/cf7ic-style.css?ver=3.3.7' type='text/css' media='all' />
<link rel='stylesheet' id='contact-form-7-css' href='https://bioagra.pl/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.7.5.1' type='text/css' media='all' />
<link rel='stylesheet' id='otw-portfolio-css' href='https://bioagra.pl/wp-content/plugins/otw-portfolio-light/css/otw-portfolio.css?ver=2.0' type='text/css' media='all' />
<link rel='stylesheet' id='searchandfilter-css' href='https://bioagra.pl/wp-content/plugins/search-filter/style.css?ver=1' type='text/css' media='all' />
<link rel='stylesheet' id='wpml-legacy-dropdown-0-css' href='https://bioagra.pl/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown/style.min.css?ver=1' type='text/css' media='all' />
<link rel='stylesheet' id='wpb-google-fonts-css' href='https://fonts.googleapis.com/css?family=Open+Sans%3A400%2C600%2C700%2C800&#038;subset=latin-ext&#038;ver=6.7.5' type='text/css' media='all' />
<link rel='stylesheet' id='bakoma-style-css' href='https://bioagra.pl/wp-content/themes/bakoma/style.css?ver=6.7.5' type='text/css' media='all' />
<link rel='stylesheet' id='addtoany-css' href='https://bioagra.pl/wp-content/plugins/add-to-any/addtoany.min.css?ver=1.16' type='text/css' media='all' />
<script type="text/javascript" src="https://bioagra.pl/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=10.0.3" id="monsterinsights-frontend-script-js" async="async" data-wp-strategy="async"></script>
<script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='monsterinsights-frontend-script-js-extra'>/* <![CDATA[ */
var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/bioagra.pl","hash_tracking":"false","v4_id":"G-GJQEV93YQ9"};/* ]]> */
</script>
<script type="text/javascript" src="https://bioagra.pl/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown/script.min.js?ver=1" id="wpml-legacy-dropdown-0-js"></script>
<link rel="https://api.w.org/" href="https://bioagra.pl/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://bioagra.pl/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 6.7.5" />
<meta name="generator" content="WPML ver:4.7.1 stt:1,40;" />

		<!-- GA Google Analytics @ https://m0n.co/ga -->
		<script async src="https://www.googletagmanager.com/gtag/js?id=UA-136131841-1"></script>
		<script>
			window.dataLayer = window.dataLayer || [];
			function gtag(){dataLayer.push(arguments);}
			gtag('js', new Date());
			gtag('config', 'UA-136131841-1');
		</script>

	<link rel="icon" href="https://bioagra.pl/wp-content/uploads/2017/10/cropped-bioagra-logo-32x32.png" sizes="32x32" />
<link rel="icon" href="https://bioagra.pl/wp-content/uploads/2017/10/cropped-bioagra-logo-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://bioagra.pl/wp-content/uploads/2017/10/cropped-bioagra-logo-180x180.png" />
<meta name="msapplication-TileImage" content="https://bioagra.pl/wp-content/uploads/2017/10/cropped-bioagra-logo-270x270.png" />
		<style type="text/css" id="wp-custom-css">
			.postPage.col-lg-offset-3.col-lg-6.col-md-offset-2.col-md-8.col-sm-offset-1.col-sm-10.col-xs-12 {
    display: none;
}

article.col-lg-4.col-md-4.col-sm-6.col-xs-12b.article {
    display: block !important;
}
.border_bottom_wiecej2 {
    display: none;
}


span.button.button2 {
    cursor: pointer;
}

span.captcha-image {
    margin-top: 0px !important;
    margin-bottom: 22px !important;
    padding-top: 35px;
    width: 85%;
    text-align: center;
}
.captcha-image .cf7ic_instructions span {
    color: #94d500 !important;
    font-weight: bold;
}
.nav li a {
    padding: 1.625em 1.8em;
    font-size: 0.9em;
}
.nav .menu-item-has-children:after {
    width: 0;
    margin: 20px 20px;
    border-bottom: 6px solid transparent;
    top: 0;
    right: 0;
}
 @media (min-width: 1200px){
 
.logo {
    margin-left: 12%!important;
}}
@media (min-width: 1200px){
.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-dropdown.js-wpml-ls-legacy-dropdown {
    position: relative;
    width: 66px;
    top: 40px;
    left: 15%;
}}
@media (max-width: 1199px){

.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-dropdown.js-wpml-ls-legacy-dropdown {
    position: relative;
    width: 66px;
    top: 22px;
}}

@media (max-width: 767px){
.nav li {
    font-size: 11px;
    display: block;
    z-index: 999;
}}

		</style>
		        <!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-106776295-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments)};
gtag('js', new Date()); gtag('config', 'UA-106776295-1');
</script>

    </head>

    <body class="archive tax-otw-portfolio-category term-produkty term-26 hfeed">
        <div id="page" class="site">
            <header id="masthead" class="site-header container-fluid main_width">
                <div class="row colorWhite ">
                    <div class="main_width" id="push_sidebar">
                        <nav id="site-navigation" class="main-navigation">
                            <div class="icons">
                                <div class="icon_show"><span class="icon_hides"></span></div>
                            </div>
                            <div class="menu-gorne-menu-container"><ul id="primary-menu" class="nav"><li id="menu-item-328" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-328"><a href="/?s=">Aktualności</a></li>
<li id="menu-item-305" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-305"><a href="https://bioagra.pl/produkty_bioagra/">Produkty</a>
<ul class="sub-menu">
	<li id="menu-item-2429" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2429"><a href="https://bioagra.pl/produkty_bioagra/">Produkty</a></li>
	<li id="menu-item-1769" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1769"><a href="https://bioagra.pl/products/etanol-alkohol-odwodniony/">Etanol (alkohol) odwodniony</a></li>
	<li id="menu-item-1770" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1770"><a href="https://bioagra.pl/products/etanol-alkohol-techniczny/">Etanol (alkohol) techniczny</a></li>
	<li id="menu-item-1771" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1771"><a href="https://bioagra.pl/products/etanol-alkohol-spozywczy/">Etanol (alkohol) spożywczy</a></li>
	<li id="menu-item-1772" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1772"><a href="https://bioagra.pl/products/wdgs/">WDGS &#8211; mokry placek paszowy</a></li>
	<li id="menu-item-1773" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1773"><a href="https://bioagra.pl/products/syrop-paszowy/">Syrop Paszowy</a></li>
	<li id="menu-item-1775" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1775"><a href="https://bioagra.pl/products/olej-kukurydziany-surowy/">Olej kukurydziany surowy</a></li>
	<li id="menu-item-1930" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1930"><a href="https://bioagra.pl/products/ddgs-podestylacyjny-suszony-wywar-kukurydziany/">DDGS – podestylacyjny suszony wywar kukurydziany</a></li>
</ul>
</li>
<li id="menu-item-832" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-832"><a href="https://bioagra.pl/certyfikaty-jakosci/">Certyfikaty jakości</a></li>
<li id="menu-item-170" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-170"><a href="https://bioagra.pl/wspolpraca/">Współpraca</a></li>
<li id="menu-item-19" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-19"><a href="https://bioagra.pl/o-nas/">O nas</a>
<ul class="sub-menu">
	<li id="menu-item-166" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-166"><a href="https://bioagra.pl/historia-spolki/">Historia spółki</a></li>
	<li id="menu-item-116" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-116"><a href="https://bioagra.pl/ekologia/">Ekologia</a></li>
</ul>
</li>
<li id="menu-item-995" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-995"><a href="https://bioagra.pl/biostrateg/">Biostrateg</a></li>
<li id="menu-item-1473" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1473"><a href="https://bioagra.pl/pasza-pro/">Pasza Pro</a></li>
<li id="menu-item-5636" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5636"><a href="https://bioagra.pl/wodor-rfnbo/">Wodór RFNBO</a></li>
<li id="menu-item-1206" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1206"><a href="https://bioagra.pl/dofinansowania/">Dofinansowania</a></li>
<li id="menu-item-1128" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1128"><a href="https://bioagra.pl/kariera/">Kariera</a></li>
<li id="menu-item-21" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-21"><a href="https://bioagra.pl/kontakt/">Kontakt</a></li>
</ul></div>                                              <!-- <div class="social">
                                                  <ul id="menu-menu-odnosnikow-serwisow-spolecznosciowych" class="menu"><li id="menu-item-23" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-23"><a target="_blank" href="https://www.facebook.com/wordpress">Facebook</a></li>
<li id="menu-item-24" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-24"><a target="_blank" href="https://twitter.com/wordpress">Twitter</a></li>
<li id="menu-item-58" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-58"><a target="_blank" href="http://youtube.com">Youtube</a></li>
<li id="menu-item-25" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-25"><a target="_blank" href="https://www.instagram.com/explore/tags/wordcamp/">Instagram</a></li>
<li id="menu-item-26" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-26"><a target="_blank" href="mailto:wordpress@example.com">E-mail</a></li>
</ul>                                              </div> -->
                        </nav>
                    </div>
                </div>
                <!-- #site-navigation -->
                <!--nav-->
                <!--header_box-->
                <div class="header_box nav_border">                        <div class="icons nav_trigger">
                            <div class="index icon icon_show">
                                <span class="icon icon_shows"></span>
                                <span class="icon icon_shows2"></span>
                                <span class="icon icon_shows3"></span>
                                <p class="menuText icon menuTextBox visible-lg">
                                    Menu </p>

                            </div>
                        </div>
                                                    <a href="https://bioagra.pl" class="logo">
                            <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 279.44 56.35"><defs><style>.cls-1{fill:#0071ce;}.cls-2{fill:url(#linear-gradient);}.cls-3{fill:#00a8e1;}.cls-4{fill:url(#New_Gradient_Swatch_5);}</style><linearGradient id="linear-gradient" x1="19.73" y1="1.17" x2="19.73" y2="51.69" gradientUnits="userSpaceOnUse"><stop offset="0.2" stop-color="#eef7d3"/><stop offset="0.5" stop-color="#95d600"/></linearGradient><linearGradient id="New_Gradient_Swatch_5" x1="24.76" y1="51.69" x2="24.76" y2="1.18" gradientUnits="userSpaceOnUse"><stop offset="0.2" stop-color="#0071ce"/><stop offset="0.6" stop-color="#0071ce" stop-opacity="0"/></linearGradient></defs><title>logo_bioagra</title><path class="cls-1" d="M57.83,9.87A68.59,68.59,0,0,1,69,9.07c5.26,0,8.48.51,11.25,2.15a8.29,8.29,0,0,1,4.58,7.46c0,3.39-2,6.56-6.27,8.14v.11c4.35,1.19,7.57,4.46,7.57,9.38a10.15,10.15,0,0,1-4,8.08c-2.77,2.2-7.4,3.45-15,3.45a66.51,66.51,0,0,1-9.33-.57Zm8.53,14.58h2.83c4.52,0,7-1.86,7-4.69s-2.2-4.41-6.1-4.41a23.47,23.47,0,0,0-3.67.23Zm0,16.9a27,27,0,0,0,3.34.11c3.9,0,7.35-1.47,7.35-5.48,0-3.84-3.45-5.37-7.74-5.37H66.37Z"/><path class="cls-1" d="M99.21,9.36v38.1H90.56V9.36Z"/><path class="cls-1" d="M140.13,28c0,12.49-7.57,20.06-18.71,20.06-11.3,0-17.92-8.53-17.92-19.39,0-11.42,7.29-20,18.54-20C133.74,8.74,140.13,17.5,140.13,28Zm-27.52.51c0,7.46,3.5,12.72,9.27,12.72S131,35.7,131,28.29c0-6.84-3.28-12.72-9.21-12.72S112.6,21.11,112.6,28.52Z"/><path class="cls-1" d="M152.33,37.67l-2.71,9.78h-8.93l11.64-38.1h11.3l11.81,38.1h-9.27l-2.94-9.78ZM162,31.23l-2.37-8.08c-.68-2.26-1.36-5.09-1.92-7.35h-.11c-.56,2.26-1.13,5.14-1.75,7.35l-2.26,8.08Z"/><path class="cls-1" d="M209.53,45.7a42.62,42.62,0,0,1-12.72,2.15c-7,0-12-1.75-15.49-5.14S175.9,34.45,176,28.86C176,16.2,185.23,9,197.72,9a26.23,26.23,0,0,1,10.57,1.86l-1.81,6.9a21.11,21.11,0,0,0-8.87-1.64c-7.18,0-12.6,4.07-12.6,12.32,0,7.86,4.92,12.49,12,12.49a11.54,11.54,0,0,0,4.24-.56v-8h-5.88V25.63h14.19Z"/><path class="cls-1" d="M214.84,9.87a75.65,75.65,0,0,1,11.47-.79c5.65,0,9.61.85,12.32,3a9.67,9.67,0,0,1,3.5,8,10.11,10.11,0,0,1-6.73,9.38v.17c2.66,1.07,4.13,3.62,5.09,7.12,1.19,4.3,2.37,9.27,3.11,10.74h-8.82c-.62-1.08-1.53-4.18-2.66-8.87s-2.66-6-6.16-6.1h-2.6v15h-8.53Zm8.53,16.39h3.39c4.3,0,6.84-2.15,6.84-5.48,0-3.51-2.37-5.26-6.33-5.31a21.44,21.44,0,0,0-3.9.28Z"/><path class="cls-1" d="M256.33,37.67l-2.71,9.78h-8.93l11.64-38.1h11.3l11.81,38.1h-9.27l-2.94-9.78ZM266,31.23l-2.37-8.08c-.68-2.26-1.36-5.09-1.92-7.35h-.11c-.57,2.26-1.13,5.14-1.75,7.35l-2.26,8.08Z"/><path class="cls-2" d="M36.45,34.06a18.33,18.33,0,0,0-1.14-6.35h0l-.05-.09a32.86,32.86,0,0,0-3.2-6.33L19.7,1.17,7.38,21.3a32.92,32.92,0,0,0-3.2,6.33l-.05.09h0A18.37,18.37,0,0,0,3,34.06c0,9.72,7.47,17.59,16.69,17.63h.05C29,51.66,36.45,43.78,36.45,34.06Z"/><path class="cls-3" d="M35.32,27.72h0l-.05-.09a32.86,32.86,0,0,0-3.2-6.33L19.71,1.18C20.34,4,23.11,16.52,24,22.51c.95,6.77.14,13.4-1.76,17.73-2,4.56-4.34,7.79-9.13,10a16,16,0,0,0,6.64,1.47h.05c9.23,0,16.69-7.91,16.69-17.63A18.33,18.33,0,0,0,35.32,27.72Z"/><path class="cls-4" d="M35.32,27.72h0l-.05-.09a32.86,32.86,0,0,0-3.2-6.33L19.71,1.18C20.34,4,23.11,16.52,24,22.51c.95,6.77.14,13.4-1.76,17.73-2,4.56-4.34,7.79-9.13,10a16,16,0,0,0,6.64,1.47h.05c9.23,0,16.69-7.91,16.69-17.63A18.33,18.33,0,0,0,35.32,27.72Z"/><path class="cls-1" d="M39.49,28.73a2.31,2.31,0,0,0-.31-.83,36,36,0,0,0-3.53-6.7L21.6,0,34,20.13a34.87,34.87,0,0,1,3.29,6.45,2.25,2.25,0,0,1,.29.79,20.57,20.57,0,0,1,1.12,6.7c0,10.9-8.47,19.81-18.9,19.86h-.09C9.25,53.89.76,45,.76,34.06a20.61,20.61,0,0,1,1.17-6.83,2.27,2.27,0,0,1,.21-.56c.21-.55.45-1.12.7-1.69-.51,1-1,2-1.37,3a2.28,2.28,0,0,0-.22.59A20.81,20.81,0,0,0,0,35.69,20.57,20.57,0,0,0,20.32,56.35h.09A20.57,20.57,0,0,0,40.7,35.69,20.77,20.77,0,0,0,39.49,28.73Z"/></svg>
                        </a>
                           
    
<div
	 class="wpml-ls-statics-shortcode_actions wpml-ls wpml-ls-legacy-dropdown js-wpml-ls-legacy-dropdown">
	<ul>

		<li tabindex="0" class="wpml-ls-slot-shortcode_actions wpml-ls-item wpml-ls-item-pl wpml-ls-current-language wpml-ls-first-item wpml-ls-item-legacy-dropdown">
			<a href="#" class="js-wpml-ls-item-toggle wpml-ls-item-toggle">
                <span class="wpml-ls-native">PL</span></a>

			<ul class="wpml-ls-sub-menu">
				
					<li class="wpml-ls-slot-shortcode_actions wpml-ls-item wpml-ls-item-en wpml-ls-last-item">
						<a href="https://bioagra.pl/en/" class="wpml-ls-link">
                            <span class="wpml-ls-native" lang="en">EN</span></a>
					</li>

							</ul>

		</li>

	</ul>
</div>
                       
                                                    <a id="magnifying-glass" class="icon" href="https://bioagra.pl/?s="></a>
                            
                    </div>
                    <!-- /header_box-->

                    <!-- /nav-->
            </header>
            <!-- #masthead -->

            <div id="content" class="site-content">

        <div class="otw-row otw-sc-portfolio" style="width:1000px;">
              <div class="otw-twentyfour otw-columns">

              <ul class="otw-portfolio-filter"><li class="produkty"><a href="https://bioagra.pl/otw-portfolio-category/produkty/">produkty</a></li></ul>
                  <ul class="otw-portfolio block-grid three-up mobile">
                                                          <li data-type="produkty " data-id="id-dezpower-plyn-do-dezynfekcji">
                          <article id="post-2782" class="otw-portfolio-item post-2782 otw-portfolio type-otw-portfolio status-publish has-post-thumbnail hentry otw-portfolio-category-produkty">
                            	<a href="https://bioagra.pl/otw-portfolio/dezpower-plyn-do-dezynfekcji/" title="DEZPOWER &#8211; płyn do dezynfekcji" class="otw-portfolio-item-link">
                            		<div class="image">
                                		                                		    <img width="400" height="300" src="https://bioagra.pl/wp-content/uploads/2020/08/Dezpower-plyn-400x300.jpg" class="attachment-otw-portfolio-medium size-otw-portfolio-medium wp-post-image" alt="" decoding="async" fetchpriority="high" />                                		                            		</div>
                            		<div class="title">
                            			<h3>DEZPOWER &#8211; płyn do dezynfekcji</h3>
                            		</div>
                            		<div class="text entry-content">
                            			                            		</div>
                            	<span class="shadow-overlay hide-for-small"></span></a>
                          </article>
                      </li>

                                        <li data-type="produkty " data-id="id-mokry-placek-paszowy">
                          <article id="post-1941" class="otw-portfolio-item post-1941 otw-portfolio type-otw-portfolio status-publish has-post-thumbnail hentry otw-portfolio-category-produkty">
                            	<a href="https://bioagra.pl/otw-portfolio/mokry-placek-paszowy/" title="Mokry Placek Paszowy" class="otw-portfolio-item-link">
                            		<div class="image">
                                		                                		    <img width="400" height="300" src="https://bioagra.pl/wp-content/uploads/2020/04/B_400x300-400x300.png" class="attachment-otw-portfolio-medium size-otw-portfolio-medium wp-post-image" alt="" decoding="async" srcset="https://bioagra.pl/wp-content/uploads/2020/04/B_400x300.png 400w, https://bioagra.pl/wp-content/uploads/2020/04/B_400x300-300x225.png 300w" sizes="(max-width: 400px) 100vw, 400px" />                                		                            		</div>
                            		<div class="title">
                            			<h3>Mokry Placek Paszowy</h3>
                            		</div>
                            		<div class="text entry-content">
                            			                            		</div>
                            	<span class="shadow-overlay hide-for-small"></span></a>
                          </article>
                      </li>

                                        <li data-type="produkty " data-id="id-ddgs-podestylacyjny-suszony-wywar-kukurydziany">
                          <article id="post-1940" class="otw-portfolio-item post-1940 otw-portfolio type-otw-portfolio status-publish has-post-thumbnail hentry otw-portfolio-category-produkty">
                            	<a href="https://bioagra.pl/otw-portfolio/ddgs-podestylacyjny-suszony-wywar-kukurydziany/" title="DDGS – podestylacyjny suszony wywar kukurydziany" class="otw-portfolio-item-link">
                            		<div class="image">
                                		                                		    <img width="400" height="300" src="https://bioagra.pl/wp-content/uploads/2020/04/DGGS_400x300-400x300.png" class="attachment-otw-portfolio-medium size-otw-portfolio-medium wp-post-image" alt="" decoding="async" srcset="https://bioagra.pl/wp-content/uploads/2020/04/DGGS_400x300.png 400w, https://bioagra.pl/wp-content/uploads/2020/04/DGGS_400x300-300x225.png 300w" sizes="(max-width: 400px) 100vw, 400px" />                                		                            		</div>
                            		<div class="title">
                            			<h3>DDGS – podestylacyjny suszony wywar kukurydziany</h3>
                            		</div>
                            		<div class="text entry-content">
                            			                            		</div>
                            	<span class="shadow-overlay hide-for-small"></span></a>
                          </article>
                      </li>

                                        <li data-type="produkty " data-id="id-etanol-alkohol-spozywczy">
                          <article id="post-1925" class="otw-portfolio-item post-1925 otw-portfolio type-otw-portfolio status-publish has-post-thumbnail hentry otw-portfolio-category-produkty">
                            	<a href="https://bioagra.pl/otw-portfolio/etanol-alkohol-spozywczy/" title="Etanol (alkohol) spożywczy" class="otw-portfolio-item-link">
                            		<div class="image">
                                		                                		    <img width="400" height="300" src="https://bioagra.pl/wp-content/uploads/2020/04/alkohol_sp_400x300-400x300.png" class="attachment-otw-portfolio-medium size-otw-portfolio-medium wp-post-image" alt="" decoding="async" loading="lazy" />                                		                            		</div>
                            		<div class="title">
                            			<h3>Etanol (alkohol) spożywczy</h3>
                            		</div>
                            		<div class="text entry-content">
                            			                            		</div>
                            	<span class="shadow-overlay hide-for-small"></span></a>
                          </article>
                      </li>

                                        <li data-type="produkty " data-id="id-syrop-paszowy">
                          <article id="post-1923" class="otw-portfolio-item post-1923 otw-portfolio type-otw-portfolio status-publish has-post-thumbnail hentry otw-portfolio-category-produkty">
                            	<a href="https://bioagra.pl/otw-portfolio/syrop-paszowy/" title="Syrop paszowy" class="otw-portfolio-item-link">
                            		<div class="image">
                                		                                		    <img width="400" height="300" src="https://bioagra.pl/wp-content/uploads/2020/04/syrop-paszowy-400x300-1-400x300.png" class="attachment-otw-portfolio-medium size-otw-portfolio-medium wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bioagra.pl/wp-content/uploads/2020/04/syrop-paszowy-400x300-1.png 400w, https://bioagra.pl/wp-content/uploads/2020/04/syrop-paszowy-400x300-1-300x225.png 300w" sizes="auto, (max-width: 400px) 100vw, 400px" />                                		                            		</div>
                            		<div class="title">
                            			<h3>Syrop paszowy</h3>
                            		</div>
                            		<div class="text entry-content">
                            			                            		</div>
                            	<span class="shadow-overlay hide-for-small"></span></a>
                          </article>
                      </li>

                                        <li data-type="produkty " data-id="id-olej-kukurydziany-surowy">
                          <article id="post-1921" class="otw-portfolio-item post-1921 otw-portfolio type-otw-portfolio status-publish has-post-thumbnail hentry otw-portfolio-category-produkty">
                            	<a href="https://bioagra.pl/otw-portfolio/olej-kukurydziany-surowy/" title="Olej kukurydziany surowy" class="otw-portfolio-item-link">
                            		<div class="image">
                                		                                		    <img width="400" height="300" src="https://bioagra.pl/wp-content/uploads/2020/04/Olej_surowy_400x300-400x300.png" class="attachment-otw-portfolio-medium size-otw-portfolio-medium wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bioagra.pl/wp-content/uploads/2020/04/Olej_surowy_400x300.png 400w, https://bioagra.pl/wp-content/uploads/2020/04/Olej_surowy_400x300-300x225.png 300w" sizes="auto, (max-width: 400px) 100vw, 400px" />                                		                            		</div>
                            		<div class="title">
                            			<h3>Olej kukurydziany surowy</h3>
                            		</div>
                            		<div class="text entry-content">
                            			                            		</div>
                            	<span class="shadow-overlay hide-for-small"></span></a>
                          </article>
                      </li>

                                    </ul>


    <div class="otw_paging"><ul class='page-numbers'>
	<li><span aria-current="page" class="page-numbers current">1</span></li>
	<li><a class="page-numbers" href="https://bioagra.pl/otw-portfolio-category/produkty/feed/page/2/">2</a></li>
	<li><a class="next page-numbers" href="https://bioagra.pl/otw-portfolio-category/produkty/feed/page/2/">Następne &raquo;</a></li>
</ul>
</div>
            </div>
          </div>

<!--WPFC_FOOTER_START-->
    </div>
    <!-- #content -->




 <div id="cookies-alert" class="cookie" >
 Nasz serwis używa plików cookie do prawidłowego działania strony. Jeśli nie wyrażasz na to zgody, możesz wyłączyć obsługę plików cookie w ustawieniach przeglądarki internetowej. 
        <br>
        Więcej szczegółów dot. plików cokies oraz ochrony Państwa prywatności znajdą Państwo na stronie 
       
                    <a href="https://bioagra.pl/polityka/">Polityka Prywatności</a>
           
        .
        <div id="close-cookies-alert" class="cookies-alert" >Zamknij</div>
    </div>

    <footer id="colophon" class="site-footer main_width">
        <li id="text-9" class="widget widget_text">			<div class="textwidget"><p>„Przedsiębiorca uzyskał pomoc w ramach programu rządowego pod nazwą: „Pomoc dla sektorów energochłonnych związana z nagłymi wzrostami cen gazu ziemnego i energii elektrycznej w 2022 r.”.</p>
</div>
		</li>
<li id="text-6" class="widget widget_text">			<div class="textwidget"><p>© COPYRIGHT 2025 | BIOAGRA S.A. UL. POŁCZYŃSKA 97A, 01-303 WARSZAWA | CREATED BY HAVAS | <a href="https://bioagra.pl/polityka/">POLITYKA PRYWATNOŚCI</a></p>
</div>
		</li>
    </footer>
    <!-- #colophon -->
    </div>
    <!-- #page -->

    <link rel='stylesheet' id='flexslider-css' href='https://bioagra.pl/wp-content/plugins/otw-portfolio-light/css/flexslider/flexslider.css?ver=2.0' type='text/css' media='all' />
<link rel='stylesheet' id='flexslider-custom-css' href='https://bioagra.pl/wp-content/plugins/otw-portfolio-light/css/flexslider-custom/flexslider.css?ver=2.0' type='text/css' media='all' />
<script type="text/javascript" src="https://bioagra.pl/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=5.7.5.1" id="swv-js"></script>
<script type="text/javascript" id="contact-form-7-js-extra">
/* <![CDATA[ */
var wpcf7 = {"api":{"root":"https:\/\/bioagra.pl\/wp-json\/","namespace":"contact-form-7\/v1"}};
/* ]]> */
</script>
<script type="text/javascript" src="https://bioagra.pl/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.7.5.1" id="contact-form-7-js"></script>
<script type="text/javascript" src="https://bioagra.pl/wp-content/themes/bakoma/js/vendor.min.js?ver=20151215" id="bakoma-vendor-js"></script>
<script type="text/javascript" src="https://bioagra.pl/wp-content/themes/bakoma/js/main.min.js?ver=20151215" id="bakoma-main-js"></script>
<script type="text/javascript" src="https://bioagra.pl/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script type="text/javascript" src="https://bioagra.pl/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
<script type="text/javascript" src="https://bioagra.pl/wp-includes/js/jquery/ui/effect.min.js?ver=1.13.3" id="jquery-effects-core-js"></script>
<script type="text/javascript" src="https://bioagra.pl/wp-content/plugins/otw-portfolio-light/js/jquery.animate-shadow-min.js?ver=6.7.5" id="animate-shadow-min-js"></script>
<script type="text/javascript" src="https://bioagra.pl/wp-content/plugins/otw-portfolio-light/css/flexslider/jquery.flexslider-min.js?ver=6.7.5" id="flexslider-min-js"></script>
<script type="text/javascript" src="https://bioagra.pl/wp-content/plugins/otw-portfolio-light/css/flexslider-custom/flexslider-customjs.js?ver=6.7.5" id="flexslider-customjs-js"></script>
<script type="text/javascript" src="https://bioagra.pl/wp-content/plugins/otw-portfolio-light/js/otw-portfolio.js?ver=6.7.5" id="otw-portfolio-js"></script>




    </body>

    </html>
