{"id":262,"date":"2025-12-27T16:39:14","date_gmt":"2025-12-27T13:39:14","guid":{"rendered":"https:\/\/greenpeace-genesyx.ru\/?p=262"},"modified":"2025-12-27T16:59:20","modified_gmt":"2025-12-27T13:59:20","slug":"%d0%bd%d0%be%d0%b2%d0%be%d0%b3%d0%be%d0%b4%d0%bd%d1%8f%d1%8f-%d0%b2%d0%b5%d1%80%d1%82%d1%83%d1%88%d0%ba%d0%b0-%d0%b6%d0%b5%d0%bb%d0%b0%d0%bd%d0%b8%d0%b9","status":"publish","type":"post","link":"https:\/\/greenpeace-genesyx.ru\/?p=262","title":{"rendered":"\u041d\u043e\u0432\u043e\u0433\u043e\u0434\u043d\u044f\u044f \u0432\u0435\u0440\u0442\u0443\u0448\u043a\u0430 \u043f\u0440\u0435\u0434\u0441\u043a\u0430\u0437\u0430\u043d\u0438\u0439 &#171;\u0417\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c&#187;."},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"ru\">\n<head>\n    <meta charset=\"UTF-8\">\n    <title>\u0412\u0435\u0440\u0442\u0443\u0448\u043a\u0430 \u043f\u0440\u0435\u0434\u0441\u043a\u0430\u0437\u0430\u043d\u0438\u0439 | Genesyx<\/title>\n    <style>\n        \/* \u0422\u0435\u0445\u043d\u043e-\u0448\u0440\u0438\u0444\u0442 (\u043c\u043e\u0436\u043d\u043e \u0437\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u043d\u0430 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u0439, \u0435\u0441\u043b\u0438 \u0435\u0441\u0442\u044c) *\/\n        @font-face {\n            font-family: 'NeoTech';\n            src: url('https:\/\/fonts.gstatic.com\/s\/pressstart2p\/v16\/EEJ4lI1kQnLT1nWXH6hJA2YJ61m-H3k.woff2') format('woff2');\n            font-weight: 400;\n            font-style: normal;\n        }\n\n        body {\n            font-family: 'NeoTech', 'Consolas', monospace;\n            background: #000;\n            color: #0ff; \/* \u041d\u0435\u043e\u043d\u043e\u0432\u043e-\u0433\u043e\u043b\u0443\u0431\u043e\u0439 \u0442\u0435\u043a\u0441\u0442 *\/\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            min-height: 100vh;\n            margin: 0;\n            overflow: hidden;\n            position: relative;\n            background-image: \n                radial-gradient(#00f8ff40 15%, transparent 40%),\n                radial-gradient(#ff00ff40 15%, transparent 40%);\n            background-position: 0 0, 100% 100%;\n            background-repeat: no-repeat;\n            animation: bgPulse 8s infinite alternate;\n        }\n\n        @keyframes bgPulse {\n            0% { background-size: 400% 400%, 300% 300%; }\n            100% { background-size: 300% 300%, 400% 400%; }\n        }\n\n        .container {\n            text-align: center;\n            max-width: 600px;\n            padding: 20px;\n            z-index: 10;\n            border: 2px solid #0ff;\n            border-radius: 15px;\n            box-shadow: 0 0 20px #0ff, 0 0 40px #ff00ff60;\n            backdrop-filter: blur(5px);\n            background: rgba(0, 0, 0, 0.7);\n        }\n\n        h1 {\n            font-size: 2em;\n            margin-bottom: 30px;\n            color: #0ff;\n            text-shadow: 0 0 10px #0ff, 0 0 20px #ff00ff;\n            letter-spacing: 2px;\n            animation: flicker 1.5s infinite alternate;\n        }\n\n        @keyframes flicker {\n            0%, 100% { opacity: 1; }\n            50% { opacity: 0.8; }\n        }\n\n        .wheel-container {\n            position: relative;\n            width: 400px;\n            height: 400px;\n            margin: 0 auto 30px;\n            border: 3px solid #ff00ff;\n            border-radius: 50%;\n            box-shadow: 0 0 25px #ff00ff80, inset 0 0 15px #0ff80;\n            overflow: hidden;\n        }\n\n        #wheel {\n            width: 100%;\n            height: 100%;\n            border-radius: 50%;\n            background: conic-gradient(\n                #00f8ff 0%, #00b3ff 8.33%,\n                #0080ff 16.66%, #004dff 25%,\n                #4d00ff 33.33%, #8000ff 41.66%,\n                #b300ff 50%, #e600ff 58.33%,\n                #ff00e6 66.66%, #ff00b3 75%,\n                #ff0080 83.33%, #ff004d 91.66%\n            );\n            position: relative;\n            transition: transform 5s cubic-bezier(0.17, 0.67, 0.26, 0.99);\n            filter: brightness(1.2);\n            animation: spinGlow 3s infinite linear;\n        }\n\n        @keyframes spinGlow {\n            0% { filter: brightness(1.2) hue-rotate(0deg); }\n            100% { filter: brightness(1.2) hue-rotate(360deg); }\n        }\n\n        .pointer {\n            position: absolute;\n            top: 50%;\n            left: 50%;\n            transform: translate(-50%, -50%) rotate(90deg);\n            width: 0;\n            height: 0;\n            border-left: 15px solid transparent;\n            border-right: 15px solid transparent;\n            border-top: 40px solid #ff00ff;\n            border-bottom: 0;\n            z-index: 10;\n            filter: drop-shadow(0 0 10px #ff00ff);\n        }\n\n        button {\n            background: linear-gradient(45deg, #00f8ff, #ff00ff);\n            color: #fff;\n            border: none;\n            padding: 15px 30px;\n            font-size: 1.1em;\n            font-family: 'NeoTech', monospace;\n            border-radius: 8px;\n            cursor: pointer;\n            box-shadow: 0 0 15px rgba(0, 248, 255, 0.6), 0 0 30px rgba(255, 0, 255, 0.4);\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            animation: buttonPulse 2s infinite;\n            position: relative;\n            overflow: hidden;\n        }\n\n        button::before {\n            content: '';\n            position: absolute;\n            top: 0; left: 0;\n            width: 100%; height: 100%;\n            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);\n            opacity: 0;\n            transition: opacity 0.3s;\n        }\n\n        button:hover::before { opacity: 1; }\n\n        @keyframes buttonPulse {\n            0%, 100% { box-shadow: 0 0 15px #00f8ff80, 0 0 30px #ff00ff60; }\n            50% { box-shadow: 0 0 25px #00f8ff, 0 0 45px #ff00ff; }\n        }\n\n        button:hover {\n            transform: translateY(-2px);\n            filter: brightness(1.3);\n        }\n\n        #result {\n            margin-top: 30px;\n            padding: 20px;\n            background: rgba(0, 248, 255, 0.1);\n            border: 1px solid #00f8ff;\n            border-radius: 10px;\n            min-height: 100px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            line-height: 1.5;\n            font-size: 0.9em;\n            text-align: center;\n            box-shadow: 0 0 15px rgba(0, 248, 255, 0.3),\n                         inset 0 0 5px rgba(0, 248, 255, 0.2);\n            color: #0ff;\n            position: relative;\n            overflow: hidden;\n        }\n\n        #result::before {\n            content: '';\n            position: absolute;\n            top: 0; left: 0;\n            width: 100%; height: 100%;\n            background: linear-gradient(\n                45deg,\n                rgba(0, 248, 255, 0) 0%,\n                rgba(0, 248, 255, 0.1) 50%,\n                rgba(255, 0, 255, 0.1) 100%\n            );\n            opacity: 0.5;\n            z-index: -1;\n        }\n\n        .confetti {\n            position: absolute;\n            width: 8px;\n            height: 16px;\n            opacity: 0;\n            animation: fall linear forwards;\n            filter: drop-shadow(0 0 3px #ff00ff);\n        }\n\n        @keyframes fall {\n            0% {\n                transform: translateY(-20vh) rotate(0deg);\n                opacity: 1;\n                background: #00f8ff;\n            }\n            50% {\n                background: #ff00ff;\n            }\n            100% {\n                transform: translateY(110vh) rotate(720deg);\n                opacity: 0;\n                background: #ff004d;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <h1>\u0412\u0415\u0420\u0422\u0423\u0428\u041a\u0410 \u041f\u0420\u0415\u0414\u0421\u041a\u0410\u0417\u0410\u041d\u0418\u0419<\/h1>\n        <div class=\"wheel-container\">\n            <div id=\"wheel\"><\/div>\n            <div class=\"pointer\"><\/div>\n        <\/div>\n        <button id=\"spinBtn\">\u0417\u0410\u041f\u0423\u0421\u0422\u0418\u0422\u042c<\/button>\n        <div id=\"result\">\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u00ab\u0417\u0410\u041f\u0423\u0421\u0422\u0418\u0422\u042c\u00bb, \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u043f\u0440\u0435\u0434\u0441\u043a\u0430\u0437\u0430\u043d\u0438\u0435<\/div>\n    <\/div>\n\n    <script>\n        const predictions = [\n            \"\u0412 \u0442\u0435\u0447\u0435\u043d\u0438\u0435 \u0433\u043e\u0434\u0430 \u0431\u0443\u0434\u0435\u0448\u044c \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u044c \u0441\u0442\u0440\u0430\u043d\u043d\u044b\u0435 \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u044b \u0432 \u041f\u0443\u0441\u0442\u043e\u0448\u0430\u0445 \u0441 \u043d\u0430\u0434\u043f\u0438\u0441\u044c\u044e \u00ab\u042d\u0442\u043e \u0442\u043e\u0447\u043d\u043e \u043f\u0440\u0438\u0433\u043e\u0434\u0438\u0442\u0441\u044f!\u00bb. \u041a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044f: 47 \u0448\u0442\u0443\u043a.\",\n            \"\u0424\u0438\u043d\u0430\u043b\u044c\u043d\u044b\u0439 \u0431\u043e\u0441\u0441 \u0433\u043e\u0434\u0430 \u2014 \u00ab\u0440\u0430\u0437\u043e\u0431\u0440\u0430\u0442\u044c \u0435\u0436\u0430 \u043d\u0430 \u0438\u0433\u043e\u043b\u043a\u0438 \u0438 \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0435\u043b\u043a\u0443\u00bb. \u0421\u043e\u0432\u0435\u0442: \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0443\u0439 \u0441\u043e\u044e\u0437\u043d\u0438\u043a\u0430, \u0438\u043d\u044a\u0435\u043a\u0446\u0438\u044e \u0431\u0435\u0448\u0435\u043d\u0441\u0442\u0432\u0430, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439 \u0430\u0440\u0442\u0435\u0444\u0430\u043a\u0442 \u00ab\u0421\u0442\u0430\u043b\u044c\u043d\u044b\u0435 \u043f\u0435\u0440\u0447\u0430\u0442\u043a\u0438\u00bb. \u0428\u0430\u043d\u0441\u044b \u043d\u0430 \u043f\u043e\u0431\u0435\u0434\u0443: 50% \u00b1 50%.\",\n            \"\u041e\u0441\u0435\u043d\u044c\u044e \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0443\u0435\u0442\u0441\u044f \u0438\u0432\u0435\u043d\u0442 \u00ab\u0421\u0435\u0437\u043e\u043d\u043d\u044b\u0439 \u0441\u043f\u0430\u0434 \u044d\u043d\u0435\u0440\u0433\u0438\u0438\u00bb. \u0420\u0435\u0446\u0435\u043f\u0442 \u0441\u043f\u0430\u0441\u0435\u043d\u0438\u044f: \u0440\u0430\u0437\u043e\u0440\u0438 \u0431\u0443\u043d\u043a\u0435\u0440 \u0438 \u043d\u0430\u0439\u0434\u0438 \u0441\u0443\u043f\u0435\u0440\u0447\u0438\u043f\u044b \u043d\u0430 \u044d\u043d\u0435\u0440\u0433\u0438\u044e.\",\n            \"\u0412\u0435\u0441\u043d\u043e\u0439 \u0442\u0435\u0431\u044f \u043f\u043e\u0441\u0435\u0442\u0438\u0442 \u0436\u0435\u043b\u0430\u043d\u0438\u0435 \u0432\u044b\u0438\u0433\u0440\u0430\u0442\u044c \u0427\u0435\u043c\u043f\u0438\u043e\u043d\u0430\u0442 \u0438 \u0448\u043b\u0435\u043f\u0430\u0442\u044c \u0447\u0438\u043f\u044b \u043a\u0430\u043a \u041b\u0438\u0441\u0430. \u041a\u0432\u0435\u0441\u0442 \u043f\u0440\u043e\u0434\u043b\u0438\u0442\u0441\u044f \u0434\u043e \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0433\u043e \u0442\u0443\u0440\u043d\u0438\u0440\u0430. \u041d\u0430\u0433\u0440\u0430\u0434\u0430: \u043e\u043f\u044b\u0442 \u0441\u0430\u043c\u043e\u0438\u0440\u043e\u043d\u0438\u0438.\",\n            \"\u0412 \u041f\u0443\u0441\u0442\u043e\u0448\u0430\u0445 \u043f\u043e\u043b\u0443\u0447\u0438\u0448\u044c \u0440\u0435\u0434\u043a\u0438\u0439 \u043f\u0440\u0435\u0434\u043c\u0435\u0442: \u00ab\u0414\u0443\u043b\u043e \u043e\u0442 \u0442\u0430\u043d\u043a\u0430\u00bb. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439 \u0441 \u043e\u0441\u0442\u043e\u0440\u043e\u0436\u043d\u043e\u0441\u0442\u044c\u044e \u2014 \u043c\u043e\u0436\u0435\u0442 \u0432\u044b\u0437\u0432\u0430\u0442\u044c \u0436\u0435\u043b\u0430\u043d\u0438\u0435 \u043f\u043e\u0441\u0442\u0440\u043e\u0438\u0442\u044c \u0442\u0430\u043d\u043a\u043e\u0432\u044b\u0439 \u0437\u0430\u0432\u043e\u0434.\",\n            \"\u0412 \u044f\u043d\u0432\u0430\u0440\u0435 \u0442\u0435\u0431\u044f \u043f\u043e\u0441\u0435\u0442\u0438\u0442 \u0436\u0435\u043b\u0430\u043d\u0438\u0435 \u0432\u0437\u044f\u0442\u044c 18 \u0434\u043e \u043a\u043e\u043d\u0446\u0430 \u0433\u043e\u0434\u0430, \u043f\u043e\u043b\u0443\u0447\u0430\u044f \u043f\u043e 500\u043a \u043e\u043f\u044b\u0442\u0430 \u0432 \u0434\u0435\u043d\u044c. \u041a\u0432\u0435\u0441\u0442 \u043f\u0440\u043e\u0434\u043b\u0438\u0442\u0441\u044f \u0434\u043e \u043a\u043e\u043d\u0446\u0430 \u044f\u043d\u0432\u0430\u0440\u0441\u043a\u0438\u0445 \u043f\u0440\u0430\u0437\u0434\u043d\u0438\u043a\u043e\u0432. \u041d\u0430\u0433\u0440\u0430\u0434\u0430 \u2014 \u0437\u0434\u0440\u0430\u0432\u0441\u0442\u0432\u0443\u0439, \u043b\u044e\u0431\u0438\u043c\u0430\u044f \u0440\u0430\u0431\u043e\u0442\u0430.\",\n            \"\u0422\u0435\u0431\u044f \u0436\u0434\u0451\u0442 \u044d\u043f\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u043a\u0432\u0435\u0441\u0442 \u2014 \u043a\u0430\u043a\u0443\u044e \u0432\u0435\u0449\u044c \u043d\u0430\u0434\u0435\u0442\u044c \u0432 \u043d\u043e\u0432\u043e\u0433\u043e\u0434\u043d\u0438\u0439 \u0445\u0430\u043e\u0442, \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u043f\u0430\u0441\u0442\u044c \u0432 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0435 250. \u041f\u043e\u0431\u0435\u0434\u0438\u0442\u0435\u043b\u044e \u043d\u0430\u0433\u0440\u0430\u0434\u0430 \u2014 \u043d\u043e\u0441\u043e\u043a \u0414\u0436\u043e\u043d\u043d\u0438.\",\n            \"\u041b\u0435\u0442\u043e\u043c \u043e\u0442\u043a\u0440\u043e\u0435\u0448\u044c \u0441\u0435\u043a\u0440\u0435\u0442\u043d\u043e\u0435 \u0434\u043e\u0441\u0442\u0438\u0436\u0435\u043d\u0438\u0435: \u00ab\u0417\u0430\u0433\u0430\u0440 \u043d\u0430 \u0441\u0432\u0430\u043b\u043a\u0435\u00bb. \u0423\u0440\u043e\u0432\u0435\u043d\u044c: \u043b\u0435\u0433\u0435\u043d\u0434\u0430\u0440\u043d\u044b\u0439.\",\n            \"\u0412 \u0434\u0435\u043a\u0430\u0431\u0440\u0435 \u0442\u0435\u0431\u044f \u0436\u0434\u0451\u0442 \u0440\u0435\u0439\u0434\u043e\u0432\u044b\u0439 \u0431\u043e\u0441\u0441 \u00ab\u041f\u0440\u0435\u0434\u043d\u043e\u0432\u043e\u0433\u043e\u0434\u043d\u0438\u0439 \u0448\u043e\u043f\u0438\u043d\u0433\u00bb. \u0422\u0430\u043a\u0442\u0438\u043a\u0430: \u0443\u0441\u043f\u0435\u0442\u044c \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u043d\u043e\u0432\u043e\u0433\u043e\u0434\u043d\u044e\u044e \u043f\u0440\u0435\u043c\u0438\u044e \u043d\u0430 \u0440\u0430\u0431\u043e\u0442\u0435 \u0434\u043e \u043a\u043e\u043d\u0446\u0430 \u0430\u043a\u0446\u0438\u0438 \u04452 \u0437\u043e\u043b\u043e\u0442\u0430. \u041d\u0430\u0433\u0440\u0430\u0434\u0430 \u2014 \u0434\u043e\u043c\u0438\u043d\u0438\u0440\u0443\u0439 \u0438 \u0432\u043b\u0430\u0441\u0442\u0432\u0443\u0439 \u0434\u043e \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0439 \u0430\u043a\u0446\u0438\u0438.\",\n            \"\u041b\u0435\u0442\u043e\u043c \u0442\u0435\u0431\u044f \u0436\u0434\u0451\u0442 \u044d\u043f\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u043a\u0432\u0435\u0441\u0442 \u00ab\u041d\u0435 \u043f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u043d\u0438 \u043e\u0434\u043d\u043e\u0433\u043e \u043d\u0430\u043f\u0430\u0434\u0435\u043d\u0438\u044f \u0441\u0432\u0430\u043b\u043e\u0447\u043d\u044b\u0445 \u0433\u0430\u0434\u043e\u0432 \u0438 \u043a\u0438\u0431\u043e\u0440\u0433\u043e\u0432, \u043d\u0430\u0445\u043e\u0434\u044f\u0441\u044c \u0432 \u043e\u0442\u043f\u0443\u0441\u043a\u0435\u00bb. \u0428\u0430\u043d\u0441 \u0443\u0441\u043f\u0435\u0445\u0430: 0,9%.\",\n            \"\u0412 \u043d\u043e\u0432\u043e\u0433\u043e\u0434\u043d\u044e\u044e \u043d\u043e\u0447\u044c \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0440\u0435\u0434\u043a\u0438\u0439 \u043f\u043e\u0434\u0430\u0440\u043e\u043a \u0441 \u043a\u0438\u0431\u0435\u0440\u043d\u0435\u0442\u043e\u043c. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439 \u0441 \u043e\u0441\u0442\u043e\u0440\u043e\u0436\u043d\u043e\u0441\u0442\u044c\u044e \u2014 \u043c\u043e\u0436\u0435\u0442 \u0432\u044b\u0437\u0432\u0430\u0442\u044c \u0447\u0443\u0432\u0441\u0442\u0432\u043e \u0444\u0440\u0443\u0441\u0442\u0440\u0430\u0446\u0438\u0438.\",\n            \"\u041f\u0440\u0438\u043c\u0435\u0448\u044c \u0443\u0447\u0430\u0441\u0442\u0438\u0435 \u0432 2\u2011\u0447\u0430\u0441\u043e\u0432\u043e\u043c \u0438\u0432\u0435\u043d\u0442\u0435 \u00ab\u041f\u043e\u0445\u043e\u0434 \u043d\u0430 \u0431\u0430\u0437\u044b\u00bb \u0441 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u0432\u0441\u0435\u0445 \u0438\u043c\u0435\u044e\u0449\u0438\u0445\u0441\u044f \u0440\u0435\u0441\u0443\u0440\u0441\u043e\u0432. \u041d\u0430\u0433\u0440\u0430\u0434\u0430: \u0447\u0443\u0432\u0441\u0442\u0432\u043e \u043a\u043e\u043b\u043b\u0435\u043a\u0442\u0438\u0432\u043d\u043e\u0433\u043e \u0440\u0430\u0437\u043e\u0447\u0430\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u043d\u0430\u0445\u043e\u0434\u043a\u0430\u043c\u0438 \u0438 \u0432\u043f\u0443\u0441\u0442\u0443\u044e \u043f\u043e\u0442\u0440\u0430\u0447\u0435\u043d\u043d\u043e\u0433\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438.\"\n        ];\n\n        const wheel = document.getElementById('wheel');\n        const spinBtn = document.getElementById('spinBtn');\n        const result = document.getElementById('result');\n\n        let spinning = false;\n\n        spinBtn.addEventListener('click', () => {\n            if (spinning) return;\n            \n            spinning = true;\n            spinBtn.disabled = true;\n            result.textContent = '\u041f\u0420\u0415\u0414\u0421\u041a\u0410\u0417\u0410\u041d\u0418\u0415 \u0412\u042b\u0411\u0418\u0420\u0410\u0415\u0422\u0421\u042f...';\n\n            \/\/ \u0421\u043b\u0443\u0447\u0430\u0439\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u043e\u0440\u043e\u0442\u043e\u0432 (3\u20136)\n            const spins = Math.floor(Math.random() * 4) + 3;\n            \/\/ \u0421\u043b\u0443\u0447\u0430\u0439\u043d\u044b\u0439 \u0441\u0435\u043a\u0442\u043e\u0440\n            const sector = Math.floor(Math.random() * predictions.length);\n            \/\/ \u0423\u0433\u043e\u043b \u0434\u043b\u044f \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u0433\u043e \u0441\u0435\u043a\u0442\u043e\u0440\u0430\n            const angle = (360 \/ predictions.length) * sector;\n            \/\/ \u041e\u0431\u0449\u0438\u0439 \u0443\u0433\u043e\u043b \u043f\u043e\u0432\u043e\u0440\u043e\u0442\u0430\n            const totalAngle = spins * 360 + (360 - angle);\n\n            wheel.style.transform = `rotate(${totalAngle}deg)`;\n\n            setTimeout(() => {\n                const selectedPrediction = predictions[sector];\n                result.textContent = selectedPrediction;\n                spinning = false;\n                spinBtn.disabled = false;\n                createConfetti();\n            }, 5000);\n        });\n\n        function createConfetti() {\n            for (let i = 0; i < 40; i++) {\n                const confetti = document.createElement('div');\n                confetti.className = 'confetti';\n                \n                \/\/ \u0421\u043b\u0443\u0447\u0430\u0439\u043d\u0430\u044f \u043f\u043e\u0437\u0438\u0446\u0438\u044f \u043f\u043e \u0433\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u0438\n                confetti.style.left = `${Math.random() * 100}vw`;\n                \/\/ \u041d\u0430\u0447\u0430\u043b\u044c\u043d\u0430\u044f \u043f\u043e\u0437\u0438\u0446\u0438\u044f \u0432\u044b\u0448\u0435 \u044d\u043a\u0440\u0430\u043d\u0430\n                confetti.style.top = '-20vh';\n                \n                \/\/ \u0421\u043b\u0443\u0447\u0430\u0439\u043d\u044b\u0439 \u0440\u0430\u0437\u043c\u0435\u0440\n                const size = Math.random() * 8 + 4;\n                confetti.style.width = `${size}px`;\n                confetti.style.height = `${size * 2}px`;\n                \n                \/\/ \u0421\u043b\u0443\u0447\u0430\u0439\u043d\u0430\u044f \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u043f\u0430\u0434\u0435\u043d\u0438\u044f (2\u20134 \u0441\u0435\u043a\u0443\u043d\u0434\u044b)\n                const duration = Math.random() * 2 + 2;\n                confetti.style.animationDuration = `${duration}s`;\n                \n                \/\/ \u041d\u0435\u0431\u043e\u043b\u044c\u0448\u0430\u044f \u0441\u043b\u0443\u0447\u0430\u0439\u043d\u0430\u044f \u0437\u0430\u0434\u0435\u0440\u0436\u043a\u0430 \u0441\u0442\u0430\u0440\u0442\u0430 (\u0434\u043e 0.4 \u0441\u0435\u043a)\n                const delay = Math.random() * 0.4;\n                confetti.style.animationDelay = `${delay}s`;\n                \n                \/\/ \u0414\u043e\u0431\u0430\u0432\u043b\u044f\u0435\u043c \u044d\u043b\u0435\u043c\u0435\u043d\u0442 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443\n                document.body.appendChild(confetti);\n                \n                \/\/ \u0423\u0434\u0430\u043b\u044f\u0435\u043c \u044d\u043b\u0435\u043c\u0435\u043d\u0442 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f \u0430\u043d\u0438\u043c\u0430\u0446\u0438\u0438\n                setTimeout(() => {\n                    confetti.remove();\n                }, (duration + delay + 0.1) * 1000);\n            }\n        }\n    <\/script>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-audio\"><audio controls src=\"https:\/\/greenpeace-genesyx.ru\/wp-content\/uploads\/2025\/12\/\u0421\u0442\u0440\u0435\u043b\u043a\u0438-\u041a\u0430\u043a-\u0432-\u0441\u043a\u0430\u0437\u043a\u0435-\u043f\u0440\u0438\u0434\u0435\u0442-\u041d\u043e\u0432\u044b\u0439-\u0433\u043e\u0434.mp3\" autoplay><\/audio><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>\u0412\u0435\u0440\u0442\u0443\u0448\u043a\u0430 \u043f\u0440\u0435\u0434\u0441\u043a\u0430\u0437\u0430\u043d\u0438\u0439 | Genesyx \u0412\u0415\u0420\u0422\u0423\u0428\u041a\u0410 \u041f\u0420\u0415\u0414\u0421\u041a\u0410\u0417\u0410\u041d\u0418\u0419 \u0417\u0410\u041f\u0423\u0421\u0422\u0418\u0422\u042c \u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u00ab\u0417\u0410\u041f\u0423\u0421\u0422\u0418\u0422\u042c\u00bb, \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u043f\u0440\u0435\u0434\u0441\u043a\u0430\u0437\u0430\u043d\u0438\u0435<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"default","ast-global-header-display":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-262","post","type-post","status-publish","format-standard","hentry","category-1"],"_links":{"self":[{"href":"https:\/\/greenpeace-genesyx.ru\/index.php?rest_route=\/wp\/v2\/posts\/262","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/greenpeace-genesyx.ru\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/greenpeace-genesyx.ru\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/greenpeace-genesyx.ru\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/greenpeace-genesyx.ru\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=262"}],"version-history":[{"count":10,"href":"https:\/\/greenpeace-genesyx.ru\/index.php?rest_route=\/wp\/v2\/posts\/262\/revisions"}],"predecessor-version":[{"id":281,"href":"https:\/\/greenpeace-genesyx.ru\/index.php?rest_route=\/wp\/v2\/posts\/262\/revisions\/281"}],"wp:attachment":[{"href":"https:\/\/greenpeace-genesyx.ru\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=262"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/greenpeace-genesyx.ru\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=262"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/greenpeace-genesyx.ru\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=262"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}