{"id":1424,"date":"2026-04-09T16:40:52","date_gmt":"2026-04-09T16:40:52","guid":{"rendered":"https:\/\/dev-idea.pl\/euromed\/?page_id=1424"},"modified":"2026-04-09T17:03:43","modified_gmt":"2026-04-09T17:03:43","slug":"dermatologia","status":"publish","type":"page","link":"https:\/\/dev-idea.pl\/euromed\/dermatologia\/","title":{"rendered":"Dermatologia"},"content":{"rendered":"\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Manrope:wght@400;500;600;700;800&display=swap');\n\n\/* =============================================\n   BASE\n============================================= *\/\n.em-page {\n  font-family: 'Manrope', sans-serif;\n  color: #000;\n  line-height: 1.6;\n}\n.em-container {\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 0 24px;\n}\n.em-section {\n  padding: 80px 0;\n}\n.em-label {\n  display: inline-block;\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: #007F50;\n  margin-bottom: 14px;\n}\n.em-h1 {\n  font-size: clamp(28px, 4vw, 50px);\n  font-weight: 800;\n  line-height: 1.15;\n  margin: 0 0 20px;\n}\n.em-h2 {\n  font-size: clamp(24px, 3vw, 38px);\n  font-weight: 800;\n  line-height: 1.2;\n  margin: 0 0 16px;\n}\n.em-h3 {\n  font-size: 19px;\n  font-weight: 700;\n  margin: 0 0 10px;\n}\n.em-lead {\n  font-size: 17px;\n  line-height: 1.7;\n  color: #444;\n  margin: 0 0 28px;\n}\n.em-btn {\n  display: inline-block;\n  background: #007F50;\n  color: #fff;\n  font-family: 'Manrope', sans-serif;\n  font-size: 15px;\n  font-weight: 700;\n  padding: 14px 32px;\n  border-radius: 100px;\n  text-decoration: none;\n  transition: background 0.2s, transform 0.2s;\n}\n.em-btn:hover { background: #005f3b; transform: translateY(-1px); }\n.em-btn-outline {\n  display: inline-block;\n  background: transparent;\n  color: #fff;\n  font-family: 'Manrope', sans-serif;\n  font-size: 15px;\n  font-weight: 700;\n  padding: 13px 30px;\n  border-radius: 100px;\n  border: 2px solid rgba(255,255,255,0.5);\n  text-decoration: none;\n  transition: background 0.2s, color 0.2s;\n}\n.em-btn-outline:hover { background: rgba(255,255,255,0.15); }\n.em-btn-white {\n  display: inline-block;\n  background: #fff;\n  color: #007F50;\n  font-family: 'Manrope', sans-serif;\n  font-size: 15px;\n  font-weight: 700;\n  padding: 14px 32px;\n  border-radius: 100px;\n  text-decoration: none;\n  transition: background 0.2s;\n}\n.em-btn-white:hover { background: #F0F1EB; }\n\n\/* =============================================\n   HERO\n============================================= *\/\n.em-hero-d {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  min-height: 620px;\n  overflow: hidden;\n}\n.em-hero-d-image {\n  position: relative;\n  overflow: hidden;\n}\n.em-hero-d-image img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  display: block;\n}\n.em-hero-d-content {\n  background: #fff;\n  display: flex;\n  align-items: center;\n  padding: 80px 60px 80px 56px;\n  position: relative;\n}\n.em-hero-d-content::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 4px;\n  height: 100%;\n  background: linear-gradient(180deg, #007F50, #2FAC66);\n}\n.em-hero-d-inner {\n  max-width: 540px;\n}\n.em-hero-d-badges {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-top: 28px;\n}\n.em-hero-d-badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 7px;\n  background: #F0F1EB;\n  border: 1px solid #E0E0D8;\n  border-radius: 20px;\n  padding: 6px 14px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #222;\n}\n.em-hero-d-badge-dot {\n  width: 7px;\n  height: 7px;\n  background: #007F50;\n  border-radius: 50%;\n  flex-shrink: 0;\n}\n\n\/* =============================================\n   STATS STRIP\n============================================= *\/\n.em-stats-strip {\n  background: #0A2A1A;\n  padding: 24px 0;\n}\n.em-stats-row {\n  display: flex;\n  justify-content: space-around;\n  align-items: center;\n  flex-wrap: wrap;\n  gap: 20px;\n}\n.em-stat-item {\n  text-align: center;\n  color: #fff;\n}\n.em-stat-num {\n  font-size: 32px;\n  font-weight: 800;\n  color: #2FAC66;\n  line-height: 1;\n  display: block;\n}\n.em-stat-label {\n  font-size: 13px;\n  color: rgba(255,255,255,0.65);\n  margin-top: 4px;\n}\n.em-stat-divider {\n  width: 1px;\n  height: 40px;\n  background: rgba(255,255,255,0.15);\n}\n\n\/* =============================================\n   KIEDY\n============================================= *\/\n.em-when-d-layout {\n  display: grid;\n  grid-template-columns: 1fr 1.6fr;\n  gap: 80px;\n  align-items: start;\n}\n.em-when-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n}\n.em-when-item {\n  background: #fff;\n  border: 1px solid #E0E0D8;\n  border-radius: 12px;\n  padding: 16px 18px;\n  display: flex;\n  align-items: flex-start;\n  gap: 12px;\n  transition: border-color 0.2s, box-shadow 0.2s;\n}\n.em-when-item:hover {\n  border-color: #2FAC66;\n  box-shadow: 0 4px 16px rgba(0,127,80,0.08);\n}\n.em-when-icon {\n  width: 36px;\n  height: 36px;\n  flex-shrink: 0;\n  background: #F0F1EB;\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 17px;\n}\n.em-when-text {\n  font-size: 13px;\n  font-weight: 600;\n  color: #222;\n  line-height: 1.45;\n}\n\n\/* =============================================\n   DIAGNOSTYKA\n============================================= *\/\n.em-diag-layout {\n  display: grid;\n  grid-template-columns: 1fr 1.4fr;\n  gap: 60px;\n  align-items: start;\n}\n.em-diag-image {\n  border-radius: 20px;\n  overflow: hidden;\n  height: 380px;\n  flex-shrink: 0;\n}\n.em-diag-image img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  display: block;\n}\n.em-diag-steps {\n  display: flex;\n  flex-direction: column;\n  gap: 0;\n  margin-top: 24px;\n}\n.em-diag-step {\n  display: flex;\n  gap: 20px;\n  padding: 24px 0;\n  border-bottom: 1px solid #E0E0D8;\n}\n.em-diag-step:last-child {\n  border-bottom: none;\n}\n.em-diag-step-num {\n  font-size: 48px;\n  font-weight: 800;\n  color: #007F50;\n  opacity: 0.15;\n  line-height: 1;\n  flex-shrink: 0;\n  width: 52px;\n}\n.em-diag-step-body h3 {\n  font-size: 16px;\n  font-weight: 700;\n  color: #000;\n  margin: 4px 0 8px;\n}\n.em-diag-step-body p {\n  font-size: 14px;\n  color: #555;\n  line-height: 1.6;\n  margin: 0;\n}\n\n\/* =============================================\n   IPL SCITON\n============================================= *\/\n.em-ipl-header {\n  text-align: center;\n  max-width: 720px;\n  margin: 0 auto 60px;\n}\n.em-ipl-badge {\n  display: inline-block;\n  background: rgba(47,172,102,0.18);\n  color: #2FAC66;\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  padding: 6px 18px;\n  border-radius: 100px;\n  margin-bottom: 18px;\n}\n.em-ipl-features {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 2px;\n  background: rgba(255,255,255,0.1);\n  border-radius: 18px;\n  overflow: hidden;\n  margin-bottom: 48px;\n}\n.em-ipl-feature {\n  background: rgba(255,255,255,0.06);\n  padding: 36px 30px;\n}\n.em-ipl-feature-icon {\n  width: 52px;\n  height: 52px;\n  background: rgba(47,172,102,0.2);\n  border: 2px solid #2FAC66;\n  border-radius: 14px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 24px;\n  margin-bottom: 20px;\n}\n.em-ipl-feature h3 {\n  font-size: 17px;\n  font-weight: 700;\n  color: #fff;\n  margin: 0 0 10px;\n}\n.em-ipl-feature p {\n  font-size: 14px;\n  color: rgba(255,255,255,0.68);\n  line-height: 1.6;\n  margin: 0;\n}\n.em-treat-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  justify-content: center;\n}\n.em-treat-tag {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  background: rgba(255,255,255,0.07);\n  border: 1px solid rgba(47,172,102,0.4);\n  border-radius: 100px;\n  padding: 10px 20px;\n  color: #fff;\n  font-size: 14px;\n  font-weight: 600;\n}\n.em-treat-tag::before {\n  content: '\u2713';\n  color: #2FAC66;\n  font-weight: 800;\n  font-size: 13px;\n}\n\n\/* =============================================\n   ZABIEGI\n============================================= *\/\n.em-zabieg-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 20px;\n  margin-top: 48px;\n}\n.em-zabieg-card {\n  background: #fff;\n  border: 1px solid #D0D1C9;\n  border-radius: 16px;\n  padding: 28px;\n  transition: box-shadow 0.2s, transform 0.2s;\n}\n.em-zabieg-card:hover {\n  box-shadow: 0 8px 28px rgba(0,127,80,0.09);\n  transform: translateY(-2px);\n}\n.em-zabieg-icon {\n  width: 46px;\n  height: 46px;\n  background: #F0F1EB;\n  border-radius: 11px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 20px;\n  margin-bottom: 14px;\n}\n.em-zabieg-card h3 {\n  font-size: 16px;\n  font-weight: 700;\n  color: #000;\n  margin: 0 0 10px;\n}\n.em-zabieg-card p {\n  font-size: 13px;\n  color: #555;\n  line-height: 1.6;\n  margin: 0 0 14px;\n}\n.em-zabieg-dots {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n  display: flex;\n  flex-direction: column;\n  gap: 5px;\n}\n.em-zabieg-dots li {\n  font-size: 13px;\n  color: #444;\n  display: flex;\n  align-items: flex-start;\n  gap: 8px;\n  line-height: 1.45;\n}\n.em-zabieg-dots li::before {\n  content: '\u00b7';\n  color: #007F50;\n  font-size: 20px;\n  line-height: 0.9;\n  flex-shrink: 0;\n}\n.em-zabieg-card-cta {\n  background: #F0F1EB;\n  border-color: #D0D1C9;\n}\n\n\/* =============================================\n   IMAGE BREAK\n============================================= *\/\n.em-img-break {\n  height: 320px;\n  overflow: hidden;\n  position: relative;\n}\n.em-img-break img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  display: block;\n}\n.em-img-break-overlay {\n  position: absolute;\n  inset: 0;\n  background: linear-gradient(180deg, transparent 30%, rgba(10,42,26,0.65) 100%);\n}\n.em-img-break-text {\n  position: absolute;\n  bottom: 40px;\n  left: 50%;\n  transform: translateX(-50%);\n  text-align: center;\n  width: 90%;\n}\n.em-img-break-text p {\n  font-size: 20px;\n  font-weight: 700;\n  color: #fff;\n  margin: 0 auto;\n  max-width: 680px;\n  line-height: 1.4;\n}\n\n\/* =============================================\n   CHOROBY + ZNAMIONA\n============================================= *\/\n.em-health-layout {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 40px;\n  align-items: start;\n}\n.em-disease-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n.em-disease-item {\n  display: flex;\n  align-items: center;\n  gap: 14px;\n  padding: 14px 18px;\n  background: #fff;\n  border: 1px solid #E0E0D8;\n  border-radius: 10px;\n}\n.em-disease-dot {\n  width: 10px;\n  height: 10px;\n  background: #007F50;\n  border-radius: 50%;\n  flex-shrink: 0;\n}\n.em-disease-item span {\n  font-size: 14px;\n  font-weight: 500;\n}\n.em-znamiona-card {\n  background: #0A2A1A;\n  border-radius: 20px;\n  padding: 36px 32px;\n  color: #fff;\n}\n.em-znamiona-card .em-label {\n  color: #2FAC66;\n}\n.em-abcde-list {\n  list-style: none;\n  padding: 0;\n  margin: 22px 0 0;\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n}\n.em-abcde-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 14px;\n}\n.em-abcde-letter {\n  width: 38px;\n  height: 38px;\n  background: #007F50;\n  border-radius: 9px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 17px;\n  font-weight: 800;\n  color: #fff;\n  flex-shrink: 0;\n}\n.em-abcde-text strong {\n  display: block;\n  font-size: 14px;\n  font-weight: 700;\n  color: #fff;\n  margin-bottom: 1px;\n}\n.em-abcde-text span {\n  font-size: 12px;\n  color: rgba(255,255,255,0.6);\n}\n\n\/* =============================================\n   DOCTOR\n============================================= *\/\n.em-doctor-d-card {\n  display: grid;\n  grid-template-columns: 240px 1fr;\n  gap: 0;\n  align-items: stretch;\n  background: #fff;\n  border-radius: 20px;\n  overflow: hidden;\n  border: 1px solid #E0E0D8;\n  margin-top: 40px;\n}\n.em-doctor-d-photo {\n  min-height: 300px;\n  flex-shrink: 0;\n}\n.em-doctor-d-photo img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  display: block;\n}\n.em-doctor-d-bio {\n  padding: 40px 44px;\n}\n.em-doctor-d-name {\n  font-size: 22px;\n  font-weight: 800;\n  color: #000;\n  margin: 0 0 4px;\n}\n.em-doctor-d-specialty {\n  font-size: 14px;\n  color: #007F50;\n  font-weight: 600;\n  margin: 0 0 20px;\n}\n.em-doctor-d-bio p {\n  font-size: 15px;\n  color: #555;\n  line-height: 1.7;\n  margin: 0 0 20px;\n}\n.em-spec-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n}\n.em-spec-tag {\n  background: #F0F1EB;\n  border-radius: 8px;\n  padding: 6px 12px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #222;\n}\n\n\/* =============================================\n   DOST\u0118PNO\u015a\u0106\n============================================= *\/\n.em-avail-d-layout {\n  display: grid;\n  grid-template-columns: 1.2fr 1fr;\n  gap: 60px;\n  align-items: center;\n}\n.em-city-pills {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 24px;\n}\n.em-city-pill {\n  background: #fff;\n  border: 1px solid #E0E0D8;\n  border-radius: 100px;\n  padding: 8px 20px;\n  font-size: 14px;\n  font-weight: 600;\n  color: #000;\n}\n.em-avail-d-image {\n  border-radius: 20px;\n  overflow: hidden;\n  height: 360px;\n}\n.em-avail-d-image img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  display: block;\n}\n\n\/* =============================================\n   CTA\n============================================= *\/\n.em-cta-inner {\n  background: linear-gradient(135deg, #0A2A1A 0%, #007F50 100%);\n  border-radius: 24px;\n  padding: 64px 80px;\n  text-align: center;\n  color: #fff;\n}\n.em-cta-inner h2 {\n  color: #fff;\n  font-size: clamp(22px, 3vw, 36px);\n  margin-bottom: 16px;\n}\n.em-cta-inner p {\n  font-size: 17px;\n  color: rgba(255,255,255,0.8);\n  max-width: 560px;\n  margin: 0 auto 32px;\n  line-height: 1.6;\n}\n.em-cta-btns {\n  display: flex;\n  gap: 16px;\n  justify-content: center;\n  flex-wrap: wrap;\n}\n\n\/* =============================================\n   REVIEWS\n============================================= *\/\n.em-reviews {\n  padding: 60px 0 80px;\n}\n.em-reviews-title {\n  text-align: center;\n  margin-bottom: 36px;\n}\n\n\/* =============================================\n   RESPONSIVE\n============================================= *\/\n@media (max-width: 960px) {\n  .em-section { padding: 50px 0; }\n\n  \/* Hero *\/\n  .em-hero-d { grid-template-columns: 1fr; min-height: auto; }\n  .em-hero-d-image { height: 280px; order: -1; }\n  .em-hero-d-content { padding: 40px 24px; }\n  .em-hero-d-content::before { width: 100%; height: 4px; top: 0; left: 0; }\n  .em-hero-d-inner { max-width: 100%; }\n\n  \/* Stats *\/\n  .em-stat-divider { display: none; }\n  .em-stats-row { gap: 16px; }\n\n  \/* Kiedy *\/\n  .em-when-d-layout { grid-template-columns: 1fr; gap: 36px; }\n  .em-when-grid { grid-template-columns: 1fr; }\n\n  \/* Diag *\/\n  .em-diag-layout { grid-template-columns: 1fr; gap: 30px; }\n  .em-diag-image { height: 240px; }\n\n  \/* IPL *\/\n  .em-ipl-features { grid-template-columns: 1fr; }\n\n  \/* Zabiegi *\/\n  .em-zabieg-grid { grid-template-columns: 1fr; }\n\n  \/* Health *\/\n  .em-health-layout { grid-template-columns: 1fr; gap: 28px; }\n\n  \/* Doctor *\/\n  .em-doctor-d-card { grid-template-columns: 1fr; }\n  .em-doctor-d-photo { min-height: 240px; max-height: 240px; }\n  .em-doctor-d-bio { padding: 28px 24px; }\n\n  \/* Avail *\/\n  .em-avail-d-layout { grid-template-columns: 1fr; gap: 30px; }\n  .em-avail-d-image { height: 220px; }\n\n  \/* CTA *\/\n  .em-cta-inner { padding: 40px 24px; }\n\n  \/* img break *\/\n  .em-img-break { height: 220px; }\n  .em-img-break-text p { font-size: 16px; }\n}\n@media (max-width: 600px) {\n  .em-section { padding: 40px 0; }\n  .em-when-grid { grid-template-columns: 1fr; }\n  .em-hero-d-badges { gap: 6px; }\n  .em-treat-tags { gap: 8px; }\n}\n<\/style>\n\n<div class=\"em-page\">\n\n<!-- HERO -->\n<section class=\"em-hero-d\">\n  <div class=\"em-hero-d-image\">\n    <img decoding=\"async\" src=\"https:\/\/dev-idea.pl\/euromed\/wp-content\/uploads\/2026\/04\/299.webp\" alt=\"Dermatologia Euromed Zdu\u0144ska Wola\" loading=\"eager\" \/>\n  <\/div>\n  <div class=\"em-hero-d-content\">\n    <div class=\"em-hero-d-inner\">\n      <span class=\"em-label\">Dermatologia \u00b7 Laser IPL Sciton \u00b7 Euromed<\/span>\n      <h1 class=\"em-h1\">Dermatolog Zdu\u0144ska Wola \u2013 klinika Euromed<\/h1>\n      <p class=\"em-lead\">Plama, paj\u0105czek, znami\u0119, brodawka \u2013 ka\u017cda zmiana na sk\u00f3rze zas\u0142uguje na rzeteln\u0105 diagnoz\u0119. Lek. med. Robert Kwiatkowski przyjmuje pacjent\u00f3w w pe\u0142nym zakresie dermatologii i wenerologii. Euromed dysponuje laserem IPL Sciton najnowszej generacji.<\/p>\n      <a href=\"\/kontakt\/\" class=\"em-btn\">Um\u00f3w wizyt\u0119<\/a>\n      <div class=\"em-hero-d-badges\">\n        <div class=\"em-hero-d-badge\"><span class=\"em-hero-d-badge-dot\"><\/span>Laser IPL Sciton<\/div>\n        <div class=\"em-hero-d-badge\"><span class=\"em-hero-d-badge-dot\"><\/span>Dermatolog i wenerolog<\/div>\n        <div class=\"em-hero-d-badge\"><span class=\"em-hero-d-badge-dot\"><\/span>Przegl\u0105d znamion<\/div>\n        <div class=\"em-hero-d-badge\"><span class=\"em-hero-d-badge-dot\"><\/span>Laseroterapia<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- STATS STRIP -->\n<div class=\"em-stats-strip\">\n  <div class=\"em-container\">\n    <div class=\"em-stats-row\">\n      <div class=\"em-stat-item\">\n        <span class=\"em-stat-num\">IPL<\/span>\n        <div class=\"em-stat-label\">Sciton \u2013 laser najnowszej generacji<\/div>\n      <\/div>\n      <div class=\"em-stat-divider\"><\/div>\n      <div class=\"em-stat-item\">\n        <span class=\"em-stat-num\">10+<\/span>\n        <div class=\"em-stat-label\">rodzaj\u00f3w leczonych zmian sk\u00f3rnych<\/div>\n      <\/div>\n      <div class=\"em-stat-divider\"><\/div>\n      <div class=\"em-stat-item\">\n        <span class=\"em-stat-num\">80\u201390%<\/span>\n        <div class=\"em-stat-label\">trwa\u0142a redukcja ow\u0142osienia po serii<\/div>\n      <\/div>\n      <div class=\"em-stat-divider\"><\/div>\n      <div class=\"em-stat-item\">\n        <span class=\"em-stat-num\">1\u00d7rok<\/span>\n        <div class=\"em-stat-label\">zalecany przegl\u0105d znamion<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- KIEDY WARTO -->\n<section class=\"em-section\" style=\"background:#F0F1EB;\">\n  <div class=\"em-container\">\n    <div class=\"em-when-d-layout\">\n      <div>\n        <span class=\"em-label\">Kiedy do dermatologa<\/span>\n        <h2 class=\"em-h2\">Nie czekaj, a\u017c zmiana &#8222;sama si\u0119 wycofa&#8221;<\/h2>\n        <p class=\"em-lead\">Wielu pacjent\u00f3w odk\u0142ada wizyt\u0119, bo problem wydaje si\u0119 za ma\u0142y. Dermatolog potrafi odr\u00f3\u017cni\u0107 zmian\u0119 kosmetyczn\u0105 od chorobowej jednym spojrzeniem. Nie ma czego\u015b takiego jak &#8222;za ma\u0142y problem&#8221; w dermatologii.<\/p>\n        <a href=\"\/kontakt\/\" class=\"em-btn\">Um\u00f3w konsultacj\u0119<\/a>\n      <\/div>\n      <div class=\"em-when-grid\">\n        <div class=\"em-when-item\">\n          <div class=\"em-when-icon\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#007F50\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"11\" cy=\"11\" r=\"8\"\/><path d=\"m21 21-4.35-4.35\"\/><\/svg><\/div>\n          <div class=\"em-when-text\">Nowe lub zmieniaj\u0105ce si\u0119 znamiona \u2013 kolor, kszta\u0142t, wielko\u015b\u0107<\/div>\n        <\/div>\n        <div class=\"em-when-item\">\n          <div class=\"em-when-icon\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#007F50\" stroke-width=\"1.8\" stroke-linecap=\"round\"><circle cx=\"12\" cy=\"12\" r=\"4\"\/><path d=\"M12 2v2M12 20v2M4.93 4.93l1.41 1.41M17.66 17.66l1.41 1.41M2 12h2M20 12h2M4.93 19.07l1.41-1.41M17.66 6.34l1.41-1.41\"\/><\/svg><\/div>\n          <div class=\"em-when-text\">Przebarwienia ci\u0105\u017cowe, starcze, piegi<\/div>\n        <\/div>\n        <div class=\"em-when-item\">\n          <div class=\"em-when-icon\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#007F50\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\/><\/svg><\/div>\n          <div class=\"em-when-text\">Sw\u0119dz\u0105ca, \u0142uszcz\u0105ca si\u0119 lub przewlekle zaczerwieniona sk\u00f3ra<\/div>\n        <\/div>\n        <div class=\"em-when-item\">\n          <div class=\"em-when-icon\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#007F50\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"\/><\/svg><\/div>\n          <div class=\"em-when-text\">Paj\u0105czki naczyniowe na twarzy lub nogach<\/div>\n        <\/div>\n        <div class=\"em-when-item\">\n          <div class=\"em-when-icon\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#007F50\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"7\" y=\"4\" width=\"10\" height=\"16\" rx=\"5\"\/><line x1=\"7\" y1=\"12\" x2=\"17\" y2=\"12\"\/><\/svg><\/div>\n          <div class=\"em-when-text\">Tr\u0105dzik niereaguj\u0105cy na leczenie domowe<\/div>\n        <\/div>\n        <div class=\"em-when-item\">\n          <div class=\"em-when-icon\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#007F50\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"16\"\/><line x1=\"8\" y1=\"12\" x2=\"16\" y2=\"12\"\/><\/svg><\/div>\n          <div class=\"em-when-text\">Brodawki, w\u0142\u00f3kniaki, naczyniaki lub inne naro\u015bla<\/div>\n        <\/div>\n        <div class=\"em-when-item\">\n          <div class=\"em-when-icon\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#007F50\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"6\" cy=\"6\" r=\"3\"\/><circle cx=\"6\" cy=\"18\" r=\"3\"\/><line x1=\"20\" y1=\"4\" x2=\"8.12\" y2=\"15.88\"\/><line x1=\"14.47\" y1=\"14.48\" x2=\"20\" y2=\"20\"\/><line x1=\"8.12\" y1=\"8.12\" x2=\"12\" y2=\"12\"\/><\/svg><\/div>\n          <div class=\"em-when-text\">Wypadanie w\u0142os\u00f3w lub zmiany struktury paznokci<\/div>\n        <\/div>\n        <div class=\"em-when-item\">\n          <div class=\"em-when-icon\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#007F50\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/><\/svg><\/div>\n          <div class=\"em-when-text\">Profilaktyczny przegl\u0105d znamion \u2013 zalecany raz w roku<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- DIAGNOSTYKA -->\n<section class=\"em-section\">\n  <div class=\"em-container\">\n    <span class=\"em-label\">Jak przebiega wizyta<\/span>\n    <h2 class=\"em-h2\">Diagnostyka dermatologiczna \u2013 od czego si\u0119 zaczyna<\/h2>\n    <div class=\"em-diag-layout\">\n      <div class=\"em-diag-image\">\n        <img decoding=\"async\" src=\"https:\/\/dev-idea.pl\/euromed\/wp-content\/uploads\/2026\/04\/2403.webp\" alt=\"Dermatolog Euromed \u2013 diagnostyka\" loading=\"lazy\" \/>\n      <\/div>\n      <div>\n        <p class=\"em-lead\">Wizyta u dermatologa w Euromed to nie pi\u0119\u0107 minut z recept\u0105. To rzetelna diagnostyka, dzi\u0119ki kt\u00f3rej leczenie trafia w sedno, zamiast maskowa\u0107 objawy.<\/p>\n        <div class=\"em-diag-steps\">\n          <div class=\"em-diag-step\">\n            <div class=\"em-diag-step-num\">01<\/div>\n            <div class=\"em-diag-step-body\">\n              <h3>Szczeg\u00f3\u0142owy wywiad<\/h3>\n              <p>Lekarz pyta o czas pojawienia si\u0119 zmian, ich dynamik\u0119, objawy towarzysz\u0105ce, stosowane dotychczas leczenie, alergie, przyjmowane leki i choroby w rodzinie. Wiele chor\u00f3b sk\u00f3rnych ma pod\u0142o\u017ce og\u00f3lnoustrojowe \u2013 kontekst jest kluczowy.<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"em-diag-step\">\n            <div class=\"em-diag-step-num\">02<\/div>\n            <div class=\"em-diag-step-body\">\n              <h3>Badanie kliniczne<\/h3>\n              <p>Lekarz ocenia nie tylko fragment, kt\u00f3ry Ci\u0119 martwi, ale szerzej \u2013 bada znamiona, szuka zmian, kt\u00f3re mog\u0142e\u015b przeoczy\u0107, ocenia w\u0142osy i paznokcie. Dermatoskopia pozwala zajrze\u0107 g\u0142\u0119biej ni\u017c go\u0142e oko.<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"em-diag-step\">\n            <div class=\"em-diag-step-num\">03<\/div>\n            <div class=\"em-diag-step-body\">\n              <h3>Diagnostyka uzupe\u0142niaj\u0105ca<\/h3>\n              <p>W razie potrzeby: posiew, cytologia, badanie histopatologiczne (wycinek zmiany do analizy mikroskopowej). Tam, gdzie jest w\u0105tpliwo\u015b\u0107 \u2013 lekarz weryfikuje, zamiast zgadywa\u0107.<\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- IPL SCITON -->\n<section class=\"em-section\" style=\"background:#0A2A1A;\">\n  <div class=\"em-container\">\n    <div class=\"em-ipl-header\">\n      <div class=\"em-ipl-badge\">Technologia premium<\/div>\n      <h2 class=\"em-h2\" style=\"color:#fff;\">Laser IPL Sciton \u2013 najwy\u017csza klasa laseroterapii<\/h2>\n      <p style=\"color:rgba(255,255,255,0.72); font-size:17px; line-height:1.7; margin:0;\">Urz\u0105dzenie o najwy\u017cszej mocy w swojej klasie. Nie lampa z salonu \u2013 zaawansowany system medyczny obs\u0142ugiwany przez lekarza dermatologa, kt\u00f3ry dobiera parametry indywidualnie do rodzaju zmiany, fototypu sk\u00f3ry i oczekiwanego efektu.<\/p>\n    <\/div>\n    <div class=\"em-ipl-features\">\n      <div class=\"em-ipl-feature\">\n        <div class=\"em-ipl-feature-icon\"><svg width=\"26\" height=\"26\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#2FAC66\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><line x1=\"22\" y1=\"12\" x2=\"18\" y2=\"12\"\/><line x1=\"6\" y1=\"12\" x2=\"2\" y2=\"12\"\/><line x1=\"12\" y1=\"6\" x2=\"12\" y2=\"2\"\/><line x1=\"12\" y1=\"22\" x2=\"12\" y2=\"18\"\/><\/svg><\/div>\n        <h3>Precyzja selektywna<\/h3>\n        <p>Wi\u0105zka \u015bwiat\u0142a celuje w hemoglobin\u0119 lub melanin\u0119 \u2013 nie uszkadzaj\u0105c otaczaj\u0105cych tkanek. Efekt leczniczy dok\u0142adnie tam, gdzie potrzeba, i tylko tam.<\/p>\n      <\/div>\n      <div class=\"em-ipl-feature\">\n        <div class=\"em-ipl-feature-icon\"><svg width=\"26\" height=\"26\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#2FAC66\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M9.59 4.59A2 2 0 1 1 11 8H2m10.59 11.41A2 2 0 1 0 14 16H2m15.73-8.27A2.5 2.5 0 1 1 19.5 12H2\"\/><\/svg><\/div>\n        <h3>Komfort i bezpiecze\u0144stwo<\/h3>\n        <p>Zintegrowany system ch\u0142odzenia sk\u00f3ry sprawia, \u017ce zabieg jest praktycznie bezbolesny. Nawet osoby o niskim progu b\u00f3lu przechodz\u0105 go bez dyskomfortu.<\/p>\n      <\/div>\n      <div class=\"em-ipl-feature\">\n        <div class=\"em-ipl-feature-icon\"><svg width=\"26\" height=\"26\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#2FAC66\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"\/><\/svg><\/div>\n        <h3>Szybsze efekty<\/h3>\n        <p>Wy\u017csza moc urz\u0105dzenia oznacza rezultaty w mniejszej liczbie sesji. Mniej wizyt, kr\u00f3tszy czas leczenia \u2013 potwierdzony do\u015bwiadczeniem tysi\u0119cy pacjent\u00f3w.<\/p>\n      <\/div>\n    <\/div>\n    <div class=\"em-treat-tags\">\n      <div class=\"em-treat-tag\">Naczyniaki<\/div>\n      <div class=\"em-treat-tag\">Paj\u0105czki naczyniowe<\/div>\n      <div class=\"em-treat-tag\">Przebarwienia<\/div>\n      <div class=\"em-treat-tag\">Brodawki<\/div>\n      <div class=\"em-treat-tag\">K\u0142ykciny<\/div>\n      <div class=\"em-treat-tag\">W\u0142\u00f3kniaki i bliznowce<\/div>\n      <div class=\"em-treat-tag\">Depilacja laserowa<\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ZABIEGI -->\n<section class=\"em-section\">\n  <div class=\"em-container\">\n    <span class=\"em-label\">Zabiegi laserowe<\/span>\n    <h2 class=\"em-h2\">Co leczymy laserem IPL Sciton<\/h2>\n    <div class=\"em-zabieg-grid\">\n      <div class=\"em-zabieg-card\">\n        <div class=\"em-zabieg-icon\"><svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#007F50\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"\/><\/svg><\/div>\n        <h3>Naczyniaki p\u0142askie i jamiste<\/h3>\n        <p>Wi\u0105zka \u015bwiat\u0142a zamyka nieprawid\u0142owe naczynia, nie uszkadzaj\u0105c otaczaj\u0105cych tkanek. Zmiana blednie stopniowo po kolejnych sesjach.<\/p>\n        <ul class=\"em-zabieg-dots\">\n          <li>Naczyniaki p\u0142askie \u2013 czerwone lub fioletowe plamy na sk\u00f3rze<\/li>\n          <li>Naczyniaki jamiste \u2013 wypuk\u0142e, mi\u0119kkie, o g\u0105bczastej strukturze<\/li>\n          <li>Liczba sesji zale\u017cy od rozmiaru i g\u0142\u0119boko\u015bci zmiany<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"em-zabieg-card\">\n        <div class=\"em-zabieg-icon\"><svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#007F50\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"18\" cy=\"5\" r=\"3\"\/><circle cx=\"6\" cy=\"12\" r=\"3\"\/><circle cx=\"18\" cy=\"19\" r=\"3\"\/><line x1=\"8.59\" y1=\"13.51\" x2=\"15.42\" y2=\"17.49\"\/><line x1=\"15.41\" y1=\"6.51\" x2=\"8.59\" y2=\"10.49\"\/><\/svg><\/div>\n        <h3>Paj\u0105czki naczyniowe na twarzy i nogach<\/h3>\n        <p>Laser celuje w hemoglobin\u0119 wewn\u0105trz naczynia, podgrzewa je i powoduje zamkni\u0119cie. Sk\u00f3ra wok\u00f3\u0142 pozostaje nienaruszona.<\/p>\n        <ul class=\"em-zabieg-dots\">\n          <li>Policzki, nos, skrzyde\u0142ka nosa<\/li>\n          <li>Uda i \u0142ydki \u2013 siateczka drobnych \u017cy\u0142ek<\/li>\n          <li>Na twarzy efekty zwykle po 1\u20133 zabiegach<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"em-zabieg-card\">\n        <div class=\"em-zabieg-icon\"><svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#007F50\" stroke-width=\"1.8\" stroke-linecap=\"round\"><circle cx=\"12\" cy=\"12\" r=\"5\"\/><line x1=\"12\" y1=\"1\" x2=\"12\" y2=\"3\"\/><line x1=\"12\" y1=\"21\" x2=\"12\" y2=\"23\"\/><line x1=\"4.22\" y1=\"4.22\" x2=\"5.64\" y2=\"5.64\"\/><line x1=\"18.36\" y1=\"18.36\" x2=\"19.78\" y2=\"19.78\"\/><line x1=\"1\" y1=\"12\" x2=\"3\" y2=\"12\"\/><line x1=\"21\" y1=\"12\" x2=\"23\" y2=\"12\"\/><line x1=\"4.22\" y1=\"19.78\" x2=\"5.64\" y2=\"18.36\"\/><line x1=\"18.36\" y1=\"5.64\" x2=\"19.78\" y2=\"4.22\"\/><\/svg><\/div>\n        <h3>Przebarwienia \u2013 ci\u0105\u017cowe, starcze, piegi<\/h3>\n        <p>Laser rozpoznaje melanin\u0119 i rozbija j\u0105 wi\u0105zk\u0105 \u015bwiat\u0142a, nie naruszaj\u0105c otoczenia. Przebarwienie z\u0142uszcza si\u0119 w ci\u0105gu kilku do 14 dni.<\/p>\n        <ul class=\"em-zabieg-dots\">\n          <li>Ostuda (plamy ci\u0105\u017cowe) \u2013 czo\u0142o, policzki, nad g\u00f3rn\u0105 warg\u0105<\/li>\n          <li>Plamy starcze na d\u0142oniach i dekolcie<\/li>\n          <li>Po leczeniu obowi\u0105zkowa ochrona przeciws\u0142oneczna<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"em-zabieg-card\">\n        <div class=\"em-zabieg-icon\"><svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#007F50\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/><polyline points=\"9 12 11 14 15 10\"\/><\/svg><\/div>\n        <h3>Brodawki i k\u0142ykciny<\/h3>\n        <p>Brodawki wirusowe (HPV) i \u0142ojotokowe usuwane laserowo \u2013 precyzyjnie, z minimalnym ryzykiem blizn. K\u0142ykciny wymagaj\u0105 leczenia ze wzgl\u0119du na tendencj\u0119 do nawrot\u00f3w.<\/p>\n        <ul class=\"em-zabieg-dots\">\n          <li>Brodawki zwyk\u0142e i p\u0142askie (d\u0142onie, stopy, twarz)<\/li>\n          <li>Brodawki \u0142ojotokowe (tu\u0142\u00f3w, plecy, twarz)<\/li>\n          <li>K\u0142ykciny ko\u0144czyste i p\u0142askie \u2013 pe\u0142na diagnostyka wenerologiczna<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"em-zabieg-card\">\n        <div class=\"em-zabieg-icon\"><svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#007F50\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polygon points=\"12 2 2 7 12 12 22 7 12 2\"\/><polyline points=\"2 17 12 22 22 17\"\/><polyline points=\"2 12 12 17 22 12\"\/><\/svg><\/div>\n        <h3>W\u0142\u00f3kniaki i bliznowce (keloidy)<\/h3>\n        <p>W\u0142\u00f3kniaki usuwane szybko i bez \u015blad\u00f3w. Bliznowce wymagaj\u0105 kilku sesji, ale efekty sp\u0142aszczenia i redukcji s\u0105 realne i trwa\u0142e.<\/p>\n        <ul class=\"em-zabieg-dots\">\n          <li>W\u0142\u00f3kniaki na szyi, pachach, powiekach \u2013 szybkie usuni\u0119cie<\/li>\n          <li>Bliznowce \u2013 IPL + iniekcje + ucisk, kilka sesji<\/li>\n          <li>Znacz\u0105ce sp\u0142aszczenie keloidu i redukcja zmian<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"em-zabieg-card\">\n        <div class=\"em-zabieg-icon\"><svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#007F50\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"6\" cy=\"6\" r=\"3\"\/><circle cx=\"6\" cy=\"18\" r=\"3\"\/><line x1=\"20\" y1=\"4\" x2=\"8.12\" y2=\"15.88\"\/><line x1=\"14.47\" y1=\"14.48\" x2=\"20\" y2=\"20\"\/><line x1=\"8.12\" y1=\"8.12\" x2=\"12\" y2=\"12\"\/><\/svg><\/div>\n        <h3>Depilacja laserowa ca\u0142ego cia\u0142a<\/h3>\n        <p>Jedyna metoda trwa\u0142ego pozbycia si\u0119 niechcianego ow\u0142osienia. Po serii 4\u20138 zabieg\u00f3w ow\u0142osienie trwale zredukowane o 80\u201390%.<\/p>\n        <ul class=\"em-zabieg-dots\">\n          <li>Twarz, pachy, bikini, nogi, plecy, klatka piersiowa<\/li>\n          <li>Parametry dobierane do fototypu sk\u00f3ry i koloru w\u0142os\u00f3w<\/li>\n          <li>Seria 4\u20138 zabieg\u00f3w w odst\u0119pach kilku tygodni<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"em-zabieg-card em-zabieg-card-cta\">\n        <div class=\"em-zabieg-icon\" style=\"background:#fff;\"><svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#007F50\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\/><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"\/><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"\/><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"\/><\/svg><\/div>\n        <h3>Um\u00f3w konsultacj\u0119<\/h3>\n        <p>Na konsultacji lekarz oceni zmian\u0119, dobierze metod\u0119 leczenia i om\u00f3wi realistyczne efekty \u2013 ile sesji, jak wygl\u0105da gojenie i czego mo\u017cesz si\u0119 spodziewa\u0107.<\/p>\n        <a href=\"\/kontakt\/\" class=\"em-btn\" style=\"margin-top:16px; display:inline-block;\">Zarezerwuj termin<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- IMAGE BREAK -->\n<div class=\"em-img-break\">\n  <img decoding=\"async\" src=\"https:\/\/dev-idea.pl\/euromed\/wp-content\/uploads\/2026\/04\/26010.webp\" alt=\"Laseroterapia IPL Sciton Euromed\" loading=\"lazy\" \/>\n  <div class=\"em-img-break-overlay\"><\/div>\n  <div class=\"em-img-break-text\">\n    <p>Skuteczno\u015b\u0107 potwierdzona. Komfort gwarantowany. Lekarz, kt\u00f3ry s\u0142ucha.<\/p>\n  <\/div>\n<\/div>\n\n<!-- CHOROBY + ZNAMIONA -->\n<section class=\"em-section\">\n  <div class=\"em-container\">\n    <span class=\"em-label\">Pe\u0142na dermatologia kliniczna<\/span>\n    <h2 class=\"em-h2\">Choroby sk\u00f3ry, w\u0142os\u00f3w i paznokci<\/h2>\n    <p class=\"em-lead\" style=\"max-width:680px;\">Laseroterapia to pot\u0119\u017cne narz\u0119dzie, ale dermatologia w Euromed to nie tylko laser. Lek. med. Robert Kwiatkowski diagnozuje i leczy pe\u0142ne spektrum chor\u00f3b sk\u00f3rnych.<\/p>\n    <div class=\"em-health-layout\">\n      <div class=\"em-disease-list\">\n        <div class=\"em-disease-item\"><div class=\"em-disease-dot\"><\/div><span>\u0141uszczyca i atopowe zapalenie sk\u00f3ry (AZS)<\/span><\/div>\n        <div class=\"em-disease-item\"><div class=\"em-disease-dot\"><\/div><span>Tr\u0105dzik pospolity i tr\u0105dzik r\u00f3\u017cowaty (rosacea)<\/span><\/div>\n        <div class=\"em-disease-item\"><div class=\"em-disease-dot\"><\/div><span>Egzema, pokrzywka i zmiany alergiczne<\/span><\/div>\n        <div class=\"em-disease-item\"><div class=\"em-disease-dot\"><\/div><span>Grzybice paznokci i ow\u0142osionej sk\u00f3ry g\u0142owy<\/span><\/div>\n        <div class=\"em-disease-item\"><div class=\"em-disease-dot\"><\/div><span>Wypadanie w\u0142os\u00f3w \u2013 \u0142ysienie androgenowe i plackowate<\/span><\/div>\n        <div class=\"em-disease-item\"><div class=\"em-disease-dot\"><\/div><span>Zmiany paznokciowe \u2013 pogrubienie, przebarwienie, odwarstwianie<\/span><\/div>\n        <div class=\"em-disease-item\"><div class=\"em-disease-dot\"><\/div><span>Choroby weneryczne \u2013 pe\u0142na diagnostyka i leczenie<\/span><\/div>\n      <\/div>\n      <div class=\"em-znamiona-card\">\n        <span class=\"em-label\">Profilaktyka raka sk\u00f3ry<\/span>\n        <h3 class=\"em-h3\" style=\"color:#fff; font-size:20px; margin-bottom:8px;\">Przegl\u0105d znamion \u2013 kryteria ABCDE<\/h3>\n        <p style=\"color:rgba(255,255,255,0.68); font-size:14px; margin:0;\">Czerniak jest wyleczalny, gdy wykryty wcze\u015bnie. R\u00f3\u017cnica mi\u0119dzy &#8222;wcze\u015bnie&#8221; a &#8222;p\u00f3\u017ano&#8221; to cz\u0119sto jedna wizyta u dermatologa.<\/p>\n        <ul class=\"em-abcde-list\">\n          <li class=\"em-abcde-item\">\n            <div class=\"em-abcde-letter\">A<\/div>\n            <div class=\"em-abcde-text\"><strong>Asymetria<\/strong><span>Po\u0142\u00f3wki znamienia nie s\u0105 lustrzanym odbiciem siebie<\/span><\/div>\n          <\/li>\n          <li class=\"em-abcde-item\">\n            <div class=\"em-abcde-letter\">B<\/div>\n            <div class=\"em-abcde-text\"><strong>Brzegi<\/strong><span>Nieregularne, postrz\u0119pione, nier\u00f3wne kraw\u0119dzie<\/span><\/div>\n          <\/li>\n          <li class=\"em-abcde-item\">\n            <div class=\"em-abcde-letter\">C<\/div>\n            <div class=\"em-abcde-text\"><strong>Cie\u0144 (kolor)<\/strong><span>Niejednorodny \u2013 kilka odcieni br\u0105zu, czerni lub czerwieni<\/span><\/div>\n          <\/li>\n          <li class=\"em-abcde-item\">\n            <div class=\"em-abcde-letter\">D<\/div>\n            <div class=\"em-abcde-text\"><strong>Du\u017ce<\/strong><span>\u015arednica powy\u017cej 6 mm wymaga oceny lekarskiej<\/span><\/div>\n          <\/li>\n          <li class=\"em-abcde-item\">\n            <div class=\"em-abcde-letter\">E<\/div>\n            <div class=\"em-abcde-text\"><strong>Ewolucja<\/strong><span>Zmiana kszta\u0142tu, koloru lub rozmiaru w czasie<\/span><\/div>\n          <\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- DOCTOR -->\n<section class=\"em-section\" style=\"background:#F0F1EB;\">\n  <div class=\"em-container\">\n    <span class=\"em-label\">Specjalista Euromed<\/span>\n    <h2 class=\"em-h2\">Lek. med. Robert Kwiatkowski<\/h2>\n    <div class=\"em-doctor-d-card\">\n      <div class=\"em-doctor-d-photo\">\n        <img decoding=\"async\" src=\"https:\/\/dev-idea.pl\/euromed\/wp-content\/uploads\/2026\/04\/2149365813.webp\" alt=\"Lek. med. Robert Kwiatkowski \u2013 dermatolog Euromed\" loading=\"lazy\" \/>\n      <\/div>\n      <div class=\"em-doctor-d-bio\">\n        <div class=\"em-doctor-d-name\">Lek. med. Robert Kwiatkowski<\/div>\n        <div class=\"em-doctor-d-specialty\">Dermatolog i wenerolog \u00b7 Klinika Euromed Zdu\u0144ska Wola<\/div>\n        <p>Lekarz z wieloletnim do\u015bwiadczeniem w diagnostyce i leczeniu chor\u00f3b sk\u00f3ry, w\u0142os\u00f3w i paznokci. Specjalizuje si\u0119 w dermatologii klinicznej i wenerologicznej \u2013 przyjmuje pacjent\u00f3w z pe\u0142nym zakresem problem\u00f3w sk\u00f3rnych, od zmian kosmetycznych po choroby przewlek\u0142e.<\/p>\n        <p>Obs\u0142uguje laser IPL Sciton najnowszej generacji, dobieraj\u0105c parametry indywidualnie do ka\u017cdego pacjenta, fototypu sk\u00f3ry i charakteru zmiany. Znany z dok\u0142adnego podej\u015bcia diagnostycznego i czasu po\u015bwi\u0119conego pacjentowi na wizyta.<\/p>\n        <div class=\"em-spec-tags\">\n          <span class=\"em-spec-tag\">Laseroterapia IPL<\/span>\n          <span class=\"em-spec-tag\">Przegl\u0105d znamion<\/span>\n          <span class=\"em-spec-tag\">Dermatologia kliniczna<\/span>\n          <span class=\"em-spec-tag\">Wenerologia<\/span>\n          <span class=\"em-spec-tag\">Depilacja laserowa<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- DOST\u0118PNO\u015a\u0106 -->\n<section class=\"em-section\">\n  <div class=\"em-container\">\n    <div class=\"em-avail-d-layout\">\n      <div>\n        <span class=\"em-label\">Dost\u0119pno\u015b\u0107<\/span>\n        <h2 class=\"em-h2\">Dermatolog w Zdu\u0144skiej Woli \u2013 blisko i bez czekania<\/h2>\n        <p class=\"em-lead\">W klinice Euromed \u0142\u0105cz\u0105 si\u0119 dwie rzeczy, kt\u00f3re rzadko id\u0105 w parze \u2013 dost\u0119pno\u015b\u0107 i jako\u015b\u0107. Laseroterapia IPL Sciton, dost\u0119pna w wielu plac\u00f3wkach wy\u0142\u0105cznie w du\u017cych miastach, jest tu na wyci\u0105gni\u0119cie r\u0119ki.<\/p>\n        <div class=\"em-city-pills\">\n          <span class=\"em-city-pill\">Zdu\u0144ska Wola<\/span>\n          <span class=\"em-city-pill\">Sieradz<\/span>\n          <span class=\"em-city-pill\">\u0141ask<\/span>\n          <span class=\"em-city-pill\">Podd\u0119bice<\/span>\n          <span class=\"em-city-pill\">Zadzim<\/span>\n        <\/div>\n        <br>\n        <a href=\"\/kontakt\/\" class=\"em-btn\" style=\"margin-top:12px;\">Um\u00f3w wizyt\u0119<\/a>\n      <\/div>\n      <div class=\"em-avail-d-image\">\n        <img decoding=\"async\" src=\"https:\/\/dev-idea.pl\/euromed\/wp-content\/uploads\/2026\/04\/68236.webp\" alt=\"Klinika Euromed Zdu\u0144ska Wola\" loading=\"lazy\" \/>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- CTA -->\n<section class=\"em-section\">\n  <div class=\"em-container\">\n    <div class=\"em-cta-inner\">\n      <h2>Um\u00f3w wizyt\u0119 u dermatologa w Euromed<\/h2>\n      <p>Zmiana, kt\u00f3ra Ci\u0119 niepokoi. Naczynka, kt\u00f3re chcesz usun\u0105\u0107. Tatua\u017c, kt\u00f3rego \u017ca\u0142ujesz. Przebarwienie, kt\u00f3re ukrywasz pod makija\u017cem. Ka\u017cdy z tych powod\u00f3w jest wystarczaj\u0105cy. Jeden telefon \u2013 i zamiast domys\u0142\u00f3w masz diagnoz\u0119.<\/p>\n      <div class=\"em-cta-btns\">\n        <a href=\"\/kontakt\/\" class=\"em-btn-white\">Zarezerwuj wizyt\u0119<\/a>\n        <a href=\"\/kontakt\/\" class=\"em-btn-outline\">Zapytaj o cennik<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- REVIEWS -->\n<div class=\"em-reviews\">\n  <div class=\"em-container\">\n    <div class=\"em-reviews-title\">\n      <span class=\"em-label\">Opinie pacjent\u00f3w<\/span>\n      <h2 class=\"em-h2\">Co m\u00f3wi\u0105 nasi pacjenci<\/h2>\n    <\/div>\n    <pre class=\"ti-widget\" style=\"display: none\"><template id=\"trustindex-google-widget-html\"><div class=\" ti-widget  ti-goog ti-review-text-mode-readmore ti-text-align-left\" data-no-translation=\"true\" data-time-locale=\"%d %s temu|dzi\u015b|dzie\u0144|dni|tydzie\u0144|tygodni|miesi\u0105c|miesi\u0119cy|rok|lat\" data-plugin-version=\"13.2.8\" data-layout-id=\"5\" data-layout-category=\"slider\" data-set-id=\"ligth-border\" data-pid=\"\" data-language=\"pl\" data-close-locale=\"Zamkn\u0105\u0107\" data-review-target-width=\"275\" data-css-version=\"2\" data-reply-by-locale=\"Odpowied\u017a w\u0142a\u015bciciela\" data-only-rating-locale=\"Ten u\u017cytkownik wystawi\u0142 tylko ocen\u0119.\" data-pager-autoplay-timeout=\"6\"> <div class=\"ti-widget-container ti-col-4\"> <div class=\"ti-footer ti-footer-grid source-Google\"> <div class=\"ti-fade-container\"> <div class=\"ti-rating-text\"> <strong class=\"ti-rating ti-rating-large\"> DOSKONA\u0141A <\/strong> <\/div> <span class=\"ti-stars star-lg\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/h.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><\/span> <div class=\"ti-rating-text\"> <span class=\"nowrap\">Na podstawie <strong>251 opinii<\/strong><\/span> <\/div> <div class=\"ti-large-logo\"> <div class=\"ti-v-center\"> <trustindex-image class=\"ti-logo-fb\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/logo.svg\" width=\"150\" height=\"25\" loading=\"lazy\" alt=\"Google\"><\/trustindex-image> <\/div> <\/div> <\/div> <\/div> <div class=\"ti-reviews-container\"> <div class=\"ti-controls\"> <div class=\"ti-next\" aria-label=\"Nast\u0119pna recenzj\u0119\" role=\"button\" tabindex=\"0\"><\/div> <div class=\"ti-prev\" aria-label=\"Poprzednia recenzj\u0119\" role=\"button\" tabindex=\"0\"><\/div> <\/div> <div class=\"ti-reviews-container-wrapper\">  <div data-empty=\"0\" data-time=\"1773273600\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Opublikowano na <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjUCm3ob1AGULDtdSQJX4QXOi5NLCN-tdZkImyEeWxtDO2F2SzE=w40-h40-c-rp-mo-br100\" alt=\"IgorGamerPL profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> IgorGamerPL <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex sprawdza, czy pierwotnym \u017ar\u00f3d\u0142em recenzji jest Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Najlepsze miejsce kt\u00f3re leczy z\u0119by! Polecam!<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Ukryj\" data-open-text=\"Czytaj wi\u0119cej\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1771372800\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Opublikowano na <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocIGdnD4bllnc2gughJvVcCgIVKi1_NzQjo_Y5V2OvLK5O5Gbw=w40-h40-c-rp-mo-br100\" alt=\"Sara Przepiora profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Sara Przepiora <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex sprawdza, czy pierwotnym \u017ar\u00f3d\u0142em recenzji jest Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Jestem pacjentk\u0105 Pani Doktor Kaniewskiej u kt\u00f3rej lecz\u0119 z\u0119by ju\u017c kilka lat i jestem bardzo zadowolona. Pani Doktor jest zawsze zaanga\u017cowana w swoj\u0105 prac\u0119, zawsze podchodzi z delikatno\u015bci\u0105 jest mi\u0142a serdeczna i pomocna.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Ukryj\" data-open-text=\"Czytaj wi\u0119cej\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1771372800\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Opublikowano na <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjVgfH4aMfXiKzEw9FTUdXzuhPXH4x01L_rs0Kp2eFCKKYbHhGJU=w40-h40-c-rp-mo-br100\" alt=\"Mariusz profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Mariusz <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex sprawdza, czy pierwotnym \u017ar\u00f3d\u0142em recenzji jest Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Jestem zadowolony z wizyt u Pani doktor Kaniewskiej\nPani doktor wyja\u015bnia wszystko szczeg\u00f3\u0142owo<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Ukryj\" data-open-text=\"Czytaj wi\u0119cej\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1771200000\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Opublikowano na <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjVWIOTmhmD5PonEls92tkt2PxgF7auRbe9Q1b46mpD5SXlMqQ4e=w40-h40-c-rp-mo-br100\" alt=\"bogusia hinz profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> bogusia hinz <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex sprawdza, czy pierwotnym \u017ar\u00f3d\u0142em recenzji jest Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->5 gwiazdek NAJLEPSZE MIEJSCE SWIATA!!! Pozdrawiam!<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Ukryj\" data-open-text=\"Czytaj wi\u0119cej\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1770163200\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Opublikowano na <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocKfStlIdTVkUtX_C6dV3oyjeI_SBCyS1Z3_o3f4pY6eG-45-g=w40-h40-c-rp-mo-ba3-br100\" alt=\"spiacy100 profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> spiacy100 <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex sprawdza, czy pierwotnym \u017ar\u00f3d\u0142em recenzji jest Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Serdecznie dzi\u0119kuj\u0119 Dr Ignaczakowi za pe\u0142en profesjonalizm, ogromn\u0105 wiedz\u0119 i indywidualne podej\u015bcie do pacjenta. Zabiegi przeprowadzane s\u0105 z najwy\u017csz\u0105 staranno\u015bci\u0105, a atmosfera w gabinecie sprawia, \u017ce nawet osoba obawiaj\u0105ca si\u0119 wizyt u dentysty czuje si\u0119 spokojnie i bezpiecznie. Z pe\u0142nym przekonaniem polecam.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Ukryj\" data-open-text=\"Czytaj wi\u0119cej\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1770076800\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Opublikowano na <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocL7hfIx53AlavVH-FVCSjs4fFslaw5MC4jfxcXogbBM8W5_dQ=w40-h40-c-rp-mo-br100\" alt=\"Tomasz Klawikowski profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Tomasz Klawikowski <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex sprawdza, czy pierwotnym \u017ar\u00f3d\u0142em recenzji jest Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Dr.Pyfel to mistrz swiata ,Pani asystentka tak\u017ce \ud83d\ude42.\nPe\u0142en profesjonalizm ,bardzo dobra atmosfera - szczerze polecam .<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Ukryj\" data-open-text=\"Czytaj wi\u0119cej\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1770076800\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Opublikowano na <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocJqxCy3ho8Y63p4FQXvZpQUtM6KrqRqyLr1AJSwA0xie2b7qQ=w40-h40-c-rp-mo-br100\" alt=\"Marek Bernasiak profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Marek Bernasiak <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex sprawdza, czy pierwotnym \u017ar\u00f3d\u0142em recenzji jest Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Corka 3 latka super zadowolona !<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Ukryj\" data-open-text=\"Czytaj wi\u0119cej\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1769126400\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Opublikowano na <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocLTKbBOH42ak8Nk7uWetIryO3X1V3Jr8NIVBuDV_58H0dGI6g=w40-h40-c-rp-mo-br100\" alt=\"Kasia Jaros profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Kasia Jaros <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex sprawdza, czy pierwotnym \u017ar\u00f3d\u0142em recenzji jest Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Super obs\u0142uga, w dniu rejestracji by\u0142am przyj\u0119ta. Pani dr \u0141\u0105czy\u0144ska przemi\u0142a i kompetentna \ud83d\ude42<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Ukryj\" data-open-text=\"Czytaj wi\u0119cej\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1769040000\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Opublikowano na <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocLmyWqeRUzjHDAD3zkcH48M4cOjoydj4P8QEMLoUxL_2Qt6=w40-h40-c-rp-mo-br100\" alt=\"Sylwia R\u00f2\u017ca\u0144ska profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Sylwia R\u00f2\u017ca\u0144ska <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex sprawdza, czy pierwotnym \u017ar\u00f3d\u0142em recenzji jest Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Serdecznie polecam gabinet stomatologiczny na ul.\u017b\u00f3\u0142kiewskiego. Fachowy personel,przemi\u0142a atmostera i Pani dr Janczak z profesjonalnym podej\u015bciem  do pacjenta .<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Ukryj\" data-open-text=\"Czytaj wi\u0119cej\"><\/span> <\/div> <\/div>  <\/div> <div class=\"ti-controls-line\"> <div class=\"dot\"><\/div> <\/div>   <\/div> <\/div> <\/div> <\/template><\/pre><div data-src=\"https:\/\/cdn.trustindex.io\/loader.js?wp-widget\" data-template-id=\"trustindex-google-widget-html\" data-css-url=\"https:\/\/dev-idea.pl\/euromed\/wp-content\/uploads\/trustindex-google-widget.css?1774809981\"><\/div>\n  <\/div>\n<\/div>\n\n<\/div><!-- .em-page -->\n\n","protected":false},"excerpt":{"rendered":"<p>Dermatologia \u00b7 Laser IPL Sciton \u00b7 Euromed Dermatolog Zdu\u0144ska Wola \u2013 klinika Euromed Plama, paj\u0105czek, znami\u0119, brodawka \u2013 ka\u017cda zmiana na sk\u00f3rze zas\u0142uguje na rzeteln\u0105 diagnoz\u0119. Lek. med. Robert Kwiatkowski&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_EventAllDay":false,"_EventTimezone":"","_EventStartDate":"","_EventEndDate":"","_EventStartDateUTC":"","_EventEndDateUTC":"","_EventShowMap":false,"_EventShowMapLink":false,"_EventURL":"","_EventCost":"","_EventCostDescription":"","_EventCurrencySymbol":"","_EventCurrencyCode":"","_EventCurrencyPosition":"","_EventDateTimeSeparator":"","_EventTimeRangeSeparator":"","_EventOrganizerID":[],"_EventVenueID":[],"_OrganizerEmail":"","_OrganizerPhone":"","_OrganizerWebsite":"","_VenueAddress":"","_VenueCity":"","_VenueCountry":"","_VenueProvince":"","_VenueState":"","_VenueZip":"","_VenuePhone":"","_VenueURL":"","_VenueStateProvince":"","_VenueLat":"","_VenueLng":"","_VenueShowMap":false,"_VenueShowMapLink":false,"_kadence_starter_templates_imported_post":false,"_kad_post_transparent":"","_kad_post_title":"hide","_kad_post_layout":"fullwidth","_kad_post_sidebar_id":"","_kad_post_content_style":"unboxed","_kad_post_vertical_padding":"bottom","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-1424","page","type-page","status-publish","hentry"],"taxonomy_info":[],"featured_image_src_large":false,"author_info":{"display_name":"admin","author_link":"https:\/\/dev-idea.pl\/euromed\/author\/admin\/"},"comment_info":0,"_links":{"self":[{"href":"https:\/\/dev-idea.pl\/euromed\/wp-json\/wp\/v2\/pages\/1424","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dev-idea.pl\/euromed\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dev-idea.pl\/euromed\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dev-idea.pl\/euromed\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dev-idea.pl\/euromed\/wp-json\/wp\/v2\/comments?post=1424"}],"version-history":[{"count":4,"href":"https:\/\/dev-idea.pl\/euromed\/wp-json\/wp\/v2\/pages\/1424\/revisions"}],"predecessor-version":[{"id":1441,"href":"https:\/\/dev-idea.pl\/euromed\/wp-json\/wp\/v2\/pages\/1424\/revisions\/1441"}],"wp:attachment":[{"href":"https:\/\/dev-idea.pl\/euromed\/wp-json\/wp\/v2\/media?parent=1424"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}