{"id":5405,"date":"2025-11-17T14:55:27","date_gmt":"2025-11-17T14:55:27","guid":{"rendered":"http:\/\/dashaandalbert.com\/?page_id=5405"},"modified":"2025-11-17T21:48:00","modified_gmt":"2025-11-17T21:48:00","slug":"recomended-places","status":"publish","type":"page","link":"https:\/\/dashaandalbert.com\/ru\/recomended-places\/","title":{"rendered":"\u0420\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u043c\u044b\u0435 \u043c\u0435\u0441\u0442\u0430"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"5405\" class=\"elementor elementor-5405\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d22aff2 e-flex e-con-boxed e-con e-parent\" data-id=\"d22aff2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9ef741e elementor-widget elementor-widget-html\" data-id=\"9ef741e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Recommended Places - Tbilisi<\/title>\r\n    <style>\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        body {\r\n            font-family: 'Cormorant Garamond', 'Georgia', serif;\r\n            background: #f9f9f7;\r\n            color: #2c3e50;\r\n            line-height: 1.7;\r\n            padding: 60px 20px;\r\n            position: relative;\r\n        }\r\n\r\n        .container {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        \/* Header Section *\/\r\n        .section-header {\r\n            text-align: center;\r\n            margin-bottom: 60px;\r\n        }\r\n\r\n        .section-header h1 {\r\n            font-size: 2rem !important;\r\n            font-weight: 400;\r\n            color: #2c3e50;\r\n            letter-spacing: 4px;\r\n            text-transform: uppercase;\r\n            margin-bottom: 10px;\r\n        }\r\n\r\n        .section-header p {\r\n            font-size: 1.2rem;\r\n            color: #6B7C5F;\r\n            letter-spacing: 1px;\r\n        }\r\n\r\n        \/* Tabs Navigation *\/\r\n        .tabs-navigation {\r\n            display: flex;\r\n            justify-content: center;\r\n            gap: 15px;\r\n            margin-bottom: 50px;\r\n            flex-wrap: wrap;\r\n        }\r\n\r\n        .tab-button {\r\n            padding: 12px 35px;\r\n            font-size: 1.1rem;\r\n            font-family: 'Cormorant Garamond', 'Georgia', serif;\r\n            color: #6B7C5F;\r\n            background: transparent;\r\n            border: 1px solid #d0d8dc;\r\n            border-radius: 5px ;\r\n            cursor: pointer;\r\n            transition: all 0.3s ease;\r\n            letter-spacing: 1px;\r\n            text-transform: uppercase;\r\n            font-weight: 400;\r\n        }\r\n\r\n        .tab-button:hover {\r\n            border-color: #8B9B7F;\r\n            color: #8B9B7F;\r\n        }\r\n\r\n        .tab-button.active {\r\n            background: #8B9B7F;\r\n            color: #ffffff;\r\n            border-color: #8B9B7F;\r\n        }\r\n\r\n        \/* Tabs Content *\/\r\n        .tabs-content {\r\n            position: relative;\r\n        }\r\n\r\n        .tab-pane {\r\n            display: none;\r\n            animation: fadeIn 0.4s ease;\r\n        }\r\n\r\n        .tab-pane.active {\r\n            display: block;\r\n        }\r\n\r\n        @keyframes fadeIn {\r\n            from {\r\n                opacity: 0;\r\n            }\r\n            to {\r\n                opacity: 1;\r\n            }\r\n        }\r\n\r\n        \/* Place Cards *\/\r\n        .places-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\r\n            gap: 30px;\r\n        }\r\n\r\n        .place-card {\r\n            background: #ffffff;\r\n            border: 1px solid #e8ecef;\r\n            border-radius: 8px;\r\n            padding: 30px;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .place-card:hover {\r\n            border-color: #8B9B7F;\r\n            box-shadow: 0 5px 20px rgba(139, 155, 127, 0.15);\r\n        }\r\n\r\n        .place-name {\r\n            font-size: 1.5rem;\r\n            color: #2c3e50;\r\n            margin-bottom: 8px;\r\n            font-weight: 600;\r\n        }\r\n\r\n        .place-address {\r\n            font-size: 0.95rem;\r\n            color: #6B7C5F;\r\n            margin-bottom: 15px;\r\n        }\r\n\r\n        .place-description {\r\n            font-size: 1rem;\r\n            color: #4a5f6f;\r\n            line-height: 1.6;\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .place-cta {\r\n            display: inline-block;\r\n            padding: 10px 24px;\r\n            background: #8B9B7F;\r\n            color: #ffffff !important;\r\n            text-decoration: none;\r\n            border-radius: 5px;\r\n            font-size: 0.95rem;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .place-cta:hover {\r\n            background: #6B7C5F;\r\n        }\r\n\r\n        \/* Activity Cards *\/\r\n        .activity-card {\r\n            background: #ffffff;\r\n            border: 1px solid #e8ecef;\r\n            border-radius: 8px;\r\n            padding: 35px;\r\n            margin-bottom: 25px;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .activity-card:hover {\r\n            border-color: #8B9B7F;\r\n            box-shadow: 0 5px 20px rgba(139, 155, 127, 0.15);\r\n        }\r\n\r\n        .activity-name {\r\n            font-size: 1.8rem;\r\n            color: #2c3e50;\r\n            margin-bottom: 15px;\r\n            font-weight: 600;\r\n        }\r\n\r\n        .activity-description {\r\n            font-size: 1.1rem;\r\n            color: #4a5f6f;\r\n            line-height: 1.7;\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        \/* Background Images *\/\r\n        .bg-watercolor {\r\n            position: fixed;\r\n            pointer-events: none;\r\n            z-index: 0;\r\n            opacity: 0.06;\r\n            background-size: cover;\r\n            background-repeat: no-repeat;\r\n            background-position: center;\r\n        }\r\n\r\n        .watercolor-1 {\r\n            top: 0;\r\n            left: 0;\r\n            width: 50%;\r\n            height: 60%;\r\n            background-image: url('blu-01.jpg');\r\n        }\r\n\r\n        .watercolor-2 {\r\n            bottom: 0;\r\n            right: 0;\r\n            width: 45%;\r\n            height: 55%;\r\n            background-image: url('blu-07.jpg');\r\n            transform: rotate(180deg);\r\n        }\r\n\r\n        \/* Responsive *\/\r\n        @media (max-width: 768px) {\r\n            body {\r\n                padding: 40px 15px;\r\n            }\r\n\r\n            .section-header h1 {\r\n                font-size: 1rem !important;\r\n                letter-spacing: 2px;\r\n            }\r\n\r\n            .tabs-navigation {\r\n                flex-direction: column;\r\n                align-items: stretch;\r\n                gap: 10px;\r\n            }\r\n\r\n            .places-grid {\r\n                grid-template-columns: 1fr;\r\n            }\r\n\r\n            .place-card,\r\n            .activity-card {\r\n                padding: 25px;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <!-- Background Images -->\r\n    <div class=\"bg-watercolor watercolor-1\"><\/div>\r\n    <div class=\"bg-watercolor watercolor-2\"><\/div>\r\n\r\n    <div class=\"container\">\r\n        <!-- Header -->\r\n        <div class=\"section-header\">\r\n            <h1>\u0420\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u043c\u044b\u0435 \u043c\u0435\u0441\u0442\u0430<\/h1>\r\n            <p>\u0415\u0434\u0430 \u2022 \u041d\u0430\u043f\u0438\u0442\u043a\u0438 \u2022 \u0412\u043f\u0435\u0447\u0430\u0442\u043b\u0435\u043d\u0438\u044f<\/p>\r\n        <\/div>\r\n\r\n        <!-- Tabs Navigation -->\r\n        <div class=\"tabs-navigation\">\r\n            <button class=\"tab-button active\" onclick=\"showTab(event, 'eat')\">\u0415\u0434\u0430<\/button>\r\n            <button class=\"tab-button\" onclick=\"showTab(event, 'drink')\">\u041d\u0430\u043f\u0438\u0442\u043a\u0438<\/button>\r\n            <button class=\"tab-button\" onclick=\"showTab(event, 'do')\">\u0412\u043f\u0435\u0447\u0430\u0442\u043b\u0435\u043d\u0438\u044f<\/button>\r\n        <\/div>\r\n\r\n        <!-- Tabs Content -->\r\n        <div class=\"tabs-content\">\r\n            \r\n            <!-- EAT TAB -->\r\n            <div id=\"eat\" class=\"tab-pane active\">\r\n                <div class=\"places-grid\">\r\n                    \r\n                    <div class=\"place-card\">\r\n                        <h3 class=\"place-name\">\u041a\u0430\u0444\u0435 \u041b\u0438\u0442\u0442\u0435\u0440\u0430<\/h3>\r\n                        <p class=\"place-address\">\u0443\u043b. \u041c\u0430\u0447\u0430\u0431\u0435\u043b\u0438, 13<\/p>\r\n                        <p class=\"place-description\">\u0421\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u0430\u044f \u0433\u0440\u0443\u0437\u0438\u043d\u0441\u043a\u0430\u044f \u043a\u0443\u0445\u043d\u044f \u043f\u043e\u0434\u0430\u0435\u0442\u0441\u044f \u0432 \u043f\u0440\u0435\u043a\u0440\u0430\u0441\u043d\u043e\u043c \u0441\u0430\u0434\u0443 \u0438\u0441\u0442\u043e\u0440\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u0414\u043e\u043c\u0430 \u043f\u0438\u0441\u0430\u0442\u0435\u043b\u044f.<\/p>\r\n                        <a href=\"#\" class=\"place-cta\">\u041a\u043e\u043d\u0441\u044c\u0435\u0440\u0436 \u043f\u043e\u0437\u0430\u0431\u043e\u0442\u0438\u0442\u0441\u044f \u043e \u0432\u0430\u0441<\/a>\r\n                    <\/div>\r\n\r\n                    <div class=\"place-card\">\r\n                        <h3 class=\"place-name\">\u0411\u0430\u0440\u0431\u0430\u0440\u0435\u0441\u0442\u0430\u043d<\/h3>\r\n                        <p class=\"place-address\">\u0410\u0433\u043c\u0430\u0448\u0435\u043d\u0435\u0431\u0435\u043b\u0438 \u0410\u0432\u0435\u043d\u044e, 132<\/p>\r\n                        <p class=\"place-description\">\u0421\u0442\u0438\u043b\u044c\u043d\u044b\u0439 \u0440\u0435\u0441\u0442\u043e\u0440\u0430\u043d, \u0432\u043e\u0437\u0440\u043e\u0436\u0434\u0430\u044e\u0449\u0438\u0439 \u0433\u0440\u0443\u0437\u0438\u043d\u0441\u043a\u0438\u0435 \u0440\u0435\u0446\u0435\u043f\u0442\u044b XIX \u0432\u0435\u043a\u0430 \u0441 \u043a\u0440\u0435\u0430\u0442\u0438\u0432\u043d\u044b\u043c \u0441\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u043c \u043f\u043e\u0434\u0445\u043e\u0434\u043e\u043c<\/p>\r\n                        <a href=\"#\" class=\"place-cta\">\u041a\u043e\u043d\u0441\u044c\u0435\u0440\u0436 \u043f\u043e\u0437\u0430\u0431\u043e\u0442\u0438\u0442\u0441\u044f \u043e \u0432\u0430\u0441<\/a>\r\n                    <\/div>\r\n\r\n                    <div class=\"place-card\">\r\n                        <h3 class=\"place-name\">Keto & Kote<\/h3>\r\n                        <p class=\"place-address\">\u0443\u043b. \u0417\u0430\u043d\u0434\u0443\u043a\u0435\u043b\u0438, 3\u20135<\/p>\r\n                        <p class=\"place-description\">\u041a\u043b\u0430\u0441\u0441\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0433\u0440\u0443\u0437\u0438\u043d\u0441\u043a\u0438\u0435 \u0431\u043b\u044e\u0434\u0430 \u0432 \u043e\u0447\u0430\u0440\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u043c \u0441\u0442\u0430\u0440\u0438\u043d\u043d\u043e\u043c \u0434\u043e\u043c\u0435 \u0441 \u0443\u044e\u0442\u043d\u044b\u043c\u0438 \u0431\u0430\u043b\u043a\u043e\u043d\u0430\u043c\u0438 \u0438 \u0432\u0438\u0434\u043e\u043c \u043d\u0430 \u0433\u043e\u0440\u043e\u0434.<\/p>\r\n                        <a href=\"#\" class=\"place-cta\">\u041a\u043e\u043d\u0441\u044c\u0435\u0440\u0436 \u043f\u043e\u0437\u0430\u0431\u043e\u0442\u0438\u0442\u0441\u044f \u043e \u0432\u0430\u0441<\/a>\r\n                    <\/div>\r\n\r\n                    <div class=\"place-card\">\r\n                        <h3 class=\"place-name\">\u0412\u0435\u0440\u0438\u043a\u043e<\/h3>\r\n                        <p class=\"place-address\">\u0443\u043b. \u041f\u0435\u0442\u0440\u0438\u0430\u0448\u0432\u0438\u043b\u0438, 1<\/p>\r\n                        <p class=\"place-description\">\u041c\u043e\u0434\u043d\u043e\u0435 \u043c\u0435\u0441\u0442\u043e, \u043f\u0440\u0435\u0434\u043b\u0430\u0433\u0430\u044e\u0449\u0435\u0435 \u0431\u043b\u044e\u0434\u0430 \u0440\u0435\u0433\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u043e\u0439 \u043a\u0443\u0445\u043d\u0438 \u0438 \u043f\u0440\u0435\u0432\u043e\u0441\u0445\u043e\u0434\u043d\u044b\u0435 \u043d\u0430\u0442\u0443\u0440\u0430\u043b\u044c\u043d\u044b\u0435 \u0432\u0438\u043d\u0430 \u0432 \u0443\u044e\u0442\u043d\u043e\u0439 \u0430\u0442\u043c\u043e\u0441\u0444\u0435\u0440\u0435.<\/p>\r\n                        <a href=\"#\" class=\"place-cta\">\u041a\u043e\u043d\u0441\u044c\u0435\u0440\u0436 \u043f\u043e\u0437\u0430\u0431\u043e\u0442\u0438\u0442\u0441\u044f \u043e \u0432\u0430\u0441<\/a>\r\n                    <\/div>\r\n\r\n                    <div class=\"place-card\">\r\n                        <h3 class=\"place-name\">\u0421\u0430\u0434 \u041d\u0438\u043d\u0438\u0438<\/h3>\r\n                        <p class=\"place-address\">\u0443\u043b. \u0423\u0437\u043d\u0430\u0434\u0437\u0435, 97.<\/p>\r\n                        <p class=\"place-description\">\u0420\u043e\u0441\u043a\u043e\u0448\u043d\u044b\u0439 \u0440\u0435\u0441\u0442\u043e\u0440\u0430\u043d \u0441 \u0432\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u0438\u043c \u0434\u0432\u043e\u0440\u0438\u043a\u043e\u043c, \u0431\u043e\u0433\u0435\u043c\u043d\u043e\u0439 \u0430\u0442\u043c\u043e\u0441\u0444\u0435\u0440\u043e\u0439, \u0430\u0432\u0442\u043e\u0440\u0441\u043a\u0438\u043c\u0438 \u043a\u043e\u043a\u0442\u0435\u0439\u043b\u044f\u043c\u0438 \u0438 \u0441\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u043c\u0438 \u0431\u043b\u044e\u0434\u0430\u043c\u0438 \u0433\u0440\u0443\u0437\u0438\u043d\u0441\u043a\u043e\u0439 \u043a\u0443\u0445\u043d\u0438.<\/p>\r\n                        <a href=\"#\" class=\"place-cta\">\u041a\u043e\u043d\u0441\u044c\u0435\u0440\u0436 \u043f\u043e\u0437\u0430\u0431\u043e\u0442\u0438\u0442\u0441\u044f \u043e \u0432\u0430\u0441<\/a>\r\n                    <\/div>\r\n\r\n                    <div class=\"place-card\">\r\n                        <h3 class=\"place-name\">\u0410\u043b\u0443\u0431\u0430\u043b\u0438<\/h3>\r\n                        <p class=\"place-address\">\u0443\u043b. \u0417\u0443\u0431\u0430\u043b\u0430\u0448\u0432\u0438\u043b\u0438, 1<\/p>\r\n                        <p class=\"place-description\">\u0423\u044e\u0442\u043d\u043e\u0435 \u043a\u0430\u0444\u0435 \u0441 \u0441\u0430\u0434\u043e\u043c, \u0438\u0437\u0432\u0435\u0441\u0442\u043d\u043e\u0435 \u0441\u0432\u043e\u0438\u043c\u0438 \u0441\u0432\u0435\u0436\u0438\u043c\u0438 \u0431\u043b\u044e\u0434\u0430\u043c\u0438 \u0437\u0430\u043f\u0430\u0434\u043d\u043e-\u0433\u0435\u043e\u0440\u0433\u0438\u0430\u043d\u0441\u043a\u043e\u0439 \u043a\u0443\u0445\u043d\u0438 \u0438 \u0440\u0430\u0441\u0441\u043b\u0430\u0431\u043b\u0435\u043d\u043d\u043e\u0439 \u0430\u0442\u043c\u043e\u0441\u0444\u0435\u0440\u043e\u0439.<\/p>\r\n                        <a href=\"#\" class=\"place-cta\">\u041a\u043e\u043d\u0441\u044c\u0435\u0440\u0436 \u043f\u043e\u0437\u0430\u0431\u043e\u0442\u0438\u0442\u0441\u044f \u043e \u0432\u0430\u0441<\/a>\r\n                    <\/div>\r\n\r\n                    <div class=\"place-card\">\r\n                        <h3 class=\"place-name\">\u041a\u0430\u0444\u0435 \u0414\u0430\u0444\u043d\u0430<\/h3>\r\n                        <p class=\"place-address\">\u0443\u043b. \u0410\u0442\u043e\u043d\u0435\u043b\u0438, 29.<\/p>\r\n                        <p class=\"place-description\">\u041f\u0440\u043e\u0441\u0442\u043e\u0435, \u0441\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e\u0435 \u0437\u0430\u0432\u0435\u0434\u0435\u043d\u0438\u0435, \u0433\u0434\u0435 \u043f\u043e\u0434\u0430\u044e\u0442 \u0441\u0432\u0435\u0436\u0438\u0435, \u0441\u044b\u0442\u043d\u044b\u0435 \u0431\u043b\u044e\u0434\u0430, \u0432 \u0442\u043e\u043c \u0447\u0438\u0441\u043b\u0435 \u043f\u0440\u0435\u0432\u043e\u0441\u0445\u043e\u0434\u043d\u044b\u0435 \u043f\u0435\u043b\u044c\u043c\u0435\u043d\u0438.<\/p>\r\n                        <a href=\"#\" class=\"place-cta\">\u041a\u043e\u043d\u0441\u044c\u0435\u0440\u0436 \u043f\u043e\u0437\u0430\u0431\u043e\u0442\u0438\u0442\u0441\u044f \u043e \u0432\u0430\u0441<\/a>\r\n                    <\/div>\r\n\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- DRINK TAB -->\r\n            <div id=\"drink\" class=\"tab-pane\">\r\n                <div class=\"places-grid\">\r\n                    \r\n                    <div class=\"place-card\">\r\n                        <h3 class=\"place-name\">\u0412\u0440\u0435\u043c\u044f \u0427\u0430\u0447\u0430<\/h3>\r\n                        <p class=\"place-address\">\u0443\u043b. \u0413\u0435\u0440\u043e\u043d\u0442\u0438\u044f \u041a\u0438\u043a\u043e\u0434\u0437\u0435 3\u20135, \u0421\u043e\u043b\u043e\u043b\u0430\u043a\u0438<\/p>\r\n                        <p class=\"place-description\">\u041e\u0436\u0438\u0432\u043b\u0451\u043d\u043d\u044b\u0439 \u0431\u0430\u0440 \u0432 \u0421\u043e\u043b\u043e\u043b\u0430\u043a\u0438, \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u0438\u0437\u0438\u0440\u0443\u044e\u0449\u0438\u0439\u0441\u044f \u043d\u0430 \u0447\u0430\u0447\u0430-\u0447\u0430, \u0433\u0434\u0435 \u0432 \u043a\u0430\u0436\u0434\u043e\u043c \u043a\u043e\u043a\u0442\u0435\u0439\u043b\u0435 \u0447\u0443\u0432\u0441\u0442\u0432\u0443\u0435\u0442\u0441\u044f \u043c\u0435\u0441\u0442\u043d\u044b\u0439 \u043a\u043e\u043b\u043e\u0440\u0438\u0442.<\/p>\r\n                        <a href=\"#\" class=\"place-cta\">\u041a\u043e\u043d\u0441\u044c\u0435\u0440\u0436 \u043f\u043e\u0437\u0430\u0431\u043e\u0442\u0438\u0442\u0441\u044f \u043e \u0432\u0430\u0441<\/a>\r\n                    <\/div>\r\n\r\n                    <div class=\"place-card\">\r\n                        <h3 class=\"place-name\">\u041f\u0438\u0432\u043d\u043e\u0439 \u0431\u0430\u0440 \u0425\u043e\u043f\u0430<\/h3>\r\n                        <p class=\"place-address\">\u0443\u043b. \u0410\u0442\u043e\u043d\u0435\u043b\u0438, 18.<\/p>\r\n                        <p class=\"place-description\">\u0423\u044e\u0442\u043d\u044b\u0439 \u0431\u0430\u0440 \u0441 \u043a\u0440\u0430\u0444\u0442\u043e\u0432\u044b\u043c \u043f\u0438\u0432\u043e\u043c \u0433\u0440\u0443\u0437\u0438\u043d\u0441\u043a\u043e\u0433\u043e \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0430, \u0441\u043f\u043e\u043a\u043e\u0439\u043d\u043e\u0439 \u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0439 \u0438 \u043d\u0435\u043f\u0440\u0438\u043d\u0443\u0436\u0434\u0435\u043d\u043d\u043e\u0439 \u0430\u0442\u043c\u043e\u0441\u0444\u0435\u0440\u043e\u0439.<\/p>\r\n                        <a href=\"#\" class=\"place-cta\">\u041a\u043e\u043d\u0441\u044c\u0435\u0440\u0436 \u043f\u043e\u0437\u0430\u0431\u043e\u0442\u0438\u0442\u0441\u044f \u043e \u0432\u0430\u0441<\/a>\r\n                    <\/div>\r\n\r\n                    <div class=\"place-card\">\r\n                        <h3 class=\"place-name\">Vino Underground<\/h3>\r\n                        <p class=\"place-address\">\u0443\u043b. \u0413\u0430\u043b\u0430\u043a\u0442\u0438\u043e\u043d\u0430 \u0422\u0430\u0431\u0438\u0434\u0437\u0435, 15 (\u043f\u043e\u0434\u0432\u0430\u043b)<\/p>\r\n                        <p class=\"place-description\">\u0417\u043d\u0430\u043c\u0435\u043d\u0438\u0442\u044b\u0439 \u0431\u0430\u0440 \u043d\u0430\u0442\u0443\u0440\u0430\u043b\u044c\u043d\u044b\u0445 \u0432\u0438\u043d \u0432 \u043f\u043e\u0434\u0432\u0430\u043b\u0435 \u2014 \u0441\u0432\u0435\u0447\u0438, \u043a\u0432\u0435\u0432\u0440\u0438, \u043d\u0435\u043f\u043e\u0432\u0442\u043e\u0440\u0438\u043c\u0430\u044f \u0442\u0431\u0438\u043b\u0438\u0441\u0441\u043a\u0430\u044f \u0430\u0442\u043c\u043e\u0441\u0444\u0435\u0440\u0430.<\/p>\r\n                        <a href=\"#\" class=\"place-cta\">\u041a\u043e\u043d\u0441\u044c\u0435\u0440\u0436 \u043f\u043e\u0437\u0430\u0431\u043e\u0442\u0438\u0442\u0441\u044f \u043e \u0432\u0430\u0441<\/a>\r\n                    <\/div>\r\n\r\n                    <div class=\"place-card\">\r\n                        <h3 class=\"place-name\">\u0420\u043e\u0437\u0430<\/h3>\r\n                        <p class=\"place-address\">\u0443\u043b. \u0418\u0432\u0430\u043d\u0435 \u0414\u0436\u0430\u0432\u0430\u0445\u0438\u0448\u0432\u0438\u043b\u0438, 19\u0430, \u041b\u043e\u043d\u0434\u043e\u043d\u0441\u043a\u0438\u0439 \u043f\u0430\u0440\u043a<\/p>\r\n                        <p class=\"place-description\">\u0410\u0432\u0442\u043e\u0440\u0441\u043a\u0438\u0435 \u043a\u043e\u043a\u0442\u0435\u0439\u043b\u0438 \u0432 \u0436\u0438\u0432\u043e\u043f\u0438\u0441\u043d\u043e\u043c \u043f\u0430\u0440\u043a\u0435 \u2014 \u0441\u0442\u0438\u043b\u044c\u043d\u043e, \u043d\u0435\u043f\u0440\u0438\u043d\u0443\u0436\u0434\u0435\u043d\u043d\u043e, \u0432 \u0430\u0442\u043c\u043e\u0441\u0444\u0435\u0440\u0435 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0433\u043e \u0437\u043d\u0430\u0442\u043e\u043a\u0430.<\/p>\r\n                        <a href=\"#\" class=\"place-cta\">\u041a\u043e\u043d\u0441\u044c\u0435\u0440\u0436 \u043f\u043e\u0437\u0430\u0431\u043e\u0442\u0438\u0442\u0441\u044f \u043e \u0432\u0430\u0441<\/a>\r\n                    <\/div>\r\n\r\n                    <div class=\"place-card\">\r\n                        <h3 class=\"place-name\">\u041c\u043e\u0437\u0430\u0438\u043a\u0430<\/h3>\r\n                        <p class=\"place-address\">\u0423\u043b\u0438\u0446\u0430 \u0412\u0430\u0448\u043b\u043e\u0432\u0430\u043d\u0438, 8, \u0412\u0435\u0440\u0430<\/p>\r\n                        <p class=\"place-description\">\u042d\u0442\u043e\u0442 \u043a\u043e\u043b\u043e\u0440\u0438\u0442\u043d\u044b\u0439 \u0440\u0430\u0439\u043e\u043d\u043d\u044b\u0439 \u0431\u0430\u0440 \u043f\u0440\u043e\u0432\u043e\u0434\u0438\u0442 \u043c\u0435\u0440\u043e\u043f\u0440\u0438\u044f\u0442\u0438\u044f, \u0443\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u044e\u0442 \u0434\u0438\u0434\u0436\u0435\u0439\u0441\u043a\u0438\u0435 \u0441\u0435\u0442\u044b \u0438 \u0441\u043e\u0431\u0438\u0440\u0430\u0435\u0442 \u0440\u0430\u0437\u043d\u043e\u043e\u0431\u0440\u0430\u0437\u043d\u0443\u044e \u043f\u0443\u0431\u043b\u0438\u043a\u0443 \u2013 \u043e\u0442 \u043c\u0435\u0441\u0442\u043d\u044b\u0445 \u0436\u0438\u0442\u0435\u043b\u0435\u0439 \u0434\u043e \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0442\u0435\u043b\u0435\u0439 \u0442\u0432\u043e\u0440\u0447\u0435\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0444\u0435\u0441\u0441\u0438\u0439.<\/p>\r\n                        <a href=\"#\" class=\"place-cta\">\u041a\u043e\u043d\u0441\u044c\u0435\u0440\u0436 \u043f\u043e\u0437\u0430\u0431\u043e\u0442\u0438\u0442\u0441\u044f \u043e \u0432\u0430\u0441<\/a>\r\n                    <\/div>\r\n\r\n                    <div class=\"place-card\">\r\n                        <h3 class=\"place-name\">\u041f\u043e\u0434\u043f\u043e\u043b\u044c\u043d\u044b\u0439 \u0431\u0430\u0440 \u0412\u043e\u043b\u0430\u043d\u0434\u0430<\/h3>\r\n                        <p class=\"place-address\">\u0443\u043b. \u0418\u0432\u0430\u043d\u0435 \u041c\u0430\u0447\u0430\u0431\u0435\u043b\u0438, 2.<\/p>\r\n                        <p class=\"place-description\">\u0421\u043a\u0440\u044b\u0442\u044b\u0439 \u043e\u0442 \u043f\u043e\u0441\u0442\u043e\u0440\u043e\u043d\u043d\u0438\u0445 \u0433\u043b\u0430\u0437 \u0431\u0430\u0440 \u0441 \u043b\u0438\u0442\u0435\u0440\u0430\u0442\u0443\u0440\u043d\u043e\u0439 \u0434\u0436\u0430\u0437-\u043d\u0443\u0430\u0440\u043d\u043e\u0439 \u0430\u0442\u043c\u043e\u0441\u0444\u0435\u0440\u043e\u0439 \u0438 \u0438\u0437\u044b\u0441\u043a\u0430\u043d\u043d\u044b\u043c\u0438 \u043a\u043e\u043a\u0442\u0435\u0439\u043b\u044f\u043c\u0438.<\/p>\r\n                        <a href=\"#\" class=\"place-cta\">\u041a\u043e\u043d\u0441\u044c\u0435\u0440\u0436 \u043f\u043e\u0437\u0430\u0431\u043e\u0442\u0438\u0442\u0441\u044f \u043e \u0432\u0430\u0441<\/a>\r\n                    <\/div>\r\n\r\n                    <div class=\"place-card\">\r\n                        <h3 class=\"place-name\">\u041a\u0438\u0441\u043b\u043e\u0440\u043e\u0434\u043d\u044b\u0439 \u0431\u0430\u0440<\/h3>\r\n                        <p class=\"place-address\">\u041e\u0442\u0435\u043b\u044c Radisson Blu Iveria, 18 \u044d\u0442\u0430\u0436, \u043f\u043b\u043e\u0449\u0430\u0434\u044c \u0420\u043e\u0443\u0437 \u0420\u0435\u0432\u043e\u043b\u044e\u0448\u043d, 1.<\/p>\r\n                        <p class=\"place-description\">\u0412\u0438\u0434 \u043d\u0430 \u0433\u043e\u0440\u043e\u0434\u0441\u043a\u043e\u0439 \u043f\u0435\u0439\u0437\u0430\u0436, \u0430\u0442\u043c\u043e\u0441\u0444\u0435\u0440\u0430 \u0440\u043e\u0441\u043a\u043e\u0448\u043d\u043e\u0433\u043e \u043e\u0442\u0435\u043b\u044f \u0438 \u0438\u0437\u044b\u0441\u043a\u0430\u043d\u043d\u043e\u0435 \u043e\u0431\u0441\u043b\u0443\u0436\u0438\u0432\u0430\u043d\u0438\u0435 \u043a\u043e\u043a\u0442\u0435\u0439\u043b\u044f\u043c\u0438 \u043d\u0430\u0434 \u0433\u043e\u0440\u043e\u0434\u043e\u043c.<\/p>\r\n                        <a href=\"#\" class=\"place-cta\">\u041a\u043e\u043d\u0441\u044c\u0435\u0440\u0436 \u043f\u043e\u0437\u0430\u0431\u043e\u0442\u0438\u0442\u0441\u044f \u043e \u0432\u0430\u0441<\/a>\r\n                    <\/div>\r\n\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- DO TAB -->\r\n            <div id=\"do\" class=\"tab-pane\">\r\n                \r\n                <div class=\"activity-card\">\r\n                    <h3 class=\"activity-name\">Tbilisi Guided Tour<\/h3>\r\n                    <p class=\"activity-description\">\u041e\u0442\u043a\u0440\u043e\u0439\u0442\u0435 \u0434\u043b\u044f \u0441\u0435\u0431\u044f \u0432\u043e\u043b\u0448\u0435\u0431\u0441\u0442\u0432\u043e \u0421\u0442\u0430\u0440\u043e\u0433\u043e \u0422\u0431\u0438\u043b\u0438\u0441\u0438 \u2014 \u0438\u0437\u0432\u0438\u043b\u0438\u0441\u0442\u044b\u0435 \u0443\u043b\u043e\u0447\u043a\u0438, \u0441\u043a\u0440\u044b\u0442\u044b\u0435 \u0434\u0432\u043e\u0440\u0438\u043a\u0438, \u043f\u0430\u043d\u043e\u0440\u0430\u043c\u043d\u044b\u0435 \u0432\u0438\u0434\u044b \u0438 \u043d\u0435\u043f\u043e\u0432\u0442\u043e\u0440\u0438\u043c\u043e\u0435 \u0441\u043e\u0447\u0435\u0442\u0430\u043d\u0438\u0435 \u0438\u0441\u0442\u043e\u0440\u0438\u0438 \u0438 \u0441\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e\u0439 \u043a\u0443\u043b\u044c\u0442\u0443\u0440\u044b \u0433\u043e\u0440\u043e\u0434\u0430. \u042d\u043a\u0441\u043a\u0443\u0440\u0441\u0438\u044f \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0430\u043d\u0430 \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u043e \u0434\u043b\u044f \u0442\u0435\u0445, \u043a\u0442\u043e \u0445\u043e\u0447\u0435\u0442 \u043e\u0449\u0443\u0442\u0438\u0442\u044c \u0438\u0441\u0442\u0438\u043d\u043d\u044b\u0439 \u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440 \u0433\u043e\u0440\u043e\u0434\u0430.<\/p>\r\n                    <a href=\"#\" class=\"place-cta\">\u041a\u043e\u043d\u0441\u044c\u0435\u0440\u0436 \u043f\u043e\u0437\u0430\u0431\u043e\u0442\u0438\u0442\u0441\u044f \u043e \u0432\u0430\u0441<\/a>\r\n                <\/div>\r\n\r\n                <div class=\"activity-card\">\r\n                    <h3 class=\"activity-name\">\u0421\u0435\u0440\u043d\u044b\u0435 \u0432\u0430\u043d\u043d\u044b \u2013 \u0410\u0431\u0430\u043d\u043e\u0442\u0443\u0431\u0430\u043d\u0438<\/h3>\r\n                    <p class=\"activity-description\">\u041e\u0442\u0434\u043e\u0445\u043d\u0438\u0442\u0435 \u0432 \u043b\u0435\u0433\u0435\u043d\u0434\u0430\u0440\u043d\u044b\u0445 \u0442\u0435\u0440\u043c\u0430\u043b\u044c\u043d\u044b\u0445 \u0431\u0430\u043d\u044f\u0445 \u0422\u0431\u0438\u043b\u0438\u0441\u0438, \u0438\u0437\u0432\u0435\u0441\u0442\u043d\u044b\u0445 \u0441\u0432\u043e\u0438\u043c\u0438 \u0446\u0435\u043b\u0435\u0431\u043d\u044b\u043c\u0438 \u043c\u0438\u043d\u0435\u0440\u0430\u043b\u044c\u043d\u044b\u043c\u0438 \u0432\u043e\u0434\u0430\u043c\u0438 \u0438 \u0442\u0440\u0430\u0434\u0438\u0446\u0438\u043e\u043d\u043d\u044b\u043c\u0438 \u0433\u0440\u0443\u0437\u0438\u043d\u0441\u043a\u0438\u043c\u0438 \u0441\u043f\u0430-\u0440\u0438\u0442\u0443\u0430\u043b\u0430\u043c\u0438. \u042d\u0442\u043e \u0438\u0434\u0435\u0430\u043b\u044c\u043d\u044b\u0439 \u0441\u043f\u043e\u0441\u043e\u0431 \u0440\u0430\u0441\u0441\u043b\u0430\u0431\u0438\u0442\u044c\u0441\u044f \u0438 \u043f\u0440\u0438\u043a\u043e\u0441\u043d\u0443\u0442\u044c\u0441\u044f \u043a \u0434\u0440\u0435\u0432\u043d\u0438\u043c \u0442\u0440\u0430\u0434\u0438\u0446\u0438\u044f\u043c \u043e\u0437\u0434\u043e\u0440\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u0433\u043e\u0440\u043e\u0434\u0430.<\/p>\r\n                    <a href=\"#\" class=\"place-cta\">\u041a\u043e\u043d\u0441\u044c\u0435\u0440\u0436 \u043f\u043e\u0437\u0430\u0431\u043e\u0442\u0438\u0442\u0441\u044f \u043e \u0432\u0430\u0441<\/a>\r\n                <\/div>\r\n\r\n                <div class=\"activity-card\">\r\n                    <h3 class=\"activity-name\">\u042d\u043a\u0441\u043a\u0443\u0440\u0441\u0438\u044f \u043f\u043e \u0438\u0441\u0442\u043e\u0440\u0438\u0447\u0435\u0441\u043a\u0438\u043c \u043c\u0435\u0441\u0442\u0430\u043c \u041c\u0446\u0445\u0435\u0442\u044b.<\/h3>\r\n                    <p class=\"activity-description\">\u041d\u0435\u0434\u043e\u043b\u0433\u043e\u0435 \u043f\u0443\u0442\u0435\u0448\u0435\u0441\u0442\u0432\u0438\u0435 \u0432 \u0434\u0443\u0445\u043e\u0432\u043d\u0443\u044e \u0441\u0442\u043e\u043b\u0438\u0446\u0443 \u0413\u0440\u0443\u0437\u0438\u0438 \u2014 \u043e\u0431\u044a\u0435\u043a\u0442\u044b \u0412\u0441\u0435\u043c\u0438\u0440\u043d\u043e\u0433\u043e \u043d\u0430\u0441\u043b\u0435\u0434\u0438\u044f \u042e\u041d\u0415\u0421\u041a\u041e, \u0434\u0440\u0435\u0432\u043d\u0438\u0435 \u043c\u043e\u043d\u0430\u0441\u0442\u044b\u0440\u0438, \u0432\u0438\u0434\u044b \u043d\u0430 \u0440\u0435\u043a\u0443 \u0438 \u0441\u043f\u043e\u043a\u043e\u0439\u043d\u0430\u044f \u0438\u0441\u0442\u043e\u0440\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0430\u0442\u043c\u043e\u0441\u0444\u0435\u0440\u0430.<\/p>\r\n                    <a href=\"#\" class=\"place-cta\">\u041a\u043e\u043d\u0441\u044c\u0435\u0440\u0436 \u043f\u043e\u0437\u0430\u0431\u043e\u0442\u0438\u0442\u0441\u044f \u043e \u0432\u0430\u0441<\/a>\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n        function showTab(event, tabId) {\r\n            const allPanes = document.querySelectorAll('.tab-pane');\r\n            allPanes.forEach(pane => pane.classList.remove('active'));\r\n\r\n            const allButtons = document.querySelectorAll('.tab-button');\r\n            allButtons.forEach(btn => btn.classList.remove('active'));\r\n\r\n            document.getElementById(tabId).classList.add('active');\r\n            event.currentTarget.classList.add('active');\r\n        }\r\n    <\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Recommended Places &#8211; Tbilisi Recommended Places Eat \u2022 Drink \u2022 Do Eat Drink Do Caf\u00e9 Littera 13 Machabeli St Modern Georgian cuisine served in the beautiful garden of the historic Writer&#8217;s House. Concierge&#8217;s got you Barbarestan 132 Aghmashenebeli Ave A stylish restaurant reviving 19th-century Georgian recipes with a creative, modern touch. Concierge&#8217;s got you Keto [&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-5405","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/dashaandalbert.com\/ru\/wp-json\/wp\/v2\/pages\/5405","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dashaandalbert.com\/ru\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dashaandalbert.com\/ru\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dashaandalbert.com\/ru\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dashaandalbert.com\/ru\/wp-json\/wp\/v2\/comments?post=5405"}],"version-history":[{"count":28,"href":"https:\/\/dashaandalbert.com\/ru\/wp-json\/wp\/v2\/pages\/5405\/revisions"}],"predecessor-version":[{"id":5577,"href":"https:\/\/dashaandalbert.com\/ru\/wp-json\/wp\/v2\/pages\/5405\/revisions\/5577"}],"wp:attachment":[{"href":"https:\/\/dashaandalbert.com\/ru\/wp-json\/wp\/v2\/media?parent=5405"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}