{"id":20,"date":"2025-03-20T22:30:07","date_gmt":"2025-03-20T21:30:07","guid":{"rendered":"https:\/\/animalactin.localhost\/?page_id=20"},"modified":"2026-03-25T16:43:05","modified_gmt":"2026-03-25T15:43:05","slug":"kontakt","status":"publish","type":"page","link":"https:\/\/animalactin.eu\/et\/kontakt\/","title":{"rendered":"Kontakt"},"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\/03\/Hero-1.png'); 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                                Kas teil on k\u00fcsimusi?                            <\/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                                    V\u00f5tke meiega \u00fchendust! Siit leiate vastused korduma kippuvatele k\u00fcsimustele ja kiire juurdep\u00e4\u00e4su meie poodi, kust saate h\u00f5lpsalt oma lemmikloomale tooteid tellida.                                <\/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=\"bg-gray-50 dark:bg-gray-900\">\r\n        <div class=\"py-8 px-4 mx-auto max-w-screen-xl sm:py-16 lg:px-6 flex flex-col\">\r\n            <h2 class=\"text-3xl font-extrabold leading-tight tracking-tight sm:text-5xl text-center mb-6 lg:mb-8\">\r\n                KKK            <\/h2>\r\n\r\n            <p class=\"mt-4 text-base font-normal text-gray-500 sm:text-xl\">\r\n                            <\/p>\r\n\r\n            <div x-data=\"{ opened: null }\">\r\n                                                    <div class=\"mx-auto max-w-screen-md\">\r\n                        <div class=\"transition-colors duration-300\"\r\n                            :class=\"{ 'text-black': opened === 1, 'text-gray-500 hover:text-black': opened !== 1 }\">\r\n                            <h2 class=\"flex items-center gap-4 border-b border-gray-200\">\r\n                                <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/icons\/question_mark.svg\"\r\n                                    alt=\"\">\r\n                                <button type=\"button\"\r\n                                    class=\"flex justify-between items-center py-5 w-full text-left border-b border-gray-200 cursor-pointer\"\r\n                                    x-on:click=\"opened = (opened === 1 ? null : 1)\">\r\n                                    <span class=\"text-lg font-bold leading-6\">Kas ma saan teie br\u00e4ndiga koost\u00f6\u00f6d teha?<\/span>\r\n                                    <svg class=\"w-6 h-6 shrink-0 transition-transform duration-300\"\r\n                                        :class=\"{ 'rotate-180': opened === 1 }\" fill=\"currentColor\"\r\n                                        viewbox=\"0 0 20 20\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                        <path fill-rule=\"evenodd\"\r\n                                            d=\"M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z\"\r\n                                            clip-rule=\"evenodd\"><\/path>\r\n                                    <\/svg>\r\n                                <\/button>\r\n                            <\/h2>\r\n                            <div x-ref=\"content1\"\r\n                                x-bind:style=\"opened === 1 ? 'max-height: ' + $refs.content1.scrollHeight + 'px' : 'max-height: 0px'\"\r\n                                class=\"overflow-hidden transition-all duration-500 ease-in-out font-normal\">\r\n                                <div class=\"py-5 mx-8 border-b border-gray-200 text-md [&#038;_a]:underline\">\r\n                                    <p>Jah, oleme avatud koost\u00f6\u00f6le veterinaaride, lemmikloomapoodide ja m\u00f5jutajatega. V\u00f5tke meiega \u00fchendust aadressil&nbsp;<a href=\"mailto:info@animalactin.eu\">info@animalactin.eu<\/a>, ja arutame hea meelega \u00fcksikasju!<\/p>\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                                        <div class=\"mx-auto max-w-screen-md\">\r\n                        <div class=\"transition-colors duration-300\"\r\n                            :class=\"{ 'text-black': opened === 2, 'text-gray-500 hover:text-black': opened !== 2 }\">\r\n                            <h2 class=\"flex items-center gap-4 border-b border-gray-200\">\r\n                                <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/icons\/question_mark.svg\"\r\n                                    alt=\"\">\r\n                                <button type=\"button\"\r\n                                    class=\"flex justify-between items-center py-5 w-full text-left border-b border-gray-200 cursor-pointer\"\r\n                                    x-on:click=\"opened = (opened === 2 ? null : 2)\">\r\n                                    <span class=\"text-lg font-bold leading-6\">Kust ma leian teie toodete kohta uusimat teavet?<\/span>\r\n                                    <svg class=\"w-6 h-6 shrink-0 transition-transform duration-300\"\r\n                                        :class=\"{ 'rotate-180': opened === 2 }\" fill=\"currentColor\"\r\n                                        viewbox=\"0 0 20 20\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                        <path fill-rule=\"evenodd\"\r\n                                            d=\"M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z\"\r\n                                            clip-rule=\"evenodd\"><\/path>\r\n                                    <\/svg>\r\n                                <\/button>\r\n                            <\/h2>\r\n                            <div x-ref=\"content2\"\r\n                                x-bind:style=\"opened === 2 ? 'max-height: ' + $refs.content2.scrollHeight + 'px' : 'max-height: 0px'\"\r\n                                class=\"overflow-hidden transition-all duration-500 ease-in-out font-normal\">\r\n                                <div class=\"py-5 mx-8 border-b border-gray-200 text-md [&#038;_a]:underline\">\r\n                                    <p>Teavet meie toodete kohta leiate meie veebilehtedelt <a href=\"http:\/\/www.animalactin.shop\">www.animalactin.eu<\/a> ja www.animalactin.shop.<\/p>\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                                        <div class=\"mx-auto max-w-screen-md\">\r\n                        <div class=\"transition-colors duration-300\"\r\n                            :class=\"{ 'text-black': opened === 3, 'text-gray-500 hover:text-black': opened !== 3 }\">\r\n                            <h2 class=\"flex items-center gap-4 border-b border-gray-200\">\r\n                                <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/icons\/question_mark.svg\"\r\n                                    alt=\"\">\r\n                                <button type=\"button\"\r\n                                    class=\"flex justify-between items-center py-5 w-full text-left border-b border-gray-200 cursor-pointer\"\r\n                                    x-on:click=\"opened = (opened === 3 ? null : 3)\">\r\n                                    <span class=\"text-lg font-bold leading-6\">Kas ma saan toodet telefoni teel tellida?<\/span>\r\n                                    <svg class=\"w-6 h-6 shrink-0 transition-transform duration-300\"\r\n                                        :class=\"{ 'rotate-180': opened === 3 }\" fill=\"currentColor\"\r\n                                        viewbox=\"0 0 20 20\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                        <path fill-rule=\"evenodd\"\r\n                                            d=\"M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z\"\r\n                                            clip-rule=\"evenodd\"><\/path>\r\n                                    <\/svg>\r\n                                <\/button>\r\n                            <\/h2>\r\n                            <div x-ref=\"content3\"\r\n                                x-bind:style=\"opened === 3 ? 'max-height: ' + $refs.content3.scrollHeight + 'px' : 'max-height: 0px'\"\r\n                                class=\"overflow-hidden transition-all duration-500 ease-in-out font-normal\">\r\n                                <div class=\"py-5 mx-8 border-b border-gray-200 text-md [&#038;_a]:underline\">\r\n                                    <p>Ei. Toodet saab tellida veebilehelt. <a href=\"http:\/\/www.animalactin.shop\">www.animalactin.shop<\/a>.<\/p>\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                                        <div class=\"mx-auto max-w-screen-md\">\r\n                        <div class=\"transition-colors duration-300\"\r\n                            :class=\"{ 'text-black': opened === 4, 'text-gray-500 hover:text-black': opened !== 4 }\">\r\n                            <h2 class=\"flex items-center gap-4 border-b border-gray-200\">\r\n                                <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/icons\/question_mark.svg\"\r\n                                    alt=\"\">\r\n                                <button type=\"button\"\r\n                                    class=\"flex justify-between items-center py-5 w-full text-left border-b border-gray-200 cursor-pointer\"\r\n                                    x-on:click=\"opened = (opened === 4 ? null : 4)\">\r\n                                    <span class=\"text-lg font-bold leading-6\">Kui kaua s\u00f5numile vastamine aega v\u00f5tab?<\/span>\r\n                                    <svg class=\"w-6 h-6 shrink-0 transition-transform duration-300\"\r\n                                        :class=\"{ 'rotate-180': opened === 4 }\" fill=\"currentColor\"\r\n                                        viewbox=\"0 0 20 20\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                        <path fill-rule=\"evenodd\"\r\n                                            d=\"M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z\"\r\n                                            clip-rule=\"evenodd\"><\/path>\r\n                                    <\/svg>\r\n                                <\/button>\r\n                            <\/h2>\r\n                            <div x-ref=\"content4\"\r\n                                x-bind:style=\"opened === 4 ? 'max-height: ' + $refs.content4.scrollHeight + 'px' : 'max-height: 0px'\"\r\n                                class=\"overflow-hidden transition-all duration-500 ease-in-out font-normal\">\r\n                                <div class=\"py-5 mx-8 border-b border-gray-200 text-md [&#038;_a]:underline\">\r\n                                    <p>P\u00fc\u00fcame vastata nii kiiresti kui v\u00f5imalik, tavaliselt m\u00f5ne p\u00e4eva jooksul.<\/p>\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                                        <div class=\"mx-auto max-w-screen-md\">\r\n                        <div class=\"transition-colors duration-300\"\r\n                            :class=\"{ 'text-black': opened === 5, 'text-gray-500 hover:text-black': opened !== 5 }\">\r\n                            <h2 class=\"flex items-center gap-4 border-b border-gray-200\">\r\n                                <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/icons\/question_mark.svg\"\r\n                                    alt=\"\">\r\n                                <button type=\"button\"\r\n                                    class=\"flex justify-between items-center py-5 w-full text-left border-b border-gray-200 cursor-pointer\"\r\n                                    x-on:click=\"opened = (opened === 5 ? null : 5)\">\r\n                                    <span class=\"text-lg font-bold leading-6\">Ma ei leidnud vastust oma k\u00fcsimusele \u2013 mida ma peaksin tegema?<\/span>\r\n                                    <svg class=\"w-6 h-6 shrink-0 transition-transform duration-300\"\r\n                                        :class=\"{ 'rotate-180': opened === 5 }\" fill=\"currentColor\"\r\n                                        viewbox=\"0 0 20 20\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                        <path fill-rule=\"evenodd\"\r\n                                            d=\"M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z\"\r\n                                            clip-rule=\"evenodd\"><\/path>\r\n                                    <\/svg>\r\n                                <\/button>\r\n                            <\/h2>\r\n                            <div x-ref=\"content5\"\r\n                                x-bind:style=\"opened === 5 ? 'max-height: ' + $refs.content5.scrollHeight + 'px' : 'max-height: 0px'\"\r\n                                class=\"overflow-hidden transition-all duration-500 ease-in-out font-normal\">\r\n                                <div class=\"py-5 mx-8 border-b border-gray-200 text-md [&#038;_a]:underline\">\r\n                                    <p>Kirjuta meile \u2013 kontaktvormi leiad altpoolt.<\/p>\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                                        <div class=\"mx-auto max-w-screen-md\">\r\n                        <div class=\"transition-colors duration-300\"\r\n                            :class=\"{ 'text-black': opened === 6, 'text-gray-500 hover:text-black': opened !== 6 }\">\r\n                            <h2 class=\"flex items-center gap-4 border-b border-gray-200\">\r\n                                <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/icons\/question_mark.svg\"\r\n                                    alt=\"\">\r\n                                <button type=\"button\"\r\n                                    class=\"flex justify-between items-center py-5 w-full text-left border-b border-gray-200 cursor-pointer\"\r\n                                    x-on:click=\"opened = (opened === 6 ? null : 6)\">\r\n                                    <span class=\"text-lg font-bold leading-6\">Kas ANIMALACTIN on efektiivne?<span class=\"font-normal\">\u00ae<\/span> on teaduslike uuringutega kinnitatud?<\/span>\r\n                                    <svg class=\"w-6 h-6 shrink-0 transition-transform duration-300\"\r\n                                        :class=\"{ 'rotate-180': opened === 6 }\" fill=\"currentColor\"\r\n                                        viewbox=\"0 0 20 20\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                        <path fill-rule=\"evenodd\"\r\n                                            d=\"M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z\"\r\n                                            clip-rule=\"evenodd\"><\/path>\r\n                                    <\/svg>\r\n                                <\/button>\r\n                            <\/h2>\r\n                            <div x-ref=\"content6\"\r\n                                x-bind:style=\"opened === 6 ? 'max-height: ' + $refs.content6.scrollHeight + 'px' : 'max-height: 0px'\"\r\n                                class=\"overflow-hidden transition-all duration-500 ease-in-out font-normal\">\r\n                                <div class=\"py-5 mx-8 border-b border-gray-200 text-md [&#038;_a]:underline\">\r\n                                    <p>Jah, see on kinnitatud. Palun k\u00fclastage meie veebisaiti. <a href=\"https:\/\/animalactin.eu\/badania-naukowe\/\">teaduslik uurimist\u00f6\u00f6<\/a>.<\/p>\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                                <\/div>\r\n                    <\/div>\r\n    <\/section>\r\n\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                        Tahad rohkem?                    <\/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>K\u00fclasta meie poodi ja avasta kogu toidulisandite ja toodete valik,<br \/>\nmis toetavad teie lemmiklooma tervist, eluj\u00f5udu ja r\u00f5\u00f5mu. Siit leiate k\u00f5ik, mida vajate oma lemmiklooma liigeste, naha, karvkatte ja \u00fcldise heaolu eest hoolitsemiseks!<\/p>\n                    <\/div>\r\n\r\n                                            <div class=\"mt-8 lg:mt-16\">\r\n                                                        <a href=\"https:\/\/animalactin.shop\/\" title=\"\" class=\"btn btn--primary\" role=\"button\">\r\n                                K\u00fclasta poodi                                <svg aria-hidden=\"true\" class=\"w-5 h-5 ml-2 -mr-1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\r\n                                    viewbox=\"0 0 20 20\" fill=\"currentColor\">\r\n                                    <path fill-rule=\"evenodd\"\r\n                                        d=\"M12.293 5.293a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-2.293-2.293a1 1 0 010-1.414z\"\r\n                                        clip-rule=\"evenodd\" \/>\r\n                                <\/svg>\r\n                            <\/a>\r\n                        <\/div>\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\/03\/Right-content-1.png\" 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=\"py-8 lg:py-16 px-6 mx-auto max-w-screen-xl\">\r\n\r\n        <div class=\"mx-auto mb-16 bg-white rounded-lg lg:mb-28\">\r\n\r\n            <div class=\"mb-8 text-center mb-4 lg:mb-16\">\r\n                <div\r\n                    class=\"text-xl lg:text-4xl font-bold leading-tight tracking-tight text-gray-900 md:text-2xl dark:text-white\">\r\n                    Kirjuta meile!                <\/div>\r\n                <div class=\"mt-4 text-base lg:text-xl font-normal text-gray-500 dark:text-gray-400\">\r\n                    Kas teil on k\u00fcsimusi? Aitame teid hea meelega! T\u00e4itke vorm ja meie meeskond v\u00f5tab teiega esimesel v\u00f5imalusel \u00fchendust.                <\/div>\r\n            <\/div>\r\n\r\n            \r\n            \r\n            <form\r\n                class=\"form grid grid-cols-1 gap-8  sm:grid-cols-2 max-w-3xl mx-auto\"\r\n                x-data=\"FormValidator()\"\r\n                method=\"POST\"\r\n                action=\"\" data-trp-original-action=\"\">\r\n\r\n\r\n                <div class=\"form__field\">\r\n                    <label for=\"first-name\" class=\"block mb-2 text-sm font-medium text-gray-900 dark:text-gray-300\">Eesnimi (Perekonnanimi)*<\/label>\r\n                    <input type=\"text\" id=\"first-name\" name=\"firstname\" class=\"block p-3 w-full text-sm text-gray-900 bg-gray-50 rounded-lg border border-gray-300 shadow-sm focus:ring-primary-500 focus:border-primary-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-primary-500 dark:focus:border-primary-500 dark:shadow-sm-light\"\r\n                        placeholder=\"\"\r\n                        required\r\n data-pristine-required-message=\"Pole wymagane\">\r\n                <\/div>\r\n                <div class=\"form__field\">\r\n                    <label for=\"last-name\" class=\"block mb-2 text-sm font-medium text-gray-900 dark:text-gray-300\">Lemmiklooma nimi\/t\u00f5ug (valikuline)<\/label>\r\n                    <input type=\"text\" id=\"last-name\" name=\"lastname\" class=\"block p-3 w-full text-sm text-gray-900 bg-gray-50 rounded-lg border border-gray-300 shadow-sm focus:ring-primary-500 focus:border-primary-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-primary-500 dark:focus:border-primary-500 dark:shadow-sm-light\"\r\n                        placeholder=\"\">\r\n                <\/div>\r\n                <div class=\"form__field\">\r\n                    <label for=\"email\" class=\"block mb-2 text-sm font-medium text-gray-900 dark:text-gray-300\">E-posti aadress*<\/label>\r\n                    <input type=\"email\" id=\"email\" name=\"email\" class=\"shadow-sm bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-primary-500 focus:border-primary-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-primary-500 dark:focus:border-primary-500 dark:shadow-sm-light\"\r\n                        placeholder=\"\"\r\n                        required\r\n data-pristine-required-message=\"Pole wymagane\"\r\n                        data-pristine-email-message=\"Adres e-mail jest niepoprawny\">\r\n                <\/div>\r\n                <div class=\"form__field\">\r\n                    <label for=\"phone-number\" class=\"block mb-2 text-sm font-medium text-gray-900 dark:text-gray-300\">Telefoninumber (valikuline)<\/label>\r\n                    <input type=\"number\" id=\"phone-number\" name=\"phone\" class=\"block p-3 w-full text-sm text-gray-900 bg-gray-50 rounded-lg border border-gray-300 shadow-sm focus:ring-primary-500 focus:border-primary-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-primary-500 dark:focus:border-primary-500 dark:shadow-sm-light\">\r\n                <\/div>\r\n\r\n                <div class=\"sm:col-span-2 form__field\">\r\n                    <label for=\"message\" class=\"block mb-2 text-sm font-medium text-gray-900 dark:text-gray-400\">Teie s\u00f5num*<\/label>\r\n                    <textarea id=\"message\" rows=\"6\" name=\"message\" class=\"block p-2.5 w-full text-sm text-gray-900 bg-gray-50 rounded-lg shadow-sm border border-gray-300 focus:ring-primary-500 focus:border-primary-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-primary-500 dark:focus:border-primary-500\"\r\n                        placeholder=\"\"\r\n                        required\r\n data-pristine-required-message=\"Pole wymagane\"><\/textarea>\r\n                <\/div>\r\n\r\n                <div class=\"form__field sm:col-span-2\">\r\n                    <div class=\"form__field__checkbox\">\r\n                        <input class=\"flex-none custom-checkbox\" type=\"checkbox\" value=\"check\" name=\"check\" id=\"check\" required=\"\" data-pristine-required-message=\"Wymagana jest zgoda\">\r\n                        <label class=\"ml-2 mt-4 text-sm text-gray-500 [&#038;_p]:normal-case [&#038;_a]:underline [&#038;_a]:text-primary\" for=\"check\">\r\n                            <p>Kinnitan, et olen lugenud isikuandmete t\u00f6\u00f6tlemise teavet. Teie isikuandmete vastutav t\u00f6\u00f6tleja on Vet Pure SA, ul. Bobrowiecka 8, 00-728 Varssavi. Vormi sisestatud isikuandmeid t\u00f6\u00f6deldakse vormi kaudu saadetud s\u00f5numi l\u00e4bivaatamiseks ja sellele vastamiseks, mis on meie \u00f5igustatud huvi veebisaidi kasutajatega suhelda. Esitatud andmeid t\u00f6\u00f6deldakse kuni vastuse saamiseni ja p\u00e4rast seda v\u00f5idakse neid t\u00f6\u00f6delda n\u00f5uete esitamise t\u00e4htaja jooksul. Isikuandmete esitamine on vabatahtlik, kuid vajalik s\u00f5numi saatmiseks ja vastuse saamiseks. Eelk\u00f5ige on teil \u00f5igus: oma isikuandmetele juurde p\u00e4\u00e4seda, neid parandada, kustutada, nende t\u00f6\u00f6tlemist piirata, nende t\u00f6\u00f6tlemisele vastu vaielda, need \u00fcle kanda ja esitada kaebus j\u00e4relevalveasutusele. P\u00f5hjalikku teavet isikuandmete t\u00f6\u00f6tlemise, sealhulgas teie \u00f5iguste kohta leiate meie veebisaidilt. <a href=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/06\/202505_animalactin.eu_polityka-prywatnosci.pdf\">Privaatsuspoliitika<\/a>.<\/p>\n                        <\/label>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <button type=\"button\" @click=\"submit()\" class=\"py-3 px-5 text-sm font-medium text-center text-white rounded-lg bg-primary-700 sm:w-fit hover:bg-primary-800 focus:ring-4 focus:outline-none focus:ring-primary-300 dark:bg-primary-600 dark:hover:bg-primary-700 dark:focus:ring-primary-800 cursor-pointer\">Saada s\u00f5num<\/button>\r\n            <input type=\"hidden\" name=\"trp-form-language\" value=\"et\"\/><\/form>\r\n\r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n\r\n\n\n\n\n    <!-- Render in front -->\n\n    <div class=\"py-8 lg:py-16 px-6 bg-primary\">\n\n        <div class=\"mx-auto max-w-screen-xl\">\n\n            \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\">\n                                            <div>\n                            <div class=\"flex justify-center items-center mx-auto w-[90px] h-[90px]\">\n                                                                    <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/03\/Icon_company-details.png\" alt=\"\">\n                                                            <\/div>\n                            <div class=\"mb-2 text-xl font-bold text-white\">\n                                                            <\/div>\n                            <div data-no-translation class=\"format format-sm sm:format-base lg:format-lg format-blue dark:format-invert text-white w-full max-w-none [&#038;_a]:text-white [&#038;_a]:no-underline\">\n                                <p>Vet Pure S.A.<br \/>\nul.&nbsp;Bobrowiecka 8<br \/>\n00-728 Warszawa<\/p>\n                            <\/div>\n                        <\/div>\n                                            <div>\n                            <div class=\"flex justify-center items-center mx-auto w-[90px] h-[90px]\">\n                                                                    <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/07\/92x81_Animalactin_dane_firmy_3.png\" alt=\"\">\n                                                            <\/div>\n                            <div class=\"mb-2 text-xl font-bold text-white\">\n                                                            <\/div>\n                            <div data-no-translation class=\"format format-sm sm:format-base lg:format-lg format-blue dark:format-invert text-white w-full max-w-none [&#038;_a]:text-white [&#038;_a]:no-underline\">\n                                <p>NIP: 521-410-59-34<br \/>\nREGON: 540926819<\/p>\n                            <\/div>\n                        <\/div>\n                                            <div>\n                            <div class=\"flex justify-center items-center mx-auto w-[90px] h-[90px]\">\n                                                                    <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/07\/92x81_Animalactin_kontakt_1.png\" alt=\"\">\n                                                            <\/div>\n                            <div class=\"mb-2 text-xl font-bold text-white\">\n                                                            <\/div>\n                            <div data-no-translation class=\"format format-sm sm:format-base lg:format-lg format-blue dark:format-invert text-white w-full max-w-none [&#038;_a]:text-white [&#038;_a]:no-underline\">\n                                <p><a href=\"mailto:info@vetpure.eu\">info@vetpure.eu<\/a><br \/>\n<a href=\"tel:+48%C2%A022%C2%A02553258\">+48\u00a022\u00a02553258<\/a><\/p>\n                            <\/div>\n                        <\/div>\n                    \n                <\/div>\n            \n        <\/div>\n\n    <\/div>\n\n\n\n\n<p><\/p>","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-20","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>Kontakt z ANIMALACTIN\u00ae<\/title>\n<meta name=\"description\" content=\"Masz pytania? Skontaktuj si\u0119 z ANIMALACTIN\u00ae! Jeste\u015bmy do Twojej dyspozycji, aby pom\u00f3c i odpowiedzie\u0107 na wszystkie pytania dotycz\u0105ce naszych produkt\u00f3w.\" \/>\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\/et\/kontakt\/\" \/>\n<meta property=\"og:locale\" content=\"et_EE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Kontakt z ANIMALACTIN\u00ae\" \/>\n<meta property=\"og:description\" content=\"Masz pytania? Skontaktuj si\u0119 z ANIMALACTIN\u00ae! Jeste\u015bmy do Twojej dyspozycji, aby pom\u00f3c i odpowiedzie\u0107 na wszystkie pytania dotycz\u0105ce naszych produkt\u00f3w.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/animalactin.eu\/et\/kontakt\/\" \/>\n<meta property=\"og:site_name\" content=\"ANIMALACTIN\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-25T15:43:05+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\/kontakt\/\",\"url\":\"https:\/\/animalactin.eu\/kontakt\/\",\"name\":\"Kontakt z ANIMALACTIN\u00ae\",\"isPartOf\":{\"@id\":\"https:\/\/animalactin.eu\/#website\"},\"datePublished\":\"2025-03-20T21:30:07+00:00\",\"dateModified\":\"2026-03-25T15:43:05+00:00\",\"description\":\"Masz pytania? Skontaktuj si\u0119 z ANIMALACTIN\u00ae! Jeste\u015bmy do Twojej dyspozycji, aby pom\u00f3c i odpowiedzie\u0107 na wszystkie pytania dotycz\u0105ce naszych produkt\u00f3w.\",\"breadcrumb\":{\"@id\":\"https:\/\/animalactin.eu\/kontakt\/#breadcrumb\"},\"inLanguage\":\"et\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/animalactin.eu\/kontakt\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/animalactin.eu\/kontakt\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/animalactin.eu\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Kontakt\"}]},{\"@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\":\"et\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/animalactin.eu\/#organization\",\"name\":\"ANIMALACTIN\",\"url\":\"https:\/\/animalactin.eu\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"et\",\"@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":"V\u00f5tke \u00fchendust ANIMALACTIN\u00ae-ga","description":"Kas teil on k\u00fcsimusi? V\u00f5tke \u00fchendust ANIMALACTIN\u00ae-ga! Oleme siin, et teid aidata ja vastata k\u00f5igile teie k\u00fcsimustele meie toodete kohta.","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\/et\/kontakt\/","og_locale":"et_EE","og_type":"article","og_title":"Kontakt z ANIMALACTIN\u00ae","og_description":"Masz pytania? Skontaktuj si\u0119 z ANIMALACTIN\u00ae! Jeste\u015bmy do Twojej dyspozycji, aby pom\u00f3c i odpowiedzie\u0107 na wszystkie pytania dotycz\u0105ce naszych produkt\u00f3w.","og_url":"https:\/\/animalactin.eu\/et\/kontakt\/","og_site_name":"ANIMALACTIN","article_modified_time":"2026-03-25T15:43:05+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\/kontakt\/","url":"https:\/\/animalactin.eu\/kontakt\/","name":"V\u00f5tke \u00fchendust ANIMALACTIN\u00ae-ga","isPartOf":{"@id":"https:\/\/animalactin.eu\/#website"},"datePublished":"2025-03-20T21:30:07+00:00","dateModified":"2026-03-25T15:43:05+00:00","description":"Kas teil on k\u00fcsimusi? V\u00f5tke \u00fchendust ANIMALACTIN\u00ae-ga! Oleme siin, et teid aidata ja vastata k\u00f5igile teie k\u00fcsimustele meie toodete kohta.","breadcrumb":{"@id":"https:\/\/animalactin.eu\/kontakt\/#breadcrumb"},"inLanguage":"et","potentialAction":[{"@type":"ReadAction","target":["https:\/\/animalactin.eu\/kontakt\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/animalactin.eu\/kontakt\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/animalactin.eu\/"},{"@type":"ListItem","position":2,"name":"Kontakt"}]},{"@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":"et"},{"@type":"Organization","@id":"https:\/\/animalactin.eu\/#organization","name":"ANIMALACTIN","url":"https:\/\/animalactin.eu\/","logo":{"@type":"ImageObject","inLanguage":"et","@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\/et\/wp-json\/wp\/v2\/pages\/20","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/animalactin.eu\/et\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/animalactin.eu\/et\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/animalactin.eu\/et\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/animalactin.eu\/et\/wp-json\/wp\/v2\/comments?post=20"}],"version-history":[{"count":40,"href":"https:\/\/animalactin.eu\/et\/wp-json\/wp\/v2\/pages\/20\/revisions"}],"predecessor-version":[{"id":1094,"href":"https:\/\/animalactin.eu\/et\/wp-json\/wp\/v2\/pages\/20\/revisions\/1094"}],"wp:attachment":[{"href":"https:\/\/animalactin.eu\/et\/wp-json\/wp\/v2\/media?parent=20"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}