{"id":4043,"date":"2025-07-12T14:40:11","date_gmt":"2025-07-12T10:40:11","guid":{"rendered":"https:\/\/staging.mydent-ge.com\/dental-implants\/"},"modified":"2026-05-04T20:05:05","modified_gmt":"2026-05-04T16:05:05","slug":"dental-implantation","status":"publish","type":"page","link":"https:\/\/staging.mydent-ge.com\/en\/services\/dental-implantation\/","title":{"rendered":"Implantation"},"content":{"rendered":"\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Roboto:wght@400;500;700&#038;family=Oswald:wght@500;700&#038;display=swap\" rel=\"stylesheet\">\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n\n<style>\n:root {\n    --main-dark-blue: #0e1a2b; \n    --accent-blue: #79c5ff;\n    --light-bg-blue: rgba(220, 240, 255, 0.85);\n    --white: #ffffff;\n    --grey-text: #666666;\n    --hover-blue: #5aa7e6;\n    --border-color-light: #d4e6ff;\n}\n\n\/* \u0411\u0430\u0437\u043e\u0432\u044b\u0435 \u0441\u0442\u0438\u043b\u0438 *\/\n* { box-sizing: border-box; }\nhtml, body {\n    margin: 0; padding: 0; overflow-x: hidden; font-family: 'Roboto', Arial, sans-serif;\n    line-height: 1.6; background-color: var(--white); color: var(--main-dark-blue);\n}\na { color: var(--main-dark-blue); text-decoration: none; font-weight: 600; transition: color 0.3s ease; }\na:hover { color: var(--accent-blue); text-decoration: underline; }\n.section-full-bg { width: 100vw; margin-left: calc(-50vw + 50%); padding: 60px 20px; box-sizing: border-box; }\n.section-inner { max-width: 1240px; margin: 0 auto; padding: 0; }\n.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }\n\n\/* \u0410\u0434\u0430\u043f\u0442\u0438\u0432\u043d\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u043e\u0432 *\/\nh1, h2, h3, h4, h5, h6 {\n    font-family: 'Oswald', sans-serif;\n    color: var(--main-dark-blue);\n    margin-top: 0;\n    text-align: center;\n    line-height: 1.25;\n    font-weight: 700;\n}\nh1 { font-size: clamp(2.2rem, 1.5rem + 3.5vw, 3.5rem); margin-bottom: 1.5rem; }\nh2 { font-size: clamp(1.8rem, 1.3rem + 2.5vw, 2.8rem); margin-bottom: 1.25rem; margin-top: 2.5rem; }\nh3 { font-size: clamp(1.4rem, 1.1rem + 1.5vw, 2rem); margin-bottom: 1rem; }\nh4 { font-size: clamp(1.1rem, 0.9rem + 1vw, 1.5rem); margin-bottom: 0.8rem; }\n\n\/* \u0421\u0442\u0438\u043b\u0438 \u041a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u043e\u0432 *\/\n.hero-banner {\n        position: relative; height: 70vh; min-height: 450px; width: 100%; display: flex;\n        align-items: center; justify-content: center; text-align: center; padding: 20px;\n        color: var(--white); overflow: hidden; background-color: #4a4a4a;\n    }\n    .hero-banner-img {\n        position: absolute; left: 0; width: 100%; object-fit: cover; z-index: 0; \n        filter: brightness(0.6); height: 140%; top: -20%;\n    }\n    .hero-content { max-width: 800px; z-index: 2; }\n    .hero-banner h1 {\n        font-size: clamp(2.2rem, 1.2rem + 6vw, 3.2rem);\n        color: var(--white);\n        margin: 0 0 15px 0;\n        text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);\n    }\n    .hero-banner p {\n        font-size: clamp(1.1rem, 1rem + 0.5vw, 1.4rem);\n        margin: 0 0 30px 0; \n        font-weight: 400; \n        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);\n    }\n    .hero-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; }\n\n.content-box { \n    background: var(--white); border: 2px solid var(--border-color-light); border-radius: 14px; \n    padding: 30px; margin-bottom: 40px; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06); \n}\n.content-box h2 { border-bottom: 2px solid var(--border-color-light); padding-bottom: 15px; margin-top: 0; }\n#faq h2 { border-bottom: none; }\n\n.nav-anchors { background: var(--light-bg-blue); border: 2px solid var(--accent-blue); padding: 15px; margin-top: 20px; margin-bottom: 30px; border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06); }\n.nav-anchors h2 { \n    margin-top: 0; margin-bottom: 15px; border-bottom: none; \n    padding-bottom: 0; font-size: 1.5em;\n}\n.nav-anchors ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }\n.nav-anchors ul li a { background: var(--white); border-radius: 4px; padding: 6px 14px; display: inline-block; margin: 3px; transition: background 0.3s, transform 0.2s; font-weight: 500; border: 1px solid var(--border-color-light); }\n.nav-anchors ul li a:hover { background: var(--accent-blue); color: var(--white); text-decoration: none; transform: translateY(-2px); }\n\nimg { max-width: 100%; height: auto; display: block; margin: 20px auto; border-radius: 8px; box-shadow: 0 4px 10px rgba(0,0,0,0.08); }\n.round-image {\n    width: 70%; max-width: 250px; height: auto; border-radius: 50%; object-fit: cover;\n    border: 5px solid var(--accent-blue); box-shadow: 0 4px 15px rgba(0,0,0,0.1); margin: 20px auto;\n}\nimg.lightbox-trigger { cursor: zoom-in; }\n\n.section-wrapper { background: var(--white); border: 2px solid var(--border-color-light); border-radius: 14px; padding: 30px; margin-bottom: 40px; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06); }\n.section-wrapper h2 { border-bottom: 2px solid var(--border-color-light); padding-bottom: 15px; }\n.cta-button { display: inline-flex; align-items: center; gap: 8px; background-color: var(--accent-blue); color: var(--main-dark-blue); padding: 12px 25px; border-radius: 6px; font-size: 1.1em; margin: 5px; transition: background-color 0.3s ease, transform 0.2s ease; text-decoration: none; font-weight: 600; border: 1px solid transparent; }\n.cta-button:hover { background-color: var(--hover-blue); transform: translateY(-2px); text-decoration: none; }\n.cta-button.secondary { background-color: transparent; color: var(--white); border: 2px solid var(--white); }\n.cta-button.secondary:hover { background-color: var(--white); color: var(--main-dark-blue); }\n.cta-full-width { width: 100%; justify-content: center; margin-left: 0; margin-right: 0; }\n\n.advantages-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }\n.advantage-item { background: var(--light-bg-blue); border: 1px solid var(--accent-blue); border-radius: 10px; padding: 20px; text-align: center; transition: box-shadow 0.3s ease; }\n.advantage-item:hover { box-shadow: 0 8px 20px rgba(121, 197, 255, 0.2); }\n.advantage-item h3 { font-size: 1.3rem; margin-bottom: 10px; }\n.advantage-photo { width: 80px; height: 80px; object-fit: cover; border-radius: 50%; margin: 0 auto 15px; display: block; border: 3px solid var(--accent-blue); }\n\n.flex-container { display: flex; flex-wrap: wrap; gap: 30px; align-items: center; }\n.flex-child-text { flex: 1 1 55%; min-width: 280px; }\n.flex-child-image { flex: 1 1 40%; min-width: 240px; display: flex; justify-content: center; align-items: center; }\n\n.checklist { list-style-type: none; padding-left: 0; text-align: left; }\n.checklist li { position: relative; padding-left: 28px; margin-bottom: 10px; }\n.checklist li::before { content: '\u2714'; position: absolute; left: 0; top: 1px; color: var(--accent-blue); font-weight: bold; font-size: 1.2em; }\n.checklist ol { padding-left: 5px; }\n\n.faq-item { margin-bottom: 15px; border-bottom: 1px solid var(--border-color-light); padding-bottom: 10px; }\n.faq-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }\n.faq-question { font-weight: 600; cursor: pointer; font-size: 1.1em; display: flex; justify-content: space-between; align-items: center; padding: 5px 0; transition: color 0.3s ease; margin: 0; }\n.faq-question:hover { color: var(--accent-blue); }\n.faq-question i { margin-left: 10px; transition: transform 0.3s ease; color: var(--accent-blue); }\n.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease-out, padding-top 0.4s ease-out; }\n.faq-item.active .faq-question i { transform: rotate(180deg); }\n.faq-item.active .faq-answer { max-height: 500px; padding-top: 10px; transition: max-height 0.5s ease-in, padding-top 0.5s ease-in; }\n\n#reviews-section .reviews-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; max-width: 1200px; margin: 0 auto; }\n#reviews-section .review-item { background: var(--light-bg-blue); border-radius: 10px; padding: 25px; border: 1px solid var(--accent-blue); display: flex; flex-direction: column; text-align: center; }\n#reviews-section .review-item p:first-child { font-style: italic; flex-grow: 1; }\n#reviews-section .review-item p:last-child { margin-top: 20px; font-weight: 600; font-size: 0.95em; color: var(--main-dark-blue); }\n\n#cta-section { background: var(--main-dark-blue); padding: 50px 0; color: var(--white); text-align: center; }\n#cta-section .section-inner { border-radius: 0; padding: 50px 20px; }\n#cta-section h2 { color: var(--accent-blue); border: none; font-size: 2.5em; margin-bottom: 20px; margin-top: 0; }\n#cta-section p { font-size: 1.1em; margin-bottom: 30px; }\n#cta-section .form-container, #cta-section .social-links-container { max-width: 600px; margin: 40px auto 0; text-align: center; }\n#cta-section .form-container p, #cta-section .social-links-container p { color: var(--white); }\n#cta-section form label { display: block; margin-bottom: 15px; }\n#cta-section form input, #cta-section form textarea {\n    width: 100%; padding: 12px; margin-bottom: 0; border-radius: 6px; font-size: 1rem;\n    font-family: 'Roboto', sans-serif; transition: border-color 0.3s ease, box-shadow 0.3s ease;\n    border: 1px solid var(--accent-blue);\n}\n#cta-section input[type=\"text\"], #cta-section input[type=\"tel\"] { background-color: var(--white); color: var(--main-dark-blue) !important; }\n#cta-section textarea { background-color: var(--light-bg-blue); color: var(--main-dark-blue) !important; }\n#cta-section input::placeholder, #cta-section textarea::placeholder { color: var(--grey-text) !important; }\n#cta-section input:focus, #cta-section textarea:focus {\n    outline: none; border-color: var(--hover-blue); box-shadow: 0 0 0 3px rgba(121, 197, 255, 0.2);\n}\n.additional-contact-info { margin: 30px 0; color: rgba(255, 255, 255, 0.9); line-height: 1.8; text-align: center; }\n.additional-contact-info a { color: var(--accent-blue); text-decoration: none; }\n.additional-contact-info a:hover { text-decoration: underline; }\n.social-links-container { margin-top: 30px; padding-top: 30px; border-top: 1px solid rgba(255, 255, 255, 0.2); }\n.social-buttons-grid { display: flex; flex-wrap: wrap; gap: 15px; justify-content: center; max-width: 500px; margin-left: auto; margin-right: auto; }\n.social-button {\n    display: inline-flex; align-items: center; gap: 10px; padding: 10px 20px;\n    border-radius: 6px; text-decoration: none; font-weight: 600;\n    transition: opacity 0.3s ease; justify-content: center; flex-basis: calc(50% - 7.5px);\n}\n.social-button:hover { opacity: 0.85; }\n.social-button.whatsapp { background-color: #25D366; color: var(--white); }\n.social-button.telegram { background-color: #1d759b; color: var(--white); }\n.social-button.instagram { background-color: #c22a61; color: var(--white); }\n.social-button.facebook { background-color: #1877F2; color: var(--white); }\n\n.lightbox-modal { display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; display: none; align-items: center; justify-content: center; background-color: rgba(0, 0, 0, 0.9); cursor: pointer;  }\n.lightbox-content { margin: auto; display: block; width: auto; height: auto; max-width: 90%; max-height: 85vh; cursor: default; }\n.close-lightbox { position: absolute; top: 15px; right: 35px; color: #fff; font-size: 40px; font-weight: bold; transition: 0.3s; cursor: pointer; }\n.close-lightbox:hover, .close-lightbox:focus { color: #bbb; text-decoration: none; }\n.cta-full-width { width: 100%; justify-content: center; margin-left: 0; margin-right: 0; }\n\n\/* \u0410\u0434\u0430\u043f\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c \u041a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u043e\u0432 *\/\n@media (max-width: 768px) {\n    .section-full-bg { padding: 40px 15px; } \n    .content-box { padding: 25px 20px; }\n    .flex-container { flex-direction: column; } \n    .flex-child-text, .flex-child-image { flex-basis: 100%; min-width: 0; }\n    .social-button { flex-basis: 100%; }\n    .cta-button { width: 100%; margin: 10px 0; justify-content: center; }\n    .nav-anchors ul { flex-direction: column; gap: 8px; }\n    .nav-anchors ul li a { width: 100%; text-align: center; }\n    #reviews-section .reviews-container, .advantages-grid { grid-template-columns: 1fr; }\n}\n@media (max-width: 480px) {\n        .hero-banner {\n            height: auto;\n            min-height: 350px;\n            padding: 60px 20px;\n        }\n        .cta-button { font-size: 1em; padding: 12px 20px; }\n    }\n    @media (max-width: 360px) {\n        .hero-banner h1 {\n            font-size: 1.9rem;\n            line-height: 1.2;\n        }\n        .flex-child-text,\n        .flex-child-video {\n            min-width: 0;\n        }\n    }\n    <\/style>\n\n<header class=\"hero-banner\">\n    <img decoding=\"async\" \n        class=\"hero-banner-img\"\n        src=\"\/wp-content\/uploads\/2025\/08\/dental-implants-batumi.webp\" \n        alt=\"Dental implantation banner Batumi\"\n        fetchpriority=\"high\"\n        loading=\"eager\">\n    <div class=\"hero-content\">\n        <h1>Dental Implantation in Batumi<\/h1>\n        <p>Restore your perfect smile with modern and reliable implants. Quality guarantee at My DENT clinic.<\/p>\n        <div class=\"hero-buttons\">\n            <a href=\"#price\" class=\"cta-button\">Find out implantation prices<\/a>\n            <a href=\"#process\" class=\"cta-button secondary\">Installation Stages<\/a>\n        <\/div>\n    <\/div>\n<\/header>\n\n<div class=\"main-content\">\n<div class=\"section-full-bg\" style=\"padding-top: 40px;\">\n    <div class=\"section-inner\">\n        <h2 style=\"border-bottom: none;\">Dental implants at My DENT clinic \u2013 Your new smile forever!<\/h2>\n        <p style=\"text-align: center; max-width: 800px; margin-left: auto; margin-right: auto; margin-bottom: 30px;\">\n            <strong>Dental implantation<\/strong> is a reliable way to restore lost teeth and regain self-confidence. At <strong>My DENT<\/strong> clinic, we offer <strong>dental implant installation<\/strong> using advanced technologies, digital diagnostics, and certified materials. If you are looking for where to get <strong>dental implants in Batumi<\/strong> \u2014 our <a href=\"https:\/\/mydent-ge.com\/contact\/\">dentistry<\/a> will be your reliable choice.\n        <\/p>\n        <nav class=\"nav-anchors\">\n            <h2>Page Contents:<\/h2>\n            <ul>\n                <li><a href=\"#what-is-implant\">What is implantation?<\/a><\/li>\n                <li><a href=\"#advantages\">Advantages<\/a><\/li>\n                <li><a href=\"#process\">Implantation Stages<\/a><\/li>\n                <li><a href=\"#types\">Types of Implantation<\/a><\/li>\n                <li><a href=\"#materials\">Our Implants<\/a><\/li>\n                <li><a href=\"#price\">Prices<\/a><\/li>\n                <li><a href=\"#doctors\">Our Doctors<\/a><\/li>\n                <li><a href=\"#faq\">Questions and Answers<\/a><\/li>\n                <li><a href=\"#reviews-section\">Reviews<\/a><\/li>\n                <li><a href=\"#cta-section\">Book an appointment<\/a><\/li>\n            <\/ul>\n        <\/nav>\n\n        <section id=\"what-is-implant\" class=\"content-box\">\n             <div class=\"flex-container\">\n                  <div class=\"flex-child-text\">\n                       <h2>What is a dental implant?<\/h2>\n                       <p>A <strong>dental implant<\/strong> is an artificial root made of biocompatible titanium that is installed into the jawbone. After it integrates, it becomes a reliable support for a crown or prosthesis. This is the key advantage of <strong>dental implantation in Batumi<\/strong>: preserving adjacent healthy teeth, which do not need to be ground down.<\/p>\n                  <\/div>\n                  <div class=\"flex-child-image\">\n                       <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/08\/dental-implant-closeup.png\" alt=\"dental implantation in Batumi implant photo\" class=\"round-image\" fetchpriority=\"high\" \/>\n                  <\/div>\n             <\/div>\n        <\/section>\n\n        <section id=\"advantages\" class=\"content-box\">\n    <h2>Advantages of Implantation at My DENT<\/h2>\n    <p style=\"text-align: center;\">By choosing <strong>dental implantation<\/strong> at our clinic, you get:<\/p>\n    <div class=\"advantages-grid\">\n\n        <div class=\"advantage-item\">\n            <img loading=\"lazy\" decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/08\/navigational-implantation-batumi.webp\" \n                 alt=\"Advanced technologies for dental implantation in Batumi\" \n                 class=\"advantage-photo\" width=\"80\" height=\"80\" \n                 srcset=\"\/wp-content\/uploads\/2025\/08\/navigational-implantation-batumi-150.webp 150w,\n                         \/wp-content\/uploads\/2025\/08\/navigational-implantation-batumi-300.webp 300w,\n                         \/wp-content\/uploads\/2025\/08\/navigational-implantation-batumi.webp 512w\" \n                 sizes=\"auto, 80px\">\n            <h3>Advanced technologies<\/h3>\n            <p>Use of <strong>3D tomography<\/strong> and surgical guides (navigational implantation) for maximum precision in <strong>implant placement<\/strong>.<\/p>\n        <\/div>\n\n        <div class=\"advantage-item\">\n            <img loading=\"lazy\" decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/08\/experienced-implant-surgeons-batumi-my-dent.webp\" \n                 alt=\"Experienced implant surgeons in Batumi\" \n                 class=\"advantage-photo\" width=\"80\" height=\"80\" \n                 srcset=\"\/wp-content\/uploads\/2025\/08\/experienced-implant-surgeons-batumi-my-dent-150.webp 150w,\n                         \/wp-content\/uploads\/2025\/08\/experienced-implant-surgeons-batumi-my-dent-300.webp 300w,\n                         \/wp-content\/uploads\/2025\/08\/experienced-implant-surgeons-batumi-my-dent.webp 512w\" \n                 sizes=\"auto, 80px\">\n            <h3>Experienced specialists<\/h3>\n            <p>Our <strong>implant surgeons<\/strong> have many years of experience in successful <strong>dental implantation<\/strong>.<\/p>\n        <\/div>\n\n        <div class=\"advantage-item\">\n            <img loading=\"lazy\" decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/08\/premium-implants-straumann-dentium-batumi.webp\" \n                 alt=\"Premium implants for dental implantation in Batumi\" \n                 class=\"advantage-photo\" width=\"80\" height=\"80\" \n                 srcset=\"\/wp-content\/uploads\/2025\/08\/premium-implants-straumann-dentium-batumi-150.webp 150w,\n                         \/wp-content\/uploads\/2025\/08\/premium-implants-straumann-dentium-batumi-300.webp 300w,\n                         \/wp-content\/uploads\/2025\/08\/premium-implants-straumann-dentium-batumi.webp 512w\" \n                 sizes=\"auto, 80px\">\n            <h3>Premium implants<\/h3>\n            <p>We work only with the best systems: Straumann (Switzerland), Dentium (S. Korea) <strong>dental implants<\/strong>, and others.<\/p>\n        <\/div>\n\n        <div class=\"advantage-item\">\n            <img loading=\"lazy\" decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/08\/quality-sterile-implantation-batumi.webp\" \n                 alt=\"Quality dental implantation in Batumi\" \n                 class=\"advantage-photo\" width=\"80\" height=\"80\" \n                 srcset=\"\/wp-content\/uploads\/2025\/08\/quality-sterile-implantation-batumi-150.webp 150w,\n                         \/wp-content\/uploads\/2025\/08\/quality-sterile-implantation-batumi-300.webp 300w,\n                         \/wp-content\/uploads\/2025\/08\/quality-sterile-implantation-batumi.webp 512w\" \n                 sizes=\"auto, 80px\">\n            <h3>Quality and sterility<\/h3>\n            <p>The entire procedure is sterile, and <strong>navigational implantation<\/strong> guarantees the quality installation of <strong>dental implants<\/strong>.<\/p>\n        <\/div>\n        \n    <\/div>\n<\/section>\n\n        <section id=\"process\" class=\"content-box\">\n            <h2>Implantation Stages<\/h2>\n            <div class=\"flex-container\">\n                <div class=\"flex-child-text\">\n                    <ol class=\"checklist\" style=\"list-style: none; padding-left: 0;\">\n                        <li><strong>Consultation and diagnostics:<\/strong> Examination, 3D scan (CT), creation of a <strong>dental implantation<\/strong> plan.<\/li>\n                        <li><strong>3D tooth scanning<\/strong> preparation of a <strong>navigational guide<\/strong>.<\/li>\n                        <li><strong>Surgical stage:<\/strong> Painless <strong>installation of the dental implant<\/strong> into the bone under local anesthesia.<\/li>\n                        <li><strong>Osseointegration:<\/strong> The period of implant integration, which takes from 3 to 6 months.<\/li>\n                        <li><strong>Healing abutment placement:<\/strong> Creating the ideal gum contour around the future tooth.<\/li>\n                        <li><strong>Prosthetics (turnkey implantation):<\/strong> 3D scanning of teeth and installation of a permanent crown or prosthesis on the <strong>dental implant<\/strong>.<\/li>\n                    <\/ol>\n                <\/div>\n                <div class=\"flex-child-image\">\n                    <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/08\/dental-implantation-stages-batumi.webp?auto=compress&#038;cs=tinysrgb&#038;w=1260&#038;h=750&#038;dpr=1\" alt=\"Stages of dental implantation at My DENT clinic\" class=\"lightbox-trigger\">\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section id=\"types\" class=\"content-box\">\n             <h2>Types of dental implantation available in our clinic<\/h2>\n            <ul class=\"checklist\">\n                <li><strong>Immediate implantation:<\/strong> Placing the implant immediately after tooth extraction, which shortens the treatment time.<\/li>\n                <li><strong>Two-stage implantation:<\/strong> The classic and most reliable method of <strong>dental implantation<\/strong>.<\/li>\n                <li><strong>Turnkey implantation with a crown:<\/strong> Our most popular option, including all stages from implant placement to permanent crown fixation.<\/li>\n                <li><strong>All-on-4 \/ All-on-6 implantation:<\/strong> Restoration of all teeth in a jaw on just 4 or 6 implants.<\/li>\n            <\/ul>\n        <\/section>\n\n        <section id=\"materials\" class=\"content-box\">\n            <h2>Our dental implants and materials<\/h2>\n            <p style=\"text-align: center;\">For <strong>dental implantation in Batumi<\/strong>, we use only certified systems:<\/p>\n            <ul class=\"checklist\">\n                <li><strong>Dental implants:<\/strong> Strauman (Switzerland), Cortex (Israel), Dentium (S. Korea), and others of your choice. These are world leaders ensuring almost 100% integration success.<\/li>\n                <li><strong>Crowns on implants:<\/strong> Zirconia, E-max from the best laboratories.<\/li>\n            <\/ul>\n        <\/section>\n\n        <section id=\"price\" class=\"content-box\">\n            <h2>Cost of dental implants in Batumi<\/h2>\n            <p style=\"text-align: center;\">The full <strong>price of dental implantation with a crown<\/strong> (turnkey) at My DENT depends on the chosen system. We offer honest <strong>prices<\/strong> with no hidden fees.<\/p>\n            <p style=\"text-align: center;\">Approximate cost (implant + installation): <strong style=\"color: var(--main-dark-blue); font-size: 1.2em;\">from 350 USD<\/strong>.<\/p>\n            <p style=\"text-align: center;\">To determine the exact <strong>cost for your specific case,<\/strong> we invite you for a free consultation.<\/p>\n            <div style=\"text-align:center;\"><a href=\"#cta-section\" class=\"cta-button\">Calculate the exact cost<\/a><\/div>\n        <\/section>\n        \n        <section id=\"doctors\" class=\"content-box\">\n            <h2>Our specialists<\/h2>\n            <p style=\"text-align: center;\">At My DENT clinic, <strong>implant installation<\/strong> is performed only by highly qualified implant surgeons with many years of experience.<\/p>\n            <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/08\/doctors-team-my-dent-batumi.webp\" alt=\"Team of doctors performing dental implantation in Batumi\" style=\"margin-top: 30px; margin-bottom: 30px;\" class=\"lightbox-trigger\" \/>\n        <\/section>\n\n        <section id=\"faq\" class=\"content-box\">\n            <h2>Questions and answers about dental implantation<\/h2>\n            <div class=\"faq-item\">\n                <h3 class=\"faq-question\">Is it painful to get a dental implant?<i class=\"fas fa-chevron-down\"><\/i><\/h3>\n                <div class=\"faq-answer\"><p>No, the <strong>installation of a dental implant<\/strong> itself is performed under effective local anesthesia and is completely painless. Subsequent discomfort is minimal.<\/p><\/div>\n            <\/div>\n            <div class=\"faq-item\">\n                <h3 class=\"faq-question\">How long does the entire dental implantation procedure take?<i class=\"fas fa-chevron-down\"><\/i><\/h3>\n                <div class=\"faq-answer\"><p>From the moment the implant is placed until the permanent crown is fixed, it takes from 3 to 6 months. This period is necessary for complete osseointegration (healing) during <strong>dental implantation<\/strong>.<\/p><\/div>\n            <\/div>\n            <div class=\"faq-item\">\n                <h3 class=\"faq-question\">Which implants are better to get?<i class=\"fas fa-chevron-down\"><\/i><\/h3>\n                <div class=\"faq-answer\"><p>We recommend Straumann and Nobel Biocare systems as the best for <strong>dental implantation in Batumi<\/strong>. During the consultation, the doctor will help you choose the optimal <strong>dental implant<\/strong> for your case.<\/p><\/div>\n            <\/div>\n            <div class=\"faq-item\">\n                <h3 class=\"faq-question\">How long do dental implants last?<i class=\"fas fa-chevron-down\"><\/i><\/h3>\n                <div class=\"faq-answer\"><p>With proper care and regular check-ups, quality <strong>dental implants<\/strong> installed according to all protocols can last a lifetime with proper care of teeth and implants.<\/p><\/div>\n            <\/div>\n            <div class=\"faq-item\">\n                <h3 class=\"faq-question\">What does &#8220;turnkey dental implantation&#8221; mean?<i class=\"fas fa-chevron-down\"><\/i><\/h3>\n                <div class=\"faq-answer\"><p>This is a comprehensive service that includes all stages: diagnostics, installation of the <strong>dental implant<\/strong>, healing abutment, and crown. The patient receives a fully restored tooth without hidden extra charges.<\/p><\/div>\n            <\/div>\n            <div class=\"faq-item\">\n                <h3 class=\"faq-question\">What stages does dental implantation include?<i class=\"fas fa-chevron-down\"><\/i><\/h3>\n                <div class=\"faq-answer\"><p>Usually, it includes: diagnostics, implant placement, osseointegration (3\u20136 months), healing abutment, and crown placement. All stages are carried out according to international protocols.<\/p><\/div>\n            <\/div>\n            <div class=\"faq-item\">\n                <h3 class=\"faq-question\">Is bone grafting necessary before implantation?<i class=\"fas fa-chevron-down\"><\/i><\/h3>\n                <div class=\"faq-answer\"><p>If the bone volume is insufficient, a sinus lift or bone grafting is performed. This ensures reliable fixation of the <strong>dental implant<\/strong> and the longevity of the result.<\/p><\/div>\n            <\/div>\n            <div class=\"faq-item\">\n                <h3 class=\"faq-question\">Can an implant be placed under sedation?<i class=\"fas fa-chevron-down\"><\/i><\/h3>\n                <div class=\"faq-answer\"><p>Yes, it is possible to place a <strong>tooth implant<\/strong> under effective local anesthesia. This is convenient for patients.<\/p><\/div>\n            <\/div>\n        <\/section>\n\n<section id=\"reviews-section\" class=\"section-wrapper\">\n    <h2>Dental implant reviews from our patients<\/h2>\n    <div class=\"reviews-container\">\n        <div class=\"review-item\">\n            <blockquote>\n                <p>\u201cI want to express my gratitude to the My Dent team for their high professionalism and attentive attitude! From the moment of booking until the end of the treatment, everything was top-notch. The doctors explain each stage of the procedure in detail, work carefully and painlessly. I want to express special gratitude to the specialist Arto. The equipment is modern, the atmosphere in the clinic is cozy, and the staff is friendly. Our whole family gets their teeth treated only at this clinic and we are always satisfied.\u201d<\/p>\n            <\/blockquote>\n            <p>\n                <cite><strong>\u2014 Margarita Khumaryan<\/strong><\/cite>,\n                Google Reviews\n            <\/p>\n        <\/div>\n        <div class=\"review-item\">\n            <blockquote>\n                <p>\u201cHello! I want to write a review with the kindest words and wishes. I had a bone graft. The operation was successful. The next stage was implantation. My doctor, Arto, placed 5 implants in one session. Today is the 5th day after the operation. The swelling and pain have gone. Everything went perfectly. Doctor Arto is a professional in his field. You could say it&#8217;s top-class work. He is the only doctor I have absolutely no complaints about. A huge thank you from the bottom of my heart, Arto, all the best to you!\u201d<\/p>\n            <\/blockquote>\n            <p>\n                <cite><strong>\u2014 Elena Pimenova<\/strong><\/cite>,\n                Google Reviews\n            <\/p>\n        <\/div>\n    <\/div>\n<\/section>\n<\/div>\n<\/div>\n\n<section id=\"cta-section\" class=\"section-full-bg\">\n    <div class=\"section-inner\">\n        <h2>Book a consultation for dental implantation in Batumi<\/h2>\n        <p>Take the first step towards a perfect smile. Sign up for a <strong>free consultation<\/strong>, and our implantologist will create an individual treatment plan for you and calculate the exact <strong>price of dental implantation<\/strong>.<\/p>\n        <div class=\"hero-buttons\">\n            <a href=\"https:\/\/wa.me\/995514117070\" target=\"_blank\" rel=\"noopener\" class=\"cta-button\"><i class=\"fab fa-whatsapp\"><\/i> Write on WhatsApp<\/a>\n            <a href=\"tel:+995514117070\" class=\"cta-button secondary\"><i class=\"fas fa-phone-alt\"><\/i> Call<\/a>\n        <\/div>\n        <div class=\"additional-contact-info\">\n            <p><strong>Address:<\/strong> <strong>Batumi<\/strong>, 43 Vakhtang Gorgasali St.<\/p>\n            <p>Our clinic is conveniently located in the historic city center.<\/p>\n            <p><strong>Email:<\/strong> <a href=\"mailto:mydentge@yahoo.com\">mydentge@yahoo.com<\/a><\/p>\n            <p><strong>Working hours:<\/strong> Mon\u2013Fri: 10:00 \u2013 20:00, Sat: 10:00 \u2013 19:00 (Sun: closed)<\/p>\n        <\/div>\n        <div class=\"social-links-container\">\n            <p><strong>Find us on social media:<\/strong><\/p>\n            <div class=\"social-buttons-grid\">\n                <a href=\"https:\/\/wa.me\/995514117070\" target=\"_blank\" rel=\"noopener\" class=\"social-button whatsapp\"><i class=\"fab fa-whatsapp\"><\/i> WhatsApp<\/a>\n                <a href=\"https:\/\/t.me\/MyDent_Batumi\" target=\"_blank\" rel=\"noopener\" class=\"social-button telegram\"><i class=\"fab fa-telegram\"><\/i> Telegram<\/a>\n                <a href=\"https:\/\/www.instagram.com\/my_dent_batumi\/\" target=\"_blank\" rel=\"noopener\" class=\"social-button instagram\"><i class=\"fab fa-instagram\"><\/i> Instagram<\/a>\n                <a href=\"https:\/\/www.facebook.com\/mydentbatumi\/\" target=\"_blank\" rel=\"noopener\" class=\"social-button facebook\"><i class=\"fab fa-facebook\"><\/i> Facebook<\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"form-container\">\n             <p>Or leave a request, and we will call you back:<\/p>\n             <form action=\"#\" method=\"post\">\n                  <label><span class=\"sr-only\">Your name<\/span><input type=\"text\" name=\"name\" placeholder=\"Your name\" required><\/label>\n                  <label><span class=\"sr-only\">Your phone number<\/span><input type=\"tel\" name=\"phone\" placeholder=\"Your phone number\" required><\/label>\n                  <label><span class=\"sr-only\">Your comment (optional)<\/span><textarea name=\"comment\" placeholder=\"Your comment (optional)\" rows=\"3\"><\/textarea><\/label>\n                  <button type=\"submit\" class=\"cta-button cta-full-width\">Send request<\/button>\n             <\/form>\n        <\/div>\n    <\/div>\n<\/section>\n<\/div>\n\n<div id=\"lightbox\" class=\"lightbox-modal\">\n    <span class=\"close-lightbox\">&times;<\/span>\n    <img class=\"lightbox-content\" id=\"lightbox-img\">\n<\/div>\n\n<script>\ndocument.addEventListener('DOMContentLoaded', () => {\n    \/\/ Parallax\n    const heroImage = document.querySelector('.hero-banner-img');\n    if (heroImage) {\n        window.addEventListener('scroll', () => {\n            const scrollPosition = window.scrollY;\n            heroImage.style.transform = `translateY(${scrollPosition * 0.3}px)`;\n        });\n    }\n    \n    \/\/ Improved FAQ accordion\n    document.querySelectorAll('.faq-item').forEach(item => {\n        const question = item.querySelector('.faq-question');\n        question.addEventListener('click', () => {\n            const currentlyActive = item.classList.contains('active');\n            document.querySelectorAll('.faq-item.active').forEach(activeItem => {\n                if (activeItem !== item) { activeItem.classList.remove('active'); }\n            });\n            if (!currentlyActive) { item.classList.add('active'); }\n        });\n    });\n\n    \/\/ Lightbox (photo enlargement)\n    const lightbox = document.getElementById('lightbox');\n    if (lightbox) {\n        const lightboxImg = document.getElementById('lightbox-img');\n        const lightboxTriggers = document.querySelectorAll('.lightbox-trigger');\n\n        lightboxTriggers.forEach(trigger => {\n            trigger.addEventListener('click', () => {\n                lightbox.style.display = 'flex';\n                lightboxImg.src = trigger.src;\n            });\n        });\n\n        const closeTheLightbox = () => {\n            lightbox.style.display = 'none';\n        };\n\n        lightbox.addEventListener('click', (e) => {\n            if (e.target === lightbox || e.target.classList.contains('close-lightbox')) {\n                closeTheLightbox();\n            }\n        });\n    }\n});\n<\/script>\n\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"name\": \"Questions and answers about dental implantation\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is it painful to get a dental implant?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No, the installation of a dental implant itself is performed under effective local anesthesia and is completely painless. Subsequent discomfort is minimal.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How long does the entire dental implantation procedure take?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"From the moment the implant is placed until the permanent crown is fixed, it takes from 3 to 6 months. This period is necessary for complete osseointegration (healing) during dental implantation.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Which implants are better to get?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"We recommend Straumann and Nobel Biocare systems as the best for dental implantation in Batumi. During the consultation, the doctor will help you choose the optimal dental implant for your case.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How long do dental implants last?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"With proper care and regular check-ups, quality dental implants installed according to all protocols can last a lifetime with proper care of teeth and implants.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What does 'turnkey dental implantation' mean?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"This is a comprehensive service that includes all stages: diagnostics, installation of the dental implant, healing abutment, and crown. The patient receives a fully restored tooth without hidden extra charges.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What stages does dental implantation include?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Usually, it includes: diagnostics, implant placement, osseointegration (3\u20136 months), healing abutment, and crown placement. All stages are carried out according to international protocols.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is bone grafting necessary before implantation?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"If the bone volume is insufficient, a sinus lift or bone grafting is performed. This ensures reliable fixation of the dental implant and the longevity of the result.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can an implant be placed under sedation?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes, it is possible to place a <strong>tooth implant<\/strong> under effective local anesthesia. This is convenient for patients.\"\n      }\n    }\n  ]\n}\n<\/script>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Dental Implantation in Batumi Restore your perfect smile with modern and reliable implants. Quality guarantee at My DENT clinic. Find out implantation prices Installation Stages Dental implants at My DENT clinic \u2013 Your new smile forever! Dental implantation is a reliable way to restore lost teeth and regain self-confidence. At My DENT clinic, we offer&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":4771,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kadence_starter_templates_imported_post":false,"_kad_post_transparent":"disable","_kad_post_title":"hide","_kad_post_layout":"fullwidth","_kad_post_sidebar_id":"","_kad_post_content_style":"unboxed","_kad_post_vertical_padding":"hide","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"footnotes":""},"class_list":["post-4043","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/staging.mydent-ge.com\/en\/wp-json\/wp\/v2\/pages\/4043","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/staging.mydent-ge.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/staging.mydent-ge.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/staging.mydent-ge.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/staging.mydent-ge.com\/en\/wp-json\/wp\/v2\/comments?post=4043"}],"version-history":[{"count":26,"href":"https:\/\/staging.mydent-ge.com\/en\/wp-json\/wp\/v2\/pages\/4043\/revisions"}],"predecessor-version":[{"id":4399,"href":"https:\/\/staging.mydent-ge.com\/en\/wp-json\/wp\/v2\/pages\/4043\/revisions\/4399"}],"up":[{"embeddable":true,"href":"https:\/\/staging.mydent-ge.com\/en\/wp-json\/wp\/v2\/pages\/4771"}],"wp:attachment":[{"href":"https:\/\/staging.mydent-ge.com\/en\/wp-json\/wp\/v2\/media?parent=4043"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}