{"id":312,"date":"2014-01-18T11:51:25","date_gmt":"2014-01-18T09:51:25","guid":{"rendered":"https:\/\/botser.com\/?page_id=312"},"modified":"2021-04-07T11:20:05","modified_gmt":"2021-04-07T11:20:05","slug":"contact-he","status":"publish","type":"page","link":"https:\/\/botser.com\/ru\/contact-he\/","title":{"rendered":"\u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8"},"content":{"rendered":"\n<h1 class=\"wp-block-heading\">\u05d3&#187;\u05e8 \u05d0\u05d9\u05ea\u05de\u05e8 \u05d1\u05d5\u05e6\u05e8 &#8212; \u05d0\u05d5\u05e8\u05d8\u05d5\u05e4\u05d3 \u05e1\u05e4\u05d5\u05e8\u05d8 \u05de\u05e0\u05ea\u05d7<br><\/h1>\n\n\n\n<h3 class=\"wp-block-heading\">\u05d4\u05e9\u05ea\u05de\u05e9\u05d5 \u05d1\u05d8\u05d5\u05e4\u05e1 \u05d4\u05d1\u05d0 \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05e9\u05dc\u05d5\u05d7 \u05d4\u05d5\u05d3\u05e2\u05d4 \u05dc\u05d3&#187;\u05e8 \u05d1\u05d5\u05e6\u05e8<br> <\/h3>\n\n\n        <div class=\"container\">\n            <div id=\"overlay_contact_form\">\n\n            <\/div>\n\n            <form action=\"\" id=\"plexichb_contact_form\" data-parsley-validate=\"\">\n                <div class=\"row\">\n                    <div class=\"col col-md-6\">\n                        <div class=\"form-group\">\n                            <label for=\"uname\">\u05e9\u05dd<\/label>\n                            <input type=\"text\" class=\"form-control\" name=\"uname\" data-parsley-required>\n                        <\/div>\n                    <\/div>\n                    <div class=\"col col-md-6\">\n                        <div class=\"form-group\">\n                            <label for=\"email\">\u05d0\u05d9\u05de\u05d9\u05d9\u05dc<\/label>\n                            <input type=\"email\" class=\"form-control\" name=\"email\" data-parsley-required>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"row\">\n                    <div class=\"col col-md-6\">\n                        <div class=\"form-group\">\n                            <label for=\"phone\">\u05de\u05e1\u05e4\u05e8 \u05d8\u05dc\u05e4\u05d5\u05df<\/label>\n                            <input type=\"tel\" class=\"form-control\" id=\"phone\" name=\"phone\" data-parsley-required>\n                        <\/div>\n                    <\/div>\n                    <div class=\"col col-md-6\">\n                        <div class=\"form-group\">\n                            <label for=\"msg\">\u05ea\u05d5\u05db\u05df \u05d4\u05d4\u05d5\u05d3\u05e2\u05d4<\/label>\n                            <textarea class=\"form-control\" name=\"msg\" data-parsley-required><\/textarea>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"row\">\n                    <div class=\"col col-md-12 center\" id=\"submit-ajax\"><\/div>\n                    <div class=\"col col-md-12  text-left\" style=\"margin-top: 20px;\">\n                        <button type=\"submit\" id=\"send_plexidoc_contact_form\"\n                                class=\"btn btn-primary\">\u05e9\u05dc\u05d9\u05d7\u05ea \u05d4\u05d4\u05d5\u05d3\u05e2\u05d4 \u05dc\u05de\u05e8\u05e4\u05d0\u05d4<\/button>\n                    <\/div>\n                <\/div>\n            <\/form>\n        <\/div>\n\n        <script>\n            (function ($) {\n                $(document).ready(function () {\n                    $('#plexichb_contact_form').parsley();\n                    $(\"#plexichb_contact_form\").on(\"submit\", function (event) {\n                        event.preventDefault();\n                        var $form = $(this);\n                        var name = $form.find('input[name=uname]').val();\n                        var phone = $form.find('input[name=phone]').val();\n                        var email = $form.find('input[name=email]').val();\n                        var message = $form.find('textarea[name=msg]').val();\n                        $(\"#overlay_contact_form\").show();\n                        $.ajax({\n                            url: \"\/wp-json\/plexidoc\/v1\/sendContactForm\",\n                            method: 'post',\n                            data: {\n                                patient_name: name,\n                                patient_phone: phone,\n                                patient_email: email,\n                                patient_message: message,\n                                lang: 'he',\n                            },\n                            success: function (data) {\n                                if (data.status == 'success') {\n                                    $('#submit-ajax').html('<div class=\"alert alert-success\" role=\"alert\">\u05d4\u05d4\u05d5\u05d3\u05e2\u05d4 \u05e0\u05e9\u05dc\u05d7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 (:<\/div>');\n                                    $form.find('input[name=uname]').val('');\n                                    $form.find('input[name=phone]').val('');\n                                    $form.find('input[name=email]').val('');\n                                    $form.find('textarea[name=msg]').val('');\n                                } else {\n                                    $('#submit-ajax').html('<div class=\"alert alert-danger\" role=\"alert\">\u05de\u05e9\u05d4\u05d5 \u05d4\u05e9\u05ea\u05d1\u05e9 ): \u05d1\u05d1\u05e7\u05e9\u05d4 \u05e0\u05e1\u05d5 \u05dc\u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05d3\u05e4\u05d3\u05e4\u05df \u05d5\u05e9\u05dc\u05d7\u05d5 \u05e9\u05d5\u05d1<\/div>');\n                                }\n\n                                $(\"#overlay_contact_form\").hide();\n                            },\n                            error: function (error) {\n                                $('#submit-ajax').html('<div class=\"alert alert-danger\" role=\"alert\">\u05de\u05e9\u05d4\u05d5 \u05d4\u05e9\u05ea\u05d1\u05e9 ): \u05d1\u05d1\u05e7\u05e9\u05d4 \u05e0\u05e1\u05d5 \u05dc\u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05d3\u05e4\u05d3\u05e4\u05df \u05d5\u05e9\u05dc\u05d7\u05d5 \u05e9\u05d5\u05d1<\/div>');\n                                $(\"#overlay_contact_form\").hide();\n                                console.log(error);\n                            }\n                        });\n                    });\n                });\n            })(jQuery)\n\n\n        <\/script>\n        <style>\n            #overlay_contact_form {\n                position: fixed;\n                top: 0;\n                left: 0;\n                width: 100%;\n                height: 100%;\n                background: url(https:\/\/botser.com\/wp-content\/themes\/himmelen\/img\/loading.gif) no-repeat center center #000;\n                filter: alpha(opacity=50);\n                -moz-opacity: 0.5;\n                -khtml-opacity: 0.5;\n                opacity: 0.5;\n                z-index: 10000;\n                display: none;\n            }\n        <\/style>\n\t\t\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<div class=\"wp-block-columns has-2-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p>\n\n\u05d8\u05dc\u05e4\u05d5\u05df \u05d1\u05de\u05e8\u05e4\u05d0\u05d4 &#8212; 03-5505021<br>\u05e4\u05e7\u05e1 &#8212; 03-5505135<br>office@botser.com\n\n<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p> \u05d4\u05de\u05e8\u05db\u05d6 \u05d4\u05e8\u05e4\u05d5\u05d0\u05d9 \u05e8\u05de\u05ea \u05d0\u05d1\u05d9\u05d1<br>\u05e7\u05e0\u05d9\u05d5\u05df \u05e8\u05de\u05ea \u05d0\u05d1\u05d9\u05d1 &#8212; \u05e7\u05d5\u05de\u05d4 \u05e9\u05dc\u05d5\u05e9<br>\u05d4\u05de\u05e8\u05db\u05d6 \u05dc\u05de\u05d5\u05de\u05d7\u05d9\u05dd \u05d1\u05d0\u05d5\u05e8\u05d8\u05d5\u05e4\u05d3\u05d9\u05d4<br> \u05d0\u05d9\u05e0\u05e9\u05d8\u05d9\u05d9\u05df 40<br>\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1  <\/p>\n<\/div>\n<\/div>\n\n\n\n<figure><iframe loading=\"lazy\" src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d3379.3976882609863!2d34.79437831504067!3d32.11256052487388!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x151d4967673ac947%3A0xb27e5800cd6f0c8b!2z15Mi16gg15DXmdeq157XqCDXkdeV16bXqCAtINeQ15XXqNeY15XXpNeTINeh16TXldeo15gg157XoNeq15c!5e0!3m2!1sen!2sil!4v1545948804147\" width=\"90%\" height=\"450\" allowfullscreen=\"\"><\/iframe><\/figure>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u05d3&#187;\u05e8 \u05d0\u05d9\u05ea\u05de\u05e8 \u05d1\u05d5\u05e6\u05e8 &#8212; \u05d0\u05d5\u05e8\u05d8\u05d5\u05e4\u05d3 \u05e1\u05e4\u05d5\u05e8\u05d8 \u05de\u05e0\u05ea\u05d7 \u05d4\u05e9\u05ea\u05de\u05e9\u05d5 \u05d1\u05d8\u05d5\u05e4\u05e1 \u05d4\u05d1\u05d0 \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05e9\u05dc\u05d5\u05d7 \u05d4\u05d5\u05d3\u05e2\u05d4 \u05dc\u05d3&#187;\u05e8 \u05d1\u05d5\u05e6\u05e8 \u05d8\u05dc\u05e4\u05d5\u05df \u05d1\u05de\u05e8\u05e4\u05d0\u05d4 &#8212; 03-5505021\u05e4\u05e7\u05e1 &#8212; 03-5505135office@botser.com \u05d4\u05de\u05e8\u05db\u05d6 \u05d4\u05e8\u05e4\u05d5\u05d0\u05d9 \u05e8\u05de\u05ea \u05d0\u05d1\u05d9\u05d1\u05e7\u05e0\u05d9\u05d5\u05df \u05e8\u05de\u05ea \u05d0\u05d1\u05d9\u05d1 &#8212; \u05e7\u05d5\u05de\u05d4 \u05e9\u05dc\u05d5\u05e9\u05d4\u05de\u05e8\u05db\u05d6 \u05dc\u05de\u05d5\u05de\u05d7\u05d9\u05dd \u05d1\u05d0\u05d5\u05e8\u05d8\u05d5\u05e4\u05d3\u05d9\u05d4 \u05d0\u05d9\u05e0\u05e9\u05d8\u05d9\u05d9\u05df 40\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"jetpack_post_was_ever_published":false,"footnotes":""},"class_list":["post-312","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.7.1 (Yoast SEO v25.7) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8 \u05e2\u05dd \u05d3&quot;\u05e8 \u05d0\u05d9\u05ea\u05de\u05e8 \u05d1\u05d5\u05e6\u05e8 \u05d0\u05d5\u05e8\u05d8\u05d5\u05e4\u05d3 \u05e1\u05e4\u05d5\u05e8\u05d8 \u05de\u05e0\u05ea\u05d7<\/title>\n<meta name=\"description\" content=\"\u05d4\u05d5\u05e8\u05d0\u05d5\u05ea \u05d4\u05d2\u05e2\u05d4 \u05d5\u05d8\u05d5\u05e4\u05e1 \u05d9\u05e6\u05d9\u05e8\u05ea \u05dc\u05de\u05e8\u05e4\u05d0\u05d4 \u05e9\u05dc \u05d3&quot;\u05e8 \u05d0\u05d9\u05ea\u05de\u05e8 \u05d1\u05d5\u05e6\u05e8 \u05d1\u05e8\u05de\u05ea \u05d0\u05d1\u05d9\u05d1\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/botser.com\/contact-he\/\" \/>\n<meta property=\"og:locale\" content=\"ru_RU\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8\" \/>\n<meta property=\"og:description\" content=\"\u05d4\u05d5\u05e8\u05d0\u05d5\u05ea \u05d4\u05d2\u05e2\u05d4 \u05d5\u05d8\u05d5\u05e4\u05e1 \u05d9\u05e6\u05d9\u05e8\u05ea \u05dc\u05de\u05e8\u05e4\u05d0\u05d4 \u05e9\u05dc \u05d3&quot;\u05e8 \u05d0\u05d9\u05ea\u05de\u05e8 \u05d1\u05d5\u05e6\u05e8 \u05d1\u05e8\u05de\u05ea \u05d0\u05d1\u05d9\u05d1\" \/>\n<meta property=\"og:url\" content=\"https:\/\/botser.com\/contact-he\/\" \/>\n<meta property=\"og:site_name\" content=\"\u05d3&quot;\u05e8 \u05d0\u05d9\u05ea\u05de\u05e8 \u05d1\u05d5\u05e6\u05e8\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/dr.botser\" \/>\n<meta property=\"article:modified_time\" content=\"2021-04-07T11:20:05+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@botser_\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/botser.com\/contact-he\/\",\"url\":\"https:\/\/botser.com\/contact-he\/\",\"name\":\"\u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8 \u05e2\u05dd \u05d3&quot;\u05e8 \u05d0\u05d9\u05ea\u05de\u05e8 \u05d1\u05d5\u05e6\u05e8 \u05d0\u05d5\u05e8\u05d8\u05d5\u05e4\u05d3 \u05e1\u05e4\u05d5\u05e8\u05d8 \u05de\u05e0\u05ea\u05d7\",\"isPartOf\":{\"@id\":\"https:\/\/botser.com\/#website\"},\"datePublished\":\"2014-01-18T09:51:25+00:00\",\"dateModified\":\"2021-04-07T11:20:05+00:00\",\"description\":\"\u05d4\u05d5\u05e8\u05d0\u05d5\u05ea \u05d4\u05d2\u05e2\u05d4 \u05d5\u05d8\u05d5\u05e4\u05e1 \u05d9\u05e6\u05d9\u05e8\u05ea \u05dc\u05de\u05e8\u05e4\u05d0\u05d4 \u05e9\u05dc \u05d3\\\"\u05e8 \u05d0\u05d9\u05ea\u05de\u05e8 \u05d1\u05d5\u05e6\u05e8 \u05d1\u05e8\u05de\u05ea \u05d0\u05d1\u05d9\u05d1\",\"breadcrumb\":{\"@id\":\"https:\/\/botser.com\/contact-he\/#breadcrumb\"},\"inLanguage\":\"ru-RU\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/botser.com\/contact-he\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/botser.com\/contact-he\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/botser.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/botser.com\/#website\",\"url\":\"https:\/\/botser.com\/\",\"name\":\"\u05d3&quot;\u05e8 \u05d0\u05d9\u05ea\u05de\u05e8 \u05d1\u05d5\u05e6\u05e8\",\"description\":\"\u05d0\u05d5\u05e8\u05d8\u05d5\u05e4\u05d3 \u05e1\u05e4\u05d5\u05e8\u05d8 \u05de\u05e0\u05ea\u05d7\",\"publisher\":{\"@id\":\"https:\/\/botser.com\/#\/schema\/person\/c5e8db727a11c13c176d453a2090d640\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/botser.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ru-RU\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/botser.com\/#\/schema\/person\/c5e8db727a11c13c176d453a2090d640\",\"name\":\"\u05d3\\\"\u05e8 \u05d0\u05d9\u05ea\u05de\u05e8 \u05d1\u05d5\u05e6\u05e8\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ru-RU\",\"@id\":\"https:\/\/botser.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/botser.com\/wp-content\/uploads\/2018\/12\/even-smaller.jpg\",\"contentUrl\":\"https:\/\/botser.com\/wp-content\/uploads\/2018\/12\/even-smaller.jpg\",\"width\":238,\"height\":337,\"caption\":\"\u05d3\\\"\u05e8 \u05d0\u05d9\u05ea\u05de\u05e8 \u05d1\u05d5\u05e6\u05e8\"},\"logo\":{\"@id\":\"https:\/\/botser.com\/#\/schema\/person\/image\/\"},\"description\":\"\u05d3\\\"\u05e8 \u05d0\u05d9\u05ea\u05de\u05e8 \u05d1\u05d5\u05e6\u05e8 \u05d4\u05d5\u05d0 \u05d0\u05d5\u05e8\u05d8\u05d5\u05e4\u05d3 \u05d1\u05db\u05d9\u05e8 \u05d1\u05d1\u05d9\u05ea \u05d4\u05d7\u05d5\u05dc\u05d9\u05dd \u05e8\u05de\u05d1\\\"\u05dd, \u05d1\u05d5\u05d2\u05e8 \u05d4\u05ea\u05de\u05d7\u05d5\u05ea \u05d1\u05d0\u05d5\u05e8\u05d8\u05d5\u05e4\u05d3\u05d9\u05d4 \u05d1\u05ea\u05dc \u05d4\u05e9\u05d5\u05de\u05e8 \u05d5\u05ea\u05ea \u05d4\u05ea\u05de\u05d7\u05d5\u05ea \u05e9\u05dc \u05db\u05d0\u05e8\u05d1\u05e2 \u05e9\u05e0\u05d9\u05dd \u05d1\u05d0\u05e8\u05e6\u05d5\u05ea \u05d4\u05d1\u05e8\u05d9\u05ea \u05d1\u05d0\u05d5\u05e8\u05d8\u05d5\u05e4\u05d3\u05d9\u05d9\u05ea \u05e1\u05e4\u05d5\u05e8\u05d8. \u05d3\\\"\u05e8 \u05d1\u05d5\u05e6\u05e8 \u05de\u05d8\u05e4\u05dc \u05d1\u05e4\u05e6\u05d9\u05e2\u05d5\u05ea \u05e9\u05dc \u05de\u05e4\u05e8\u05e7 \u05d4\u05d9\u05e8\u05da \u05d4\u05d1\u05e8\u05da \u05d5\u05d4\u05db\u05ea\u05e3 \u05d5\u05de\u05ea\u05de\u05d7\u05d4 \u05d1\u05d8\u05d9\u05e4\u05d5\u05dc \u05d1\u05e0\u05d9\u05ea\u05d5\u05d7\u05d9\u05dd \u05d0\u05e8\u05ea\u05e8\u05d5\u05e1\u05e7\u05d5\u05e4\u05d9\u05d9\u05dd. \u05d0\u05de\u05e0\u05dd \u05e0\u05d9\u05ea\u05d5\u05d7 \u05d4\u05d5\u05d0 \u05ea\u05de\u05d9\u05d3 \u05d4\u05d0\u05d5\u05e4\u05e6\u05d9\u05d4 \u05d4\u05d0\u05d7\u05e8\u05d5\u05e0\u05d4, \u05d0\u05d1\u05dc \u05d0\u05dd \u05db\u05d1\u05e8 \u05e6\u05e8\u05d9\u05da \u05dc\u05e9\u05e7\u05d5\u05dc \u05e0\u05d9\u05ea\u05d5\u05d7, \u05d4\u05d0\u05d5\u05e4\u05e6\u05d9\u05d4 \u05d4\u05d0\u05e8\u05ea\u05e8\u05d5\u05e1\u05e7\u05d5\u05e4\u05d9\u05ea \u05d1\u05e2\u05dc\u05ea \u05d9\u05ea\u05e8\u05d5\u05e0\u05d5\u05ea \u05e8\u05d1\u05d9\u05dd.\",\"sameAs\":[\"https:\/\/botser.com\",\"https:\/\/www.facebook.com\/dr.botser\",\"https:\/\/www.instagram.com\/botser\/\",\"https:\/\/www.linkedin.com\/in\/botser\/\",\"https:\/\/x.com\/botser_\",\"https:\/\/www.youtube.com\/user\/botser\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"\u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8 \u05e2\u05dd \u05d3&quot;\u05e8 \u05d0\u05d9\u05ea\u05de\u05e8 \u05d1\u05d5\u05e6\u05e8 \u05d0\u05d5\u05e8\u05d8\u05d5\u05e4\u05d3 \u05e1\u05e4\u05d5\u05e8\u05d8 \u05de\u05e0\u05ea\u05d7","description":"\u05d4\u05d5\u05e8\u05d0\u05d5\u05ea \u05d4\u05d2\u05e2\u05d4 \u05d5\u05d8\u05d5\u05e4\u05e1 \u05d9\u05e6\u05d9\u05e8\u05ea \u05dc\u05de\u05e8\u05e4\u05d0\u05d4 \u05e9\u05dc \u05d3\"\u05e8 \u05d0\u05d9\u05ea\u05de\u05e8 \u05d1\u05d5\u05e6\u05e8 \u05d1\u05e8\u05de\u05ea \u05d0\u05d1\u05d9\u05d1","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/botser.com\/contact-he\/","og_locale":"ru_RU","og_type":"article","og_title":"\u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8","og_description":"\u05d4\u05d5\u05e8\u05d0\u05d5\u05ea \u05d4\u05d2\u05e2\u05d4 \u05d5\u05d8\u05d5\u05e4\u05e1 \u05d9\u05e6\u05d9\u05e8\u05ea \u05dc\u05de\u05e8\u05e4\u05d0\u05d4 \u05e9\u05dc \u05d3\"\u05e8 \u05d0\u05d9\u05ea\u05de\u05e8 \u05d1\u05d5\u05e6\u05e8 \u05d1\u05e8\u05de\u05ea \u05d0\u05d1\u05d9\u05d1","og_url":"https:\/\/botser.com\/contact-he\/","og_site_name":"\u05d3&quot;\u05e8 \u05d0\u05d9\u05ea\u05de\u05e8 \u05d1\u05d5\u05e6\u05e8","article_publisher":"https:\/\/www.facebook.com\/dr.botser","article_modified_time":"2021-04-07T11:20:05+00:00","twitter_card":"summary_large_image","twitter_site":"@botser_","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/botser.com\/contact-he\/","url":"https:\/\/botser.com\/contact-he\/","name":"\u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8 \u05e2\u05dd \u05d3&quot;\u05e8 \u05d0\u05d9\u05ea\u05de\u05e8 \u05d1\u05d5\u05e6\u05e8 \u05d0\u05d5\u05e8\u05d8\u05d5\u05e4\u05d3 \u05e1\u05e4\u05d5\u05e8\u05d8 \u05de\u05e0\u05ea\u05d7","isPartOf":{"@id":"https:\/\/botser.com\/#website"},"datePublished":"2014-01-18T09:51:25+00:00","dateModified":"2021-04-07T11:20:05+00:00","description":"\u05d4\u05d5\u05e8\u05d0\u05d5\u05ea \u05d4\u05d2\u05e2\u05d4 \u05d5\u05d8\u05d5\u05e4\u05e1 \u05d9\u05e6\u05d9\u05e8\u05ea \u05dc\u05de\u05e8\u05e4\u05d0\u05d4 \u05e9\u05dc \u05d3\"\u05e8 \u05d0\u05d9\u05ea\u05de\u05e8 \u05d1\u05d5\u05e6\u05e8 \u05d1\u05e8\u05de\u05ea \u05d0\u05d1\u05d9\u05d1","breadcrumb":{"@id":"https:\/\/botser.com\/contact-he\/#breadcrumb"},"inLanguage":"ru-RU","potentialAction":[{"@type":"ReadAction","target":["https:\/\/botser.com\/contact-he\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/botser.com\/contact-he\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/botser.com\/"},{"@type":"ListItem","position":2,"name":"\u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8"}]},{"@type":"WebSite","@id":"https:\/\/botser.com\/#website","url":"https:\/\/botser.com\/","name":"\u05d3&quot;\u05e8 \u05d0\u05d9\u05ea\u05de\u05e8 \u05d1\u05d5\u05e6\u05e8","description":"\u05d0\u05d5\u05e8\u05d8\u05d5\u05e4\u05d3 \u05e1\u05e4\u05d5\u05e8\u05d8 \u05de\u05e0\u05ea\u05d7","publisher":{"@id":"https:\/\/botser.com\/#\/schema\/person\/c5e8db727a11c13c176d453a2090d640"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/botser.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ru-RU"},{"@type":["Person","Organization"],"@id":"https:\/\/botser.com\/#\/schema\/person\/c5e8db727a11c13c176d453a2090d640","name":"\u05d3\"\u05e8 \u05d0\u05d9\u05ea\u05de\u05e8 \u05d1\u05d5\u05e6\u05e8","image":{"@type":"ImageObject","inLanguage":"ru-RU","@id":"https:\/\/botser.com\/#\/schema\/person\/image\/","url":"https:\/\/botser.com\/wp-content\/uploads\/2018\/12\/even-smaller.jpg","contentUrl":"https:\/\/botser.com\/wp-content\/uploads\/2018\/12\/even-smaller.jpg","width":238,"height":337,"caption":"\u05d3\"\u05e8 \u05d0\u05d9\u05ea\u05de\u05e8 \u05d1\u05d5\u05e6\u05e8"},"logo":{"@id":"https:\/\/botser.com\/#\/schema\/person\/image\/"},"description":"\u05d3\"\u05e8 \u05d0\u05d9\u05ea\u05de\u05e8 \u05d1\u05d5\u05e6\u05e8 \u05d4\u05d5\u05d0 \u05d0\u05d5\u05e8\u05d8\u05d5\u05e4\u05d3 \u05d1\u05db\u05d9\u05e8 \u05d1\u05d1\u05d9\u05ea \u05d4\u05d7\u05d5\u05dc\u05d9\u05dd \u05e8\u05de\u05d1\"\u05dd, \u05d1\u05d5\u05d2\u05e8 \u05d4\u05ea\u05de\u05d7\u05d5\u05ea \u05d1\u05d0\u05d5\u05e8\u05d8\u05d5\u05e4\u05d3\u05d9\u05d4 \u05d1\u05ea\u05dc \u05d4\u05e9\u05d5\u05de\u05e8 \u05d5\u05ea\u05ea \u05d4\u05ea\u05de\u05d7\u05d5\u05ea \u05e9\u05dc \u05db\u05d0\u05e8\u05d1\u05e2 \u05e9\u05e0\u05d9\u05dd \u05d1\u05d0\u05e8\u05e6\u05d5\u05ea \u05d4\u05d1\u05e8\u05d9\u05ea \u05d1\u05d0\u05d5\u05e8\u05d8\u05d5\u05e4\u05d3\u05d9\u05d9\u05ea \u05e1\u05e4\u05d5\u05e8\u05d8. \u05d3\"\u05e8 \u05d1\u05d5\u05e6\u05e8 \u05de\u05d8\u05e4\u05dc \u05d1\u05e4\u05e6\u05d9\u05e2\u05d5\u05ea \u05e9\u05dc \u05de\u05e4\u05e8\u05e7 \u05d4\u05d9\u05e8\u05da \u05d4\u05d1\u05e8\u05da \u05d5\u05d4\u05db\u05ea\u05e3 \u05d5\u05de\u05ea\u05de\u05d7\u05d4 \u05d1\u05d8\u05d9\u05e4\u05d5\u05dc \u05d1\u05e0\u05d9\u05ea\u05d5\u05d7\u05d9\u05dd \u05d0\u05e8\u05ea\u05e8\u05d5\u05e1\u05e7\u05d5\u05e4\u05d9\u05d9\u05dd. \u05d0\u05de\u05e0\u05dd \u05e0\u05d9\u05ea\u05d5\u05d7 \u05d4\u05d5\u05d0 \u05ea\u05de\u05d9\u05d3 \u05d4\u05d0\u05d5\u05e4\u05e6\u05d9\u05d4 \u05d4\u05d0\u05d7\u05e8\u05d5\u05e0\u05d4, \u05d0\u05d1\u05dc \u05d0\u05dd \u05db\u05d1\u05e8 \u05e6\u05e8\u05d9\u05da \u05dc\u05e9\u05e7\u05d5\u05dc \u05e0\u05d9\u05ea\u05d5\u05d7, \u05d4\u05d0\u05d5\u05e4\u05e6\u05d9\u05d4 \u05d4\u05d0\u05e8\u05ea\u05e8\u05d5\u05e1\u05e7\u05d5\u05e4\u05d9\u05ea \u05d1\u05e2\u05dc\u05ea \u05d9\u05ea\u05e8\u05d5\u05e0\u05d5\u05ea \u05e8\u05d1\u05d9\u05dd.","sameAs":["https:\/\/botser.com","https:\/\/www.facebook.com\/dr.botser","https:\/\/www.instagram.com\/botser\/","https:\/\/www.linkedin.com\/in\/botser\/","https:\/\/x.com\/botser_","https:\/\/www.youtube.com\/user\/botser"]}]}},"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/P8xdRh-52","jetpack-related-posts":[{"id":1048,"url":"https:\/\/botser.com\/ru\/about-dr-itamar-botser\/","url_meta":{"origin":312,"position":0},"title":"About Dr. Itamar Botser","author":"\u05d3\"\u05e8 \u05d0\u05d9\u05ea\u05de\u05e8 \u05d1\u05d5\u05e6\u05e8","date":"17 \u043c\u0430\u0440\u0442\u0430, 2017","format":false,"excerpt":"Dr. Itamar Botser is an orthopedic surgeon specializing in sports medicine and arthroscopic surgeries. With an international reputation in the hip arthroscopy field, he is now a part of the Knee and Arthrocsopy Unit at Rambam Medical Centre in Haifa, Israel. In the year 1995 he started to study medicine\u2026","rel":"","context":"\u041f\u043e\u0445\u043e\u0436\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c","block_context":{"text":"\u041f\u043e\u0445\u043e\u0436\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c","link":""},"img":{"alt_text":"Itamar Botser, MD","src":"https:\/\/i0.wp.com\/botser.com\/wp-content\/uploads\/2013\/08\/Dr-Botser-282x300.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]}],"_links":{"self":[{"href":"https:\/\/botser.com\/ru\/wp-json\/wp\/v2\/pages\/312","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/botser.com\/ru\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/botser.com\/ru\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/botser.com\/ru\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/botser.com\/ru\/wp-json\/wp\/v2\/comments?post=312"}],"version-history":[{"count":8,"href":"https:\/\/botser.com\/ru\/wp-json\/wp\/v2\/pages\/312\/revisions"}],"predecessor-version":[{"id":2179,"href":"https:\/\/botser.com\/ru\/wp-json\/wp\/v2\/pages\/312\/revisions\/2179"}],"wp:attachment":[{"href":"https:\/\/botser.com\/ru\/wp-json\/wp\/v2\/media?parent=312"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}