<?php $bridge_qode_options = bridge_qode_return_global_options(); ?> <!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>" /> <?php $bridge_qode_is_IE = bridge_qode_return_is_ie_variable(); if ( ! empty( $bridge_qode_is_IE ) && $bridge_qode_is_IE ) { ?> <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"> <?php } ?> <?php /** * bridge_qode_header_meta hook * * @see bridge_core_header_meta() - hooked with 10 * @see bridge_qode_user_scalable_meta() - hooked with 10 */ do_action('bridge_qode_action_header_meta'); ?> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /> <?php if(qode_options()->getOption('favicon_image') !== ''){ ?> <link rel="shortcut icon" type="image/x-icon" href="<?php echo esc_url($qode_options_proya['favicon_image']); ?>"> <link rel="apple-touch-icon" href="<?php echo esc_url($qode_options_proya['favicon_image']); ?>"/> <?php } ?> <?php wp_head(); ?> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-T88739T4');</script> <!-- Meta Pixel Code --> <script> !function(f,b,e,v,n,t,s) {if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)}; if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0'; n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t,s)}(window, document,'script', 'https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '407343631220737'); fbq('track', 'PageView'); </script> <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=407343631220737&ev=PageView&noscript=1" /></noscript> <!-- End Meta Pixel Code --> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-FYQ1C6FF1M"> </script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-FYQ1C6FF1M'); </script> </head> <body <?php body_class(); ?> itemscope itemtype="http://schema.org/WebPage"> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T88739T4" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <?php //Wordpress 5.2 default action do_action( 'wp_body_open' ); ?> <?php $params = bridge_qode_header_parameters(); extract($params); echo bridge_qode_get_module_template_part('templates/parts/ajax-loader', 'header'); echo bridge_qode_get_module_template_part('templates/side-area/side-area', 'header', '', $params); echo bridge_qode_get_module_template_part('templates/panel-area', 'panel-area', '', $params); ?> <div class="wrapper"> <div class="wrapper_inner"> <?php do_action('bridge_qode_action_after_wrapper_inner'); ?> <?php if($enable_vertical_menu) { echo bridge_qode_get_module_template_part('templates/vertical-header', 'header', '', $params); }else{ switch($header_bottom_appearance){ case 'stick menu_bottom': $header_appearance_slug = 'stick_menu_bottom'; break; case 'fixed fixed_minimal': $header_appearance_slug = 'fixed_minimal'; break; default: $header_appearance_slug = $header_bottom_appearance; break; } echo bridge_qode_get_module_template_part('templates/header-appearance/header', 'header', $header_appearance_slug, $params); } echo bridge_qode_get_module_template_part('templates/parts/back-to-top', 'header', '', $params); echo bridge_qode_get_module_template_part('templates/popup-menu/popup-menu', 'header', '', $params); echo bridge_qode_get_module_template_part('templates/parts/fullscreen-search', 'header', '', $params); ?> <?php if(bridge_qode_options()->getOptionValue('paspartu') == 'yes'){ ?> <div class="paspartu_outer <?php echo bridge_qode_get_paspartu_class(); ?>"> <?php if(bridge_qode_options()->getOptionValue('vertical_area') == "yes" && bridge_qode_options()->getOptionValue('vertical_menu_inside_paspartu') == 'no') { ?> <div class="paspartu_middle_inner"> <?php }?> <?php if((bridge_qode_options()->getOptionValue('paspartu_on_top') == 'yes' && bridge_qode_options()->getOptionValue('paspartu_on_top_fixed') == 'yes') || (bridge_qode_options()->getOptionValue('vertical_area') == "yes" && bridge_qode_options()->getOptionValue('vertical_menu_inside_paspartu') == 'yes')){ ?> <div class="paspartu_top"></div> <?php }?> <div class="paspartu_left"></div> <div class="paspartu_right"></div> <div class="paspartu_inner"> <?php } ?> <?php if(is_active_sidebar('left_side_fixed')){ ?> <div class="qode_left_side_fixed"> <?php dynamic_sidebar('left_side_fixed'); ?> </div> <?php } ?> <?php if(is_active_sidebar('right_side_fixed')){ ?> <div class="qode_right_side_fixed"> <?php dynamic_sidebar('right_side_fixed'); ?> </div> <?php } ?> <div class="content <?php echo bridge_qode_get_content_class(); ?>"> <?php $animation = get_post_meta($id, "qode_show-animation", true); if (!empty($_SESSION['qode_animation']) && $animation == ""){ $animation = $_SESSION['qode_animation']; } if(in_array(bridge_qode_options()->getOptionValue('page_transitions'), array('1', '2', '3', '4')) || in_array($animation, array("updown","fade","updown_fade","leftright"))){ ?> <div class="meta"> <?php /** * bridge_qode_action_ajax_meta hook * * @hooked bridge_qode_action_ajax_meta - 10 */ do_action('bridge_qode_action_ajax_meta'); ?> <span id="qode_page_id"><?php echo esc_attr( bridge_qode_get_page_id() ); ?></span> <div class="body_classes"><?php echo implode( ',', get_body_class()); ?></div> </div> <?php } ?> <div class="content_inner <?php echo esc_attr( $animation );?> "> <?php if(in_array(bridge_qode_options()->getOptionValue('page_transitions'), array('1', '2', '3', '4')) || in_array($animation, array("updown","fade","updown_fade","leftright"))){ do_action('bridge_qode_action_visual_composer_custom_shortcodce_css'); } ?> <div class="background-instytut"></div>

