{"id":10957,"date":"2024-05-23T13:44:42","date_gmt":"2024-05-23T10:44:42","guid":{"rendered":"https:\/\/kafedra.management.fmm.kpi.ua\/main\/?p=10957"},"modified":"2026-07-03T13:53:16","modified_gmt":"2026-07-03T10:53:16","slug":"%d0%bf%d0%be%d1%82%d0%be%d1%87%d0%bd%d1%96-%d0%b7%d0%b0%d1%85%d0%be%d0%b4%d0%b8-%d0%be%d1%81%d1%82%d1%80%d1%96%d0%b2%d0%b5%d1%86%d1%8c-%d0%bf%d1%80%d0%be%d0%b3%d1%80%d0%b5%d1%81%d0%b8%d0%bb%d1%8c","status":"publish","type":"post","link":"https:\/\/kafedra.management.fmm.kpi.ua\/main\/?p=10957","title":{"rendered":"\u041f\u041e\u0422\u041e\u0427\u041d\u0406 \u0417\u0410\u0425\u041e\u0414\u0418 &#8211; \u041e\u0421\u0422\u0420\u0406\u0412\u0415\u0426\u042c \u041f\u0420\u041e\u0413\u0420\u0415\u0421\u0418\u041b\u042c\u041d\u041e\u0421\u0422\u0406 \u041c\u0415\u041d\u0415\u0414\u0416\u0415\u0420\u0406\u0412"},"content":{"rendered":"\n<p class=\"has-text-align-center has-white-color has-luminous-vivid-orange-background-color has-text-color has-background has-link-color wp-elements-fab0e9e492cc943217fd5a63352632ee wp-block-paragraph\"><strong>\u041f\u041e\u0422\u041e\u0427\u041d\u0406 \u0417\u0410\u0425\u041e\u0414\u0418 &#8211; \u041e\u0421\u0422\u0420\u0406\u0412\u0415\u0426\u042c \u041f\u0420\u041e\u0413\u0420\u0415\u0421\u0418\u041b\u042c\u041d\u041e\u0421\u0422\u0406 \u041c\u0415\u041d\u0415\u0414\u0416\u0415\u0420\u0406\u0412<\/strong><\/p>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-black-color has-alpha-channel-opacity has-black-background-color has-background is-style-wide\"\/>\n\n\n\n<p class=\"has-text-align-center has-medium-font-size wp-block-paragraph\"><strong><a href=\"https:\/\/kafedra.management.fmm.kpi.ua\/main\/wp-content\/uploads\/2024\/05\/Progresilni-znayomstvo.pdf\">\u041f\u0420\u041e\u0413\u0420\u0415\u0421\u0418\u041b\u042c\u041d\u0406 &#8211; \u0417\u041d\u0410\u0419\u041e\u041c\u0421\u0422\u0412\u041e<\/a><\/strong><\/p>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-black-color has-alpha-channel-opacity has-black-background-color has-background is-style-wide\"\/>\n\n\n    <style>\n        \/* REUSABLE LIST CONTAINER *\/\n        .kpi-list {\n            display: flex;\n            flex-direction: column;\n            gap: 20px;\n            padding: 15px;\n            font-family: 'Exo 2', sans-serif;\n            background-color: #ffffff;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        \/* CARD STYLE *\/\n        .kpi-list-card {\n            display: flex;\n            flex-direction: row; \/* Aligns content horizontally *\/\n            width: 100%;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);\n            border: 1px solid #e2e8f0;\n            transition: transform 0.2s ease, box-shadow 0.2s ease;\n            background-color: #ffffff;\n            text-decoration: none;\n        }\n\n        .kpi-list-card:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);\n        }\n\n        \/* IMAGE CONTAINER *\/\n        .kpi-list-card-img-wrapper {\n            width: 200px; \/* Fixed width for left thumbnail *\/\n            height: 140px;\n            flex-shrink: 0;\n            overflow: hidden;\n            background-color: #f8fafc;\n        }\n\n        .kpi-list-card-img-wrapper img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover; \n            transition: transform 0.3s ease;\n        }\n\n        .kpi-list-card:hover .kpi-list-card-img-wrapper img {\n            transform: scale(1.05);\n        }\n\n        \/* CONTENT CONTAINER *\/\n        .kpi-list-card-content {\n            padding: 20px;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            flex-grow: 1;\n            box-sizing: border-box;\n        }\n\n        \/* TITLE STYLE *\/\n        .kpi-list-card-title {\n            margin: 0 0 8px 0;\n            font-size: 18px;\n            font-weight: 600;\n            color: #0f172a; \n            line-height: 1.3;\n        }\n\n        .kpi-list-card:hover .kpi-list-card-title {\n            color: #ff6900; \n            text-decoration: underline;\n        }\n\n        \/* EXCERPT \/ SHORT TEXT *\/\n        .kpi-list-card-excerpt {\n            margin: 0;\n            font-size: 14px;\n            color: #64748b;\n            line-height: 1.5;\n            display: -webkit-box;\n            -webkit-line-clamp: 2; \/* Truncates excerpt to two lines visually *\/\n            -webkit-box-orient: vertical;\n            overflow: hidden;\n            text-overflow: ellipsis;\n        }\n\n        \/* MOBILE ADJUSTMENT *\/\n        @media (max-width: 576px) {\n            .kpi-list-card {\n                flex-direction: column; \/* Stack vertically on small screens *\/\n            }\n            .kpi-list-card-img-wrapper {\n                width: 100%;\n                height: 180px;\n            }\n        }\n    <\/style>\n\n    <div class=\"kpi-list\">\n                    <a href=\"https:\/\/kafedra.management.fmm.kpi.ua\/main\/?p=16670\" class=\"kpi-list-card\">\n                <div class=\"kpi-list-card-img-wrapper\">\n                    <img src=\"https:\/\/kafedra.management.fmm.kpi.ua\/main\/wp-content\/uploads\/2026\/05\/photo_5463063118092113006_y-214x300.jpg\" alt=\"\u0417 13 \u043f\u043e 26 \u043a\u0432\u0456\u0442\u043d\u044f 2026 \u0440\u043e\u043a\u0443, \u00ab\u041f\u0440\u0430\u043a\u0442\u0438\u0447\u043d\u0438\u0439 \u0428\u0406: \u0456\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u0438 \u0434\u043b\u044f \u0441\u0443\u0447\u0430\u0441\u043d\u043e\u0457 \u043e\u0441\u0432\u0456\u0442\u0438\u00bb\" loading=\"lazy\" decoding=\"async\">\n                <\/div>\n                <div class=\"kpi-list-card-content\">\n                    <h3 class=\"kpi-list-card-title\">\u0417 13 \u043f\u043e 26 \u043a\u0432\u0456\u0442\u043d\u044f 2026 \u0440\u043e\u043a\u0443, \u00ab\u041f\u0440\u0430\u043a\u0442\u0438\u0447\u043d\u0438\u0439 \u0428\u0406: \u0456\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u0438 \u0434\u043b\u044f \u0441\u0443\u0447\u0430\u0441\u043d\u043e\u0457 \u043e\u0441\u0432\u0456\u0442\u0438\u00bb<\/h3>\n                    <div class=\"kpi-list-card-excerpt\">\n                        \ud83d\udc69\u200d\ud83c\udfeb\u0437 13 \u043f\u043e 26 \u043a\u0432\u0456\u0442\u043d\u044f 2026 \u0440\u043e\u043a\u0443, \u043a.\u0435.\u043d., \u0434\u043e\u0446. \u0413\u0430\u043d\u043d\u0430 \u041c\u043e\u0445\u043e\u043d\u044c\u043a\u043e, \u043a.\u0435.\u043d., \u0434\u043e\u0446. \u041e\u043b\u044c\u0433\u0430 \u0413\u0443\u043a \u0442\u0430 \u0434-\u0440 \u0444\u0456\u043b. \u0437 \u043c\u0435\u043d\u0435\u0434\u0436\u043c\u0435\u043d\u0442\u0443                    <\/div>\n                <\/div>\n            <\/a>\n                    <a href=\"https:\/\/kafedra.management.fmm.kpi.ua\/main\/?p=15322\" class=\"kpi-list-card\">\n                <div class=\"kpi-list-card-img-wrapper\">\n                    <img src=\"https:\/\/kafedra.management.fmm.kpi.ua\/main\/wp-content\/uploads\/2025\/12\/photo_2025-12-12_12-41-20-225x300.jpg\" alt=\"\ud83d\ude4b\u200d\u2640\ufe0f \u041a\u0430\u0444\u0435\u0434\u0440\u0430 \u043c\u0435\u043d\u0435\u0434\u0436\u043c\u0435\u043d\u0442\u0443 \u043f\u0456\u0434\u043f\u0440\u0438\u0454\u043c\u0441\u0442\u0432 \u043d\u0430 2025 Summit \u041f\u0440\u043e\u0433\u0440\u0435\u0441\u0438\u043b\u044c\u043d\u0438\u0445 \u043e\u0441\u0432\u0456\u0442\u044f\u043d! \ud83d\ude80\" loading=\"lazy\" decoding=\"async\">\n                <\/div>\n                <div class=\"kpi-list-card-content\">\n                    <h3 class=\"kpi-list-card-title\">\ud83d\ude4b\u200d\u2640\ufe0f \u041a\u0430\u0444\u0435\u0434\u0440\u0430 \u043c\u0435\u043d\u0435\u0434\u0436\u043c\u0435\u043d\u0442\u0443 \u043f\u0456\u0434\u043f\u0440\u0438\u0454\u043c\u0441\u0442\u0432 \u043d\u0430 2025 Summit \u041f\u0440\u043e\u0433\u0440\u0435\u0441\u0438\u043b\u044c\u043d\u0438\u0445 \u043e\u0441\u0432\u0456\u0442\u044f\u043d! \ud83d\ude80<\/h3>\n                    <div class=\"kpi-list-card-excerpt\">\n                        \u041d\u0430\u0448\u0456 \u0432\u0438\u043a\u043b\u0430\u0434\u0430\u0447\u0456, \u041b\u0456\u043d\u0430 \u0410\u0440\u0442\u0435\u043c\u0435\u043d\u043a\u043e, \u041e\u043b\u044c\u0433\u0430 \u0413\u0443\u043a \u0442\u0430 \u041e\u043b\u0435\u043a\u0441\u0430\u043d\u0434\u0440\u0430 \u0425\u043b\u0435\u0431\u0438\u043d\u0441\u044c\u043a\u0430, \u0437\u043d\u043e\u0432\u0443 \u0432 \u0435\u043f\u0456\u0446\u0435\u043d\u0442\u0440\u0456 \u043f\u043e\u0434\u0456\u0439 \u2014 \u0443\u0436\u0435 \u0434\u0440\u0443\u0433\u0438\u0439 \u0440\u0456\u043a \u043f\u043e\u0441\u043f\u0456\u043b\u044c \u043c\u0438 \u0434\u043e\u043b\u0443\u0447\u0430\u0454\u043c\u043e\u0441\u044f                    <\/div>\n                <\/div>\n            <\/a>\n                    <a href=\"https:\/\/kafedra.management.fmm.kpi.ua\/main\/?p=15353\" class=\"kpi-list-card\">\n                <div class=\"kpi-list-card-img-wrapper\">\n                    <img src=\"https:\/\/kafedra.management.fmm.kpi.ua\/main\/wp-content\/uploads\/2025\/12\/photo_2025-12-18_12-46-35-300x250.jpg\" alt=\"7.11.2025 \u0440. 1st EUkraine Progressive Summit \u0437 #\u0413\u041e_\u041f\u0440\u043e\u0433\u0440\u0435\u0441\u0438\u043b\u044c\u043d\u0456 &#8211; \u043f\u043e\u0434\u0456\u044f, \u0449\u043e \u0437\u2019\u0454\u0434\u043d\u0443\u0454 \u0423\u043a\u0440\u0430\u0457\u043d\u0443 \ud83c\uddfa\ud83c\udde6\u0439 \u0404\u0432\u0440\u043e\u043f\u0443 \ud83c\uddea\ud83c\uddfa \u0433\u043e\u043b\u043e\u0441\u043e\u043c \u0441\u043e\u0446\u0456\u0430\u043b-\u0434\u0435\u043c\u043e\u043a\u0440\u0430\u0442\u0456\u0457 \ud83d\udce3\" loading=\"lazy\" decoding=\"async\">\n                <\/div>\n                <div class=\"kpi-list-card-content\">\n                    <h3 class=\"kpi-list-card-title\">7.11.2025 \u0440. 1st EUkraine Progressive Summit \u0437 #\u0413\u041e_\u041f\u0440\u043e\u0433\u0440\u0435\u0441\u0438\u043b\u044c\u043d\u0456 &#8211; \u043f\u043e\u0434\u0456\u044f, \u0449\u043e \u0437\u2019\u0454\u0434\u043d\u0443\u0454 \u0423\u043a\u0440\u0430\u0457\u043d\u0443 \ud83c\uddfa\ud83c\udde6\u0439 \u0404\u0432\u0440\u043e\u043f\u0443 \ud83c\uddea\ud83c\uddfa \u0433\u043e\u043b\u043e\u0441\u043e\u043c \u0441\u043e\u0446\u0456\u0430\u043b-\u0434\u0435\u043c\u043e\u043a\u0440\u0430\u0442\u0456\u0457 \ud83d\udce3<\/h3>\n                    <div class=\"kpi-list-card-excerpt\">\n                        \u2705\ud83c\udf89\u203c\ufe0f07.11.2025 \u0440. 1st EUkraine Progressive Summit \u0437 #\u0413\u041e_\u041f\u0440\u043e\u0433\u0440\u0435\u0441\u0438\u043b\u044c\u043d\u0456 &#8211; \u043f\u043e\u0434\u0456\u044f, \u0449\u043e \u0437\u2019\u0454\u0434\u043d\u0443\u0454 \u0423\u043a\u0440\u0430\u0457\u043d\u0443 \ud83c\uddfa\ud83c\udde6\u0439 \u0404\u0432\u0440\u043e\u043f\u0443 \ud83c\uddea\ud83c\uddfa \u0433\u043e\u043b\u043e\u0441\u043e\u043c \u0441\u043e\u0446\u0456\u0430\u043b-\u0434\u0435\u043c\u043e\u043a\u0440\u0430\u0442\u0456\u0457 \ud83d\udce3 \u0414\u043e                    <\/div>\n                <\/div>\n            <\/a>\n                    <a href=\"https:\/\/kafedra.management.fmm.kpi.ua\/main\/?p=14814\" class=\"kpi-list-card\">\n                <div class=\"kpi-list-card-img-wrapper\">\n                    <img src=\"https:\/\/via.placeholder.com\/390x205?text=KPI\" alt=\"\u0412\u0435\u043b\u0438\u043a\u0438\u0439 \u043a\u0443\u0440\u0441 \u043f\u0440\u043e \u0428\u0406 \u0432 \u043e\u0441\u0432\u0456\u0442\u0456 \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u043b\u0438!\" loading=\"lazy\" decoding=\"async\">\n                <\/div>\n                <div class=\"kpi-list-card-content\">\n                    <h3 class=\"kpi-list-card-title\">\u0412\u0435\u043b\u0438\u043a\u0438\u0439 \u043a\u0443\u0440\u0441 \u043f\u0440\u043e \u0428\u0406 \u0432 \u043e\u0441\u0432\u0456\u0442\u0456 \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u043b\u0438!<\/h3>\n                    <div class=\"kpi-list-card-excerpt\">\n                        \u2705\u203c\ufe0f \u0412\u0435\u043b\u0438\u043a\u0438\u0439 \u043a\u0443\u0440\u0441 \u043f\u0440\u043e \u0428\u0406 \u0432 \u043e\u0441\u0432\u0456\u0442\u0456 \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u043b\u0438 \u043f\u0440\u043e\u0444\u0435\u0441\u043e\u0440 \u0414\u0435\u0440\u0433\u0430\u0447\u043e\u0432\u0430 \u0412.\u0412., \u0434\u043e\u0446\u0435\u043d\u0442\u0438 \u0413\u0443\u043a \u041e.\u0412,, \u041c\u043e\u0445\u043e\u043d\u044c\u043a\u043e \u0413.\u0410., \u0410\u0440\u0442\u0435\u043c\u0435\u043d\u043a\u043e \u041b.\u041f., \u0430\u0441\u0438\u0441\u0442\u0435\u043d\u0442                    <\/div>\n                <\/div>\n            <\/a>\n                    <a href=\"https:\/\/kafedra.management.fmm.kpi.ua\/main\/?p=12738\" class=\"kpi-list-card\">\n                <div class=\"kpi-list-card-img-wrapper\">\n                    <img src=\"https:\/\/kafedra.management.fmm.kpi.ua\/main\/wp-content\/uploads\/2024\/12\/photo_2024-12-10_11-01-07-300x225.jpg\" alt=\"8.12.2024 Summit \u041f\u0420\u041e\u0413\u0420\u0415\u0421\u0418\u041b\u042c\u041d\u0418\u0425 \u041e\u0441\u0432\u0456\u0442\u044f\u043d 2024\ud83c\udf89\ud83d\udc4d\ud83c\uddfa\ud83c\udde6\ud83c\uddea\ud83c\uddfa\" loading=\"lazy\" decoding=\"async\">\n                <\/div>\n                <div class=\"kpi-list-card-content\">\n                    <h3 class=\"kpi-list-card-title\">8.12.2024 Summit \u041f\u0420\u041e\u0413\u0420\u0415\u0421\u0418\u041b\u042c\u041d\u0418\u0425 \u041e\u0441\u0432\u0456\u0442\u044f\u043d 2024\ud83c\udf89\ud83d\udc4d\ud83c\uddfa\ud83c\udde6\ud83c\uddea\ud83c\uddfa<\/h3>\n                    <div class=\"kpi-list-card-excerpt\">\n                        \ud83e\udd29\ud83c\udf89\u2705 \ud83e\udd418.12.2024 Summit \u041f\u0420\u041e\u0413\u0420\u0415\u0421\u0418\u041b\u042c\u041d\u0418\u0425 \u041e\u0441\u0432\u0456\u0442\u044f\u043d 2024\ud83c\udf89\ud83d\udc4d\ud83c\uddfa\ud83c\udde6\ud83c\uddea\ud83c\uddfa \u2705\ud83c\udf89\ud83c\udfaf\ud83d\udcaf\u0414\u043e\u0441\u044f\u0433\u043d\u0435\u043d\u043d\u044f 2024, \u043f\u0443\u0431\u043b\u0456\u0447\u043d\u0430 \u0434\u0438\u0441\u043a\u0443\u0441\u0456\u044f \u00ab\u041e\u0441\u0432\u0456\u0442\u0430 \u043f\u0456\u0434 \u0437\u0430\u0433\u0440\u043e\u0437\u043e\u044e: \u044f\u043a \u0437\u043d\u0430\u0439\u0442\u0438 \u0431\u0430\u043b\u0430\u043d\u0441 \u0442\u0430 \u0440\u0456\u0432\u043d\u043e\u0432\u0430\u0433\u0443?\u00bb, \u0432\u0456\u0434\u043a\u0440\u0438\u0442\u0438\u0439 \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d\ud83c\udfa4\u203c\ufe0f                    <\/div>\n                <\/div>\n            <\/a>\n                    <a href=\"https:\/\/kafedra.management.fmm.kpi.ua\/main\/?p=12747\" class=\"kpi-list-card\">\n                <div class=\"kpi-list-card-img-wrapper\">\n                    <img src=\"https:\/\/kafedra.management.fmm.kpi.ua\/main\/wp-content\/uploads\/2024\/12\/photo_2024-12-10_11-07-41-300x200.jpg\" alt=\"\u00ab\u0415\u043c\u043e\u0446\u0456\u0439\u043d\u0435 \u0437\u0434\u043e\u0440\u043e\u0432\u02bc\u044f \u043e\u0441\u0432\u0456\u0442\u044f\u043d: \u043f\u0441\u0438\u0445\u043e\u043b\u043e\u0433\u0456\u0447\u043d\u0430 \u0441\u0442\u0456\u0439\u043a\u0456\u0441\u0442\u044c \u0456 \u0442\u0443\u0440\u0431\u043e\u0442\u0430 \u043f\u0440\u043e \u0441\u0435\u0431\u0435\u00bb\" loading=\"lazy\" decoding=\"async\">\n                <\/div>\n                <div class=\"kpi-list-card-content\">\n                    <h3 class=\"kpi-list-card-title\">\u00ab\u0415\u043c\u043e\u0446\u0456\u0439\u043d\u0435 \u0437\u0434\u043e\u0440\u043e\u0432\u02bc\u044f \u043e\u0441\u0432\u0456\u0442\u044f\u043d: \u043f\u0441\u0438\u0445\u043e\u043b\u043e\u0433\u0456\u0447\u043d\u0430 \u0441\u0442\u0456\u0439\u043a\u0456\u0441\u0442\u044c \u0456 \u0442\u0443\u0440\u0431\u043e\u0442\u0430 \u043f\u0440\u043e \u0441\u0435\u0431\u0435\u00bb<\/h3>\n                    <div class=\"kpi-list-card-excerpt\">\n                        \u0423 \u043f\u0435\u0440\u0456\u043e\u0434 19-22.11.2024 \u043f\u0440\u043e\u0439\u0448\u043b\u043e \u043f\u0456\u0434\u0432\u0438\u0449\u0435\u043d\u043d\u044f \u043a\u0432\u0430\u043b\u0456\u0444\u0456\u043a\u0430\u0446\u0456\u0457 \u00ab\u0415\u043c\u043e\u0446\u0456\u0439\u043d\u0435 \u0437\u0434\u043e\u0440\u043e\u0432\u02bc\u044f \u043e\u0441\u0432\u0456\u0442\u044f\u043d: \u043f\u0441\u0438\u0445\u043e\u043b\u043e\u0433\u0456\u0447\u043d\u0430 \u0441\u0442\u0456\u0439\u043a\u0456\u0441\u0442\u044c \u0456 \u0442\u0443\u0440\u0431\u043e\u0442\u0430 \u043f\u0440\u043e \u0441\u0435\u0431\u0435\u00bb                    <\/div>\n                <\/div>\n            <\/a>\n                    <a href=\"https:\/\/kafedra.management.fmm.kpi.ua\/main\/?p=12351\" class=\"kpi-list-card\">\n                <div class=\"kpi-list-card-img-wrapper\">\n                    <img src=\"https:\/\/kafedra.management.fmm.kpi.ua\/main\/wp-content\/uploads\/2024\/05\/Progresilni_2-300x205.jpg\" alt=\"\u041a\u0443\u0440\u0441 \u043f\u0456\u0434\u0432\u0438\u0449\u0435\u043d\u043d\u044f \u043a\u0432\u0430\u043b\u0456\u0444\u0456\u043a\u0430\u0446\u0456\u0457 \u0447\u043b\u0435\u043d\u0456\u0432 \u0413\u041e &#8220;\u041f\u0440\u043e\u0433\u0440\u0435\u0441\u0438\u043b\u044c\u043d\u0456&#8221; &#8220;\u0406\u043d\u043d\u043e\u0432\u0430\u0446\u0456\u0439\u043d\u0435 \u0432\u0438\u043a\u043b\u0430\u0434\u0430\u043d\u043d\u044f: \u0432\u0456\u0434 \u0434\u0438\u0437\u0430\u0439\u043d-\u043c\u0438\u0441\u043b\u0435\u043d\u043d\u044f \u0434\u043e \u0448\u0442\u0443\u0447\u043d\u043e\u0433\u043e \u0456\u043d\u0442\u0435\u043b\u0435\u043a\u0442\u0443&#8221; \u0437 28.10-01.11.2024\" loading=\"lazy\" decoding=\"async\">\n                <\/div>\n                <div class=\"kpi-list-card-content\">\n                    <h3 class=\"kpi-list-card-title\">\u041a\u0443\u0440\u0441 \u043f\u0456\u0434\u0432\u0438\u0449\u0435\u043d\u043d\u044f \u043a\u0432\u0430\u043b\u0456\u0444\u0456\u043a\u0430\u0446\u0456\u0457 \u0447\u043b\u0435\u043d\u0456\u0432 \u0413\u041e &#8220;\u041f\u0440\u043e\u0433\u0440\u0435\u0441\u0438\u043b\u044c\u043d\u0456&#8221; &#8220;\u0406\u043d\u043d\u043e\u0432\u0430\u0446\u0456\u0439\u043d\u0435 \u0432\u0438\u043a\u043b\u0430\u0434\u0430\u043d\u043d\u044f: \u0432\u0456\u0434 \u0434\u0438\u0437\u0430\u0439\u043d-\u043c\u0438\u0441\u043b\u0435\u043d\u043d\u044f \u0434\u043e \u0448\u0442\u0443\u0447\u043d\u043e\u0433\u043e \u0456\u043d\u0442\u0435\u043b\u0435\u043a\u0442\u0443&#8221; \u0437 28.10-01.11.2024<\/h3>\n                    <div class=\"kpi-list-card-excerpt\">\n                                            <\/div>\n                <\/div>\n            <\/a>\n                    <a href=\"https:\/\/kafedra.management.fmm.kpi.ua\/main\/?p=10963\" class=\"kpi-list-card\">\n                <div class=\"kpi-list-card-img-wrapper\">\n                    <img src=\"https:\/\/kafedra.management.fmm.kpi.ua\/main\/wp-content\/uploads\/2024\/05\/Progresilni_2-300x205.jpg\" alt=\"\u0428\u0442\u0443\u0447\u043d\u0438\u0439 \u0456\u043d\u0442\u0435\u043b\u0435\u043a\u0442 \u0442\u0430 \u043c\u0430\u0439\u0431\u0443\u0442\u043d\u0454 \u043e\u0441\u0432\u0456\u0442\u0438\" loading=\"lazy\" decoding=\"async\">\n                <\/div>\n                <div class=\"kpi-list-card-content\">\n                    <h3 class=\"kpi-list-card-title\">\u0428\u0442\u0443\u0447\u043d\u0438\u0439 \u0456\u043d\u0442\u0435\u043b\u0435\u043a\u0442 \u0442\u0430 \u043c\u0430\u0439\u0431\u0443\u0442\u043d\u0454 \u043e\u0441\u0432\u0456\u0442\u0438<\/h3>\n                    <div class=\"kpi-list-card-excerpt\">\n                        \u0412\u0438\u043a\u043b\u0430\u0434\u0430\u0447\u0456 \u043a\u0430\u0444\u0435\u0434\u0440\u0438 \u0434\u043e\u0446. \u041f\u0456\u0447\u0443\u0433\u0456\u043d\u0430 \u041c., \u0410\u0440\u0442\u0435\u043c\u0435\u043d\u043a\u043e \u041b., \u0428\u043a\u0440\u043e\u0431\u043e\u0442 \u041c., \u0430\u0441\u0438\u0441\u0442\u0435\u043d\u0442 \u0425\u043b\u0435\u0431\u0438\u043d\u0441\u044c\u043a\u0430 \u041e. \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u043b\u0438 \u043f\u0456\u0434\u0432\u0438\u0449\u0435\u043d\u043d\u044f \u043a\u0432\u0430\u043b\u0456\u0444\u0456\u043a\u0430\u0446\u0456\u0457\u0457 &#8220;\u0428\u0442\u0443\u0447\u043d\u0438\u0439 \u0456\u043d\u0442\u0435\u043b\u0435\u043a\u0442 \u0442\u0430 \u043c\u0430\u0439\u0431\u0443\u0442\u043d\u0454                    <\/div>\n                <\/div>\n            <\/a>\n                    <a href=\"https:\/\/kafedra.management.fmm.kpi.ua\/main\/?p=10977\" class=\"kpi-list-card\">\n                <div class=\"kpi-list-card-img-wrapper\">\n                    <img src=\"https:\/\/kafedra.management.fmm.kpi.ua\/main\/wp-content\/uploads\/2024\/05\/Progresilni_-225x300.jpg\" alt=\"21-23.09.2018 \u043f\u0440\u043e\u0439\u0448\u043e\u0432 \u0442\u0440\u0435\u043d\u0456\u043d\u0433 \u0434\u043b\u044f \u0442\u0440\u0435\u043d\u0435\u0440\u0456\u0432 \u043d\u0430 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0456 \u043f\u0440\u043e\u0433\u0440\u0435\u0441\u0438\u0432\u043d\u043e\u0433\u043e \u043f\u0440\u0454\u043f\u043e\u0434\u0430\" loading=\"lazy\" decoding=\"async\">\n                <\/div>\n                <div class=\"kpi-list-card-content\">\n                    <h3 class=\"kpi-list-card-title\">21-23.09.2018 \u043f\u0440\u043e\u0439\u0448\u043e\u0432 \u0442\u0440\u0435\u043d\u0456\u043d\u0433 \u0434\u043b\u044f \u0442\u0440\u0435\u043d\u0435\u0440\u0456\u0432 \u043d\u0430 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0456 \u043f\u0440\u043e\u0433\u0440\u0435\u0441\u0438\u0432\u043d\u043e\u0433\u043e \u043f\u0440\u0454\u043f\u043e\u0434\u0430<\/h3>\n                    <div class=\"kpi-list-card-excerpt\">\n                                            <\/div>\n                <\/div>\n            <\/a>\n                    <a href=\"https:\/\/kafedra.management.fmm.kpi.ua\/main\/?p=11031\" class=\"kpi-list-card\">\n                <div class=\"kpi-list-card-img-wrapper\">\n                    <img src=\"https:\/\/kafedra.management.fmm.kpi.ua\/main\/wp-content\/uploads\/2024\/05\/Progresilni_1-300x223.jpg\" alt=\"\u0412\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0430\u043b\u044c\u043d\u0456\" loading=\"lazy\" decoding=\"async\">\n                <\/div>\n                <div class=\"kpi-list-card-content\">\n                    <h3 class=\"kpi-list-card-title\">\u0412\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0430\u043b\u044c\u043d\u0456<\/h3>\n                    <div class=\"kpi-list-card-excerpt\">\n                        \u0413\u0443\u0440\u0442\u043e\u043a \u00ab\u041e\u0441\u0442\u0440\u0456\u0432\u0435\u0446\u044c \u041f\u0440\u043e\u0433\u0440\u0435\u0441\u0438\u043b\u044c\u043d\u043e\u0441\u0442\u0456 \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u0456\u0432 \u0424\u041c\u041c \u041a\u041f\u0406 \u0456\u043c. \u0406\u0433\u043e\u0440\u044f \u0421\u0456\u043a\u043e\u0440\u0441\u044c\u043a\u043e\u0433\u043e\u00bb \u0412 \u0440\u0430\u043c\u043a\u0430\u0445 \u043f\u0456\u0434\u043f\u0438\u0441\u0430\u043d\u043e\u0433\u043e \u043c\u0435\u043c\u043e\u0440\u0430\u043d\u0434\u0443\u043c\u0443 \u0437 \u0413\u041e \u00ab\u041f\u0440\u043e\u0433\u0440\u0435\u0441\u0438\u043b\u044c\u043d\u0456\u00bb \u043d\u0430 \u041a\u0430\u0444\u0435\u0434\u0440\u0456 \u043c\u0435\u043d\u0435\u0434\u0436\u043c\u0435\u043d\u0442\u0443 \u043f\u0456\u0434\u043f\u0440\u0438\u0454\u043c\u0441\u0442\u0432                    <\/div>\n                <\/div>\n            <\/a>\n            <\/div>\n\n    \n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u041f\u041e\u0422\u041e\u0427\u041d\u0406 \u0417\u0410\u0425\u041e\u0414\u0418 &#8211; \u041e\u0421\u0422\u0420\u0406\u0412\u0415\u0426\u042c \u041f\u0420\u041e\u0413\u0420\u0415\u0421\u0418\u041b\u042c\u041d\u041e\u0421\u0422\u0406 \u041c\u0415\u041d\u0415\u0414\u0416\u0415\u0420\u0406\u0412 \u041f\u0420\u041e\u0413\u0420\u0415\u0421\u0418\u041b\u042c\u041d\u0406 &#8211; \u0417\u041d\u0410\u0419\u041e\u041c\u0421\u0422\u0412\u041e<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-10957","post","type-post","status-publish","format-standard","hentry","category-1"],"_links":{"self":[{"href":"https:\/\/kafedra.management.fmm.kpi.ua\/main\/index.php?rest_route=\/wp\/v2\/posts\/10957","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kafedra.management.fmm.kpi.ua\/main\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kafedra.management.fmm.kpi.ua\/main\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kafedra.management.fmm.kpi.ua\/main\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kafedra.management.fmm.kpi.ua\/main\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=10957"}],"version-history":[{"count":21,"href":"https:\/\/kafedra.management.fmm.kpi.ua\/main\/index.php?rest_route=\/wp\/v2\/posts\/10957\/revisions"}],"predecessor-version":[{"id":16886,"href":"https:\/\/kafedra.management.fmm.kpi.ua\/main\/index.php?rest_route=\/wp\/v2\/posts\/10957\/revisions\/16886"}],"wp:attachment":[{"href":"https:\/\/kafedra.management.fmm.kpi.ua\/main\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=10957"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kafedra.management.fmm.kpi.ua\/main\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=10957"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kafedra.management.fmm.kpi.ua\/main\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=10957"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}