{"id":2,"date":"2024-09-17T13:08:20","date_gmt":"2024-09-17T13:08:20","guid":{"rendered":"https:\/\/rezervace.node5.cz\/?page_id=2"},"modified":"2024-10-03T07:49:19","modified_gmt":"2024-10-03T07:49:19","slug":"rezervace","status":"publish","type":"page","link":"https:\/\/rezervace.node5.cz\/","title":{"rendered":"Rezervace"},"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.0-->\n    <style type=\"text\/css\">\n        :root {\n            --bookly-main-color: #dd3333 !important;\n        }\n\n        .bookly-form .fill-bookly {\n            fill: #dd3333;\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 .bookly-columnizer .bookly-hour span.bookly-waiting-list,\n        .bookly-form .hover\\:text-bookly:hover,\n        .bookly-form .text-bookly:not(:hover),\n        .bookly-form .hover\\:text-bookly:hover {\n            color: #dd3333 !important;\n        }\n\n        \/* Background *\/\n        .bookly-form .bookly-progress-tracker > .active .step,\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: #dd3333 !important;\n        }\n\n        .bookly-form .bookly-triangle {\n            border-bottom-color: #dd3333 !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 #dd3333 !important;\n        }\n\n        \/* Other *\/\n        .bookly-form .bookly-columnizer .bookly-day, .bookly-form .bookly-schedule-date {\n            background: #dd3333 !important;\n            border: 1px solid #dd3333 !important;\n        }\n\n        .bookly-form .bookly-pagination > li.active a {\n            border: 1px solid #dd3333 !important;\n        }\n\n        .bookly-form .bookly-columnizer .bookly-hour:active {\n            border: 2px solid #dd3333 !important;\n            color: #dd3333 !important;\n        }\n\n        .bookly-form .bookly-columnizer .bookly-hour:active .bookly-hour-icon {\n            background: none;\n            border: 2px solid #dd3333 !important;\n            color: #dd3333 !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: #dd3333 !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 #dd3333 !important;\n                color: #dd3333 !important;\n            }\n\n            .bookly-form .bookly-columnizer .bookly-hour:hover .bookly-hour-icon {\n                background: none;\n                border: 2px solid #dd3333 !important;\n                color: #dd3333 !important;\n            }\n\n            .bookly-form .bookly-columnizer .bookly-hour:hover .bookly-hour-icon span {\n                background-color: #dd3333 !important;\n            }\n        }\n    <\/style>\n\n<div id=\"bookly-form-6a1e4d1541047\" class=\"bookly-form bookly-tailwind-container\" data-form_id=\"6a1e4d1541047\" aria-live=\"polite\">\n    <div style=\"text-align: center\"><img decoding=\"async\" src=\"https:\/\/rezervace.node5.cz\/wp-includes\/js\/tinymce\/skins\/lightgray\/img\/loader.gif\" alt=\"Na\u010d\u00edt\u00e1m...\"\/><\/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) {\n                    done = true;\n                    fn.call(win, e.type || e);\n                }\n            },\n            poll = function () {\n                try {\n                    root.doScroll('left');\n                } catch (e) {\n                    setTimeout(poll, 50);\n                    return;\n                }\n                init('poll');\n            };\n        if (doc.readyState == 'complete') fn.call(win, 'lazy');\n        else {\n            if (!modern) if (root.doScroll) {\n                try {\n                    top = !win.frameElement;\n                } catch (e) {\n                }\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\":\"6a1e4d1541047\",\"status\":{\"booking\":\"new\"},\"skip_steps\":{\"service_part1\":0,\"service_part2\":0,\"extras\":1,\"time\":0,\"repeat\":1,\"cart\":1},\"errors\":{\"session_error\":\"Chyba relace.\",\"form_id_error\":\"Chyba v ID formul\\u00e1\\u0159e\",\"cart_item_not_available\":\"Vybran\\u00e9 \\u010dasov\\u00e9 okno ji\\u017e nen\\u00ed nad\\u00e1le dostupn\\u00e9. Pros\\u00edm vyberte si jin\\u00fd term\\u00edn.\",\"pay_locally_not_available\":\"Platba na m\\u00edst\\u011b nen\\u00ed k dispozici\",\"invalid_gateway\":\"Neplatn\\u00e1 br\\u00e1na\",\"payment_error\":\"Chyba.\",\"incorrect_username_password\":\"Nespr\\u00e1vn\\u00e9 u\\u017eivatelsk\\u00e9 jm\\u00e9no nebo heslo.\"},\"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,\"defaults\":{\"service_id\":0,\"staff_id\":0,\"location_id\":0,\"category_id\":0},\"datepicker_mode\":\"text-accent\",\"facebook\":{\"enabled\":0,\"appId\":\"\"}} );\n    });\n<\/script>\n\n\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) {\n                    done = true;\n                    fn.call(win, e.type || e);\n                }\n            },\n            poll = function () {\n                try {\n                    root.doScroll('left');\n                } catch (e) {\n                    setTimeout(poll, 50);\n                    return;\n                }\n                init('poll');\n            };\n        if (doc.readyState == 'complete') fn.call(win, 'lazy');\n        else {\n            if (!modern) if (root.doScroll) {\n                try {\n                    top = !win.frameElement;\n                } catch (e) {\n                }\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.BooklyStaffForm.showForm(\"bookly-staff-form-rezervace-n5-mstnosti\", \"bookly-staff-form-rezervace-n5-mstnosti-6a1e4d154b101\", {\"main_color\":\"#ff2828\",\"service_card_width\":260,\"service_header_height\":120,\"staff_card_width\":260,\"show_book_more\":true,\"show_qr_code\":true,\"show_calendar\":true,\"show_services_filter\":true,\"show_staff_filter\":true,\"show_timezone\":false,\"show_receipt_on_cart\":true,\"show_receipt_on_payment\":true,\"skip_cart_step\":false,\"use_cart_local_storage\":true,\"default_service\":null,\"default_staff\":null,\"service_card_show_badge\":true,\"package_card_show_badge\":true,\"gift_card_show_badge\":true,\"services_fields_order\":[\"service\",\"duration\",\"price\",\"staff\"],\"services_fields_show\":[\"service\",\"duration\",\"price\"],\"packages_fields_order\":[\"package\",\"service\",\"duration\",\"price\",\"staff\"],\"packages_fields_show\":[\"package\",\"service\",\"duration\",\"price\"],\"gift_cards_fields_order\":[\"title\",\"price\"],\"gift_cards_fields_show\":[\"title\",\"price\"],\"show_first_slot_only\":false,\"show_gift_cards\":true,\"show_add_to_calendar\":false,\"show_slot_info\":false,\"sell_services\":true,\"sell_gift_cards\":false,\"full_name_required\":true,\"first_name_required\":true,\"last_name_required\":true,\"email_required\":true,\"phone_required\":true,\"address_required\":false,\"verify_credentials\":false,\"show_summary_service\":true,\"show_summary_staff\":true,\"show_summary_date\":true,\"show_summary_price\":true,\"show_blocked_slots\":false,\"hidden_services\":[],\"hidden_gift_cards\":[],\"details_fields_order\":[\"text\",\"full_name\",\"first_name\",\"last_name\",\"email\",\"phone\",\"address\",\"notes\",\"terms\",\"google_maps\",\"custom_fields\"],\"details_fields_width\":{\"text\":12,\"full_name\":12,\"first_name\":6,\"last_name\":6,\"email\":6,\"phone\":6,\"google_maps\":12,\"address\":12,\"notes\":12,\"terms\":12,\"custom_fields\":[]},\"details_fields_show\":[\"text\",\"first_name\",\"last_name\",\"email\",\"phone\",\"custom_fields\"],\"cards_display_mode\":\"with_slots\",\"available_dates\":\"schedule\",\"show_services_mode\":\"no_any\",\"address\":{\"order\":[\"country\",\"state\",\"postcode\",\"city\",\"street\",\"street_number\",\"additional_address\"],\"show\":[\"country\",\"state\",\"postcode\",\"city\",\"street\",\"street_number\",\"additional_address\"],\"labels\":{\"country\":\"Zem\\u011b\",\"state\":\"St\\u00e1t\\\/Zem\\u011b\",\"postcode\":\"PS\\u010c\",\"city\":\"M\\u011bsto\",\"street\":\"Adresa ulice\",\"street_number\":\"\\u010c\\u00edslo ulice\",\"additional_address\":\"Dal\\u0161\\u00ed adresa\"}},\"l10n\":{\"steps\":{\"calendar\":\"Start\",\"extras\":\"Dopl\\u0148ky\",\"slots\":\"\\u010cas\",\"cart\":\"Ko\\u0161\\u00edk\",\"details\":\"Detaily\",\"payment\":\"Platba\",\"done\":\"Finish\"},\"steps_descriptions\":{\"calendar\":\"Vyberte slu\\u017ebu\",\"extras\":\"Add extras\",\"slots\":\"Select time slot\",\"cart\":\"Check cart\",\"details\":\"Your information\",\"payment\":\"Make purchase\",\"done\":\"Potvrdit\"},\"address_label\":\"Adresa\",\"address_placeholders\":{\"country\":\"Zem\\u011b\",\"state\":\"St\\u00e1t\\\/Zem\\u011b\",\"postcode\":\"PS\\u010c\",\"city\":\"M\\u011bsto\",\"street\":\"Adresa ulice\",\"street_number\":\"\\u010c\\u00edslo ulice\",\"additional_address\":\"Dal\\u0161\\u00ed adresa\"},\"notes\":\"Pozn\\u00e1mky\",\"staff\":\"Zam\\u011bstnanci\",\"any_staff\":\"Libovoln\\u00e9\",\"service\":\"Servis\",\"gift_card\":\"Gift card\",\"gift_card_title\":\"Gift card\",\"date\":\"Datum\",\"time\":\"\\u010cas\",\"price\":\"Cena\",\"next\":\"N\\u00e1sleduj\\u00edc\\u00ed\",\"back\":\"Zp\\u011bt\",\"select_service\":\"Vyberte slu\\u017ebu\",\"select_staff\":\"Libovoln\\u00e9\",\"book_now\":\"Book now\",\"buy_now\":\"Buy now\",\"book_more\":\"Book more\",\"close\":\"Zav\\u0159\\u00edt\",\"full_name\":\"Cel\\u00e9 jm\\u00e9no\",\"full_name_error_required\":\"Po\\u017eadovan\\u00e9\",\"first_name\":\"K\\u0159estn\\u00ed jm\\u00e9no\",\"first_name_error_required\":\"Po\\u017eadovan\\u00e9\",\"last_name\":\"P\\u0159\\u00edjmen\\u00ed\",\"last_name_error_required\":\"Po\\u017eadovan\\u00e9\",\"email\":\"E-mail\",\"email_error_required\":\"Po\\u017eadovan\\u00e9\",\"phone\":\"Telefon\",\"phone_error_required\":\"Po\\u017eadovan\\u00e9\",\"address_field_required\":\"Po\\u017eadovan\\u00e9\",\"no_slots\":\"No time slots available\",\"slot_not_available\":\"Slot already booked\",\"no_results\":\"No results found\",\"nop\":\"Po\\u010det osob\",\"booking_success\":\"Thank you!\",\"booking_error\":\"Oops!\",\"booking_completed\":\"Your booking is complete.\",\"gift_card_booking_completed\":\"Your gift card has been created.\",\"processing\":\"Your payment has been accepted for processing.\",\"group_skip_payment\":\"Payment has been skipped.\",\"payment_impossible\":\"No payment methods available. Please contact service provider.\",\"appointments_limit_reached\":\"Sna\\u017e\\u00edte se slu\\u017ebu pou\\u017e\\u00edvat p\\u0159\\u00edli\\u0161 \\u010dasto. Pros\\u00edm, kontaktujte n\\u00e1s pro vytvo\\u0159en\\u00ed rezervace.\",\"terms_text\":\"I agree to the terms of service\",\"text_calendar\":\"Vyberte slu\\u017ebu\",\"text_extras\":\"Select the Extras you'd like (Multiple Selection)\",\"text_slots\":\"Click on a time slot to proceed with booking\",\"text_details\":\"Please provide your details in the form below to proceed with the booking\",\"text_payment\":\"Please tell us how you would like to pay\",\"gift_card_label\":\"Gift card\",\"gift_card_button\":\"Pou\\u017e\\u00edt\",\"gift_card_text\":\"Your gift card code if you have one\",\"gift_card_expired\":\"This gift card has expired\",\"gift_card_invalid\":\"This gift card cannot be used for the current order\",\"gift_card_low_balance\":\"Gift card balance is not enough\",\"gift_card_not_found\":\"Gift card not found\",\"timezone\":\"Your time zone\",\"select_city\":\"Select city\",\"add_to_calendar\":\"Add to calendar\",\"total\":\"Celkem\",\"sub_total\":\"Mezisou\\u010det\",\"discount\":\"Sleva\",\"to_pay\":\"Amount to pay\",\"verify_code\":\"Verification code\",\"verify_email\":\"Enter verification code from email\",\"verify_phone\":\"Enter verification code from SMS\",\"verify_resend\":\"Resend code\",\"verify_apply\":\"Pou\\u017e\\u00edt\",\"verify_code_incorrect\":\"Incorrect verification code\",\"cart_item_not_available\":\"The selected time is not available anymore\",\"categories\":\"Categories\",\"text_categories\":\"Zvolte kategorii\",\"text_staff\":\"Co chcete pronajmout\",\"more\":\"+%d more\",\"payment_system_local\":\"Chci platit na m\\u00edst\\u011b\"},\"category_card_width\":260,\"category_header_height\":120,\"category_body_height\":240,\"staff_card_header_height\":120,\"staff_card_body_height\":240,\"categories_list\":null,\"staff_list\":null,\"skip_staff_categories_step\":true,\"skip_staff_step\":false,\"type\":\"staff-form\",\"services_any\":false,\"staff_any\":true,\"show_stepper\":true,\"custom_css\":\"\",\"token\":\"rezervace-n5-mstnosti\"});\n    });\n    var ajaxurl = \"https:\/\/rezervace.node5.cz\/wp-admin\/admin-ajax.php\";\n<\/script>\n<style>\n    .bookly-staff-form-rezervace-n5-mstnosti-6a1e4d154b101 .bookly-card-title {\n        right: .5em;\n        bottom: .5em;\n        width: max-content;\n        max-width: calc(100% - 1em);\n        max-height: calc(100% - 1em);\n    }\n\n    .bookly-staff-form-rezervace-n5-mstnosti-6a1e4d154b101 .bookly-card-title > div {\n        overflow: hidden;\n    }\n\n    .bookly-staff-form-rezervace-n5-mstnosti-6a1e4d154b101 .text-bookly:not(:hover) {\n        color: #ff2828;\n    }\n\n    .bookly-staff-form-rezervace-n5-mstnosti-6a1e4d154b101 .fill-bookly {\n        fill: #ff2828;\n    }\n\n    .bookly-staff-form-rezervace-n5-mstnosti-6a1e4d154b101 .hover\\:text-bookly:hover {\n        color: #ff2828;\n    }\n\n    .bookly-staff-form-rezervace-n5-mstnosti-6a1e4d154b101 .hover\\:bg-bookly:hover {\n        background-color: #ff2828 !important;\n    }\n\n    .bookly-staff-form-rezervace-n5-mstnosti-6a1e4d154b101 .card:hover {\n        background-color: #FDFDFD !important;\n    }\n\n    .bookly-staff-form-rezervace-n5-mstnosti-6a1e4d154b101 .border-bookly {\n        border-color: #ff2828;\n    }\n\n    .bookly-staff-form-rezervace-n5-mstnosti-6a1e4d154b101 .btn-check:focus + .btn-outline-bookly, .bookly-staff-form-rezervace-n5-mstnosti-6a1e4d154b101 .btn-outline-bookly:focus {\n        background-color: #ff2828;\n        border-color: #ff2828;\n        color: #000000;\n        box-shadow: 0 0 0 0.25rem rgba(128, 128, 128, 0.5);\n    }\n\n    .bookly-staff-form-rezervace-n5-mstnosti-6a1e4d154b101 .btn-check:checked + .btn-outline-bookly, .bookly-staff-form-rezervace-n5-mstnosti-6a1e4d154b101 .btn-check:active + .btn-outline-bookly, .bookly-staff-form-rezervace-n5-mstnosti-6a1e4d154b101 .btn-outline-bookly:active, .bookly-staff-form-rezervace-n5-mstnosti-6a1e4d154b101 .btn-outline-bookly.active, .bookly-staff-form-rezervace-n5-mstnosti-6a1e4d154b101 .btn-outline-bookly.dropdown-toggle.show {\n        background-color: #ff2828;\n        border-color: #ff2828;\n    }\n\n    .bookly-staff-form-rezervace-n5-mstnosti-6a1e4d154b101 .btn-check:checked + .btn-outline-bookly:focus, .bookly-staff-form-rezervace-n5-mstnosti-6a1e4d154b101 .btn-check:active + .btn-outline-bookly:focus, .bookly-staff-form-rezervace-n5-mstnosti-6a1e4d154b101 .btn-outline-bookly:active:focus, .bookly-staff-form-rezervace-n5-mstnosti-6a1e4d154b101 .btn-outline-bookly.active:focus, .bookly-staff-form-rezervace-n5-mstnosti-6a1e4d154b101 .btn-outline-bookly.dropdown-toggle.show:focus {\n        background-color: #ff2828;\n        border-color: #ff2828;\n        box-shadow: 0 0 0 0.25rem rgba(128, 128, 128, 0.5);\n    }\n\n    .bookly-staff-form-rezervace-n5-mstnosti-6a1e4d154b101 .btn-outline-bookly:disabled, .bookly-staff-form-rezervace-n5-mstnosti-6a1e4d154b101 .btn-outline-bookly.disabled {\n        color: #ff2828 !important;\n        background-color: transparent;\n    }\n\n    .bookly-staff-form-rezervace-n5-mstnosti-6a1e4d154b101 .bg-bookly {\n        background-color: #ff2828 !important;\n    }\n\n    .bookly-staff-form-rezervace-n5-mstnosti-6a1e4d154b101 .grid a.selected {\n        background-color: #ff2828 !important;\n    }\n\n    @media (hover) {\n        .bookly-staff-form-rezervace-n5-mstnosti-6a1e4d154b101 .btn-outline-bookly:hover {\n            background-color: #ff2828;\n            border-color: #ff2828;\n        }\n    }\n\n    \/* intlTelInput.js *\/\n    .iti {\n        display: block;\n    }\n\n    .iti__flag {\n        background-image: url(\"https:\/\/rezervace.node5.cz\/wp-content\/plugins\/bookly-responsive-appointment-booking-tool\/frontend\/resources\/images\/flags.png\");\n    }\n\n    @media only screen and (min-resolution: 2dppx) {\n        .iti__flag {\n            background-image: url(\"https:\/\/rezervace.node5.cz\/wp-content\/plugins\/bookly-responsive-appointment-booking-tool\/frontend\/resources\/images\/flags@2x.png\")\n        }\n    }\n\n    <\/style>\n<div id=\"bookly-staff-form-rezervace-n5-mstnosti-6a1e4d154b101\" class=\"bookly-staff-form-container bookly-staff-form-rezervace-n5-mstnosti-6a1e4d154b101\"><\/div>\n\n\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) {\n                    done = true;\n                    fn.call(win, e.type || e);\n                }\n            },\n            poll = function () {\n                try {\n                    root.doScroll('left');\n                } catch (e) {\n                    setTimeout(poll, 50);\n                    return;\n                }\n                init('poll');\n            };\n        if (doc.readyState == 'complete') fn.call(win, 'lazy');\n        else {\n            if (!modern) if (root.doScroll) {\n                try {\n                    top = !win.frameElement;\n                } catch (e) {\n                }\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.BooklySearchForm.showForm(\"bookly-search-form\", \"bookly-search-form-6a1e4d154ceb0\", {\"main_color\":\"#F4662F\",\"service_card_width\":260,\"service_header_height\":120,\"staff_card_width\":260,\"show_book_more\":true,\"show_qr_code\":true,\"show_calendar\":true,\"show_services_filter\":true,\"show_staff_filter\":true,\"show_timezone\":false,\"show_receipt_on_cart\":true,\"show_receipt_on_payment\":true,\"skip_cart_step\":false,\"use_cart_local_storage\":true,\"default_service\":null,\"default_staff\":null,\"service_card_show_badge\":true,\"package_card_show_badge\":true,\"gift_card_show_badge\":true,\"services_fields_order\":[\"service\",\"duration\",\"price\",\"staff\"],\"services_fields_show\":[\"service\",\"duration\",\"price\"],\"packages_fields_order\":[\"package\",\"service\",\"duration\",\"price\",\"staff\"],\"packages_fields_show\":[\"package\",\"service\",\"duration\",\"price\"],\"gift_cards_fields_order\":[\"title\",\"price\"],\"gift_cards_fields_show\":[\"title\",\"price\"],\"show_first_slot_only\":false,\"show_gift_cards\":true,\"show_add_to_calendar\":false,\"show_slot_info\":false,\"sell_services\":true,\"sell_gift_cards\":false,\"full_name_required\":true,\"first_name_required\":true,\"last_name_required\":true,\"email_required\":true,\"phone_required\":true,\"address_required\":false,\"verify_credentials\":false,\"show_summary_service\":true,\"show_summary_staff\":true,\"show_summary_date\":true,\"show_summary_price\":true,\"show_blocked_slots\":false,\"hidden_services\":[],\"hidden_gift_cards\":[],\"details_fields_order\":[\"text\",\"full_name\",\"first_name\",\"last_name\",\"email\",\"phone\",\"google_maps\",\"address\",\"notes\",\"custom_fields\",\"terms\"],\"details_fields_width\":{\"text\":12,\"full_name\":12,\"first_name\":6,\"last_name\":6,\"email\":6,\"phone\":6,\"google_maps\":12,\"address\":12,\"notes\":12,\"terms\":12,\"custom_fields\":[]},\"details_fields_show\":[\"text\",\"first_name\",\"last_name\",\"email\",\"phone\",\"custom_fields\"],\"cards_display_mode\":\"with_slots\",\"available_dates\":\"schedule\",\"show_services_mode\":\"no_any\",\"address\":{\"order\":[\"country\",\"state\",\"postcode\",\"city\",\"street\",\"street_number\",\"additional_address\"],\"show\":[\"country\",\"state\",\"postcode\",\"city\",\"street\",\"street_number\",\"additional_address\"],\"labels\":{\"country\":\"Zem\\u011b\",\"state\":\"St\\u00e1t\\\/Zem\\u011b\",\"postcode\":\"PS\\u010c\",\"city\":\"M\\u011bsto\",\"street\":\"Adresa ulice\",\"street_number\":\"\\u010c\\u00edslo ulice\",\"additional_address\":\"Dal\\u0161\\u00ed adresa\"}},\"l10n\":{\"steps\":{\"calendar\":\"Start\",\"extras\":\"Dopl\\u0148ky\",\"slots\":\"\\u010cas\",\"cart\":\"Ko\\u0161\\u00edk\",\"details\":\"Detaily\",\"payment\":\"Platba\",\"done\":\"Finish\"},\"steps_descriptions\":{\"calendar\":\"Vyberte slu\\u017ebu\",\"extras\":\"Add extras\",\"slots\":\"Select time slot\",\"cart\":\"Check cart\",\"details\":\"Your information\",\"payment\":\"Make purchase\",\"done\":\"Potvrdit\"},\"address_label\":\"Adresa\",\"address_placeholders\":{\"country\":\"Zem\\u011b\",\"state\":\"St\\u00e1t\\\/Zem\\u011b\",\"postcode\":\"PS\\u010c\",\"city\":\"M\\u011bsto\",\"street\":\"Adresa ulice\",\"street_number\":\"\\u010c\\u00edslo ulice\",\"additional_address\":\"Dal\\u0161\\u00ed adresa\"},\"notes\":\"Pozn\\u00e1mky\",\"staff\":\"Zam\\u011bstnanci\",\"any_staff\":\"Libovoln\\u00e9\",\"service\":\"Servis\",\"gift_card\":\"Gift card\",\"gift_card_title\":\"Gift card\",\"date\":\"Datum\",\"time\":\"\\u010cas\",\"price\":\"Cena\",\"next\":\"N\\u00e1sleduj\\u00edc\\u00ed\",\"back\":\"Zp\\u011bt\",\"select_service\":\"Vyberte slu\\u017ebu\",\"select_staff\":\"Libovoln\\u00e9\",\"book_now\":\"Book now\",\"buy_now\":\"Buy now\",\"book_more\":\"Book more\",\"close\":\"Zav\\u0159\\u00edt\",\"full_name\":\"Cel\\u00e9 jm\\u00e9no\",\"full_name_error_required\":\"Po\\u017eadovan\\u00e9\",\"first_name\":\"K\\u0159estn\\u00ed jm\\u00e9no\",\"first_name_error_required\":\"Po\\u017eadovan\\u00e9\",\"last_name\":\"P\\u0159\\u00edjmen\\u00ed\",\"last_name_error_required\":\"Po\\u017eadovan\\u00e9\",\"email\":\"E-mail\",\"email_error_required\":\"Po\\u017eadovan\\u00e9\",\"phone\":\"Telefon\",\"phone_error_required\":\"Po\\u017eadovan\\u00e9\",\"address_field_required\":\"Po\\u017eadovan\\u00e9\",\"no_slots\":\"No time slots available\",\"slot_not_available\":\"Slot already booked\",\"no_results\":\"No results found\",\"nop\":\"Po\\u010det osob\",\"booking_success\":\"Thank you!\",\"booking_error\":\"Oops!\",\"booking_completed\":\"Your booking is complete.\",\"gift_card_booking_completed\":\"Your gift card has been created.\",\"processing\":\"Your payment has been accepted for processing.\",\"group_skip_payment\":\"Payment has been skipped.\",\"payment_impossible\":\"No payment methods available. Please contact service provider.\",\"appointments_limit_reached\":\"Sna\\u017e\\u00edte se slu\\u017ebu pou\\u017e\\u00edvat p\\u0159\\u00edli\\u0161 \\u010dasto. Pros\\u00edm, kontaktujte n\\u00e1s pro vytvo\\u0159en\\u00ed rezervace.\",\"terms_text\":\"I agree to the terms of service\",\"text_calendar\":\"Vyberte slu\\u017ebu\",\"text_extras\":\"Select the Extras you'd like (Multiple Selection)\",\"text_slots\":\"Click on a time slot to proceed with booking\",\"text_details\":\"Please provide your details in the form below to proceed with the booking\",\"text_payment\":\"Please tell us how you would like to pay\",\"gift_card_label\":\"Gift card\",\"gift_card_button\":\"Pou\\u017e\\u00edt\",\"gift_card_text\":\"Your gift card code if you have one\",\"gift_card_expired\":\"This gift card has expired\",\"gift_card_invalid\":\"This gift card cannot be used for the current order\",\"gift_card_low_balance\":\"Gift card balance is not enough\",\"gift_card_not_found\":\"Gift card not found\",\"timezone\":\"Your time zone\",\"select_city\":\"Select city\",\"add_to_calendar\":\"Add to calendar\",\"total\":\"Celkem\",\"sub_total\":\"Mezisou\\u010det\",\"discount\":\"Sleva\",\"to_pay\":\"Amount to pay\",\"verify_code\":\"Verification code\",\"verify_email\":\"Enter verification code from email\",\"verify_phone\":\"Enter verification code from SMS\",\"verify_resend\":\"Resend code\",\"verify_apply\":\"Pou\\u017e\\u00edt\",\"verify_code_incorrect\":\"Incorrect verification code\",\"cart_item_not_available\":\"The selected time is not available anymore\",\"payment_system_local\":\"Chci platit na m\\u00edst\\u011b\"},\"type\":\"search-form\"});\n    });\n    var ajaxurl = \"https:\/\/rezervace.node5.cz\/wp-admin\/admin-ajax.php\";\n<\/script>\n<style>\n    .bookly-search-form-6a1e4d154ceb0 .bookly-card-title {\n        right: .5em;\n        bottom: .5em;\n        width: max-content;\n        max-width: calc(100% - 1em);\n        max-height: calc(100% - 1em);\n    }\n\n    .bookly-search-form-6a1e4d154ceb0 .bookly-card-title > div {\n        overflow: hidden;\n    }\n\n    .bookly-search-form-6a1e4d154ceb0 .text-bookly:not(:hover) {\n        color: #F4662F;\n    }\n\n    .bookly-search-form-6a1e4d154ceb0 .fill-bookly {\n        fill: #F4662F;\n    }\n\n    .bookly-search-form-6a1e4d154ceb0 .hover\\:text-bookly:hover {\n        color: #F4662F;\n    }\n\n    .bookly-search-form-6a1e4d154ceb0 .hover\\:bg-bookly:hover {\n        background-color: #F4662F !important;\n    }\n\n    .bookly-search-form-6a1e4d154ceb0 .card:hover {\n        background-color: #FDFDFD !important;\n    }\n\n    .bookly-search-form-6a1e4d154ceb0 .border-bookly {\n        border-color: #F4662F;\n    }\n\n    .bookly-search-form-6a1e4d154ceb0 .btn-check:focus + .btn-outline-bookly, .bookly-search-form-6a1e4d154ceb0 .btn-outline-bookly:focus {\n        background-color: #F4662F;\n        border-color: #F4662F;\n        color: #000000;\n        box-shadow: 0 0 0 0.25rem rgba(128, 128, 128, 0.5);\n    }\n\n    .bookly-search-form-6a1e4d154ceb0 .btn-check:checked + .btn-outline-bookly, .bookly-search-form-6a1e4d154ceb0 .btn-check:active + .btn-outline-bookly, .bookly-search-form-6a1e4d154ceb0 .btn-outline-bookly:active, .bookly-search-form-6a1e4d154ceb0 .btn-outline-bookly.active, .bookly-search-form-6a1e4d154ceb0 .btn-outline-bookly.dropdown-toggle.show {\n        background-color: #F4662F;\n        border-color: #F4662F;\n    }\n\n    .bookly-search-form-6a1e4d154ceb0 .btn-check:checked + .btn-outline-bookly:focus, .bookly-search-form-6a1e4d154ceb0 .btn-check:active + .btn-outline-bookly:focus, .bookly-search-form-6a1e4d154ceb0 .btn-outline-bookly:active:focus, .bookly-search-form-6a1e4d154ceb0 .btn-outline-bookly.active:focus, .bookly-search-form-6a1e4d154ceb0 .btn-outline-bookly.dropdown-toggle.show:focus {\n        background-color: #F4662F;\n        border-color: #F4662F;\n        box-shadow: 0 0 0 0.25rem rgba(128, 128, 128, 0.5);\n    }\n\n    .bookly-search-form-6a1e4d154ceb0 .btn-outline-bookly:disabled, .bookly-search-form-6a1e4d154ceb0 .btn-outline-bookly.disabled {\n        color: #F4662F !important;\n        background-color: transparent;\n    }\n\n    .bookly-search-form-6a1e4d154ceb0 .bg-bookly {\n        background-color: #F4662F !important;\n    }\n\n    .bookly-search-form-6a1e4d154ceb0 .grid a.selected {\n        background-color: #F4662F !important;\n    }\n\n    @media (hover) {\n        .bookly-search-form-6a1e4d154ceb0 .btn-outline-bookly:hover {\n            background-color: #F4662F;\n            border-color: #F4662F;\n        }\n    }\n\n    \/* intlTelInput.js *\/\n    .iti {\n        display: block;\n    }\n\n    .iti__flag {\n        background-image: url(\"https:\/\/rezervace.node5.cz\/wp-content\/plugins\/bookly-responsive-appointment-booking-tool\/frontend\/resources\/images\/flags.png\");\n    }\n\n    @media only screen and (min-resolution: 2dppx) {\n        .iti__flag {\n            background-image: url(\"https:\/\/rezervace.node5.cz\/wp-content\/plugins\/bookly-responsive-appointment-booking-tool\/frontend\/resources\/images\/flags@2x.png\")\n        }\n    }\n\n    <\/style>\n<div id=\"bookly-search-form-6a1e4d154ceb0\" class=\"bookly-search-form-container bookly-search-form-6a1e4d154ceb0\"><\/div>\n\n\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) {\n                    done = true;\n                    fn.call(win, e.type || e);\n                }\n            },\n            poll = function () {\n                try {\n                    root.doScroll('left');\n                } catch (e) {\n                    setTimeout(poll, 50);\n                    return;\n                }\n                init('poll');\n            };\n        if (doc.readyState == 'complete') fn.call(win, 'lazy');\n        else {\n            if (!modern) if (root.doScroll) {\n                try {\n                    top = !win.frameElement;\n                } catch (e) {\n                }\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.BooklyServicesForm.showForm(\"bookly-services-form\", \"bookly-services-form-6a1e4d154ef7b\", {\"main_color\":\"#F4662F\",\"service_card_width\":260,\"service_header_height\":120,\"staff_card_width\":260,\"show_book_more\":true,\"show_qr_code\":true,\"show_calendar\":true,\"show_services_filter\":true,\"show_staff_filter\":true,\"show_timezone\":false,\"show_receipt_on_cart\":true,\"show_receipt_on_payment\":true,\"skip_cart_step\":false,\"use_cart_local_storage\":true,\"default_service\":null,\"default_staff\":null,\"service_card_show_badge\":true,\"package_card_show_badge\":true,\"gift_card_show_badge\":true,\"services_fields_order\":[\"service\",\"duration\",\"price\",\"staff\"],\"services_fields_show\":[\"service\",\"duration\",\"price\"],\"packages_fields_order\":[\"package\",\"service\",\"duration\",\"price\",\"staff\"],\"packages_fields_show\":[\"package\",\"service\",\"duration\",\"price\"],\"gift_cards_fields_order\":[\"title\",\"price\"],\"gift_cards_fields_show\":[\"title\",\"price\"],\"show_first_slot_only\":false,\"show_gift_cards\":true,\"show_add_to_calendar\":false,\"show_slot_info\":false,\"sell_services\":true,\"sell_gift_cards\":false,\"full_name_required\":true,\"first_name_required\":true,\"last_name_required\":true,\"email_required\":true,\"phone_required\":true,\"address_required\":false,\"verify_credentials\":false,\"show_summary_service\":true,\"show_summary_staff\":true,\"show_summary_date\":true,\"show_summary_price\":true,\"show_blocked_slots\":false,\"hidden_services\":[],\"hidden_gift_cards\":[],\"details_fields_order\":[\"text\",\"full_name\",\"first_name\",\"last_name\",\"email\",\"phone\",\"google_maps\",\"address\",\"notes\",\"custom_fields\",\"terms\"],\"details_fields_width\":{\"text\":12,\"full_name\":12,\"first_name\":6,\"last_name\":6,\"email\":6,\"phone\":6,\"google_maps\":12,\"address\":12,\"notes\":12,\"terms\":12,\"custom_fields\":[]},\"details_fields_show\":[\"text\",\"first_name\",\"last_name\",\"email\",\"phone\",\"custom_fields\"],\"cards_display_mode\":\"with_slots\",\"available_dates\":\"schedule\",\"show_services_mode\":\"no_any\",\"address\":{\"order\":[\"country\",\"state\",\"postcode\",\"city\",\"street\",\"street_number\",\"additional_address\"],\"show\":[\"country\",\"state\",\"postcode\",\"city\",\"street\",\"street_number\",\"additional_address\"],\"labels\":{\"country\":\"Zem\\u011b\",\"state\":\"St\\u00e1t\\\/Zem\\u011b\",\"postcode\":\"PS\\u010c\",\"city\":\"M\\u011bsto\",\"street\":\"Adresa ulice\",\"street_number\":\"\\u010c\\u00edslo ulice\",\"additional_address\":\"Dal\\u0161\\u00ed adresa\"}},\"l10n\":{\"steps\":{\"calendar\":\"Start\",\"extras\":\"Dopl\\u0148ky\",\"slots\":\"\\u010cas\",\"cart\":\"Ko\\u0161\\u00edk\",\"details\":\"Detaily\",\"payment\":\"Platba\",\"done\":\"Finish\"},\"steps_descriptions\":{\"calendar\":\"Vyberte slu\\u017ebu\",\"extras\":\"Add extras\",\"slots\":\"Select time slot\",\"cart\":\"Check cart\",\"details\":\"Your information\",\"payment\":\"Make purchase\",\"done\":\"Potvrdit\"},\"address_label\":\"Adresa\",\"address_placeholders\":{\"country\":\"Zem\\u011b\",\"state\":\"St\\u00e1t\\\/Zem\\u011b\",\"postcode\":\"PS\\u010c\",\"city\":\"M\\u011bsto\",\"street\":\"Adresa ulice\",\"street_number\":\"\\u010c\\u00edslo ulice\",\"additional_address\":\"Dal\\u0161\\u00ed adresa\"},\"notes\":\"Pozn\\u00e1mky\",\"staff\":\"Zam\\u011bstnanci\",\"any_staff\":\"Libovoln\\u00e9\",\"service\":\"Servis\",\"gift_card\":\"Gift card\",\"gift_card_title\":\"Gift card\",\"date\":\"Datum\",\"time\":\"\\u010cas\",\"price\":\"Cena\",\"next\":\"N\\u00e1sleduj\\u00edc\\u00ed\",\"back\":\"Zp\\u011bt\",\"select_service\":\"Vyberte slu\\u017ebu\",\"select_staff\":\"Libovoln\\u00e9\",\"book_now\":\"Book now\",\"buy_now\":\"Buy now\",\"book_more\":\"Book more\",\"close\":\"Zav\\u0159\\u00edt\",\"full_name\":\"Cel\\u00e9 jm\\u00e9no\",\"full_name_error_required\":\"Po\\u017eadovan\\u00e9\",\"first_name\":\"K\\u0159estn\\u00ed jm\\u00e9no\",\"first_name_error_required\":\"Po\\u017eadovan\\u00e9\",\"last_name\":\"P\\u0159\\u00edjmen\\u00ed\",\"last_name_error_required\":\"Po\\u017eadovan\\u00e9\",\"email\":\"E-mail\",\"email_error_required\":\"Po\\u017eadovan\\u00e9\",\"phone\":\"Telefon\",\"phone_error_required\":\"Po\\u017eadovan\\u00e9\",\"address_field_required\":\"Po\\u017eadovan\\u00e9\",\"no_slots\":\"No time slots available\",\"slot_not_available\":\"Slot already booked\",\"no_results\":\"No results found\",\"nop\":\"Po\\u010det osob\",\"booking_success\":\"Thank you!\",\"booking_error\":\"Oops!\",\"booking_completed\":\"Your booking is complete.\",\"gift_card_booking_completed\":\"Your gift card has been created.\",\"processing\":\"Your payment has been accepted for processing.\",\"group_skip_payment\":\"Payment has been skipped.\",\"payment_impossible\":\"No payment methods available. Please contact service provider.\",\"appointments_limit_reached\":\"Sna\\u017e\\u00edte se slu\\u017ebu pou\\u017e\\u00edvat p\\u0159\\u00edli\\u0161 \\u010dasto. Pros\\u00edm, kontaktujte n\\u00e1s pro vytvo\\u0159en\\u00ed rezervace.\",\"terms_text\":\"I agree to the terms of service\",\"text_calendar\":\"Vyberte slu\\u017ebu\",\"text_extras\":\"Select the Extras you'd like (Multiple Selection)\",\"text_slots\":\"Click on a time slot to proceed with booking\",\"text_details\":\"Please provide your details in the form below to proceed with the booking\",\"text_payment\":\"Please tell us how you would like to pay\",\"gift_card_label\":\"Gift card\",\"gift_card_button\":\"Pou\\u017e\\u00edt\",\"gift_card_text\":\"Your gift card code if you have one\",\"gift_card_expired\":\"This gift card has expired\",\"gift_card_invalid\":\"This gift card cannot be used for the current order\",\"gift_card_low_balance\":\"Gift card balance is not enough\",\"gift_card_not_found\":\"Gift card not found\",\"timezone\":\"Your time zone\",\"select_city\":\"Select city\",\"add_to_calendar\":\"Add to calendar\",\"total\":\"Celkem\",\"sub_total\":\"Mezisou\\u010det\",\"discount\":\"Sleva\",\"to_pay\":\"Amount to pay\",\"verify_code\":\"Verification code\",\"verify_email\":\"Enter verification code from email\",\"verify_phone\":\"Enter verification code from SMS\",\"verify_resend\":\"Resend code\",\"verify_apply\":\"Pou\\u017e\\u00edt\",\"verify_code_incorrect\":\"Incorrect verification code\",\"cart_item_not_available\":\"The selected time is not available anymore\",\"categories\":\"Categories\",\"text_categories\":\"Please select a category\",\"text_services\":\"Vyberte slu\\u017ebu\",\"more\":\"+%d more\",\"payment_system_local\":\"Chci platit na m\\u00edst\\u011b\"},\"category_card_width\":260,\"category_header_height\":120,\"category_body_height\":240,\"step_service_card_width\":260,\"step_service_card_header_height\":120,\"step_service_card_body_height\":240,\"categories_list\":null,\"services_list\":null,\"skip_categories_step\":false,\"skip_services_step\":true,\"type\":\"services-form\"});\n    });\n    var ajaxurl = \"https:\/\/rezervace.node5.cz\/wp-admin\/admin-ajax.php\";\n<\/script>\n<style>\n    .bookly-services-form-6a1e4d154ef7b .bookly-card-title {\n        right: .5em;\n        bottom: .5em;\n        width: max-content;\n        max-width: calc(100% - 1em);\n        max-height: calc(100% - 1em);\n    }\n\n    .bookly-services-form-6a1e4d154ef7b .bookly-card-title > div {\n        overflow: hidden;\n    }\n\n    .bookly-services-form-6a1e4d154ef7b .text-bookly:not(:hover) {\n        color: #F4662F;\n    }\n\n    .bookly-services-form-6a1e4d154ef7b .fill-bookly {\n        fill: #F4662F;\n    }\n\n    .bookly-services-form-6a1e4d154ef7b .hover\\:text-bookly:hover {\n        color: #F4662F;\n    }\n\n    .bookly-services-form-6a1e4d154ef7b .hover\\:bg-bookly:hover {\n        background-color: #F4662F !important;\n    }\n\n    .bookly-services-form-6a1e4d154ef7b .card:hover {\n        background-color: #FDFDFD !important;\n    }\n\n    .bookly-services-form-6a1e4d154ef7b .border-bookly {\n        border-color: #F4662F;\n    }\n\n    .bookly-services-form-6a1e4d154ef7b .btn-check:focus + .btn-outline-bookly, .bookly-services-form-6a1e4d154ef7b .btn-outline-bookly:focus {\n        background-color: #F4662F;\n        border-color: #F4662F;\n        color: #000000;\n        box-shadow: 0 0 0 0.25rem rgba(128, 128, 128, 0.5);\n    }\n\n    .bookly-services-form-6a1e4d154ef7b .btn-check:checked + .btn-outline-bookly, .bookly-services-form-6a1e4d154ef7b .btn-check:active + .btn-outline-bookly, .bookly-services-form-6a1e4d154ef7b .btn-outline-bookly:active, .bookly-services-form-6a1e4d154ef7b .btn-outline-bookly.active, .bookly-services-form-6a1e4d154ef7b .btn-outline-bookly.dropdown-toggle.show {\n        background-color: #F4662F;\n        border-color: #F4662F;\n    }\n\n    .bookly-services-form-6a1e4d154ef7b .btn-check:checked + .btn-outline-bookly:focus, .bookly-services-form-6a1e4d154ef7b .btn-check:active + .btn-outline-bookly:focus, .bookly-services-form-6a1e4d154ef7b .btn-outline-bookly:active:focus, .bookly-services-form-6a1e4d154ef7b .btn-outline-bookly.active:focus, .bookly-services-form-6a1e4d154ef7b .btn-outline-bookly.dropdown-toggle.show:focus {\n        background-color: #F4662F;\n        border-color: #F4662F;\n        box-shadow: 0 0 0 0.25rem rgba(128, 128, 128, 0.5);\n    }\n\n    .bookly-services-form-6a1e4d154ef7b .btn-outline-bookly:disabled, .bookly-services-form-6a1e4d154ef7b .btn-outline-bookly.disabled {\n        color: #F4662F !important;\n        background-color: transparent;\n    }\n\n    .bookly-services-form-6a1e4d154ef7b .bg-bookly {\n        background-color: #F4662F !important;\n    }\n\n    .bookly-services-form-6a1e4d154ef7b .grid a.selected {\n        background-color: #F4662F !important;\n    }\n\n    @media (hover) {\n        .bookly-services-form-6a1e4d154ef7b .btn-outline-bookly:hover {\n            background-color: #F4662F;\n            border-color: #F4662F;\n        }\n    }\n\n    \/* intlTelInput.js *\/\n    .iti {\n        display: block;\n    }\n\n    .iti__flag {\n        background-image: url(\"https:\/\/rezervace.node5.cz\/wp-content\/plugins\/bookly-responsive-appointment-booking-tool\/frontend\/resources\/images\/flags.png\");\n    }\n\n    @media only screen and (min-resolution: 2dppx) {\n        .iti__flag {\n            background-image: url(\"https:\/\/rezervace.node5.cz\/wp-content\/plugins\/bookly-responsive-appointment-booking-tool\/frontend\/resources\/images\/flags@2x.png\")\n        }\n    }\n\n    <\/style>\n<div id=\"bookly-services-form-6a1e4d154ef7b\" class=\"bookly-services-form-container bookly-services-form-6a1e4d154ef7b\"><\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"page-wide","meta":{"footnotes":""},"class_list":["post-2","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/rezervace.node5.cz\/index.php\/wp-json\/wp\/v2\/pages\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rezervace.node5.cz\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rezervace.node5.cz\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rezervace.node5.cz\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rezervace.node5.cz\/index.php\/wp-json\/wp\/v2\/comments?post=2"}],"version-history":[{"count":6,"href":"https:\/\/rezervace.node5.cz\/index.php\/wp-json\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":15,"href":"https:\/\/rezervace.node5.cz\/index.php\/wp-json\/wp\/v2\/pages\/2\/revisions\/15"}],"wp:attachment":[{"href":"https:\/\/rezervace.node5.cz\/index.php\/wp-json\/wp\/v2\/media?parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}