{"id":223,"date":"2025-01-23T18:02:01","date_gmt":"2025-01-23T15:02:01","guid":{"rendered":"https:\/\/src.by\/WDKL\/?page_id=223"},"modified":"2025-12-08T10:24:15","modified_gmt":"2025-12-08T07:24:15","slug":"%d1%82%d1%80%d0%b5%d0%bd%d0%b0%d0%b6%d0%b5%d1%80%d0%bd%d1%8b%d0%b8-%d0%b7%d0%b0%d0%bb","status":"publish","type":"page","link":"https:\/\/src.by\/WDKL\/%d1%82%d1%80%d0%b5%d0%bd%d0%b0%d0%b6%d0%b5%d1%80%d0%bd%d1%8b%d0%b8-%d0%b7%d0%b0%d0%bb","title":{"rendered":"\u0422\u0440\u0435\u043d\u0430\u0436\u0435\u0440\u043d\u044b\u0439 \u0437\u0430\u043b"},"content":{"rendered":"\n<div class=\"ice-arena-button-container\">\n    <a href=\"https:\/\/saleframe.24afisha.by\/item?oid=5449&#038;iid=28074&#038;distributor_company_id=605&#038;lang=ru\" \n       class=\"ice-arena-buy-button\">\n       \ud83c\udfab \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430 24afisha\n    <\/a>\n<\/div>\n\n\n\n<div id=\"status\"><\/div>\n\n<style>\n    #status {\n        font-size: 1.2em;\n        font-weight: normal;\n        padding: 10px 20px;\n        display: inline-block;\n        transition: 0.3s ease-in-out;\n        margin-top: 15px;\n        width: 100%;\n        text-align: center;\n        color: #000;\n        font-style: normal; \/* \u0423\u0431\u0438\u0440\u0430\u0435\u0442 \u043a\u0443\u0440\u0441\u0438\u0432 *\/\n    }\n\n    .open {\n        background-color: #43a047;\n        box-shadow: 0 0 5px rgba(67, 160, 71, 0.5);\n    }\n\n    .closed {\n        background-color: #e53935;\n        box-shadow: 0 0 5px rgba(229, 57, 53, 0.5);\n    }\n\n    .bold {\n        font-weight: bold;\n    }\n<\/style>\n\n<script>\n    function updateStatus() {\n        const statusElement = document.getElementById('status');\n        const currentTime = new Date();\n        const currentDay = currentTime.getDay(); \/\/ \u0414\u0435\u043d\u044c \u043d\u0435\u0434\u0435\u043b\u0438 (0 - \u0412\u043e\u0441\u043a\u0440\u0435\u0441\u0435\u043d\u044c\u0435, ..., 6 - \u0421\u0443\u0431\u0431\u043e\u0442\u0430)\n\n                const schedule = {\n            1: null, \/\/ \u041f\u043e\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u0438\u043a - \u0432\u044b\u0445\u043e\u0434\u043d\u043e\u0439\n            2: { start: 10, end: 22 }, \/\/ \u0412\u0442\u043e\u0440\u043d\u0438\u043a\n            3: { start: 10, end: 22 }, \/\/ \u0421\u0440\u0435\u0434\u0430\n            4: { start: 10, end: 22 }, \/\/ \u0427\u0435\u0442\u0432\u0435\u0440\u0433\n            5: { start: 10, end: 22 }, \/\/ \u041f\u044f\u0442\u043d\u0438\u0446\u0430 (01:00 = 25)\n            6: { start: 12, end: 20 }, \/\/ \u0421\u0443\u0431\u0431\u043e\u0442\u0430\n            0: { start: 12, end: 20 }  \/\/ \u0412\u043e\u0441\u043a\u0440\u0435\u0441\u0435\u043d\u044c\u0435\n        };\n\n        const todaySchedule = schedule[currentDay];\n\n        function isOpen(hour, minute, schedule) {\n            if (!schedule) return false;\n            return hour * 60 + minute >= schedule.start * 60 && hour * 60 + minute < schedule.end * 60;\n        }\n\n        function timeUntilOpening(openHour) {\n            const now = new Date();\n            const openTime = new Date(now);\n            openTime.setHours(openHour, 0, 0, 0);\n            if (now > openTime) {\n                openTime.setDate(openTime.getDate() + 1); \/\/ \u0414\u043e\u0431\u0430\u0432\u043b\u044f\u0435\u043c 1 \u0434\u0435\u043d\u044c, \u0435\u0441\u043b\u0438 \u0443\u0436\u0435 \u043f\u0440\u043e\u0448\u043b\u043e \u0432\u0440\u0435\u043c\u044f \u043e\u0442\u043a\u0440\u044b\u0442\u0438\u044f\n            }\n\n            let diff = (openTime - now) \/ 1000; \/\/ \u0420\u0430\u0437\u043d\u0438\u0446\u0430 \u0432 \u0441\u0435\u043a\u0443\u043d\u0434\u0430\u0445\n            let hours = Math.floor(diff \/ 3600);\n            let minutes = Math.floor((diff % 3600) \/ 60);\n            let seconds = Math.floor(diff % 60);\n\n            return `${String(hours).padStart(2, '0')}:${String(minutes).padStart(2, '0')}:${String(seconds).padStart(2, '0')}`;\n        }\n\n        function refreshTime() {\n            const now = new Date();\n            const currentHour = now.getHours();\n            const currentMinute = now.getMinutes();\n\n            if (isOpen(currentHour, currentMinute, todaySchedule)) {\n                statusElement.textContent = \"\u0421\u0435\u0439\u0447\u0430\u0441 \u043e\u0442\u043a\u0440\u044b\u0442\u043e\";\n                statusElement.classList.remove('closed');\n                statusElement.classList.add('open');\n            } else {\n                if (todaySchedule) {\n                    const timeLeft = timeUntilOpening(todaySchedule.start);\n                    if (timeLeft) {\n                        statusElement.innerHTML = `<span class=\"bold\">\u0421\u0435\u0439\u0447\u0430\u0441 \u0437\u0430\u043a\u0440\u044b\u0442\u043e.<\/span><br>\u0414\u043e \u043e\u0442\u043a\u0440\u044b\u0442\u0438\u044f: ${timeLeft}`;\n                    }\n                } else {\n                    statusElement.textContent = \"\u0421\u0435\u0433\u043e\u0434\u043d\u044f \u0432\u044b\u0445\u043e\u0434\u043d\u043e\u0439\";\n                }\n                statusElement.classList.remove('open');\n                statusElement.classList.add('closed');\n            }\n        }\n\n        refreshTime();\n        setInterval(refreshTime, 1000); \/\/ \u041e\u0431\u043d\u043e\u0432\u043b\u044f\u0442\u044c \u043a\u0430\u0436\u0434\u0443\u044e \u0441\u0435\u043a\u0443\u043d\u0434\u0443\n    }\n\n    window.onload = updateStatus;\n<\/script>\n\n\n\n<p class=\"has-black-color has-vivid-green-cyan-background-color has-text-color has-background has-link-color wp-elements-0fa69f651bd00d8ce7232e07e13e9045\" style=\"font-size:12px\">\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u0440\u0430\u0437\u0434\u0435\u043b\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0430 <strong>11.03.2025 02:56<\/strong><\/p>\n\n\n\n<p class=\"has-black-color has-pale-cyan-blue-background-color has-text-color has-background has-link-color wp-elements-951d40d97529fec95ce32aede19e7484\" style=\"font-size:16px\"><strong>\u0422\u0435\u043b\u0435\u0444\u043e\u043d \u0434\u043b\u044f \u0441\u043f\u0440\u0430\u0432\u043e\u043a: \u0410\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440&nbsp;<\/strong><br>\u260e\ufe0f \u0413\u043e\u0440\u043e\u0434\u0441\u043a\u043e\u0439: <a href=\"tel:80176707778\"><\/a><a href=\"tel:80176746188\">80176746188<\/a><br>\ud83d\udcf1\u041c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u0439: <a href=\"tel:80447111713\">80447111713<\/a><\/p>\n\n\n\n<p class=\"has-medium-font-size\"><strong>\ud83d\udcc5 \u0420\u0435\u0436\u0438\u043c \u0440\u0430\u0431\u043e\u0442\u044b \u0422\u0440\u0435\u043d\u0430\u0436\u0435\u0440\u043d\u043e\u0433\u043e \u0437\u0430\u043b\u0430:<\/strong><\/p>\n\n\n\n<style>\n    @font-face {\n        font-family: 'Play-Bold';\n        src: url('wp-content\/fonts\/play\/Play-Bold.ttf') format('truetype');\n        font-weight: bold;\n        font-style: normal;\n    }\n\n    table {\n        font-family: 'Play-Bold', sans-serif; \/* \u041f\u0440\u0438\u043c\u0435\u043d\u044f\u0435\u043c \u0448\u0440\u0438\u0444\u0442 \u0442\u043e\u043b\u044c\u043a\u043e \u043a \u0442\u0430\u0431\u043b\u0438\u0446\u0435 *\/\n        font-size: 14px; \/* \u0420\u0430\u0437\u043c\u0435\u0440 \u0442\u0435\u043a\u0441\u0442\u0430 \u0432 \u0442\u0430\u0431\u043b\u0438\u0446\u0435 *\/\n        width: 100%; \/* \u0414\u043b\u044f \u0430\u0434\u0430\u043f\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0438 *\/\n        max-width: 800px; \/* \u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0448\u0438\u0440\u0438\u043d\u0430 \u0442\u0430\u0431\u043b\u0438\u0446\u044b *\/\n        border-collapse: collapse;\n        background: #fff;\n        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\n        border-radius: 8px;\n        overflow: hidden;\n        margin: 0 auto; \/* \u0426\u0435\u043d\u0442\u0440\u0438\u0440\u0443\u0435\u043c \u0442\u0430\u0431\u043b\u0438\u0446\u0443 *\/\n    }\n\n    th, td {\n        padding: 12px;\n        text-align: center;\n        border-bottom: 1px solid #ddd;\n        word-wrap: break-word; \/* \u041f\u0435\u0440\u0435\u043d\u043e\u0441 \u0434\u043b\u0438\u043d\u043d\u044b\u0445 \u0441\u0442\u0440\u043e\u043a *\/\n    }\n\n    th {\n        font-size: 16px; \/* \u0420\u0430\u0437\u043c\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u043e\u0432 *\/\n        background: #4CAF50;\n        color: white;\n    }\n\n    td {\n        font-size: 14px; \/* \u0420\u0430\u0437\u043c\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430 \u044f\u0447\u0435\u0435\u043a *\/\n    }\n\n    tr:hover {\n        background: #f1f1f1;\n    }\n\n\n    \/* \u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0435 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0439 \u0448\u0438\u0440\u0438\u043d\u044b \u043a\u043e\u043b\u043e\u043d\u043e\u043a *\/\n    td:first-child, th:first-child {\n        max-width: 75px; \/* \u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0448\u0438\u0440\u0438\u043d\u0430 \u0434\u043b\u044f \u043a\u043e\u043b\u043e\u043d\u043a\u0438 \"\u0414\u0435\u043d\u044c\" *\/\n    }\n\n    td:nth-child(2), th:nth-child(2) {\n        max-width: 50px; \/* \u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0448\u0438\u0440\u0438\u043d\u0430 \u0434\u043b\u044f \u043a\u043e\u043b\u043e\u043d\u043a\u0438 \"\u0412\u0440\u0435\u043c\u044f \u0440\u0430\u0431\u043e\u0442\u044b\" *\/\n    }\n\n    td:nth-child(3), th:nth-child(3) {\n        max-width: 50px; \/* \u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0448\u0438\u0440\u0438\u043d\u0430 \u0434\u043b\u044f \u043a\u043e\u043b\u043e\u043d\u043a\u0438 \"\u0426\u0435\u043d\u0430 (\u0440\u0443\u0431\/\u0447\u0430\u0441)\" *\/\n    }\n\n    \/* \u0410\u0434\u0430\u043f\u0442\u0438\u0432\u043d\u044b\u0439 \u0440\u0430\u0437\u043c\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430 \u0434\u043b\u044f \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u0445 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432 *\/\n    @media (max-width: 600px) {\n        table {\n            font-size: 12px;\n        }\n        th {\n            font-size: 14px;\n        }\n        td {\n            font-size: 12px;\n        }\n    }\n<\/style>\n\n<table>\n    <thead>\n        <tr>\n            <th>\u0414\u043d\u0438<\/th>\n            <th>\u0412\u0440\u0435\u043c\u044f \u0440\u0430\u0431\u043e\u0442\u044b<\/th>\n        <\/tr>\n    <\/thead>\n    <tbody>\n        <tr>\n            <td>\u041f\u043e\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u0438\u043a<\/td>\n            <td>\u0412\u044b\u0445\u043e\u0434\u043d\u043e\u0439 \u0434\u0435\u043d\u044c<\/td>\n        <\/tr>\n        <tr>\n            <td>\u0412\u0442\u043e\u0440\u043d\u0438\u043a<\/td>\n            <td>10.00 &#8212; 22.00<\/td>\n        <\/tr>\n        <tr>\n            <td>\u0421\u0440\u0435\u0434\u0430<\/td>\n            <td>10.00 &#8212; 22.00<\/td>\n        <\/tr>\n        <tr>\n            <td>\u0427\u0435\u0442\u0432\u0435\u0440\u0433<\/td>\n            <td>10.00 &#8212; 22.00<\/td>\n        <\/tr>\n        <tr>\n            <td>\u041f\u044f\u0442\u043d\u0438\u0446\u0430<\/td>\n            <td>10.00 &#8212; 22.00<\/td>\n        <\/tr>\n        <tr>\n            <td>\u0421\u0443\u0431\u0431\u043e\u0442\u0430<\/td>\n            <td>12.00 \u2014 20.00<\/td>\n        <\/tr>\n        <tr>\n            <td>\u0412\u043e\u0441\u043a\u0440\u0435\u0441\u0435\u043d\u044c\u0435<\/td>\n            <td>12.00 \u2014 18.00<\/td>\n        <\/tr>\n        <tr>\n            <td>\u041f\u0440\u0430\u0437\u0434\u043d\u0438\u0447\u043d\u044b\u0435<\/td>\n            <td>12.00 \u2014 18.00<\/td>\n        <\/tr>\n    <\/tbody>\n<\/table>\n\n\n\n<p class=\"has-medium-font-size\"><strong>\ud83d\udcb0 \u0422\u0430\u0440\u0438\u0444\u044b \u043d\u0430 \u043f\u043e\u0441\u0435\u0449\u0435\u043d\u0438\u0435 \u0422\u0440\u0435\u043d\u0430\u0436\u0435\u0440\u043d\u043e\u0433\u043e \u0437\u0430\u043b\u0430:<\/strong><\/p>\n\n\n\n<table>\n    <thead>\n        <tr>\n            <th>\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0443\u0441\u043b\u0443\u0433\u0438<\/th>\n            <th>\u0422\u0430\u0440\u0438\u0444 (\u0440\u0443\u0431\u043b\u0435\u0439)<\/th>\n            <th>\u0415\u0434\u0438\u043d\u0438\u0446\u0430 \u0438\u0437\u043c\u0435\u0440\u0435\u043d\u0438\u044f<\/th>\n        <\/tr>\n    <\/thead>\n    <tbody>\n        <tr>\n            <td data-label=\"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0443\u0441\u043b\u0443\u0433\u0438\">\u0420\u0430\u0437\u043e\u0432\u043e\u0435 \u043f\u043e\u0441\u0435\u0449\u0435\u043d\u0438\u0435<\/td>\n            <td data-label=\"\u0422\u0430\u0440\u0438\u0444 (\u0440\u0443\u0431\u043b\u0435\u0439)\">8.00<\/td>\n            <td data-label=\"\u0415\u0434\u0438\u043d\u0438\u0446\u0430 \u0438\u0437\u043c\u0435\u0440\u0435\u043d\u0438\u044f\">1 \u043f\u043e\u0441\u0435\u0449\u0435\u043d\u0438\u0435<\/td>\n        <\/tr>\n        <tr>\n            <td \t=\"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0443\u0441\u043b\u0443\u0433\u0438\">\u0410\u0431\u043e\u043d\u0435\u043c\u0435\u043d\u0442 \u043d\u0430 8 \u043f\u043e\u0441\u0435\u0449\u0435\u043d\u0438\u0439<\/td>\n            <td data-label=\"\u0422\u0430\u0440\u0438\u0444 (\u0440\u0443\u0431\u043b\u0435\u0439)\">50.00<\/td>\n            <td data-label=\"\u0415\u0434\u0438\u043d\u0438\u0446\u0430 \u0438\u0437\u043c\u0435\u0440\u0435\u043d\u0438\u044f\">8 \u043f\u043e\u0441\u0435\u0449\u0435\u043d\u0438\u0439<\/td>\n        <\/tr>\n        <tr>\n            <td data-label=\"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0443\u0441\u043b\u0443\u0433\u0438\">\u0410\u0431\u043e\u043d\u0435\u043c\u0435\u043d\u0442 \u043d\u0430 12 \u043f\u043e\u0441\u0435\u0449\u0435\u043d\u0438\u0439<\/td>\n            <td data-label=\"\u0422\u0430\u0440\u0438\u0444 (\u0440\u0443\u0431\u043b\u0435\u0439)\">65.00<\/td>\n            <td data-label=\"\u0415\u0434\u0438\u043d\u0438\u0446\u0430 \u0438\u0437\u043c\u0435\u0440\u0435\u043d\u0438\u044f\">12 \u043f\u043e\u0441\u0435\u0449\u0435\u043d\u0438\u0439<\/td>\n        <\/tr>\n        <tr>\n            <td data-label=\"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0443\u0441\u043b\u0443\u0433\u0438\">\u0411\u0435\u0437\u043b\u0438\u043c\u0438\u0442\u043d\u044b\u0439 \u0430\u0431\u043e\u043d\u0435\u043c\u0435\u043d\u0442<\/td>\n            <td data-label=\"\u0422\u0430\u0440\u0438\u0444 (\u0440\u0443\u0431\u043b\u0435\u0439)\">55.00<\/td>\n            <td data-label=\"\u0415\u0434\u0438\u043d\u0438\u0446\u0430 \u0438\u0437\u043c\u0435\u0440\u0435\u043d\u0438\u044f\">1 \u043c\u0435\u0441\u044f\u0446<\/td>\n        <\/tr>\n\t\t<tr>\n            <td data-label=\"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0443\u0441\u043b\u0443\u0433\u0438\">\u0411\u0435\u0437\u043b\u0438\u043c\u0438\u0442\u043d\u044b\u0439 \u0430\u0431\u043e\u043d\u0435\u043c\u0435\u043d\u0442<\/td>\n            <td data-label=\"\u0422\u0430\u0440\u0438\u0444 (\u0440\u0443\u0431\u043b\u0435\u0439)\">120.00<\/td>\n            <td data-label=\"\u0415\u0434\u0438\u043d\u0438\u0446\u0430 \u0438\u0437\u043c\u0435\u0440\u0435\u043d\u0438\u044f\">3 \u043c\u0435\u0441\u044f\u0446<\/td>\n        <\/tr>\n\t\t<tr>\n            <td data-label=\"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0443\u0441\u043b\u0443\u0433\u0438\">\u041f\u043e\u0441\u0435\u0449\u0435\u043d\u0438\u0435 \u0442\u0440\u0435\u043d\u0430\u0436\u0435\u0440\u043d\u043e\u0433\u043e \u0437\u0430\u043b\u0430, \u0431\u0430\u0441\u0441\u0435\u0439\u043d\u0430 (12 \u043f\u043e\u0441\u0435\u0449\u0435\u043d\u0438\u0439)<\/td>\n            <td data-label=\"\u0422\u0430\u0440\u0438\u0444 (\u0440\u0443\u0431\u043b\u0435\u0439)\">114.00<\/td>\n            <td data-label=\"\u0415\u0434\u0438\u043d\u0438\u0446\u0430 \u0438\u0437\u043c\u0435\u0440\u0435\u043d\u0438\u044f\">1 \u0430\u0431\u043e\u043d\u0435\u043c\u0435\u043d\u0442 (1 \u043f\u043e\u0441\u0435\u0449\u0435\u043d\u0438\u0435: 1 \u0447\u0430\u0441-\u0442\u0440\u0435\u043d\u0430\u0436\u0435\u0440\u043d\u043e\u0433\u043e \u0437\u0430\u043b\u0430, 1 \u0447\u0430\u0441-\u0431\u0430\u0441\u0441\u0435\u0439\u043d\u0430)<\/td>\n        <\/tr>\n         <tr>\n            <td data-label=\"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0443\u0441\u043b\u0443\u0433\u0438\">\u041f\u043e\u0441\u0435\u0449\u0435\u043d\u0438\u0435 \u0442\u0440\u0435\u043d\u0430\u0436\u0435\u0440\u043d\u043e\u0433\u043e \u0437\u0430\u043b\u0430, \u0431\u0430\u0441\u0441\u0435\u0439\u043d\u0430, \u0441\u0430\u0443\u043d\u0430, \u0442\u0443\u0440\u0435\u0446\u043a\u0430\u044f \u0431\u0430\u043d\u044f (12 \u043f\u043e\u0441\u0435\u0449\u0435\u043d\u0438\u0439) <\/td>\n            <td data-label=\"\u0422\u0430\u0440\u0438\u0444 (\u0440\u0443\u0431\u043b\u0435\u0439)\">170.00<\/td>\n            <td data-label=\"\u0415\u0434\u0438\u043d\u0438\u0446\u0430 \u0438\u0437\u043c\u0435\u0440\u0435\u043d\u0438\u044f\">1 \u0430\u0431\u043e\u043d\u0435\u043c\u0435\u043d\u0442 (1 \u043f\u043e\u0441\u0435\u0449\u0435\u043d\u0438\u0435: 1 \u0447\u0430\u0441-\u0442\u0440\u0435\u043d\u0430\u0436\u0435\u0440\u043d\u043e\u0433\u043e \u0437\u0430\u043b\u0430, 1 \u0447\u0430\u0441-\u0431\u0430\u0441\u0441\u0435\u0439\u043d\u0430, \u0441\u0430\u0443\u043d\u0430)<\/td>\n        <\/tr>\n    <\/tbody>\n<\/table>\n","protected":false},"excerpt":{"rendered":"<p>\ud83c\udfab \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430 24afisha \u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u0440\u0430\u0437\u0434\u0435\u043b\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0430 11.03.2025 02:56 \u0422\u0435\u043b\u0435\u0444\u043e\u043d \u0434\u043b\u044f \u0441\u043f\u0440\u0430\u0432\u043e\u043a: \u0410\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440&nbsp;\u260e\ufe0f \u0413\u043e\u0440\u043e\u0434\u0441\u043a\u043e\u0439:&#8230;<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-223","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/src.by\/WDKL\/wp-json\/wp\/v2\/pages\/223","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/src.by\/WDKL\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/src.by\/WDKL\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/src.by\/WDKL\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/src.by\/WDKL\/wp-json\/wp\/v2\/comments?post=223"}],"version-history":[{"count":47,"href":"https:\/\/src.by\/WDKL\/wp-json\/wp\/v2\/pages\/223\/revisions"}],"predecessor-version":[{"id":1929,"href":"https:\/\/src.by\/WDKL\/wp-json\/wp\/v2\/pages\/223\/revisions\/1929"}],"wp:attachment":[{"href":"https:\/\/src.by\/WDKL\/wp-json\/wp\/v2\/media?parent=223"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}