{"id":289,"date":"2025-08-12T04:01:44","date_gmt":"2025-08-12T04:01:44","guid":{"rendered":"https:\/\/pesula.eu\/?page_id=289"},"modified":"2025-08-15T13:27:05","modified_gmt":"2025-08-15T13:27:05","slug":"ru","status":"publish","type":"page","link":"https:\/\/pesula.eu\/index.php\/ru\/","title":{"rendered":"RU"},"content":{"rendered":"<header class=\"wp-block-template-part\">\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--medium);padding-bottom:var(--wp--preset--spacing--medium)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-b2891da8 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-6c531013 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-full is-resized wp-duotone-foreground-background\"><img decoding=\"async\" src=\"https:\/\/pesula.eu\/wp-content\/themes\/greyd-wp\/assets\/images\/greyd-logo-black.svg\" alt=\"\" style=\"width:45px;height:45px\"\/><\/figure>\n\n\n<p class=\"wp-block-site-title\"><a href=\"https:\/\/pesula.eu\" target=\"_self\" rel=\"home\">\u00dcMERA K\u00c4SIPESULA<\/a><\/p>\n\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-6c531013 wp-block-group-is-layout-flex\">\n<style>\n.lang-switcher {\n  position: relative;\n  display: inline-block;\n  font-family: Arial, sans-serif;\n  user-select: none;\n}\n\n.lang-switcher button {\n  background: #fff;\n  border: 1px solid #ccc;\n  padding: 4px 8px;      \/* \u0443\u0432\u0435\u043b\u0438\u0447\u0435\u043d\u043e \u043d\u0430 25% *\/\n  cursor: pointer;\n  border-radius: 4px;\n  min-width: 44px;       \/* \u0443\u0432\u0435\u043b\u0438\u0447\u0435\u043d\u043e \u043d\u0430 25% *\/\n  text-align: left;\n  font-size: 15px;       \/* \u0443\u0432\u0435\u043b\u0438\u0447\u0435\u043d\u043e \u043d\u0430 25% *\/\n}\n\n.lang-switcher button:after {\n  content: \"\u25bc\";\n  float: right;\n  font-size: 0.6em;\n  margin-left: 8px;\n  color: #666;\n}\n\n.lang-list {\n  display: none;\n  position: absolute;\n  background: white;\n  border: 1px solid #ccc;\n  border-radius: 4px;\n  margin-top: 4px;\n  padding: 0;\n  list-style: none;\n  min-width: 44px;       \/* \u0443\u0432\u0435\u043b\u0438\u0447\u0435\u043d\u043e \u043d\u0430 25% *\/\n  z-index: 1000;\n  box-shadow: 0 2px 6px rgba(0,0,0,0.15);\n  font-size: 15px;       \/* \u0443\u0432\u0435\u043b\u0438\u0447\u0435\u043d\u043e \u043d\u0430 25% *\/\n}\n\n.lang-switcher.open .lang-list {\n  display: block;\n}\n\n.lang-list li {\n  padding: 5px 8px;      \/* \u0443\u0432\u0435\u043b\u0438\u0447\u0435\u043d\u043e \u043d\u0430 25% *\/\n  cursor: pointer;\n}\n\n.lang-list li:hover {\n  background-color: #0073aa;\n  color: white;\n}\n<\/style>\n\n<div class=\"lang-switcher\" id=\"langSwitcher\">\n  <button id=\"langBtn\" aria-haspopup=\"listbox\" aria-expanded=\"false\" type=\"button\">RU<\/button>\n  <ul class=\"lang-list\" role=\"listbox\" id=\"langList\">\n    <li data-url=\"https:\/\/pesula.eu\/index.php\/et\/\" role=\"option\" tabindex=\"0\">EE<\/li>\n    <li data-url=\"https:\/\/pesula.eu\/index.php\/en\/\" role=\"option\" tabindex=\"0\">EN<\/li>\n    <li data-url=\"https:\/\/pesula.eu\/index.php\/ru\/\" role=\"option\" tabindex=\"0\">RU<\/li>\n    <li data-url=\"https:\/\/pesula.eu\/index.php\/ua\/\" role=\"option\" tabindex=\"0\">UA<\/li>\n    <li data-url=\"https:\/\/pesula.eu\/index.php\/pl\/\" role=\"option\" tabindex=\"0\">PL<\/li>\n  <\/ul>\n<\/div>\n\n<script>\n  const langSwitcher = document.getElementById('langSwitcher');\n  const langBtn = document.getElementById('langBtn');\n  const langList = document.getElementById('langList');\n\n  \/\/ \u041e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0435\u043c \u0442\u0435\u043a\u0443\u0449\u0438\u0439 \u044f\u0437\u044b\u043a \u043f\u043e URL\n  const currentPath = window.location.href.toLowerCase();\n  let currentLang = 'RU'; \/\/ \u041f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e\n\n  langList.querySelectorAll('li').forEach(li => {\n    if(currentPath.startsWith(li.getAttribute('data-url').toLowerCase())) {\n      currentLang = li.textContent;\n    }\n  });\n\n  langBtn.textContent = currentLang;\n\n  \/\/ \u041e\u0442\u043a\u0440\u044b\u0442\u0438\u0435\/\u0437\u0430\u043a\u0440\u044b\u0442\u0438\u0435 \u0441\u043f\u0438\u0441\u043a\u0430\n  langBtn.addEventListener('click', () => {\n    const expanded = langBtn.getAttribute('aria-expanded') === 'true';\n    langBtn.setAttribute('aria-expanded', String(!expanded));\n    langSwitcher.classList.toggle('open');\n  });\n\n  \/\/ \u0412\u044b\u0431\u043e\u0440 \u044f\u0437\u044b\u043a\u0430\n  langList.querySelectorAll('li').forEach(li => {\n    li.addEventListener('click', () => {\n      window.location.href = li.getAttribute('data-url');\n    });\n    li.addEventListener('keydown', e => {\n      if (e.key === 'Enter' || e.key === ' ') {\n        e.preventDefault();\n        li.click();\n      }\n    });\n  });\n\n  \/\/ \u0417\u0430\u043a\u0440\u044b\u0442\u044c \u0441\u043f\u0438\u0441\u043e\u043a \u043f\u0440\u0438 \u043a\u043b\u0438\u043a\u0435 \u0432\u043d\u0435\n  document.addEventListener('click', (e) => {\n    if (!langSwitcher.contains(e.target)) {\n      langSwitcher.classList.remove('open');\n      langBtn.setAttribute('aria-expanded', 'false');\n    }\n  });\n<\/script>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/header>\n\n\n<main class=\"wp-block-group is-layout-flow wp-container-core-group-is-layout-7d298d2f wp-block-group-is-layout-flow\" style=\"margin-top:0\">\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-group alignwide has-primary-background-color has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"border-radius:8px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n<div class=\"wp-block-cover alignwide has-custom-content-position is-position-bottom-left full-rounded-cover full-rounded-image is-style-no-background wp-duotone-foreground-background\" style=\"border-radius:8px;padding-top:var(--wp--preset--spacing--large);padding-right:var(--wp--preset--spacing--large);padding-bottom:var(--wp--preset--spacing--large);padding-left:var(--wp--preset--spacing--large);min-height:431px;aspect-ratio:unset;\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1600\" class=\"wp-block-cover__image-background wp-image-43 size-full\" alt=\"\" src=\"https:\/\/pesula.eu\/wp-content\/uploads\/2025\/07\/d431b7bf-1df1-4ea5-af75-082e474861ac-1.jpg\" data-object-fit=\"cover\" srcset=\"https:\/\/pesula.eu\/wp-content\/uploads\/2025\/07\/d431b7bf-1df1-4ea5-af75-082e474861ac-1.jpg 1200w, https:\/\/pesula.eu\/wp-content\/uploads\/2025\/07\/d431b7bf-1df1-4ea5-af75-082e474861ac-1-225x300.jpg 225w, https:\/\/pesula.eu\/wp-content\/uploads\/2025\/07\/d431b7bf-1df1-4ea5-af75-082e474861ac-1-768x1024.jpg 768w, https:\/\/pesula.eu\/wp-content\/uploads\/2025\/07\/d431b7bf-1df1-4ea5-af75-082e474861ac-1-1152x1536.jpg 1152w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-80 has-background-dim wp-block-cover__gradient-background has-background-gradient has-foreground-to-primary-gradient-background\"><\/span><div class=\"wp-block-cover__inner-container has-global-padding is-layout-constrained wp-container-core-cover-is-layout-9eeb99e2 wp-block-cover-is-layout-constrained\">\n<div class=\"wp-block-group has-background-color has-text-color has-link-color wp-elements-7dd2405bb3a610240d8a833456d23942 has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\" style=\"border-bottom-color:var(--wp--preset--color--background);border-bottom-style:dotted;border-bottom-width:1px;padding-top:var(--wp--preset--spacing--medium);padding-bottom:var(--wp--preset--spacing--medium)\">\n<h1 class=\"wp-block-heading has-text-align-left has-lightest-color has-text-color has-link-color wp-elements-584b072b0b621b2dffb0e86ca68e25fc\"><\/h1>\n\n\n\n<p>\u00dcmera 29, Tallinn<\/p>\n\n\n\n<p><\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-left is-layout-flex wp-container-core-buttons-is-layout-fc4fd283 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-alternate outline-light popmake-251 is-style-alternate--1\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"#popmake-251\">\u0411\u0440\u043e\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435<\/a><\/div>\n\n\n\n<div class=\"wp-block-button outline-light is-style-fill\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"#hinnad\">\u041f\u0440\u0430\u0439\u0441-\u043b\u0438\u0441\u0442<\/a><\/div>\n<\/div>\n<\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group alignwide is-layout-flow wp-block-group-is-layout-flow\" style=\"margin-top:var(--wp--preset--spacing--medium);margin-bottom:var(--wp--preset--spacing--medium)\">\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-a5331a9e wp-block-columns-is-layout-flex\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n<div class=\"wp-block-column is-vertically-aligned-stretch is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<div class=\"wp-block-group has-border-color has-foreground-border-color has-lightest-background-color has-background is-vertical is-content-justification-left is-layout-flex wp-container-core-group-is-layout-c6e5b353 wp-block-group-is-layout-flex\" style=\"border-style:dotted;border-radius:8px\">\n<div class=\"wp-block-group has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-e72ea57b wp-block-group-is-layout-constrained\">\n<figure class=\"wp-block-image size-full is-resized wp-duotone-foreground-background\"><img decoding=\"async\" src=\"https:\/\/pesula.eu\/wp-content\/themes\/greyd-wp\/assets\/images\/greyd-logo-black.svg\" alt=\"\" style=\"width:45px;height:45px\"\/><\/figure>\n<\/div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"1024\" src=\"https:\/\/pesula.eu\/wp-content\/uploads\/2025\/07\/fa02fc84-82ad-40c6-a1e4-260bd48bd3a1-768x1024.jpg\" alt=\"\" class=\"wp-image-46\" srcset=\"https:\/\/pesula.eu\/wp-content\/uploads\/2025\/07\/fa02fc84-82ad-40c6-a1e4-260bd48bd3a1-768x1024.jpg 768w, https:\/\/pesula.eu\/wp-content\/uploads\/2025\/07\/fa02fc84-82ad-40c6-a1e4-260bd48bd3a1-225x300.jpg 225w, https:\/\/pesula.eu\/wp-content\/uploads\/2025\/07\/fa02fc84-82ad-40c6-a1e4-260bd48bd3a1-1152x1536.jpg 1152w, https:\/\/pesula.eu\/wp-content\/uploads\/2025\/07\/fa02fc84-82ad-40c6-a1e4-260bd48bd3a1.jpg 1200w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" \/><\/figure>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-stretch is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<div class=\"wp-block-group has-border-color has-foreground-border-color has-lightest-background-color has-background is-vertical is-content-justification-stretch is-layout-flex wp-container-core-group-is-layout-444d5ee8 wp-block-group-is-layout-flex\" style=\"border-style:dotted;border-radius:8px\">\n<div class=\"wp-block-group wp-container-content-9cfa9a5a has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-46463125 wp-block-group-is-layout-constrained\">\n<figure class=\"wp-block-image size-full is-resized wp-duotone-foreground-background\"><img decoding=\"async\" src=\"https:\/\/pesula.eu\/wp-content\/themes\/greyd-wp\/assets\/images\/greyd-logo-black.svg\" alt=\"\" style=\"width:45px;height:45px\"\/><\/figure>\n<\/div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"1024\" src=\"https:\/\/pesula.eu\/wp-content\/uploads\/2025\/07\/ac80b5f9-05e4-4627-92c0-1f97369798cf-768x1024.jpg\" alt=\"\" class=\"wp-image-37\" srcset=\"https:\/\/pesula.eu\/wp-content\/uploads\/2025\/07\/ac80b5f9-05e4-4627-92c0-1f97369798cf-768x1024.jpg 768w, https:\/\/pesula.eu\/wp-content\/uploads\/2025\/07\/ac80b5f9-05e4-4627-92c0-1f97369798cf-225x300.jpg 225w, https:\/\/pesula.eu\/wp-content\/uploads\/2025\/07\/ac80b5f9-05e4-4627-92c0-1f97369798cf-1152x1536.jpg 1152w, https:\/\/pesula.eu\/wp-content\/uploads\/2025\/07\/ac80b5f9-05e4-4627-92c0-1f97369798cf.jpg 1500w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" \/><\/figure>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-stretch is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<div class=\"wp-block-group has-border-color has-foreground-border-color has-lightest-background-color has-background is-vertical is-content-justification-left is-layout-flex wp-container-core-group-is-layout-a99cfd2b wp-block-group-is-layout-flex\" style=\"border-style:dotted;border-radius:8px\">\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-f5f3bcb8 wp-block-group-is-layout-constrained\">\n<figure class=\"wp-block-image size-full is-resized wp-duotone-foreground-background\"><img decoding=\"async\" src=\"https:\/\/pesula.eu\/wp-content\/themes\/greyd-wp\/assets\/images\/greyd-logo-black.svg\" alt=\"\" style=\"width:45px;height:45px\"\/><\/figure>\n<\/div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"1024\" src=\"https:\/\/pesula.eu\/wp-content\/uploads\/2025\/07\/6dd154a4-435e-4611-a916-401d0a73032f-768x1024.jpg\" alt=\"\" class=\"wp-image-29\" srcset=\"https:\/\/pesula.eu\/wp-content\/uploads\/2025\/07\/6dd154a4-435e-4611-a916-401d0a73032f-768x1024.jpg 768w, https:\/\/pesula.eu\/wp-content\/uploads\/2025\/07\/6dd154a4-435e-4611-a916-401d0a73032f-225x300.jpg 225w, https:\/\/pesula.eu\/wp-content\/uploads\/2025\/07\/6dd154a4-435e-4611-a916-401d0a73032f-1152x1536.jpg 1152w, https:\/\/pesula.eu\/wp-content\/uploads\/2025\/07\/6dd154a4-435e-4611-a916-401d0a73032f.jpg 1200w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" \/><\/figure>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group alignfull has-secondary-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-639b5052 wp-block-group-is-layout-constrained\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n<div class=\"wp-block-cover alignfull has-parallax is-repeated is-style-no-background has-foreground-color has-text-color has-link-color wp-elements-40331ebdc5b905c477277a6b0f8ba6b2 wp-duotone-primary-secondary\" style=\"min-height:20em;aspect-ratio:unset;\"><div class=\"wp-block-cover__image-background wp-image-30 size-large has-parallax is-repeated\" style=\"background-position:50% 50%;background-image:url(https:\/\/pesula.eu\/wp-content\/uploads\/2025\/07\/6f70d2df-4cb5-4f89-b4b9-dc0608660981-768x1024.jpg)\"><\/div><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim wp-block-cover__gradient-background has-background-gradient has-primary-to-secondary-gradient-background\"><\/span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<p class=\"has-text-align-center has-large-font-size\"><\/p>\n<\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group alignfull has-base-background-color has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:var(--wp--preset--spacing--x-large);padding-right:0;padding-bottom:var(--wp--preset--spacing--x-large);padding-left:0\">\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-f1f5e4a8 wp-block-group-is-layout-constrained wp-container-2 is-position-sticky\">\n<p class=\"has-text-align-left has-text-align-center has-primary-color has-text-color\" style=\"padding-top:var(--wp--preset--spacing--small);padding-bottom:var(--wp--preset--spacing--small);font-style:normal;font-weight:700\">\u0413\u0440\u0430\u0444\u0438\u043a \u0440\u0430\u0431\u043e\u0442\u044b<\/p>\n<\/div>\n\n\n\n<p class=\"has-text-align-left\">\u041f\u043e\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u0438\u043a: \u0417\u0430\u043a\u0440\u044b\u0442\u043e<\/p>\n\n\n\n<p class=\"has-text-align-left\">\u0412\u0442\u043e\u0440\u043d\u0438\u043a: \u0417\u0430\u043a\u0440\u044b\u0442\u043e<\/p>\n\n\n\n<p class=\"has-text-align-left\">\u0421\u0440\u0435\u0434\u0430: <strong>10:00 &#8211; 19:00<\/strong><\/p>\n\n\n\n<p class=\"has-text-align-left\">\u0427\u0435\u0442\u0432\u0435\u0440\u0433: <strong>10:00 &#8211; 19:00<\/strong><\/p>\n\n\n\n<p class=\"has-text-align-left\">\u041f\u044f\u0442\u043d\u0438\u0446\u0430: <strong>10:00 &#8211; 19:00<\/strong><\/p>\n\n\n\n<p class=\"has-text-align-left\">\u0421\u0443\u0431\u0431\u043e\u0442\u0430: <strong>10:00 &#8211; 20:00<\/strong><\/p>\n\n\n\n<p class=\"has-text-align-left\">\u0412\u043e\u0441\u043a\u0440\u0435\u0441\u0435\u043d\u044c\u0435: <strong>10:00 &#8211; 20:00<\/strong><\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group has-lightest-color has-primary-background-color has-text-color has-background has-link-color wp-elements-3e684bd77ace73ed4714218c7f501272 wp-container-content-3d4db815 is-vertical is-content-justification-left is-layout-flex wp-container-core-group-is-layout-4cc12dd0 wp-block-group-is-layout-flex\" style=\"border-radius:4px\">\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-f5f3bcb8 wp-block-group-is-layout-constrained\">\n<figure class=\"wp-block-image size-full is-resized wp-duotone-foreground-background\"><img decoding=\"async\" src=\"https:\/\/pesula.eu\/wp-content\/themes\/greyd-wp\/assets\/images\/greyd-logo-white.svg\" alt=\"\" style=\"width:45px;height:45px\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading has-text-align-left\">\u041c\u0435\u0441\u0442\u043e\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435<\/h3>\n<\/div>\n\n\n\n<p class=\"has-text-align-left\">\u00dcmera 29, Lasnam\u00e4e, Tallinn<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-group has-lightest-color has-primary-background-color has-text-color has-background has-link-color wp-elements-199a556024b43235cec075b3f76aabe7 wp-container-content-3d4db815 is-vertical is-content-justification-left is-layout-flex wp-container-core-group-is-layout-4cc12dd0 wp-block-group-is-layout-flex\" style=\"border-radius:4px\">\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-f5f3bcb8 wp-block-group-is-layout-constrained\">\n<figure class=\"wp-block-image size-full is-resized wp-duotone-foreground-background\"><img decoding=\"async\" src=\"https:\/\/pesula.eu\/wp-content\/themes\/greyd-wp\/assets\/images\/greyd-logo-white.svg\" alt=\"\" style=\"width:45px;height:45px\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading has-text-align-left\">\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u044b<\/h3>\n<\/div>\n\n\n\n<p class=\"has-text-align-left\">+372 56 138 803<\/p>\n\n\n\n<p>planweb.abi@gmail.com<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\"\/>\n\n\n\n<div class=\"wp-block-group alignfull has-primary-background-color has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n<div class=\"wp-block-cover alignfull is-repeated is-style-no-background\" style=\"padding-top:var(--wp--preset--spacing--x-large);padding-bottom:var(--wp--preset--spacing--x-large)\" id=\"hinnad\"><div class=\"wp-block-cover__image-background is-repeated\" style=\"background-position:50% 50%;background-image:url(https:\/\/pesula.eu\/wp-content\/themes\/greyd-wp\/assets\/images\/repeating-background-pattern-dark-slash.svg)\"><\/div><span aria-hidden=\"true\" class=\"wp-block-cover__background has-transparent-background-color has-background-dim-0 has-background-dim\"><\/span><div class=\"wp-block-cover__inner-container has-global-padding is-layout-constrained wp-block-cover-is-layout-constrained\">\n<p class=\"has-text-align-center has-large-font-size\"><strong>\u0423\u0441\u043b\u0443\u0433\u0438 \u0438 \u0446\u0435\u043d\u044b<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>\u0423\u0441\u043b\u0443\u0433\u0430<\/strong><\/td><td><strong>\u041b\u0435\u0433\u043a\u043e\u0432\u043e\u0439 \u0430\u0432\u0442\u043e\u043c\u043e\u0431\u0438\u043b\u044c<\/strong><\/td><td>\u0412\u043d\u0435\u0434\u043e\u0440\u043e\u0436\u043d\u0438\u043a\/\u0424\u0443\u0440\u0433\u043e\u043d<\/td><td>\u0411\u043e\u043b\u044c\u0448\u043e\u0439 \u0444\u0443\u0440\u0433\u043e\u043d<\/td><\/tr><tr><td><em>\u0411\u044b\u0441\u0442\u0440\u043e \u0438 \u043d\u0435\u0434\u043e\u0440\u043e\u0433\u043e<\/em><\/td><td>15<\/td><td>20<\/td><td>20<\/td><\/tr><tr><td><em>\u041f\u0440\u043e\u0441\u0442\u043e \u0438 \u0447\u0438\u0441\u0442\u043e<\/em><\/td><td>30<\/td><td>35<\/td><td>40<\/td><\/tr><tr><td><em>\u0421\u0443\u043f\u0435\u0440 \u043f\u043e\u043b\u043d\u044b\u0439<\/em><\/td><td>55<\/td><td>60<\/td><td>65<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><\/p>\n<\/blockquote>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u0411\u044b\u0441\u0442\u0440\u043e \u0438 \u043d\u0435\u0434\u043e\u0440\u043e\u0433\u043e: \u0437\u0430\u043c\u0430\u0447\u0438\u0432\u0430\u043d\u0438\u0435, \u043c\u043e\u0439\u043a\u0430 \u043f\u043e\u0434 \u0434\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043c, \u0447\u0438\u0441\u0442\u043a\u0430 \u0440\u0435\u0437\u0438\u043d\u043e\u0432\u044b\u0445 \u043a\u043e\u0432\u0440\u0438\u043a\u043e\u0432 \u0438 \u0441\u0442\u0435\u043a\u043e\u043b.<\/li>\n\n\n\n<li>\u041f\u0440\u043e\u0441\u0442\u043e \u0438 \u0447\u0438\u0441\u0442\u043e: \u0437\u0430\u043c\u0430\u0447\u0438\u0432\u0430\u043d\u0438\u0435, \u0448\u0430\u043c\u043f\u0443\u043d\u044c, \u043c\u043e\u0439\u043a\u0430 \u043f\u043e\u0434 \u0434\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043c, \u0432\u043e\u0441\u043a \u0434\u043b\u044f \u0441\u0443\u0448\u043a\u0438, \u0447\u0438\u0441\u0442\u043a\u0430 \u0440\u0435\u0437\u0438\u043d\u043e\u0432\u044b\u0445 \u043a\u043e\u0432\u0440\u0438\u043a\u043e\u0432 \u0438 \u0441\u0442\u0435\u043a\u043e\u043b.<\/li>\n\n\n\n<li>\u0421\u0443\u043f\u0435\u0440 \u043f\u043e\u043b\u043d\u044b\u0439: \u043f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u043c\u043e\u0439\u043a\u0430, \u0437\u0430\u043c\u0430\u0447\u0438\u0432\u0430\u043d\u0438\u0435, \u0448\u0430\u043c\u043f\u0443\u043d\u044c, \u0447\u0438\u0441\u0442\u043a\u0430 \u0434\u0438\u0441\u043a\u043e\u0432, \u043c\u043e\u0439\u043a\u0430 \u043f\u043e\u0434 \u0434\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043c, \u0432\u043e\u0441\u043a \u0434\u043b\u044f \u0441\u0443\u0448\u043a\u0438, \u0441\u0443\u0448\u043a\u0430, \u0447\u0438\u0441\u0442\u043a\u0430 \u0434\u0432\u0435\u0440\u043d\u044b\u0445 \u043f\u0440\u043e\u0451\u043c\u043e\u0432, \u0447\u0438\u0441\u0442\u043a\u0430 \u0440\u0435\u0437\u0438\u043d\u043e\u0432\u044b\u0445 \u043a\u043e\u0432\u0440\u0438\u043a\u043e\u0432, \u043f\u044b\u043b\u0435\u0441\u043e\u0441, \u0447\u0438\u0441\u0442\u043a\u0430 \u0434\u0435\u0442\u0430\u043b\u0435\u0439 \u0441\u0430\u043b\u043e\u043d\u0430, \u0447\u0438\u0441\u0442\u043a\u0430 \u0441\u0442\u0435\u043a\u043e\u043b.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td>\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e<\/td><td>\u041b\u0435\u0433\u043a\u043e\u0432\u043e\u0439 \u0430\u0432\u0442\u043e\u043c\u043e\u0431\u0438\u043b\u044c<\/td><td>\u0412\u043d\u0435\u0434\u043e\u0440\u043e\u0436\u043d\u0438\u043a\/\u0424\u0443\u0440\u0433\u043e\u043d<\/td><td>\u0411\u043e\u043b\u044c\u0448\u043e\u0439 \u0444\u0443\u0440\u0433\u043e\u043d<\/td><\/tr><tr><td><em>\u041f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u043c\u043e\u0439\u043a\u0430<\/em><\/td><td>6<\/td><td>8<\/td><td>10<\/td><\/tr><tr><td><em>\u0417\u0430\u043c\u0430\u0447\u0438\u0432\u0430\u043d\u0438\u0435<\/em><\/td><td>3<\/td><td>4<\/td><td>4<\/td><\/tr><tr><td><em>\u0427\u0438\u0441\u0442\u043a\u0430 \u0440\u0435\u0437\u0438\u043d\u043e\u0432\u044b\u0445 \u043a\u043e\u0432\u0440\u0438\u043a\u043e\u0432<\/em><\/td><td>3<\/td><td>3<\/td><td>3<\/td><\/tr><tr><td><em>\u041f\u044b\u043b\u0435\u0441\u043e\u0441<\/em><\/td><td>10<\/td><td>12<\/td><td>10<\/td><\/tr><tr><td><em>\u0423\u0434\u0430\u043b\u0435\u043d\u0438\u0435 \u043d\u0430\u0441\u0435\u043a\u043e\u043c\u044b\u0445<\/em><\/td><td>4<\/td><td>4<\/td><td>4<\/td><\/tr><tr><td><em>\u0427\u0438\u0441\u0442\u043a\u0430 \u0434\u0438\u0441\u043a\u043e\u0432 \u043a\u0438\u0441\u043b\u043e\u0442\u043e\u0439 (\u0441\u043d\u0430\u0440\u0443\u0436\u0438) 1 \u0448\u0442.<\/em><\/td><td>5<\/td><td>5<\/td><td>5<\/td><\/tr><tr><td><em>\u0427\u0438\u0441\u0442\u043a\u0430 \u0434\u0438\u0441\u043a\u043e\u0432 \u043a\u0438\u0441\u043b\u043e\u0442\u043e\u0439 (\u0432\u043d\u0443\u0442\u0440\u0438\/\u0441\u043d\u0430\u0440\u0443\u0436\u0438) 1 \u0448\u0442.<\/em><\/td><td>10<\/td><td>10<\/td><td>10<\/td><\/tr><\/tbody><\/table><\/figure>\n<\/div><\/div>\n<\/div>\n<\/main>\n\n\n<footer class=\"wp-block-template-part\">\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\"><\/div>\n<\/footer>","protected":false},"excerpt":{"rendered":"<p>\u0413\u0440\u0430\u0444\u0438\u043a \u0440\u0430\u0431\u043e\u0442\u044b \u041f\u043e\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u0438\u043a: \u0417\u0430\u043a\u0440\u044b\u0442\u043e \u0412\u0442\u043e\u0440\u043d\u0438\u043a: \u0417\u0430\u043a\u0440\u044b\u0442\u043e \u0421\u0440\u0435\u0434\u0430: 10:00 &#8211; 19:00 \u0427\u0435\u0442\u0432\u0435\u0440\u0433: 10:00 &#8211; 19:00 \u041f\u044f\u0442\u043d\u0438\u0446\u0430: 10:00 &#8211; 19:00 \u0421\u0443\u0431\u0431\u043e\u0442\u0430: 10:00 &#8211; 20:00 \u0412\u043e\u0441\u043a\u0440\u0435\u0441\u0435\u043d\u044c\u0435: 10:00 &#8211; 20:00 \u041c\u0435\u0441\u0442\u043e\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u00dcmera 29, Lasnam\u00e4e, Tallinn \u041a\u043e\u043d\u0442\u0430\u043a\u0442\u044b +372 56 138 803 planweb.abi@gmail.com<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-289","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/pesula.eu\/index.php\/wp-json\/wp\/v2\/pages\/289","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pesula.eu\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pesula.eu\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pesula.eu\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pesula.eu\/index.php\/wp-json\/wp\/v2\/comments?post=289"}],"version-history":[{"count":15,"href":"https:\/\/pesula.eu\/index.php\/wp-json\/wp\/v2\/pages\/289\/revisions"}],"predecessor-version":[{"id":383,"href":"https:\/\/pesula.eu\/index.php\/wp-json\/wp\/v2\/pages\/289\/revisions\/383"}],"wp:attachment":[{"href":"https:\/\/pesula.eu\/index.php\/wp-json\/wp\/v2\/media?parent=289"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}