{"id":240,"date":"2025-08-24T17:15:27","date_gmt":"2025-08-24T14:15:27","guid":{"rendered":"https:\/\/10805e2fa16f.spectrum.myjino.ru\/?page_id=240"},"modified":"2025-09-01T12:43:31","modified_gmt":"2025-09-01T09:43:31","slug":"%d0%bd%d0%b0%d1%81%d1%82%d0%be%d1%8f%d1%82%d0%b5%d0%bb%d1%8c","status":"publish","type":"page","link":"https:\/\/\u0445\u0440\u0430\u043c\u043f\u0430\u0440\u0442\u0438\u0437\u0430\u043d\u0441\u043a\u043e\u0435.\u0440\u0444\/?page_id=240","title":{"rendered":""},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"ru\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>\u0425\u0440\u0430\u043c \u0441\u0432\u044f\u0442\u0438\u0442\u0435\u043b\u044f \u0418\u043d\u043d\u043e\u043a\u0435\u043d\u0442\u0438\u044f, \u0435\u043f\u0438\u0441\u043a\u043e\u043f\u0430 \u0418\u0440\u043a\u0443\u0442\u0441\u043a\u043e\u0433\u043e<\/title>\n    \n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Lora:ital,wght@0,400;0,700;1,400&#038;family=Roboto:wght@300;400&#038;display=swap\" rel=\"stylesheet\">\n    \n    <style>\n        :root {\n            --primary-color: #5a4f9b;\n            --text-color: #333;\n            --gold-color: #c89c3c;\n            --header-height: 110px; \/* \u0411\u0430\u0437\u043e\u0432\u0430\u044f \u0432\u044b\u0441\u043e\u0442\u0430 \u0448\u0430\u043f\u043a\u0438 *\/\n            --content-font-size: 1.1rem;\n            --line-height: 1.6;\n        }\n\n        body {\n            margin: 0;\n            font-family: 'Roboto', sans-serif;\n            color: var(--text-color);\n            font-size: var(--content-font-size);\n            line-height: var(--line-height);\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 15px;\n        }\n\n        .main-header {\n            width: 100%;\n            padding: 10px 0;\n            box-sizing: border-box;\n            background: white;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n            position: sticky;\n            top: 0;\n            z-index: 1000;\n        }\n\n        @keyframes slideDown {\n            from {\n                opacity: 0;\n                transform: translateY(-50px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        .header-content {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: space-between;\n            align-items: center;\n            gap: 10px;\n        }\n\n        .logo {\n            animation: fadeIn 1.2s ease-out;\n            text-align: center;\n        }\n        \n        @keyframes fadeIn {\n            from { opacity: 0; }\n            to { opacity: 1; }\n        }\n\n        .logo h1 {\n            margin: 0;\n            font-family: 'Lora', serif;\n            font-size: 16px;\n            font-weight: 700;\n            white-space: nowrap;\n        }\n\n        .logo h1 a {\n            text-decoration: none;\n            color: var(--text-color);\n            transition: color 0.3s ease;\n        }\n\n        .logo h1 a:hover {\n            color: var(--primary-color);\n        }\n\n        .header-details {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            font-size: 13px;\n            color: #555;\n        }\n\n        .detail-item strong {\n            font-weight: 700;\n            color: var(--text-color);\n        }\n\n        .detail-item a {\n            color: var(--primary-color);\n            text-decoration: none;\n            transition: color 0.3s;\n        }\n\n        .detail-item a:hover {\n            color: var(--gold-color);\n        }\n\n        .dropdown {\n            position: relative;\n            display: inline-block;\n            margin-top: 4px;\n        }\n\n        .dropdown-button {\n            background: none;\n            border: none;\n            color: var(--primary-color);\n            font-family: 'Roboto', sans-serif;\n            font-size: 13px;\n            cursor: pointer;\n            padding: 4px 8px;\n            transition: color 0.3s ease;\n        }\n\n        .dropdown-button:hover {\n            color: var(--gold-color);\n        }\n\n        .dropdown-content {\n            display: none;\n            position: absolute;\n            background: rgba(255, 255, 255, 0.98);\n            min-width: 180px;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.1);\n            z-index: 1001;\n            left: 50%;\n            transform: translateX(-50%);\n            padding: 8px;\n            border-radius: 4px;\n            font-size: 13px;\n            color: #555;\n            text-align: center;\n            backdrop-filter: blur(5px);\n        }\n\n        .dropdown-content.show {\n            display: block;\n        }\n\n        .dropdown-item {\n            margin: 6px 0;\n        }\n\n        .dropdown-item strong {\n            font-weight: 700;\n            color: var(--text-color);\n        }\n\n        .dropdown-item a {\n            color: var(--primary-color);\n            text-decoration: none;\n            transition: color 0.3s;\n        }\n\n        .dropdown-item a:hover {\n            color: var(--gold-color);\n        }\n\n        \/* \u041d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0435 \u043c\u0435\u043d\u044e *\/\n        .nav-container {\n            width: 100%;\n            margin-top: 15px;\n            border-top: 1px solid #eee;\n            padding-top: 10px;\n        }\n\n        .nav-menu {\n            display: flex;\n            justify-content: center;\n            list-style: none;\n            padding: 0;\n            margin: 0;\n            gap: 30px;\n        }\n\n        .nav-menu li a {\n            text-decoration: none;\n            color: var(--text-color);\n            font-family: 'Lora', serif;\n            font-size: 16px;\n            transition: color 0.3s ease;\n            position: relative;\n            padding: 5px 0;\n        }\n\n        .nav-menu li a:hover {\n            color: var(--primary-color);\n        }\n\n        .nav-menu li a::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 0;\n            height: 2px;\n            background-color: var(--gold-color);\n            transition: width 0.3s ease;\n        }\n\n        .nav-menu li a:hover::after {\n            width: 100%;\n        }\n\n        \/* \u041c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0435 \u043c\u0435\u043d\u044e *\/\n        .mobile-menu-toggle {\n            display: none;\n            background: none;\n            border: none;\n            font-size: 24px;\n            cursor: pointer;\n            color: var(--primary-color);\n            padding: 5px 10px;\n        }\n\n        \/* \u041e\u0441\u043d\u043e\u0432\u043d\u043e\u0439 \u043a\u043e\u043d\u0442\u0435\u043d\u0442 *\/\n        main {\n            padding: 0 20px;\n            max-width: 800px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        main p {\n            font-size: 1.1em;\n            margin-bottom: 1.5em;\n        }\n\n        main h2, main h3 {\n            font-family: 'Lora', serif;\n            color: var(--primary-color);\n            margin-top: 1.5em;\n            margin-bottom: 0.8em;\n        }\n\n        main h2 {\n            font-size: 1.8em;\n        }\n\n        main h3 {\n            font-size: 1.4em;\n        }\n\n        \/* \u0410\u0434\u0430\u043f\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c *\/\n        @media (max-width: 992px) {\n            .logo h1 {\n                font-size: 1.3rem;\n            }\n            .header-details, .dropdown-content {\n                font-size: 0.95rem;\n            }\n            \n            .nav-menu {\n                gap: 20px;\n            }\n            \n            .nav-menu li a {\n                font-size: 15px;\n            }\n        }\n\n        @media (min-width: 1200px) {\n            :root {\n                --content-font-size: 1.2rem;\n            }\n        }\n\n        @media (max-width: 768px) {\n            :root {\n                --content-font-size: 1rem;\n            }\n            \n            .header-content {\n                flex-direction: column;\n                align-items: flex-start;\n                gap: 8px;\n            }\n            \n            .logo h1 {\n                font-size: 1.1rem;\n                white-space: normal;\n            }\n            \n            .header-details {\n                font-size: 0.9rem;\n                gap: 8px;\n            }\n            \n            .dropdown-content {\n                left: 50%;\n                transform: translateX(-50%);\n                min-width: 160px;\n                max-width: 95vw;\n                word-break: break-word;\n            }\n            \n            \/* \u0410\u0434\u0430\u043f\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c \u043c\u0435\u043d\u044e *\/\n            .nav-container {\n                position: relative;\n                margin-top: 10px;\n                border-top: none;\n            }\n            \n            .mobile-menu-toggle {\n                display: block;\n                position: absolute;\n                right: 0;\n                top: -40px;\n            }\n            \n            .nav-menu {\n                display: none;\n                flex-direction: column;\n                gap: 15px;\n                width: 100%;\n                padding: 15px 0;\n                border-top: 1px solid #eee;\n            }\n            \n            .nav-menu.active {\n                display: flex;\n                animation: slideDown 0.3s ease;\n            }\n            \n            .nav-menu li {\n                text-align: center;\n            }\n            \n            .nav-menu li a {\n                font-size: 16px;\n                padding: 8px 0;\n                display: block;\n            }\n            \n            main {\n                padding: 0 15px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <header class=\"main-header\">\n        <div class=\"container\">\n            <div class=\"header-content\">\n                <div class=\"logo\">\n                    <h1><a href=\"https:\/\/\u0445\u0440\u0430\u043c\u043f\u0430\u0440\u0442\u0438\u0437\u0430\u043d\u0441\u043a\u043e\u0435.\u0440\u0444\/\">\u0425\u0440\u0430\u043c \u0441\u0432\u044f\u0442\u0438\u0442\u0435\u043b\u044f \u0418\u043d\u043d\u043e\u043a\u0435\u043d\u0442\u0438\u044f, \u0435\u043f\u0438\u0441\u043a\u043e\u043f\u0430 \u0418\u0440\u043a\u0443\u0442\u0441\u043a\u043e\u0433\u043e<\/a><\/h1>\n                <\/div>\n                <div class=\"header-details\">\n                    <div class=\"detail-item\">\n                        <strong>\u0410\u0434\u0440\u0435\u0441:<\/strong> \u0441. \u041f\u0430\u0440\u0442\u0438\u0437\u0430\u043d\u0441\u043a\u043e\u0435, \u0443\u043b. \u0421\u043e\u0432\u0435\u0442\u0441\u043a\u0430\u044f, \u0434. 45\u0410\n                    <\/div>\n                <\/div>\n                <div class=\"dropdown\">\n                    <button class=\"dropdown-button\" aria-label=\"\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u0443\u044e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e\">\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438<\/button>\n                    <div class=\"dropdown-content\">\n                        <div class=\"dropdown-item\">\n                            <strong>\u041f\u043e\u043b\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441:<\/strong> \u041a\u0440\u0430\u0441\u043d\u043e\u044f\u0440\u0441\u043a\u0438\u0439 \u043a\u0440\u0430\u0439, \u041f\u0430\u0440\u0442\u0438\u0437\u0430\u043d\u0441\u043a\u0438\u0439 \u0440\u0430\u0439\u043e\u043d, \u0441. \u041f\u0430\u0440\u0442\u0438\u0437\u0430\u043d\u0441\u043a\u043e\u0435, \u0443\u043b. \u0421\u043e\u0432\u0435\u0442\u0441\u043a\u0430\u044f, \u0434. 45\u0410\n                        <\/div>\n                        <div class=\"dropdown-item\">\n                            <strong>\u0422\u0435\u043b\u0435\u0444\u043e\u043d:<\/strong> <a href=\"tel:89130404172\">8\u2013913-040\u201341-72<\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- \u041d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0435 \u043c\u0435\u043d\u044e -->\n            <div class=\"nav-container\">\n                <button class=\"mobile-menu-toggle\" aria-label=\"\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u043c\u0435\u043d\u044e\">\u2630<\/button>\n                <ul class=\"nav-menu\">\n                    <li><a href=\"https:\/\/\u0445\u0440\u0430\u043c\u043f\u0430\u0440\u0442\u0438\u0437\u0430\u043d\u0441\u043a\u043e\u0435.\u0440\u0444\/\">\u0413\u043b\u0430\u0432\u043d\u0430\u044f<\/a><\/li>\n                    <li><a href=\"https:\/\/10805e2fa16f.spectrum.myjino.ru\/?page_id=174\">\u0424\u043e\u0442\u043e\u0433\u0430\u043b\u0435\u0440\u0435\u044f<\/a><\/li>\n                    <li><a href=\"https:\/\/10805e2fa16f.spectrum.myjino.ru\/?page_id=240\">\u0421\u0432\u044f\u0437\u0430\u0442\u044c\u0441\u044f \u0441 \u043d\u0430\u0441\u0442\u043e\u044f\u0442\u0435\u043b\u0435\u043c<\/a><\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n    <\/header>\n\n    <main class=\"container\">\n        <!-- \u041e\u0441\u043d\u043e\u0432\u043d\u043e\u0439 \u043a\u043e\u043d\u0442\u0435\u043d\u0442 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b \u0431\u0443\u0434\u0435\u0442 \u0437\u0434\u0435\u0441\u044c -->\n    <\/main>\n\n    <script>\n        \/\/ \u0421\u043a\u0440\u0438\u043f\u0442 \u0434\u043b\u044f \u0432\u044b\u043f\u0430\u0434\u0430\u044e\u0449\u0435\u0433\u043e \u043c\u0435\u043d\u044e \u0441 \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0430\u043c\u0438\n        const dropdownButton = document.querySelector('.dropdown-button');\n        const dropdownContent = document.querySelector('.dropdown-content');\n\n        dropdownButton.addEventListener('click', () => {\n            dropdownContent.classList.toggle('show');\n        });\n\n        document.addEventListener('click', (event) => {\n            if (!dropdownButton.contains(event.target) && !dropdownContent.contains(event.target)) {\n                dropdownContent.classList.remove('show');\n            }\n        });\n\n        \/\/ \u0421\u043a\u0440\u0438\u043f\u0442 \u0434\u043b\u044f \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0433\u043e \u043c\u0435\u043d\u044e\n        const mobileMenuToggle = document.querySelector('.mobile-menu-toggle');\n        const navMenu = document.querySelector('.nav-menu');\n\n        mobileMenuToggle.addEventListener('click', () => {\n            navMenu.classList.toggle('active');\n        });\n\n        \/\/ \u0417\u0430\u043a\u0440\u044b\u0442\u0438\u0435 \u043c\u0435\u043d\u044e \u043f\u0440\u0438 \u043a\u043b\u0438\u043a\u0435 \u0432\u043d\u0435 \u0435\u0433\u043e \u043e\u0431\u043b\u0430\u0441\u0442\u0438\n        document.addEventListener('click', (event) => {\n            if (!mobileMenuToggle.contains(event.target) && !navMenu.contains(event.target)) {\n                navMenu.classList.remove('active');\n            }\n        });\n    <\/script>\n\n<\/body>\n<\/html>\n\n\n\n<div style=\"height:11px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading alignwide has-text-align-center\">\u041d\u0410\u0421\u0422\u041e\u042f\u0422\u0415\u041b\u042c<\/h2>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"601\" height=\"900\" src=\"https:\/\/10805e2fa16f.spectrum.myjino.ru\/wp-content\/uploads\/2025\/08\/Manankov-1.jpg\" alt=\"\" class=\"wp-image-248 size-full\" srcset=\"https:\/\/\u0445\u0440\u0430\u043c\u043f\u0430\u0440\u0442\u0438\u0437\u0430\u043d\u0441\u043a\u043e\u0435.\u0440\u0444\/wp-content\/uploads\/2025\/08\/Manankov-1.jpg 601w, https:\/\/\u0445\u0440\u0430\u043c\u043f\u0430\u0440\u0442\u0438\u0437\u0430\u043d\u0441\u043a\u043e\u0435.\u0440\u0444\/wp-content\/uploads\/2025\/08\/Manankov-1-200x300.jpg 200w\" sizes=\"auto, (max-width: 601px) 100vw, 601px\" \/><\/figure><div class=\"wp-block-media-text__content\">\n<p class=\"wp-block-paragraph\"><strong>\u0418\u0435\u0440\u0435\u0439 \u0415\u0432\u0433\u0435\u043d\u0438\u0439 \u041f\u0430\u0432\u043b\u043e\u0432\u0438\u0447 \u041c\u0430\u043d\u0430\u043d\u043a\u043e\u0432<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u0425\u0440\u0430\u043c \u0441\u0432\u044f\u0442\u0438\u0442\u0435\u043b\u044f \u0418\u043d\u043d\u043e\u043a\u0435\u043d\u0442\u0438\u044f, \u0435\u043f\u0438\u0441\u043a\u043e\u043f\u0430 \u0418\u0440\u043a\u0443\u0442\u0441\u043a\u043e\u0433\u043e \u0432 \u0441. \u041f\u0430\u0440\u0442\u0438\u0437\u0430\u043d\u0441\u043a\u043e\u0435; \u041d\u0430\u0441\u0442\u043e\u044f\u0442\u0435\u043b\u044c<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u041c\u043e\u043b\u0435\u043b\u044c\u043d\u0430\u044f \u043a\u043e\u043c\u043d\u0430\u0442\u0430 \u0432 \u0447\u0435\u0441\u0442\u044c \u0441\u0432\u044f\u0442\u0438\u0442\u0435\u043b\u044f \u041b\u0443\u043a\u0438, \u0430\u0440\u0445\u0438\u0435\u043f\u0438\u0441\u043a\u043e\u043f\u0430 \u0421\u0438\u043c\u0444\u0435\u0440\u043e\u043f\u043e\u043b\u044c\u0441\u043a\u043e\u0433\u043e \u043f\u0440\u0438 \u0440\u0430\u0439\u043e\u043d\u043d\u043e\u0439 \u0431\u043e\u043b\u044c\u043d\u0438\u0446\u0435 \u0432 \u0441. \u041f\u0430\u0440\u0442\u0438\u0437\u0430\u043d\u0441\u043a\u043e\u0435; \u041d\u0430\u0441\u0442\u043e\u044f\u0442\u0435\u043b\u044c<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u041f\u043e\u043c\u043e\u0449\u043d\u0438\u043a \u0431\u043b\u0430\u0433\u043e\u0447\u0438\u043d\u043d\u043e\u0433\u043e \u0423\u044f\u0440\u0441\u043a\u043e\u0433\u043e \u0446\u0435\u0440\u043a\u043e\u0432\u043d\u043e\u0433\u043e \u043e\u043a\u0440\u0443\u0433\u0430 \u043f\u043e \u043c\u043e\u043b\u043e\u0434\u0451\u0436\u043d\u043e\u0439 \u0440\u0430\u0431\u043e\u0442\u0435<\/p>\n<\/div><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n    <div class=\"contactum-feedback-form\">\r\n        <h3>\u0424\u043e\u0440\u043c\u0430 \u043e\u0431\u0440\u0430\u0442\u043d\u043e\u0439 \u0441\u0432\u044f\u0437\u0438<\/h3>\r\n        <form id=\"contactum-form\" method=\"post\">\r\n            <div class=\"form-group\">\r\n                <label for=\"contactum-name\">\u0418\u043c\u044f *<\/label>\r\n                <input type=\"text\" id=\"contactum-name\" name=\"name\" required>\r\n            <\/div>\r\n            \r\n            <div class=\"form-group\">\r\n                <label for=\"contactum-phone\">\u041d\u043e\u043c\u0435\u0440 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0430 *<\/label>\r\n                <input type=\"tel\" id=\"contactum-phone\" name=\"phone\" required>\r\n            <\/div>\r\n            \r\n            <div class=\"form-group\">\r\n                <label for=\"contactum-question\">\u0412\u0430\u0448 \u0432\u043e\u043f\u0440\u043e\u0441 *<\/label>\r\n                <textarea id=\"contactum-question\" name=\"question\" rows=\"4\" required><\/textarea>\r\n            <\/div>\r\n            \r\n            <div class=\"form-group checkbox-group\">\r\n                <label class=\"checkbox-label\">\r\n                    <input type=\"checkbox\" id=\"contactum-consent\" name=\"consent\" required>\r\n                    <span class=\"checkmark\"><\/span>\r\n                    \u042f \u0441\u043e\u0433\u043b\u0430\u0441\u0435\u043d \u043d\u0430 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0443 \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0445 \u0434\u0430\u043d\u043d\u044b\u0445 \u0432 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0438 \u0441 \u043f\u043e\u043b\u0438\u0442\u0438\u043a\u043e\u0439 \u043a\u043e\u043d\u0444\u0438\u0434\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u0438 *\r\n                <\/label>\r\n            <\/div>\r\n            \r\n            <div class=\"form-group\">\r\n                <button type=\"submit\" class=\"submit-btn\">\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435<\/button>\r\n            <\/div>\r\n            \r\n            <div id=\"contactum-message\" class=\"message\"><\/div>\r\n        <\/form>\r\n    <\/div>\r\n    \n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u0425\u0440\u0430\u043c \u0441\u0432\u044f\u0442\u0438\u0442\u0435\u043b\u044f \u0418\u043d\u043d\u043e\u043a\u0435\u043d\u0442\u0438\u044f, \u0435\u043f\u0438\u0441\u043a\u043e\u043f\u0430 \u0418\u0440\u043a\u0443\u0442\u0441\u043a\u043e\u0433\u043e \u0425\u0440\u0430\u043c \u0441\u0432\u044f\u0442\u0438\u0442\u0435\u043b\u044f \u0418\u043d\u043d\u043e\u043a\u0435\u043d\u0442\u0438\u044f, \u0435\u043f\u0438\u0441\u043a\u043e\u043f\u0430 \u0418\u0440\u043a\u0443\u0442\u0441\u043a\u043e\u0433\u043e \u0410\u0434\u0440\u0435\u0441: \u0441. \u041f\u0430\u0440\u0442\u0438\u0437\u0430\u043d\u0441\u043a\u043e\u0435, \u0443\u043b. \u0421\u043e\u0432\u0435\u0442\u0441\u043a\u0430\u044f, \u0434. 45\u0410 \u041f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438 \u041f\u043e\u043b\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441: \u041a\u0440\u0430\u0441\u043d\u043e\u044f\u0440\u0441\u043a\u0438\u0439 \u043a\u0440\u0430\u0439, \u041f\u0430\u0440\u0442\u0438\u0437\u0430\u043d\u0441\u043a\u0438\u0439 \u0440\u0430\u0439\u043e\u043d, \u0441. \u041f\u0430\u0440\u0442\u0438\u0437\u0430\u043d\u0441\u043a\u043e\u0435, \u0443\u043b. \u0421\u043e\u0432\u0435\u0442\u0441\u043a\u0430\u044f, \u0434. 45\u0410 \u0422\u0435\u043b\u0435\u0444\u043e\u043d: 8\u2013913-040\u201341-72 \u2630 \u0413\u043b\u0430\u0432\u043d\u0430\u044f \u0424\u043e\u0442\u043e\u0433\u0430\u043b\u0435\u0440\u0435\u044f \u0421\u0432\u044f\u0437\u0430\u0442\u044c\u0441\u044f \u0441 \u043d\u0430\u0441\u0442\u043e\u044f\u0442\u0435\u043b\u0435\u043c \u041d\u0410\u0421\u0422\u041e\u042f\u0422\u0415\u041b\u042c \u0418\u0435\u0440\u0435\u0439 \u0415\u0432\u0433\u0435\u043d\u0438\u0439 \u041f\u0430\u0432\u043b\u043e\u0432\u0438\u0447 \u041c\u0430\u043d\u0430\u043d\u043a\u043e\u0432 \u0425\u0440\u0430\u043c \u0441\u0432\u044f\u0442\u0438\u0442\u0435\u043b\u044f \u0418\u043d\u043d\u043e\u043a\u0435\u043d\u0442\u0438\u044f, \u0435\u043f\u0438\u0441\u043a\u043e\u043f\u0430 \u0418\u0440\u043a\u0443\u0442\u0441\u043a\u043e\u0433\u043e \u0432 \u0441. \u041f\u0430\u0440\u0442\u0438\u0437\u0430\u043d\u0441\u043a\u043e\u0435; \u041d\u0430\u0441\u0442\u043e\u044f\u0442\u0435\u043b\u044c \u041c\u043e\u043b\u0435\u043b\u044c\u043d\u0430\u044f \u043a\u043e\u043c\u043d\u0430\u0442\u0430 \u0432 [&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-240","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/\u0445\u0440\u0430\u043c\u043f\u0430\u0440\u0442\u0438\u0437\u0430\u043d\u0441\u043a\u043e\u0435.\u0440\u0444\/index.php?rest_route=\/wp\/v2\/pages\/240","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/\u0445\u0440\u0430\u043c\u043f\u0430\u0440\u0442\u0438\u0437\u0430\u043d\u0441\u043a\u043e\u0435.\u0440\u0444\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/\u0445\u0440\u0430\u043c\u043f\u0430\u0440\u0442\u0438\u0437\u0430\u043d\u0441\u043a\u043e\u0435.\u0440\u0444\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/\u0445\u0440\u0430\u043c\u043f\u0430\u0440\u0442\u0438\u0437\u0430\u043d\u0441\u043a\u043e\u0435.\u0440\u0444\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/\u0445\u0440\u0430\u043c\u043f\u0430\u0440\u0442\u0438\u0437\u0430\u043d\u0441\u043a\u043e\u0435.\u0440\u0444\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=240"}],"version-history":[{"count":17,"href":"https:\/\/\u0445\u0440\u0430\u043c\u043f\u0430\u0440\u0442\u0438\u0437\u0430\u043d\u0441\u043a\u043e\u0435.\u0440\u0444\/index.php?rest_route=\/wp\/v2\/pages\/240\/revisions"}],"predecessor-version":[{"id":361,"href":"https:\/\/\u0445\u0440\u0430\u043c\u043f\u0430\u0440\u0442\u0438\u0437\u0430\u043d\u0441\u043a\u043e\u0435.\u0440\u0444\/index.php?rest_route=\/wp\/v2\/pages\/240\/revisions\/361"}],"wp:attachment":[{"href":"https:\/\/\u0445\u0440\u0430\u043c\u043f\u0430\u0440\u0442\u0438\u0437\u0430\u043d\u0441\u043a\u043e\u0435.\u0440\u0444\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=240"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}