{"id":942,"date":"2024-04-10T18:56:48","date_gmt":"2024-04-10T15:56:48","guid":{"rendered":"https:\/\/energypsy.ru\/?p=942"},"modified":"2025-03-06T20:20:27","modified_gmt":"2025-03-06T17:20:27","slug":"%d0%b2%d0%be%d1%81%d0%bf%d0%b8%d1%82%d0%b0%d0%bd%d0%b8%d0%b5-%d0%b4%d0%b5%d1%82%d0%b5%d0%b9","status":"publish","type":"post","link":"https:\/\/energypsy.ru\/?p=942","title":{"rendered":"\u0412\u041e\u0421\u041f\u0418\u0422\u0410\u041d\u0418\u0415 \u0414\u0415\u0422\u0415\u0419"},"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\n<p class=\"wp-block-paragraph\"><a href=\"http:\/\/izmeni-sudbu.ru\/wp-content\/uploads\/11-Newborn-Baby-Very-Sad.jpg\"><\/a><\/p>\n\n\n\n<p class=\"has-text-align-center wp-block-paragraph\">\u041a\u0422\u041e \u041a\u041e\u0413\u041e \u0411\u0423\u0414\u0415\u0422 \u0412\u041e\u0421\u041f\u0418\u0422\u042b\u0412\u0410\u0422\u042c?<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"606\" src=\"https:\/\/energypsy.ru\/wp-content\/uploads\/2024\/04\/11-Newborn-Baby-Very-Sad.jpg\" alt=\"\" class=\"wp-image-943\" srcset=\"https:\/\/energypsy.ru\/wp-content\/uploads\/2024\/04\/11-Newborn-Baby-Very-Sad.jpg 800w, https:\/\/energypsy.ru\/wp-content\/uploads\/2024\/04\/11-Newborn-Baby-Very-Sad-300x227.jpg 300w, https:\/\/energypsy.ru\/wp-content\/uploads\/2024\/04\/11-Newborn-Baby-Very-Sad-768x582.jpg 768w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-right has-accent-color has-text-color has-link-color wp-elements-bfe1ed50dc68033abd71fe8343fd438f wp-block-paragraph\"><strong><em>\u00ab\u0414\u0435\u0442\u0435\u0439 \u0432\u043e\u0441\u043f\u0438\u0442\u044b\u0432\u0430\u0435\u0442 \u0442\u043e,<br>\u0447\u0435\u043c \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0432\u0437\u0440\u043e\u0441\u043b\u044b\u0439 \u0447\u0435\u043b\u043e\u0432\u0435\u043a,<\/em><\/strong><br><strong><em>\u0430 \u043d\u0435 \u0442\u043e, \u0447\u0442\u043e \u043e\u043d \u0433\u043e\u0432\u043e\u0440\u0438\u0442<\/em><\/strong>\u00bb,&nbsp;<strong><em>&#8211; \u041a.\u0413. \u042e\u043d\u0433.&nbsp;<\/em><\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u041e\u0431\u044b\u0447\u043d\u044b\u0439 \u0441\u043e\u0432\u0435\u0442 \u21161.<\/strong> \u0420\u0430\u0441\u0441\u043c\u043e\u0442\u0440\u0438\u043c \u0442\u0438\u043f\u0438\u0447\u043d\u0443\u044e \u0441\u0438\u0442\u0443\u0430\u0446\u0438\u044e, \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c \u0440\u0435\u0431\u0451\u043d\u043e\u043a \u0437\u0430\u0445\u043e\u0442\u0435\u043b \u0438\u0433\u0440\u0443\u0448\u043a\u0443 \u0438 \u0435\u043c\u0443 \u0432 \u044d\u0442\u043e\u043c \u043f\u043e \u043a\u0430\u043a\u043e\u0439-\u0442\u043e \u043f\u0440\u0438\u0447\u0438\u043d\u0435 \u043e\u0442\u043a\u0430\u0437\u0430\u043b\u0438. \u041e\u043d \u0437\u0430\u043f\u043b\u0430\u043a\u0430\u043b \u0438 \u0442\u0443\u0442 \u0436\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u043b \u0437\u0430\u0432\u0435\u0442\u043d\u0443\u044e \u0438\u0433\u0440\u0443\u0448\u043a\u0443. \u0422\u0430\u043a \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u0438 \u043f\u0440\u0438\u0443\u0447\u0430\u044e\u0442 \u0441\u0432\u043e\u0435\u0433\u043e \u0440\u0435\u0431\u0451\u043d\u043a\u0430 \u043a\u0430\u043f\u0440\u0438\u0437\u043d\u0438\u0447\u0430\u0442\u044c. \u0422\u0430\u043a\u043e\u0439 \u0432\u044b\u0432\u043e\u0434 \u0443 \u043c\u043d\u043e\u0433\u0438\u0445 \u0432\u044b\u0437\u043e\u0432\u0435\u0442 \u043d\u0435\u0434\u043e\u0443\u043c\u0435\u043d\u0438\u0435, \u0432\u0435\u0434\u044c \u044d\u0442\u043e \u0441\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u043d\u043e \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u0430\u044f \u0440\u0435\u0430\u043a\u0446\u0438\u044f \u043b\u044e\u0431\u044f\u0449\u0438\u0445 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u0435\u0439 \u043d\u0430 \u043f\u043b\u0430\u0447 \u0441\u0432\u043e\u0435\u0433\u043e \u0440\u0435\u0431\u0451\u043d\u043a\u0430. \u0427\u0442\u043e\u0431\u044b \u0441\u0442\u0430\u043b\u043e \u043f\u043e\u043d\u044f\u0442\u043d\u0435\u0439, \u0440\u0430\u0441\u0441\u043c\u043e\u0442\u0440\u0438\u043c \u0431\u043e\u043b\u0435\u0435 \u043e\u0441\u0442\u0440\u0443\u044e \u0441\u0438\u0442\u0443\u0430\u0446\u0438\u044e, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u043e\u0442 \u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0435\u0433\u043e \u0441\u043b\u0443\u0447\u0430\u044f \u043e\u0442\u043b\u0438\u0447\u0430\u0435\u0442\u0441\u044f \u043b\u0438\u0448\u044c \u0438\u043d\u0442\u0435\u043d\u0441\u0438\u0432\u043d\u043e\u0441\u0442\u044c\u044e. \u0420\u0435\u0431\u0451\u043d\u043e\u043a \u0437\u0430\u0445\u043e\u0442\u0435\u043b \u0438\u0433\u0440\u0443\u0448\u043a\u0443. \u0412\u044b \u043e\u0442\u043a\u0430\u0437\u0430\u043b\u0438. \u0422\u043e\u0433\u0434\u0430 \u043e\u043d \u0443\u043f\u0430\u043b \u043d\u0430 \u043f\u043e\u043b \u0438 \u0441\u0442\u0430\u043b \u0431\u0438\u0442\u044c\u0441\u044f \u0432 \u0438\u0441\u0442\u0435\u0440\u0438\u043a\u0435, \u043d\u0430\u0441\u0442\u0430\u0438\u0432\u0430\u044f \u043d\u0430 \u0441\u0432\u043e\u0451\u043c. \u0427\u0442\u043e \u0431\u0443\u0434\u0435\u0442, \u0435\u0441\u043b\u0438 \u0435\u043c\u0443 \u0443\u0441\u0442\u0443\u043f\u0438\u0442\u044c? \u0412\u0441\u0451&nbsp; \u043f\u0440\u043e\u0441\u0442\u043e, \u0440\u0435\u0431\u0451\u043d\u043e\u043a \u043d\u0430\u0439\u0434\u0451\u0442 \u0443\u0434\u0430\u0447\u043d\u044b\u0439 \u0441\u043f\u043e\u0441\u043e\u0431 \u043e\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043b\u044f\u0442\u044c \u0441\u0432\u043e\u0438 \u0436\u0435\u043b\u0430\u043d\u0438\u044f \u0438 \u0431\u0443\u0434\u0435\u0442 \u0435\u0433\u043e \u0432 \u0434\u0430\u043b\u044c\u043d\u0435\u0439\u0448\u0435\u043c \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c. \u041d\u0430\u0434\u043e \u043b\u0438 \u0433\u043e\u0432\u043e\u0440\u0438\u0442\u044c, \u0447\u0442\u043e \u044d\u0442\u043e \u0444\u043e\u0440\u043c\u0438\u0440\u0443\u0435\u0442 \u043e\u0442\u0440\u0438\u0446\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u0447\u0435\u0440\u0442\u044b \u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0430. \u0415\u0441\u043b\u0438 \u0440\u0435\u0431\u0451\u043d\u043e\u043a \u043f\u043b\u0430\u0447\u0435\u0442, \u0442\u043e, \u043f\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043c \u0447\u0442\u043e-\u043b\u0438\u0431\u043e \u043f\u0440\u0435\u0434\u043f\u0440\u0438\u043d\u044f\u0442\u044c, \u0441\u043b\u0435\u0434\u0443\u0435\u0442 \u0437\u0430\u0434\u0430\u0442\u044c\u0441\u044f \u0432\u043e\u043f\u0440\u043e\u0441\u043e\u043c: \u00ab\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u043b\u0438 \u043e\u043d \u0438\u0441\u043f\u044b\u0442\u044b\u0432\u0430\u0435\u0442 \u0432 \u0447\u0451\u043c-\u043b\u0438\u0431\u043e \u043d\u0443\u0436\u0434\u0443 \u0438\u043b\u0438 \u044d\u0442\u043e \u043a\u0430\u043f\u0440\u0438\u0437?\u00bb \u0415\u0441\u043b\u0438 \u044d\u0442\u043e \u043d\u0443\u0436\u0434\u0430 (\u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440 \u0440\u0435\u0431\u0451\u043d\u043e\u043a \u0433\u043e\u043b\u043e\u0434\u0435\u043d), \u0442\u043e\u0433\u0434\u0430, \u043a\u043e\u043d\u0435\u0447\u043d\u043e, \u0435\u0435 \u0441\u043b\u0435\u0434\u0443\u0435\u0442 \u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u0438\u0442\u044c, \u0435\u0441\u043b\u0438 \u0436\u0435 \u043a\u0430\u043f\u0440\u0438\u0437, \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u0435 \u0432\u043d\u0438\u043c\u0430\u043d\u0438\u044f, \u0442\u043e, \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c, \u043b\u0443\u0447\u0448\u0435 \u0432\u0441\u0435\u0433\u043e \u043f\u0440\u043e\u0438\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u041e\u0431\u044b\u0447\u043d\u044b\u0439 \u0441\u043e\u0432\u0435\u0442 \u21162.<\/strong> \u0420\u0430\u0441\u0441\u043c\u043e\u0442\u0440\u0438\u043c \u0442\u0435\u043f\u0435\u0440\u044c \u0443\u0441\u043f\u0435\u0445\u0438 \u0440\u0435\u0431\u0451\u043d\u043a\u0430, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u043f\u0435\u0440\u0432\u044b\u0435 \u0441\u043b\u043e\u0432\u0430 \u0438\u043b\u0438 \u043f\u0435\u0440\u0432\u044b\u0435 \u0448\u0430\u0433\u0438. \u0415\u0441\u043b\u0438 \u0412\u044b \u0442\u0430\u043a\u043e\u0435 \u0441\u043e\u0431\u044b\u0442\u0438\u0435 \u043f\u0440\u043e\u0441\u0442\u043e \u0441\u0443\u0445\u043e \u043e\u0442\u043c\u0435\u0442\u0438\u0442\u0435 \u043f\u0440\u043e \u0441\u0435\u0431\u044f \u0438 \u043f\u043e\u0439\u0434\u0451\u0442\u0435 \u0434\u0430\u043b\u044c\u0448\u0435 \u0440\u0435\u0448\u0430\u0442\u044c \u0441\u0432\u043e\u0438 \u043d\u0435\u043e\u0442\u043b\u043e\u0436\u043d\u044b\u0435 \u0437\u0430\u0434\u0430\u0447\u0438, \u0442\u043e \u0441\u043e\u0432\u0435\u0440\u0448\u0438\u0442\u0435&nbsp; \u0431\u043e\u043b\u044c\u0448\u0443\u044e \u043e\u0448\u0438\u0431\u043a\u0443. \u0417\u0434\u0435\u0441\u044c \u043d\u0435 \u043d\u0430\u0434\u043e \u0441\u043a\u0443\u043f\u0438\u0442\u044c\u0441\u044f \u043d\u0430 \u043f\u043e\u0445\u0432\u0430\u043b\u0443 \u0438 \u043a\u043e\u043c\u043f\u043b\u0438\u043c\u0435\u043d\u0442\u044b. \u0421\u0442\u043e\u0438\u0442 \u0432\u0441\u043f\u043e\u043c\u0438\u043d\u0430\u0442\u044c \u044d\u0442\u0443 \u0435\u0433\u043e \u043c\u0430\u043b\u0435\u043d\u044c\u043a\u0443\u044e \u043f\u043e\u0431\u0435\u0434\u0443 \u0432\u043d\u043e\u0432\u044c \u0438 \u0432\u043d\u043e\u0432\u044c. \u0422\u043e\u0433\u0434\u0430 \u0440\u0435\u0431\u0451\u043d\u043e\u043a \u0431\u0443\u0434\u0435\u0442 \u0441\u0442\u0440\u0435\u043c\u0438\u0442\u044c\u0441\u044f \u043f\u043e\u043a\u043e\u0440\u044f\u0442\u044c \u0432\u0441\u0451 \u043d\u043e\u0432\u044b\u0435 \u0438 \u043d\u043e\u0432\u044b\u0435 \u0432\u0435\u0440\u0448\u0438\u043d\u044b. \u0415\u0433\u043e \u0441\u043f\u043e\u0441\u043e\u0431\u043d\u043e\u0441\u0442\u044c \u0438 \u0436\u0435\u043b\u0430\u043d\u0438\u0435 \u0434\u043e\u0441\u0442\u0438\u0433\u0430\u0442\u044c \u0443\u0441\u043f\u0435\u0445\u043e\u0432 \u0444\u043e\u0440\u043c\u0438\u0440\u0443\u044e\u0442\u0441\u044f \u0438\u043c\u0435\u043d\u043d\u043e \u0441\u0435\u0439\u0447\u0430\u0441 \u0412\u0430\u0448\u0435\u0439 \u0440\u0435\u0430\u043a\u0446\u0438\u0435\u0439.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u041e\u0431\u044b\u0447\u043d\u044b\u0439 \u0441\u043e\u0432\u0435\u0442 \u21163.<\/strong> \u041a\u0430\u043a \u0431\u044b\u0442\u044c \u0441 \u0442\u0440\u0443\u0434\u043d\u044b\u043c, \u043d\u0435\u043f\u043e\u0441\u043b\u0443\u0448\u043d\u044b\u043c \u0440\u0435\u0431\u0451\u043d\u043a\u043e\u043c, \u043d\u0430\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u043b\u0438 \u0435\u0433\u043e? \u0412\u043d\u0430\u0447\u0430\u043b\u0435 \u0441\u043b\u0435\u0434\u0443\u0435\u0442 \u043f\u043e\u043f\u0440\u043e\u0431\u043e\u0432\u0430\u0442\u044c \u043e\u0431\u044a\u044f\u0441\u043d\u0438\u0442\u044c \u0435\u043c\u0443 \u043d\u0435\u0433\u0430\u0440\u043c\u043e\u043d\u0438\u0447\u043d\u043e\u0441\u0442\u044c \u0435\u0433\u043e \u043f\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u044f. \u0415\u0441\u043b\u0438 \u044d\u0442\u043e \u043d\u0435 \u043f\u043e\u043c\u043e\u0433\u0430\u0435\u0442, \u0442\u043e \u0441\u043b\u0435\u0434\u0443\u0435\u0442 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0435\u0433\u043e \u0432 \u0443\u0434\u043e\u0432\u043e\u043b\u044c\u0441\u0442\u0432\u0438\u044f\u0445. \u0415\u0441\u043b\u0438 \u0438 \u044d\u0442\u043e \u043d\u0435 \u043f\u0440\u0438\u043d\u043e\u0441\u0438\u0442 \u0436\u0435\u043b\u0430\u0435\u043c\u043e\u0433\u043e \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430, \u0442\u043e \u043d\u0430\u043a\u0430\u0436\u0438\u0442\u0435 \u0435\u0433\u043e. \u041d\u0430\u043a\u0430\u0437\u044b\u0432\u0430\u044f \u0440\u0435\u0431\u0451\u043d\u043a\u0430 \u0437\u0430 \u043f\u0440\u043e\u0441\u0442\u0443\u043f\u043a\u0438, \u043d\u0435 \u0437\u0430\u0431\u044b\u0432\u0430\u0439\u0442\u0435 \u0435\u0433\u043e \u0445\u0432\u0430\u043b\u0438\u0442\u044c \u0437\u0430 \u0445\u043e\u0440\u043e\u0448\u0438\u0435 \u0434\u0435\u043b\u0430. \u0412\u0441\u0451 \u044d\u0442\u043e \u0432 \u043a\u043e\u043c\u043f\u043b\u0435\u043a\u0441\u0435 \u0434\u043e\u043b\u0436\u043d\u043e \u043f\u0435\u0440\u0435\u043b\u043e\u043c\u0438\u0442\u044c \u0441\u0438\u0442\u0443\u0430\u0446\u0438\u044e \u0438 \u0440\u0435\u0431\u0451\u043d\u043e\u043a \u0434\u043e\u043b\u0436\u0435\u043d \u043d\u0430\u0447\u0430\u0442\u044c \u0432\u0435\u0441\u0442\u0438 \u0441\u0435\u0431\u044f \u0430\u0434\u0435\u043a\u0432\u0430\u0442\u043d\u043e.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u041f\u0440\u0438\u0431\u043b\u0438\u0437\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0442\u0430\u043a \u0432\u044b\u0433\u043b\u044f\u0434\u044f\u0442 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u044b\u0435 \u0441\u043e\u0432\u0435\u0442\u044b \u043f\u043e \u0432\u043e\u0441\u043f\u0438\u0442\u0430\u043d\u0438\u044e \u0440\u0435\u0431\u0451\u043d\u043a\u0430 \u0434\u043e \u043e\u0441\u043e\u0437\u043d\u0430\u043d\u0438\u044f \u043f\u0435\u0440\u0432\u043e\u0441\u0442\u0435\u043f\u0435\u043d\u043d\u043e\u0439 \u0432\u0430\u0436\u043d\u043e\u0441\u0442\u0438 <a href=\"http:\/\/izmeni-sudbu.ru\/einstein_law\/\" target=\"_blank\" rel=\"noreferrer noopener\">\u041e\u0441\u043d\u043e\u0432\u043d\u043e\u0433\u043e \u0437\u0430\u043a\u043e\u043d\u0430 \u0442\u043e\u043d\u043a\u043e\u0433\u043e \u044d\u043d\u0435\u0440\u0433\u043e\u043e\u0431\u043c\u0435\u043d\u0430<\/a>. \u0417\u0430\u043a\u043e\u043d \u043d\u0435 \u043e\u0442\u043c\u0435\u043d\u044f\u0435\u0442 \u044d\u0442\u0438\u0445 \u0441\u043e\u0432\u0435\u0442\u043e\u0432, \u043d\u043e \u043e\u0442\u043a\u0440\u044b\u0432\u0430\u0435\u0442 \u043d\u043e\u0432\u043e\u0435 \u0438\u0437\u043c\u0435\u0440\u0435\u043d\u0438\u0435 \u0432 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0435 \u0432\u043e\u0441\u043f\u0438\u0442\u0430\u043d\u0438\u044f, \u043f\u043e\u0441\u043a\u043e\u043b\u044c\u043a\u0443 \u0441\u0442\u0430\u0432\u0438\u0442 \u0432\u043e \u0433\u043b\u0430\u0432\u0443 \u0443\u0433\u043b\u0430 \u0438\u043c\u0435\u043d\u043d\u043e \u043f\u043e\u0442\u043e\u043a\u0438 \u0442\u043e\u043d\u043a\u043e\u0439 \u044d\u043d\u0435\u0440\u0433\u0438\u0438.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u0421\u0434\u0435\u043b\u0430\u0442\u044c \u0442\u0430\u043a, \u0447\u0442\u043e\u0431\u044b \u0432\u043e\u0441\u0445\u043e\u0434\u044f\u0449\u0438\u0439 \u0441\u043f\u043e\u0441\u043e\u0431 \u044d\u043d\u0435\u0440\u0433\u043e\u043e\u0431\u043c\u0435\u043d\u0430 \u0441\u0442\u0430\u043b \u043e\u0441\u043d\u043e\u0432\u043d\u044b\u043c \u0434\u043b\u044f \u0440\u0435\u0431\u0451\u043d\u043a\u0430, \u2014 \u044d\u0442\u043e \u0433\u043b\u0430\u0432\u043d\u0430\u044f \u0437\u0430\u0434\u0430\u0447\u0430 \u0432\u043e\u0441\u043f\u0438\u0442\u0430\u043d\u0438\u044f.<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u041f\u0440\u0430\u043a\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0432\u0441\u0435 \u043b\u044e\u0434\u0438 \u0442\u0430\u043a \u0438\u043b\u0438 \u0438\u043d\u0430\u0447\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0442 <a href=\"http:\/\/izmeni-sudbu.ru\/%d0%b4%d0%b2%d0%b0-%d1%81%d0%bf%d0%be%d1%81%d0%be%d0%b1%d0%b0-%d0%bf%d0%be%d0%bb%d1%83%d1%87%d0%b5%d0%bd%d0%b8%d1%8f-%d1%82%d0%be%d0%bd%d0%ba%d0%be%d0%b9-%d1%8d%d0%bd%d0%b5%d1%80%d0%b3%d0%b8%d0%b8\/\">\u043e\u0431\u0430 \u0441\u043f\u043e\u0441\u043e\u0431\u0430 \u044d\u043d\u0435\u0440\u0433\u043e\u043e\u0431\u043c\u0435\u043d\u0430 \u0432 \u0441\u0432\u043e\u0435\u0439 \u0436\u0438\u0437\u043d\u0438<\/a>. \u041d\u043e \u0443 \u043e\u0434\u043d\u0438\u0445 \u0434\u043e\u043c\u0438\u043d\u0438\u0440\u0443\u0435\u0442 \u0432\u043e\u0441\u0445\u043e\u0434\u044f\u0449\u0438\u0439 \u043f\u043e\u0442\u043e\u043a, \u0438 \u043e\u043d\u0438 \u043d\u0430\u0445\u043e\u0434\u044f\u0442\u0441\u044f \u043d\u0430 \u043f\u0443\u0442\u0438 \u0434\u0443\u0448\u0435\u0432\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0435\u0441\u0441\u0430, \u0430 \u0443 \u0434\u0440\u0443\u0433\u0438\u0445 \u043d\u0438\u0441\u0445\u043e\u0434\u044f\u0449\u0438\u0439, \u043f\u0440\u0438\u0432\u043e\u0434\u044f\u0449\u0438\u0439 \u043a \u0438\u0445 \u0434\u0443\u0445\u043e\u0432\u043d\u043e\u0439 \u0434\u0435\u0433\u0440\u0430\u0434\u0430\u0446\u0438\u0438. \u0420\u0435\u0431\u0451\u043d\u043e\u043a \u0432\u044b\u043d\u0443\u0436\u0434\u0435\u043d \u043f\u0440\u0438\u0441\u043f\u043e\u0441\u0430\u0431\u043b\u0438\u0432\u0430\u0442\u044c\u0441\u044f \u043a \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f\u043c. \u041e\u043d \u0440\u043e\u0436\u0434\u0430\u0435\u0442\u0441\u044f \u0443\u0436\u0435 \u0441 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u044b\u043c\u0438 \u0437\u0430\u0434\u0430\u0442\u043a\u0430\u043c\u0438, \u043e\u0434\u043d\u0430\u043a\u043e \u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u0441 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f\u043c\u0438, \u043d\u0435\u0441\u043e\u043c\u043d\u0435\u043d\u043d\u043e, \u0444\u043e\u0440\u043c\u0438\u0440\u0443\u0435\u0442 \u0435\u0433\u043e \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u044c \u0438 \u0441\u043f\u043e\u0441\u043e\u0431 \u044d\u043d\u0435\u0440\u0433\u043e\u043e\u0431\u043c\u0435\u043d\u0430 \u0441 \u043c\u0438\u0440\u043e\u043c. \u0421\u0440\u0430\u0437\u0443 \u043f\u043e\u0441\u043b\u0435 \u0440\u043e\u0436\u0434\u0435\u043d\u0438\u044f \u0440\u0435\u0431\u0451\u043d\u043e\u043a \u043f\u0440\u043e\u0441\u0442\u043e \u043a\u0443\u043f\u0430\u0435\u0442\u0441\u044f \u0432 \u043f\u043e\u0442\u043e\u043a\u0435 \u043b\u044e\u0431\u0432\u0438 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u0435\u0439, \u0431\u0430\u0431\u0443\u0448\u0435\u043a \u0438 \u0434\u0435\u0434\u0443\u0448\u0435\u043a. \u041e\u043d \u0446\u0435\u043d\u0442\u0440 \u0432\u043d\u0438\u043c\u0430\u043d\u0438\u044f. \u042d\u0442\u043e \u0432\u043e\u0441\u0445\u043e\u0434\u044f\u0449\u0438\u0439 \u043f\u043e\u0442\u043e\u043a. \u041f\u043e \u043c\u0435\u0440\u0435 \u0440\u043e\u0441\u0442\u0430 \u0438 \u0432\u0437\u0440\u043e\u0441\u043b\u0435\u043d\u0438\u044f \u0440\u0435\u0431\u0451\u043d\u043a\u0430 \u043f\u043e\u0442\u043e\u043a \u043b\u044e\u0431\u0432\u0438, \u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043d\u044b\u0439 \u043a \u043d\u0435\u043c\u0443, \u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0441\u044f \u0443\u0436\u0435 \u043d\u0435 \u0442\u0430\u043a\u0438\u043c \u0438\u043d\u0442\u0435\u043d\u0441\u0438\u0432\u043d\u044b\u043c, \u043a\u0430\u043a \u043f\u0440\u0435\u0436\u0434\u0435. \u0420\u0435\u0431\u0451\u043d\u043e\u043a \u043d\u0430\u0447\u0438\u043d\u0430\u0435\u0442 \u043f\u0440\u043e\u0432\u043e\u0434\u0438\u0442\u044c \u0431\u0435\u0441\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u044b\u0435 \u044d\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u044b \u0441 \u0446\u0435\u043b\u044c\u044e \u0443\u0432\u0435\u043b\u0438\u0447\u0435\u043d\u0438\u044f \u043f\u043e\u0442\u043e\u043a\u0430 \u043b\u044e\u0431\u0432\u0438. \u041a\u043e\u043d\u0435\u0447\u043d\u043e, \u0440\u0435\u0431\u0451\u043d\u043e\u043a \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u0435\u0442 \u043d\u0435\u043e\u0441\u043e\u0437\u043d\u0430\u043d\u043d\u043e, \u043e\u043d \u043f\u0440\u043e\u0441\u0442\u043e \u0438\u0449\u0435\u0442 \u041b\u044e\u0431\u0432\u0438, \u043a\u0430\u043a \u0446\u0432\u0435\u0442\u043e\u043a \u0438\u0449\u0435\u0442 \u0421\u043e\u043b\u043d\u0446\u0435. \u0418 \u0437\u0434\u0435\u0441\u044c \u043d\u0430\u0447\u0438\u043d\u0430\u0435\u0442 \u0444\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u0441\u0430\u043c\u0430\u044f \u0433\u043b\u0430\u0432\u043d\u0430\u044f \u0447\u0435\u0440\u0442\u0430 \u0435\u0433\u043e \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438 \u2014 \u0434\u043e\u043c\u0438\u043d\u0438\u0440\u0443\u044e\u0449\u0438\u0439 \u0441\u043f\u043e\u0441\u043e\u0431 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0442\u043e\u043d\u043a\u043e\u0439 \u044d\u043d\u0435\u0440\u0433\u0438\u0438.<\/p>\n\n\n\n<p class=\"has-text-align-right has-accent-color has-text-color has-link-color wp-elements-f1f8cc92d67b0041d9d7b0c232dbe366 wp-block-paragraph\"><strong>&nbsp;\u00ab\u0411\u044b\u0442\u044c \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u0435\u043c \u2014 \u044d\u0442\u043e \u043d\u0435 \u043e \u0442\u043e\u043c, \u043a\u0430\u043a \u0440\u0430\u0441\u0442\u0438\u0442\u044c \u0434\u0435\u0442\u0435\u0439, <\/strong><br><strong>\u0430 \u043e \u0442\u043e\u043c, \u043a\u0430\u043a \u0440\u0430\u0441\u0442\u0438 \u0441\u0430\u043c\u043e\u043c\u0443\u00bb, &#8211;&nbsp;\u0414\u0440. \u0428\u0435\u0444\u0430\u043b\u0438.<\/strong><\/p>\n\n\n\n<p class=\"has-text-align-right has-accent-color has-text-color has-link-color wp-elements-76e9396006d5a710d8be28034d24ac81 wp-block-paragraph\"><strong>\u00ab\u041a\u043e\u0433\u0434\u0430 \u0440\u0435\u0431\u0435\u043d\u043e\u043a \u043d\u0435\u0440\u0432\u043d\u044b\u0439, \u043f\u0440\u0435\u0436\u0434\u0435 \u0432\u0441\u0435\u0433\u043e \u043d\u0430\u0434\u043e<\/strong><br><strong>\u043b\u0435\u0447\u0438\u0442\u044c \u0435\u0433\u043e \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u0435\u0439\u2026\u00bb &#8211;&nbsp;\u0410\u0433\u043d\u0438\u044f \u0411\u0430\u0440\u0442\u043e.<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u0422\u043e\u043d\u043a\u0438\u0439 \u0441\u043e\u0432\u0435\u0442 \u21161.<\/strong> \u041a\u0430\u043a \u0436\u0435 \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u0441\u044f \u0441\u043e\u0432\u0435\u0442 \u043f\u0440\u043e\u0438\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u043b\u0430\u0447 \u0440\u0435\u0431\u0451\u043d\u043a\u0430 \u0441 \u0446\u0435\u043b\u044c\u044e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0438\u0433\u0440\u0443\u0448\u043a\u0443 \u043f\u0440\u0438 \u043e\u0441\u043e\u0437\u043d\u0430\u043d\u0438\u0438 \u043f\u0435\u0440\u0432\u043e\u0441\u0442\u0435\u043f\u0435\u043d\u043d\u043e\u0439 \u0432\u0430\u0436\u043d\u043e\u0441\u0442\u0438 \u0437\u0430\u043a\u043e\u043d\u0430 \u0442\u043e\u043d\u043a\u043e\u0433\u043e \u044d\u043d\u0435\u0440\u0433\u043e\u043e\u0431\u043c\u0435\u043d\u0430?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u041f\u0440\u0435\u0436\u0434\u0435 \u0432\u0441\u0435\u0433\u043e, \u0431\u0443\u0434\u0435\u0442 \u043f\u0435\u0440\u0435\u043d\u0435\u0441\u0435\u043d \u0430\u043a\u0446\u0435\u043d\u0442 \u0441 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f \u00ab\u043f\u0440\u043e\u0438\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u00bb \u043d\u0430 \u0432\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u0435\u0435 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f. \u0415\u0441\u043b\u0438 \u0412\u044b \u043f\u043e\u0441\u0442\u0443\u043f\u0438\u043b\u0438 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u0438 \u043f\u0440\u043e\u0438\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u043b\u0438 \u043a\u0430\u043f\u0440\u0438\u0437 \u0440\u0435\u0431\u0451\u043d\u043a\u0430, \u043d\u043e \u0432\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u0435 \u0432\u043e\u0437\u043c\u0443\u0449\u0435\u043d\u044b \u0435\u0433\u043e \u043f\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u0435\u043c, \u0442\u043e \u043f\u043e\u0434\u043f\u0438\u0442\u044b\u0432\u0430\u0435\u0442\u0435 \u0441\u0432\u043e\u0435\u0433\u043e \u0440\u0435\u0431\u0451\u043d\u043a\u0430 \u044d\u043d\u0435\u0440\u0433\u0438\u0435\u0439 \u043d\u0430 \u043d\u0438\u0441\u0445\u043e\u0434\u044f\u0449\u0435\u043c \u043f\u043e\u0442\u043e\u043a\u0435. \u0420\u0435\u0431\u0451\u043d\u043e\u043a, \u043f\u043e\u043b\u0443\u0447\u0438\u0432 \u0432\u043e\u043b\u043d\u0443 \u044d\u043d\u0435\u0440\u0433\u0438\u0438 \u043b\u044e\u0431\u0432\u0438, \u043d\u0435\u0441\u043e\u043c\u043d\u0435\u043d\u043d\u043e, \u0431\u0443\u0434\u0435\u0442 \u0443\u0441\u0438\u043b\u0438\u0432\u0430\u0442\u044c \u0441\u0432\u043e\u0438 \u043a\u0430\u043f\u0440\u0438\u0437\u044b.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"http:\/\/izmeni-sudbu.ru\/wp-content\/uploads\/\u0440\u0443\u0433\u0430\u0435\u043c.jpg\"><img decoding=\"async\" src=\"http:\/\/izmeni-sudbu.ru\/wp-content\/uploads\/\u0440\u0443\u0433\u0430\u0435\u043c-1024x923.jpg\" alt=\"\u0440\u0443\u0433\u0430\u0435\u043c\" class=\"wp-image-1573\"\/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">\u041f\u043e\u044d\u0442\u043e\u043c\u0443 \u043c\u0430\u043b\u043e \u043f\u0440\u043e\u0441\u0442\u043e \u043d\u0435 \u0434\u0430\u0442\u044c \u0440\u0435\u0431\u0451\u043d\u043a\u0443 \u0438\u0433\u0440\u0443\u0448\u043a\u0443, \u043a\u0440\u0430\u0439\u043d\u0435 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043f\u0440\u0438 \u044d\u0442\u043e\u043c \u0441\u0430\u043c\u043e\u043c\u0443 \u043d\u0435 \u0440\u0430\u0437\u0434\u0440\u0430\u0436\u0430\u0442\u044c\u0441\u044f, \u0430 \u0431\u044b\u0442\u044c \u0432 \u041b\u044e\u0431\u0432\u0438. \u00ab\u042d\u0442\u043e \u0436\u0435 \u043f\u0440\u043e\u0442\u0438\u0432\u043e\u0435\u0441\u0442\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u00bb, \u2014 &nbsp;\u0441\u043a\u0430\u0436\u0435\u0442\u0435 \u0412\u044b \u0438 \u0431\u0443\u0434\u0435\u0442\u0435 \u0430\u0431\u0441\u043e\u043b\u044e\u0442\u043d\u043e \u043f\u0440\u0430\u0432\u044b! <strong>\u041e\u0441\u043e\u0437\u043d\u0430\u043d\u0438\u0435 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0433\u043e \u0437\u0430\u043a\u043e\u043d\u0430 \u0442\u0440\u0435\u0431\u0443\u0435\u0442, \u0447\u0442\u043e\u0431\u044b \u0432 \u043f\u043e\u0432\u0441\u0435\u0434\u043d\u0435\u0432\u043d\u043e\u0439 \u0436\u0438\u0437\u043d\u0438, \u0432 \u043e\u0431\u0449\u0435\u043d\u0438\u0438 \u0441 \u0434\u0440\u0443\u0433\u0438\u043c\u0438 \u043b\u044e\u0434\u044c\u043c\u0438 \u043f\u0440\u0438\u0431\u043b\u0438\u0437\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u043f\u043e\u043b\u043e\u0432\u0438\u043d\u0430 \u043d\u0430\u0448\u0438\u0445 \u0435\u0441\u0442\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0445 \u0440\u0435\u0430\u043a\u0446\u0438\u0439 \u0431\u044b\u043b\u0430 \u0437\u0430\u043c\u0435\u043d\u0435\u043d\u0430 \u043f\u0440\u044f\u043c\u043e \u043f\u0440\u043e\u0442\u0438\u0432\u043e\u043f\u043e\u043b\u043e\u0436\u043d\u044b\u043c\u0438.<\/strong> \u0418 \u0432 \u043d\u0430\u0448\u0435\u043c \u0441\u043b\u0443\u0447\u0430\u0435 \u0442\u0430\u043a\u0430\u044f \u0437\u0430\u043c\u0435\u043d\u0430 \u0447\u0440\u0435\u0437\u0432\u044b\u0447\u0430\u0439\u043d\u043e \u0432\u0430\u0436\u043d\u0430.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u0415\u0441\u043b\u0438 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u0438 \u043d\u0435 \u0432 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0438 \u043e\u0441\u0442\u0430\u0442\u044c\u0441\u044f \u0432 \u0432\u0438\u0431\u0440\u0430\u0446\u0438\u044f\u0445 \u043b\u044e\u0431\u0432\u0438, \u043a\u043e\u0433\u0434\u0430 \u0438\u0445 \u0440\u0435\u0431\u0451\u043d\u043e\u043a \u0441\u0438\u043b\u044c\u043d\u043e \u043a\u0430\u043f\u0440\u0438\u0437\u043d\u0438\u0447\u0430\u0435\u0442, \u0442\u043e, \u043d\u0430\u0432\u0435\u0440\u043d\u043e\u0435, \u0441\u043b\u0435\u0434\u0443\u0435\u0442 \u043d\u0430\u043a\u0430\u0437\u0430\u0442\u044c \u0440\u0435\u0431\u0451\u043d\u043a\u0430, \u0442\u0435\u043c \u0441\u0430\u043c\u044b\u043c \u0441\u043d\u044f\u0432 \u043f\u0440\u0435\u0436\u0434\u0435 \u0432\u0441\u0435\u0433\u043e \u0441 \u0441\u0435\u0431\u044f \u0441\u0430\u043c\u043e\u0433\u043e \u043d\u0430\u043f\u0440\u044f\u0436\u0435\u043d\u0438\u0435 \u043d\u0435\u0433\u043e\u0434\u043e\u0432\u0430\u043d\u0438\u044f. \u041d\u0430\u043a\u0430\u0437\u0430\u043d\u0438\u0435 \u043d\u0430 \u0432\u043e\u043b\u043d\u0435 \u0432\u043e\u0437\u043c\u0443\u0449\u0435\u043d\u0438\u044f \u2014 \u044d\u0442\u043e \u043f\u0440\u044f\u043c\u043e\u0435 \u0444\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u043d\u0438\u0441\u0445\u043e\u0434\u044f\u0449\u0435\u0433\u043e \u0441\u043f\u043e\u0441\u043e\u0431\u0430 \u044d\u043d\u0435\u0440\u0433\u043e\u043e\u0431\u043c\u0435\u043d\u0430.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"http:\/\/izmeni-sudbu.ru\/wp-content\/uploads\/9-people-1316256.jpg\"><img decoding=\"async\" src=\"http:\/\/izmeni-sudbu.ru\/wp-content\/uploads\/9-people-1316256.jpg\" alt=\"\u0433\u043d\u0435\u0432, \u043e\u0431\u0438\u0434\u0430\" class=\"wp-image-2896\"\/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">\u041e\u0434\u043d\u0430\u043a\u043e, \u043d\u0430\u043a\u043e\u043f\u043b\u0435\u043d\u0438\u0435 \u0431\u043e\u043b\u044c\u0448\u043e\u0433\u043e \u043f\u043e\u0442\u0435\u043d\u0446\u0438\u0430\u043b\u0430 \u0432\u043e\u0437\u043c\u0443\u0449\u0435\u043d\u0438\u044f \u0438 \u043e\u0431\u0438\u0434\u044b \u043d\u0430 \u0440\u0435\u0431\u0451\u043d\u043a\u0430, \u043d\u0435\u0441\u043e\u043c\u043d\u0435\u043d\u043d\u043e, \u0444\u043e\u0440\u043c\u0438\u0440\u0443\u0435\u0442 \u043c\u043e\u0449\u043d\u0435\u0439\u0448\u0438\u0439 \u043d\u0438\u0441\u0445\u043e\u0434\u044f\u0449\u0438\u0439 \u043f\u043e\u0442\u043e\u043a. \u0418\u0437 \u0434\u0432\u0443\u0445 \u0437\u043e\u043b \u0441\u0442\u043e\u0438\u0442 \u0432\u044b\u0431\u0440\u0430\u0442\u044c \u043c\u0435\u043d\u044c\u0448\u0435\u0435, \u0442\u043e \u0435\u0441\u0442\u044c \u043d\u0430\u043a\u0430\u0437\u0430\u043d\u0438\u0435 \u0440\u0435\u0431\u0451\u043d\u043a\u0430. \u0412 \u0438\u0434\u0435\u0430\u043b\u0435 \u0441\u043b\u0435\u0434\u0443\u0435\u0442 \u0432\u043e\u0441\u043f\u0438\u0442\u044b\u0432\u0430\u0442\u044c \u0440\u0435\u0431\u0451\u043d\u043a\u0430 \u0442\u043e\u043b\u044c\u043a\u043e \u043b\u044e\u0431\u043e\u0432\u044c\u044e.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u041a\u0430\u043a \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0432\u0438\u0431\u0440\u0430\u0446\u0438\u044e \u043b\u044e\u0431\u0432\u0438 \u043f\u0440\u0438 \u043d\u0435\u0433\u0430\u0442\u0438\u0432\u043d\u043e\u043c \u043f\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u0438 \u043d\u0430 \u043f\u0440\u0430\u043a\u0442\u0438\u043a\u0435? \u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0432\u0441\u0435\u0433\u0434\u0430 \u043a\u043e\u043d\u0446\u0435\u043d\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u043d\u0430 \u043f\u043e\u0442\u043e\u043a\u0430\u0445 \u0442\u043e\u043d\u043a\u043e\u0439 \u044d\u043d\u0435\u0440\u0433\u0438\u0438, \u0442\u043e\u0433\u0434\u0430 \u043a\u0430\u043f\u0440\u0438\u0437\u044b \u0440\u0435\u0431\u0451\u043d\u043a\u0430 \u0443\u0436\u0435 \u043d\u0435 \u0432\u043e\u0441\u043f\u0440\u0438\u043d\u0438\u043c\u0430\u044e\u0442\u0441\u044f \u043a\u0430\u043a \u0441\u0438\u0433\u043d\u0430\u043b \u0434\u043b\u044f \u0438\u0445 \u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u0435\u043d\u0438\u044f. \u042d\u0442\u043e \u043f\u0440\u0435\u0436\u0434\u0435 \u0432\u0441\u0435\u0433\u043e \u043b\u0438\u0447\u043d\u044b\u0439 \u0432\u044b\u0437\u043e\u0432 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044e, \u0441\u0443\u043c\u0435\u0435\u0442 \u043b\u0438 \u043e\u043d \u0432 \u044d\u0442\u043e\u0439 \u0441\u0438\u0442\u0443\u0430\u0446\u0438\u0438 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u043d\u0430\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043f\u043e\u0442\u043e\u043a\u0438 \u0442\u043e\u043d\u043a\u043e\u0439 \u044d\u043d\u0435\u0440\u0433\u0438\u0438.<\/p>\n\n\n\n<p class=\"has-text-align-right has-accent-color has-text-color has-link-color wp-elements-a0ce9276594b09f71d412eb43155d65d wp-block-paragraph\"><strong><em>\u00ab\u0420\u043e\u0434\u0438\u0442\u0435\u043b\u0438 \u0434\u043e\u043b\u0436\u043d\u044b \u0434\u043e\u043d\u0435\u0441\u0442\u0438 \u0434\u043e \u0440\u0435\u0431\u0451\u043d\u043a\u0430 \u043e\u0434\u043d\u0443 \u043c\u044b\u0441\u043b\u044c: <br>\u00ab\u042f \u043b\u044e\u0431\u043b\u044e \u0442\u0435\u0431\u044f \u0432\u0441\u0435\u0433\u0434\u0430, \u043d\u043e \u0438\u043d\u043e\u0433\u0434\u0430 \u043c\u043d\u0435 \u043d\u0435 \u043d\u0440\u0430\u0432\u0438\u0442\u0441\u044f <br>\u0442\u0432\u043e\u0451 \u043f\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u0435\u00bb, &#8211; \u042d\u043c\u0438 \u0412\u0430\u043d\u0434\u0435\u0440\u0431\u0438\u043b\u044c\u0442.<\/em><\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"http:\/\/izmeni-sudbu.ru\/wp-content\/uploads\/23-girl_from_a_chinese_art_book_by_jimmydemello.jpg\"><img decoding=\"async\" src=\"http:\/\/izmeni-sudbu.ru\/wp-content\/uploads\/23-girl_from_a_chinese_art_book_by_jimmydemello.jpg\" alt=\"\u0420\u0435\u0431\u0435\u043d\u043e\u043a \u0432 \u0441\u0435\u043c\u044c\u0435, \u0432\u043e\u0441\u043f\u0438\u0442\u0430\u043d\u0438\u0435\" class=\"wp-image-2927\"\/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u0415\u0441\u043b\u0438 \u0412\u044b \u043f\u043e-\u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u043c\u0443 \u043b\u044e\u0431\u0438\u0442\u0435 \u0441\u0432\u043e\u0435\u0433\u043e \u0440\u0435\u0431\u0451\u043d\u043a\u0430, \u0442\u043e \u0440\u0430\u0434\u0438 \u0435\u0433\u043e \u0431\u043b\u0430\u0433\u0430 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0440\u0438\u0439\u0442\u0438 \u0432 \u043d\u0443\u0436\u043d\u043e\u0435 \u0432\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u0435\u0435 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435. \u042d\u0442\u043e \u043c\u043e\u0436\u043d\u043e \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u043c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u043e\u043c \u0441\u043f\u043e\u0441\u043e\u0431\u043e\u0432, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u043a\u043e\u043d\u0446\u0435\u043d\u0442\u0440\u0438\u0440\u0443\u044f\u0441\u044c \u043d\u0430 \u0442\u043e\u043c, \u043a\u0430\u043a\u043e\u0439 \u0443 \u0412\u0430\u0441 \u043f\u0440\u0435\u043a\u0440\u0430\u0441\u043d\u044b\u0439 \u0440\u0435\u0431\u0451\u043d\u043e\u043a \u0438\u043b\u0438 \u043a\u0430\u043a\u0430\u044f \u0412\u044b \u0437\u0430\u043c\u0435\u0447\u0430\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u043c\u0430\u043c\u0430 (\u043f\u0430\u043f\u0430). \u041a\u043e\u0433\u0434\u0430 \u0412\u044b \u0432 \u043b\u044e\u0431\u0432\u0438, \u0442\u043e \u043b\u044e\u0431\u044b\u0435 \u0412\u0430\u0448\u0438 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f \u043f\u043e\u0439\u0434\u0443\u0442 \u043d\u0430 \u0431\u043b\u0430\u0433\u043e \u0440\u0435\u0431\u0451\u043d\u043a\u0443. \u041f\u0440\u043e\u044f\u0432\u043b\u044f\u044f \u043b\u044e\u0431\u043e\u0432\u044c \u0432 \u043e\u0442\u0432\u0435\u0442 \u043d\u0430 \u043a\u0430\u043f\u0440\u0438\u0437\u044b \u0440\u0435\u0431\u0451\u043d\u043a\u0430, \u0412\u044b \u043d\u0435 \u0442\u043e\u043b\u044c\u043a\u043e \u043d\u0435 \u0443\u0441\u0438\u043b\u0438\u0432\u0430\u0435\u0442\u0435 \u0438\u0445, \u0430, \u043d\u0430\u043e\u0431\u043e\u0440\u043e\u0442, \u044d\u043d\u0435\u0440\u0433\u0435\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0438\u0445 \u0443\u043d\u0438\u0447\u0442\u043e\u0436\u0430\u0435\u0442\u0435 (\u043f\u043e\u0434\u0440\u043e\u0431\u043d\u0435\u0435 \u0441\u043c\u043e\u0442\u0440\u0438\u0442\u0435 \u0433\u043b. <a href=\"http:\/\/izmeni-sudbu.ru\/%d0%bf%d1%80%d0%b8%d0%bd%d1%8f%d1%82%d0%b8%d0%b5-%d1%81-%d0%bb%d1%8e%d0%b1%d0%be%d0%b2%d1%8c%d1%8e-%d0%bd%d0%b5%d0%b3%d0%b0%d1%82%d0%b8%d0%b2%d0%b0\/\">\u041f\u0440\u0438\u043d\u044f\u0442\u0438\u0435 \u0441 \u043b\u044e\u0431\u043e\u0432\u044c\u044e \u043d\u0435\u0433\u0430\u0442\u0438\u0432\u0430<\/a>).<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"http:\/\/izmeni-sudbu.ru\/wp-content\/uploads\/\u0440\u0443\u0433\u0430\u0435\u043c1.jpg\"><img decoding=\"async\" src=\"http:\/\/izmeni-sudbu.ru\/wp-content\/uploads\/\u0440\u0443\u0433\u0430\u0435\u043c1-1018x1024.jpg\" alt=\"\u0440\u0443\u0433\u0430\u0435\u043c1\" class=\"wp-image-1574\"\/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u0422\u043e\u043d\u043a\u0438\u0439 \u0441\u043e\u0432\u0435\u0442 \u21162.<\/strong> &nbsp;\u041a\u0430\u043a \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u0441\u044f \u0441\u043e\u0432\u0435\u0442 \u043d\u0435 \u0441\u043a\u0443\u043f\u0438\u0442\u044c\u0441\u044f \u043d\u0430 \u043f\u043e\u0445\u0432\u0430\u043b\u0443 \u0434\u043e\u0441\u0442\u0438\u0436\u0435\u043d\u0438\u0439 \u0440\u0435\u0431\u0451\u043d\u043a\u0430 \u043f\u0440\u0438 \u043e\u0441\u043e\u0437\u043d\u0430\u043d\u0438\u0438 \u043f\u0435\u0440\u0432\u043e\u0441\u0442\u0435\u043f\u0435\u043d\u043d\u043e\u0439 \u0432\u0430\u0436\u043d\u043e\u0441\u0442\u0438 \u043f\u043e\u0442\u043e\u043a\u043e\u0432 \u0442\u043e\u043d\u043a\u043e\u0439 \u044d\u043d\u0435\u0440\u0433\u0438\u0438?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u0417\u0434\u0435\u0441\u044c \u0442\u0430\u043a\u0436\u0435 \u0431\u0443\u0434\u0435\u0442 \u043f\u0435\u0440\u0435\u043d\u0435\u0441\u0451\u043d \u0430\u043a\u0446\u0435\u043d\u0442 \u0441 \u0432\u043d\u0435\u0448\u043d\u0438\u0445 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0439 \u043d\u0430 \u0412\u0430\u0448\u0435 \u0432\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u0435\u0435 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f. \u0420\u0435\u0431\u0451\u043d\u043a\u0443 \u043d\u0435 \u0442\u0430\u043a \u0432\u0430\u0436\u043d\u044b \u0441\u043b\u043e\u0432\u0430, \u043d\u043e \u043e\u043d \u043e\u0447\u0435\u043d\u044c \u0447\u0443\u0432\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u0435\u043d \u043a \u043b\u044e\u0431\u0432\u0438 \u0441\u0432\u043e\u0438\u0445 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u0435\u0439. \u042d\u043c\u043e\u0446\u0438\u044f \u043b\u044e\u0431\u0432\u0438 \u0437\u0434\u0435\u0441\u044c \u043d\u0430 \u043f\u0435\u0440\u0432\u043e\u043c \u043c\u0435\u0441\u0442\u0435, \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u0435 \u0441\u043b\u043e\u0432\u0430 \u043d\u0430 \u0432\u0442\u043e\u0440\u043e\u043c. \u041d\u0435\u0438\u0441\u043a\u0440\u0435\u043d\u043d\u044f\u044f \u043f\u043e\u0445\u0432\u0430\u043b\u0430, \u0432\u0435\u0440\u043e\u044f\u0442\u043d\u043e, \u0431\u0443\u0434\u0435\u0442 \u0438\u043c\u0435\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0431\u0440\u0430\u0442\u043d\u044b\u0439 \u044d\u0444\u0444\u0435\u043a\u0442. \u0418, \u043d\u0430\u043e\u0431\u043e\u0440\u043e\u0442, \u043f\u043e\u0441\u044b\u043b \u043b\u044e\u0431\u0432\u0438 \u0440\u0435\u0431\u0451\u043d\u043a\u0443 \u0432 \u043c\u043e\u043c\u0435\u043d\u0442 \u0435\u0433\u043e \u043f\u043e\u0437\u0438\u0442\u0438\u0432\u043d\u044b\u0445 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0439 \u0434\u0430\u0436\u0435 \u0431\u0435\u0437 \u0441\u043b\u043e\u0432 \u0431\u0443\u0434\u0435\u0442 \u0444\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0443 \u043d\u0435\u0433\u043e \u043c\u043e\u0449\u043d\u0435\u0439\u0448\u0438\u0439 \u0432\u043e\u0441\u0445\u043e\u0434\u044f\u0449\u0438\u0439 \u043f\u043e\u0442\u043e\u043a \u044d\u043d\u0435\u0440\u0433\u043e\u043e\u0431\u043c\u0435\u043d\u0430.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u0422\u043e\u043d\u043a\u0438\u0439 \u0441\u043e\u0432\u0435\u0442 \u21163.<\/strong> \u041a\u0430\u043a \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u0441\u044f \u0441\u043e\u0432\u0435\u0442 \u043f\u043e \u0432\u043e\u0441\u043f\u0438\u0442\u0430\u043d\u0438\u044e \u0442\u0440\u0443\u0434\u043d\u043e\u0433\u043e, \u043d\u0435\u043f\u043e\u0441\u043b\u0443\u0448\u043d\u043e\u0433\u043e \u0440\u0435\u0431\u0451\u043d\u043a\u0430?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u0427\u0435\u043c \u043e\u0442\u043b\u0438\u0447\u0430\u0435\u0442\u0441\u044f \u0445\u0443\u043b\u0438\u0433\u0430\u043d \u0438 \u0434\u0432\u043e\u0435\u0447\u043d\u0438\u043a, \u043f\u0440\u043e\u0433\u0443\u043b\u0438\u0432\u0430\u044e\u0449\u0438\u0439 \u0443\u0440\u043e\u043a\u0438, \u043e\u0442 \u043e\u0442\u043b\u0438\u0447\u043d\u0438\u043a\u0430? \u041f\u0440\u0435\u0436\u0434\u0435 \u0432\u0441\u0435\u0433\u043e \u0434\u043e\u043c\u0438\u043d\u0438\u0440\u0443\u044e\u0449\u0438\u043c \u0441\u043f\u043e\u0441\u043e\u0431\u043e\u043c \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u043e\u0442 \u043e\u043a\u0440\u0443\u0436\u0430\u044e\u0449\u0438\u0445 \u0442\u043e\u043d\u043a\u043e\u0439 \u044d\u043d\u0435\u0440\u0433\u0438\u0438 \u043b\u044e\u0431\u0432\u0438. \u041e\u0434\u0438\u043d \u0435\u0435 \u043f\u043e\u043b\u0443\u0447\u0430\u0435\u0442 \u043d\u0430 \u043d\u0435\u0433\u0430\u0442\u0438\u0432\u0435, \u0434\u0440\u0443\u0433\u043e\u0439 \u043d\u0430 \u043f\u043e\u0437\u0438\u0442\u0438\u0432\u0435. \u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0434\u043e\u043c\u0438\u043d\u0438\u0440\u0443\u044e\u0449\u0438\u0439 \u043f\u043e\u0442\u043e\u043a \u043d\u0430 \u043f\u0440\u043e\u0442\u0438\u0432\u043e\u043f\u043e\u043b\u043e\u0436\u043d\u044b\u0439, \u043a\u0430\u043a \u0438 \u0432\u0441\u044f\u043a\u0443\u044e \u043f\u0440\u0438\u0432\u044b\u0447\u043a\u0443, \u0432\u0441\u0435\u0433\u0434\u0430 \u043c\u043d\u043e\u0433\u043e \u0441\u043b\u043e\u0436\u043d\u0435\u0439, \u0447\u0435\u043c \u0441\u0444\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0435\u0435. \u0415\u0441\u043b\u0438 \u0443\u0436\u0435 \u0441\u043b\u043e\u0436\u0438\u043b\u0441\u044f \u043c\u043e\u0449\u043d\u044b\u0439 \u043d\u0438\u0441\u0445\u043e\u0434\u044f\u0449\u0438\u0439 \u0441\u043f\u043e\u0441\u043e\u0431 \u044d\u043d\u0435\u0440\u0433\u043e\u043e\u0431\u043c\u0435\u043d\u0430, \u0442\u043e \u0442\u0440\u0435\u0431\u0443\u044e\u0442\u0441\u044f \u0440\u0435\u0448\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f \u043f\u043e \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044e \u0441\u0438\u0442\u0443\u0430\u0446\u0438\u0438. \u042d\u0442\u043e \u0441\u0435\u0440\u044c\u0451\u0437\u043d\u043e\u0435 \u0438\u0441\u043f\u044b\u0442\u0430\u043d\u0438\u0435 \u0434\u043b\u044f \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u0435\u0439. \u041f\u0440\u0435\u0436\u0434\u0435 \u0432\u0441\u0435\u0433\u043e, \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043f\u0435\u0440\u0435\u0441\u0442\u0430\u0442\u044c \u044d\u043d\u0435\u0440\u0433\u0435\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043f\u043e\u0434\u043f\u0438\u0442\u044b\u0432\u0430\u0442\u044c \u043d\u0438\u0441\u0445\u043e\u0434\u044f\u0449\u0438\u0439 \u043f\u043e\u0442\u043e\u043a, \u0442\u043e \u0435\u0441\u0442\u044c \u043f\u0435\u0440\u0435\u0441\u0442\u0430\u0442\u044c \u0432\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u0435 \u043d\u0435\u0433\u043e\u0434\u043e\u0432\u0430\u0442\u044c \u043f\u043e \u043f\u043e\u0432\u043e\u0434\u0443 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u0445 \u043f\u043e\u0441\u0442\u0443\u043f\u043a\u043e\u0432 \u0441\u0432\u043e\u0435\u0433\u043e \u0440\u0435\u0431\u0451\u043d\u043a\u0430. \u0422\u0430\u043a\u043e\u0435 \u043d\u0435\u0433\u043e\u0434\u043e\u0432\u0430\u043d\u0438\u0435 \u044d\u043d\u0435\u0440\u0433\u0435\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0443\u0441\u0438\u043b\u0438\u0432\u0430\u0435\u0442 \u043d\u0435\u0433\u0430\u0442\u0438\u0432\u043d\u044b\u0435 \u043f\u0440\u043e\u044f\u0432\u043b\u0435\u043d\u0438\u044f.<\/p>\n\n\n\n<p class=\"has-text-align-right has-accent-color has-text-color has-link-color wp-elements-0e13805b58d78c11d7c4cec6d4c7de15 wp-block-paragraph\"><strong><em>\u00ab\u0415\u0441\u043b\u0438 \u0412\u044b \u0432\u043d\u0435\u0437\u0430\u043f\u043d\u043e \u043e\u0447\u0443\u0442\u0438\u043b\u0438\u0441\u044c \u0432 \u044f\u043c\u0435, \u043f\u0435\u0440\u0432\u043e\u0435, \u0447\u0442\u043e \u043d\u0430\u0434\u043e \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u2014 \u044d\u0442\u043e \u043f\u0435\u0440\u0435\u0441\u0442\u0430\u0442\u044c \u043a\u043e\u043f\u0430\u0442\u044c\u00bb, \u2014 \u0423\u0438\u043b\u043b \u0420\u043e\u0434\u0436\u0435\u0440\u0441.<\/em><\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u041d\u043e\u0442\u0430\u0446\u0438\u0438 \u0438 \u043d\u0440\u0430\u0432\u043e\u0443\u0447\u0435\u043d\u0438\u044f, \u043a\u0430\u043a \u043f\u0440\u0430\u0432\u0438\u043b\u043e, \u0441\u043a\u043e\u0440\u0435\u0435 \u0432\u0441\u0435\u0433\u043e, \u0442\u0430\u043a\u0436\u0435 \u0431\u0443\u0434\u0443\u0442 \u0438\u043c\u0435\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0431\u0440\u0430\u0442\u043d\u044b\u0439 \u044d\u0444\u0444\u0435\u043a\u0442. \u0414\u0435\u043b\u043e \u0432 \u0442\u043e\u043c, \u0447\u0442\u043e \u043e\u0447\u0435\u043d\u044c \u0442\u0440\u0443\u0434\u043d\u043e \u0440\u0443\u0433\u0430\u0442\u044c \u0441\u0432\u043e\u0435\u0433\u043e \u0440\u0435\u0431\u0451\u043d\u043a\u0430, \u043e\u0441\u0442\u0430\u0432\u0430\u044f\u0441\u044c \u043f\u0440\u0438 \u044d\u0442\u043e\u043c \u0432 \u0432\u0438\u0431\u0440\u0430\u0446\u0438\u0438 \u043b\u044e\u0431\u0432\u0438, \u0430, \u0437\u043d\u0430\u0447\u0438\u0442, \u043d\u0430 \u0442\u043e\u043d\u043a\u043e\u043c \u043f\u043b\u0430\u043d\u0435 \u0412\u044b \u0431\u0443\u0434\u0435\u0442\u0435 \u043f\u043e\u0434\u043f\u0438\u0442\u044b\u0432\u0430\u0442\u044c \u0435\u0433\u043e \u043d\u0435\u0433\u0430\u0442\u0438\u0432\u043d\u044b\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f \u0441\u0432\u043e\u0435\u0439 \u044d\u043d\u0435\u0440\u0433\u0438\u0435\u0439. \u041f\u0440\u0438\u043c\u0435\u043d\u044f\u0442\u044c \u043b\u0438 \u0444\u0438\u0437\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u044f \u0438 \u043d\u0430\u043a\u0430\u0437\u0430\u043d\u0438\u044f? \u042d\u0442\u043e \u0432\u043e\u043f\u0440\u043e\u0441 \u0432\u0442\u043e\u0440\u0438\u0447\u043d\u044b\u0439, \u043e\u043d\u0438 \u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u044b\u043c\u0438, \u043d\u043e \u0441\u043a\u043e\u0440\u0435\u0435 \u0432\u0441\u0435\u0433\u043e \u0442\u0430\u043a \u0436\u0435 \u043b\u0438\u0448\u044c \u0443\u0441\u0443\u0433\u0443\u0431\u044f\u0442 \u0441\u0438\u0442\u0443\u0430\u0446\u0438\u044e.<\/p>\n\n\n\n<p class=\"has-text-align-right has-accent-color has-text-color has-link-color wp-elements-619327ed361695e8760ab7e21d27257d wp-block-paragraph\"><strong><em>\u00ab\u0420\u0435\u0431\u0451\u043d\u043e\u043a \u0431\u043e\u043b\u044c\u0448\u0435 \u0432\u0441\u0435\u0433\u043e \u043d\u0443\u0436\u0434\u0430\u0435\u0442\u0441\u044f \u0432 \u0432\u0430\u0448\u0435\u0439 \u043b\u044e\u0431\u0432\u0438 \u043a\u0430\u043a \u0440\u0430\u0437 \u0442\u043e\u0433\u0434\u0430, <br>\u043a\u043e\u0433\u0434\u0430 \u043e\u043d \u043c\u0435\u043d\u044c\u0448\u0435 \u0432\u0441\u0435\u0433\u043e \u0435\u0435 \u0437\u0430\u0441\u043b\u0443\u0436\u0438\u0432\u0430\u0435\u0442\u00bb, \u2014 \u042d\u0440\u043c\u0430 \u0411\u043e\u043c\u0431\u0435\u043a<\/em><\/strong><\/p>\n\n\n\n<ol start=\"100\" class=\"wp-block-list\">\n<li><\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">\u0421\u043c\u043e\u0436\u0435\u0442\u0435 \u043b\u0438 \u0412\u044b \u0432\u043e \u0432\u0440\u0435\u043c\u044f \u0444\u0438\u0437\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u043d\u0430\u043a\u0430\u0437\u0430\u043d\u0438\u044f \u0441\u0432\u043e\u0435\u0433\u043e \u0440\u0435\u0431\u0451\u043d\u043a\u0430 \u043f\u0440\u0435\u0431\u044b\u0432\u0430\u0442\u044c \u0432 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0438 \u043b\u044e\u0431\u0432\u0438? \u0415\u0441\u043b\u0438 \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435, \u0435\u0441\u043b\u0438 \u043d\u0430\u043a\u0430\u0437\u0430\u043d\u0438\u0435 \u2014 \u044d\u0442\u043e \u0441\u043f\u043e\u0441\u043e\u0431 \u0432\u044b\u043f\u043b\u0435\u0441\u043d\u0443\u0442\u044c \u043d\u0430\u043a\u043e\u043f\u0438\u0432\u0448\u0435\u0435\u0441\u044f \u043d\u0435\u0433\u043e\u0434\u043e\u0432\u0430\u043d\u0438\u0435, \u0442\u043e \u0442\u043e\u0447\u043d\u043e \u0431\u0443\u0434\u0435\u0442 \u043b\u0438\u0448\u044c \u043e\u0431\u0440\u0430\u0442\u043d\u044b\u0439 \u044d\u0444\u0444\u0435\u043a\u0442. \u041f\u043e\u0442\u043e\u043c\u0443 \u0447\u0442\u043e \u0440\u0435\u0431\u0451\u043d\u043e\u043a \u043f\u043e\u043b\u0443\u0447\u0430\u0435\u0442 \u0432\u043e \u0432\u0440\u0435\u043c\u044f \u043d\u0430\u043a\u0430\u0437\u0430\u043d\u0438\u044f \u043c\u043e\u0449\u043d\u0443\u044e \u0432\u043e\u043b\u043d\u0443 \u0432\u0430\u0448\u0435\u0439 \u0442\u043e\u043d\u043a\u043e\u0439 \u044d\u043d\u0435\u0440\u0433\u0438\u0438 \u043b\u044e\u0431\u0432\u0438. \u0421\u043a\u043e\u0440\u0435\u0435 \u0432\u0441\u0435\u0433\u043e, \u0432 \u0431\u0443\u0434\u0443\u0449\u0435\u043c \u0440\u0435\u0431\u0451\u043d\u043e\u043a \u0431\u0443\u0434\u0435\u0442 \u043f\u043e\u0434\u0441\u043e\u0437\u043d\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u0441\u0442\u0440\u0435\u043c\u0438\u0442\u044c\u0441\u044f \u0432\u044b\u0437\u0432\u0430\u0442\u044c \u0442\u0430\u043a\u0438\u0435 \u0441\u0438\u0442\u0443\u0430\u0446\u0438\u0438, \u043a\u043e\u0433\u0434\u0430 \u0435\u0433\u043e \u0441\u0442\u0440\u043e\u0433\u043e \u043d\u0430\u043a\u0430\u0437\u044b\u0432\u0430\u044e\u0442 \u0438 \u043d\u0435\u0433\u043e\u0434\u0443\u044e\u0442. \u041a\u0440\u043e\u043c\u0435 \u044d\u0442\u043e\u0433\u043e, \u0440\u0435\u0431\u0451\u043d\u043e\u043a \u043f\u0435\u0440\u0435\u043d\u0438\u043c\u0430\u0435\u0442 \u043f\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u0435 \u0441\u0432\u043e\u0438\u0445 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u0435\u0439 \u0438 \u0441\u0430\u043c \u0432 \u0434\u0430\u043b\u044c\u043d\u0435\u0439\u0448\u0435\u043c \u043c\u043e\u0436\u0435\u0442 \u043f\u0440\u0438\u043c\u0435\u043d\u044f\u0442\u044c \u0444\u0438\u0437\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u043d\u0430\u0441\u0438\u043b\u0438\u0435, \u043a\u043e\u0433\u0434\u0430 \u0435\u043c\u0443 \u0447\u0442\u043e-\u0442\u043e \u043d\u0435 \u043f\u043e\u043d\u0440\u0430\u0432\u0438\u0442\u0441\u044f. \u0425\u043e\u0442\u0438\u0442\u0435 \u043b\u0438 \u0412\u044b \u044d\u0442\u043e\u0433\u043e?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u0415\u0441\u043b\u0438 \u0436\u0435 \u043f\u043e \u0432\u0430\u0448\u0435\u043c\u0443 \u043c\u043d\u0435\u043d\u0438\u044e \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043d\u0430\u043a\u0430\u0437\u0430\u043d\u0438\u0435, \u0442\u043e \u043a\u0440\u0430\u0439\u043d\u0435 \u0432\u0430\u0436\u043d\u043e <strong>\u0432 \u043c\u043e\u043c\u0435\u043d\u0442 \u043d\u0430\u043a\u0430\u0437\u0430\u043d\u0438\u044f \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044e&nbsp; \u043e\u0441\u0442\u0430\u0432\u0430\u0442\u044c\u0441\u044f \u0432 \u0432\u0438\u0431\u0440\u0430\u0446\u0438\u0438 \u043b\u044e\u0431\u0432\u0438 \u043a \u0440\u0435\u0431\u0451\u043d\u043a\u0443.<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u041f\u043e\u043b\u0443\u0447\u0430\u0435\u0442\u0441\u044f \u0442\u0443\u043f\u0438\u043a, \u0447\u0442\u043e \u043d\u0435 \u0434\u0435\u043b\u0430\u0439, \u0432\u0441\u0451 \u0438\u043c\u0435\u0435\u0442 \u043b\u0438\u0448\u044c \u043e\u0431\u0440\u0430\u0442\u043d\u044b\u0439 \u044d\u0444\u0444\u0435\u043a\u0442! \u041a\u0430\u043a \u0436\u0435 \u0432\u0441\u0435-\u0442\u0430\u043a\u0438 \u043f\u0435\u0440\u0435\u043b\u043e\u043c\u0438\u0442\u044c \u0441\u0438\u0442\u0443\u0430\u0446\u0438\u044e \u0438 \u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0440\u0435\u0431\u0451\u043d\u043a\u0430 \u043d\u0430 \u043f\u0443\u0442\u044c \u043f\u043e\u0437\u0438\u0442\u0438\u0432\u043d\u043e\u0433\u043e \u0440\u0430\u0437\u0432\u0438\u0442\u0438\u044f?<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"http:\/\/izmeni-sudbu.ru\/wp-content\/uploads\/42fear++.jpg\"><img decoding=\"async\" src=\"http:\/\/izmeni-sudbu.ru\/wp-content\/uploads\/42fear++.jpg\" alt=\"\u0422\u0440\u0443\u0434\u043d\u044b\u0439 \u043f\u043e\u0434\u0440\u043e\u0441\u0442\u043e\u043a, \u0438\u0441\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435, \u0432\u043e\u0441\u043f\u0438\u0442\u0430\u043d\u0438\u0435\" class=\"wp-image-2962\"\/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">\u0421\u043a\u043e\u0440\u0435\u0435 \u0432\u0441\u0435\u0433\u043e, \u043f\u0440\u0438\u0447\u0438\u043d\u0430 \u043d\u0435\u0430\u0434\u0435\u043a\u0432\u0430\u0442\u043d\u043e\u0433\u043e \u043f\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u0440\u0435\u0431\u0451\u043d\u043a\u0430 \u2014 \u044d\u0442\u043e, \u043f\u0440\u0435\u0436\u0434\u0435 \u0432\u0441\u0435\u0433\u043e, \u0435\u0433\u043e \u0441\u043f\u043e\u0441\u043e\u0431 \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u044c \u043b\u044e\u0431\u043e\u0432\u044c \u043e\u0442 \u0412\u0430\u0441, \u0441\u0430\u043c\u044b\u0445 \u0431\u043b\u0438\u0437\u043a\u0438\u0445 \u0435\u043c\u0443 \u043b\u044e\u0434\u0435\u0439. \u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0442\u0430\u043a, \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u0438 \u043e\u0447\u0435\u0440\u0435\u0434\u043d\u043e\u043c \u043d\u0435\u0433\u0430\u0442\u0438\u0432\u043d\u043e\u043c \u043f\u043e\u0441\u0442\u0443\u043f\u043a\u0435 \u0440\u0435\u0431\u0451\u043d\u043a\u0430 \u043e\u043d \u043d\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u043b \u0431\u044b \u0412\u0430\u0448\u0443 \u0442\u043e\u043d\u043a\u0443\u044e \u044d\u043d\u0435\u0440\u0433\u0438\u044e.<\/p>\n\n\n\n<p class=\"has-text-align-center has-accent-3-color has-text-color has-link-color wp-elements-2f1ef069eb51c32c0f52efd3e10081a7 wp-block-paragraph\"><strong>\u041f\u0430\u0440\u0430\u0434\u043e\u043a\u0441:<br><\/strong><strong>\u0414\u043b\u044f \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u043d\u0435\u0433\u0430\u0442\u0438\u0432\u043d\u043e\u0433\u043e \u043f\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u0440\u0435\u0431\u0451\u043d\u043a\u0430, \u0432 \u0431\u043e\u043b\u044c\u0448\u0438\u043d\u0441\u0442\u0432\u0435 \u0441\u043b\u0443\u0447\u0430\u0435\u0432, \u043f\u0435\u0440\u0432\u043e\u0441\u0442\u0435\u043f\u0435\u043d\u043d\u0443\u044e \u0432\u0430\u0436\u043d\u043e\u0441\u0442\u044c \u0438\u043c\u0435\u0435\u0442 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435 \u0440\u0435\u0430\u043a\u0446\u0438\u0438 \u043d\u0430 \u0435\u0433\u043e \u043f\u043e\u0441\u0442\u0443\u043f\u043a\u0438 \u0420\u041e\u0414\u0418\u0422\u0415\u041b\u0415\u0419!<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u0420\u043e\u0434\u0438\u0442\u0435\u043b\u0438 \u0431\u0443\u043a\u0432\u0430\u043b\u044c\u043d\u043e \u0434\u043e\u043b\u0436\u043d\u044b \u0441\u043e\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0434\u0443\u0445\u043e\u0432\u043d\u044b\u0439 \u043f\u043e\u0434\u0432\u0438\u0433. \u0411\u043e\u0433 \u043d\u0435 \u043f\u043e\u0441\u044b\u043b\u0430\u0435\u0442 \u043b\u044e\u0434\u044f\u043c \u0438\u0441\u043f\u044b\u0442\u0430\u043d\u0438\u0439, \u0441 \u043a\u043e\u0442\u043e\u0440\u044b\u043c\u0438 \u043e\u043d\u0438 \u043d\u0435 \u043c\u043e\u0433\u043b\u0438 \u0431\u044b \u0441\u043f\u0440\u0430\u0432\u0438\u0442\u044c\u0441\u044f. \u0422\u0435\u043c \u0431\u043e\u043b\u0435\u0435, \u0447\u0442\u043e, \u043f\u043e \u0431\u043e\u043b\u044c\u0448\u043e\u043c\u0443 \u0441\u0447\u0451\u0442\u0443, \u0437\u0434\u0435\u0441\u044c \u043d\u0435\u0442 \u0434\u0440\u0443\u0433\u043e\u0433\u043e \u0432\u044b\u0445\u043e\u0434\u0430. \u041d\u0430 \u043f\u0440\u0430\u043a\u0442\u0438\u043a\u0435 \u044d\u0442\u043e \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0440\u0435\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u043e, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u043c \u043e\u0431\u0440\u0430\u0437\u043e\u043c. \u0423\u0437\u043d\u0430\u0432 \u043e\u0431 \u043e\u0447\u0435\u0440\u0435\u0434\u043d\u043e\u043c \u00ab\u043f\u043e\u0434\u0432\u0438\u0433\u0435\u00bb \u0440\u0435\u0431\u0451\u043d\u043a\u0430 \u0441\u043e\u0441\u0440\u0435\u0434\u043e\u0442\u043e\u0447\u0438\u0442\u0435\u0441\u044c \u043d\u0430 \u0441\u0435\u0431\u0435, \u0432\u0441\u043f\u043e\u043c\u043d\u0438\u0442\u0435 \u0441\u0432\u043e\u0438 \u0434\u043e\u0441\u0442\u0438\u0436\u0435\u043d\u0438\u044f \u0432 \u0436\u0438\u0437\u043d\u0438, \u044d\u043a\u0441\u0442\u0430\u0437\u044b \u0440\u0430\u0434\u043e\u0441\u0442\u0438, \u043c\u043e\u043c\u0435\u043d\u0442\u044b \u043b\u044e\u0431\u0432\u0438. \u041f\u043e\u0440\u0430\u0434\u0443\u0439\u0442\u0435\u0441\u044c \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u043c\u0443 \u043c\u043e\u043c\u0435\u043d\u0442\u0443 \u0438 \u0438\u0441\u043f\u044b\u0442\u0430\u043d\u0438\u044e, \u0432\u044b\u043f\u0430\u0432\u0448\u0435\u043c\u0443 \u043d\u0430 \u0432\u0430\u0448\u0443 \u0434\u043e\u043b\u044e. \u0418 \u0412\u044b, \u043a\u043e\u043d\u0435\u0447\u043d\u043e, \u0440\u0430\u0434\u0438 \u0441\u0432\u043e\u0435\u0433\u043e \u0440\u0435\u0431\u0435\u043d\u043a\u0430 \u0441\u0443\u043c\u0435\u0435\u0442\u0435 \u043f\u0440\u0438\u0439\u0442\u0438 \u0432 \u043d\u0443\u0436\u043d\u043e\u0435 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435. \u0415\u0441\u043b\u0438 \u0432\u0435\u0440\u0438\u0442\u0435 \u0432 \u0411\u043e\u0433\u0430, \u043f\u043e\u043f\u0440\u043e\u0441\u0438\u0442\u0435 \u0443 \u043d\u0435\u0433\u043e \u043f\u043e\u043c\u043e\u0449\u0438, <strong>\u0447\u0442\u043e\u0431\u044b <\/strong><strong>\u0412\u044b \u0441\u043c\u043e\u0433\u043b\u0438 \u0432\u0441\u0435\u0433\u0434\u0430 \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u044c\u0441\u044f \u0432 \u0432\u0438\u0431\u0440\u0430\u0446\u0438\u0438 \u043b\u044e\u0431\u0432\u0438 \u043f\u0440\u0438 \u043e\u0431\u0449\u0435\u043d\u0438\u0438 \u0441\u043e \u0441\u0432\u043e\u0438\u043c \u0440\u0435\u0431\u0451\u043d\u043a\u043e\u043c, \u043e\u0441\u043e\u0431\u0435\u043d\u043d\u043e \u043a\u043e\u0433\u0434\u0430 \u043e\u043d \u0432 \u0447\u0451\u043c-\u043b\u0438\u0431\u043e \u043f\u0440\u043e\u0432\u0438\u043d\u0438\u043b\u0441\u044f.<\/strong> \u0412\u0430\u0448\u0430 \u043b\u044e\u0431\u043e\u0432\u044c \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0430 \u043a \u0441\u0430\u043c\u043e\u043c\u0443 \u0441\u0435\u0431\u0435 \u0438\u043b\u0438 \u043a \u0440\u0435\u0431\u0451\u043d\u043a\u0443. \u041f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u044c\u0442\u0435 \u0441\u0435\u0431\u0435, \u0447\u0442\u043e \u0432\u0430\u0448 \u0440\u0435\u0431\u0451\u043d\u043e\u043a \u0438\u0441\u043f\u0440\u0430\u0432\u043b\u044f\u0435\u0442\u0441\u044f, \u0432\u0441\u043f\u043e\u043c\u043d\u0438\u0442\u0435 \u0435\u0433\u043e \u0434\u043e\u0441\u0442\u0438\u0436\u0435\u043d\u0438\u044f \u0438 \u043f\u043e\u0437\u0438\u0442\u0438\u0432\u043d\u044b\u0435 \u043f\u043e\u0441\u0442\u0443\u043f\u043a\u0438. \u0422\u043e\u043b\u044c\u043a\u043e \u043f\u043e\u0441\u043b\u0435 \u0442\u043e\u0433\u043e \u043a\u0430\u043a \u043f\u0440\u043e\u0447\u043d\u043e \u0437\u0430\u0444\u0438\u043a\u0441\u0438\u0440\u0443\u0435\u0442\u0435 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u043b\u044e\u0431\u0432\u0438, \u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u0431\u0449\u0430\u0442\u044c\u0441\u044f \u0441 \u0440\u0435\u0431\u0451\u043d\u043a\u043e\u043c. \u0414\u0430\u043b\u0435\u0435 \u043d\u0435 \u0442\u0430\u043a \u0443\u0436 \u0432\u0430\u0436\u043d\u043e, \u0447\u0442\u043e \u0412\u044b \u0431\u0443\u0434\u0435\u0442\u0435 \u0434\u0435\u043b\u0430\u0442\u044c: \u0440\u0430\u0437\u0433\u043e\u0432\u0430\u0440\u0438\u0432\u0430\u0442\u044c \u0438\u043b\u0438 \u043d\u0430\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c. \u0412 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0438 \u043b\u044e\u0431\u0432\u0438 \u0412\u0430\u0448\u0438 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f \u043f\u043e\u0439\u0434\u0443\u0442 \u043d\u0430 \u0431\u043b\u0430\u0433\u043e \u0440\u0435\u0431\u0451\u043d\u043a\u0443 (\u043f\u043e\u0434\u0440\u043e\u0431\u043d\u0435\u0435 \u0441\u043c\u043e\u0442\u0440\u0438\u0442\u0435 \u0433\u043b. <a href=\"http:\/\/izmeni-sudbu.ru\/%d0%bf%d1%80%d0%b8%d0%bd%d1%8f%d1%82%d0%b8%d0%b5-%d1%81-%d0%bb%d1%8e%d0%b1%d0%be%d0%b2%d1%8c%d1%8e-%d0%bd%d0%b5%d0%b3%d0%b0%d1%82%d0%b8%d0%b2%d0%b0\/\">\u041f\u0440\u0438\u043d\u044f\u0442\u0438\u0435 \u0441 \u043b\u044e\u0431\u043e\u0432\u044c\u044e \u043d\u0435\u0433\u0430\u0442\u0438\u0432\u0430<\/a>). \u041b\u044e\u0431\u043e\u0432\u044c\u044e \u0412\u044b \u0443\u043d\u0438\u0447\u0442\u043e\u0436\u0430\u0435\u0442\u0435 \u043d\u0435\u0433\u0430\u0442\u0438\u0432\u043d\u044b\u0435 \u043f\u0440\u043e\u044f\u0432\u043b\u0435\u043d\u0438\u044f, \u043e\u0431\u0435\u0441\u0442\u043e\u0447\u0438\u0432\u0430\u0435\u0442\u0435 \u043d\u0438\u0441\u0445\u043e\u0434\u044f\u0449\u0438\u0439 \u043f\u043e\u0442\u043e\u043a \u044d\u043d\u0435\u0440\u0433\u043e\u043e\u0431\u043c\u0435\u043d\u0430.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u042d\u0442\u043e \u043c\u043e\u043c\u0435\u043d\u0442 \u043f\u0435\u0440\u0435\u0441\u0442\u0440\u043e\u0439\u043a\u0438, \u043e\u0442\u043a\u0430\u0437\u0430 \u043e\u0442 \u0443\u0441\u0442\u043e\u044f\u0432\u0448\u0435\u0439\u0441\u044f \u043c\u043e\u0434\u0435\u043b\u0438 \u0432\u0437\u0430\u0438\u043c\u043e\u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u0439. \u041a\u0440\u0430\u0439\u043d\u0435 \u0432\u0430\u0436\u043d\u043e \u0432 \u044d\u0442\u043e\u0442 \u043f\u0435\u0440\u0435\u043b\u043e\u043c\u043d\u044b\u0439 \u043f\u0435\u0440\u0438\u043e\u0434 \u043f\u043e\u0441\u044b\u043b\u0430\u0442\u044c \u0440\u0435\u0431\u0451\u043d\u043a\u0443 \u043b\u044e\u0431\u043e\u0432\u044c \u0437\u0430 \u043c\u0430\u043b\u0435\u0439\u0448\u0438\u0435 \u043f\u043e\u0437\u0438\u0442\u0438\u0432\u043d\u044b\u0435 \u043f\u043e\u0441\u0442\u0443\u043f\u043a\u0438 \u0438\u043b\u0438 \u0441\u043b\u043e\u0432\u0430. \u0420\u0435\u0431\u0451\u043d\u043e\u043a \u0432\u044b\u043d\u0443\u0436\u0434\u0435\u043d \u0431\u0443\u0434\u0435\u0442 \u043f\u0435\u0440\u0435\u0441\u0442\u0440\u043e\u0438\u0442\u044c\u0441\u044f \u0438 \u043f\u0435\u0440\u0435\u0441\u0442\u0430\u043d\u0435\u0442 \u00ab\u043b\u043e\u0432\u0438\u0442\u044c \u0440\u044b\u0431\u0443 \u0442\u0430\u043c, \u0433\u0434\u0435 \u0435\u0435 \u0443\u0436\u0435 \u043d\u0435\u0442\u00bb. \u0421\u0434\u0435\u043b\u0430\u0439\u0442\u0435 \u043d\u0430\u0434 \u0441\u043e\u0431\u043e\u0439 \u0443\u0441\u0438\u043b\u0438\u0435 \u0438 \u043f\u0440\u043e\u0434\u0435\u0440\u0436\u0438\u0442\u0435\u0441\u044c \u0432 \u0432\u0438\u0431\u0440\u0430\u0446\u0438\u044f\u0445 \u043b\u044e\u0431\u0432\u0438 \u0445\u043e\u0442\u044f \u0431\u044b \u043c\u0435\u0441\u044f\u0446, \u0438 \u0442\u043e\u0433\u0434\u0430 \u0440\u0430\u0434\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0445 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439 \u043a \u043b\u0443\u0447\u0448\u0435\u043c\u0443 \u043f\u0440\u043e\u0441\u0442\u043e \u043d\u0435 \u0438\u0437\u0431\u0435\u0436\u0430\u0442\u044c! \u0411\u043e\u043b\u044c\u0448\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430 \u0441\u0442\u0440\u0435\u043c\u0438\u0442\u044c\u0441\u044f \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043f\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u0435 \u0440\u0435\u0431\u0451\u043d\u043a\u0430 \u0431\u0440\u0430\u043d\u044c\u044e \u0438 \u043f\u0440\u0438\u043d\u0443\u0436\u0434\u0435\u043d\u0438\u0435\u043c. \u041f\u043e \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u043c\u0443 \u0437\u0430\u043a\u043e\u043d\u0443 \u044d\u0444\u0444\u0435\u043a\u0442 \u0431\u0443\u0434\u0435\u0442 \u043e\u0431\u0440\u0430\u0442\u043d\u044b\u043c.<\/p>\n\n\n\n<p class=\"has-accent-color has-text-color has-link-color wp-elements-9752f99a97ca59b50f9670b075a2ab09 wp-block-paragraph\"><em><strong>\u00ab\u0421\u0430\u043c\u043e\u0435 \u0442\u044f\u0436\u043a\u043e\u0435 \u0431\u0440\u0435\u043c\u044f, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u043b\u043e\u0436\u0438\u0442\u0441\u044f \u043d\u0430 \u043f\u043b\u0435\u0447\u0438 \u0440\u0435\u0431\u0435\u043d\u043a\u0430, \u2014 \u044d\u0442\u043e \u043d\u0435\u043f\u0440\u043e\u0436\u0438\u0442\u0430\u044f \u0436\u0438\u0437\u043d\u044c \u0435\u0433\u043e \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u0435\u0439\u00bb, \u2013 \u041a\u0430\u0440\u043b \u0413\u0443\u0441\u0442\u0430\u0432 \u042e\u043d\u0433.<\/strong><\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u041e\u0434\u043d\u0430\u043a\u043e, \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043c\u0433\u043d\u043e\u0432\u0435\u043d\u043d\u043e \u043e\u0431\u0435\u0441\u0442\u043e\u0447\u0438\u0442\u044c \u043d\u0435\u0433\u0430\u0442\u0438\u0432\u043d\u044b\u0435 \u043f\u0440\u043e\u044f\u0432\u043b\u0435\u043d\u0438\u044f \u0441\u0432\u043e\u0435\u0433\u043e \u0440\u0435\u0431\u0451\u043d\u043a\u0430, \u0438\u0437\u043c\u0435\u043d\u0438\u0432 \u0441\u0432\u043e\u044e \u0440\u0435\u0430\u043a\u0446\u0438\u044e \u043d\u0430 \u043d\u0438\u0445!<\/strong> \u042d\u0442\u043e&nbsp; \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u044b\u0439 \u043c\u0435\u0442\u043e\u0434 \u0432\u043e\u0441\u043f\u0438\u0442\u0430\u043d\u0438\u044f \u0434\u0430\u0436\u0435 \u0432 \u043e\u0447\u0435\u043d\u044c \u0442\u0440\u0443\u0434\u043d\u044b\u0445 \u0441\u043b\u0443\u0447\u0430\u044f\u0445. \u0427\u0435\u043c \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0435\u0433\u0430\u0442\u0438\u0432, \u0442\u0435\u043c \u043a\u0440\u0435\u043f\u0447\u0435 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0434\u0435\u0440\u0436\u0430\u0442\u044c \u0432 \u0441\u0435\u0431\u0435 \u0432\u0438\u0431\u0440\u0430\u0446\u0438\u044e \u043b\u044e\u0431\u0432\u0438 \u043f\u0440\u0438 \u043e\u0431\u0449\u0435\u043d\u0438\u0438 \u0441 \u0440\u0435\u0431\u0451\u043d\u043a\u043e\u043c.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u041f\u043e\u0434\u0432\u0435\u0434\u0451\u043c \u0438\u0442\u043e\u0433:<\/strong><\/p>\n\n\n\n<p class=\"has-text-align-center has-accent-3-color has-text-color has-link-color wp-elements-fca68b98f627d61eb6e76b2114c51ed1 wp-block-paragraph\"><strong>\u0414\u043b\u044f \u0444\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0432\u043e\u0441\u0445\u043e\u0434\u044f\u0449\u0435\u0433\u043e \u0441\u043f\u043e\u0441\u043e\u0431\u0430 \u044d\u043d\u0435\u0440\u0433\u043e\u043e\u0431\u043c\u0435\u043d\u0430 \u0443 \u0440\u0435\u0431\u0451\u043d\u043a\u0430 \u0432\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u0435\u0435 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u0432\u043e\u0441\u043f\u0438\u0442\u0430\u0442\u0435\u043b\u044f \u043c\u043d\u043e\u0433\u043e \u0432\u0430\u0436\u043d\u0435\u0435 \u0435\u0433\u043e \u0432\u043d\u0435\u0448\u043d\u0438\u0445 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0439.<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u0412\u041e\u0421\u041f\u0418\u0422\u0410\u041d\u0418\u0415 \u0414\u0415\u0422\u0415\u0419.<\/strong> \u0410\u0443\u0434\u0438\u043e \u0437\u0430\u043f\u0438\u0441\u044c.<\/p>\n\n\n\n<figure class=\"wp-block-audio\"><audio controls src=\"https:\/\/energypsy.ru\/wp-content\/uploads\/2024\/04\/\u0412\u043e\u0441\u043f\u0438\u0442\u0430\u043d\u0438\u0435.mp3\"><\/audio><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/energypsy.ru\/\" target=\"_blank\" rel=\"noreferrer noopener\">\u041d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0421\u041e\u0414\u0415\u0420\u0416\u0410\u041d\u0418\u0415<\/a><\/p>\n\n\n\n<figure class=\"wp-block-image is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"741\" height=\"161\" src=\"https:\/\/energypsy.ru\/wp-content\/uploads\/2023\/07\/1I-am.jpg\" alt=\"\" class=\"wp-image-416\" style=\"width:333px;height:auto\" srcset=\"https:\/\/energypsy.ru\/wp-content\/uploads\/2023\/07\/1I-am.jpg 741w, https:\/\/energypsy.ru\/wp-content\/uploads\/2023\/07\/1I-am-300x65.jpg 300w\" sizes=\"auto, (max-width: 741px) 100vw, 741px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>&#x2718; &#x1f50d; \u041a\u0422\u041e \u041a\u041e\u0413\u041e \u0411\u0423\u0414\u0415\u0422 \u0412\u041e\u0421\u041f\u0418\u0422\u042b\u0412\u0410\u0422\u042c? \u00ab\u0414\u0435\u0442\u0435\u0439 \u0432\u043e\u0441\u043f\u0438\u0442\u044b\u0432\u0430\u0435\u0442 \u0442\u043e,\u0447\u0435\u043c \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0432\u0437\u0440\u043e\u0441\u043b\u044b\u0439 \u0447\u0435\u043b\u043e\u0432\u0435\u043a,\u0430 \u043d\u0435 \u0442\u043e, \u0447\u0442\u043e \u043e\u043d \u0433\u043e\u0432\u043e\u0440\u0438\u0442\u00bb,&nbsp;&#8211; \u041a.\u0413. \u042e\u043d\u0433.&nbsp; \u041e\u0431\u044b\u0447\u043d\u044b\u0439 \u0441\u043e\u0432\u0435\u0442 \u21161. \u0420\u0430\u0441\u0441\u043c\u043e\u0442\u0440\u0438\u043c \u0442\u0438\u043f\u0438\u0447\u043d\u0443\u044e \u0441\u0438\u0442\u0443\u0430\u0446\u0438\u044e, \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c \u0440\u0435\u0431\u0451\u043d\u043e\u043a \u0437\u0430\u0445\u043e\u0442\u0435\u043b \u0438\u0433\u0440\u0443\u0448\u043a\u0443 \u0438 \u0435\u043c\u0443 \u0432 \u044d\u0442\u043e\u043c \u043f\u043e \u043a\u0430\u043a\u043e\u0439-\u0442\u043e \u043f\u0440\u0438\u0447\u0438\u043d\u0435 \u043e\u0442\u043a\u0430\u0437\u0430\u043b\u0438. \u041e\u043d \u0437\u0430\u043f\u043b\u0430\u043a\u0430\u043b \u0438 \u0442\u0443\u0442 \u0436\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u043b \u0437\u0430\u0432\u0435\u0442\u043d\u0443\u044e \u0438\u0433\u0440\u0443\u0448\u043a\u0443. \u0422\u0430\u043a \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u0438 \u043f\u0440\u0438\u0443\u0447\u0430\u044e\u0442 \u0441\u0432\u043e\u0435\u0433\u043e \u0440\u0435\u0431\u0451\u043d\u043a\u0430 \u043a\u0430\u043f\u0440\u0438\u0437\u043d\u0438\u0447\u0430\u0442\u044c. \u0422\u0430\u043a\u043e\u0439 \u0432\u044b\u0432\u043e\u0434 \u0443 \u043c\u043d\u043e\u0433\u0438\u0445 [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-942","post","type-post","status-publish","format-standard","hentry","category-1"],"_links":{"self":[{"href":"https:\/\/energypsy.ru\/index.php?rest_route=\/wp\/v2\/posts\/942","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/energypsy.ru\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/energypsy.ru\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/energypsy.ru\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/energypsy.ru\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=942"}],"version-history":[{"count":7,"href":"https:\/\/energypsy.ru\/index.php?rest_route=\/wp\/v2\/posts\/942\/revisions"}],"predecessor-version":[{"id":1860,"href":"https:\/\/energypsy.ru\/index.php?rest_route=\/wp\/v2\/posts\/942\/revisions\/1860"}],"wp:attachment":[{"href":"https:\/\/energypsy.ru\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=942"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/energypsy.ru\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=942"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/energypsy.ru\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=942"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}