{"id":1899,"date":"2025-03-25T20:49:11","date_gmt":"2025-03-25T17:49:11","guid":{"rendered":"https:\/\/energypsy.ru\/?p=1899"},"modified":"2025-04-14T00:13:42","modified_gmt":"2025-04-13T21:13:42","slug":"three-main-laws-of-the-universe","status":"publish","type":"post","link":"https:\/\/energypsy.ru\/?p=1899","title":{"rendered":"Three Main Laws of the Universe"},"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=623\"\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=1899\"\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=2176\"\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\">Each country has its own laws, which differ from each other. Here we will consider other Universal Laws that operate everywhere: in any country and even in other Galaxies. <\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"533\" src=\"https:\/\/energypsy.ru\/wp-content\/uploads\/2024\/02\/milky-way.jpg\" alt=\"\" class=\"wp-image-657\" srcset=\"https:\/\/energypsy.ru\/wp-content\/uploads\/2024\/02\/milky-way.jpg 800w, https:\/\/energypsy.ru\/wp-content\/uploads\/2024\/02\/milky-way-300x200.jpg 300w, https:\/\/energypsy.ru\/wp-content\/uploads\/2024\/02\/milky-way-768x512.jpg 768w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Various Teachers report about these laws in numerous messages. How can we be sure of the truth of such laws? Each of us, having analyzed our lives, will find confirmation or refutation of each law. In addition, we have the main internal criterion that everything in this world is Love. This is what the Basic Law of Subtle Energy Exchange says. Moreover, this knowledge does not need logical proof, since this truth is written inside each of us in the subconscious.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Criterion:<\/p>\n\n\n\n<p class=\"has-text-align-center has-contrast-2-color has-text-color has-link-color wp-elements-6e9c84238a4f56106f0feec07044132d wp-block-paragraph\"><strong>If the law is aimed at increasing the energy of Love, then it is true. If the law suppresses Love, then we have every reason to doubt its truth.<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Having studied numerous messages and channelings concerning the Laws of the Universe, I stopped at the messages of the Father Absolute transmitted through Marta, the site Vozrozhdenie <a href=\"https:\/\/vozrojdeniesveta.com\">https:\/\/vozrojdeniesveta.com<\/a>. The most detailed and systematic description of the Laws of the Universe can be found on this site.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Father Absolute: \u201cUniversal Laws are a set of those Divine components that in their ideal combination form the energy space of Love, which is the source of all that exists, from which human souls come to Earth and where they return after the death of the physical body of man.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">And the one who manages to comprehend these laws and live in accordance with them, moves to a completely different level of existence, where negative energies cannot penetrate due to the vibrational gap that lies between them and the Divine energy of Love in its pure form.\u201d<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Let&#8217;s Let&#8217;s analyze the connection of these laws with the energy of Love and then consider the harmonization of various life situations by applying the Laws of the Universe.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Father-Absolute: &#8220;There are three basic Laws of the Universe, from which all others originate.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/energypsy.ru\/?p=1902\" target=\"_blank\" rel=\"noreferrer noopener\">The First Law of Reflection. <strong>All that is Above is Below, or the External reflects the Internal.<\/strong><\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/energypsy.ru\/?p=1905\" target=\"_blank\" rel=\"noreferrer noopener\">The Second Law of Attraction (Similarity). <strong>Like always attracts like, or Energies are attracted by vibrations<\/strong><\/a><strong>.<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/energypsy.ru\/?p=1909\">The Third Law of Unity. <strong>The Law of Integrality and Unity, or everything in the Universe is a part of the One Whole&#8221;<\/strong><\/a><strong>.<\/strong><\/p>\n\n\n\n<p class=\"has-text-align-center wp-block-paragraph\"><strong>Connection and unity of the laws of the Universe<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The Law of Reflection and the Law of Attraction (Similarity) are closely intertwined in meaning:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The Law of Reflection: The External reflects the Internal. This means the Universe will return to you what is inside you.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Law of Attraction: Like always attracts like. This means the Universe will send you what you are.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The Law of Reflection is closely related to the Law of Unity.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Law of Reflection: As Above, so Below, or the Outer reflects the Inner. This is essentially an expression of the unity of all that exists: everything in the Universe is a part of the One Whole.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This happens because the three main Laws of the Universe are based on the single energy of Unconditional Love and are its expression.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>The connection of the laws of the Universe with the Basic law of subtle energy exchange<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The three main Laws of the Universe are an expression of the fact that the entire universe is a manifestation of the energy of Unconditional Love. Einstein considers Unconditional Love as the basis for constructing the Unified Field, responsible for all physical manifestations (see <a href=\"https:\/\/energypsy.ru\/?p=1966\" target=\"_blank\" rel=\"noreferrer noopener\">The Basic Law of Subtle Energy Exchange<\/a>). Thus, the basis of the Three Main Laws of the Universe and the Basic Law of Subtle Energy Exchange is one and the same &#8211; it is the energy of Love.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The Basic Law of Subtle Energy Exchange emphasizes the amount of subtle energy of Love, and is a specification, first of all, of the Law of Unity. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To understand people&#8217;s behavior in various situations, along with the Three Main Laws of the Universe, it is convenient to use the consequences of these laws, as well as the Basic Law of subtle energy exchange.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Many other laws of the Universe are consequences of the Three Main Laws.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Next, we will consider such very important laws now: <a href=\"https:\/\/energypsy.ru\/?p=1956\" target=\"_blank\" rel=\"noreferrer noopener\">The Law of Opposites<\/a>, <a href=\"https:\/\/energypsy.ru\/?p=1960\" target=\"_blank\" rel=\"noreferrer noopener\">The Law of Free Will<\/a> and <a href=\"https:\/\/energypsy.ru\/?p=1958\" target=\"_blank\" rel=\"noreferrer noopener\">The Law of Cause and Effect<\/a>, <a href=\"https:\/\/energypsy.ru\/?p=1962\" target=\"_blank\" rel=\"noreferrer noopener\">The Law of Abundance<\/a>.<\/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\">To the CONTENTS page<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>&#x2718; &#x1f50d; \u0420\u0443\u0441\u0441\u043a\u0438\u0439 English Espa\u00f1ol Each country has its own laws, which differ from each other. Here we will consider other Universal Laws that operate everywhere: in any country and even in other Galaxies. Various Teachers report about these laws in numerous messages. How can we be sure of the truth of such laws? Each [&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-1899","post","type-post","status-publish","format-standard","hentry","category-1"],"_links":{"self":[{"href":"https:\/\/energypsy.ru\/index.php?rest_route=\/wp\/v2\/posts\/1899","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=1899"}],"version-history":[{"count":7,"href":"https:\/\/energypsy.ru\/index.php?rest_route=\/wp\/v2\/posts\/1899\/revisions"}],"predecessor-version":[{"id":2979,"href":"https:\/\/energypsy.ru\/index.php?rest_route=\/wp\/v2\/posts\/1899\/revisions\/2979"}],"wp:attachment":[{"href":"https:\/\/energypsy.ru\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1899"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/energypsy.ru\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1899"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/energypsy.ru\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1899"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}