{"id":819,"date":"2025-08-05T11:24:47","date_gmt":"2025-08-05T09:24:47","guid":{"rendered":"https:\/\/animalactin.eu\/?page_id=819"},"modified":"2025-08-20T10:44:01","modified_gmt":"2025-08-20T08:44:01","slug":"%d0%be-%d0%bc%d0%b8%d0%ba%d1%80%d0%be%d0%bb%d0%b0%d0%ba%d1%82%d0%b8%d0%bd%d0%b5","status":"publish","type":"page","link":"https:\/\/animalactin.eu\/ru\/%d0%be-%d0%bc%d0%b8%d0%ba%d1%80%d0%be%d0%bb%d0%b0%d0%ba%d1%82%d0%b8%d0%bd%d0%b5\/","title":{"rendered":"\u041e MicroLactin\u00ae"},"content":{"rendered":"<!-- Render in front -->\r\n    <section id=\"hero\" class=\"relative bg-primary\">\r\n        \r\n        <div class=\"relative min-h-[560px] lg:min-h-[520px] bg-cover bg-no-repeat\"\r\n            style=\"background-image: url('https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/08\/microlactin-hero-img.webp'); background-position: center center;\">\r\n            <div class=\"absolute inset-0 bg-black\/10 mix-blend-multiply\"><\/div>\r\n            <div class=\"relative z-10 flex min-h-[720px] lg:min-h-[600px] 2xl:min-h-[850px] lg:items-center pt-24 px-6\">\r\n                <div class=\"mx-auto w-full max-w-screen-xl relative\">\r\n                    <div class=\"flex min-h-[inherit] items-center justify-center lg:justify-start\">\r\n                        <div class=\"w-full max-w-[850px] text-center lg:text-left\">\r\n                            <h1 class=\"[&#038;_strong]:text-primary [&#038;_b]:text-primary mb-2 lg:mb-6 text-4xl font-extrabold tracking-tight leading-10 md:leading-[60px] md:text-5xl lg:text-6xl xl:text-[72px] xl:leading-16 text-white\">\r\n                                \u0414\u043e\u0432\u0435\u0440\u0438\u0435 \u0441 \u043f\u0435\u0440\u0432\u043e\u0433\u043e \u0440\u0430\u0437\u0430                            <\/h1>\r\n                                                            <p class=\"mx-auto mb-6 lg:mb-8 max-w-[720px] text-base leading-7 text-white\/90 md:text-lg md:leading-8 lg:mx-0 lg:text-[20px] lg:leading-[1.6]\">\r\n                                    \u041d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u043f\u0440\u043e\u0441\u0442\u043e \u0434\u0435\u0439\u0441\u0442\u0432\u043e\u0432\u0430\u0442\u044c. \u041d\u0443\u0436\u043d\u044b \u0434\u043e\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c\u0441\u0442\u0432\u0430, \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0430\u044e\u0449\u0438\u0435 \u0432\u0430\u0448\u0438 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f. \u0412\u043e\u0442 \u043f\u043e\u0447\u0435\u043c\u0443 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 ANIMALACTIN.<span class=\"font-normal\">\u00ae<\/span> \u0421\u043e\u0437\u0434\u0430\u043d \u043d\u0430 \u043e\u0441\u043d\u043e\u0432\u0435 \u0438\u043d\u0433\u0440\u0435\u0434\u0438\u0435\u043d\u0442\u043e\u0432, \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0434\u043e\u043a\u0430\u0437\u0430\u043d\u0430 \u043d\u0430\u0443\u0447\u043d\u044b\u043c\u0438 \u0438\u0441\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u043d\u0438\u044f\u043c\u0438 \u2013 \u0441 MicroLactin.<span class=\"font-normal\">\u00ae<\/span> \u0443 \u0440\u0443\u043b\u044f.                                <\/p>\r\n                                                                                <\/div>\r\n                    <\/div>\r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n        <\/div>\r\n        \r\n        <div class=\"w-full bg-white h-[90px] relative mt-0 lg:mt-0\">\r\n                    <\/div>\r\n    <\/section>\r\n\r\n    <script>\r\n        (() => {\r\n            const img = document.getElementById('hero-packshot');\r\n            const wrap = document.getElementById('hero-packshot-wrap');\r\n            if (!img || !wrap) return;\r\n\r\n            const speed = parseFloat(img.dataset.parallaxSpeed);\r\n            let raf = null;\r\n\r\n            const update = () => {\r\n                raf = null;\r\n\r\n                const rect = wrap.getBoundingClientRect();\r\n                const vh = window.innerHeight || document.documentElement.clientHeight;\r\n\r\n                const progress = (vh - rect.top) \/ (vh + rect.height);\r\n                const clamped = Math.max(0, Math.min(1, progress));\r\n\r\n                const maxShift = 120;\r\n                const y = (clamped - 0.5) * 2 * maxShift * speed;\r\n\r\n                img.style.transform = `translate3d(0, ${y.toFixed(2)}px, 0)`;\r\n            };\r\n\r\n            const request = () => {\r\n                if (raf) return;\r\n                raf = requestAnimationFrame(update);\r\n            };\r\n\r\n            window.addEventListener('scroll', request, {\r\n                passive: true\r\n            });\r\n            window.addEventListener('resize', request);\r\n            request();\r\n        })();\r\n    <\/script>\r\n\r\n\n\n\r\n    <!-- Render in front -->\r\n\r\n    <section class=\"columns-img                bg-white dark:bg-primary\">\r\n\r\n        <div class=\"gap-16 items-center mx-auto max-w-screen-xl lg:flex py-8 lg:py-16 px-6\">\r\n\r\n            <div class=\"lg:w-1\/2 font-light text-gray-500 sm:text-lg dark:text-gray-400 relative max-lg:mb-8\">\r\n\r\n                <div class=\"relative z-10\">\r\n                    <h2 class=\"mb-4 text-4xl tracking-tight font-bold text-gray-900 dark:text-white\">\r\n                        \u0427\u0442\u043e \u0442\u0430\u043a\u043e\u0435 MicroLactin<span class=\"font-normal\">\u00ae<\/span>?                    <\/h2>\r\n                    <div class=\"mb-4 format-base sm:format-lg lg:format-2xl text-gray-500 dark:text-white w-full max-w-none\">\r\n                        <p>MicroLactin<span class=\"font-normal\">\u00ae<\/span> MicroLactin \u2014 \u044d\u0442\u043e \u043d\u0430\u0442\u0443\u0440\u0430\u043b\u044c\u043d\u044b\u0439 \u043a\u043e\u043d\u0446\u0435\u043d\u0442\u0440\u0430\u0442 \u043c\u043e\u043b\u043e\u0447\u043d\u043e\u0433\u043e \u0431\u0435\u043b\u043a\u0430, \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u043d\u044b\u0439 \u043e\u0442 \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u043e \u043f\u043e\u0434\u0433\u043e\u0442\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u0445 \u043a\u043e\u0440\u043e\u0432, \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0435 \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430 \u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0442 \u0437\u0434\u043e\u0440\u043e\u0432\u044c\u0435 \u0441\u0443\u0441\u0442\u0430\u0432\u043e\u0432 \u0438 \u0438\u043c\u043c\u0443\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b. \u0411\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u044f \u043d\u0430\u043b\u0438\u0447\u0438\u044e \u0431\u0438\u043e\u0430\u043a\u0442\u0438\u0432\u043d\u044b\u0445 \u043f\u0435\u043f\u0442\u0438\u0434\u043e\u0432 \u0438 \u0438\u043c\u043c\u0443\u043d\u043e\u0433\u043b\u043e\u0431\u0443\u043b\u0438\u043d\u043e\u0432, MicroLactin<span class=\"font-normal\">\u00ae<\/span> \u041e\u043d \u043e\u0431\u043b\u0430\u0434\u0430\u0435\u0442 \u043f\u0440\u043e\u0442\u0438\u0432\u043e\u0432\u043e\u0441\u043f\u0430\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c\u0438, \u0440\u0435\u0433\u0435\u043d\u0435\u0440\u0438\u0440\u0443\u044e\u0449\u0438\u043c\u0438 \u0438 \u0438\u043c\u043c\u0443\u043d\u043e\u043c\u043e\u0434\u0443\u043b\u0438\u0440\u0443\u044e\u0449\u0438\u043c\u0438 \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430\u043c\u0438. \u042d\u0442\u043e\u0442 \u0438\u043d\u0433\u0440\u0435\u0434\u0438\u0435\u043d\u0442 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u043c \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0445 \u0435\u0441\u0442\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u043c \u0438 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u044b\u043c \u0441\u043f\u043e\u0441\u043e\u0431\u043e\u043c, \u043d\u0435 \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u044f \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0438 \u043d\u0430 \u043f\u0438\u0449\u0435\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u0443\u044e \u0441\u0438\u0441\u0442\u0435\u043c\u0443.<\/p>\n                    <\/div>\r\n\r\n                                    <\/div>\r\n\r\n                \r\n            <\/div>\r\n            <div class=\"lg:w-1\/2\">\r\n                                    <img decoding=\"async\" class=\"w-full rounded-lg\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/08\/microlactin-image1.webp\" alt=\"\">\r\n                            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n\n\n\r\n    <!-- Render in front -->\r\n\r\n    <section class=\"columns-img                bg-white dark:bg-primary\">\r\n\r\n        <div class=\"gap-16 items-center mx-auto max-w-screen-xl lg:flex py-8 lg:py-16 px-6 flex-row-reverse\">\r\n\r\n            <div class=\"lg:w-1\/2 font-light text-gray-500 sm:text-lg dark:text-gray-400 relative max-lg:mb-8\">\r\n\r\n                <div class=\"relative z-10\">\r\n                    <h2 class=\"mb-4 text-4xl tracking-tight font-bold text-gray-900 dark:text-white\">\r\n                        \u041a\u0430\u043a \u0432\u044b\u0433\u043b\u044f\u0434\u0438\u0442 \u043f\u0440\u043e\u0446\u0435\u0441\u0441 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0430 MikroLactin<span class=\"font-normal\">\u00ae<\/span>?                    <\/h2>\r\n                    <div class=\"mb-4 format-base sm:format-lg lg:format-2xl text-gray-500 dark:text-white w-full max-w-none\">\r\n                        <p>\u041f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u043e MicroLactin<span class=\"font-normal\">\u00ae<\/span> \u041f\u0440\u043e\u0446\u0435\u0441\u0441 \u043f\u0440\u043e\u0445\u043e\u0434\u0438\u0442 \u0432 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0441\u0442\u0440\u043e\u0433\u043e \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u0438\u0440\u0443\u0435\u043c\u044b\u0445 \u044d\u0442\u0430\u043f\u043e\u0432:<\/p>\n<ul>\n<li><strong>\u041e\u0442\u0431\u043e\u0440 \u043a\u043e\u0440\u043e\u0432 \u0438 \u0435\u0441\u0442\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u0430\u044f \u0441\u0442\u0438\u043c\u0443\u043b\u044f\u0446\u0438\u044f \u0438\u043c\u043c\u0443\u043d\u0438\u0442\u0435\u0442\u0430<\/strong> \u2013 \u041a\u043e\u0440\u043e\u0432\u044b \u043e\u0431\u043b\u0430\u0434\u0430\u044e\u0442 \u0435\u0441\u0442\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0439 \u0438\u043c\u043c\u0443\u043d\u0438\u0437\u0430\u0446\u0438\u0435\u0439, \u0431\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u044f \u0447\u0435\u043c\u0443 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u044f\u0442 \u043c\u043e\u043b\u043e\u043a\u043e, \u0431\u043e\u0433\u0430\u0442\u043e\u0435 \u0430\u043d\u0442\u0438\u0442\u0435\u043b\u0430\u043c\u0438 \u0438 \u0438\u043c\u043c\u0443\u043d\u043d\u044b\u043c\u0438 \u0444\u0430\u043a\u0442\u043e\u0440\u0430\u043c\u0438.<\/li>\n<li><strong>\u0421\u0431\u043e\u0440 \u0438 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u0438\u0437\u0430\u0446\u0438\u044f \u043c\u043e\u043b\u043e\u043a\u0430<\/strong> \u2013 \u043c\u043e\u043b\u043e\u043a\u043e \u043f\u043e\u043b\u0443\u0447\u0430\u044e\u0442 \u0432 \u0443\u0441\u043b\u043e\u0432\u0438\u044f\u0445, \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0438\u0432\u0430\u044e\u0449\u0438\u0445 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0443\u044e \u043c\u0438\u043a\u0440\u043e\u0431\u0438\u043e\u043b\u043e\u0433\u0438\u0447\u0435\u0441\u043a\u0443\u044e \u0447\u0438\u0441\u0442\u043e\u0442\u0443.<\/li>\n<li><strong>\u0421\u043d\u0438\u0436\u0435\u043d\u0438\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u043b\u0430\u043a\u0442\u043e\u0437\u044b \u0438 \u0441\u043e\u043b\u0438.<\/strong> \u2013 \u041f\u0440\u043e\u0446\u0435\u0441\u0441 \u0444\u0438\u043b\u044c\u0442\u0440\u0430\u0446\u0438\u0438 \u0443\u0434\u0430\u043b\u044f\u0435\u0442 \u043f\u043e\u0442\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e \u0430\u043b\u043b\u0435\u0440\u0433\u0435\u043d\u043d\u044b\u0435 \u0438\u043d\u0433\u0440\u0435\u0434\u0438\u0435\u043d\u0442\u044b, \u043f\u043e\u0432\u044b\u0448\u0430\u044f \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u044c \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f.<\/li>\n<li><strong>\u041a\u043e\u043d\u0446\u0435\u043d\u0442\u0440\u0430\u0446\u0438\u044f \u0431\u0438\u043e\u043b\u043e\u0433\u0438\u0447\u0435\u0441\u043a\u0438 \u0430\u043a\u0442\u0438\u0432\u043d\u044b\u0445 \u0438\u043d\u0433\u0440\u0435\u0434\u0438\u0435\u043d\u0442\u043e\u0432<\/strong> \u2013 \u0418\u0437\u043e\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u043c\u043e\u043b\u043e\u0447\u043d\u044b\u0435 \u0431\u0435\u043b\u043a\u0438 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u0438\u0437\u0438\u0440\u0443\u044e\u0442\u0441\u044f \u0434\u043b\u044f \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u0432\u0441\u0435\u0445 \u0438\u0445 \u0431\u0438\u043e\u043b\u043e\u0433\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u0441\u0432\u043e\u0439\u0441\u0442\u0432.<\/li>\n<li><strong>\u0421\u0443\u0448\u043a\u0430 \u0438 \u043c\u0438\u043a\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u044f<\/strong> \u2013 \u0437\u0430\u043a\u043b\u044e\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u044d\u0442\u0430\u043f \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0438\u0432\u0430\u0435\u0442 \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430 \u0438 \u043f\u0440\u043e\u0441\u0442\u043e\u0442\u0443 \u0435\u0433\u043e \u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0432 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u0434\u043e\u0431\u0430\u0432\u043a\u0438.<\/li>\n<\/ul>\n<p>\u0412\u0435\u0441\u044c \u043f\u0440\u043e\u0446\u0435\u0441\u0441 \u043e\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0431\u0435\u0437 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u0438\u0441\u043a\u0443\u0441\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0445 \u0434\u043e\u0431\u0430\u0432\u043e\u043a, \u0441 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0435\u043c \u043f\u0440\u0438\u0440\u043e\u0434\u043d\u044b\u0445 \u0441\u0432\u043e\u0439\u0441\u0442\u0432 \u043c\u043e\u043b\u043e\u043a\u0430.<\/p>\n                    <\/div>\r\n\r\n                                    <\/div>\r\n\r\n                \r\n            <\/div>\r\n            <div class=\"lg:w-1\/2\">\r\n                                    <img decoding=\"async\" class=\"w-full rounded-lg\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/08\/microlactin-image2.webp\" alt=\"\">\r\n                            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n\n\n\r\n\r\n    <!-- Render in front -->\r\n\r\n    <div class=\"my-8 sm:my-16 px-6 bg-white dark:bg-gray-900\">\r\n\r\n        <div class=\"mx-auto max-w-screen-xl py-8\">\r\n\r\n                            <div class=\"max-w-3xl mx-auto text-center mb-12\">\r\n\r\n                                            <h2 class=\"text-3xl font-extrabold leading-tight tracking-tight text-primary sm:text-5xl\">\r\n                            \u041a\u0430\u043a \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u043c\u0438\u043a\u0440\u043e\u043b\u0430\u043a\u0442\u0438\u043d<span class=\"font-normal\">\u00ae<\/span>?                        <\/h2>\r\n                                                                <p class=\"mt-4 text-base font-normal text-gray-500 sm:text-xl\">\r\n                            MicroLactin<span class=\"font-normal\">\u00ae<\/span> \u041f\u0440\u0435\u043f\u0430\u0440\u0430\u0442 \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u0435\u0442 \u043c\u043d\u043e\u0433\u043e\u0433\u0440\u0430\u043d\u043d\u043e, \u0432\u043b\u0438\u044f\u044f \u043a\u0430\u043a \u043d\u0430 \u0432\u043e\u0441\u043f\u0430\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435, \u0442\u0430\u043a \u0438 \u043d\u0430 \u0440\u0435\u0433\u0435\u043d\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u044b\u0435 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u044b \u0432 \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u043c\u0435 \u0436\u0438\u0432\u043e\u0442\u043d\u043e\u0433\u043e. \u0411\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u044f \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u043e\u043c\u0443 \u043c\u0435\u0445\u0430\u043d\u0438\u0437\u043c\u0443 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f, \u043e\u043d \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0438\u0432\u0430\u0435\u0442 \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u0443\u044e \u0438 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u0443\u044e \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0443 \u0432 \u0443\u043b\u0443\u0447\u0448\u0435\u043d\u0438\u0438 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0430 \u0436\u0438\u0437\u043d\u0438.                        <\/p>\r\n                                    <\/div>\r\n            \r\n                            <div class=\"space-y-8 text-center md:grid md:grid-cols-2 lg:grid-cols-3 md:gap-12 md:space-y-0\">\r\n                                            <div>\r\n                            <div class=\"flex justify-center items-center mx-auto mb-4\">\r\n                                                                    <img src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/04\/icon-7.svg\" alt=\"\" loading=\"lazy\" decoding=\"async\" class=\"w-[130px] h-[130px]\">\r\n                                                            <\/div>\r\n                            <div class=\"mb-2 text-xl font-bold\">\r\n                                \u0423\u043c\u0435\u043d\u044c\u0448\u0430\u0435\u0442 \u043c\u0438\u043a\u0440\u043e\u0432\u043e\u0441\u043f\u0430\u043b\u0435\u043d\u0438\u0435                            <\/div>\r\n                            <div class=\"format format-sm sm:format-base lg:format-lg format-blue dark:format-invert w-full max-w-none\">\r\n                                <p>\u041e\u043d \u0431\u043b\u043e\u043a\u0438\u0440\u0443\u0435\u0442 \u0432\u043e\u0441\u043f\u0430\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u043c\u0435\u0434\u0438\u0430\u0442\u043e\u0440\u044b (\u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u0446\u0438\u0442\u043e\u043a\u0438\u043d\u044b), \u043f\u043e\u043c\u043e\u0433\u0430\u044f \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u043c\u0443 \u0431\u043e\u0440\u043e\u0442\u044c\u0441\u044f \u0441 \u0445\u0440\u043e\u043d\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u0431\u043e\u043b\u044c\u044e \u0438 \u043d\u0430\u043f\u0440\u044f\u0436\u0435\u043d\u0438\u0435\u043c.<\/p>\n                            <\/div>\r\n                        <\/div>\r\n                                            <div>\r\n                            <div class=\"flex justify-center items-center mx-auto mb-4\">\r\n                                                                    <img src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/04\/icon-8.svg\" alt=\"\" loading=\"lazy\" decoding=\"async\" class=\"w-[130px] h-[130px]\">\r\n                                                            <\/div>\r\n                            <div class=\"mb-2 text-xl font-bold\">\r\n                                \u041f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0440\u0435\u0433\u0435\u043d\u0435\u0440\u0430\u0446\u0438\u044e                            <\/div>\r\n                            <div class=\"format format-sm sm:format-base lg:format-lg format-blue dark:format-invert w-full max-w-none\">\r\n                                <p>\u042d\u0442\u043e \u043f\u043e\u043c\u043e\u0433\u0430\u0435\u0442 \u0431\u044b\u0441\u0442\u0440\u0435\u0435 \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u0442\u044c\u0441\u044f \u043f\u043e\u0441\u043b\u0435 \u0444\u0438\u0437\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u043d\u0430\u0433\u0440\u0443\u0437\u043e\u043a \u0438\u043b\u0438 \u0442\u0440\u0430\u0432\u043c, \u043a\u0430\u043a \u0444\u0438\u0437\u0438\u0447\u0435\u0441\u043a\u0438\u0445, \u0442\u0430\u043a \u0438 \u043c\u0435\u0442\u0430\u0431\u043e\u043b\u0438\u0447\u0435\u0441\u043a\u0438\u0445.<\/p>\n                            <\/div>\r\n                        <\/div>\r\n                                            <div>\r\n                            <div class=\"flex justify-center items-center mx-auto mb-4\">\r\n                                                                    <img src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/04\/icon-9.svg\" alt=\"\" loading=\"lazy\" decoding=\"async\" class=\"w-[130px] h-[130px]\">\r\n                                                            <\/div>\r\n                            <div class=\"mb-2 text-xl font-bold\">\r\n                                \u0411\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e \u0438 \u043f\u0440\u043e\u0432\u0435\u0440\u0435\u043d\u043e                            <\/div>\r\n                            <div class=\"format format-sm sm:format-base lg:format-lg format-blue dark:format-invert w-full max-w-none\">\r\n                                <p>\u041f\u0440\u043e\u0432\u0435\u0434\u0435\u043d\u044b \u043c\u043d\u043e\u0433\u043e\u043a\u0440\u0430\u0442\u043d\u044b\u0435 \u0438\u0441\u043f\u044b\u0442\u0430\u043d\u0438\u044f \u043d\u0430 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u044c, \u043f\u043e\u0431\u043e\u0447\u043d\u044b\u0435 \u044d\u0444\u0444\u0435\u043a\u0442\u044b \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u044e\u0442, \u0445\u043e\u0440\u043e\u0448\u043e \u043f\u0435\u0440\u0435\u043d\u043e\u0441\u0438\u0442\u0441\u044f \u0440\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u043c\u0438 \u0432\u0438\u0434\u0430\u043c\u0438 \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0445.<\/p>\n                            <\/div>\r\n                        <\/div>\r\n                    \r\n                <\/div>\r\n            \r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n\n\n\r\n    <!-- Render in front -->\r\n\r\n    <section class=\"columns-img                bg-white dark:bg-primary\">\r\n\r\n        <div class=\"gap-16 items-center mx-auto max-w-screen-xl lg:flex py-8 lg:py-16 px-6\">\r\n\r\n            <div class=\"lg:w-1\/2 font-light text-gray-500 sm:text-lg dark:text-gray-400 relative max-lg:mb-8\">\r\n\r\n                <div class=\"relative z-10\">\r\n                    <h2 class=\"mb-4 text-4xl tracking-tight font-bold text-gray-900 dark:text-white\">\r\n                        \u041d\u0438\u0437\u043a\u0438\u0439 \u0440\u0438\u0441\u043a \u0430\u043b\u043b\u0435\u0440\u0433\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u0440\u0435\u0430\u043a\u0446\u0438\u0439 \u0438 \u043f\u043e\u043b\u043d\u0430\u044f \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u044c.                    <\/h2>\r\n                    <div class=\"mb-4 format-base sm:format-lg lg:format-2xl text-gray-500 dark:text-white w-full max-w-none\">\r\n                        <p>MicroLactin<span class=\"font-normal\">\u00ae<\/span> \u0412 \u043d\u0435\u043c \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0441\u043d\u0438\u0436\u0435\u043d\u043e \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435 \u043b\u0430\u043a\u0442\u043e\u0437\u044b, \u0447\u0442\u043e \u0443\u043c\u0435\u043d\u044c\u0448\u0430\u0435\u0442 \u0440\u0438\u0441\u043a \u0430\u043b\u043b\u0435\u0440\u0433\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u0440\u0435\u0430\u043a\u0446\u0438\u0439. \u0411\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u044f \u0442\u0449\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u043c\u0443 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0443 \u043e\u0447\u0438\u0441\u0442\u043a\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0442 \u0445\u043e\u0440\u043e\u0448\u043e \u043f\u0435\u0440\u0435\u043d\u043e\u0441\u0438\u0442\u0441\u044f \u0434\u0430\u0436\u0435 \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u043c\u0438 \u0441 \u043f\u0438\u0449\u0435\u0432\u043e\u0439 \u0447\u0443\u0432\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c\u044e. \u042d\u0442\u043e \u0438\u0434\u0435\u0430\u043b\u044c\u043d\u043e\u0435 \u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u043f\u0438\u0442\u043e\u043c\u0446\u0435\u0432 \u0441 \u0438\u0441\u0442\u043e\u0440\u0438\u0435\u0439 \u043d\u0435\u043f\u0435\u0440\u0435\u043d\u043e\u0441\u0438\u043c\u043e\u0441\u0442\u0438 \u0438\u043b\u0438 \u0430\u043b\u043b\u0435\u0440\u0433\u0438\u0438, \u043d\u0435 \u0441\u043d\u0438\u0436\u0430\u044e\u0449\u0435\u0435 \u043f\u0440\u0438 \u044d\u0442\u043e\u043c \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c.<\/p>\n                    <\/div>\r\n\r\n                                    <\/div>\r\n\r\n                \r\n            <\/div>\r\n            <div class=\"lg:w-1\/2\">\r\n                                    <img decoding=\"async\" class=\"w-full rounded-lg\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/08\/microlactin-images1.webp\" alt=\"\">\r\n                            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n\n\n\n    <!-- Render in front -->\n\n    <section class=\"max-w-7xl mx-auto rounded-lg py-8 mx-auto px-6 sm:py-16 lg:py-24\">\n\n                    <div class=\"max-w-3xl mx-auto text-center mb-12\">\n\n                                    <h2 class=\"text-3xl font-extrabold leading-tight tracking-tight text-black sm:text-4xl dark:text-white\">\n                        \u0423\u0437\u043d\u0430\u0439\u0442\u0435, \u043f\u043e\u0447\u0435\u043c\u0443 \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043d\u0430\u043c \u0434\u043e\u0432\u0435\u0440\u044f\u0442\u044c.                    <\/h2>\n                                                    <p class=\"mt-4 text-base font-normal text-gray-500 sm:text-xl dark:text-gray-400\">\n                        \u0423\u0437\u043d\u0430\u0439\u0442\u0435, \u043f\u043e\u0447\u0435\u043c\u0443 MicroLactin<span class=\"font-normal\">\u00ae<\/span> \u042d\u0442\u043e \u0431\u043e\u043b\u044c\u0448\u0435, \u0447\u0435\u043c \u043f\u0440\u043e\u0441\u0442\u043e \u0434\u043e\u0431\u0430\u0432\u043a\u0430. \u0423\u0437\u043d\u0430\u0439\u0442\u0435, \u043a\u0430\u043a \u043e\u043d\u0430 \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442, \u043e\u0442\u043a\u0443\u0434\u0430 \u043e\u043d\u0430 \u0431\u0435\u0440\u0435\u0442\u0441\u044f \u0438 \u043f\u043e\u0447\u0435\u043c\u0443 \u044d\u0442\u043e \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u044b\u0439 \u0432\u044b\u0431\u043e\u0440 \u0434\u043b\u044f \u0432\u0430\u0448\u0435\u0433\u043e \u043f\u0438\u0442\u043e\u043c\u0446\u0430.                    <\/p>\n                            <\/div>\n        \n                    <div class=\"grid grid-cols-1 gap-4 mt-8 xl:gap-12 md:grid-cols-2\">\n                                    <div\n                        class=\"p-5 space-y-4 bg-white border border-gray-200 rounded-lg shadow-md lg:p-8 dark:bg-gray-800 dark:border-gray-700\">\n                                                    <img decoding=\"async\" class=\"object-cover w-full rounded-lg shadow-lg\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/08\/Card3.webp\"\n                                alt=\"\">\n                        \n                                                    <h3 class=\"text-2xl font-bold leading-tight text-black dark:text-white\">\n                                \u041a\u0442\u043e \u043c\u044b?                            <\/h3>\n                        \n                                                    <p class=\"text-base font-normal text-gray-500 dark:text-gray-400\">\n                                \u041f\u0440\u0438 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0438 \u0434\u043e\u0431\u0430\u0432\u043e\u043a \u043c\u044b \u0437\u0430\u0431\u043e\u0442\u0438\u043c\u0441\u044f \u043e \u0437\u0434\u043e\u0440\u043e\u0432\u044c\u0435 \u0438 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 \u0432\u0430\u0448\u0435\u0433\u043e \u043f\u0438\u0442\u043e\u043c\u0446\u0430, \u043d\u0430\u0447\u0438\u043d\u0430\u044f \u043e\u0442 \u0441\u043e\u0441\u0442\u0430\u0432\u0430 \u0438 \u0437\u0430\u043a\u0430\u043d\u0447\u0438\u0432\u0430\u044f \u0438\u0445 \u044d\u0444\u0444\u0435\u043a\u0442\u043e\u043c.                            <\/p>\n                        \n                                                    <div class=\"flex flex-col gap-4 sm:flex-row md:flex-col lg:flex-row lg:items-center\">\n                                <a href=\"https:\/\/animalactin.eu\/ru\/o-nas\" class=\"btn btn--primary\" role=\"button\">\n                                    \u0421\u043c\u043e\u0442\u0440\u0438\u0442\u0435 \u0431\u043e\u043b\u044c\u0448\u0435                                    <svg class=\"w-5 h-5 ml-2 -mr-1\" fill=\"currentColor\" viewbox=\"0 0 20 20\"\n                                        xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                        <path fill-rule=\"evenodd\"\n                                            d=\"M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z\"\n                                            clip-rule=\"evenodd\"><\/path>\n                                    <\/svg>\n                                <\/a>\n                            <\/div>\n                                            <\/div>\n                                    <div\n                        class=\"p-5 space-y-4 bg-white border border-gray-200 rounded-lg shadow-md lg:p-8 dark:bg-gray-800 dark:border-gray-700\">\n                                                    <img decoding=\"async\" class=\"object-cover w-full rounded-lg shadow-lg\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/08\/Card2.webp\"\n                                alt=\"\">\n                        \n                                                    <h3 class=\"text-2xl font-bold leading-tight text-black dark:text-white\">\n                                \u0423\u0437\u043d\u0430\u0439\u0442\u0435, \u0447\u0442\u043e \u0433\u043e\u0432\u043e\u0440\u0438\u0442 \u043d\u0430\u0443\u043a\u0430.                            <\/h3>\n                        \n                                                    <p class=\"text-base font-normal text-gray-500 dark:text-gray-400\">\n                                \u0423\u0437\u043d\u0430\u0439\u0442\u0435 \u043e \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430\u0445 \u0438\u0441\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u043d\u0438\u0439, \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0430\u044e\u0449\u0438\u0445 \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c MicroLactin.<span class=\"font-normal\">\u00ae<\/span> \u0432 \u0441\u043d\u0438\u0436\u0435\u043d\u0438\u0438 \u0432\u043e\u0441\u043f\u0430\u043b\u0435\u043d\u0438\u044f \u0438 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0435 \u0440\u0435\u0433\u0435\u043d\u0435\u0440\u0430\u0446\u0438\u0438.                            <\/p>\n                        \n                                                    <div class=\"flex flex-col gap-4 sm:flex-row md:flex-col lg:flex-row lg:items-center\">\n                                <a href=\"https:\/\/animalactin.eu\/ru\/badania-naukowe\" class=\"btn btn--primary\" role=\"button\">\n                                    \u0421\u043c\u043e\u0442\u0440\u0438\u0442\u0435 \u0431\u043e\u043b\u044c\u0448\u0435                                    <svg class=\"w-5 h-5 ml-2 -mr-1\" fill=\"currentColor\" viewbox=\"0 0 20 20\"\n                                        xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                        <path fill-rule=\"evenodd\"\n                                            d=\"M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z\"\n                                            clip-rule=\"evenodd\"><\/path>\n                                    <\/svg>\n                                <\/a>\n                            <\/div>\n                                            <\/div>\n                            <\/div>\n        \n\n    <\/section>\n\n\n\n\n    <!-- Render in front -->\n\n    <section class=\"max-w-7xl mx-auto rounded-lg shop-banner py-8 lg:py-16 px-6\">\n\n        <div\n            class=\"rounded-lg bg-no-repeat bg-cover bg-center bg-black\/10 bg-blend-multiply lg:flex lg:items-center lg:h-[350px]\"\n            style=\"background-image: url('https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/08\/badania-naukowe-img.png')\">\n\n            <div class=\"relative grid lg:grid-cols-12 lg:gap-8 xl:gap-0 mx-auto container max-w-7xl\">\n                <div class=\"lg:col-span-7\"><\/div>\n\n                <div class=\"test mr-auto place-self-center lg:col-span-5 px-4 py-8 lg:py-30\">\n                    <h2 class=\"[&#038;_strong]:text-primary [&#038;_b]:text-primary max-w-2xl mb-4 text-4xl font-extrabold tracking-tight leading-none md:text-5xl xl:text-6xl text-white\">\n                        \u041f\u043e\u0437\u0430\u0431\u043e\u0442\u044c\u0442\u0435\u0441\u044c \u043e \u0437\u0434\u043e\u0440\u043e\u0432\u044c\u0435 \u0441\u0432\u043e\u0435\u0433\u043e \u043f\u0438\u0442\u043e\u043c\u0446\u0430.                     <\/h2>\n                                            <p class=\"max-w-2xl mb-6 font-light text-white lg:mb-8 md:text-lg lg:text-xl\">\n                            \u0412\u044b\u0431\u043e\u0440 ANIMALACTIN<span class=\"font-normal\">\u00ae<\/span>, \u0412\u044b \u0432\u044b\u0431\u0438\u0440\u0430\u0435\u0442\u0435 \u0434\u043e\u0431\u0430\u0432\u043a\u0443, \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u043e\u0441\u043d\u043e\u0432\u0430\u043d\u043e \u043d\u0430 \u0444\u0430\u043a\u0442\u0430\u0445, \u0430 \u043d\u0435 \u043d\u0430 \u0434\u043e\u0433\u0430\u0434\u043a\u0430\u0445.                        <\/p>\n                                                                <a href=\"https:\/\/animalactin.shop\/\" class=\"btn btn--primary\">\n                            \u041f\u043e\u0441\u0435\u0442\u0438\u0442\u0435 \u043c\u0430\u0433\u0430\u0437\u0438\u043d                            <svg class=\"w-5 h-5 ml-2 -mr-1\" fill=\"currentColor\" viewbox=\"0 0 20 20\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <path fill-rule=\"evenodd\" d=\"M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z\" clip-rule=\"evenodd\"><\/path>\n                            <\/svg>\n                        <\/a>\n                                    <\/div>\n\n            <\/div>\n        <\/div>\n    <\/section>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-819","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>O MicroLactin\u00ae - ANIMALACTIN \u00ae<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/animalactin.eu\/ru\/\u043e-\u043c\u0438\u043a\u0440\u043e\u043b\u0430\u043a\u0442\u0438\u043d\u0435\/\" \/>\n<meta property=\"og:locale\" content=\"ru_RU\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"O MicroLactin\u00ae - ANIMALACTIN \u00ae\" \/>\n<meta property=\"og:url\" content=\"https:\/\/animalactin.eu\/ru\/\u043e-\u043c\u0438\u043a\u0440\u043e\u043b\u0430\u043a\u0442\u0438\u043d\u0435\/\" \/>\n<meta property=\"og:site_name\" content=\"ANIMALACTIN\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-20T08:44:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/07\/1200x630_OG_photo_14072025.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/animalactin.eu\/o-microlactin\/\",\"url\":\"https:\/\/animalactin.eu\/o-microlactin\/\",\"name\":\"O MicroLactin\u00ae - ANIMALACTIN \u00ae\",\"isPartOf\":{\"@id\":\"https:\/\/animalactin.eu\/#website\"},\"datePublished\":\"2025-08-05T09:24:47+00:00\",\"dateModified\":\"2025-08-20T08:44:01+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/animalactin.eu\/o-microlactin\/#breadcrumb\"},\"inLanguage\":\"ru-RU\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/animalactin.eu\/o-microlactin\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/animalactin.eu\/o-microlactin\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/animalactin.eu\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"O MicroLactin\u00ae\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/animalactin.eu\/#website\",\"url\":\"https:\/\/animalactin.eu\/\",\"name\":\"ANIMALACTIN\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/animalactin.eu\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/animalactin.eu\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ru-RU\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/animalactin.eu\/#organization\",\"name\":\"ANIMALACTIN\",\"url\":\"https:\/\/animalactin.eu\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ru-RU\",\"@id\":\"https:\/\/animalactin.eu\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/06\/logo.png\",\"contentUrl\":\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/06\/logo.png\",\"width\":74,\"height\":36,\"caption\":\"ANIMALACTIN\"},\"image\":{\"@id\":\"https:\/\/animalactin.eu\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u041e \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430\u0445 MicroLactin\u00ae - ANIMALACTIN \u00ae","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/animalactin.eu\/ru\/\u043e-\u043c\u0438\u043a\u0440\u043e\u043b\u0430\u043a\u0442\u0438\u043d\u0435\/","og_locale":"ru_RU","og_type":"article","og_title":"O MicroLactin\u00ae - ANIMALACTIN \u00ae","og_url":"https:\/\/animalactin.eu\/ru\/\u043e-\u043c\u0438\u043a\u0440\u043e\u043b\u0430\u043a\u0442\u0438\u043d\u0435\/","og_site_name":"ANIMALACTIN","article_modified_time":"2025-08-20T08:44:01+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/07\/1200x630_OG_photo_14072025.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/animalactin.eu\/o-microlactin\/","url":"https:\/\/animalactin.eu\/o-microlactin\/","name":"\u041e \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430\u0445 MicroLactin\u00ae - ANIMALACTIN \u00ae","isPartOf":{"@id":"https:\/\/animalactin.eu\/#website"},"datePublished":"2025-08-05T09:24:47+00:00","dateModified":"2025-08-20T08:44:01+00:00","breadcrumb":{"@id":"https:\/\/animalactin.eu\/o-microlactin\/#breadcrumb"},"inLanguage":"ru-RU","potentialAction":[{"@type":"ReadAction","target":["https:\/\/animalactin.eu\/o-microlactin\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/animalactin.eu\/o-microlactin\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/animalactin.eu\/"},{"@type":"ListItem","position":2,"name":"O MicroLactin\u00ae"}]},{"@type":"WebSite","@id":"https:\/\/animalactin.eu\/#website","url":"https:\/\/animalactin.eu\/","name":"ANIMALACTIN","description":"","publisher":{"@id":"https:\/\/animalactin.eu\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/animalactin.eu\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ru-RU"},{"@type":"Organization","@id":"https:\/\/animalactin.eu\/#organization","name":"ANIMALACTIN","url":"https:\/\/animalactin.eu\/","logo":{"@type":"ImageObject","inLanguage":"ru-RU","@id":"https:\/\/animalactin.eu\/#\/schema\/logo\/image\/","url":"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/06\/logo.png","contentUrl":"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/06\/logo.png","width":74,"height":36,"caption":"ANIMALACTIN"},"image":{"@id":"https:\/\/animalactin.eu\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/animalactin.eu\/ru\/wp-json\/wp\/v2\/pages\/819","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/animalactin.eu\/ru\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/animalactin.eu\/ru\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/animalactin.eu\/ru\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/animalactin.eu\/ru\/wp-json\/wp\/v2\/comments?post=819"}],"version-history":[{"count":9,"href":"https:\/\/animalactin.eu\/ru\/wp-json\/wp\/v2\/pages\/819\/revisions"}],"predecessor-version":[{"id":904,"href":"https:\/\/animalactin.eu\/ru\/wp-json\/wp\/v2\/pages\/819\/revisions\/904"}],"wp:attachment":[{"href":"https:\/\/animalactin.eu\/ru\/wp-json\/wp\/v2\/media?parent=819"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}