{"id":11,"date":"2024-08-13T21:43:57","date_gmt":"2024-08-13T18:13:57","guid":{"rendered":"https:\/\/registration.dentevent.ir\/?page_id=11"},"modified":"2024-10-25T16:46:32","modified_gmt":"2024-10-25T13:16:32","slug":"registration","status":"publish","type":"page","link":"https:\/\/registration.dentevent.ir\/","title":{"rendered":"\u062b\u0628\u062a \u0646\u0627\u0645 \u0645\u0631\u062d\u0644\u0647 \u062f\u0648\u0645 \u0645\u062a\u062e\u0635\u0635\u06cc\u0646 \u062a\u0631\u0645\u06cc\u0645\u06cc \u0627\u06cc\u0631\u0627\u0646"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"11\" class=\"elementor elementor-11\" data-elementor-settings=\"{&quot;element_pack_global_tooltip_width&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;element_pack_global_tooltip_width_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;element_pack_global_tooltip_width_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;element_pack_global_tooltip_padding&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;element_pack_global_tooltip_padding_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;element_pack_global_tooltip_padding_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;element_pack_global_tooltip_border_radius&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;element_pack_global_tooltip_border_radius_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;element_pack_global_tooltip_border_radius_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true}}\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f77c6cb e-flex e-con-boxed e-con e-parent\" data-id=\"f77c6cb\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-51ee03b bdt-gravity-form-button-custom elementor-widget elementor-widget-bdt-gravity-form\" data-id=\"51ee03b\" data-element_type=\"widget\" data-widget_type=\"bdt-gravity-form.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\n\t\t<div class=\"bdt-gravity-forms\">\n\t\t\t\n        <script type=\"text\/javascript\">\n\n            (function ($) {\n\n                window.gform_multi_page_navObj = function (args) {\n\n                    this.formId = args.formId;\n                    this.formElem = jQuery('form#gform_' + this.formId);\n                    this.currentPage = args.currentPage;\n                    this.lastPage = args.lastPage;\n                    this.activateOnLastPage = args.activateOnLastPage;\n\n                    this.init = function () {\n\n                        \/\/ if this form is ajax-enabled, we'll need to get the current page via JS\n                        if (this.isAjax())\n                            this.currentPage = this.getCurrentPage();\n\n                        if (!this.isLastPage() && !this.isLastPageReached())\n                            return;\n\n                        var gform_multi_page_nav = this;\n                        var steps = $('form#gform_' + this.formId + ' .gf_step');\n\n                        steps.each(function () {\n\n                            var stepNumber = parseInt($(this).find('span.gf_step_number').text());\n\n                            if (stepNumber != gform_multi_page_nav.currentPage) {\n                                $(this).html(gform_multi_page_nav.createPageLink(stepNumber, $(this).html()))\n                                    .addClass('gform_multi_page_nav-step-linked');\n                            } else {\n                                $(this).addClass('gform_multi_page_nav-step-current');\n                            }\n\n                        });\n\n                        $(document).on('click', '#gform_' + this.formId + ' a.gform_multi_page_nav-page-link', function (event) {\n                            event.preventDefault();\n\n                            var hrefArray = $(this).attr('href').split('#');\n                            if (hrefArray.length >= 2) {\n                                var pageNumber = hrefArray.pop();\n                                gform_multi_page_nav.postToPage(pageNumber, !$(this).hasClass('gform_multi_page_navmp-default'));\n                            }\n\n                        });\n\n                    };\n\n                    this.createPageLink = function (stepNumber, HTML) {\n                        return '<a href=\"#' + stepNumber + '\" class=\"gform_multi_page_nav-page-link gform_multi_page_nav-default\">' + HTML + '<\/a>';\n                    };\n\n                    this.postToPage = function (page) {\n                        this.formElem.append('<input type=\"hidden\" name=\"gform_multi_page_nav_page_change\" value=\"1\" \/>');\n                        this.formElem.find('input[name=\"gform_target_page_number_' + this.formId + '\"]').val(page);\n                        this.formElem.submit();\n                    };\n\n                    this.getCurrentPage = function () {\n                        return this.formElem.find('input#gform_source_page_number_' + this.formId).val();\n                    };\n\n                    this.isLastPage = function () {\n                        return this.currentPage >= this.lastPage;\n                    };\n\n                    this.isLastPageReached = function () {\n                        return this.formElem.find('input[name=\"gform_multi_page_nav_last_page_reached\"]').val() == true;\n                    };\n\n                    this.isAjax = function () {\n                        return this.formElem.attr('target') == 'gform_ajax_frame_' + this.formId;\n                    };\n\n                    this.init();\n\n                }\n\n            })(jQuery);\n\n        <\/script>\n\n\t\t            <script type=\"text\/javascript\">\r\n\t\t\t\t                function ir_national_id_to_english(number) {\r\n                    return number.replace(\/[\u06f0|\u0660]\/g, '0').replace(\/[\u06f1|\u0661]\/g, '1')\r\n                        .replace(\/[\u06f2|\u0662]\/g, '2').replace(\/[\u06f3|\u0663]\/g, '3')\r\n                        .replace(\/[\u06f4|\u0664]\/g, '4').replace(\/[\u06f5|\u0665]\/g, '5').replace(\/[\u06f6|\u0666]\/g, '6')\r\n                        .replace(\/[\u06f7|\u0667]\/g, '7').replace(\/[\u06f8|\u0668]\/g, '8').replace(\/[\u06f9|\u0669]\/g, '9')\r\n                }\r\n\t\t\t\t                function ir_national_id_6(_this) {\r\n\t\t\t\t\t                    _this.value = ir_national_id_to_english(_this.value);\r\n\t\t\t\t\t                    var field_id = \"6\";\r\n                    var message1 = \"\u06a9\u062f \u0645\u0644\u06cc \u0641\u0642\u0637 \u0628\u0627\u06cc\u062f \u0628\u0647 \u0635\u0648\u0631\u062a \u0639\u062f\u062f \u0648\u0627\u0631\u062f \u0634\u0648\u062f.\";\r\n                    var message2 = \"\u06a9\u062f \u0645\u0644\u06cc \u0645\u06cc \u0628\u0627\u06cc\u0633\u062a 10 \u0631\u0642\u0645\u06cc \u0628\u0627\u0634\u062f.\";\r\n                    var message3 = \"\u06a9\u062f \u0645\u0644\u06cc \u0648\u0627\u0631\u062f \u0634\u062f\u0647 \u0645\u0637\u0627\u0628\u0642 \u0628\u0627 \u0627\u0633\u062a\u0627\u0646\u062f\u0627\u0631\u062f\u0647\u0627\u06cc \u06a9\u0634\u0648\u0631 \u0646\u0645\u06cc \u0628\u0627\u0634\u062f.\";\r\n                    GFPersian_National_ID_Handler(_this, field_id, message1, message2, message3, 0, 1);\r\n                    jQuery(_this).trigger('change');\r\n\t\t\t\t\t                }\r\n            <\/script>\r\n\t\t\t<script type=\"text\/javascript\">var gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,initializeOnLoaded:function(o){gform.domLoaded&&gform.scriptsLoaded?o():!gform.domLoaded&&gform.scriptsLoaded?window.addEventListener(\"DOMContentLoaded\",o):document.addEventListener(\"gform_main_scripts_loaded\",o)},hooks:{action:{},filter:{}},addAction:function(o,n,r,t){gform.addHook(\"action\",o,n,r,t)},addFilter:function(o,n,r,t){gform.addHook(\"filter\",o,n,r,t)},doAction:function(o){gform.doHook(\"action\",o,arguments)},applyFilters:function(o){return gform.doHook(\"filter\",o,arguments)},removeAction:function(o,n){gform.removeHook(\"action\",o,n)},removeFilter:function(o,n,r){gform.removeHook(\"filter\",o,n,r)},addHook:function(o,n,r,t,i){null==gform.hooks[o][n]&&(gform.hooks[o][n]=[]);var e=gform.hooks[o][n];null==i&&(i=n+\"_\"+e.length),gform.hooks[o][n].push({tag:i,callable:r,priority:t=null==t?10:t})},doHook:function(n,o,r){var t;if(r=Array.prototype.slice.call(r,1),null!=gform.hooks[n][o]&&((o=gform.hooks[n][o]).sort(function(o,n){return o.priority-n.priority}),o.forEach(function(o){\"function\"!=typeof(t=o.callable)&&(t=window[t]),\"action\"==n?t.apply(null,r):r[0]=t.apply(null,r)})),\"filter\"==n)return r[0]},removeHook:function(o,n,t,i){var r;null!=gform.hooks[o][n]&&(r=(r=gform.hooks[o][n]).filter(function(o,n,r){return!!(null!=i&&i!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][n]=r)}});<\/script>\n                <div class='gf_browser_gecko gform_wrapper gform-theme gform-theme--foundation gform-theme--framework gform-theme--orbital' data-form-theme='orbital' data-form-index='0' id='gform_wrapper_8' ><style>#gform_wrapper_8[data-form-index=\"0\"].gform-theme,[data-parent-form=\"8_0\"]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url(\"data:image\/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-select: url(\"data:image\/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-search: url(\"data:image\/svg+xml,%3Csvg version='1.1' xmlns='http:\/\/www.w3.org\/2000\/svg' width='640' height='640'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}<\/style><div id='gf_8' class='gform_anchor' tabindex='-1'><\/div>\n                        <div class='gform_heading'>\n                            <p class='gform_description'><\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data' target='gform_ajax_frame_8' id='gform_8'  action='\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F11#gf_8' data-formid='8' novalidate>\n        <div id='gf_progressbar_wrapper_8' class='gf_progressbar_wrapper' data-start-at-zero=''>\n        \t<p class=\"gf_progressbar_title\">\u0645\u0631\u062d\u0644\u0647 <span class='gf_step_current_page'>1<\/span> \u0627\u0632 <span class='gf_step_page_count'>2<\/span>\n        \t<\/p>\n            <div class='gf_progressbar gf_progressbar_blue' aria-hidden='true'>\n                <div class='gf_progressbar_percentage percentbar_blue percentbar_50' style='width:50%;'><span>50%<\/span><\/div>\n            <\/div><\/div>\n                        <div class='gform-body gform_body'><div id='gform_page_8_1' class='gform_page ' data-js='page-field-id-1' >\n                                    <div class='gform_page_fields'><div id='gform_fields_8' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_8_3\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible teeweb_persiankeyword\"  data-field-class=\"teeweb_persiankeyword\" data-js-reload=\"field_8_3\" ><label class='gfield_label gform-field-label' for='input_8_3'>\u0646\u0627\u0645 \u0648 \u0646\u0627\u0645 \u062e\u0627\u0646\u0648\u0627\u062f\u06af\u06cc<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(\u0636\u0631\u0648\u0631\u06cc)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_3' id='input_8_3' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/> <\/div><\/div><div id=\"field_8_5\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible teeweb_onlynumbers\"  data-field-class=\"teeweb_onlynumbers\" data-js-reload=\"field_8_5\" ><label class='gfield_label gform-field-label' for='input_8_5'>\u0634\u0645\u0627\u0631\u0647 \u0646\u0638\u0627\u0645 \u067e\u0632\u0634\u06a9\u06cc<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(\u0636\u0631\u0648\u0631\u06cc)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_5' id='input_8_5' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/> <\/div><\/div><div id=\"field_8_16\" class=\"gfield gfield--type-phone gfield--input-type-phone gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_8_16\" ><label class='gfield_label gform-field-label' for='input_8_16'>\u062a\u0644\u0641\u0646 \u0647\u0645\u0631\u0627\u0647<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(\u0636\u0631\u0648\u0631\u06cc)<\/span><\/span><\/label><div class='ginput_container ginput_container_phone'><input name='input_16' id='input_8_16' type='tel' value='' class='large'   aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_8_6\" class=\"gfield gfield--type-ir_national_id gfield--input-type-ir_national_id gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible gform_ir_national_id\"  data-field-class=\"gform_ir_national_id\" data-js-reload=\"field_8_6\" ><label class='gfield_label gform-field-label' for='input_8_6'>\u06a9\u062f \u0645\u0644\u06cc<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(\u0636\u0631\u0648\u0631\u06cc)<\/span><\/span><\/label><div class=\"ginput_container ginput_container_text ginput_container_ir_national_id\"><input onblur=\"ir_national_id_6(this);\" name=\"input_6\" id=\"input_8_6\" type=\"text\" value=\"\" class=\"ir_national_id large\"     aria-required=\"true\" aria-invalid=\"false\" maxlength='10'  \/><\/div><span class=\"ir_national_id_location\" id=\"ir_national_id_location_6\"><\/span><\/div><div id=\"field_8_8\" class=\"gfield gfield--type-email gfield--input-type-email gfield--width-half field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible teeweb_latinchars\"  data-field-class=\"teeweb_latinchars\" data-js-reload=\"field_8_8\" ><label class='gfield_label gform-field-label' for='input_8_8'>\u0627\u06cc\u0645\u06cc\u0644<\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_8' id='input_8_8' type='email' value='' class='large'     aria-invalid=\"false\"  \/>\n                        <\/div><\/div><\/div>\n                    <\/div>\n                    <div class='gform_page_footer before'>\n                         <input type='button' id='gform_next_button_8_9' class='gform_next_button gform-theme-button button' value='\u0628\u0639\u062f\u06cc'  onclick='jQuery(\"#gform_target_page_number_8\").val(\"2\");  jQuery(\"#gform_8\").trigger(\"submit\",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_8\").val(\"2\");  jQuery(\"#gform_8\").trigger(\"submit\",[true]); } ' \/> \n                    <\/div>\n                <\/div>\n                <div id='gform_page_8_2' class='gform_page' data-js='page-field-id-9' style='display:none;'>\n                    <div class='gform_page_fields'>\n                        <div id='gform_fields_8_2' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_8_14\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_8_14\" >\u0647\u0645\u06a9\u0627\u0631 \u06af\u0631\u0627\u0645\u06cc\u060c \u0634\u0645\u0627 \u0628\u0627 \u062b\u0628\u062a \u0646\u0627\u0645 \u0645\u0631\u062d\u0644\u0647 \u062f\u0648\u0645 \u06a9\u0646\u06af\u0631\u0647 \u0648 \u067e\u0631\u062f\u0627\u062e\u062a \u062d\u0642 \u0639\u0636\u0648\u06cc\u062a \u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u0627\u0645\u06a9\u0627\u0646 \u0634\u0631\u06a9\u062a \u062f\u0631 \u0627\u0646\u062a\u062e\u0627\u0628\u0627\u062a \u0627\u0646\u062c\u0645\u0646 \u0645\u062a\u062e\u0635\u0635\u06cc\u0646 \u062f\u0646\u062f\u0627\u0646\u067e\u0632\u0634\u06a9\u06cc \u062a\u0631\u0645\u06cc\u0645\u06cc \u0627\u06cc\u0631\u0627\u0646 ( \u06a9\u0647 \u0627\u0637\u0644\u0627\u0639\u0627\u062a \u0622\u0646 \u0645\u062a\u0639\u0627\u0642\u0628\u0627 \u0627\u0639\u0644\u0627\u0645 \u0645\u06cc\u06af\u0631\u062f\u062f ) \u0645\u06cc\u062a\u0648\u0627\u0646\u06cc\u062f \u0627\u0632 \u06a9\u0644\u06cc\u0647 \u06a9\u0627\u0631\u06af\u0627\u0647 \u0647\u0627\u06cc \u0639\u0645\u0648\u0645\u06cc \u0648 \u062a\u062e\u0635\u0635\u06cc \u06a9\u0646\u06af\u0631\u0647\u060c \u067e\u06a9\u06cc\u062c \u0627\u0647\u062f\u0627\u06cc\u06cc \u0648 \u067e\u0630\u06cc\u0631\u0627\u06cc\u06cc \u0645\u06cc\u0627\u0646\u0648\u0639\u062f\u0647 \u06a9\u0646\u06af\u0631\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0646\u0645\u0627\u06cc\u06cc\u062f.<\/div><fieldset id=\"field_8_10\" class=\"gfield gfield--type-product gfield--type-choice gfield--input-type-radio gfield_price gfield_price_8_10 gfield_product_8_10 gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_8_10\" ><legend class='gfield_label gform-field-label' >\u062b\u0628\u062a \u0646\u0627\u0645 \u0645\u0631\u062d\u0644\u0647 \u062f\u0648\u0645<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(\u0636\u0631\u0648\u0631\u06cc)<\/span><\/span><\/legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_8_10'>\n\t\t\t<div class='gchoice gchoice_8_10_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_10' type='radio' value='\u062d\u0642 \u0639\u0636\u0648\u06cc\u062a \u0627\u0646\u062c\u0645\u0646|2000000' checked='checked' id='choice_8_10_0' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_8_10_0' id='label_8_10_0' class='gform-field-label gform-field-label--type-inline'>\u062d\u0642 \u0639\u0636\u0648\u06cc\u062a \u0627\u0646\u062c\u0645\u0646<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_8_15\" class=\"gfield gfield--type-fileupload gfield--input-type-fileupload gfield--width-seven-twelfths gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_8_15\" ><label class='gfield_label gform-field-label' for='input_8_15'>\u0647\u0645\u06a9\u0627\u0631 \u06af\u0631\u0627\u0645\u06cc\u060c \u062e\u0648\u0627\u0647\u0634\u0645\u0646\u062f \u0627\u0633\u062a \u06cc\u06a9\u06cc \u0627\u0632 \u0645\u062f\u0627\u0631\u06a9 \u0648 \u06cc\u0627 \u06a9\u0627\u0631\u062a \u0647\u0627\u06cc \u0634\u0646\u0627\u0633\u0627\u06cc\u06cc \u062a\u062e\u0635\u0635\u06cc \u062a\u0631\u0645\u06cc\u0645\u06cc \u062e\u0648\u062f \u0631\u0627 \u062c\u0647\u062a \u0639\u0636\u0648\u06cc\u062a \u062f\u0631 \u0627\u0646\u062c\u0645\u0646 \u0622\u067e\u0644\u0648\u062f \u0646\u0645\u0627\u06cc\u06cc\u062f.<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(\u0636\u0631\u0648\u0631\u06cc)<\/span><\/span><\/label><div class='ginput_container ginput_container_fileupload'><input type='hidden' name='MAX_FILE_SIZE' value='524288000' \/><input name='input_15' id='input_8_15' type='file' class='large' aria-describedby=\"gfield_upload_rules_8_15\" onchange='javascript:gformValidateFileSize( this, 524288000 );'  \/><span class='gfield_description gform_fileupload_rules' id='gfield_upload_rules_8_15'>\u062d\u062f\u0627\u06a9\u062b\u0631 \u0627\u0646\u062f\u0627\u0632\u0647 \u0641\u0627\u06cc\u0644: 500 MB.<\/span><div class='gfield_description validation_message gfield_validation_message validation_message--hidden-on-empty' id='live_validation_message_8_15'><\/div><\/div><\/div><fieldset id=\"field_8_12\" class=\"gfield gfield--type-option gfield--type-choice gfield--input-type-checkbox gfield--width-full gfield_price gfield_price_8_10 gfield_option_8_10 field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_8_12\" ><legend class='gfield_label gform-field-label gfield_label_before_complex' >\u0634\u0645\u0627 \u0645\u06cc \u062a\u0648\u0627\u0646\u06cc\u062f \u062f\u0631 \u0635\u0648\u0631\u062a \u0639\u0644\u0627\u0642\u0647 \u0645\u0646\u062f\u06cc \u0646\u0627\u0647\u0627\u0631 \u0631\u0648\u0632 \u0647\u0627\u06cc \u06a9\u0646\u06af\u0631\u0647 \u062e\u0648\u062f \u0631\u0627 \u0627\u0646\u062a\u062e\u0627\u0628 \u0646\u0645\u0648\u062f\u0647 \u0648 \u0622\u0646\u0647\u0627 \u0631\u0627 \u0633\u0641\u0627\u0631\u0634 \u062f\u0647\u06cc\u062f<\/legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox' id='input_8_12'><div class='gchoice gchoice_8_12_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_12.1' type='checkbox'  value='\u0646\u0627\u0647\u0627\u0631 \u0631\u0648\u0632 \u0627\u0648\u0644 ( \u0644\u0648\u0628\u06cc\u0627 \u067e\u0644\u0648\u060c \u0633\u0627\u0644\u0627\u062f \u0634\u06cc\u0631\u0627\u0632\u06cc \u0648 \u0646\u0648\u0634\u06cc\u062f\u0646\u06cc )|4000000'  id='choice_8_12_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_8_12_1' id='label_8_12_1' class='gform-field-label gform-field-label--type-inline'>\u0646\u0627\u0647\u0627\u0631 \u0631\u0648\u0632 \u0627\u0648\u0644 ( \u0644\u0648\u0628\u06cc\u0627 \u067e\u0644\u0648\u060c \u0633\u0627\u0644\u0627\u062f \u0634\u06cc\u0631\u0627\u0632\u06cc \u0648 \u0646\u0648\u0634\u06cc\u062f\u0646\u06cc )<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_8_12_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_12.2' type='checkbox'  value='\u0646\u0627\u0647\u0627\u0631 \u0631\u0648\u0632 \u062f\u0648\u0645 ( \u062c\u0648\u062c\u0647 \u06a9\u0628\u0627\u0628 \u0647\u0645\u0631\u0627\u0647 \u0628\u0627 \u0628\u0631\u0646\u062c\u060c \u0646\u0648\u0634\u06cc\u062f\u0646\u06cc\u060c \u0645\u0627\u0633\u062a \u0648 \u062f\u0633\u0631 )|6000000'  id='choice_8_12_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_8_12_2' id='label_8_12_2' class='gform-field-label gform-field-label--type-inline'>\u0646\u0627\u0647\u0627\u0631 \u0631\u0648\u0632 \u062f\u0648\u0645 ( \u062c\u0648\u062c\u0647 \u06a9\u0628\u0627\u0628 \u0647\u0645\u0631\u0627\u0647 \u0628\u0627 \u0628\u0631\u0646\u062c\u060c \u0646\u0648\u0634\u06cc\u062f\u0646\u06cc\u060c \u0645\u0627\u0633\u062a \u0648 \u062f\u0633\u0631 )<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_8_12_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_12.3' type='checkbox'  value='\u0646\u0627\u0647\u0627\u0631 \u0631\u0648\u0632 \u0633\u0648\u0645 ( \u0686\u0644\u0648 \u06a9\u0628\u0627\u0628 \u0644\u0642\u0645\u0647\u060c \u0646\u0648\u0634\u06cc\u062f\u0646\u06cc\u060c \u0633\u0627\u0644\u0627\u062f \u0648 \u062f\u0633\u0631 )|6000000'  id='choice_8_12_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_8_12_3' id='label_8_12_3' class='gform-field-label gform-field-label--type-inline'>\u0646\u0627\u0647\u0627\u0631 \u0631\u0648\u0632 \u0633\u0648\u0645 ( \u0686\u0644\u0648 \u06a9\u0628\u0627\u0628 \u0644\u0642\u0645\u0647\u060c \u0646\u0648\u0634\u06cc\u062f\u0646\u06cc\u060c \u0633\u0627\u0644\u0627\u062f \u0648 \u062f\u0633\u0631 )<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_8_12_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_12.4' type='checkbox'  value='\u0646\u0627\u0647\u0627\u0631 \u0631\u0648\u0632 \u0686\u0647\u0627\u0631\u0645 ( \u0632\u0631\u0634\u06a9 \u067e\u0644\u0648 \u0628\u0627 \u0645\u0631\u063a \u0632\u0639\u0641\u0631\u0627\u0646\u06cc\u060c \u0646\u0648\u0634\u06cc\u062f\u0646\u06cc\u060c \u0645\u0627\u0633\u062a \u0648 \u062f\u0633\u0631 )|6000000'  id='choice_8_12_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_8_12_4' id='label_8_12_4' class='gform-field-label gform-field-label--type-inline'>\u0646\u0627\u0647\u0627\u0631 \u0631\u0648\u0632 \u0686\u0647\u0627\u0631\u0645 ( \u0632\u0631\u0634\u06a9 \u067e\u0644\u0648 \u0628\u0627 \u0645\u0631\u063a \u0632\u0639\u0641\u0631\u0627\u0646\u06cc\u060c \u0646\u0648\u0634\u06cc\u062f\u0646\u06cc\u060c \u0645\u0627\u0633\u062a \u0648 \u062f\u0633\u0631 )<\/label>\n\t\t\t\t\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_8_13\" class=\"gfield gfield--type-total gfield--input-type-total gfield--width-full gfield_price gfield_price_8_ gfield_total gfield_total_8_ field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  aria-atomic=\"true\" aria-live=\"polite\" data-js-reload=\"field_8_13\" ><label class='gfield_label gform-field-label' for='input_8_13'>\u0645\u062c\u0645\u0648\u0639<\/label><div class='ginput_container ginput_container_total'>\n\t\t\t\t\t\t\t<input type='text' readonly name='input_13' id='input_8_13' value='0 \u0631\u06cc\u0627\u0644' class='gform-text-input-reset ginput_total ginput_total_8' \/>\n\t\t\t\t\t\t<\/div><\/div><\/div><\/div>\n        <div class='gform_page_footer before'><input type='submit' id='gform_previous_button_8' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' value='\u0642\u0628\u0644\u06cc'  onclick='if(window[\"gf_submitting_8\"]){return false;}  if( !jQuery(\"#gform_8\")[0].checkValidity || jQuery(\"#gform_8\")[0].checkValidity()){window[\"gf_submitting_8\"]=true;}  ' onkeypress='if( event.keyCode == 13 ){ if(window[\"gf_submitting_8\"]){return false;} if( !jQuery(\"#gform_8\")[0].checkValidity || jQuery(\"#gform_8\")[0].checkValidity()){window[\"gf_submitting_8\"]=true;}  jQuery(\"#gform_8\").trigger(\"submit\",[true]); }' \/> <input type='submit' id='gform_submit_button_8' class='gform_button button' value='\u067e\u0631\u062f\u0627\u062e\u062a'  onclick='if(window[\"gf_submitting_8\"]){return false;}  if( !jQuery(\"#gform_8\")[0].checkValidity || jQuery(\"#gform_8\")[0].checkValidity()){window[\"gf_submitting_8\"]=true;}  ' onkeypress='if( event.keyCode == 13 ){ if(window[\"gf_submitting_8\"]){return false;} if( !jQuery(\"#gform_8\")[0].checkValidity || jQuery(\"#gform_8\")[0].checkValidity()){window[\"gf_submitting_8\"]=true;}  jQuery(\"#gform_8\").trigger(\"submit\",[true]); }' \/> <input type='hidden' name='gform_ajax' value='form_id=8&amp;title=&amp;description=1&amp;tabindex=0&amp;theme=orbital' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_8' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='8' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_8' value='WyJ7XCIxMFwiOltcIjE3NmFiNzEyNmUxM2U3ZjE4ZWEyZTI5N2E0MGVhOWUzXCJdLFwiMTIuMVwiOlwiOGJlYTFlNjA2NjQ4ZDYyNDVhZWE5Njg2MDJmMTc4NGVcIixcIjEyLjJcIjpcImQ1YmE3YTliMGViNGJhOGI4NDQxNzU1NjNhMzFkODlhXCIsXCIxMi4zXCI6XCI5MjJjNDhmZmIyMDJjYjE5MjVhNTZiMDhiNThlOWFlY1wiLFwiMTIuNFwiOlwiMDExZmNkZmMxZjZiZjNjYWFmMDFlZGFjZmY5ZmZlY2JcIn0iLCI4NmQ4OTVhMzIwZDk4MjY4MWU0MzMyMWExYTQxMGUwMSJd' \/>\n            <input type='hidden' class='gform_hidden' name='gform_target_page_number_8' id='gform_target_page_number_8' value='2' \/>\n            <input type='hidden' class='gform_hidden' name='gform_source_page_number_8' id='gform_source_page_number_8' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/div><\/div>\n                        <\/form>\n                        <\/div>\n\t\t                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_8' id='gform_ajax_frame_8' title='\u0627\u06cc\u0646 \u0622\u06cc \u0641\u0631\u06cc\u0645 \u062d\u0627\u0648\u06cc \u0645\u0646\u0637\u0642 \u0645\u0648\u0631\u062f \u0646\u06cc\u0627\u0632 \u0628\u0631\u0627\u06cc \u067e\u0631\u062f\u0627\u0632\u0634 \u0641\u0631\u0645 \u0647\u0627\u06cc \u06af\u0631\u0648\u06cc\u062a\u06cc \u0645\u0628\u062a\u0646\u06cc \u0628\u0631 \u0622\u0698\u0627\u06a9\u0633 \u0627\u0633\u062a.'><\/iframe>\n\t\t                <script>\ngform.initializeOnLoaded( function() {gformInitSpinner( 8, 'https:\/\/registration.dentevent.ir\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', false );jQuery('#gform_ajax_frame_8').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_8');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_8').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_8').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_8').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_8').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/ jQuery(document).scrollTop(jQuery('#gform_wrapper_8').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_8').val();gformInitSpinner( 8, 'https:\/\/registration.dentevent.ir\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', false );jQuery(document).trigger('gform_page_loaded', [8, current_page]);window['gf_submitting_8'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_8').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_8').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [8]);window['gf_submitting_8'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_8').text());}else{jQuery('#gform_8').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"8\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);                if (event && event.defaultPrevented) {                return;         }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_8\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_8\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_8\" );        let postRenderFired = false;                function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            jQuery( document ).trigger( 'gform_post_render', [8, current_page] );            gform.utils.trigger( { event: 'gform\/postRender', native: false, data: { formId: 8, currentPage: current_page } } );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} );\n<\/script>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u0645\u0631\u062d\u0644\u0647 1 \u0627\u0632 2 50% \u0646\u0627\u0645 \u0648 \u0646\u0627\u0645 \u062e\u0627\u0646\u0648\u0627\u062f\u06af\u06cc(\u0636\u0631\u0648\u0631\u06cc) \u0634\u0645\u0627\u0631\u0647 \u0646\u0638\u0627\u0645 \u067e\u0632\u0634\u06a9\u06cc(\u0636\u0631\u0648\u0631\u06cc) \u062a\u0644\u0641\u0646 \u0647\u0645\u0631\u0627\u0647(\u0636\u0631\u0648\u0631\u06cc)\u06a9\u062f \u0645\u0644\u06cc(\u0636\u0631\u0648\u0631\u06cc)\u0627\u06cc\u0645\u06cc\u0644 \u0647\u0645\u06a9\u0627\u0631 \u06af\u0631\u0627\u0645\u06cc\u060c \u0634\u0645\u0627 \u0628\u0627 \u062b\u0628\u062a \u0646\u0627\u0645 \u0645\u0631\u062d\u0644\u0647 \u062f\u0648\u0645 \u06a9\u0646\u06af\u0631\u0647 \u0648 \u067e\u0631\u062f\u0627\u062e\u062a \u062d\u0642 \u0639\u0636\u0648\u06cc\u062a \u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u0627\u0645\u06a9\u0627\u0646 \u0634\u0631\u06a9\u062a \u062f\u0631 \u0627\u0646\u062a\u062e\u0627\u0628\u0627\u062a \u0627\u0646\u062c\u0645\u0646 \u0645\u062a\u062e\u0635\u0635\u06cc\u0646 \u062f\u0646\u062f\u0627\u0646\u067e\u0632\u0634\u06a9\u06cc \u062a\u0631\u0645\u06cc\u0645\u06cc \u0627\u06cc\u0631\u0627\u0646 ( \u06a9\u0647 \u0627\u0637\u0644\u0627\u0639\u0627\u062a \u0622\u0646 \u0645\u062a\u0639\u0627\u0642\u0628\u0627 \u0627\u0639\u0644\u0627\u0645 \u0645\u06cc\u06af\u0631\u062f\u062f ) \u0645\u06cc\u062a\u0648\u0627\u0646\u06cc\u062f \u0627\u0632 \u06a9\u0644\u06cc\u0647 \u06a9\u0627\u0631\u06af\u0627\u0647 \u0647\u0627\u06cc \u0639\u0645\u0648\u0645\u06cc \u0648 \u062a\u062e\u0635\u0635\u06cc [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-11","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/registration.dentevent.ir\/index.php?rest_route=\/wp\/v2\/pages\/11","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/registration.dentevent.ir\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/registration.dentevent.ir\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/registration.dentevent.ir\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/registration.dentevent.ir\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=11"}],"version-history":[{"count":16,"href":"https:\/\/registration.dentevent.ir\/index.php?rest_route=\/wp\/v2\/pages\/11\/revisions"}],"predecessor-version":[{"id":94,"href":"https:\/\/registration.dentevent.ir\/index.php?rest_route=\/wp\/v2\/pages\/11\/revisions\/94"}],"wp:attachment":[{"href":"https:\/\/registration.dentevent.ir\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=11"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}