{"id":6,"date":"2022-11-04T18:04:36","date_gmt":"2022-11-04T15:04:36","guid":{"rendered":"https:\/\/energypsy.ru\/?page_id=6"},"modified":"2025-04-16T18:53:28","modified_gmt":"2025-04-16T15:53:28","slug":"%d1%82%d0%b5%d1%81%d1%82%d0%be%d0%b2%d0%b0%d1%8f-%d1%81%d1%82%d1%80%d0%b0%d0%bd%d0%b8%d1%86%d0%b0","status":"publish","type":"page","link":"https:\/\/energypsy.ru\/","title":{"rendered":"\u042d\u043d\u0435\u0440\u0433\u043e\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u0430\u044f \u043f\u0441\u0438\u0445\u043e\u043b\u043e\u0433\u0438\u044f"},"content":{"rendered":"\n\t<style>\n\t.wpSimpleSearchInput\n\t{\n\tborder-radius:4px;width:100%;font-size:105%;\t\n\t}\n\t.wpSimpleSearchButton\n\t{\n\tborder-radius:10px;cursor:pointer;\n\tbackground-color:rgb(240, 240, 240);\t\t\n\t}\n\t.wpSimpleSearchButton:hover\n\t{\n\tbackground-color:silver;\n\t\t\n\t}\n\n\t.wpSimpleSearchResultsDiv{\n\tdisplay:none;\t\n\tposition:fixed;\n\ttop:-10vh;\n\tleft:0px;\n\tmargin:0px;\n\twidth:100vw;\n\theight:110vh;\n\tbackground-color:#fafafa;\n\tz-index:1000;\n\ttext-align:center;\n\tmax-height: none;\n\tmax-width: none;\n\t}\n\n\t.wpSimpleSearchResultsBorderDiv\n\t{\n\tmargin-top:11vh;\n\tdisplay:inline-block;\n\tmargin-left:auto;\n\tmargin-right:auto;\n\tborder-radius:4px;\n\n\tborder: 1px solid silver;\n\tbox-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);\n\tbackground-color:white;\n\tz-index:1100;\n\tpadding:5vmin;\n\n\t}\n\n\n\t.wpSimpleSearchResultsContentDiv{\n\tdisplay:inline-block;\n\t\n\tmax-height:80vh;\n\toverflow-y:scroll;\n\t\n\t}\n\n\t.wpSimpleSearchResultsCloseButton{\n\tborder: 1px solid silver;\n\tbox-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);\t\n\tfloat:right;\n\tmargin-right:4vw;\n\tcursor:pointer;\t\n\n\t}\n\n\t.wpSimpleSearchResultsCloseButton:hover{\n\tfont-weight:bold;\n\tcolor:maroon;\t\n\t}\n\n\t.wpSimpleSearchResultsItem{\n\twidth:20vw;\n\tdisplay:inline-block;\n\tfloat:left;\t\n\ttext-align:left;\t\n\t}\n\n\t.wpSimpleSearchResultsItemText{\n\tdisplay:inline-block;\n\twidth:100%;\n\tmax-height:40vh;\t\n\toverflow-y:scroll;\t\n\t}\n\n\t.wpSimpleSearchHref{\n\ttext-decoration:none;\n\tcursor:pointer;\t\n\t\t\n\t}\n\n\t.wpSimpleSearchHref:hover{\n\t\t\n\tcolor:darkblue;\t\n\t}\n\t<\/style>\n\t<div class=\"wpSimpleSearchResultsDiv\" id=\"idSimpleSearchResultsDiv\">\n\t<br>\n\n\n\t<div class=\"wpSimpleSearchResultsBorderDiv\">\n\t<button class=\"wpSimpleSearchResultsCloseButton\" onClick=\"hideSimpleSearchResults();\">&#x2718;<\/button>\t\n\t<br>\n\t<div class=\"wpSimpleSearchResultsContentDiv\" id=\"idSimpleSearchResultsContentDiv\">\n\n\n\n\n\t<\/div>\n\n\t<\/div>\n\t<\/div>\n\n\t <div id=\"wpSimpleSearchDiv\" style=\"opacity:1;margin-top:0px;display:inline-block;float:right;width:18vmin; border-radius:4px;border: 1px solid silver;box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);\">\n\t<table style=\"width:100%\">\n\t<tr>\n\t<td>\n\t<input type=\"text\" class=\"wpSimpleSearchInput\" id=\"wpSimpleSearchField\">\n\t<\/td>\n\t<td ><span style=\"margin-left:18px;\" class=\"wpSimpleSearchButton\" onClick=\"wpSimpleSearchReq();\" >&#x1f50d;<\/span><\/td>\n\t<\/tr>\n\t<\/table>\n\t<\/div>\n\t<br><br>\n\t<script>\n\t\t\n\tfunction wpSimpleSearchCheckMarks()\n\t{\n\tconst searchParams = new URLSearchParams(window.location.href);\n\n\tif(searchParams.has('mark'))\n\t{\n\t\t\n\tvar mark=searchParams.get('mark')\n\tvar markInstance = new Mark(document.body);\n\n\tvar options={\n\t'diacritics':false,\n\t'separateWordSearch':false,\t\n\t\t\n\t};\n\n\tmarkInstance.mark(mark , options);\t\n\t}\n\t\t\n\t}\n\n\tdocument.addEventListener(\"DOMContentLoaded\", (event) => {\n\t\n\t  wpSimpleSearchCheckMarks();\n\t});\n\n\tfunction hideSimpleSearchResults()\n\t{\n\tvar rDiv=document.getElementById('idSimpleSearchResultsDiv');\n\tif(!rDiv){console.log('cannot find results Div!');return;}\t\n   \n\n\trDiv.style.display='none';\t\n\t\n\t\/\/document.body.style.overflowY='initial';\n\t\t\n\t}\n\n\tfunction markText(toFind,text)\n\t{\n\tvar toFindL=toFind.toLowerCase();\n\tvar textL=text.toLowerCase();\n\n\tvar rv='';\n\n\tvar fa=textL.split(toFindL);\n\n\tif(fa.length<2)return text;\n\n\tvar index=0;\n\n\tfor(var i=0;i<fa.length;i++)\n\t{\n\trv=rv+text.substr(index,fa[i].length);\n\n\tindex+=fa[i].length;\n\n\tif(i<(fa.length-1)){rv=rv+'<mark class=\"wpSimpleSearchMark\">'+text.substr(index,toFind.length)+'<\/mark>';index=index+toFind.length;}\n\n\t\t\n\t}\n\n\n\treturn rv;\t\n\t}\n\n\n\n\tfunction wpSimpleSearchIsOnTheScreen(elem, allowElemBehind = false, allowElemAhead = false) {\n\t\tconst scrollDist = document.documentElement.scrollTop;\n\t\tconst elemOffset = window.scrollY + elem.getBoundingClientRect().top; \n\n\t\tif (!allowElemBehind && !(elemOffset + elem.offsetHeight > scrollDist))\n\t\t\treturn false;\n\t\t\n\t\tif (!allowElemAhead && !(scrollDist + window.innerHeight > elemOffset))\n\t\t\treturn false;\n\n\t\treturn true;\n\t}\n\n\n\tvar wpSimpleSearchItems=[];\n\n\n\tfunction wpSimpleSearchScrollVisibles()\n\t{\n\n\tfor(var i=0;i<wpSimpleSearchItems.length;i++)\t\n\t{\n\tif(wpSimpleSearchItems[i].scrolled==true)continue;\t\n\n\tif(wpSimpleSearchIsOnTheScreen(wpSimpleSearchItems[i].div)){\n\twpSimpleSearchItems[i].mark.scrollIntoView();\n\twpSimpleSearchItems[i].scrolled=true;\t\n\t}\n\t}\t\n\t}\n\n  \n\n\tfunction showSimpleSearchResults(text,res)\n\t{\n\tvar rDiv=document.getElementById('idSimpleSearchResultsDiv');\n\tvar cDiv=document.getElementById('idSimpleSearchResultsContentDiv');\n\n\tif(!rDiv){console.log('cannot find results Div!');return;}\t\n\tif(!cDiv){console.log('cannot find content Div!');return;}\t\n\n\n\/\/document.body.style.overflowY='hidden';\n\n\tvar rStr='<table style=\"width:100%;  border-collapse: separate; border-spacing: 2em;\">';\n\n\n\n\tfor(var i=0;i<res.length;i++)\n\t{\n\n\tvar title=res[i].title;\n\n\tvar cnt=res[i].preview;\n\n\tvar url=res[i].url;\n\n\tif(url.indexOf('?')!=-1){url=url+'&mark='+encodeURIComponent(text);}\n\telse{\n\tvar lc=url.charAt(url.length - 1);\n\tif(lc!='\/'){url=url+'\/';}\t\n\turl=url+'?mark='+encodeURIComponent(text);}\n\n\trStr=rStr+'<tr >'+\n\t'<td style=\"width:100%;border-radius:4px;border: 1px solid silver;box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);\">'+\"\\n\"+\n\t'<b><a class=\"wpSimpleSearchHref\" href=\"'+url+'\" target=\"_blank\">'+markText(text,title)+'<\/a><\/b><br><hr \/>'+\"\\n\"+\n\t'<div class=\"wpSimpleSearchResultsItemText\">'+markText(text,cnt)+'<\/div>'+\"\\n\"+\t\n\t'<\/td>'+\"\\n\";\n\n\n\trStr=rStr+'<\/tr>';\t\n\t}\n\n\trStr=rStr+'<\/table>'+\"\\n\";\n\tcDiv.innerHTML=rStr;\n\trDiv.style.display='inline-block';\n\n\tcDiv.scrollTop = 0;\n\n\tvar items=cDiv.querySelectorAll('.wpSimpleSearchResultsItemText');\n\n\twpSimpleSearchItems=[];\n\n\tfor(var i=0;i<items.length;i++)\n\t{\n\tvar marks=items[i].querySelectorAll('.wpSimpleSearchMark');\t\n\tif(marks.length>0)\n\t{\n\tvar cm=marks[0];\n\twpSimpleSearchItems.push({'div':items[i],'mark':cm,'scrolled':false});\t\n\t}\t\n\t}\n\n\t\/\/cDiv.onscroll=function(){wpSimpleSearchScrollVisibles();}\n\n\twpSimpleSearchScrollVisibles();\n\n\n\tcDiv.scrollTop = 0;\n\t}\n\n\n\tvar wpSimpleSearchFieldAnimationTime=25;\t\n\tvar wpSimpleSearchDivMax=36;\n\tvar wpSimpleSearchDivMin=18;\t\n\n\tvar wpSimpleSearchDivGrowing=false;\n\n\tvar wpSimpleSearchField=document.getElementById('wpSimpleSearchField');\t\n\tvar wpSimpleSearchDiv=document.getElementById('wpSimpleSearchDiv');\t\n\tif(wpSimpleSearchField){\n\twpSimpleSearchField.addEventListener(\"keyup\", ({key}) => {\n\t\tif (key === \"Enter\") {\n\t\t wpSimpleSearchReq();\n\t\t}\n\t});\n\n\twpSimpleSearchField.addEventListener(\"focus\", (event) => {\n\t\t\n\twpSimpleSearchDivGrowing=true;\n\trequestAnimationFrame(wpSimpleSearchDivGrow);});\n\n\twpSimpleSearchField.addEventListener(\"blur\", (event) => {\n\twpSimpleSearchDivGrowing=false;\n\trequestAnimationFrame(wpSimpleSearchDivShrink);});\n\t}\n\n\tvar wpSimpleSearchDivFadingIn=false;\n\n\tfunction wpSimpleSearchDivFadeIn()\n\t{\n\tif(wpSimpleSearchDivFadingIn==false)return;\t\n\tif(!wpSimpleSearchDiv)return;\n\tvar co=parseFloat(wpSimpleSearchDiv.style.opacity);\t\n\tif(co>0){co=co-0.1;wpSimpleSearchDiv.style.opacity=co;requestAnimationFrame(wpSimpleSearchDivFadeIn);}\n\telse{wpSimpleSearchDivFadingIn=false;requestAnimationFrame(wpSimpleSearchDivFadeOut);}\n\t}\n\n\tfunction wpSimpleSearchDivFadeOut()\n\t{\n\tif(wpSimpleSearchDivFadingIn==true)return;\t\n\tif(!wpSimpleSearchDiv)return;\n\tvar co=parseFloat(wpSimpleSearchDiv.style.opacity);\t\n\tif(co<1){co=co+0.1;wpSimpleSearchDiv.style.opacity=co;requestAnimationFrame(wpSimpleSearchDivFadeOut);}\n\t\t\n\t}\n\n\n\tfunction wpSimpleSearchDivGrow()\n\t{\n\tif(wpSimpleSearchDivGrowing==false)return;\n\tif(!wpSimpleSearchDiv)return;\n\tvar cs=parseInt(wpSimpleSearchDiv.style.width);\n\tif(cs<wpSimpleSearchDivMax){cs++;wpSimpleSearchDiv.style.width=cs+'vmin';requestAnimationFrame(wpSimpleSearchDivGrow);}\n\n\t}\n\n\n\tfunction wpSimpleSearchDivShrink()\n\t{\n\tif(wpSimpleSearchDivGrowing==true)return;\t\n\tif(!wpSimpleSearchDiv)return;\n\tvar cs=parseInt(wpSimpleSearchDiv.style.width);\n\tif(cs>wpSimpleSearchDivMin){cs--;wpSimpleSearchDiv.style.width=cs+'vmin';requestAnimationFrame(wpSimpleSearchDivShrink);}\n\t\t\n\t}\n\n\tasync function wpSimpleSearchReq()\n\t{\n\tif(!wpSimpleSearchField)return;\n\n\tif(wpSimpleSearchField.value=='')return;\n\n\tvar toSend=encodeURIComponent(wpSimpleSearchField.value);\n\n\tvar tm=new Date().getTime();\n\n\tvar reqStr=\"https:\/\/energypsy.ru\/wp-content\/plugins\/wpSimpleSearch\/search.php\"+'?q='+toSend+'&tm='+tm;\n\n\t  const response = await fetch(reqStr);\n\t  var cnt = {'q':wpSimpleSearchField.value,'r':[]};\n\t  if(response.ok){cnt=await response.json(); \n\t\t  \n\t\t  var results=cnt.r;\n\t\t  var reqTxt=cnt.q;\n\t\t  if(results.length>0)\n\t\t  {\n\t\t  wpSimpleSearchField.blur();\n\t\t  showSimpleSearchResults(reqTxt,results);\t  \n\t\t\t  \n\t\t  }\n\t\t  else{wpSimpleSearchDivFadingIn=true;requestAnimationFrame(wpSimpleSearchDivFadeIn);}\n\t\t  \n\t\t  }\n\t  else{console.log('Search plugin request error!');return;}\n\n\t\t\n\t}\n\n\t<\/script>\n\t    <div style=\"margin-top:0px;display:inline-block;width:18vmin;float:right;border-radius:4px;border: 1px solid silver;box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);\">\n\n<table style=\"margin-left:4%;width:96%\" >\n<tr>\n<td>\n<a href=\"https:\/\/energypsy.ru\/\"\nclass=\"langPanelA\" id=\"wpLangPanelRu\"\n lang=\"ru-RU\" hreflang=\"ru-RU\"  style='text-decoration: none;font-family:Georgia, \"Bitstream Charter\", serif;font-size:12px;' >\n<img src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAMAAABBPP0LAAAAdVBMVEX19f\/u7vjm5\/H+\/v75+fng4Ove3ulFRfyysv6cnP6QkPmIiPh\/f\/YAAOYAAP1ycv5QUP06OvkxMfcoKPcgIPYUFPS0AADdaYzTRG\/RPGnOM2LKLFzIIVPCEUZ7AAD0AQH7YGH3ODj0JyfzERDgAAD4TU3pAABIfLuPAAAAT0lEQVR4AQXBAQqDMAAAsZytyHzA\/v9LYRS7JIAQMkBb0ATsgLoKInnHvIrHrdRaBzxupTDxuFUifUsp4R3zU4iwzmOyT1ibBtP2u3C+wB+SHBB5JNY7DAAAAABJRU5ErkJggg==\" title=\"\u0420\u0443\u0441\u0441\u043a\u0438\u0439\" alt=\"\u0420\u0443\u0441\u0441\u043a\u0438\u0439\">\n<span style=\"margin-left:0.1em;\">\u0420\u0443\u0441\u0441\u043a\u0438\u0439<\/span><\/a>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<a href=\"https:\/\/energypsy.ru\/?page_id=1876\"\nclass=\"langPanelA\" id=\"wpLangPanelEn\"\n lang=\"en-US\" hreflang=\"en-US\"  style='text-decoration: none;font-family:Georgia, \"Bitstream Charter\", serif;font-size:12px;'>\n<img src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAABGdBTUEAAK\/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAHzSURBVHjaYkxOP8IAB\/\/+Mfz7w8Dwi4HhP5CcJb\/n\/7evb16\/APL\/gRFQDiAAw3JuAgAIBEDQ\/iswEERjGzBQLEru97ll0g0+3HvqMn1SpqlqGsZMsZsIe0SICA5gt5a\/AGIEarCPtFh+6N\/ffwxA9OvP\/7\/\/QYwff\/6fZahmePeB4dNHhi+fGb59Y4zyvHHmCEAAAW3YDzQYaJJ93a+vX79aVf58\/\/69fvEPlpIfnz59+vDhw7t37968efP3b\/SXL59OnjwIEEAsDP+YgY53b2b89++\/awvLn98MDi2cVxl+\/vl6mituCtBghi9f\/v\/48e\/XL86krj9XzwEEEENy8g6gu22rfn78+NGs5Ofr16+ZC58+fvyYwX8rxOxXr169fPny+fPn1\/\/93bJlBUAAsQADZMEBxj9\/GBxb2P\/9+S\/R8u3vzxuyaX8ZHv3j8\/YGms3w8ycQARmi2eE37t4ACCDGR4\/uSkrKAS35B3TT\/\/\/\/wADOgLOBIaXIyjBlwxKAAGKRXjCB0SOEaeu+\/y9fMnz4AHQxCP348R\/o+l+\/\/sMZQBNLEvif3AcIIMZbty7Ly6t9ZmXl+fXj\/38GoHH\/UcGfP79\/\/BBiYHjy9+8\/oUkNAAHEwt1V\/vI\/KBY\/QSISFqM\/GBg+MzB8A6PfYC5EFiDAABqgW776MP0rAAAAAElFTkSuQmCC\" title=\"English\" alt=\"English\">\n<span style=\"margin-left:0.1em;\">English<\/span><\/a>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<a href=\"https:\/\/energypsy.ru\/?page_id=2103\"\nclass=\"langPanelA\" id=\"wpLangPanelEs\"\n lang=\"es-ES\" hreflang=\"es-ES\"  style='text-decoration: none;font-family:Georgia, \"Bitstream Charter\", serif;font-size:12px;' >\n<img src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAABGdBTUEAAK\/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAFnSURBVHjaYvzPgAD\/UNlYEUAAmuTYAAAQhAEYqF\/zFbe50RZ1cMmS9TLi0pJLRjZohAMTGFUN9HdnHgEE1sDw\/\/+Tp0ClINW\/f0NIKPoFJH\/9\/\/ULyGaUlQXaABBALAx\/Gf4zAt31F4i+ffj3\/cN\/XrFfzOx\/\/v\/\/\/f\/\/LzACM\/79ZmD8\/e8TA0AAMYHdDVT958vXP38nMDB0s3x94\/Tj5y+YahhiAKLfQKUAAcQEdtJfoDHMF2L+vPzDmFXLelf551tGFOOhev4A\/QgQQExgHwAd8IdFT\/Wz6j+GhlpmXSOW\/2z\/\/\/8Eq\/sJ18Dw\/zdQA0AAMQExxJjjdy9x2\/76EfLz4MXdP\/i+wsyGkkA3Aw3984cBIIAYfzIwMKel\/bt3jwEaLNAwgZIQxp\/fDH\/+MqqovL14ESCAWICeZvr9h0FSEhSgwBgAygFDEMT+wwAhgQgc4kAEVAwQQIxfUSMSTxxDAECAAQAJWke8v4u1tAAAAABJRU5ErkJggg==\" title=\"Espa\u00f1ol\" alt=\"Espa\u00f1ol\">\n<span style=\"margin-left:0.1em;\">Espa\u00f1ol<\/span><\/a>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n    \n<p class=\"has-text-align-center has-large-font-size wp-block-paragraph\"><strong>\u0421\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/energypsy.ru\/?p=44&amp;preview=true\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>\u0412\u0432\u0435\u0434\u0435\u043d\u0438\u0435<\/strong><\/a><\/p>\n\n\n\n<p class=\"has-text-align-center has-contrast-3-color has-text-color has-link-color has-large-font-size wp-elements-c708e9c4b91d11ee1ef6219f71042cb0 wp-block-paragraph\"><strong>1. \u0422\u0435\u043e\u0440\u0438\u044f<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/energypsy.ru\/?p=53\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>1.1. \u041f\u0440\u0435\u0434\u043c\u0435\u0442 \u044d\u043d\u0435\u0440\u0433\u043e\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u043f\u0441\u0438\u0445\u043e\u043b\u043e\u0433\u0438\u0438<\/strong><\/a><br><a href=\"https:\/\/energypsy.ru\/?p=1060\">1.1.1. \u042d\u043d\u0435\u0440\u0433\u0438\u044f. \u0421\u0432\u043e\u0439\u0441\u0442\u0432\u0430<\/a><br><a href=\"https:\/\/energypsy.ru\/?p=1062\">1.1.2. \u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f. \u0421\u0432\u043e\u0439\u0441\u0442\u0432\u0430<\/a><br><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/energypsy.ru\/?p=623\"><strong>1.2. \u0422\u0440\u0438 \u0433\u043b\u0430\u0432\u043d\u044b\u0445 \u0417\u0430\u043a\u043e\u043d\u0430 \u0412\u0441\u0435\u043b\u0435\u043d\u043d\u043e\u0439<\/strong><\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/energypsy.ru\/?p=630\">1.2.1. \u041f\u0435\u0440\u0432\u044b\u0439 \u0412\u0441\u0435\u043b\u0435\u043d\u0441\u043a\u0438\u0439 \u0437\u0430\u043a\u043e\u043d \u2013 <strong>\u0417\u0430\u043a\u043e\u043d \u041e\u0442\u0440\u0430\u0436\u0435\u043d\u0438\u044f<\/strong><\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/energypsy.ru\/?p=632\">1.2.2. \u0412\u0442\u043e\u0440\u043e\u0439 \u0412\u0441\u0435\u043b\u0435\u043d\u0441\u043a\u0438\u0439 \u0437\u0430\u043a\u043e\u043d &#8211; <strong>\u0417\u0430\u043a\u043e\u043d \u041f\u043e\u0434\u043e\u0431\u0438\u044f<\/strong><\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/energypsy.ru\/?p=635\">1.2.3. \u0422\u0440\u0435\u0442\u0438\u0439 \u0412\u0441\u0435\u043b\u0435\u043d\u0441\u043a\u0438\u0439 \u0437\u0430\u043a\u043e\u043d<strong> \u2013 \u0417\u0430\u043a\u043e\u043d \u0415\u0434\u0438\u043d\u0441\u0442\u0432\u0430<\/strong><\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/energypsy.ru\/?p=639\">1.2.4. \u0417\u0430\u043a\u043e\u043d \u041f\u0440\u043e\u0442\u0438\u0432\u043e\u043f\u043e\u043b\u043e\u0436\u043d\u043e\u0441\u0442\u0435\u0439<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/energypsy.ru\/?p=651\">1.2.5. \u0417\u0430\u043a\u043e\u043d \u041a\u0430\u0440\u043c\u044b<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/energypsy.ru\/?p=715\">1.2.6. \u0417\u0430\u043a\u043e\u043d \u0421\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0439 \u0412\u043e\u043b\u0438<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/energypsy.ru\/?p=738\">1.2.7. \u0417\u0430\u043a\u043e\u043d \u0418\u0437\u043e\u0431\u0438\u043b\u0438\u044f<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/energypsy.ru\/?p=697\">1.2.8. <strong>\u041e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0441\u0442\u044c<\/strong> \u043f\u043e \u0412\u0441\u0435\u043b\u0435\u043d\u0441\u043a\u0438\u043c \u0437\u0430\u043a\u043e\u043d\u0430\u043c<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><a href=\"https:\/\/energypsy.ru\/?p=931\" target=\"_blank\" rel=\"noreferrer noopener\">1.3. \u041e\u0441\u043d\u043e\u0432\u043d\u043e\u0439 \u0437\u0430\u043a\u043e\u043d \u0442\u043e\u043d\u043a\u043e\u0433\u043e \u044d\u043d\u0435\u0440\u0433\u043e\u043e\u0431\u043c\u0435\u043d\u0430<\/a><\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><a href=\"https:\/\/energypsy.ru\/?p=754\">1.4. \u0414\u043e\u0431\u0440\u043e \u0438 \u0417\u043b\u043e<\/a><\/strong><br><a href=\"https:\/\/energypsy.ru\/?p=786\">1.4.1. \u042d\u043d\u0435\u0440\u0433\u0435\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u043c\u043e\u0449\u044c \u0414\u043e\u0431\u0440\u0430<\/a><br><a href=\"https:\/\/energypsy.ru\/?p=796\">1.4.2. \u0417\u0430\u0441\u0430\u0441\u044b\u0432\u0430\u044e\u0449\u0430\u044f \u0432\u043e\u0440\u043e\u043d\u043a\u0430 \u0417\u043b\u0430<\/a><br><a href=\"https:\/\/energypsy.ru\/?p=1167\">1.4.3. \u0426\u0435\u043b\u043e\u0441\u0442\u043d\u043e\u0441\u0442\u044c<\/a><br><a href=\"https:\/\/energypsy.ru\/?p=1235\">1.4.4. \u041f\u0440\u0438\u043d\u0446\u0438\u043f \u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/energypsy.ru\/?p=56\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>1.5. \u0418\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0438 \u044d\u043d\u0435\u0440\u0433\u0438\u0438 \u0447\u0435\u043b\u043e\u0432\u0435\u043a\u0430<\/strong><\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/energypsy.ru\/?p=141\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>1.6. \u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0435 \u0438 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0435 \u0438\u0437\u043c\u0435\u0440\u0435\u043d\u0438\u0435 \u041b\u044e\u0431\u0432\u0438<\/strong><\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><a href=\"https:\/\/energypsy.ru\/?p=926\" target=\"_blank\" rel=\"noreferrer noopener\">1.7. \u042d\u043d\u0435\u0440\u0433\u0438\u044f \u0412\u0440\u0435\u043c\u0435\u043d\u0438 \u041d. \u041a\u043e\u0437\u044b\u0440\u0435\u0432\u0430<\/a><\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/energypsy.ru\/?p=370\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>1.8. \u0417\u0430\u043a\u043e\u043d &#8220;\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0441\u0442\u0438\u0447\u043d\u043e\u0441\u0442\u0438&#8221; \u041a\u0430\u0440\u043b\u0430 \u042e\u043d\u0433\u0430<\/strong><\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/energypsy.ru\/?p=101\" target=\"_blank\" rel=\"noreferrer noopener\"><\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><a href=\"https:\/\/energypsy.ru\/?p=1000\" data-type=\"link\" data-id=\"https:\/\/energypsy.ru\/?p=1000\">1.9. \u0410\u0437\u0431\u0443\u043a\u0430 \u0442\u043e\u043d\u043a\u043e\u0433\u043e \u044d\u043d\u0435\u0440\u0433\u043e\u043e\u0431\u043c\u0435\u043d\u0430<\/a><\/strong><br><a href=\"https:\/\/energypsy.ru\/?p=101\" target=\"_blank\" rel=\"noreferrer noopener\">1.9.1. \u042d\u043d\u0435\u0440\u0433\u0435\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u043a\u0430\u043d\u0430\u043b\u044b \u043c\u0435\u0436\u0434\u0443 \u043b\u044e\u0434\u044c\u043c\u0438<\/a><br><a href=\"https:\/\/energypsy.ru\/?p=1053\">1.9.2. \u041b\u0438\u0447\u043d\u044b\u0439 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0447\u0430\u0441\u0442\u043e\u0442\u043d\u044b\u0439 \u0434\u0438\u0430\u043f\u0430\u0437\u043e\u043d<\/a><br><a href=\"https:\/\/energypsy.ru\/?p=110\" target=\"_blank\" rel=\"noreferrer noopener\">1.9.3. \u0414\u0432\u0430 \u0441\u043f\u043e\u0441\u043e\u0431\u0430 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0442\u043e\u043d\u043a\u043e\u0439 \u044d\u043d\u0435\u0440\u0433\u0438\u0438<\/a><br><a href=\"https:\/\/energypsy.ru\/?p=1297\">1.9.4. \u041d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u043e\u0442\u043e\u043a\u0430 \u0442\u043e\u043d\u043a\u043e\u0439 \u044d\u043d\u0435\u0440\u0433\u0438\u0438<\/a><br><a href=\"https:\/\/energypsy.ru\/?p=1340\">1.9.5. \u041d\u0435\u043f\u0435\u0440\u0435\u0441\u0435\u043a\u0430\u044e\u0449\u0438\u0435\u0441\u044f \u0447\u0430\u0441\u0442\u043e\u0442\u043d\u044b\u0435 \u0434\u0438\u0430\u043f\u0430\u0437\u043e\u043d\u044b<\/a><br><a href=\"https:\/\/energypsy.ru\/?p=1330\">1.9.6. \u041f\u0435\u0440\u0435\u0441\u0435\u043a\u0430\u044e\u0449\u0438\u0435\u0441\u044f \u0447\u0430\u0441\u0442\u043e\u0442\u043d\u044b\u0435 \u0434\u0438\u0430\u043f\u0430\u0437\u043e\u043d\u044b<\/a><br><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/energypsy.ru\/?p=442\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>1.10. \u0423\u043c \u0438 \u0420\u0430\u0437\u0443\u043c <\/strong><\/a><br><a href=\"https:\/\/energypsy.ru\/?p=445\" target=\"_blank\" rel=\"noreferrer noopener\">1.10.1. <\/a><a href=\"https:\/\/energypsy.ru\/?p=445\">\u0423\u043c &#8211; \u044d\u0442\u043e \u043d\u0430\u0448 \u0430\u0434\u0432\u043e\u043a\u0430\u0442<\/a>.<br><a href=\"https:\/\/energypsy.ru\/?p=1607\">1.10.2. \u041f\u0440\u0438\u0447\u0438\u043d\u044b \u0441\u0443\u043c\u0430\u0441\u0448\u0435\u0441\u0442\u0432\u0438\u044f<\/a><br><a href=\"https:\/\/energypsy.ru\/?p=449\" target=\"_blank\" rel=\"noreferrer noopener\">1.10.3. \u0420\u0430\u0437\u0443\u043c \u2014 \u0441\u0432\u0435\u0442, \u043e\u0441\u0432\u0435\u0449\u0430\u044e\u0449\u0438\u0439 \u043f\u0443\u0442\u044c \u0432\u043e\u0441\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u044f  \u0434\u0443\u0448\u0438<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/energypsy.ru\/?p=113\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>1.11. \u042d\u043d\u0435\u0440\u0433\u043e\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u0430\u044f \u043a\u0430\u0440\u0442\u0430 \u0447\u0435\u043b\u043e\u0432\u0435\u043a\u0430<\/strong><\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/energypsy.ru\/?p=116\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>1.12. \u042d\u043d\u0435\u0440\u0433\u0435\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0435\u043c\u043a\u043e\u0441\u0442\u044c \u0447\u0435\u043b\u043e\u0432\u0435\u043a\u0430<\/strong><\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/energypsy.ru\/?p=504\"><strong>1.13. \u041b\u044e\u0431\u043e\u0432\u044c \u043f\u0440\u043e\u0442\u0438\u0432 \u00ab\u0422\u0435\u043f\u043b\u043e\u0432\u043e\u0439 \u0441\u043c\u0435\u0440\u0442\u0438\u00bb<\/strong><\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/energypsy.ru\/?p=511\"><strong>1.14. \u0427\u0430\u0441\u0442\u043e\u0442\u043d\u043e\u0435 \u043d\u0435\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0435<\/strong><\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><a href=\"https:\/\/energypsy.ru\/?p=1672\">1.15. \u041e\u0431 \u0438\u0437\u043c\u0435\u0440\u0435\u043d\u0438\u044f\u0445<\/a><\/strong><\/p>\n\n\n\n<p class=\"has-text-align-left wp-block-paragraph\"><a href=\"https:\/\/energypsy.ru\/?p=202\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>1.16. \u041e\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u0435, \u043d\u0435\u043d\u0430\u0432\u0438\u0441\u0442\u044c<\/strong><\/a><\/p>\n\n\n\n<p class=\"has-text-align-left wp-block-paragraph\"><a href=\"https:\/\/energypsy.ru\/?p=204\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>1.17. \u0421\u0442\u0440\u0430\u0445, \u0442\u0440\u0435\u0432\u043e\u0433\u0430, \u0431\u0435\u0441\u043f\u043e\u043a\u043e\u0439\u0441\u0442\u0432\u043e<\/strong><\/a><br><a href=\"https:\/\/energypsy.ru\/?p=216\" target=\"_blank\" rel=\"noreferrer noopener\">1.17.1. \u041a\u0430\u043a \u0438\u0437\u0431\u0430\u0432\u0438\u0442\u044c\u0441\u044f \u043e\u0442 \u0441\u0442\u0440\u0430\u0445\u0430 \u0438 \u0442\u0440\u0435\u0432\u043e\u0433\u0438<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><a href=\"https:\/\/energypsy.ru\/?p=1524\">1.18. \u041a\u0440\u0438\u0442\u0435\u0440\u0438\u0439 \u041a\u0430\u0440\u043c\u044b<\/a><\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><a href=\"https:\/\/energypsy.ru\/?p=1936\">1.19. \u042d\u043d\u0435\u0440\u0433\u043e\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0435 \u0441\u0442\u0440\u043e\u0435\u043d\u0438\u0435 \u0447\u0435\u043b\u043e\u0432\u0435\u043a\u0430<\/a><\/strong><br><a href=\"https:\/\/energypsy.ru\/?p=1740\">1.19.1. \u0427\u0430\u043a\u0440\u044b<\/a><br><a href=\"https:\/\/energypsy.ru\/?p=1800\">1.19.2. \u0422\u043e\u043d\u043a\u0438\u0435 \u0442\u0435\u043b\u0430<\/a><br>1.19.3. \u041a\u0440\u0438\u0441\u0442\u0430\u043b\u043b \u041b\u044e\u0431\u0432\u0438 \u0438 \u0448\u0438\u0448\u043a\u043e\u0432\u0438\u0434\u043d\u0430\u044f \u0436\u0435\u043b\u0435\u0437\u0430<br><a href=\"https:\/\/energypsy.ru\/?p=1796\">1.19.4. \u0427\u0430\u043a\u0440\u044b &#8211; \u043d\u0430\u0448\u0438 \u0442\u043e\u043d\u043a\u0438\u0435 \u043e\u0440\u0433\u0430\u043d\u044b \u0447\u0443\u0432\u0441\u0442\u0432<\/a><br><a href=\"https:\/\/energypsy.ru\/?p=1842\">1.19.5. \u0427\u0430\u043a\u0440\u043e\u043c\u0435\u0442\u0440<\/a><br><a href=\"https:\/\/energypsy.ru\/?p=1794\">1.19.6. \u0426\u0435\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u0441\u0438\u043b\u0430 \u0447\u0430\u043a\u0440<\/a><br><a href=\"https:\/\/energypsy.ru\/?p=1928\">1.19.7. \u0418\u0434\u0435\u0430\u043b\u044c\u043d\u043e\u0435 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u0447\u0430\u043a\u0440 \u0438 \u0442\u043e\u043d\u043a\u0438\u0445 \u0442\u0435\u043b<\/a><\/p>\n\n\n\n<p class=\"has-text-align-center has-contrast-3-color has-text-color has-link-color has-large-font-size wp-elements-7ecfd07af75dac4e9ff8c4b3e003abca wp-block-paragraph\"><strong><a href=\"https:\/\/energypsy.ru\/?p=525\">2. \u041c\u0435\u0442\u043e\u0434\u044b \u0433\u0430\u0440\u043c\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u0438 \u043e\u0431\u0449\u0435\u043d\u0438\u044f<\/a><\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><a href=\"https:\/\/energypsy.ru\/?p=530\">2.1. \u041f\u043e\u043b\u0443\u043f\u0440\u043e\u043d\u0438\u0446\u0430\u0435\u043c\u044b\u0439 \u044d\u043a\u0440\u0430\u043d&nbsp;<\/a>&nbsp;&nbsp;&nbsp;<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/energypsy.ru\/?p=532\"><strong>2.2. \u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u043a\u0430\u043d\u0430\u043b\u043e\u0432 \u044d\u043d\u0435\u0440\u0433\u043e\u043e\u0431\u043c\u0435\u043d\u0430<\/strong><\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/energypsy.ru\/?p=573\"><strong>2.3. \u041f\u043e\u0441\u044b\u043b \u041b\u044e\u0431\u0432\u0438&nbsp;<\/strong><\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><a href=\"https:\/\/energypsy.ru\/?p=534\" data-type=\"link\" data-id=\"https:\/\/energypsy.ru\/?p=534\">2.4. \u041c\u0435\u0447 \u0410\u043d\u0433\u0435\u043b\u0430<\/a>\u00a0\u00a0\u00a0\u00a0<\/strong><br>2.4.1. \u0418\u0433\u0440\u0430\u0435\u043c \u0441 \u0440\u0443\u043a\u043e\u044f\u0442\u043a\u043e\u0439 \u041c\u0435\u0447\u0430 \u0410\u043d\u0433\u0435\u043b\u0430<\/p>\n\n\n\n<p class=\"has-text-align-left wp-block-paragraph\"><a href=\"https:\/\/energypsy.ru\/?p=577\"><strong>2.5. \u041c\u0430\u0441\u0442\u0435\u0440 \u041b\u044e\u0431\u0432\u0438<\/strong><\/a><br><\/p>\n\n\n\n<p class=\"has-text-align-center has-contrast-3-color has-text-color has-link-color has-large-font-size wp-elements-03d388778404111c24cd3a131a50590a wp-block-paragraph\"><strong>3. \u041f\u0440\u0430\u043a\u0442\u0438\u043a\u0430<\/strong> <\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/energypsy.ru\/?p=936\"><strong>3.1. \u0421\u043a\u0430\u0447\u0438\u0432\u0430\u043d\u0438\u0435 \u044d\u043d\u0435\u0440\u0433\u0438\u0438<\/strong> (<strong>\u042d\u043d\u0435\u0440\u0433\u0435\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0432\u0430\u043c\u043f\u0438\u0440\u0438\u0437\u043c<\/strong>)<\/a><br><a href=\"https:\/\/energypsy.ru\/?p=1759\">3.1.1. \u041e\u0441\u043d\u043e\u0432\u043d\u043e\u0439 \u0437\u0430\u043a\u043e\u043d \u0442\u043e\u043d\u043a\u043e\u0433\u043e \u044d\u043d\u0435\u0440\u0433\u043e\u043e\u0431\u043c\u0435\u043d\u0430 \u2014 \u0437\u0430\u043a\u043e\u043d \u041f\u0410\u0420\u0410\u0414\u041e\u041a\u0421\u041e<\/a>\u0412<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><a href=\"https:\/\/energypsy.ru\/?p=246\" target=\"_blank\" rel=\"noreferrer noopener\">3.2. \u042d\u043d\u0435\u0440\u0433\u043e\u043e\u0431\u043c\u0435\u043d \u043c\u0443\u0436\u0447\u0438\u043d\u044b \u0438 \u0436\u0435\u043d\u0449\u0438\u043d\u044b<\/a><\/strong><br><a href=\"https:\/\/energypsy.ru\/?p=2427\">3.2.1. \u0421\u043e\u044e\u0437 \u043c\u0443\u0436\u0447\u0438\u043d\u044b \u0438 \u0436\u0435\u043d\u0449\u0438\u043d\u044b. \u0412\u043e \u0438\u043c\u044f \u041b\u044e\u0431\u0432\u0438<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><a href=\"https:\/\/energypsy.ru\/?p=942\" target=\"_blank\" rel=\"noreferrer noopener\">3.3. \u0412\u043e\u0441\u043f\u0438\u0442\u0430\u043d\u0438\u0435 \u0434\u0435\u0442\u0435\u0439<\/a><\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><a rel=\"noreferrer noopener\" href=\"https:\/\/energypsy.ru\/?p=252\" target=\"_blank\">3.4. \u041e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u044f \u0432 \u0441\u0435\u043c\u044c\u0435<\/a><\/strong><\/p>\n\n\n\n<p class=\"has-normal-font-size wp-block-paragraph\"><strong><a href=\"https:\/\/energypsy.ru\/?p=946\" target=\"_blank\" rel=\"noreferrer noopener\">3.5. \u041e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u044f \u0441 \u043c\u0430\u043c\u043e\u0439<\/a><\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/energypsy.ru\/?p=188\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>3.6. \u042d\u043d\u0435\u0440\u0433\u0435\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u043f\u0440\u0438\u0447\u0438\u043d\u044b \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u0435\u0439<\/strong><\/a><br><a href=\"https:\/\/energypsy.ru\/?p=951\" target=\"_blank\" rel=\"noreferrer noopener\">3.6.1 \u041f\u0441\u0438\u0445\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0440\u0430\u0441\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430<\/a><br><a href=\"https:\/\/energypsy.ru\/?p=195\" target=\"_blank\" rel=\"noreferrer noopener\">3.6.2. \u0421\u043e\u0432\u0435\u0442\u044b \u0434\u043b\u044f \u0441\u043e\u0437\u0430\u0432\u0438\u0441\u0438\u043c\u044b\u0445<\/a><br><a href=\"https:\/\/energypsy.ru\/?p=198\" target=\"_blank\" rel=\"noreferrer noopener\">3.6.3. \u0421\u043e\u0432\u0435\u0442\u044b \u0434\u043b\u044f \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u044b\u0445<\/a><br><a href=\"https:\/\/energypsy.ru\/?p=325\" target=\"_blank\" rel=\"noreferrer noopener\">3.6.4. \u042d\u043d\u0435\u0440\u0433\u0435\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u043a\u0430\u0440\u0442\u0430 \u00ab\u0417\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u0438\u00bb<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><a href=\"https:\/\/energypsy.ru\/?p=213\" target=\"_blank\" rel=\"noreferrer noopener\">3.7. \u0427\u0435\u043b\u043e\u0432\u0435\u043a \u0432 \u043a\u0440\u0438\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u0441\u0438\u0442\u0443\u0430\u0446\u0438\u0438<\/a><\/strong><br><a href=\"https:\/\/energypsy.ru\/?p=209\" target=\"_blank\" rel=\"noreferrer noopener\">3.7.1. \u041c\u0430\u043d\u044c\u044f\u043a<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><a href=\"https:\/\/energypsy.ru\/?p=954\" target=\"_blank\" rel=\"noreferrer noopener\">3.8. \u0421\u0435\u043a\u0440\u0435\u0442\u044b \u044d\u043d\u0435\u0440\u0433\u0435\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u0441\u0435\u043a\u0441\u0430. \u0422\u0430\u043d\u0442\u0440\u0430<\/a><\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><a href=\"https:\/\/energypsy.ru\/?p=484\">3.9. \u041f\u0420\u042f\u041c\u0410\u042f \u0414\u041e\u0420\u041e\u0413\u0410 \u041a \u0421\u0427\u0410\u0421\u0422\u042c\u042e<\/a><\/strong><br><a href=\"https:\/\/energypsy.ru\/?p=552\">3.9.1. \u041f\u043e\u0442\u043e\u043b\u043e\u043a \u0441\u0447\u0430\u0441\u0442\u044c\u044f<\/a><br><a href=\"https:\/\/energypsy.ru\/?p=489\">3.9.2. \u041a\u0443\u0446\u0435\u0435 \u0441\u0447\u0430\u0441\u0442\u044c\u044f \u0437\u043b\u043e\u0434\u0435\u044f<\/a><br><a href=\"https:\/\/energypsy.ru\/?p=492\">3.9.3. \u041d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0435 \u0441\u0447\u0430\u0441\u0442\u044c\u0435 \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0434\u043e\u0431\u0440\u043e\u0434\u0435\u0442\u0435\u043b\u0435\u0439<\/a><br><a href=\"https:\/\/energypsy.ru\/?p=958\" target=\"_blank\" rel=\"noreferrer noopener\">3.9.4. \u0427\u0442\u043e \u043e\u0431\u0449\u0435\u0433\u043e \u043c\u0435\u0436\u0434\u0443 \u043c\u0443\u0440\u0447\u0430\u043d\u0438\u0435\u043c \u043a\u043e\u0448\u043a\u0438, \u0441\u043c\u0435\u0445\u043e\u043c \u0438 \u043e\u0440\u0433\u0430\u0437\u043c\u043e\u043c?<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/energypsy.ru\/?p=179\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>4. \u041f\u0410\u0420\u0410\u0414\u041e\u041a\u0421\u042b. \u0418\u0422\u041e\u0413\u0418<\/strong>. <strong>\u0412\u042b\u0412\u041e\u0414\u042b<\/strong><\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><a href=\"https:\/\/energypsy.ru\/?p=274\" target=\"_blank\" rel=\"noreferrer noopener\">5. \u0414\u043e\u043a\u043b\u0430\u0434 \u043d\u0430 V \u043c\u0435\u0436\u0434\u0443\u043d\u0430\u0440\u043e\u0434\u043d\u043e\u0439 \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438 \u043f\u0441\u0438\u0445\u043e\u043b\u043e\u0433\u043e\u0432<\/a><\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><a href=\"https:\/\/energypsy.ru\/?p=2433\">6. \u042d\u043d\u0435\u0440\u0433\u0435\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u043f\u0440\u0438\u0447\u0438\u043d\u044b \u043f\u0440\u043e\u0438\u0441\u0445\u043e\u0434\u044f\u0449\u0438\u0445 \u0441\u0435\u0439\u0447\u0430\u0441 \u043d\u0430 \u043f\u043b\u0430\u043d\u0435\u0442\u0435 \u0417\u0435\u043c\u043b\u044f \u0441\u043e\u0431\u044b\u0442\u0438\u0439<\/a><\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><a href=\"https:\/\/energypsy.ru\/?p=281\">7. \u041a\u043d\u0438\u0433\u0430, \u043a\u0443\u0440\u0441\u044b<\/a><\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>&#x2718; &#x1f50d; \u0420\u0443\u0441\u0441\u043a\u0438\u0439 English Espa\u00f1ol \u0421\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435 \u0412\u0432\u0435\u0434\u0435\u043d\u0438\u0435 1. \u0422\u0435\u043e\u0440\u0438\u044f 1.1. \u041f\u0440\u0435\u0434\u043c\u0435\u0442 \u044d\u043d\u0435\u0440\u0433\u043e\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u043f\u0441\u0438\u0445\u043e\u043b\u043e\u0433\u0438\u04381.1.1. \u042d\u043d\u0435\u0440\u0433\u0438\u044f. \u0421\u0432\u043e\u0439\u0441\u0442\u0432\u04301.1.2. \u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f. \u0421\u0432\u043e\u0439\u0441\u0442\u0432\u0430 1.2. \u0422\u0440\u0438 \u0433\u043b\u0430\u0432\u043d\u044b\u0445 \u0417\u0430\u043a\u043e\u043d\u0430 \u0412\u0441\u0435\u043b\u0435\u043d\u043d\u043e\u0439 1.2.1. \u041f\u0435\u0440\u0432\u044b\u0439 \u0412\u0441\u0435\u043b\u0435\u043d\u0441\u043a\u0438\u0439 \u0437\u0430\u043a\u043e\u043d \u2013 \u0417\u0430\u043a\u043e\u043d \u041e\u0442\u0440\u0430\u0436\u0435\u043d\u0438\u044f 1.2.2. \u0412\u0442\u043e\u0440\u043e\u0439 \u0412\u0441\u0435\u043b\u0435\u043d\u0441\u043a\u0438\u0439 \u0437\u0430\u043a\u043e\u043d &#8211; \u0417\u0430\u043a\u043e\u043d \u041f\u043e\u0434\u043e\u0431\u0438\u044f 1.2.3. \u0422\u0440\u0435\u0442\u0438\u0439 \u0412\u0441\u0435\u043b\u0435\u043d\u0441\u043a\u0438\u0439 \u0437\u0430\u043a\u043e\u043d \u2013 \u0417\u0430\u043a\u043e\u043d \u0415\u0434\u0438\u043d\u0441\u0442\u0432\u0430 1.2.4. \u0417\u0430\u043a\u043e\u043d \u041f\u0440\u043e\u0442\u0438\u0432\u043e\u043f\u043e\u043b\u043e\u0436\u043d\u043e\u0441\u0442\u0435\u0439 1.2.5. \u0417\u0430\u043a\u043e\u043d \u041a\u0430\u0440\u043c\u044b 1.2.6. \u0417\u0430\u043a\u043e\u043d \u0421\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0439 \u0412\u043e\u043b\u0438 1.2.7. \u0417\u0430\u043a\u043e\u043d [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":104,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-6","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/energypsy.ru\/index.php?rest_route=\/wp\/v2\/pages\/6","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/energypsy.ru\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/energypsy.ru\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/energypsy.ru\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/energypsy.ru\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6"}],"version-history":[{"count":196,"href":"https:\/\/energypsy.ru\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions"}],"predecessor-version":[{"id":3047,"href":"https:\/\/energypsy.ru\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions\/3047"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/energypsy.ru\/index.php?rest_route=\/wp\/v2\/media\/104"}],"wp:attachment":[{"href":"https:\/\/energypsy.ru\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}