{"id":1500,"date":"2025-03-11T13:41:04","date_gmt":"2025-03-11T10:11:04","guid":{"rendered":"https:\/\/tarhino.co\/template\/?page_id=1500"},"modified":"2025-03-14T17:57:37","modified_gmt":"2025-03-14T14:27:37","slug":"consulting","status":"publish","type":"page","link":"https:\/\/tarhino.co\/template\/consulting\/","title":{"rendered":"\u0645\u0634\u0627\u0648\u0631\u0647"},"content":{"rendered":"<!--\nPlugin Name: Bookly \u2013 Responsive WordPress Appointment Booking and Scheduling Plugin\nPlugin URI: https:\/\/www.booking-wp-plugin.com\/?utm_source=bookly_admin&utm_medium=plugins_page&utm_campaign=plugins_page\nVersion: 24.7-->\n    <style type=\"text\/css\">\n        :root {\n            --bookly-main-color: #34ad13 !important;\n        }\n\n        .bookly-form .fill-bookly {\n            fill: #34ad13;\n        }\n\n        \/* Color *\/\n        .bookly-form .bookly-form-group > label,\n        .bookly-form .bookly-label-error,\n        .bookly-form .bookly-progress-tracker > .active,\n        .bookly-form .picker__nav--next,\n        .bookly-form .pickadate__nav--prev,\n        .bookly-form .picker__day:hover,\n        .bookly-form .picker__day--selected:hover,\n        .bookly-form .picker--opened .picker__day--selected,\n        .bookly-form .picker__button--clear,\n        .bookly-form .picker__button--today,\n        .bookly-form .bookly-columnizer .bookly-hour span.bookly-waiting-list {\n            color: #34ad13 !important;\n        }\n\n        \/* Background *\/\n        .bookly-form .bookly-progress-tracker > .active .step,\n        .bookly-form .picker__frame,\n        .bookly-form .bookly-columnizer .bookly-hour:active .bookly-hour-icon span,\n        .bookly-form .bookly-btn,\n        .bookly-form .bookly-btn:active,\n        .bookly-form .bookly-btn:focus,\n        .bookly-form .bookly-btn:hover,\n        .bookly-form .bookly-btn-submit,\n        .bookly-form .bookly-round,\n        .bookly-form .bookly-square,\n        .bookly-form .bookly-pagination > li.active,\n        .bookly-form .bg-bookly,\n        .bookly-form .hover\\:bg-bookly:hover,\n        .bookly-form .bg-bookly-not-hover:not(:hover) {\n            background-color: #34ad13 !important;\n        }\n\n        .bookly-form .bookly-triangle {\n            border-bottom-color: #34ad13 !important;\n        }\n\n        \/* Border *\/\n        .bookly-form input[type=\"text\"].bookly-error,\n        .bookly-form input[type=\"password\"].bookly-error,\n        .bookly-form select.bookly-error,\n        .bookly-form textarea.bookly-error,\n        .bookly-form .bookly-week-days.bookly-error,\n        .bookly-extra-step div.bookly-extras-thumb.bookly-extras-selected {\n            border: 2px solid #34ad13 !important;\n        }\n\n        \/* Other *\/\n        .bookly-form .picker__header {\n            border-bottom: 1px solid #34ad13 !important;\n        }\n\n        .bookly-form .picker__nav--next:before {\n            border-left: 6px solid #34ad13 !important;\n        }\n\n        .bookly-form .picker__nav--prev:before {\n            border-right: 6px solid #34ad13 !important;\n        }\n\n\n        .bookly-form .bookly-columnizer .bookly-day, .bookly-form .bookly-schedule-date {\n            background: #34ad13 !important;\n            border: 1px solid #34ad13 !important;\n        }\n\n        .bookly-form .bookly-pagination > li.active a {\n            border: 1px solid #34ad13 !important;\n        }\n\n        .bookly-form .bookly-columnizer .bookly-hour:active {\n            border: 2px solid #34ad13 !important;\n            color: #34ad13 !important;\n        }\n\n        .bookly-form .bookly-columnizer .bookly-hour:active .bookly-hour-icon {\n            background: none;\n            border: 2px solid #34ad13 !important;\n            color: #34ad13 !important;\n            width: auto;\n            height: auto;\n            padding: 3px;\n            border-radius: 25px;\n            margin-right: 3px;\n        }\n\n        .bookly-form .bookly-columnizer .bookly-hour:active .bookly-hour-icon span {\n            background-color: #34ad13 !important;\n            width: 8px;\n            height: 8px;\n            border-radius: 10px;\n            display: block;\n        }\n\n        @media (hover) {\n        .bookly-form .bookly-columnizer .bookly-hour:hover {\n            border: 2px solid #34ad13 !important;\n            color: #34ad13 !important;\n        }\n\n        .bookly-form .bookly-columnizer .bookly-hour:hover .bookly-hour-icon {\n            background: none;\n            border: 2px solid #34ad13 !important;\n            color: #34ad13 !important;\n        }\n\n            .bookly-form .bookly-columnizer .bookly-hour:hover .bookly-hour-icon span {\n                background-color: #34ad13 !important;\n            }\n        }\n    <\/style>\n\n<div id=\"bookly-form-6a0096b498c16\" class=\"bookly-form bookly-tailwind-container\" data-form_id=\"6a0096b498c16\" aria-live=\"polite\">\n    <div style=\"text-align: center\"><img decoding=\"async\" src=\"https:\/\/tarhino.co\/template\/wp-includes\/js\/tinymce\/skins\/lightgray\/img\/loader.gif\" alt=\"\u0628\u0627\u0631\u06af\u0630\u0627\u0631\u06cc...\" \/><\/div>\n<\/div>\n<script type=\"text\/javascript\">\n    (function (win, fn) {\n        var done = false, top = true,\n            doc = win.document,\n            root = doc.documentElement,\n            modern = doc.addEventListener,\n            add = modern ? 'addEventListener' : 'attachEvent',\n            rem = modern ? 'removeEventListener' : 'detachEvent',\n            pre = modern ? '' : 'on',\n            init = function(e) {\n                if (e.type == 'readystatechange') if (doc.readyState != 'complete') return;\n                (e.type == 'load' ? win : doc)[rem](pre + e.type, init, false);\n                if (!done) { done = true; fn.call(win, e.type || e); }\n            },\n            poll = function() {\n                try { root.doScroll('left'); } catch(e) { setTimeout(poll, 50); return; }\n                init('poll');\n            };\n        if (doc.readyState == 'complete') fn.call(win, 'lazy');\n        else {\n            if (!modern) if (root.doScroll) {\n                try { top = !win.frameElement; } catch(e) { }\n                if (top) poll();\n            }\n            doc[add](pre + 'DOMContentLoaded', init, false);\n            doc[add](pre + 'readystatechange', init, false);\n            win[add](pre + 'load', init, false);\n        }\n    })(window, function() {\n        window.bookly( {\"form_id\":\"6a0096b498c16\",\"status\":{\"booking\":\"new\"},\"skip_steps\":{\"service_part1\":0,\"service_part2\":0,\"extras\":1,\"time\":0,\"repeat\":1,\"cart\":1},\"errors\":{\"session_error\":\"\\u062c\\u0644\\u0633\\u0647 \\u0628\\u06cc \\u0627\\u0639\\u062a\\u0628\\u0627\\u0631\",\"form_id_error\":\"\\u062e\\u0637\\u0627 \\u0634\\u0646\\u0627\\u0633\\u0647 \\u0641\\u0631\\u0645.\",\"cart_item_not_available\":\"\\u0632\\u0645\\u0627\\u0646 \\u0627\\u0646\\u062a\\u062e\\u0627\\u0628\\u06cc \\u062f\\u0631 \\u062f\\u0633\\u062a\\u0631\\u0633 \\u0646\\u06cc\\u0633\\u062a. \\u0644\\u0637\\u0641\\u0627 \\u0632\\u0645\\u0627\\u0646 \\u062f\\u06cc\\u06af\\u0631\\u06cc \\u0627\\u0646\\u062a\\u062e\\u0627\\u0628 \\u06a9\\u0646\\u06cc\\u062f.\\u0627\\u06af\\u0631 \\u0627\\u06cc\\u0646 \\u0632\\u0645\\u0627\\u0646 \\u0631\\u0627 \\u0644\\u063a\\u0648 \\u06a9\\u0631\\u062f\\u0647 \\u0628\\u0627\\u0634\\u06cc\\u062f \\u0645\\u062c\\u062f\\u062f 10 \\u062f\\u0642\\u06cc\\u0642\\u0647 \\u062f\\u06cc\\u06af\\u0631 \\u0622\\u0632\\u0627\\u062f \\u0645\\u06cc\\u0634\\u0648\\u062f.\",\"pay_locally_not_available\":\"\\u067e\\u0631\\u062f\\u0627\\u062e\\u062a \\u0628\\u0647 \\u0635\\u0648\\u0631\\u062a \\u062a\\u0633\\u062a \\u062f\\u0631 \\u062f\\u0633\\u062a\\u0631\\u0633 \\u0646\\u06cc\\u0633\\u062a.\",\"invalid_gateway\":\"\\u062f\\u0631\\u0648\\u0627\\u0632\\u0647 \\u067e\\u0631\\u062f\\u0627\\u062e\\u062a \\u0646\\u0627\\u0645\\u0639\\u062a\\u0628\\u0631 \\u0627\\u0633\\u062a!\",\"payment_error\":\"\\u062e\\u0637\\u0627 .\",\"incorrect_username_password\":\"\\u0646\\u0627\\u0645\\u200c\\u06a9\\u0627\\u0631\\u0628\\u0631\\u06cc \\u06cc\\u0627 \\u0631\\u0645\\u0632 \\u0627\\u0634\\u062a\\u0628\\u0627\\u0647 \\u0627\\u0633\\u062a.\"},\"form_attributes\":{\"hide_categories\":false,\"hide_services\":false,\"hide_staff_members\":false,\"show_number_of_persons\":false,\"hide_service_duration\":true,\"hide_locations\":true,\"hide_quantity\":true,\"hide_date\":false,\"hide_week_days\":false,\"hide_time_range\":false},\"use_client_time_zone\":0,\"firstDay\":6,\"date_format\":\"F j, Y\",\"defaults\":{\"service_id\":1,\"staff_id\":0,\"location_id\":0,\"category_id\":1},\"facebook\":{\"enabled\":0,\"appId\":\"\"}} );\n    });\n<\/script>\n    <form name=\"loginform\" id=\"loginform\" action=\"https:\/\/tarhino.co\/template\/wp-login.php\" method=\"post\"><p class=\"login-username\">\n\t\t\t\t<label for=\"user_login\">\u0646\u0627\u0645 \u06a9\u0627\u0631\u0628\u0631\u06cc \u06cc\u0627 \u0646\u0634\u0627\u0646\u06cc \u0627\u06cc\u0645\u06cc\u0644<\/label>\n\t\t\t\t<input type=\"text\" name=\"log\" id=\"user_login\" autocomplete=\"username\" class=\"input\" value=\"\" size=\"20\" \/>\n\t\t\t<\/p><p class=\"login-password\">\n\t\t\t\t<label for=\"user_pass\">\u0631\u0645\u0632 \u0639\u0628\u0648\u0631<\/label>\n\t\t\t\t<input type=\"password\" name=\"pwd\" id=\"user_pass\" autocomplete=\"current-password\" spellcheck=\"false\" class=\"input\" value=\"\" size=\"20\" \/>\n\t\t\t<\/p><p class=\"login-remember\"><label><input name=\"rememberme\" type=\"checkbox\" id=\"rememberme\" value=\"forever\" \/> \u0645\u0631\u0627 \u0628\u0647 \u062e\u0627\u0637\u0631 \u0628\u0633\u067e\u0627\u0631<\/label><\/p><p class=\"login-submit\">\n\t\t\t\t<input type=\"submit\" name=\"wp-submit\" id=\"wp-submit\" class=\"button button-primary\" value=\"\u0648\u0631\u0648\u062f\" \/>\n\t\t\t\t<input type=\"hidden\" name=\"redirect_to\" value=\"https:\/\/tarhino.co\/template\/wp-json\/wp\/v2\/pages\/1500\" \/>\n\t\t\t<\/p><\/form>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1500","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tarhino.co\/template\/wp-json\/wp\/v2\/pages\/1500","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tarhino.co\/template\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tarhino.co\/template\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tarhino.co\/template\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tarhino.co\/template\/wp-json\/wp\/v2\/comments?post=1500"}],"version-history":[{"count":11,"href":"https:\/\/tarhino.co\/template\/wp-json\/wp\/v2\/pages\/1500\/revisions"}],"predecessor-version":[{"id":1512,"href":"https:\/\/tarhino.co\/template\/wp-json\/wp\/v2\/pages\/1500\/revisions\/1512"}],"wp:attachment":[{"href":"https:\/\/tarhino.co\/template\/wp-json\/wp\/v2\/media?parent=1500"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}