Odzież, utrzymanie czystości, leki

Odzież, utrzymanie czystości i leki (lista)

strzałka_dół

  • Pikowana kurtka męska
  • Pikowany bezrękawnik męski
  • Pikowana kurtka męska
  • Rozpinana bluza polarowa z kapturem męska
  • ST9860 – T-shirty z długim rękawem, okrągłym dekoltem i guzikami dla mężczyzn
  • t-shirt czarny, krótki rękaw
  • t-shirt biały, krótki rękaw
  • Kurtka ochronna ocieplana KURTKA REIS FOR-WIN-J FORECO OCIEPLANA
  • RĘKAWICE REIS RECODRAG DZIANE,powlekane lateksem
  • SKARPETY REIS BST-EVERDAY
  • KOMPLET REIS US-WARM BS ODZIEŻ TERMOAKTYWNA
  • TRZEWIKI OGRIFOX OX-OIX-T-OB BP OB E FO – do kostki
  • PÓŁBUTY REIS BSBLAKE SB BLAKE-sportowe
  • TRZEWIKI REIS BRYES-TWO-OB BY YES OB. EN20347- za kostke
  • WKŁADKI DO BUTÓW REIS FILCOWE BR-INS-FIL
  • WKŁADKI DO BUTÓW REIS TERMICZNE BR-INS-TERM
  • CZAPKA REIS AKRYLOWA CZBAW JESIEŃ/ZIMA
  • RĘCZNIK FROTTE BAWEŁNA 100% -50×100
  • Ręczniki Frotte – 100% 70×140
  • t-shirt khaki
  • BLUZA POLAROWA JHK FLRA 300
  • płyny do naczyń,
  • płyny do prania,
  • płyny do płukania,
  • płyny do szyb,
  • mleczka czyszczące,
  • płyny uniwersalne,
  • odplamiacze,
  • kostki WC,
  • płyny do WC,
  • mycie specjalistyczne,
  • dywany
  • kosmetyki po goleniu
  • szampony,
  • mydła, żele, dezynfekcja rąk, higiena intymna w płynie,
  • oliwka,
  • mydła w kostce,
  • chusteczki nawilżane i kosmetyczne,
  • płukanki, szczoteczki i pasty,
  • pasty do butów,
  • kremy,
  • dezodoranty,
  • pieluchy,
  • podpaski, wkładki, tampony,
  • proszki do prania,
  • tabletki do zmywarek,
  • golarki,
  • worki na śmieci,
  • chusteczki,
  • ręczniki papierowe,
  • papier toaletowy,
  • ścierki i chusteczki nawilżające,
  • jednorazówki,
  • rękawice,
  • baterie.
  • Apap thermal plastry,
  • Viscoplast opaska elastyczna z zapinka 5m x 10cm,
  • Viscoplast opaska elastyczna z zapinka 5m x 15cm,
  • Viscoplast kompres jalowy 10 cm x 10 cm 3 szt.,
  • Viscoplast kompres jalowy 5 cm x 5 cm 3 szt.,
  • Viscoplast kompres jalowy 7,5 cm x 7,5 cm 3 szt.,
  • Viscoplast gaza opatrunkowa jałowa 1m2,
  • V-plast UNIWERSALNY 24 szt,
  • Activplast plaster rozgrzewajacy 1 szt.,
  • Activplast plastry uniwersalne 16 szt.,
  • Activplast plastry ekonomiczne 6cm*1m,
  • Activplast plastry standard 19*72mm 100 szt.,
  • Activplast plastry standard 25*72mm 100 szt.,
  • Activplast plastry turystyczne 16 szt.,
  • Activplast plastry ekonomiczne 6cm*0,5 m.,
  • Activplast plastry standardowe 16 szt.,
  • Activplast plastry dzieciece 16 szt.,
  • Activplast plastry przezroczyste 16., szt
  • Activplast stojak mix 6×8.,
  • HELP4SKIN gojenie ran tuba 20 g,
  • Scorbolamid na gardlo 8 tabletek,
  • Ranigast s.o.s 12,
  • Allertec wapno plus 20 tab=1/16,
  • Heviran comfort 15 plast=1/10
  • Rutinoscorvit cynk selen w tabletkach 30 szt.
  • Muss calcium 20+4 tabl,.
  • Muss magnez 20+4 tabl,.
  • Muss witamina C 20+4 tabl,
  • Muss multiwitamina 20 +4tabl,
  • Hipertonic spray 50 ml,
  • Gripactive complex 6 saszetek,
  • Gripactive zatoki i nos 6 saszetek
  • Verdin complexx tabletki 10 szt.,
  • Verdin krople trawienne Complexx 40 ml,
  • Verdin fix w saszetkach 20 szt.,
  • Verdin fix w saszetkach 40 szt.,
  • Verdin fix earl grey w saszetkach 20 szt.,
  • Verdin fix zielona herbata saszetkach 20 szt.,
  • Verdin fix czarna herbata saszetkach 20 szt.,
  • Verdin fix malina w saszetkach 20 szt.,
  • Verdin fix owoce lesne w saszetkach 20 szt.,
  • Verdin fix cytrusy w saszetkach 20 szt.,
  • Herbitussin pastylki12 szt.,
  • Herbitussin miod i cytryna pastylki12 szt.,
  • 2KC tabletki 6 szt.,
  • 2KC DRINK 250ML,
  • MAGNEZ+B6 30TAB,
  • WEGIEL AKTYWNY 30KAPS,
  • LOKOMARIN 15 TABL,
  • Colgrip hot 8 saszetek,
  • Max vita c 1000’15kapsulek,
  • Colgrip zatoki 8 saszetek,
  • Max vita d3 2000’30kapsulek,
  • TRAN PLUS 30KAPSULEK,
  • Etopiryna tabletki 6 szt.,
  • Etopiryna tabletki 10 szt.,
  • Etopiryna pro tabletki 10 szt.,
  • Polopiryna S 10 tabletek,
  • Polopiryna max 6 tabletek,
  • Metafen Ibuprofen 10 tabletek,
  • Metafen Ibuprofen 10 kapsulek,
  • Panadol Extra tabletki 8 szt.,
  • Panadol tabletki sprint 12 szt.,
  • Cholinex tabletki 8 szt.,
  • Cholinex tabletki 16 szt.,
  • Apap tabletki 12 szt.,
  • Apap tabletki 6 szt.,
  • Apap tabletki 6 szt.,
  • Apap tabletki 2 szt.,
  • Apap Extra tabletki 10 szt.,
  • Apap Extra tabletki 6szt.,
  • Ibuprom tabletki 2 szt.,
  • Ibuprom tabletki 10szt.,
  • Ibuprom tabletki przeciwbólowe 10 szt.,
  • Ibuprom Sprint kapsulki 10 szt.,
  • Ibuprom zel effect 20 g,
  • Ibuprom Sprintcaps kapsulki 4szt.,
  • Gripex Control tabletki 12 szt.,
  • Manti tabletki 8 szt.,
  • Nurofen tabletki 10 szt.,
  • Nurofen junior tabletki 6 szt.,
  • Nurofen express femina 10 kapsułek,
  • Nurofen express sodium 6 tabletek,
  • Strepsils Intensive tabletki 8 szt.,
  • Strepsils pomarancza tabletki 8szt.
  • Strepsils menthol-eukaliptus 12 tab.,
  • Strepsils junior 12 tabl.,
  • Aspirin tabletki 10 szt.,
  • Aspirin pro tabletki 8 szt.,
  • Aspirin musujaca 12 tab.,
  • Rennie tabletki 24 szt.,
  • Rennie Fruit tabletki 24 szt.,
  • Coffepirine tabletki 6 szt.,
  • Kopiryna tabletki 6 szt.,
  • Woda utleniona 100 g 3%.