{"id":1974,"date":"2025-03-25T21:25:32","date_gmt":"2025-03-25T18:25:32","guid":{"rendered":"https:\/\/energypsy.ru\/?p=1974"},"modified":"2025-04-14T01:00:16","modified_gmt":"2025-04-13T22:00:16","slug":"integrity","status":"publish","type":"post","link":"https:\/\/energypsy.ru\/?p=1974","title":{"rendered":"Integrality"},"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\/?p=1167\"\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\/?p=1974\"\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\/?p=2202\"\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=\"wp-block-paragraph\">Perhaps no other concept causes as much heated debate as Integrity. But it is Integrity that is a direct consequence of the Law of the Universe &#8211; the Law of Unity (see Chapter <a href=\"https:\/\/energypsy.ru\/?p=1909\">The Third Law of the Universe \u2013 the Law of Unity<\/a>).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Opponents of the idea of \u200b\u200bIntegrality justify their position approximately as follows: &#8220;Our world is a combination of opposites: good and evil, white and black, male and female. The struggle of opposites ensures development and life itself. INTEGRALITY is an artificial concept, which has no examples in our reality. Integrality, as the achievement of a balance of all possible potentials, is undoubtedly death or a state similar to death. Let it not be death, but eternal life, but this certainly has nothing to do with us.&#8221;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Or like this: &#8220;There is no idea more detached from life than INTEGRALITY, since it implies a complete acceptance of evil. You can philosophize about the good of such an approach as much as you like, but it will all end in an instant in a real encounter with causeless and cruel evil. Only a person who is not personally affected by this can endure this without condemnation! An angel will never unite with a demon, light with darkness! Integrality is just an imaginary, non-existent ideal.&#8221;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Such reasoning about Integrality is very logical, because Duality is our reality. We have become accustomed to it and merged with it. Duality has permeated our subconscious. We look at the world through the glasses of Duality. In order to see, describe and distinguish, we <strong>oppose<\/strong>. This is our way of knowing and communicating.<\/p>\n\n\n\n<p class=\"has-accent-color has-text-color has-link-color wp-elements-61ff86a4284d46041fb8fdfe7cae76cb wp-block-paragraph\"><strong><em>&#8220;I think contradictions. My truth is blurred into pieces, and I can only consider them individually,&#8221;  Antoine de Saint-Exup\u00e9ry.<\/em><\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It is difficult, and perhaps impossible, to come to Integrality through logical reasoning. What is needed here is a qualitative leap immediately to another level. There is something in us that is higher than logic, which manifests itself as intuitive insight. Insight can happen at critical or shocking moments in our lives, when we disidentify with the situation and with our ego. Then we just know:<\/p>\n\n\n\n<p class=\"has-text-align-center has-accent-3-color has-text-color has-link-color wp-elements-463bc878320aa24905b363c70c262669 wp-block-paragraph\"><strong>Everything is Love and there is nothing but Love. <\/strong><\/p>\n\n\n\n<p class=\"has-accent-3-color has-text-color has-link-color wp-elements-ee9fb47f7420d0d084a99d4c9db48aad wp-block-paragraph\"><strong><em>&#8220;God is love and love is God. When you adhere to this principle of love and develop love in relationships, you will attain the state of Wholeness,&#8221;  Sathya Sai Baba.<\/em><\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The idea of \u200b\u200bWholeness, contrary to the dual mind, is achieved through Love. When we take off the glasses of Duality, we discover how beautiful the world is: where before there were irreconcilable contradictions, pain and suffering, now there is harmony and Love. We begin to see Love in the most terrible, as it seemed to us before, events. This is Her Majesty Integrality coming to us, taking us by the hand and leading us straight to Paradise, to Nirvana.<\/p>\n\n\n\n<p class=\"has-accent-color has-text-color has-link-color wp-elements-5f48ee37947099baf1e716596d560281 wp-block-paragraph\"><em><strong>&#8220;Man is a part of the whole, called by us the Universe, a part limited in time and space. He feels himself, his thoughts and feelings, as something separate from everything else, and this is, in a way, an optical illusion of his consciousness. This illusion is a kind of prison, limiting us to our personal desires and love for a few closest people. Our task is to free ourselves from this prison by expanding the circle of our commiseration, which should embrace all living beings and all the beautiful nature, \u201d Albert Einstein.<\/strong><\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">And what about logic? The World of Integrality turned out to be illogical? What about Reason? Should Reason really be discarded?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Exactly the opposite. We are surprised to discover that the Holistic world is much more &#8220;friends with the head&#8221; than the previous one. This is evident in the fact that many more phenomena now have a logically consistent explanation compared to the world where kingst Duality. True, there are paradoxes in the new world at every step, but this is not a property of this world, but a contradiction of the world of Integrality with our dogmas and stereotypes from the world of Duality.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Having accepted with our hearts the world of Integrality as the only true one, we are left with views and stereotypes from the world of Duality. This causes numerous contradictions between the new and the familiar. From the logic of Duality, one should expect that these actions will bring such and such a result in this situation. But in life we \u200b\u200bvery often observe that the result is exactly the opposite of what was expected. Why is that? Because in fact we live in the world of Integrality. And Duality is an illusion.<\/p>\n\n\n\n<p class=\"has-accent-color has-text-color has-link-color wp-elements-6a4ddbc5939d24a3c4910ece9c26fa42 wp-block-paragraph\"><strong><em>&#8220;In the sky there is no distinction between East and West; people create distinctions with their minds and then consider them to be true,&#8221;  Buddha.<\/em><\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">And so, step by step, realizing event after event from the point of view of Wholeness, we reorient our consciousness to a more correct picture of the world, capable of explaining many more phenomena. This is the road to Integrality through awareness.<\/p>\n\n\n\n<p class=\"has-contrast-color has-text-color has-link-color wp-elements-97198cbad62509da24638895e1262663 wp-block-paragraph\">How often do we encounter contradictions between the world of Integrality and the world of Duality? If rarely, is it worth paying so much attention to this?<\/p>\n\n\n\n<p class=\"has-contrast-color has-text-color has-link-color wp-elements-cb7088a6b9fd6dc46626835f5af1c368 wp-block-paragraph\">Integrality and Duality are the soil from which our emotions grow. The vast majority of our thoughts cause us to have certain emotions. And what kind of emotions these will be depends not so much on the real situation as on the soil in which they grew. And the soil is nothing other than our inner state. Integrality gives rise to emotions of happiness, since nothing can cause condemnation. Integrality is the key to Paradise, to Nirvana.<\/p>\n\n\n\n<p class=\"has-accent-color has-text-color has-link-color wp-elements-266b61e939ca8b72ec2f902dd42b28ad wp-block-paragraph\"><strong><em>&#8220;What is made of love is always beyond good and evil,&#8221;  Friedrich Wilhelm Nietzsche. Beyond Good and Evil.<\/em><\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Let&#8217;s give an example of the contradiction between the worlds of Duality and Integrality. Since these contradictions permeate everything, nothing will prevent us from considering such a phenomenon as achieving happiness.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In the world of Duality, everything is simple and logical: what causes emotions in us that distance us from the state of happiness must be removed. Then only happy emotions will remain. In other words, all Evil must be destroyed and then there will be happiness. Is it necessary to write that in life such an approach will realize <strong>exactly the opposite result.<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A paradox that we have all encountered many times: <br>&#8220;<strong>Evil will blossom in full bloom if you try to destroy it.&#8221;<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"> How to fill your life with happiness? Should you really come to terms with what causes you righteous indignation?<\/p>\n\n\n\n<p class=\"has-accent-color has-text-color has-link-color wp-elements-ec0c71940ae9af1b96c361f023955302 wp-block-paragraph\"><strong><em>&#8220;Everything that irritates you in other people is just a projection of your unresolved internal problems,&#8221;  Buddha. <\/em><\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">From the point of view of Integrality, this question itself is absurd. How can you reject yourself or fight with yourself. After all, this is madness!<\/p>\n\n\n\n<p class=\"has-accent-color has-text-color has-link-color wp-elements-5f4c9c35c3a8e54b47198c0dea8b8888 wp-block-paragraph\"><strong><em>&#8220;Our faults and our virtues are as inseparable as force and matter. If they are separated, man no longer exists,&#8221;  Nikola Tesla.<\/em><\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">When we understand that everything that causes us negative feelings is absolutely necessary for our spiritual growth, then our fighting spirit will immediately subside. Moreover, we tend to see in people, first of all, our own shortcomings (see chapter <a href=\"https:\/\/energypsy.ru\/?p=445\"><\/a><a href=\"https:\/\/energypsy.ru\/?p=445\" target=\"_blank\" rel=\"noreferrer noopener\"><\/a><a href=\"https:\/\/energypsy.ru\/?p=2002\">The mind is our advocate<\/a>).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It is precisely the rejection of shortcomings that often creates an insurmountable barrier to happy relationships between people. This crooked, this cross-eyed, this dreamer, and that one a deceiver&#8230;<\/p>\n\n\n\n<p class=\"has-accent-color has-text-color has-link-color wp-elements-aa8f98f4ceaec34dbf40ec15410eef1a wp-block-paragraph\"><strong><em>&#8220;You can&#8217;t be friends only with the sunny side of a person,&#8221;  Erlend Loo, quote from the book &#8220;Fvonk&#8221;.<\/em><\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It turns out that Integrality does not hear the question of the fight against evil. And in the state of Integrality, happiness is inevitable. But it is important for us to know how to achieve happiness from our state.<\/p>\n\n\n\n<p class=\"has-accent-color has-text-color has-link-color wp-elements-cf68ad19010353406361543b25603fb4 wp-block-paragraph\"><strong><em>&#8220;You don&#8217;t need anything to be happy. You need something to be unhappy,&#8221;  Papaji.<\/em><\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Perhaps it is worth trying to look at everything through the eyes of Integrality. To see yourself, God and Love in everything. Even in the Darkness!<\/p>\n\n\n\n<p class=\"has-accent-color has-text-color has-link-color wp-elements-befa88bfb79ef936a81061cb4b7c1553 wp-block-paragraph\"><strong><em>&#8220;To know the darkness within yourself is the best way to deal with the darkness in others,&#8221;  Carl Jung.<\/em><\/strong><\/p>\n\n\n\n<p class=\"has-contrast-color has-text-color has-link-color wp-elements-d2f544ff83ab363d3c3f064e1f4295ef wp-block-paragraph\">In the world everything is based on the energy of Love (see chapter <strong><a href=\"https:\/\/energypsy.ru\/?p=1966\" target=\"_blank\" rel=\"noreferrer noopener\">The Basic Law of Subtle Energy Exchange<\/a><\/strong>). Therefore, Integrality is our reality. And enlightenment is when a person begins to see the energy of Love everywhere.<\/p>\n\n\n\n<p class=\"has-accent-color has-text-color has-link-color wp-elements-035b664c4d3d7b41af891539a4dbe62d wp-block-paragraph\"><strong><em>&#8220;The face of even the most evil person blossoms when he is told that he is loved. Therefore, in this lies happiness\u2026,\u201d  Leo Tolstoy.<\/em><\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The path to the 5th dimension, the path of spiritual growth is the expansion of one\u2019s area of \u200b\u200bIntegrality.<\/p>\n\n\n\n<p class=\"has-accent-color has-text-color has-link-color wp-elements-1250eefe4779d9d09d5ed1c16049516d wp-block-paragraph\"><strong>Everything that expands our horizons of Love and acceptance is a blessing. And vice versa, everything that narrows us, forcing us to reject something is degradation (see chapter <\/strong><a href=\"https:\/\/energypsy.ru\/?p=1976\"><strong>The Principle of Extension<\/strong><\/a>)<strong>.<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In energy-informational psychology, it was precisely thanks to the concept of Integrity that it was possible to consistently explain people&#8217;s behavior in such complex cases as addictions, mental illnesses, the behavior of a maniac, etc.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"640\" height=\"560\" src=\"https:\/\/energypsy.ru\/wp-content\/uploads\/2024\/06\/Integrity.jpg\" alt=\"\" class=\"wp-image-1177\" srcset=\"https:\/\/energypsy.ru\/wp-content\/uploads\/2024\/06\/Integrity.jpg 640w, https:\/\/energypsy.ru\/wp-content\/uploads\/2024\/06\/Integrity-300x263.jpg 300w\" sizes=\"auto, (max-width: 640px) 100vw, 640px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/energypsy.ru\/?page_id=1876\" target=\"_blank\" rel=\"noreferrer noopener\">To the CONTENTS page<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>&#x2718; &#x1f50d; \u0420\u0443\u0441\u0441\u043a\u0438\u0439 English Espa\u00f1ol Perhaps no other concept causes as much heated debate as Integrity. But it is Integrity that is a direct consequence of the Law of the Universe &#8211; the Law of Unity (see Chapter The Third Law of the Universe \u2013 the Law of Unity). Opponents of the idea of \u200b\u200bIntegrality [&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-1974","post","type-post","status-publish","format-standard","hentry","category-1"],"_links":{"self":[{"href":"https:\/\/energypsy.ru\/index.php?rest_route=\/wp\/v2\/posts\/1974","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=1974"}],"version-history":[{"count":18,"href":"https:\/\/energypsy.ru\/index.php?rest_route=\/wp\/v2\/posts\/1974\/revisions"}],"predecessor-version":[{"id":2995,"href":"https:\/\/energypsy.ru\/index.php?rest_route=\/wp\/v2\/posts\/1974\/revisions\/2995"}],"wp:attachment":[{"href":"https:\/\/energypsy.ru\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1974"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/energypsy.ru\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1974"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/energypsy.ru\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1974"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}