{"id":4620,"date":"2024-03-20T17:40:36","date_gmt":"2024-03-20T14:40:36","guid":{"rendered":"https:\/\/atispharma.com.ua\/?p=4620"},"modified":"2024-03-20T17:40:36","modified_gmt":"2024-03-20T14:40:36","slug":"imt-za-neskolko-sekund","status":"publish","type":"post","link":"https:\/\/atispharma.com.ua\/ru\/rekomendaczii-vracha\/imt-za-neskolko-sekund\/","title":{"rendered":"\u0418\u041c\u0422 \u0437\u0430 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0441\u0435\u043a\u0443\u043d\u0434!"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"4620\" class=\"elementor elementor-4620\">\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1ee1b2a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1ee1b2a\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-545863c\" data-id=\"545863c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-115d44f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"115d44f\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-dd8812e\" data-id=\"dd8812e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-109d16c elementor-widget elementor-widget-html\" data-id=\"109d16c\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>\u041a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440 \u0418\u041c\u0422<\/title>\r\n    <style>\r\n        body {\r\n            font-family: Arial, sans-serif;\r\n            margin: 0;\r\n            padding: 0;\r\n            justify-content: center;\r\n            background-color: #f4f4f4;\r\n        }\r\n        .container {\r\n            text-align: center;\r\n        }\r\n        input[type=\"number\"] {\r\n            width: 60px;\r\n            padding: 5px;\r\n            margin: 10px 10px;\r\n            text-align: center;\r\n        }\r\n        button {\r\n            padding: 10px 20px;\r\n            background-color: #4CAF50;\r\n            color: white;\r\n            border: none;\r\n            cursor: pointer;\r\n            margin-top: 20px; \/* Add margin to the top of the button *\/\r\n            border-radius: 20px; \/* Make button round *\/\r\n            background-image: linear-gradient(to right, #4CAF50, #2E8B57); \/* Green gradient *\/\r\n        }\r\n        #result {\r\n            font-weight: bold;\r\n            margin-top: 20px;\r\n            font-size: 18px; \/* Larger font size *\/\r\n            border: 2px solid; \/* Add border *\/\r\n            padding: 10px; \/* Add padding *\/\r\n            border-radius: 10px; \/* Add border radius *\/\r\n            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); \/* Add shadow *\/\r\n        }\r\n        \/* Adjusting alignment *\/\r\n        div div label {\r\n            width: 120px; \/* Set width for labels *\/\r\n            display: inline-block;\r\n            text-align: right; \/* Align labels to the right *\/\r\n            margin-right: 10px; \/* Add margin to separate labels from inputs *\/\r\n            font-weight: bold; \/* Make labels bold *\/\r\n        }\r\n        h2 {\r\n            font-size: 32px; \/* Increase font size *\/\r\n            font-weight: bold; \/* Make heading bold *\/\r\n            color: #333; \/* Darken the color *\/\r\n            text-shadow: 1px 1px 1px #999; \/* Add a slight shadow for definition *\/\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <div class=\"container\">\r\n        <h2>\u041a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440 \u0418\u041c\u0422<\/h2>\r\n                <div>\r\n            <label for=\"height\">\u0420\u043e\u0441\u0442 (\u0441\u043c):<\/label>\r\n            <input type=\"number\" id=\"height\" step=\"0.01\" min=\"0\" required>\r\n        <\/div>\r\n        <div>\r\n            <label for=\"weight\">\u0412\u0435\u0441 (\u043a\u0433):<\/label>\r\n            <input type=\"number\" id=\"weight\" step=\"0.01\" min=\"0\" required>\r\n        <\/div>\r\n        <button onclick=\"calculateBMI()\">\u0420\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u0442\u044c \u0418\u041c\u0422<\/button>\r\n        <div id=\"result\"><\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n        function calculateBMI() {\r\n            var weight = parseFloat(document.getElementById(\"weight\").value);\r\n            var heightCM = parseFloat(document.getElementById(\"height\").value);\r\n            if (!isNaN(weight) && !isNaN(heightCM) && heightCM > 0) {\r\n                var heightM = heightCM \/ 100; \/\/ Convert height from cm to meters\r\n                var bmi = weight \/ (heightM * heightM);\r\n                var resultElement = document.getElementById(\"result\");\r\n                var classification = \"\";\r\n                var resultColor = \"\"; \/\/ Define color for result text\r\n\r\n                if (bmi < 18.5) {\r\n                    classification = \"\u0414\u0435\u0444\u0438\u0446\u0438\u0442 \u043c\u0430\u0441\u0441\u044b \u0442\u0435\u043b\u0430 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f \u0443\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c \u0432\u0435\u0441*\";\r\n                    resultColor = \"orange\"; \/\/ Set result color to orange\r\n                } else if (bmi >= 18.5 && bmi <= 24.9) {\r\n                    classification = \"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c \u043c\u0430\u0441\u0441\u044b \u0442\u0435\u043b\u0430 \u0432 \u043d\u043e\u0440\u043c\u0430\u043b\u044c\u043d\u044b\u0445 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f\u0445*\";\r\n                    resultColor = \"#4CAF50\"; \/\/ Set result color to green\r\n                } else if (bmi > 24.9 && bmi <= 29.9) {\r\n                    classification = \"\u0427\u0440\u0435\u0437\u043c\u0435\u0440\u043d\u0430\u044f \u043c\u0430\u0441\u0441\u0430 \u0442\u0435\u043b\u0430*\";\r\n                    resultColor = \"orange\"; \/\/ Set result color to orange\r\n                } else if (bmi > 29.9 && bmi <= 34.9) {\r\n                    classification = \"\u041e\u0436\u0438\u0440\u0435\u043d\u0438\u0435 I \u0441\u0442\u0435\u043f\u0435\u043d\u0438*\";\r\n                    resultColor = \"orange\"; \/\/ Set result color to orange\r\n                } else if (bmi > 34.9 && bmi <= 39.9) {\r\n                    classification = \"\u041e\u0436\u0438\u0440\u0435\u043d\u0438\u0435 II \u0441\u0442\u0435\u043f\u0435\u043d\u0438*\";\r\n                    resultColor = \"orange\"; \/\/ Set result color to orange\r\n                } else {\r\n                    classification = \"\u041e\u0436\u0438\u0440\u0435\u043d\u0438\u0435 III \u0441\u0442\u0435\u043f\u0435\u043d\u0438*\";\r\n                    resultColor = \"orange\"; \/\/ Set result color to orange\r\n                }\r\n                \r\n                resultElement.innerHTML = \"\u0412\u0430\u0448 \u0418\u041c\u0422: \" + bmi.toFixed(2) + \"<br>\" + classification;\r\n                resultElement.style.color = resultColor; \/\/ Apply result color\r\n                resultElement.style.display = \"block\";\r\n            } else {\r\n                alert(\"\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u043f\u0438\u0448\u0438\u0442\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u044b\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u0432\u0435\u0441\u0430 \u0438 \u0440\u043e\u0441\u0442\u0430.\");\r\n            }\r\n        }\r\n    <\/script>\r\n<\/body>\r\n<\/html>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-138f7d5 elementor-widget elementor-widget-text-editor\" data-id=\"138f7d5\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.15.0 - 20-08-2023 *\/\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}<\/style>\t\t\t\t<h5 style=\"text-align: center;\">*\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c \u0418\u041c\u0422 \u2013 \u044d\u0442\u043e \u0443\u043d\u0438\u0444\u0438\u0446\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c, \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0449\u0438\u0439 \u043e\u0446\u0435\u043d\u0438\u0442\u044c \u043d\u0430\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u043c\u0430\u0441\u0441\u0430 \u0447\u0435\u043b\u043e\u0432\u0435\u043a\u0430 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0435\u0433\u043e \u0440\u043e\u0441\u0442\u0443. \u0418\u041c\u0422 \u0432\u044b\u0447\u0438\u0441\u043b\u044f\u0435\u0442\u0441\u044f \u043a\u0430\u043a &#171;\u043c\u0430\u0441\u0441\u0430 \u043a\u0433\/\u0440\u043e\u0441\u0442^\u00b2. \u041d\u0438\u0436\u0435 \u043f\u0440\u0438\u0432\u0435\u0434\u0435\u043d\u0430 \u043a\u043b\u0430\u0441\u0441\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f \u0418\u041c\u0422 \u0432\u0437\u0440\u043e\u0441\u043b\u043e\u0433\u043e \u0447\u0435\u043b\u043e\u0432\u0435\u043a\u0430, \u0441\u043e\u0433\u043b\u0430\u0441\u043d\u043e \u0434\u0430\u043d\u043d\u044b\u043c \u0440\u0435\u0441\u0443\u0440\u0441\u0430 <a style=\"color: #3f3f3f; font-size: 1.125rem;\" href=\"https:\/\/znaimo.gov.ua\/indeks_masy_tila_yak_zrozumity_shcho_vaha_u_normi\" target=\"_blank\" rel=\"noopener\">\u0417\u043d\u0430\u0457\u043c\u043e<\/a><\/h5>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6f9ec8d elementor-widget elementor-widget-html\" data-id=\"6f9ec8d\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>\u0418\u041c\u0422 \u041a\u043b\u0430\u0441\u0441\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f<\/title>\r\n    <style>\r\n        h2 {\r\n            text-align: center; \/* Center the heading *\/\r\n        }\r\n        table {\r\n            width: 80%;\r\n            border-collapse: collapse;\r\n            margin: 20px auto;\r\n        }\r\n        th, td {\r\n            border: 1px solid #ddd;\r\n            padding: 8px;\r\n            text-align: center;\r\n        }\r\n        th {\r\n            background-image: linear-gradient(to right, #4CAF50, #2E8B57); \/* Green gradient *\/\r\n            color: white;\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <h2>\u0418\u041c\u0422 \u041a\u043b\u0430\u0441\u0441\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f<\/h2>\r\n    <table>\r\n        <tr>\r\n            <th>\u0418\u041c\u0422 (\u043a\u0433\/\u043c2)<\/th>\r\n            <th>\u041a\u043b\u0430\u0441\u0441\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f<\/th>\r\n        <\/tr>\r\n        <tr>\r\n            <td>IMT < 18,5<\/td>\r\n            <td>\u0414\u0435\u0444\u0438\u0446\u0438\u0442 \u043c\u0430\u0441\u0441\u044b \u0442\u0435\u043b\u0430<\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td>IMT 18,5-24,9<\/td>\r\n            <td>\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c \u043c\u0430\u0441\u0441\u044b \u0442\u0435\u043b\u0430 \u0432 \u043d\u043e\u0440\u043c\u0430\u043b\u044c\u043d\u044b\u0445 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f\u0445<\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td>\u0418MT > 25-29,9<\/td>\r\n            <td>\u0427\u0440\u0435\u0437\u043c\u0435\u0440\u043d\u0430\u044f \u043c\u0430\u0441\u0441\u0430 \u0442\u0435\u043b\u0430<\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td>\u0418MT > 30-34,9<\/td>\r\n            <td>\u041e\u0436\u0438\u0440\u0435\u043d\u0438\u0435 I \u0441\u0442\u0435\u043f\u0435\u043d\u0438<\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td>\u0418MT > 35-39,9<\/td>\r\n            <td>\u041e\u0436\u0438\u0440\u0435\u043d\u0438\u0435 II \u0441\u0442\u0435\u043f\u0435\u043d\u0438<\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td>\u0418MT > 40<\/td>\r\n            <td>\u041e\u0436\u0438\u0440\u0435\u043d\u0438\u0435 III \u0441\u0442\u0435\u043f\u0435\u043d<\/td>\r\n        <\/tr>\r\n    <\/table>\r\n<\/body>\r\n<\/html>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-07a4660 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"07a4660\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4159bb7\" data-id=\"4159bb7\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3d27682 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"3d27682\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:801px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:800px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}<\/style><div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/atispharma.com.ua\/ru\/product\/dmex-k2-5000_50_ru\/\"><img width=\"1080\" height=\"750\" src=\"https:\/\/atispharma.com.ua\/wp-content\/uploads\/2022\/06\/d-mex-5000-k2-ls.jpeg\" class=\"attachment-full size-full wp-image-3154\" alt=\"\u0414 \u043c\u0435\u043a\u0441 5000 +\u041a2\" loading=\"lazy\" srcset=\"https:\/\/atispharma.com.ua\/wp-content\/uploads\/2022\/06\/d-mex-5000-k2-ls.jpeg 1080w, https:\/\/atispharma.com.ua\/wp-content\/uploads\/2022\/06\/d-mex-5000-k2-ls-300x208.jpeg 300w, https:\/\/atispharma.com.ua\/wp-content\/uploads\/2022\/06\/d-mex-5000-k2-ls-1024x711.jpeg 1024w, https:\/\/atispharma.com.ua\/wp-content\/uploads\/2022\/06\/d-mex-5000-k2-ls-768x533.jpeg 768w, https:\/\/atispharma.com.ua\/wp-content\/uploads\/2022\/06\/d-mex-5000-k2-ls-600x417.jpeg 600w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-description\">\u0414\u043b\u044f \u0432\u0437\u0440\u043e\u0441\u043b\u044b\u0445, \u0432 \u0442\u043e\u043c \u0447\u0438\u0441\u043b\u0435 \u0441 \u0438\u0437\u0431\u044b\u0442\u043e\u0447\u043d\u044b\u043c \u0432\u0435\u0441\u043e\u043c, \u0438\u043c\u0435\u044e\u0449\u0438\u0445 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u043d\u044b\u0439 \u043d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u044b\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043f\u043e\u0442\u0440\u0435\u0431\u043b\u0435\u043d\u0438\u044f \u0432\u0438\u0442\u0430\u043c\u0438\u043d\u0430 D3, \u0434\u043b\u044f \u043a\u043e\u0440\u0440\u0435\u043a\u0446\u0438\u0438 \u0440\u0430\u0446\u0438\u043e\u043d\u0430 \u043f\u0438\u0442\u0430\u043d\u0438\u044f \u043a\u0430\u043a \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a \u0432\u0438\u0442\u0430\u043c\u0438\u043d\u0430 D3 \u2013 \u0414\u043c\u0435\u043a\u0441+\u041a2 5000!<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b55ae6e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b55ae6e\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e0be4bc\" data-id=\"e0be4bc\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b94f490 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"b94f490\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/atispharma.com.ua\/ru\/product\/dmex-k2-5000_50_ru\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">\u0417\u0410\u041a\u0410\u0417\u0410\u0422\u042c<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-414b630 elementor-widget-tablet__width-initial elementor-widget elementor-widget-video\" data-id=\"414b630\" data-element_type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=pO4RD8X4BSM&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.15.0 - 20-08-2023 *\/\n.elementor-widget-video .elementor-widget-container{overflow:hidden;transform:translateZ(0)}.elementor-widget-video .elementor-wrapper{aspect-ratio:var(--video-aspect-ratio)}.elementor-widget-video .elementor-wrapper iframe,.elementor-widget-video .elementor-wrapper video{height:100%;width:100%;display:flex;border:none;background-color:#000}@supports not (aspect-ratio:1\/1){.elementor-widget-video .elementor-wrapper{position:relative;overflow:hidden;height:0;padding-bottom:calc(100% \/ var(--video-aspect-ratio))}.elementor-widget-video .elementor-wrapper iframe,.elementor-widget-video .elementor-wrapper video{position:absolute;top:0;right:0;bottom:0;left:0}}.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:50%}.elementor-widget-video .elementor-custom-embed-image-overlay{cursor:pointer;text-align:center}.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i{opacity:1}.elementor-widget-video .elementor-custom-embed-image-overlay img{display:block;width:100%;aspect-ratio:var(--video-aspect-ratio);-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}@supports not (aspect-ratio:1\/1){.elementor-widget-video .elementor-custom-embed-image-overlay{position:relative;overflow:hidden;height:0;padding-bottom:calc(100% \/ var(--video-aspect-ratio))}.elementor-widget-video .elementor-custom-embed-image-overlay img{position:absolute;top:0;right:0;bottom:0;left:0}}.elementor-widget-video .e-hosted-video .elementor-video{-o-object-fit:cover;object-fit:cover}.e-con-inner>.elementor-widget-video,.e-con>.elementor-widget-video{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}<\/style>\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-ead547e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"ead547e\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-dc6f224\" data-id=\"dc6f224\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a35efa2 elementor-widget-tablet__width-initial elementor-widget elementor-widget-image\" data-id=\"a35efa2\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.15.0 - 20-08-2023 *\/\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}<\/style>\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"640\" height=\"444\" src=\"https:\/\/atispharma.com.ua\/wp-content\/uploads\/2023\/07\/liver-1-ls-105_70_31-768x533.jpg\" class=\"attachment-medium_large size-medium_large wp-image-1547\" alt=\"\u0421\u0438\u043d\u0435\u043b\u0456\u044f \u0424\u0456\u0442\u043e \u0433\u0435\u043f\u0430\u0442\u043e\u043f\u0440\u043e\u0442\u0435\u043a\u0442\u043e\u0440\" loading=\"lazy\" srcset=\"https:\/\/atispharma.com.ua\/wp-content\/uploads\/2023\/07\/liver-1-ls-105_70_31-768x533.jpg 768w, https:\/\/atispharma.com.ua\/wp-content\/uploads\/2023\/07\/liver-1-ls-105_70_31-300x208.jpg 300w, https:\/\/atispharma.com.ua\/wp-content\/uploads\/2023\/07\/liver-1-ls-105_70_31-1024x711.jpg 1024w, https:\/\/atispharma.com.ua\/wp-content\/uploads\/2023\/07\/liver-1-ls-105_70_31-600x417.jpg 600w, https:\/\/atispharma.com.ua\/wp-content\/uploads\/2023\/07\/liver-1-ls-105_70_31.jpg 1080w\" sizes=\"(max-width: 640px) 100vw, 640px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5b734b7 elementor-widget elementor-widget-text-editor\" data-id=\"5b734b7\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>\u0414\u043b\u044f \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0444\u0443\u043d\u043a\u0446\u0438\u0438 \u043f\u0438\u0449\u0435\u0432\u0430\u0440\u0435\u043d\u0438\u044f \u0438 \u043d\u043e\u0440\u043c\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043c\u0435\u0442\u0430\u0431\u043e\u043b\u0438\u0437\u043c\u0430 \u2013 \u0421\u0438\u043d\u0435\u043b\u0438\u044f \u0424\u0438\u0442\u043e!<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-11d6399 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"11d6399\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-daa8680\" data-id=\"daa8680\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-38ee005 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"38ee005\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/atispharma.com.ua\/ru\/product\/syneliya-fito-kapsuly-%e2%84%9630-ru\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">\u0417\u0410\u041a\u0410\u0417\u0410\u0422\u042c<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t<\/div>\n\t\t\n    <div class=\"xs_social_share_widget xs_share_url after_content \t\tmain_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content\">\n\n\t\t\n        <ul>\n\t\t\t        <\/ul>\n    <\/div> \n","protected":false},"excerpt":{"rendered":"<p>&nbsp; &nbsp; \u041a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440 \u0418\u041c\u0422 \u0420\u043e\u0441\u0442 (\u0441\u043c): \u0412\u0435\u0441 (\u043a\u0433): \u0420\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u0442\u044c \u0418\u041c\u0422 *\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c \u0418\u041c\u0422 \u2013 \u044d\u0442\u043e \u0443\u043d\u0438\u0444\u0438\u0446\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c, \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0449\u0438\u0439 \u043e\u0446\u0435\u043d\u0438\u0442\u044c \u043d\u0430\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u043c\u0430\u0441\u0441\u0430 \u0447\u0435\u043b\u043e\u0432\u0435\u043a\u0430 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0435\u0433\u043e \u0440\u043e\u0441\u0442\u0443. \u0418\u041c\u0422 \u0432\u044b\u0447\u0438\u0441\u043b\u044f\u0435\u0442\u0441\u044f \u043a\u0430\u043a &#171;\u043c\u0430\u0441\u0441\u0430 \u043a\u0433\/\u0440\u043e\u0441\u0442^\u00b2. \u041d\u0438\u0436\u0435 \u043f\u0440\u0438\u0432\u0435\u0434\u0435\u043d\u0430 \u043a\u043b\u0430\u0441\u0441\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f \u0418\u041c\u0422 \u0432\u0437\u0440\u043e\u0441\u043b\u043e\u0433\u043e \u0447\u0435\u043b\u043e\u0432\u0435\u043a\u0430, \u0441\u043e\u0433\u043b\u0430\u0441\u043d\u043e \u0434\u0430\u043d\u043d\u044b\u043c \u0440\u0435\u0441\u0443\u0440\u0441\u0430 \u0417\u043d\u0430\u0457\u043c\u043e &nbsp; &nbsp; \u0418\u041c\u0422 \u041a\u043b\u0430\u0441\u0441\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f \u0418\u041c\u0422 (\u043a\u0433\/\u043c2) \u041a\u043b\u0430\u0441\u0441\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f IMT &lt; 18,5 \u0414\u0435\u0444\u0438\u0446\u0438\u0442 \u043c\u0430\u0441\u0441\u044b \u0442\u0435\u043b\u0430 IMT 18,5-24,9 \u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":4146,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"elementor_header_footer","format":"standard","meta":{"inline_featured_image":false},"categories":[54],"tags":[],"_links":{"self":[{"href":"https:\/\/atispharma.com.ua\/ru\/wp-json\/wp\/v2\/posts\/4620"}],"collection":[{"href":"https:\/\/atispharma.com.ua\/ru\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/atispharma.com.ua\/ru\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/atispharma.com.ua\/ru\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/atispharma.com.ua\/ru\/wp-json\/wp\/v2\/comments?post=4620"}],"version-history":[{"count":1,"href":"https:\/\/atispharma.com.ua\/ru\/wp-json\/wp\/v2\/posts\/4620\/revisions"}],"predecessor-version":[{"id":4622,"href":"https:\/\/atispharma.com.ua\/ru\/wp-json\/wp\/v2\/posts\/4620\/revisions\/4622"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/atispharma.com.ua\/ru\/wp-json\/wp\/v2\/media\/4146"}],"wp:attachment":[{"href":"https:\/\/atispharma.com.ua\/ru\/wp-json\/wp\/v2\/media?parent=4620"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atispharma.com.ua\/ru\/wp-json\/wp\/v2\/categories?post=4620"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atispharma.com.ua\/ru\/wp-json\/wp\/v2\/tags?post=4620"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}