{"id":5409,"date":"2025-11-17T14:59:21","date_gmt":"2025-11-17T14:59:21","guid":{"rendered":"http:\/\/dashaandalbert.com\/?page_id=5409"},"modified":"2026-01-18T20:21:42","modified_gmt":"2026-01-18T20:21:42","slug":"tsinandali","status":"publish","type":"page","link":"https:\/\/dashaandalbert.com\/ru\/tsinandali\/","title":{"rendered":"\u0426\u0438\u043d\u0430\u043d\u0434\u0430\u043b\u0438"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"5409\" class=\"elementor elementor-5409\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-271f1f6 elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"271f1f6\" 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-3d58a64 elementor-widget elementor-widget-html\" data-id=\"3d58a64\" 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>Tsinandali Estate - Wedding Location<\/title>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@300;400;500;600&family=Montserrat:wght@300;400;500&display=swap\" rel=\"stylesheet\">\r\n    \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.8;\r\n            overflow-x: hidden;\r\n        }\r\n\r\n        .container {\r\n            max-width: 1400px;\r\n            margin: 0 auto;\r\n            padding: 0 20px;\r\n        }\r\n\r\n        \/* Hero Section *\/\r\n        .hero-section {\r\n            position: relative;\r\n            height: 85vh;\r\n            min-height: 600px;\r\n            overflow: hidden;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            background: #2c3e50;\r\n        }\r\n\r\n        .hero-image {\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            width: 100%;\r\n            height: 100%;\r\n            object-fit:cover;\r\n            filter: brightness(0.9);\r\n        }\r\n\r\n        .hero-overlay {\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            width: 100%;\r\n            height: 100%;\r\n            background: linear-gradient(to bottom, rgba(139, 155, 127, 0.3), rgba(44, 62, 80, 0.5));\r\n        }\r\n\r\n        .hero-content {\r\n            position: relative;\r\n            z-index: 2;\r\n            text-align: center;\r\n            color: #ffffff;\r\n            max-width: 900px;\r\n            padding: 40px;\r\n        }\r\n\r\n        .hero-title {\r\n            font-size: 4.5rem;\r\n            font-weight: 300;\r\n            letter-spacing: 8px;\r\n            text-transform: uppercase;\r\n            margin-bottom: 20px;\r\n            text-shadow: 3px 3px 15px rgba(0,0,0,0.7);\r\n            color: #ffffff;\r\n        }\r\n\r\n        .hero-subtitle {\r\n            font-size: 1.8rem;\r\n            font-weight: 300;\r\n            font-style: italic;\r\n            letter-spacing: 2px;\r\n            color: #ffffff;\r\n            opacity: 0.95;\r\n            text-shadow: 2px 2px 10px rgba(0,0,0,0.5);\r\n        }\r\n\r\n        \/* Introduction Section *\/\r\n        .intro-section {\r\n            padding: 100px 0;\r\n            background: #ffffff;\r\n        }\r\n\r\n        .intro-content {\r\n            max-width: 900px;\r\n            margin: 0 auto;\r\n            text-align: center;\r\n        }\r\n\r\n        .section-title {\r\n            font-size: 3rem;\r\n            font-weight: 400;\r\n            color: #2c3e50;\r\n            letter-spacing: 3px;\r\n            text-transform: uppercase;\r\n            margin-bottom: 30px;\r\n        }\r\n\r\n        .section-subtitle {\r\n            font-size: 1.2rem;\r\n            color: #8B9B7F;\r\n            font-style: italic;\r\n            margin-bottom: 40px;\r\n            letter-spacing: 1px;\r\n        }\r\n\r\n        .intro-text {\r\n            font-size: 1.3rem;\r\n            line-height: 2;\r\n            color: #4a5f6f;\r\n            margin-bottom: 25px;\r\n        }\r\n\r\n        \/* Gallery Grid Section *\/\r\n        .gallery-section {\r\n            padding: 100px 0;\r\n            background: #f9f9f7;\r\n        }\r\n\r\n        .gallery-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(12, 1fr);\r\n            gap: 20px;\r\n            margin-top: 60px;\r\n        }\r\n\r\n        .gallery-item {\r\n            position: relative;\r\n            overflow: hidden;\r\n            border-radius: 8px;\r\n            box-shadow: 0 5px 20px rgba(0,0,0,0.1);\r\n            transition: transform 0.4s ease, box-shadow 0.4s ease;\r\n        }\r\n\r\n        .gallery-item:hover {\r\n            transform: translateY(-8px);\r\n            box-shadow: 0 15px 40px rgba(139, 155, 127, 0.3);\r\n        }\r\n\r\n        .gallery-item img {\r\n            width: 100%;\r\n            height: 100%;\r\n            object-fit: cover;\r\n            transition: transform 0.6s ease;\r\n        }\r\n\r\n        .gallery-item:hover img {\r\n            transform: scale(1.1);\r\n        }\r\n\r\n        \/* Different grid sizes *\/\r\n        .gallery-item-large {\r\n            grid-column: span 8;\r\n            height: 500px;\r\n        }\r\n\r\n        .gallery-item-medium {\r\n            grid-column: span 4;\r\n            height: 500px;\r\n        }\r\n\r\n        .gallery-item-small {\r\n            grid-column: span 4;\r\n            height: 350px;\r\n        }\r\n\r\n        .gallery-item-wide {\r\n            grid-column: span 6;\r\n            height: 400px;\r\n        }\r\n\r\n        \/* Features Section *\/\r\n        .features-section {\r\n            padding: 100px 0;\r\n            background: linear-gradient(135deg, rgba(139, 155, 127, 0.1) 0%, rgba(107, 124, 95, 0.1) 100%);\r\n        }\r\n\r\n        .features-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(3, 1fr);\r\n            gap: 50px;\r\n            margin-top: 60px;\r\n        }\r\n\r\n        .feature-card {\r\n            text-align: center;\r\n            padding: 40px 30px;\r\n            background: linear-gradient(135deg, #8B9B7F 0%, #6B7C5F 100%);\r\n            border-radius: 12px;\r\n            transition: all 0.3s ease;\r\n            color: #ffffff;\r\n        }\r\n\r\n        .feature-card:hover {\r\n            transform: translateY(-5px);\r\n            box-shadow: 0 15px 40px rgba(139, 155, 127, 0.4);\r\n        }\r\n\r\n        .feature-icon {\r\n            font-size: 3rem;\r\n            color: #ffffff;\r\n            margin-bottom: 20px;\r\n            filter: drop-shadow(0 2px 5px rgba(0,0,0,0.2));\r\n        }\r\n\r\n        .feature-title {\r\n            font-size: 1.8rem;\r\n            color: #ffffff !important;\r\n            margin-bottom: 15px;\r\n            font-weight: 500;\r\n        }\r\n\r\n        .feature-text {\r\n            font-size: 1.1rem;\r\n            color: #ffffff !important;\r\n            line-height: 1.8;\r\n            opacity: 0.95;\r\n        }\r\n\r\n        \/* Map Section *\/\r\n        .map-section {\r\n            padding: 100px 0;\r\n            background: #f9f9f7;\r\n        }\r\n\r\n        .map-container {\r\n            margin-top: 60px;\r\n            border-radius: 12px;\r\n            overflow: hidden;\r\n            box-shadow: 0 10px 40px rgba(0,0,0,0.15);\r\n        }\r\n\r\n        .map-container iframe {\r\n            width: 100%;\r\n            height: 500px;\r\n            border: none;\r\n        }\r\n\r\n        .map-info {\r\n            display: grid;\r\n            grid-template-columns: repeat(2, 1fr);\r\n            gap: 40px;\r\n            margin-top: 50px;\r\n        }\r\n\r\n        .info-card {\r\n            background: #ffffff;\r\n            padding: 40px;\r\n            border-radius: 12px;\r\n            border: 1px solid #e8ecef;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .info-card:hover {\r\n            border-color: #8B9B7F;\r\n            box-shadow: 0 8px 25px rgba(139, 155, 127, 0.15);\r\n        }\r\n\r\n        .info-title {\r\n            font-size: 1.5rem;\r\n            color: #2c3e50;\r\n            margin-bottom: 20px;\r\n            font-weight: 600;\r\n        }\r\n\r\n        .info-text {\r\n            font-size: 1.1rem;\r\n            color: #4a5f6f;\r\n            line-height: 1.8;\r\n            margin-bottom: 10px;\r\n        }\r\n\r\n        .info-link {\r\n            display: inline-block;\r\n            margin-top: 15px;\r\n            color: #8B9B7F;\r\n            text-decoration: none;\r\n            font-weight: 500;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .info-link:hover {\r\n            color: #6B7C5F;\r\n            transform: translateX(5px);\r\n        }\r\n\r\n        \/* Quote Section *\/\r\n        .quote-section {\r\n            padding: 120px 0;\r\n            background: linear-gradient(135deg, #8B9B7F 0%, #6B7C5F 100%);\r\n            text-align: center;\r\n            color: #ffffff;\r\n        }\r\n\r\n        .quote-text {\r\n            font-size: 2.5rem;\r\n            font-weight: 300;\r\n            font-style: italic;\r\n            max-width: 900px;\r\n            margin: 0 auto;\r\n            line-height: 1.6;\r\n            letter-spacing: 1px;\r\n            color: #ffffff !important;\r\n            text-shadow: 1px 1px 5px rgba(0,0,0,0.2);\r\n        }\r\n\r\n        \/* Responsive Design *\/\r\n        @media (max-width: 1200px) {\r\n            .gallery-item-large,\r\n            .gallery-item-medium,\r\n            .gallery-item-small,\r\n            .gallery-item-wide {\r\n                grid-column: span 6;\r\n                height: 400px;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 768px) {\r\n            .hero-title {\r\n                font-size: 2.5rem;\r\n                letter-spacing: 4px;\r\n            }\r\n\r\n            .hero-subtitle {\r\n                font-size: 1.rem;\r\n            }\r\n\r\n            .section-title {\r\n                font-size: 1rem !important;\r\n                letter-spacing: 2px;\r\n            }\r\n\r\n            .intro-text {\r\n                font-size: 1rem;\r\n            }\r\n\r\n            .gallery-item-large,\r\n            .gallery-item-medium,\r\n            .gallery-item-small,\r\n            .gallery-item-wide {\r\n                grid-column: span 12;\r\n                height: 300px;\r\n            }\r\n\r\n            .features-grid {\r\n                grid-template-columns: 1fr;\r\n                gap: 30px;\r\n            }\r\n\r\n            .map-info {\r\n                grid-template-columns: 1fr;\r\n                gap: 20px;\r\n            }\r\n\r\n            .quote-text {\r\n                font-size: 1.3rem;\r\n                padding: 0 20px;\r\n            }\r\n\r\n            .intro-section,\r\n            .gallery-section,\r\n            .features-section,\r\n            .map-section {\r\n                padding: 60px 0;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 480px) {\r\n            .hero-section {\r\n                height: 30vh ;\r\n                min-height:0px;\r\n            }\r\n\r\n            .hero-title {\r\n                font-size: 1rem !important;\r\n            }\r\n\r\n            .section-title {\r\n                font-size: 1.6rem !important ;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <!-- Hero Section -->\r\n    <section class=\"hero-section\">\r\n        <img decoding=\"async\" src=\"https:\/\/media.cntravellerme.com\/photos\/67629a99554b03a99c22863b\/16:9\/w_2560%2Cc_limit\/DJI_0549.jpg\" alt=\"Tsinandali Estate\" class=\"hero-image\">\r\n        <div class=\"hero-overlay\"><\/div>\r\n        <div class=\"hero-content\">\r\n            <h1 class=\"hero-title\" style=\"color: #ffffff;\">\u041f\u043e\u043c\u0435\u0441\u0442\u044c\u0435 \u0426\u0438\u043d\u0430\u043d\u0434\u0430\u043b\u0438<\/h1>\r\n            <p class=\"hero-subtitle\" style=\"color: #ffffff;\">Where History Meets Elegance<\/p>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Introduction Section -->\r\n    <section class=\"intro-section\">\r\n        <div class=\"container\">\r\n            <div class=\"intro-content\">\r\n                <h2 class=\"section-title\">Wedding Location & Map<\/h2>\r\n                <p class=\"section-subtitle\">Tsinandali Estate \u2013 Radisson Collection Hotel<\/p>\r\n                \r\n                <p class=\"intro-text\">\r\n                    Welcome to Tsinandali Estate \u2014 a place where time slows down, the air smells like vineyards at sunrise, and history hides in every garden path. It's Georgia's most iconic escape: part museum, part wine kingdom, part architectural dream.\r\n                <\/p>\r\n                \r\n                <p class=\"intro-text\">\r\n                    Our celebration unfolds inside the Radisson Collection Hotel, a striking mix of glass, stone, and mountain views. Imagine sunlight spilling through floor-to-ceiling windows, terraces floating above the vineyards, and the Caucasus Mountains watching quietly in the distance. It feels both ancient and brand-new \u2014 like the past and future shaking hands.\r\n                <\/p>\r\n                \r\n                <p class=\"intro-text\">\r\n                    Tsinandali is the kind of place where you wander for \"just five minutes\" and stay for an hour. Maybe you'll get lost in the old wine cellar. Maybe you'll end up in the rose garden. Maybe you'll find the perfect quiet corner with a spectacular view.\r\n                <\/p>\r\n                \r\n                <p class=\"intro-text\">\r\n                    Whatever you discover, the estate is here to make every moment feel beautifully cinematic \u2014 the kind of setting you remember long after the celebration ends.\r\n                <\/p>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Gallery Section -->\r\n    <section class=\"gallery-section\">\r\n        <div class=\"container\">\r\n            <h2 class=\"section-title\" style=\"text-align: center;\">Explore Tsinandali<\/h2>\r\n            <p class=\"section-subtitle\" style=\"text-align: center;\">A Visual Journey Through the Estate<\/p>\r\n            \r\n            <div class=\"gallery-grid\">\r\n                <!-- Row 1 -->\r\n                <div class=\"gallery-item gallery-item-large\">\r\n                    <img decoding=\"async\" src=\"https:\/\/dynamic-media-cdn.tripadvisor.com\/media\/photo-o\/30\/63\/6d\/70\/caption.jpg?w=1200&h=-1&s=1\" alt=\"Tsinandali Estate View\">\r\n                <\/div>\r\n                <div class=\"gallery-item gallery-item-medium\">\r\n                    <img decoding=\"async\" src=\"https:\/\/dynamic-media-cdn.tripadvisor.com\/media\/photo-o\/30\/63\/6d\/6f\/caption.jpg?w=1200&h=-1&s=1\" alt=\"Tsinandali Vineyard\">\r\n                <\/div>\r\n                \r\n                <!-- Row 2 -->\r\n                <div class=\"gallery-item gallery-item-small\">\r\n                    <img decoding=\"async\" src=\"https:\/\/dynamic-media-cdn.tripadvisor.com\/media\/photo-o\/30\/fd\/ba\/92\/caption.jpg?w=1200&h=-1&s=1\" alt=\"Tsinandali Interior\">\r\n                <\/div>\r\n                <div class=\"gallery-item gallery-item-small\">\r\n                    <img decoding=\"async\" src=\"https:\/\/dynamic-media-cdn.tripadvisor.com\/media\/photo-o\/30\/fd\/ba\/91\/caption.jpg?w=1200&h=-1&s=1\" alt=\"Tsinandali Garden\">\r\n                <\/div>\r\n                <div class=\"gallery-item gallery-item-small\">\r\n                    <img decoding=\"async\" src=\"https:\/\/dynamic-media-cdn.tripadvisor.com\/media\/photo-o\/30\/fd\/ba\/90\/caption.jpg?w=1200&h=-1&s=1\" alt=\"Tsinandali Room\">\r\n                <\/div>\r\n                \r\n                <!-- Row 3 -->\r\n                <div class=\"gallery-item gallery-item-wide\">\r\n                    <img decoding=\"async\" src=\"https:\/\/dynamic-media-cdn.tripadvisor.com\/media\/photo-o\/30\/fd\/ba\/8f\/caption.jpg?w=1200&h=-1&s=1\" alt=\"Tsinandali Pool\">\r\n                <\/div>\r\n                <div class=\"gallery-item gallery-item-wide\">\r\n                    <img decoding=\"async\" src=\"https:\/\/dynamic-media-cdn.tripadvisor.com\/media\/photo-o\/30\/fd\/ba\/8d\/caption.jpg?w=1200&h=-1&s=1\" alt=\"Tsinandali Dining\">\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Features Section -->\r\n    <section class=\"features-section\">\r\n        <div class=\"container\">\r\n            <h2 class=\"section-title\" style=\"text-align: center;\">What Makes It Special<\/h2>\r\n            \r\n            <div class=\"features-grid\">\r\n                <div class=\"feature-card\">\r\n                    <div class=\"feature-icon\">\ud83c\udfdb\ufe0f<\/div>\r\n                    <h3 class=\"feature-title\">Historic Estate<\/h3>\r\n                    <p class=\"feature-text\">A 19th-century architectural masterpiece with royal heritage, gardens, and a legendary wine collection.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"feature-card\">\r\n                    <div class=\"feature-icon\">\ud83c\udf77<\/div>\r\n                    <h3 class=\"feature-title\">Wine Paradise<\/h3>\r\n                    <p class=\"feature-text\">Surrounded by endless vineyards, with access to one of the oldest wine cellars in Georgia.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"feature-card\">\r\n                    <div class=\"feature-icon\">\ud83c\udfd4\ufe0f<\/div>\r\n                    <h3 class=\"feature-title\">Mountain Views<\/h3>\r\n                    <p class=\"feature-text\">Breathtaking panoramas of the Caucasus Mountains from every terrace and window.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Map Section -->\r\n    <section class=\"map-section\">\r\n        <div class=\"container\">\r\n            <h2 class=\"section-title\" style=\"text-align: center;\">How to Get There<\/h2>\r\n            <p class=\"section-subtitle\" style=\"text-align: center;\">Tsinandali, Kakheti Region, Georgia<\/p>\r\n            \r\n            <div class=\"map-container\">\r\n               <iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d1287.882443317465!2d45.56367652534407!3d41.894177518472524!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4045d38298f56115%3A0xaedecaa96ed45b06!2sTsinandali%20Estate%2C%20A%20Radisson%20Collection%20Hotel!5e1!3m2!1sen!2sge!4v1768396436875!5m2!1sen!2sge\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe>\r\n            <\/div>\r\n            \r\n            <div class=\"map-info\">\r\n                <div class=\"info-card\">\r\n                    <h3 class=\"info-title\">\ud83d\udccd Address<\/h3>\r\n                    <p class=\"info-text\">Tsinandali Village<\/p>\r\n                    <p class=\"info-text\">Kakheti Region, Georgia<\/p>\r\n                    <a href=\"https:\/\/goo.gl\/maps\/example\" class=\"info-link\">Open in Google Maps \u2192<\/a>\r\n                <\/div>\r\n                \r\n                <div class=\"info-card\">\r\n                    <h3 class=\"info-title\">\ud83d\ude97 From Tbilisi<\/h3>\r\n                    <p class=\"info-text\">Distance: ~100 km<\/p>\r\n                    <p class=\"info-text\">Drive Time: 2 hours<\/p>\r\n                    <a href=\"https:\/\/maps.app.goo.gl\/UQE5KeareYQkXEF46\" class=\"info-link\">View Directions \u2192<\/a>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Quote Section -->\r\n    <section class=\"quote-section\">\r\n        <div class=\"container\">\r\n            <p class=\"quote-text\">\r\n                \"This is Tsinandali. This is our backdrop. And it's magic.\"\r\n            <\/p>\r\n        <\/div>\r\n    <\/section>\r\n\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<div class=\"elementor-element elementor-element-12833e7 e-con-full e-flex e-con e-parent\" data-id=\"12833e7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-30e5190 elementor-widget elementor-widget-heading\" data-id=\"30e5190\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/www.instagram.com\/radissoncollectiontsinandali\/\" target=\"_blank\">\u041f\u043e\u043c\u0435\u0441\u0442\u044c\u0435 \u0426\u0438\u043d\u0430\u043d\u0434\u0430\u043b\u0438<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d03e72c elementor-widget elementor-widget-image\" data-id=\"d03e72c\" data-element_type=\"widget\" data-e-type=\"widget\" data-no-translation=\"\" data-widget_type=\"image.default\">\n\t\t\t\t\t<style>.elementor-element-d03e72c{display:none !important}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-945c008 elementor-widget elementor-widget-image\" data-id=\"945c008\" data-element_type=\"widget\" data-e-type=\"widget\" data-no-translation=\"\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"2560\" height=\"1440\" src=\"https:\/\/dashaandalbert.com\/wp-content\/uploads\/2026\/01\/MAP_Tsinandali_ru.png\" class=\"attachment-full size-full wp-image-6602\" alt=\"\" srcset=\"https:\/\/dashaandalbert.com\/wp-content\/uploads\/2026\/01\/MAP_Tsinandali_ru.png 2560w, https:\/\/dashaandalbert.com\/wp-content\/uploads\/2026\/01\/MAP_Tsinandali_ru-300x169.png 300w, https:\/\/dashaandalbert.com\/wp-content\/uploads\/2026\/01\/MAP_Tsinandali_ru-1024x576.png 1024w, https:\/\/dashaandalbert.com\/wp-content\/uploads\/2026\/01\/MAP_Tsinandali_ru-768x432.png 768w, https:\/\/dashaandalbert.com\/wp-content\/uploads\/2026\/01\/MAP_Tsinandali_ru-1536x864.png 1536w, https:\/\/dashaandalbert.com\/wp-content\/uploads\/2026\/01\/MAP_Tsinandali_ru-2048x1152.png 2048w, https:\/\/dashaandalbert.com\/wp-content\/uploads\/2026\/01\/MAP_Tsinandali_ru-18x10.png 18w, https:\/\/dashaandalbert.com\/wp-content\/uploads\/2026\/01\/MAP_Tsinandali_ru-600x338.png 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Tsinandali Estate &#8211; Wedding Location Tsinandali Estate Where History Meets Elegance Wedding Location &#038; Map Tsinandali Estate \u2013 Radisson Collection Hotel Welcome to Tsinandali Estate \u2014 a place where time slows down, the air smells like vineyards at sunrise, and history hides in every garden path. It&#8217;s Georgia&#8217;s most iconic escape: part museum, part wine [&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-5409","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/dashaandalbert.com\/ru\/wp-json\/wp\/v2\/pages\/5409","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=5409"}],"version-history":[{"count":67,"href":"https:\/\/dashaandalbert.com\/ru\/wp-json\/wp\/v2\/pages\/5409\/revisions"}],"predecessor-version":[{"id":6614,"href":"https:\/\/dashaandalbert.com\/ru\/wp-json\/wp\/v2\/pages\/5409\/revisions\/6614"}],"wp:attachment":[{"href":"https:\/\/dashaandalbert.com\/ru\/wp-json\/wp\/v2\/media?parent=5409"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}