{"id":8,"date":"2025-10-23T20:27:50","date_gmt":"2025-10-23T19:27:50","guid":{"rendered":"https:\/\/arnostudio.ru\/?page_id=8"},"modified":"2025-10-23T22:01:15","modified_gmt":"2025-10-23T21:01:15","slug":"glavnaya","status":"publish","type":"page","link":"https:\/\/arnostudio.ru\/","title":{"rendered":"\u0413\u043b\u0430\u0432\u043d\u0430\u044f"},"content":{"rendered":"\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"1024\" src=\"http:\/\/arnostudio.ru\/wp-content\/uploads\/2025\/10\/photo_2025-10-23_22-50-08-768x1024.jpg\" alt=\"\" class=\"wp-image-16\" srcset=\"https:\/\/arnostudio.ru\/wp-content\/uploads\/2025\/10\/photo_2025-10-23_22-50-08-768x1024.jpg 768w, https:\/\/arnostudio.ru\/wp-content\/uploads\/2025\/10\/photo_2025-10-23_22-50-08-225x300.jpg 225w, https:\/\/arnostudio.ru\/wp-content\/uploads\/2025\/10\/photo_2025-10-23_22-50-08.jpg 960w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" \/><\/figure>\n\n\n\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>ARNO &#8212; \u041c\u0435\u0431\u0435\u043b\u044c \u0434\u043b\u044f \u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u043e\u0440\u043e\u0432 \u0438 \u0434\u0438\u0437\u0430\u0439\u043d\u0435\u0440\u043e\u0432<\/title>\n    <style>\n        \/* \u0411\u0430\u0437\u043e\u0432\u044b\u0435 \u0441\u0442\u0438\u043b\u0438 *\/\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Helvetica Neue', Arial, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f8f9fa;\n            min-height: 100vh;\n            display: flex;\n            flex-direction: column;\n        }\n        \n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n        \n        \/* \u0428\u0430\u043f\u043a\u0430 *\/\n        header {\n            background: white;\n            padding: 40px 0;\n            text-align: center;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.1);\n        }\n        \n        .logo {\n            font-size: 2.5rem;\n            font-weight: 700;\n            color: #2c3e50;\n            margin-bottom: 10px;\n        }\n        \n        .tagline {\n            font-size: 1.2rem;\n            color: #666;\n            font-weight: 300;\n        }\n        \n        \/* \u041e\u0441\u043d\u043e\u0432\u043d\u043e\u0439 \u043a\u043e\u043d\u0442\u0435\u043d\u0442 *\/\n        main {\n            flex: 1;\n            padding: 60px 0;\n        }\n        \n        .info-section {\n            background: white;\n            padding: 40px;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n            margin-bottom: 30px;\n        }\n        \n        h2 {\n            color: #2c3e50;\n            margin-bottom: 20px;\n            font-size: 1.5rem;\n        }\n        \n        p {\n            margin-bottom: 15px;\n            color: #555;\n        }\n        \n        \/* \u041a\u043e\u043d\u0442\u0430\u043a\u0442\u044b *\/\n        .contacts {\n            background: white;\n            padding: 40px;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n        }\n        \n        .contact-list {\n            list-style: none;\n        }\n        \n        .contact-item {\n            display: flex;\n            align-items: center;\n            margin-bottom: 20px;\n            padding: 15px;\n            border: 1px solid #e9ecef;\n            border-radius: 8px;\n            transition: all 0.3s ease;\n        }\n        \n        .contact-item:hover {\n            border-color: #c19a6b;\n            transform: translateY(-2px);\n            box-shadow: 0 3px 10px rgba(0,0,0,0.1);\n        }\n        \n        .contact-icon {\n            width: 40px;\n            height: 40px;\n            background: #c19a6b;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-right: 15px;\n            color: white;\n            font-weight: bold;\n        }\n        \n        .contact-content {\n            flex: 1;\n        }\n        \n        .contact-title {\n            font-weight: 600;\n            color: #2c3e50;\n            margin-bottom: 5px;\n        }\n        \n        .contact-link {\n            color: #555;\n            text-decoration: none;\n            transition: color 0.3s;\n        }\n        \n        .contact-link:hover {\n            color: #c19a6b;\n        }\n        \n        \/* \u0424\u0443\u0442\u0435\u0440 *\/\n        footer {\n            background: #2c3e50;\n            color: white;\n            text-align: center;\n            padding: 30px 0;\n            margin-top: auto;\n        }\n        \n        .copyright {\n            opacity: 0.8;\n        }\n        \n        \/* \u0410\u0434\u0430\u043f\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c *\/\n        @media (max-width: 768px) {\n            header {\n                padding: 30px 0;\n            }\n            \n            .logo {\n                font-size: 2rem;\n            }\n            \n            .info-section, .contacts {\n                padding: 30px 20px;\n            }\n            \n            .contact-item {\n                flex-direction: column;\n                text-align: center;\n            }\n            \n            .contact-icon {\n                margin-right: 0;\n                margin-bottom: 10px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- \u0428\u0430\u043f\u043a\u0430 -->\n    <header>\n        <div class=\"container\">\n            <div class=\"logo\">ARNO<\/div>\n            <div class=\"tagline\">\u041c\u0435\u0431\u0435\u043b\u044c \u0434\u043b\u044f \u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u043e\u0440\u043e\u0432 \u0438 \u0434\u0438\u0437\u0430\u0439\u043d\u0435\u0440\u043e\u0432<\/div>\n        <\/div>\n    <\/header>\n\n    <!-- \u041e\u0441\u043d\u043e\u0432\u043d\u043e\u0439 \u043a\u043e\u043d\u0442\u0435\u043d\u0442 -->\n    <main>\n        <div class=\"container\">\n            <!-- \u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438 -->\n            <section class=\"info-section\">\n                <h2>\u041e \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438<\/h2>\n                <p>ARNO \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u0438\u0437\u0438\u0440\u0443\u0435\u0442\u0441\u044f \u043d\u0430 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0435 \u043a\u043e\u0440\u043f\u0443\u0441\u043d\u043e\u0439 \u0438 \u043c\u044f\u0433\u043a\u043e\u0439 \u043c\u0435\u0431\u0435\u043b\u0438 \u0434\u043b\u044f \u0440\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 \u043f\u0440\u043e\u0435\u043a\u0442\u043e\u0432 \u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u043e\u0440\u043e\u0432 \u0438 \u0434\u0438\u0437\u0430\u0439\u043d\u0435\u0440\u043e\u0432 \u0438\u043d\u0442\u0435\u0440\u044c\u0435\u0440\u043e\u0432.<\/p>\n                <p>\u041c\u044b \u0441\u043e\u0437\u0434\u0430\u0435\u043c \u043c\u0435\u0431\u0435\u043b\u044c, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u0442\u043e\u0447\u043d\u043e \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0437\u0430\u043c\u044b\u0441\u043b\u0443 \u043f\u0440\u043e\u0435\u043a\u0442\u0430, \u0441 \u0431\u0435\u0441\u043a\u043e\u043c\u043f\u0440\u043e\u043c\u0438\u0441\u0441\u043d\u044b\u043c \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e\u043c \u0438 \u0441\u043e\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u0435\u043c \u0441\u0440\u043e\u043a\u043e\u0432.<\/p>\n                <p>\u041d\u0430\u0448\u0430 \u043c\u0435\u0431\u0435\u043b\u044c \u2014 \u044d\u0442\u043e \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442 \u0434\u043b\u044f \u0432\u043e\u043f\u043b\u043e\u0449\u0435\u043d\u0438\u044f \u0432\u0430\u0448\u0438\u0445 \u0442\u0432\u043e\u0440\u0447\u0435\u0441\u043a\u0438\u0445 \u0438\u0434\u0435\u0439 \u0432 \u0436\u0438\u0437\u043d\u044c.<\/p>\n            <\/section>\n\n            <!-- \u041a\u043e\u043d\u0442\u0430\u043a\u0442\u044b -->\n            <section class=\"contacts\">\n                <h2>\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u044b<\/h2>\n                <ul class=\"contact-list\">\n                    <li class=\"contact-item\">\n                        <div class=\"contact-icon\">\u0422<\/div>\n                        <div class=\"contact-content\">\n                            <div class=\"contact-title\">\u0422\u0435\u043b\u0435\u0444\u043e\u043d<\/div>\n                            <a href=\"tel:+79037258558\" class=\"contact-link\">+7 (903) 725-85-58<\/a>\n                        <\/div>\n                    <\/li>\n                    <li class=\"contact-item\">\n                        <div class=\"contact-icon\">\u2708\ufe0f<\/div>\n                        <div class=\"contact-content\">\n                            <div class=\"contact-title\">Telegram<\/div>\n                            <a href=\"https:\/\/t.me\/+ziZvYIIU41RmOWEy\" target=\"_blank\" class=\"contact-link\">@vlad_arno<\/a>\n                        <\/div>\n                    <\/li>\n                    <li class=\"contact-item\">\n                        <div class=\"contact-icon\">\ud83d\udcf7<\/div>\n                        <div class=\"contact-content\">\n                            <div class=\"contact-title\">Instagram<\/div>\n                            <a href=\"https:\/\/www.instagram.com\/vlad_arno?utm_source=qr\" target=\"_blank\" class=\"contact-link\">@vlad_arno<\/a>\n                        <\/div>\n                    <\/li>\n                    <li class=\"contact-item\">\n                        <div class=\"contact-icon\">\ud83d\udccd<\/div>\n                        <div class=\"contact-content\">\n                            <div class=\"contact-title\">\u0428\u043e\u0443\u0440\u0443\u043c<\/div>\n                            <div class=\"contact-link\">\u0410\u0420\u0422\u041f\u041b\u0415\u0419, 9 \u0441\u0442\u0440\u043e\u0435\u043d\u0438\u0435<\/div>\n                        <\/div>\n                    <\/li>\n                <\/ul>\n            <\/section>\n        <\/div>\n    <\/main>\n\n    <!-- \u0424\u0443\u0442\u0435\u0440 -->\n    <footer>\n        <div class=\"container\">\n            <div class=\"copyright\">\u00a9 ARNO, 2024. \u041f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u043e \u043c\u0435\u0431\u0435\u043b\u0438 \u0434\u043b\u044f \u043f\u0440\u043e\u0444\u0435\u0441\u0441\u0438\u043e\u043d\u0430\u043b\u043e\u0432<\/div>\n        <\/div>\n    <\/footer>\n\n    <script>\n        \/\/ \u041f\u0440\u043e\u0441\u0442\u043e\u0439 \u0441\u043a\u0440\u0438\u043f\u0442 \u0434\u043b\u044f \u043f\u043b\u0430\u0432\u043d\u043e\u0433\u043e \u043f\u043e\u044f\u0432\u043b\u0435\u043d\u0438\u044f \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432\n        document.addEventListener('DOMContentLoaded', function() {\n            const items = document.querySelectorAll('.contact-item, .info-section');\n            \n            items.forEach((item, index) => {\n                setTimeout(() => {\n                    item.style.opacity = '1';\n                    item.style.transform = 'translateY(0)';\n                }, index * 200);\n            });\n            \n            \/\/ \u0423\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u0435\u043c \u043d\u0430\u0447\u0430\u043b\u044c\u043d\u044b\u0435 \u0441\u0442\u0438\u043b\u0438 \u0434\u043b\u044f \u0430\u043d\u0438\u043c\u0430\u0446\u0438\u0438\n            items.forEach(item => {\n                item.style.opacity = '0';\n                item.style.transform = 'translateY(20px)';\n                item.style.transition = 'all 0.6s ease';\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>ARNO &#8212; \u041c\u0435\u0431\u0435\u043b\u044c \u0434\u043b\u044f \u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u043e\u0440\u043e\u0432 \u0438 \u0434\u0438\u0437\u0430\u0439\u043d\u0435\u0440\u043e\u0432 ARNO \u041c\u0435\u0431\u0435\u043b\u044c \u0434\u043b\u044f \u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u043e\u0440\u043e\u0432 \u0438 \u0434\u0438\u0437\u0430\u0439\u043d\u0435\u0440\u043e\u0432 \u041e \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438 ARNO \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u0438\u0437\u0438\u0440\u0443\u0435\u0442\u0441\u044f \u043d\u0430 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0435 \u043a\u043e\u0440\u043f\u0443\u0441\u043d\u043e\u0439 \u0438 \u043c\u044f\u0433\u043a\u043e\u0439 \u043c\u0435\u0431\u0435\u043b\u0438 \u0434\u043b\u044f \u0440\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 \u043f\u0440\u043e\u0435\u043a\u0442\u043e\u0432 \u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u043e\u0440\u043e\u0432 \u0438 \u0434\u0438\u0437\u0430\u0439\u043d\u0435\u0440\u043e\u0432 \u0438\u043d\u0442\u0435\u0440\u044c\u0435\u0440\u043e\u0432. \u041c\u044b \u0441\u043e\u0437\u0434\u0430\u0435\u043c \u043c\u0435\u0431\u0435\u043b\u044c, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u0442\u043e\u0447\u043d\u043e \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0437\u0430\u043c\u044b\u0441\u043b\u0443 \u043f\u0440\u043e\u0435\u043a\u0442\u0430, \u0441 \u0431\u0435\u0441\u043a\u043e\u043c\u043f\u0440\u043e\u043c\u0438\u0441\u0441\u043d\u044b\u043c \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e\u043c \u0438 \u0441\u043e\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u0435\u043c \u0441\u0440\u043e\u043a\u043e\u0432. \u041d\u0430\u0448\u0430 \u043c\u0435\u0431\u0435\u043b\u044c \u2014 \u044d\u0442\u043e \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442 \u0434\u043b\u044f \u0432\u043e\u043f\u043b\u043e\u0449\u0435\u043d\u0438\u044f \u0432\u0430\u0448\u0438\u0445 \u0442\u0432\u043e\u0440\u0447\u0435\u0441\u043a\u0438\u0445 \u0438\u0434\u0435\u0439 \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-8","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/arnostudio.ru\/index.php\/wp-json\/wp\/v2\/pages\/8","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/arnostudio.ru\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/arnostudio.ru\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/arnostudio.ru\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/arnostudio.ru\/index.php\/wp-json\/wp\/v2\/comments?post=8"}],"version-history":[{"count":17,"href":"https:\/\/arnostudio.ru\/index.php\/wp-json\/wp\/v2\/pages\/8\/revisions"}],"predecessor-version":[{"id":40,"href":"https:\/\/arnostudio.ru\/index.php\/wp-json\/wp\/v2\/pages\/8\/revisions\/40"}],"wp:attachment":[{"href":"https:\/\/arnostudio.ru\/index.php\/wp-json\/wp\/v2\/media?parent=8"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}