{"id":1535,"date":"2026-04-27T08:37:05","date_gmt":"2026-04-27T08:37:05","guid":{"rendered":"https:\/\/dev-idea.pl\/euromed\/klinika-stomatologiczna\/"},"modified":"2026-04-27T09:09:07","modified_gmt":"2026-04-27T09:09:07","slug":"klinika-stomatologiczna","status":"publish","type":"page","link":"https:\/\/dev-idea.pl\/euromed\/klinika-stomatologiczna\/","title":{"rendered":"Klinika Stomatologiczna Zdu\u0144ska Wola &#8211; Euromed | Kompleksowa stomatologia"},"content":{"rendered":"\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Manrope:wght@400;500;600;700;800&display=swap');\n\n.em-page * { box-sizing: border-box; }\n.em-page { font-family: 'Manrope', sans-serif; color: #000; line-height: 1.6; }\n.em-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }\n.em-section { padding: 70px 0; }\n.em-section-sm { padding: 50px 0; }\n\n.em-bg-white { background: #fff; }\n.em-bg-accent { background: #F0F1EB; }\n.em-bg-dark { background: #0A2A1A; color: #fff; }\n\n.em-label { display: inline-block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; color: #007F50; border-left: 3px solid #007F50; padding-left: 10px; margin-bottom: 16px; }\n.em-label-white { color: #2FAC66; border-left-color: #2FAC66; }\n.em-label-center { display: block; text-align: center; border: none; padding: 0; }\n.em-h1 { font-size: clamp(26px, 4.5vw, 46px); font-weight: 800; line-height: 1.15; margin: 0 0 18px; letter-spacing: -0.02em; }\n.em-h2 { font-size: clamp(24px, 4vw, 40px); font-weight: 800; line-height: 1.2; margin: 0 0 16px; letter-spacing: -0.02em; }\n.em-h3 { font-size: clamp(17px, 2.5vw, 21px); font-weight: 700; margin: 0 0 10px; }\n.em-lead { font-size: clamp(15px, 1.8vw, 17px); line-height: 1.7; color: #444; margin: 0 0 28px; }\n.em-text { font-size: 15px; line-height: 1.7; color: #444; }\n.em-text-white { color: rgba(255,255,255,0.82); }\n.em-text-center { text-align: center; }\n.em-section-intro { max-width: 640px; margin: 0 auto 50px; text-align: center; }\n\n.em-btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 26px; border-radius: 6px; font-family: 'Manrope', sans-serif; font-size: 15px; font-weight: 700; text-decoration: none; cursor: pointer; transition: all 0.25s ease; border: 2px solid transparent; line-height: 1.3; }\n.em-btn-primary { background: #007F50; color: #fff; border-color: #007F50; }\n.em-btn-primary:hover { background: #005f3c; border-color: #005f3c; color: #fff; transform: translateY(-1px); }\n.em-btn-outline { background: transparent; color: #007F50; border-color: #2FAC66; }\n.em-btn-outline:hover { background: #007F50; color: #fff; transform: translateY(-1px); }\n.em-btn-white { background: #fff; color: #007F50; border-color: #fff; }\n.em-btn-white:hover { background: #f0f0f0; transform: translateY(-1px); }\n.em-btn-group { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }\n\n.em-divider { width: 50px; height: 4px; background: #007F50; border-radius: 2px; margin: 16px 0 24px; }\n.em-divider-white { background: #2FAC66; }\n\n\/* ===== COMPACT HERO (jasne t\u0142o, zwi\u0119z\u0142y) ===== *\/\n.em-compact-hero {\n  background: #F0F1EB;\n  padding: 56px 0 52px;\n  border-bottom: 1px solid #E0E0D8;\n}\n.em-compact-hero-inner { max-width: 680px; }\n\n\/* ===== SERVICE CARDS z zdj\u0119ciami ===== *\/\n.em-spec-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 20px;\n  margin-top: 0;\n}\n.em-spec-card {\n  background: #fff;\n  border: 1px solid #E0E0D8;\n  border-radius: 16px;\n  overflow: hidden;\n  text-decoration: none;\n  color: #000;\n  display: flex;\n  flex-direction: column;\n  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;\n}\n.em-spec-card:hover {\n  transform: translateY(-4px);\n  box-shadow: 0 14px 40px rgba(0,127,80,0.13);\n  border-color: #2FAC66;\n}\n.em-spec-card-img {\n  aspect-ratio: 3 \/ 2;\n  overflow: hidden;\n  flex-shrink: 0;\n}\n.em-spec-card-img img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  display: block;\n  transition: transform 0.45s ease;\n}\n.em-spec-card:hover .em-spec-card-img img { transform: scale(1.06); }\n.em-spec-card-body {\n  padding: 20px 18px 18px;\n  flex-grow: 1;\n  display: flex;\n  flex-direction: column;\n}\n.em-spec-card-name {\n  font-size: 15px;\n  font-weight: 800;\n  margin: 0 0 6px;\n  color: #000;\n  line-height: 1.3;\n}\n.em-spec-card-desc {\n  font-size: 12px;\n  line-height: 1.6;\n  color: #777;\n  margin: 0 0 14px;\n  flex-grow: 1;\n}\n.em-spec-card-link {\n  font-size: 12px;\n  font-weight: 700;\n  color: #007F50;\n  display: flex;\n  align-items: center;\n  gap: 5px;\n  transition: gap 0.2s;\n}\n.em-spec-card:hover .em-spec-card-link { gap: 9px; }\n\n\/* ===== PILLARS ===== *\/\n.em-pillars-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 50px; }\n.em-pillar-card { background: #fff; border-radius: 16px; padding: 32px 28px; box-shadow: 0 4px 30px rgba(0,0,0,0.06); border: 1px solid #E0E0D8; transition: transform 0.25s, box-shadow 0.25s; }\n.em-pillar-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,127,80,0.12); }\n.em-pillar-number { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; background: #007F50; color: #fff; border-radius: 10px; font-size: 20px; font-weight: 800; margin-bottom: 18px; }\n\n\/* ===== WHY US DARK ===== *\/\n.em-why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }\n.em-why-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }\n.em-why-stat { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 14px; padding: 22px 18px; text-align: center; }\n.em-why-stat-val { font-size: 28px; font-weight: 800; color: #2FAC66; display: block; line-height: 1; }\n.em-why-stat-label { font-size: 11px; color: rgba(255,255,255,0.55); margin-top: 6px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.08em; }\n.em-checklist-white { list-style: none; padding: 0; margin: 20px 0 28px; display: flex; flex-direction: column; gap: 10px; }\n.em-checklist-white li { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; font-weight: 500; color: rgba(255,255,255,0.9); }\n.em-checklist-white li::before { content: ''; display: inline-block; width: 20px; height: 20px; min-width: 20px; background: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='10' fill='%232FAC66'\/%3E%3Cpath d='M6 10l3 3 5-5' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' fill='none'\/%3E%3C\/svg%3E\") no-repeat center\/contain; margin-top: 2px; }\n.em-contact-pill { display: flex; align-items: center; gap: 14px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 14px; padding: 18px 22px; margin-top: 16px; text-decoration: none; transition: background 0.2s; }\n.em-contact-pill:hover { background: rgba(255,255,255,0.13); }\n.em-contact-pill-icon { width: 42px; height: 42px; background: #2FAC66; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }\n.em-contact-pill-icon svg { width: 20px; height: 20px; fill: #fff; }\n.em-contact-pill-label { font-size: 11px; color: rgba(255,255,255,0.5); font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; display: block; margin-bottom: 2px; }\n.em-contact-pill-val { font-size: 18px; font-weight: 800; color: #fff; }\n\n\/* ===== CTA BOX ===== *\/\n.em-cta-inner { background: linear-gradient(135deg, #007F50 0%, #005f3c 100%); border-radius: 20px; padding: 60px 50px; text-align: center; position: relative; overflow: hidden; }\n.em-cta-inner::before { content: ''; position: absolute; top: -50px; right: -50px; width: 200px; height: 200px; background: rgba(255,255,255,0.05); border-radius: 50%; }\n.em-cta-inner::after { content: ''; position: absolute; bottom: -80px; left: -30px; width: 250px; height: 250px; background: rgba(255,255,255,0.04); border-radius: 50%; }\n.em-cta-inner * { position: relative; z-index: 1; }\n.em-cta-inner h2 { color: #fff; }\n.em-cta-inner p { color: rgba(255,255,255,0.85); font-size: 17px; max-width: 560px; margin: 0 auto 32px; }\n.em-cta-contacts { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-top: 28px; }\n.em-cta-contact-item { color: rgba(255,255,255,0.75); font-size: 14px; font-weight: 600; }\n.em-cta-contact-item a { color: #fff; text-decoration: none; font-weight: 800; }\n\n.em-reviews-section { padding: 70px 0; background: #fff; overflow: hidden; }\n\n\/* =============================================\n   RESPONSIVE\n============================================= *\/\n@media (max-width: 960px) {\n  .em-section { padding: 50px 0; }\n  .em-spec-grid { grid-template-columns: repeat(2, 1fr); }\n  .em-pillars-grid { grid-template-columns: 1fr; }\n  .em-why-grid { grid-template-columns: 1fr; }\n  .em-cta-inner { padding: 40px 24px; }\n}\n@media (max-width: 600px) {\n  .em-section { padding: 40px 0; }\n  .em-compact-hero { padding: 40px 0 36px; }\n  .em-spec-grid { grid-template-columns: 1fr; }\n  .em-why-stats { grid-template-columns: 1fr 1fr; }\n  .em-btn-group { flex-direction: column; }\n  .em-btn { width: 100%; justify-content: center; }\n  .em-cta-contacts { flex-direction: column; align-items: center; gap: 12px; }\n  .em-contact-pill { width: 100%; }\n}\n<\/style>\n\n<div class=\"em-page\">\n\n<!-- =============================================\n     HERO \u2014 kompaktowy, jasne t\u0142o\n============================================= -->\n<section class=\"em-compact-hero\">\n  <div class=\"em-container\">\n    <div class=\"em-compact-hero-inner\">\n      <span class=\"em-label\">Euromed | Klinika Stomatologiczna \u2022 Zdu\u0144ska Wola<\/span>\n      <h1 class=\"em-h1\">Kompleksowa stomatologia dla ca\u0142ej rodziny \u2013 8 specjalizacji w jednej klinice<\/h1>\n      <p class=\"em-lead\">Implanty, ortodoncja, endodoncja pod mikroskopem, protetyka cyrkonowa, chirurgia, wybielanie i diagnostyka CBCT. Wszystko w Zdu\u0144skiej Woli \u2014 bez dojazd\u00f3w do du\u017cego miasta.<\/p>\n      <div class=\"em-btn-group\">\n        <a href=\"https:\/\/dev-idea.pl\/euromed\/kontakt\/\" class=\"em-btn em-btn-primary\">Um\u00f3w wizyt\u0119<\/a>\n        <a href=\"tel:+48438254244\" class=\"em-btn em-btn-outline\">43 825 42 44<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- =============================================\n     SERVICE CARDS \u2014 8 kafelk\u00f3w ze zdj\u0119ciami\n============================================= -->\n<section class=\"em-section em-bg-white\">\n  <div class=\"em-container\">\n    <div class=\"em-spec-grid\">\n\n      <a href=\"https:\/\/dev-idea.pl\/euromed\/implanty\/\" class=\"em-spec-card\">\n        <div class=\"em-spec-card-img\">\n          <img decoding=\"async\" src=\"https:\/\/dev-idea.pl\/euromed\/wp-content\/uploads\/2026\/04\/52.webp\" alt=\"Implanty z\u0119bowe Euromed\" \/>\n        <\/div>\n        <div class=\"em-spec-card-body\">\n          <div class=\"em-spec-card-name\">Implanty z\u0119bowe<\/div>\n          <p class=\"em-spec-card-desc\">Trwa\u0142e uzupe\u0142nienie brakuj\u0105cego z\u0119ba. Tytanowy implant zast\u0119puje korze\u0144 i zapobiega zanikowi ko\u015bci \u2014 wynik na ca\u0142e \u017cycie.<\/p>\n          <span class=\"em-spec-card-link\">Dowiedz si\u0119 wi\u0119cej \u2192<\/span>\n        <\/div>\n      <\/a>\n\n      <a href=\"https:\/\/dev-idea.pl\/euromed\/ortodoncja\/\" class=\"em-spec-card\">\n        <div class=\"em-spec-card-img\">\n          <img decoding=\"async\" src=\"https:\/\/dev-idea.pl\/euromed\/wp-content\/uploads\/2026\/04\/3437.webp\" alt=\"Ortodoncja Euromed\" \/>\n        <\/div>\n        <div class=\"em-spec-card-body\">\n          <div class=\"em-spec-card-name\">Ortodoncja<\/div>\n          <p class=\"em-spec-card-desc\">Aparaty metalowe, ceramiczne, samoligaturuj\u0105ce i nak\u0142adki przezroczyste. Dla dzieci od 6. roku \u017cycia i doros\u0142ych bez g\u00f3rnej granicy wieku.<\/p>\n          <span class=\"em-spec-card-link\">Dowiedz si\u0119 wi\u0119cej \u2192<\/span>\n        <\/div>\n      <\/a>\n\n      <a href=\"https:\/\/dev-idea.pl\/euromed\/stomatologia\/\" class=\"em-spec-card\">\n        <div class=\"em-spec-card-img\">\n          <img decoding=\"async\" src=\"https:\/\/dev-idea.pl\/euromed\/wp-content\/uploads\/2026\/04\/2596.webp\" alt=\"Stomatologia zachowawcza Euromed\" \/>\n        <\/div>\n        <div class=\"em-spec-card-body\">\n          <div class=\"em-spec-card-name\">Stomatologia zachowawcza<\/div>\n          <p class=\"em-spec-card-desc\">Leczenie pr\u00f3chnicy, profilaktyka, scaling i piaskowanie. Bezbolesne wype\u0142nienia kompozytowe w kolorze naturalnego z\u0119ba.<\/p>\n          <span class=\"em-spec-card-link\">Dowiedz si\u0119 wi\u0119cej \u2192<\/span>\n        <\/div>\n      <\/a>\n\n      <a href=\"https:\/\/dev-idea.pl\/euromed\/leczenie-kanalowe\/\" class=\"em-spec-card\">\n        <div class=\"em-spec-card-img\">\n          <img decoding=\"async\" src=\"https:\/\/dev-idea.pl\/euromed\/wp-content\/uploads\/2026\/04\/7731.webp\" alt=\"Leczenie kana\u0142owe pod mikroskopem Euromed\" \/>\n        <\/div>\n        <div class=\"em-spec-card-body\">\n          <div class=\"em-spec-card-name\">Leczenie kana\u0142owe<\/div>\n          <p class=\"em-spec-card-desc\">Endodoncja mikroskopowa z powi\u0119kszeniem 20\u00d7. Ratujemy z\u0119by, kt\u00f3re bez mikroskopu kwalifikowa\u0142yby si\u0119 do usuni\u0119cia. Bezbolesne, w jednej wizycie.<\/p>\n          <span class=\"em-spec-card-link\">Dowiedz si\u0119 wi\u0119cej \u2192<\/span>\n        <\/div>\n      <\/a>\n\n      <a href=\"https:\/\/dev-idea.pl\/euromed\/wybielanie-zebow\/\" class=\"em-spec-card\">\n        <div class=\"em-spec-card-img\">\n          <img decoding=\"async\" src=\"https:\/\/dev-idea.pl\/euromed\/wp-content\/uploads\/2026\/04\/885.webp\" alt=\"Wybielanie z\u0119b\u00f3w Euromed\" \/>\n        <\/div>\n        <div class=\"em-spec-card-body\">\n          <div class=\"em-spec-card-name\">Wybielanie z\u0119b\u00f3w<\/div>\n          <p class=\"em-spec-card-desc\">Profesjonalne wybielanie gabinetowe \u2014 efekty po jednej wizycie (60\u201390 min). Bezpieczne preparaty, naturalny, trwa\u0142y efekt.<\/p>\n          <span class=\"em-spec-card-link\">Dowiedz si\u0119 wi\u0119cej \u2192<\/span>\n        <\/div>\n      <\/a>\n\n      <a href=\"https:\/\/dev-idea.pl\/euromed\/protetyka\/\" class=\"em-spec-card\">\n        <div class=\"em-spec-card-img\">\n          <img decoding=\"async\" src=\"https:\/\/dev-idea.pl\/euromed\/wp-content\/uploads\/2026\/04\/2149103570.webp\" alt=\"Protetyka stomatologiczna Euromed\" \/>\n        <\/div>\n        <div class=\"em-spec-card-body\">\n          <div class=\"em-spec-card-name\">Protetyka stomatologiczna<\/div>\n          <p class=\"em-spec-card-desc\">Lic\u00f3wki, korony i mosty cyrkonowe (CAD\/CAM), protezy szkieletowe. Odbudowa estetyki i funkcji \u017cucia \u2014 precyzja do 0,01 mm.<\/p>\n          <span class=\"em-spec-card-link\">Dowiedz si\u0119 wi\u0119cej \u2192<\/span>\n        <\/div>\n      <\/a>\n\n      <a href=\"https:\/\/dev-idea.pl\/euromed\/tomograf-stomatologiczny\/\" class=\"em-spec-card\">\n        <div class=\"em-spec-card-img\">\n          <img decoding=\"async\" src=\"https:\/\/dev-idea.pl\/euromed\/wp-content\/uploads\/2026\/04\/2637.webp\" alt=\"Tomografia CBCT 3D Euromed\" \/>\n        <\/div>\n        <div class=\"em-spec-card-body\">\n          <div class=\"em-spec-card-name\">Tomografia CBCT 3D<\/div>\n          <p class=\"em-spec-card-desc\">Diagnostyka tr\u00f3jwymiarowa \u2014 skan w 10\u201320 sekund, wynik cyfrowy od r\u0119ki. Niezb\u0119dna przed implantacj\u0105 i trudnym leczeniem kana\u0142owym.<\/p>\n          <span class=\"em-spec-card-link\">Dowiedz si\u0119 wi\u0119cej \u2192<\/span>\n        <\/div>\n      <\/a>\n\n      <a href=\"https:\/\/dev-idea.pl\/euromed\/chirurgia-stomatologiczna\/\" class=\"em-spec-card\">\n        <div class=\"em-spec-card-img\">\n          <img decoding=\"async\" src=\"https:\/\/dev-idea.pl\/euromed\/wp-content\/uploads\/2026\/04\/11895.webp\" alt=\"Chirurgia stomatologiczna Euromed\" \/>\n        <\/div>\n        <div class=\"em-spec-card-body\">\n          <div class=\"em-spec-card-name\">Chirurgia stomatologiczna<\/div>\n          <p class=\"em-spec-card-desc\">Ekstrakcje chirurgiczne, usuwanie \u00f3semek, augmentacja ko\u015bci, resekcja wierzcho\u0142ka. Specjalista chirurgii szcz\u0119kowo-twarzowej na miejscu.<\/p>\n          <span class=\"em-spec-card-link\">Dowiedz si\u0119 wi\u0119cej \u2192<\/span>\n        <\/div>\n      <\/a>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- =============================================\n     3 FILARY \u2014 dlaczego Euromed\n============================================= -->\n<section class=\"em-section em-bg-accent\">\n  <div class=\"em-container\">\n    <div class=\"em-section-intro\">\n      <span class=\"em-label em-label-center\">Dlaczego warto wybra\u0107 Euromed<\/span>\n      <h2 class=\"em-h2\">Klinika stomatologiczna \u2014 nie gabinet<\/h2>\n      <p class=\"em-text em-text-center\">R\u00f3\u017cnica jest realna. W gabinecie masz jednego dentyst\u0119. W klinice masz zesp\u00f3\u0142 specjalist\u00f3w, kt\u00f3rzy si\u0119 komunikuj\u0105 i wsp\u00f3lnie planuj\u0105 Twoje leczenie.<\/p>\n    <\/div>\n    <div class=\"em-pillars-grid\">\n      <div class=\"em-pillar-card\">\n        <div class=\"em-pillar-number\">01<\/div>\n        <h3 class=\"em-h3\">Wszystko pod jednym dachem<\/h3>\n        <div class=\"em-divider\"><\/div>\n        <p class=\"em-text\">Implantolog, ortodonta, endodonta, chirurg i protetyk \u2014 w Euromed nie musisz szuka\u0107 r\u00f3\u017cnych gabinet\u00f3w ani traci\u0107 czasu na koordynacj\u0119. Jeden plan leczenia, pe\u0142na dokumentacja, sp\u00f3jna opieka.<\/p>\n      <\/div>\n      <div class=\"em-pillar-card\">\n        <div class=\"em-pillar-number\">02<\/div>\n        <h3 class=\"em-h3\">Tomograf CBCT na miejscu<\/h3>\n        <div class=\"em-divider\"><\/div>\n        <p class=\"em-text\">Diagnostyka 3D bez wyjazdu do \u0141odzi czy Sieradza. Wynik cyfrowy gotowy od razu, dost\u0119pny wszystkim lekarzom w klinice. Szybsze decyzje, lepsze planowanie, bezpieczniejsze zabiegi.<\/p>\n      <\/div>\n      <div class=\"em-pillar-card\">\n        <div class=\"em-pillar-number\">03<\/div>\n        <h3 class=\"em-h3\">Dla dzieci i doros\u0142ych<\/h3>\n        <div class=\"em-divider\"><\/div>\n        <p class=\"em-text\">Ortodoncja dla dzieci od 6. roku \u017cycia, protetyka i implanty dla senior\u00f3w, wybielanie i lic\u00f3wki dla doros\u0142ych. Euromed to klinika, z kt\u00f3rej mo\u017ce korzysta\u0107 ca\u0142a rodzina \u2014 na ka\u017cdym etapie \u017cycia.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- =============================================\n     DLACZEGO EUROMED DARK \u2014 stats + kontakt\n============================================= -->\n<section class=\"em-section em-bg-dark\">\n  <div class=\"em-container\">\n    <div class=\"em-why-grid\">\n      <div>\n        <span class=\"em-label em-label-white\">Euromed Zdu\u0144ska Wola<\/span>\n        <h2 class=\"em-h2\" style=\"color:#fff;\">Nie je\u017adzij do du\u017cego miasta po stomatologi\u0119 na najwy\u017cszym poziomie<\/h2>\n        <div class=\"em-divider em-divider-white\"><\/div>\n        <p class=\"em-text em-text-white\" style=\"margin-bottom:24px;\">Mikroskop endodontyczny, tomograf CBCT, cyrkon CAD\/CAM, specjalista chirurgii szcz\u0119kowo-twarzowej \u2014 to wszystko czego szukasz w \u0141odzi lub Wroc\u0142awiu, jest dost\u0119pne tu, w Zdu\u0144skiej Woli. Kr\u00f3tkie terminy, bez wielomiesi\u0119cznego oczekiwania.<\/p>\n        <ul class=\"em-checklist-white\">\n          <li>Mikroskop endodontyczny 20\u00d7 \u2014 z\u0142oty standard leczenia kana\u0142owego<\/li>\n          <li>Chirurgia szcz\u0119kowo-twarzowa \u2014 rzadko\u015b\u0107 poza du\u017cymi miastami<\/li>\n          <li>Protetyka CAD\/CAM \u2014 cyrkon frezowany cyfrowo, dopasowanie do 0,01 mm<\/li>\n          <li>Ortodoncja: metalowe, ceramiczne, nak\u0142adki przezroczyste<\/li>\n          <li>Kr\u00f3tkie terminy \u2014 Zdu\u0144ska Wola, \u0141ask, Sieradz, Szadek, Podd\u0119bice<\/li>\n        <\/ul>\n        <a href=\"https:\/\/dev-idea.pl\/euromed\/kontakt\/\" class=\"em-btn em-btn-white\" style=\"margin-top:8px;\">Um\u00f3w wizyt\u0119 w Euromed<\/a>\n        <a href=\"tel:+48438254244\" class=\"em-contact-pill\" style=\"margin-top:14px;\">\n          <div class=\"em-contact-pill-icon\">\n            <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z\"\/><\/svg>\n          <\/div>\n          <div>\n            <span class=\"em-contact-pill-label\">Zadzwo\u0144 teraz<\/span>\n            <span class=\"em-contact-pill-val\">43 825 42 44<\/span>\n          <\/div>\n        <\/a>\n      <\/div>\n      <div>\n        <div class=\"em-why-stats\">\n          <div class=\"em-why-stat\">\n            <span class=\"em-why-stat-val\">8<\/span>\n            <div class=\"em-why-stat-label\">Specjalizacji stomatologicznych w klinice<\/div>\n          <\/div>\n          <div class=\"em-why-stat\">\n            <span class=\"em-why-stat-val\">20\u00d7<\/span>\n            <div class=\"em-why-stat-label\">Powi\u0119kszenie mikroskopu endodontycznego<\/div>\n          <\/div>\n          <div class=\"em-why-stat\">\n            <span class=\"em-why-stat-val\">CBCT<\/span>\n            <div class=\"em-why-stat-label\">Tomografia 3D dost\u0119pna na miejscu<\/div>\n          <\/div>\n          <div class=\"em-why-stat\">\n            <span class=\"em-why-stat-val\">od 6 lat<\/span>\n            <div class=\"em-why-stat-label\">Leczymy dzieci, m\u0142odzie\u017c i doros\u0142ych<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- =============================================\n     OPINIE GOOGLE\n============================================= -->\n<section class=\"em-reviews-section\">\n  <div class=\"em-container\">\n    <div class=\"em-section-intro\">\n      <span class=\"em-label em-label-center\">Opinie pacjent\u00f3w<\/span>\n      <h2 class=\"em-h2\">Co m\u00f3wi\u0105 nasi pacjenci?<\/h2>\n      <p class=\"em-text em-text-center\">Prawdziwe opinie pacjent\u00f3w kliniki Euromed w Zdu\u0144skiej Woli.<\/p>\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<\/section>\n\n<!-- =============================================\n     CTA\n============================================= -->\n<section class=\"em-section em-bg-white\">\n  <div class=\"em-container\">\n    <div class=\"em-cta-inner\">\n      <span class=\"em-label em-label-white em-label-center\" style=\"margin-bottom:14px;\">Pierwsza wizyta bez zobowi\u0105za\u0144<\/span>\n      <h2 class=\"em-h2\" style=\"color:#fff; margin-top:12px;\">Um\u00f3w wizyt\u0119 w Klinice Euromed w Zdu\u0144skiej Woli<\/h2>\n      <p>Nie wiesz, od czego zacz\u0105\u0107? Zadzwo\u0144 lub napisz \u2014 pomo\u017cemy um\u00f3wi\u0107 Ci\u0119 na konsultacj\u0119 u w\u0142a\u015bciwego specjalisty. Pierwsza wizyta to ocena sytuacji, bez presji i ukrytych koszt\u00f3w.<\/p>\n      <a href=\"https:\/\/dev-idea.pl\/euromed\/kontakt\/\" class=\"em-btn em-btn-white\" style=\"font-size:16px; padding:16px 36px;\">Um\u00f3w wizyt\u0119 w Euromed<\/a>\n      <div class=\"em-cta-contacts\">\n        <div class=\"em-cta-contact-item\">Telefon: <a href=\"tel:+48438254244\">43 825 42 44<\/a><\/div>\n        <div class=\"em-cta-contact-item\">Email: <a href=\"mailto:euromed@euromed-klinika.pl\">euromed@euromed-klinika.pl<\/a><\/div>\n        <div class=\"em-cta-contact-item\">Klinika Euromed \u2014 Zdu\u0144ska Wola<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<\/div><!-- .em-page -->\n\n","protected":false},"excerpt":{"rendered":"<p>Euromed | Klinika Stomatologiczna \u2022 Zdu\u0144ska Wola Kompleksowa stomatologia dla ca\u0142ej rodziny \u2013 8 specjalizacji w jednej klinice Implanty, ortodoncja, endodoncja pod mikroskopem, protetyka cyrkonowa, chirurgia, wybielanie i diagnostyka CBCT&#8230;.<\/p>\n","protected":false},"author":3,"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-1535","page","type-page","status-publish","hentry"],"taxonomy_info":[],"featured_image_src_large":false,"author_info":{"display_name":"claude","author_link":"https:\/\/dev-idea.pl\/euromed\/author\/claude\/"},"comment_info":0,"_links":{"self":[{"href":"https:\/\/dev-idea.pl\/euromed\/wp-json\/wp\/v2\/pages\/1535","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\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/dev-idea.pl\/euromed\/wp-json\/wp\/v2\/comments?post=1535"}],"version-history":[{"count":2,"href":"https:\/\/dev-idea.pl\/euromed\/wp-json\/wp\/v2\/pages\/1535\/revisions"}],"predecessor-version":[{"id":1537,"href":"https:\/\/dev-idea.pl\/euromed\/wp-json\/wp\/v2\/pages\/1535\/revisions\/1537"}],"wp:attachment":[{"href":"https:\/\/dev-idea.pl\/euromed\/wp-json\/wp\/v2\/media?parent=1535"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}