It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://shpargalka.work

  1. <!-- This page is cached by the Hummingbird Performance plugin v3.8.0 - https://wordpress.org/plugins/hummingbird-performance/. --><!DOCTYPE html>
  2. <html lang="ru-RU">
  3. <head>
  4. <meta charset="UTF-8">
  5.    <link rel="preload" href="https://shpargalka.work/wp-content/themes/generatepress/assets/fonts/generatepress.woff2" as="font" crossorigin="anonymous">
  6.        <style>
  7.        .pro-wccp:before {
  8.            content: "\f160";
  9.            top: 3px;
  10.        }
  11.        .pro-wccp:before{
  12.            color:#02CA03 !important
  13.        }
  14.        .pro-wccp {
  15.            transform: rotate(45deg);
  16.        }
  17.    </style>
  18.    <script type="wphb-delay-type" id="wccp_pro_disable_selection">
  19.  
  20. var image_save_msg = 'You are not allowed to save images!';
  21.  
  22. var no_menu_msg = 'Context menu disabled!';
  23.  
  24. var smessage = "<b>Alert:</b> Content is protected !!";
  25.  
  26.  
  27. "use strict";
  28. /* This because search property "includes" does not supported by IE*/
  29. if (!String.prototype.includes) {
  30. String.prototype.includes = function(search, start) {
  31.  if (typeof start !== 'number') {
  32. start = 0;
  33.  }
  34.  
  35.  if (start + search.length > this.length) {
  36. return false;
  37.  } else {
  38. return this.indexOf(search, start) !== -1;
  39.  }
  40. };
  41. }
  42. /*////////////////////////////////////*/
  43. let canCall = true;
  44.  
  45. function call_disable_copy_WithDelay(e) {
  46.  if (canCall) {
  47.    canCall = false;
  48.    disable_copy(e);
  49.    setTimeout(() => {
  50.      canCall = true;
  51.    }, 1000);
  52.  }
  53. }
  54.  
  55. function disable_copy(e)
  56. {
  57. window.wccp_pro_iscontenteditable_flag = false;
  58. wccp_pro_log_to_console_if_allowed("function", "disable_copy");
  59. var e = e || window.event; // also there is no e.target property in IE. instead IE uses window.event.srcElement
  60.  
  61. var target = e.target || e.srcElement;
  62.  
  63. var elemtype = e.target.nodeName;
  64. elemtype = elemtype.toUpperCase();
  65. if (apply_class_exclusion(e) == "Yes") return true;
  66.  
  67. if(wccp_pro_iscontenteditable(e) == true) {return true;}
  68. if(is_content_editable_element(current_clicked_element) == true)
  69. {
  70. return true;
  71. }
  72. else
  73. {
  74. if (smessage !== "" && e.detail == 2)
  75. show_wccp_pro_message(smessage);
  76. if (isSafari)
  77. {
  78. return true;
  79. }
  80. else
  81. {
  82. //wccp_pro_clear_any_selection();
  83. return false;
  84. }
  85. }
  86. /*disable context menu when shift + right click is pressed*/
  87. var shiftPressed = 0;
  88. var evt = e?e:window.event;
  89. if (parseInt(navigator.appVersion)>3) {
  90. if (document.layers && navigator.appName=="Netscape")
  91. shiftPressed = (e.modifiers-0>3);
  92. else
  93. shiftPressed = e.shiftKey;
  94. if (shiftPressed) {
  95. if (smessage !== "") show_wccp_pro_message(smessage);
  96. var isFirefox = typeof InstallTrigger !== 'undefined';   /* Firefox 1.0+ */
  97. if (isFirefox) {
  98. evt.cancelBubble = true;
  99. if (evt.stopPropagation) evt.stopPropagation();
  100. if (evt.preventDefault()) evt.preventDefault();
  101. show_wccp_pro_message (smessage);
  102. wccp_pro_clear_any_selection();
  103. return false;
  104. }
  105. wccp_pro_clear_any_selection();
  106. return false;
  107. }
  108. }
  109. if(e.which === 2 ){
  110. var clickedTag_a = (e==null) ? event.srcElement.tagName : e.target.tagName;
  111.   show_wccp_pro_message(smessage);
  112.       wccp_pro_clear_any_selection(); return false;
  113.    }
  114. var isSafari = /Safari/.test(navigator.userAgent) && /Apple Computer/.test(navigator.vendor);
  115. var checker_IMG = 'checked';
  116. if (elemtype == "IMG" && checker_IMG == 'checked' && e.detail == 2) {show_wccp_pro_message(alertMsg_IMG);wccp_pro_clear_any_selection();return false;}
  117.  
  118.    //elemtype must be merged by elemtype checker on function disable_copy & disable_hot_keys
  119. if (is_content_editable_element(elemtype) == false)
  120. {
  121. if (smessage !== "" && e.detail == 2)
  122. show_wccp_pro_message(smessage);
  123. if (isSafari)
  124. {
  125. return true;
  126. }
  127. else
  128. {
  129. wccp_pro_clear_any_selection(); return false;
  130. }
  131. }
  132. else
  133. {
  134. return true;
  135. }
  136. }
  137. ////////////////////////////
  138. function disable_copy_ie()
  139. {
  140. wccp_pro_log_to_console_if_allowed("function", "disable_copy_ie_function_started");
  141. var e = e || window.event;
  142. /*also there is no e.target property in IE.*/
  143. /*instead IE uses window.event.srcElement*/
  144.   var target = e.target || e.srcElement;
  145. var elemtype = window.event.srcElement.nodeName;
  146. elemtype = elemtype.toUpperCase();
  147.  
  148. if(wccp_pro_iscontenteditable(e) == true) return true;
  149. if (apply_class_exclusion(e) == "Yes") return true;
  150. if (elemtype == "IMG") {show_wccp_pro_message(alertMsg_IMG);return false;}
  151. //elemtype must be merged by elemtype checker on function disable_copy & disable_hot_keys
  152. if (is_content_editable_element(elemtype) == false)
  153. {
  154. return false;
  155. }
  156. }
  157. function disable_drag_text(e)
  158. {
  159. wccp_pro_log_to_console_if_allowed("function", "disable_drag_text");
  160. /*var isSafari = /Safari/.test(navigator.userAgent) && /Apple Computer/.test(navigator.vendor);*/
  161. /*if (isSafari) {show_wccp_pro_message(alertMsg_IMG);return false;}*/
  162. var e = e || window.event; // also there is no e.target property in IE. instead IE uses window.event.srcElement*/
  163.  
  164. var target = e.target || e.srcElement;
  165. /*For contenteditable tags*/
  166. if (apply_class_exclusion(e) == "Yes") return true;
  167.  
  168. var elemtype = e.target.nodeName;
  169. elemtype = elemtype.toUpperCase();
  170. var disable_drag_text_drop = 'checked';
  171. if (disable_drag_text_drop != "checked")  return true;
  172. if (window.location.href.indexOf("/user/") > -1) {
  173.      return true; /*To allow users to drag & drop images when editing thier profiles*/
  174.    }
  175. return false;
  176. }
  177.  
  178. /*/////////////////special for safari Start////////////////*/
  179. var onlongtouch;
  180.  
  181. var timer;
  182.  
  183. var touchduration = 1000; /*length of time we want the user to touch before we do something*/
  184.  
  185. var elemtype = "";
  186.  
  187. function touchstart(e)
  188. {
  189. wccp_pro_log_to_console_if_allowed("function", "touchstart");
  190. var e = e || window.event;
  191. /*also there is no e.target property in IE.*/
  192. /*instead IE uses window.event.srcElement*/
  193.   var target = e.target || e.srcElement;
  194. elemtype = window.event.srcElement.nodeName;
  195. elemtype = elemtype.toUpperCase();
  196. if(!wccp_pro_is_passive()) e.preventDefault();
  197. if (!timer) {
  198. timer = setTimeout(onlongtouch, touchduration);
  199. }
  200. }
  201.  
  202. function touchend()
  203. {
  204. wccp_pro_log_to_console_if_allowed("function", "touchend");
  205.    /*stops short touches from firing the event*/
  206.    if (timer) {
  207.        clearTimeout(timer);
  208.        timer = null;
  209.    }
  210. onlongtouch();
  211. }
  212.  
  213. onlongtouch = function(e)/*this will clear the current selection if any_not_editable_thing selected*/
  214. {
  215. wccp_pro_log_to_console_if_allowed("function", "onlongtouch");
  216. if (is_content_editable_element(elemtype) == false)
  217. {
  218. if (window.getSelection) {
  219. if (window.getSelection().empty) { /*Chrome*/
  220. window.getSelection().empty();
  221. } else if (window.getSelection().removeAllRanges) {  /*Firefox*/
  222. window.getSelection().removeAllRanges();
  223. }
  224. } else if (document.selection) {  /*IE?*/
  225. var textRange = document.body.createTextRange();
  226. textRange.moveToElementText(element);
  227. textRange.select();
  228.  
  229. document.selection.empty();
  230. }
  231. return false;
  232. }
  233. };
  234.  
  235. document.addEventListener("DOMContentLoaded", function(event)
  236. {
  237. window.addEventListener("touchstart", touchstart, false);
  238. window.addEventListener("touchend", touchend, false);
  239. });
  240.  
  241.  
  242. function wccp_pro_is_passive()
  243. {
  244. wccp_pro_log_to_console_if_allowed("function", "wccp_pro_is_passive");
  245. var cold = false,
  246. hike = function() {};
  247.  
  248. try {
  249. var aid = Object.defineProperty({}, 'passive', {
  250. get() {cold = true}
  251. });
  252. window.addEventListener('test', hike, aid);
  253. window.removeEventListener('test', hike, aid);
  254. } catch (e) {}
  255.  
  256. return cold;
  257. }
  258. /*/////////////////////////////////////////////////////////////////*/
  259. function reEnable()
  260. {
  261. return true;
  262. }
  263.  
  264. if(navigator.userAgent.indexOf('MSIE')==-1) //If not IE
  265. {
  266. document.ondragstart = disable_drag_text;
  267. document.onselectstart = call_disable_copy_WithDelay;
  268. document.onselectionchange = call_disable_copy_WithDelay;
  269. //document.onmousedown = disable_copy;
  270. //document.addEventListener('click', disable_copy, false);
  271. //document.addEventListener('click', set_current_clicked_element, false);
  272. document.addEventListener('mousedown', set_current_clicked_element, false);
  273. //document.onclick = reEnable;
  274. }else
  275. {
  276. document.onselectstart = disable_copy_ie;
  277. }
  278.  
  279. var current_clicked_element = "";
  280.  
  281. var current_clicked_object = null;
  282.  
  283. function set_current_clicked_element(e)
  284. {
  285. var e = e || window.event; // also there is no e.target property in IE. instead IE uses window.event.srcElement
  286.  
  287. var target = e.target || e.srcElement;
  288.  
  289. var elemtype = e.target.nodeName;
  290. elemtype = elemtype.toUpperCase();
  291. current_clicked_element = elemtype;
  292. console.log("current_clicked_element = " + current_clicked_element);
  293. }
  294. </script>
  295. <script type="wphb-delay-type" id="wccp_pro_disable_hot_keys">
  296. /*****************For contenteditable tags***************/
  297. var wccp_pro_iscontenteditable_flag = false;
  298.  
  299. function wccp_pro_iscontenteditable(e)
  300. {
  301. var e = e || window.event; // also there is no e.target property in IE. instead IE uses window.event.srcElement
  302.  
  303. var target = e.target || e.srcElement;
  304. var iscontenteditable = "false";
  305. if(typeof target.getAttribute!="undefined" )
  306. {
  307. iscontenteditable = target.getAttribute("contenteditable"); // Return true or false as string
  308. if(typeof target.hasAttribute!="undefined")
  309. {
  310. if(target.hasAttribute("contenteditable"))
  311. iscontenteditable = true;
  312. }
  313. }
  314. console.log("iscontenteditable:" + iscontenteditable);
  315. var iscontenteditable2 = false;
  316. if(typeof target.isContentEditable!="undefined" ) iscontenteditable2 = target.isContentEditable; // Return true or false as boolean
  317.  
  318. if(target.parentElement !=null) iscontenteditable2 = target.parentElement.isContentEditable;
  319. if (iscontenteditable == "true" || iscontenteditable == true || iscontenteditable2 == true)
  320. {
  321. if(typeof target.style!="undefined" ) target.style.cursor = "text";
  322. //wccp_pro_log_to_console_if_allowed("", iscontenteditable + " " + iscontenteditable2);
  323. wccp_pro_iscontenteditable_flag = true;
  324. wccp_pro_log_to_console_if_allowed("function", "wccp_pro_iscontenteditable: true");
  325. return true;
  326. }
  327. wccp_pro_log_to_console_if_allowed("function", "wccp_pro_iscontenteditable: false");
  328. //wccp_pro_iscontenteditable_flag = false;
  329. }
  330. /******************************************************/
  331. function wccp_pro_clear_any_selection()
  332. {
  333. if(window.wccp_pro_iscontenteditable_flag == true) return;
  334. wccp_pro_log_to_console_if_allowed("function", "wccp_pro_clear_any_selection");
  335. var myName = wccp_pro_clear_any_selection.caller.toString();
  336. myName = myName.substr('function '.length);
  337. myName = myName.substr(0, myName.indexOf('('));
  338.  
  339. console.log("called_by: " + myName);
  340. if (window.getSelection)
  341. {
  342. if (window.getSelection().empty)
  343. {  // Chrome
  344. window.getSelection().empty();
  345. } else if (window.getSelection().removeAllRanges)
  346. {  // Firefox
  347. window.getSelection().removeAllRanges();
  348. }
  349. } else if (document.selection)
  350. {  // IE?
  351. document.selection.empty();
  352. }
  353. //show_wccp_pro_message("You are not allowed to make this operation");
  354. }
  355.  
  356.  
  357. /*Is content_editable element*/
  358. function is_content_editable_element(element_name = "")
  359. {
  360. if (element_name == "TEXT" || element_name == "#TEXT" || element_name == "TEXTAREA" || element_name == "INPUT" || element_name == "PASSWORD" || element_name == "SELECT" || element_name == "OPTION" || element_name == "EMBED" || element_name == "CODE" || element_name == "CODEBLOCK")
  361. {
  362. wccp_pro_log_to_console_if_allowed("function", "is_content_editable_element: true >>" + element_name);
  363. return true;
  364. }
  365. wccp_pro_log_to_console_if_allowed("function", "is_content_editable_element: false >>" + element_name);
  366. return false;
  367. }
  368. /*Is selection enabled element*/
  369. /*
  370. function is_selection_enabled_element(element_name = "")
  371. {
  372. if (is_content_editable_element == true)
  373. {
  374. wccp_pro_log_to_console_if_allowed("function", "is_selection_enabled_element: true >>" + element_name);
  375. return true;
  376. }
  377. wccp_pro_log_to_console_if_allowed("function", "is_selection_enabled_element: false >>" + element_name);
  378. return false;
  379. }
  380. */
  381. /*Hot keys function  */
  382. function disable_hot_keys(e)
  383. {
  384. wccp_pro_log_to_console_if_allowed("function", "disable_hot_keys");
  385. e = e || window.event;
  386. //console.log(e);
  387. if (!e) return;
  388. var key;
  389.  
  390. if(window.event)
  391.  key = window.event.keyCode;     /*IE*/
  392. else if (e.hasOwnProperty("which")) key = e.which;     /*firefox (97)*/
  393.  
  394. wccp_pro_log_to_console_if_allowed("Data:", key);
  395. if (key == 123 || (e.ctrlKey && e.shiftKey && e.keyCode == 'J'.charCodeAt(0)) )//F12 chrome developer key disable
  396. {
  397. show_wccp_pro_message('You are not allowed to print or save this page!!');
  398. return false;
  399. }
  400. var elemtype = e.target.tagName;
  401. elemtype = elemtype.toUpperCase();
  402. var sel = getSelectionTextAndContainerElement();
  403. if(elemtype == "BODY" && sel.text != "") elemtype = sel.containerElement.tagName; /* no need for it when tag name is BODY, so we get the selected text tag name */
  404.  
  405. /*elemtype must be merged by elemtype checker on function disable_copy & disable_copy_ie*/
  406. if (is_content_editable_element(elemtype) == true)
  407. {
  408. elemtype = 'TEXT';
  409. }
  410. if(wccp_pro_iscontenteditable(e) == true) elemtype = 'TEXT';
  411. if (key == 44)/*For any emement type, text elemtype is not excluded here, (prntscr (44)*/
  412. {
  413. copyTextToClipboard("");
  414. show_wccp_pro_message('You are not allowed to print or save this page!!');
  415. return false;
  416. }
  417. if (e.ctrlKey || e.metaKey)
  418. {
  419. if (elemtype!= 'TEXT' && (key == 97 || key == 99 || key == 120 || key == 26 || key == 43))
  420. {
  421. show_wccp_pro_message('<b>Alert:</b> You are not allowed to copy content or view source');
  422. return false;
  423. }
  424. if (elemtype!= 'TEXT')
  425. {
  426. if (key == 65)
  427. {
  428. show_wccp_pro_message('You are not allowed to print or save this page!!');
  429. return false;
  430. }
  431. if (key == 67)
  432. {
  433. show_wccp_pro_message('You are not allowed to print or save this page!!');
  434. return false;
  435. }
  436. if (key == 88)
  437. {
  438. show_wccp_pro_message('You are not allowed to print or save this page!!');
  439. return false;
  440. }
  441. if (key == 86)
  442. {
  443. show_wccp_pro_message('You are not allowed to print or save this page!!');
  444. return false;
  445. } }
  446. if (key == 85)
  447. {
  448. show_wccp_pro_message('You are not allowed to print or save this page!!');
  449. return false;
  450. }
  451. if (key == 80)
  452. {
  453. show_wccp_pro_message('You are not allowed to print or save this page!!');
  454. return false;
  455. }
  456. if (key == 44)
  457. {
  458. copyTextToClipboard("no");
  459. show_wccp_pro_message('You are not allowed to print or save this page!!');
  460. return false;
  461. }
  462. if (key == 73)//F12 chrome developer key disable
  463. {
  464. show_wccp_pro_message('You are not allowed to print or save this page!!');
  465. return false;
  466. }
  467. if (key == 83)
  468. {
  469. show_wccp_pro_message('You are not allowed to print or save this page!!');
  470. return false;
  471. }    }
  472. return true;
  473. }
  474.  
  475.  
  476. window.addEventListener('load', function (){
  477. if(window.Zepto || !window.jQuery) jQuery =  $;
  478. jQuery(document).ready(function() {
  479.  jQuery(document).bind("keyup keydown", disable_hot_keys);
  480. });
  481. });
  482.  
  483. </script>
  484. <style>
  485. .wccp_pro_copy_code_button
  486. {
  487. line-height: 6px;
  488. width: auto;
  489. font-size: 8pt;
  490. font-family: tahoma;
  491. margin-top: 1px;
  492. margin-right: 2px;
  493. position:absolute;
  494. top:0;
  495. right:0;
  496. border-radius: 4px;
  497. opacity: 100%;
  498. margin-top: -30px;
  499. }
  500. .wccp_pro_copy_code_button:hover
  501. {
  502. opacity: 100%;
  503. }
  504.  
  505. .wccp_pro_copy_code_button[disabled]
  506. {
  507. opacity: 40%;
  508. border-color: red;
  509. }
  510. code,pre
  511. {
  512. overflow: visible;
  513. white-space: pre-line;
  514. }
  515. </style>
  516. <script type="wphb-delay-type" id="wccp_pro_disable_Right_Click">
  517. function nocontext(e) {
  518.  
  519. wccp_pro_log_to_console_if_allowed("function", "nocontext");
  520. e = e || window.event; // also there is no e.target property in IE. instead IE uses window.event.srcElement
  521. if (apply_class_exclusion(e) == 'Yes') return true;
  522.     var exception_tags = 'NOTAG,';
  523.        var clickedTag = (e==null) ? event.srcElement.tagName : e.target.tagName;
  524. console.log("clickedTag: " + clickedTag);
  525. var target = e.target || e.srcElement;
  526. var parent_tag = ""; var parent_of_parent_tag = "";
  527. if(target.parentElement != null)
  528. {
  529. parent_tag = target.parentElement.tagName;
  530. if(target.parentElement.parentElement != null) parent_of_parent_tag = target.parentElement.parentElement.tagName;
  531. }
  532.        var checker = 'checked';
  533.        if ((clickedTag == "IMG" || clickedTag == "FIGURE" || clickedTag == "SVG" || clickedTag == "PROTECTEDIMGDIV") && checker == 'checked') {
  534.            if (alertMsg_IMG != "")show_wccp_pro_message(alertMsg_IMG);
  535.            return false;
  536.        }else {exception_tags = exception_tags + 'IMG,';}
  537. checker = '';
  538. if ((clickedTag == "VIDEO" || clickedTag == "PROTECTEDWCCPVIDEO" || clickedTag == "EMBED") && checker == 'checked') {
  539.            if (alertMsg_VIDEO != "")show_wccp_pro_message(alertMsg_VIDEO);
  540.            return false;
  541.        }else {exception_tags = exception_tags + 'VIDEO,PROTECTEDWCCPVIDEO,EMBED,';}
  542.        
  543.        checker = 'checked';
  544.        if ((clickedTag == "A" || clickedTag == "TIME" || parent_tag == "A" || parent_of_parent_tag == "A") && checker == 'checked') {
  545.            if (alertMsg_A != "")show_wccp_pro_message(alertMsg_A);
  546.            return false;
  547.        }else {exception_tags = exception_tags + 'A,';if(parent_tag == "A" || parent_of_parent_tag == "A") clickedTag = "A";}
  548.  
  549.        checker = 'checked';
  550.        if ((clickedTag == "P" || clickedTag == "B" || clickedTag == "FONT" ||  clickedTag == "LI" || clickedTag == "UL" || clickedTag == "STRONG" || clickedTag == "OL" || clickedTag == "BLOCKQUOTE" || clickedTag == "TH" || clickedTag == "TR" || clickedTag == "TD" || clickedTag == "SPAN" || clickedTag == "EM" || clickedTag == "SMALL" || clickedTag == "I" || clickedTag == "BUTTON") && checker == 'checked') {
  551.            if (alertMsg_PB != "")show_wccp_pro_message(alertMsg_PB);
  552.            return false;
  553.        }else {exception_tags = exception_tags + 'P,B,FONT,LI,UL,STRONG,OL,BLOCKQUOTE,TD,SPAN,EM,SMALL,I,BUTTON,';}
  554.        
  555.        checker = 'checked';
  556.        if ((clickedTag == "INPUT" || clickedTag == "PASSWORD") && checker == 'checked') {
  557.            if (alertMsg_INPUT != "")show_wccp_pro_message(alertMsg_INPUT);
  558.            return false;
  559.        }else {exception_tags = exception_tags + 'INPUT,PASSWORD,';}
  560.        
  561.        checker = 'checked';
  562.        if ((clickedTag == "H1" || clickedTag == "H2" || clickedTag == "H3" || clickedTag == "H4" || clickedTag == "H5" || clickedTag == "H6" || clickedTag == "ASIDE" || clickedTag == "NAV") && checker == 'checked') {
  563.            if (alertMsg_H != "")show_wccp_pro_message(alertMsg_H);
  564.            return false;
  565.        }else {exception_tags = exception_tags + 'H1,H2,H3,H4,H5,H6,';}
  566.        
  567.        checker = 'checked';
  568.        if (clickedTag == "TEXTAREA" && checker == 'checked') {
  569.            if (alertMsg_TEXTAREA != "")show_wccp_pro_message(alertMsg_TEXTAREA);
  570.            return false;
  571.        }else {exception_tags = exception_tags + 'TEXTAREA,';}
  572.        
  573.        checker = 'checked';
  574.        if ((clickedTag == "DIV" || clickedTag == "BODY" || clickedTag == "HTML" || clickedTag == "ARTICLE" || clickedTag == "SECTION" || clickedTag == "NAV" || clickedTag == "HEADER" || clickedTag == "FOOTER") && checker == 'checked') {
  575.            if (alertMsg_EmptySpaces != "")show_wccp_pro_message(alertMsg_EmptySpaces);
  576.            return false;
  577.        }
  578.        else
  579.        {
  580.         if (exception_tags.indexOf(clickedTag)!=-1)
  581.         {
  582.         return true;
  583.        }
  584.         else
  585.         return false;
  586.        }
  587.    }
  588. function disable_drag_images(e)
  589. {
  590. wccp_pro_log_to_console_if_allowed("function", "disable_drag_images");
  591. var e = e || window.event; // also there is no e.target property in IE. instead IE uses window.event.srcElement
  592. var target = e.target || e.srcElement;
  593. //For contenteditable tags
  594. if (apply_class_exclusion(e) == "Yes") return true;
  595.  
  596. var elemtype = e.target.nodeName;
  597. if (elemtype != "IMG") {return;}
  598. elemtype = elemtype.toUpperCase();
  599. var disable_drag_drop_images = 'checked';
  600. if (disable_drag_drop_images != "checked")  return true;
  601. if (window.location.href.indexOf("/user/") > -1) {
  602.  return true; //To allow users to drag & drop images when editing thier profiles
  603. }
  604. show_wccp_pro_message(alertMsg_IMG);
  605. return false;
  606. }
  607.    var alertMsg_IMG = "<b>Alert:</b> Protected image";
  608.    var alertMsg_A = "<b>Alert:</b> This link is protected";
  609.    var alertMsg_PB = "<b>Alert:</b> Right click on text is disabled";
  610.    var alertMsg_INPUT = "<b>Alert:</b> Right click is disabled";
  611.    var alertMsg_H = "<b>Alert:</b> Right click on headlines is disabled";
  612.    var alertMsg_TEXTAREA = "<b>Alert:</b> Right click is disabled";
  613.    var alertMsg_EmptySpaces = "<b>Alert:</b> Right click on empty spaces is disabled";
  614. var alertMsg_VIDEO = "<b>Alert:</b> Right click on videos is disabled";
  615.    document.oncontextmenu=null;
  616. document.oncontextmenu = nocontext;
  617. document.addEventListener("contextmenu",nocontext);
  618. window.addEventListener("contextmenu",nocontext);
  619. </script>
  620. <script type="wphb-delay-type" id="wccp_pro_disable_drag_images">
  621. document.ondragstart = disable_drag_images;
  622. window.addEventListener('load', function (){
  623. if(window.Zepto || !window.jQuery) jQuery =  $;
  624. jQuery(document).ready(function(){
  625. jQuery('img').each(function() {
  626. jQuery(this).attr('draggable', false);
  627. });
  628. });
  629. });
  630. </script>
  631. <style id="wccp_pro_style1">
  632. img{
  633. -moz-user-select: none;
  634. -webkit-user-select: none;
  635. -ms-user-select: none;
  636. -khtml-user-select: none;
  637. user-select: none;
  638. -webkit-user-drag: none;
  639. }
  640. </style>
  641. <script type="wphb-delay-type" id="wccp_pro_css_disable_selection">
  642. function wccp_pro_msieversion()
  643. {
  644. var ua = window.navigator.userAgent;
  645. var msie = ua.indexOf("MSIE");
  646. var msie2 = ua.indexOf("Edge");
  647. var msie3 = ua.indexOf("Trident");
  648.  
  649. if (msie > -1 || msie2 > -1 || msie3 > -1) // If Internet Explorer, return version number
  650. {
  651. return "IE";
  652. }
  653. else  // If another browser, return 0
  654. {
  655. return "otherbrowser";
  656. }
  657. }
  658.    
  659. var e = document.getElementsByTagName('H1')[0];
  660. if(e && wccp_pro_msieversion() == "IE")
  661. {
  662. e.setAttribute('unselectable',"on");
  663. }
  664. </script>
  665. <script type="wphb-delay-type" id="wccp_pro_class_exclusion">
  666. function copyToClipboard(elem) {
  667.  // create hidden text element, if it doesn't already exist
  668.    var targetId = "_wccp_pro_hiddenCopyText_";
  669.    {
  670.        // must use a temporary form element for the selection and copy
  671.        target = document.getElementById(targetId);
  672.        if (!target) {
  673.            var target = document.createElement("textarea");
  674.            target.style.position = "absolute";
  675.            target.style.left = "-9999px";
  676.            target.style.top = "0";
  677.            target.id = targetId;
  678.            document.body.appendChild(target);
  679.        }
  680.        target.textContent = elem.textContent;
  681.    }
  682.    // select the content
  683.    var currentFocus = document.activeElement;
  684.    target.focus();
  685.    target.setSelectionRange(0, target.value.length);
  686.    
  687.    // copy the selection
  688.    var succeed;
  689.    try {
  690.      succeed = document.execCommand("copy");
  691.    } catch(e) {
  692.        succeed = false;
  693.    }
  694.  
  695.    // restore original focus
  696.    if (currentFocus && typeof currentFocus.focus === "function") {
  697.        currentFocus.focus();
  698.    }
  699.    
  700.    
  701. // clear temporary content
  702. target.textContent = "";
  703. document.getElementsByTagName('span')[0].innerHTML = " ";
  704.    return succeed;
  705. }
  706. /**************************************************/
  707. function wccp_pro_log_to_console_if_allowed(title = "title", data = "")
  708. {
  709. var myName = "";
  710. if(wccp_pro_log_to_console_if_allowed.caller != null) myName = wccp_pro_log_to_console_if_allowed.caller.toString();
  711. myName = myName.substr('function '.length);
  712. myName = myName.substr(0, myName.indexOf('('));
  713.  
  714. //console.log("function_name: " + myName);
  715. }
  716. /**************************************************/
  717. function fallbackCopyTextToClipboard(text) {
  718.  var textArea = document.createElement("textarea");
  719.  textArea.value = text;
  720.  document.body.appendChild(textArea);
  721.  textArea.focus();
  722.  textArea.select();
  723.  
  724.  try {
  725.    var successful = document.execCommand("copy");
  726.    var msg = successful ? "successful" : "unsuccessful";
  727.    console.log("Fallback: Copying text command was " + msg);
  728.  } catch (err) {
  729.    console.error("Fallback: Oops, unable to copy", err);
  730.  }
  731.  
  732.  document.body.removeChild(textArea);
  733. }
  734. /*****************************************/
  735. function copyTextToClipboard(text) {
  736.  if (!navigator.clipboard) {
  737.    fallbackCopyTextToClipboard(text);
  738.    return;
  739.  }
  740.  navigator.clipboard.writeText(text).then(
  741.    function() {
  742.      console.log("Async: Copying to clipboard was successful!");
  743.    },
  744.    function(err) {
  745.      console.error("Async: Could not copy text: ", err);
  746.    }
  747.  );
  748. }
  749. /*****************************************/
  750. /*getSelectionTextAndContainerElement*/
  751. function getSelectionTextAndContainerElement()
  752. {
  753.    var text = "", containerElement = null;
  754.    if (typeof window.getSelection != "undefined") {
  755.        var sel = window.getSelection();
  756.        if (sel.rangeCount) {
  757.            var node = sel.getRangeAt(0).commonAncestorContainer;
  758.            containerElement = node.nodeType == 1 ? node : node.parentNode;
  759. if (typeof(containerElement.parentElement) != 'undefined') current_clicked_object = containerElement.parentElement;
  760.            text = sel.toString();
  761.        }
  762.    } else if (typeof document.selection != "undefined" && document.selection.type != "Control")
  763. {
  764.        var textRange = document.selection.createRange();
  765.        containerElement = textRange.parentElement();
  766.        text = textRange.text;
  767.    }
  768.    
  769. return {
  770.        text: text,
  771.        containerElement: containerElement
  772.    };
  773. }
  774.  
  775. function getSelectionParentElement() {
  776.    var parentEl = null, sel;
  777.    if (window.getSelection) {
  778.        sel = window.getSelection();
  779.        if (sel.rangeCount) {
  780.            parentEl = sel.getRangeAt(0).commonAncestorContainer;
  781. //sel.getRangeAt(0).startContainer.parentNode;
  782.            if (parentEl.nodeType != 1) {
  783.                parentEl = parentEl.parentNode;
  784.            }
  785.        }
  786.    } else if ( (sel = document.selection) && sel.type != "Control") {
  787.        parentEl = sel.createRange().parentElement();
  788.    }
  789. let arr = new Array();
  790. arr["nodeName"] = "cant_find_parent_element";
  791. if(parentEl != null)
  792. return parentEl;
  793. else
  794. return arr;
  795. }
  796. /*****************************************/
  797. function sleep(ms) {
  798.    return new Promise(resolve => setTimeout(resolve, ms));
  799. }
  800. /*****************************************/
  801. </script>
  802.  
  803. <script type="wphb-delay-type" id="apply_class_exclusion">
  804. function apply_class_exclusion(e)
  805. {
  806. wccp_pro_log_to_console_if_allowed("function", "apply_class_exclusion" + e);
  807. var my_return = 'No';
  808. var e = e || window.event; // also there is no e.target property in IE. instead IE uses window.event.srcElement
  809.  
  810. var target = e.target || e.srcElement || 'nothing';
  811. //if(target.parentElement != null) console.log (target.parentElement.className);
  812. var excluded_classes = '' + '';
  813. var class_to_exclude = "";
  814. if(target.parentElement != null)
  815. {
  816. class_to_exclude = target.className + ' ' + target.parentElement.className || '';
  817. }else{
  818. class_to_exclude = target.className;
  819. }
  820. var class_to_exclude_array = Array();
  821. //console.log(class_to_exclude);
  822. if (typeof(class_to_exclude) != 'undefined') class_to_exclude_array = class_to_exclude.split(" ");
  823. //console.log (class_to_exclude_array);
  824. class_to_exclude_array.forEach(function(item)
  825. {
  826. if(item != '' && excluded_classes.indexOf(item)>=0)
  827. {
  828. //target.style.cursor = "text";
  829. //console.log ('Yes');
  830. my_return = 'Yes';
  831. }
  832. });
  833.  
  834. try {
  835. class_to_exclude = target.parentElement.getAttribute('class') || target.parentElement.className || '';
  836. }
  837. catch(err)
  838. {
  839. class_to_exclude = '';
  840. }
  841. if(class_to_exclude != '' && excluded_classes.indexOf(class_to_exclude)>=0)
  842. {
  843. //target.style.cursor = "text";
  844. my_return = 'Yes';
  845. }
  846.  
  847. return my_return;
  848. }
  849. </script>
  850. <style id="wccp_pro_style2" data-asas-style="">
  851.  
  852. *[contenteditable] , [contenteditable] *,*[contenteditable="true"] , [contenteditable="true"] * { /* for contenteditable tags*/ , /* for tags inside contenteditable tags*/
  853.  -webkit-user-select: auto !important;
  854.  cursor: text !important;
  855.  user-select: text !important;
  856.  pointer-events: auto !important;
  857. }
  858. /*
  859. *[contenteditable]::selection, [contenteditable] *::selection, [contenteditable="true"]::selection, [contenteditable="true"] *::selection { background: Highlight !important; color: HighlightText !important;}
  860. *[contenteditable]::-moz-selection, [contenteditable="true"] *::-moz-selection { background: Highlight !important; color: HighlightText !important;}
  861. input::selection,textarea::selection, code::selection, code > *::selection { background: Highlight !important; color: HighlightText !important;}
  862. input::-moz-selection,textarea::-moz-selection, code::-moz-selection, code > *::-moz-selection { background: Highlight !important; color: HighlightText !important;}
  863. */
  864. a{ cursor: pointer ; pointer-events: auto !important;}
  865.  
  866. </style><style>TEXT,TEXTAREA,input[type="text"] {cursor: text !important; user-select: text !important;}</style> <script type="wphb-delay-type" id="wccp_pro_alert_message">
  867. window.addEventListener('DOMContentLoaded', function() {}); //This line to stop JS deffer function in wp-rockt pluign
  868. window.addEventListener('load', function (){
  869. // Create the first div element with the "oncontextmenu" attribute
  870. const wccp_pro_mask = document.createElement('div');
  871. wccp_pro_mask.setAttribute('oncontextmenu', 'return false;');
  872. wccp_pro_mask.setAttribute('id', 'wccp_pro_mask');
  873.  
  874. // Create the second div element with the "msgmsg-box-wpcp hideme" classes
  875. const wpcp_error_message = document.createElement('div');
  876. wpcp_error_message.setAttribute('id', 'wpcp-error-message');
  877. wpcp_error_message.setAttribute('class', 'msgmsg-box-wpcp hideme');
  878.  
  879. // Add a span element with the "error: " text inside the second div
  880. const error_span = document.createElement('span');
  881. error_span.innerText = 'error: ';
  882. wpcp_error_message.appendChild(error_span);
  883.  
  884. // Add the error message text inside the second div
  885. const error_text = document.createTextNode('<b>Alert:</b> Content is protected !!');
  886. wpcp_error_message.appendChild(error_text);
  887.  
  888. // Add the div elements to the document body
  889. document.body.appendChild(wccp_pro_mask);
  890. document.body.appendChild(wpcp_error_message);
  891. });
  892.  
  893. var timeout_result;
  894. function show_wccp_pro_message(smessage="", style="")
  895. {
  896. wccp_pro_log_to_console_if_allowed("function", "show_wccp_pro_message" + smessage);
  897. timeout = 3000;
  898. if(style == "") style = "warning-wpcp";
  899. if (smessage !== "" && timeout!=0)
  900. {
  901. var smessage_text = smessage;
  902. jquery_fadeTo();
  903. document.getElementById("wpcp-error-message").innerHTML = smessage_text;
  904. document.getElementById("wpcp-error-message").className = "msgmsg-box-wpcp showme " + style;
  905. clearTimeout(timeout_result);
  906. timeout_result = setTimeout(hide_message, timeout);
  907. }
  908. else
  909. {
  910. clearTimeout(timeout_result);
  911. timeout_result = setTimeout(hide_message, timeout);
  912. }
  913. }
  914. function hide_message()
  915. {
  916. jquery_fadeOut();
  917. document.getElementById("wpcp-error-message").className = "msgmsg-box-wpcp warning-wpcp hideme";
  918. }
  919. function jquery_fadeTo()
  920. {
  921. try {
  922. jQuery("#wccp_pro_mask").fadeTo("slow", 0.3);
  923. }
  924. catch(err) {
  925. //alert(err.message);
  926. }
  927. }
  928. function jquery_fadeOut()
  929. {
  930. try {
  931. jQuery("#wccp_pro_mask").fadeOut( "slow" );
  932. }
  933. catch(err) {}
  934. }
  935. </script>
  936. <style>
  937. #wccp_pro_mask
  938. {
  939. position: absolute;
  940. bottom: 0;
  941. left: 0;
  942. position: fixed;
  943. right: 0;
  944. top: 0;
  945. background-color: #000;
  946. pointer-events: none;
  947. display: none;
  948. z-index: 10000;
  949. animation: 0.5s ease 0s normal none 1 running ngdialog-fadein;
  950. background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  951. }
  952. #wpcp-error-message {
  953.    direction: ltr;
  954.    text-align: center;
  955.    transition: opacity 900ms ease 0s;
  956. pointer-events: none;
  957.    z-index: 99999999;
  958. }
  959. .hideme {
  960.     opacity:0;
  961.     visibility: hidden;
  962. }
  963. .showme {
  964.     opacity:1;
  965.     visibility: visible;
  966. }
  967. .msgmsg-box-wpcp {
  968. border-radius: 10px;
  969. color: #555555;
  970. font-family: Tahoma;
  971. font-size: 12px;
  972. margin: 10px;
  973. padding: 10px 36px;
  974. position: fixed;
  975. width: 255px;
  976. top: 50%;
  977.   left: 50%;
  978.   margin-top: -10px;
  979.   margin-left: -130px;
  980. }
  981. .msgmsg-box-wpcp b {
  982. font-weight:bold;
  983. text-transform:uppercase;
  984. }
  985. .warning-wpcp {
  986. background:#ffecec url('https://b2161801.smushcdn.com/2161801/wp-content/plugins/wccp-pro/images/warning.png?lossy=2&strip=1&webp=1') no-repeat 10px 50%;
  987. border:1px solid #f2bfbf;
  988. -webkit-box-shadow: 0px 0px 34px 2px #f2bfbf;
  989. -moz-box-shadow: 0px 0px 34px 2px #f2bfbf;
  990. box-shadow: 0px 0px 34px 2px #f2bfbf;
  991. }
  992. .success-wpcp {
  993. background: #fafafa url('https://b2161801.smushcdn.com/2161801/wp-content/plugins/wccp-pro/images/success.png?lossy=2&strip=1&webp=1') no-repeat 10px 50%;
  994. border: 1px solid #00b38f;
  995. box-shadow: 0px 0px 34px 2px #adc;
  996. }
  997.    </style>
  998. <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
  999. <meta name="viewport" content="width=device-width, initial-scale=1">
  1000. <!-- This site is optimized with the Yoast SEO plugin v22.6 - https://yoast.com/wordpress/plugins/seo/ -->
  1001. <title>Шпаргалка эскортницы ⭐️ Сайт для девушек |</title>
  1002. <meta name="description" content="Сообщество для девушек с пониженной социальной ответственностью где каждая найдёт больше чем ожидает. Сайт русских и украинских эскортниц." />
  1003. <link rel="canonical" href="https://shpargalka.work/" />
  1004. <meta property="og:locale" content="ru_RU" />
  1005. <meta property="og:type" content="website" />
  1006. <meta property="og:title" content="Шпаргалка эскортницы" />
  1007. <meta property="og:description" content="Социально исследовательский блог для девушек ищущих как заработать деньги. Делимся собственным опытом, реальные истории наших участниц. Плюс самый честный рейтинг агентов" />
  1008. <meta property="og:url" content="https://shpargalka.work/" />
  1009. <meta property="og:site_name" content="Шпаргалка эскортницы" />
  1010. <meta property="article:modified_time" content="2024-01-14T12:36:00+00:00" />
  1011. <meta property="og:image" content="https://shpargalka.work/wp-content/uploads/2021/06/12006757.jpg" />
  1012. <meta property="og:image:width" content="1200" />
  1013. <meta property="og:image:height" content="675" />
  1014. <meta property="og:image:type" content="image/jpeg" />
  1015. <meta name="twitter:card" content="summary_large_image" />
  1016. <meta name="twitter:title" content="Шпаргалка эскортницы" />
  1017. <meta name="twitter:description" content="Социально исследовательский блог для девушек ищущих как заработать деньги. Делимся собственным опытом, реальные истории наших участниц. Плюс самый честный рейтинг агентов" />
  1018. <meta name="twitter:image" content="https://shpargalka.work/wp-content/uploads/2021/06/10245127.jpg" />
  1019. <meta name="twitter:site" content="@shpargalka_work" />
  1020. <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://shpargalka.work/","url":"https://shpargalka.work/","name":"Шпаргалка эскортницы ⭐️ Сайт для девушек |","isPartOf":{"@id":"https://shpargalka.work/#website"},"about":{"@id":"https://shpargalka.work/#organization"},"primaryImageOfPage":{"@id":"https://shpargalka.work/#primaryimage"},"image":{"@id":"https://shpargalka.work/#primaryimage"},"thumbnailUrl":"https://shpargalka.work/wp-content/uploads/2021/06/12006757.jpg","datePublished":"2018-04-01T12:17:40+00:00","dateModified":"2024-01-14T12:36:00+00:00","description":"Сообщество для девушек с пониженной социальной ответственностью где каждая найдёт больше чем ожидает. Сайт русских и украинских эскортниц.","breadcrumb":{"@id":"https://shpargalka.work/#breadcrumb"},"inLanguage":"ru-RU","potentialAction":[{"@type":"ReadAction","target":["https://shpargalka.work/"]}]},{"@type":"ImageObject","inLanguage":"ru-RU","@id":"https://shpargalka.work/#primaryimage","url":"https://shpargalka.work/wp-content/uploads/2021/06/12006757.jpg","contentUrl":"https://shpargalka.work/wp-content/uploads/2021/06/12006757.jpg","width":1200,"height":675,"caption":"Шпаргалка эскортницы"},{"@type":"BreadcrumbList","@id":"https://shpargalka.work/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Главная"}]},{"@type":"WebSite","@id":"https://shpargalka.work/#website","url":"https://shpargalka.work/","name":"Шпаргалка эскортницы","description":"Официальный сайт элитных эскортниц","publisher":{"@id":"https://shpargalka.work/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://shpargalka.work/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ru-RU"},{"@type":"Organization","@id":"https://shpargalka.work/#organization","name":"Шпаргалка эскортницы","url":"https://shpargalka.work/","logo":{"@type":"ImageObject","inLanguage":"ru-RU","@id":"https://shpargalka.work/#/schema/logo/image/","url":"https://shpargalka.work/wp-content/uploads/2021/03/logo.jpg","contentUrl":"https://shpargalka.work/wp-content/uploads/2021/03/logo.jpg","width":120,"height":120,"caption":"Шпаргалка эскортницы"},"image":{"@id":"https://shpargalka.work/#/schema/logo/image/"},"sameAs":["https://x.com/shpargalka_work","https://www.instagram.com/shpargalkawork/","https://www.linkedin.com/company/shpargalka/","https://ok.ru/group/57010050891927","https://www.pinterest.ru/shpargalka_work/","https://www.youtube.com/channel/UCfsShMRq6-ZrVapckfe0G1A","https://vk.com/shpargalkawork"]}]}</script>
  1021. <meta name="yandex-verification" content="49ca1d32bbf4f12a" />
  1022. <!-- / Yoast SEO plugin. -->
  1023.  
  1024.  
  1025. <link rel='dns-prefetch' href='//fonts.googleapis.com' />
  1026. <link rel='dns-prefetch' href='//fonts.gstatic.com' />
  1027. <link rel='dns-prefetch' href='//ajax.googleapis.com' />
  1028. <link rel='dns-prefetch' href='//apis.google.com' />
  1029. <link rel='dns-prefetch' href='//google-analytics.com' />
  1030. <link rel='dns-prefetch' href='//www.google-analytics.com' />
  1031. <link rel='dns-prefetch' href='//ssl.google-analytics.com' />
  1032. <link rel='dns-prefetch' href='//youtube.com' />
  1033. <link rel='dns-prefetch' href='//s.gravatar.com' />
  1034. <link rel='dns-prefetch' href='//mc.yandex.ru' />
  1035. <link rel='dns-prefetch' href='//cdn.jsdelivr.net' />
  1036. <link rel='dns-prefetch' href='//cdn.bannersnack.com' />
  1037. <link rel='dns-prefetch' href='//hb.wpmucdn.com' />
  1038. <link rel='dns-prefetch' href='//b2161801.smushcdn.com' />
  1039. <link href='//cdn.jsdelivr.net' rel='preconnect' />
  1040. <link href='//mc.yandex.ru' rel='preconnect' />
  1041. <link href='//hb.wpmucdn.com' rel='preconnect' />
  1042. <link href='http://fonts.googleapis.com' rel='preconnect' />
  1043. <link href='//fonts.gstatic.com' crossorigin='' rel='preconnect' />
  1044. <link rel='stylesheet' id='wp-block-library-css' href='https://hb.wpmucdn.com/shpargalka.work/3e4efb72-6132-4594-a47d-e3d769a9b661.css' media='all' />
  1045. <style id='classic-theme-styles-inline-css'>
  1046. /*! This file is auto-generated */
  1047. .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
  1048. </style>
  1049. <style id='global-styles-inline-css'>
  1050. body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--contrast: var(--contrast);--wp--preset--color--contrast-2: var(--contrast-2);--wp--preset--color--contrast-3: var(--contrast-3);--wp--preset--color--base: var(--base);--wp--preset--color--base-2: var(--base-2);--wp--preset--color--base-3: var(--base-3);--wp--preset--color--accent: var(--accent);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
  1051. .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
  1052. :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
  1053. :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
  1054. .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
  1055. </style>
  1056. <link rel='stylesheet' id='generateblocks-google-fonts-css' href='https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic&#038;display=swap' media='all' />
  1057. <link rel='stylesheet' id='generate-widget-areas-css' href='https://hb.wpmucdn.com/shpargalka.work/842facb2-6cb6-43f4-a5cd-ae5b29676298.css' media='all' />
  1058. <link rel='stylesheet' id='generate-style-css' href='https://hb.wpmucdn.com/shpargalka.work/0b229529-f3e4-4d2d-a4b8-de31fc8b7649.css' media='all' />
  1059. <style id='generate-style-inline-css'>
  1060. .is-right-sidebar{width:30%;}.is-left-sidebar{width:30%;}.site-content .content-area{width:100%;}@media (max-width: 768px){.main-navigation .menu-toggle,.sidebar-nav-mobile:not(#sticky-placeholder){display:block;}.main-navigation ul,.gen-sidebar-nav,.main-navigation:not(.slideout-navigation):not(.toggled) .main-nav > ul,.has-inline-mobile-toggle #site-navigation .inside-navigation > *:not(.navigation-search):not(.main-nav){display:none;}.nav-align-right .inside-navigation,.nav-align-center .inside-navigation{justify-content:space-between;}}
  1061. .dynamic-author-image-rounded{border-radius:100%;}.dynamic-featured-image, .dynamic-author-image{vertical-align:middle;}.one-container.blog .dynamic-content-template:not(:last-child), .one-container.archive .dynamic-content-template:not(:last-child){padding-bottom:0px;}.dynamic-entry-excerpt > p:last-child{margin-bottom:0px;}
  1062. </style>
  1063. <link rel='stylesheet' id='generate-font-icons-css' href='https://hb.wpmucdn.com/shpargalka.work/7028fbc2-6ed4-4405-8d69-92147951c8e3.css' media='all' />
  1064. <link rel='stylesheet' id='css-protect.css-css' href='https://hb.wpmucdn.com/shpargalka.work/8ac6f2a3-c3f1-4fc2-89e9-cf3195478d79.css' media='all' />
  1065. <link rel='stylesheet' id='print-protection.css-css' href='https://hb.wpmucdn.com/shpargalka.work/8552c8f7-afc8-4070-9ee0-bfa42ba32ca8.css' media='all' />
  1066. <link rel='stylesheet' id='generatepress-dynamic-css' href='https://hb.wpmucdn.com/shpargalka.work/824ed008-8d27-4871-91ff-bbf4d490b398.css' media='all' />
  1067. <link rel='stylesheet' id='generateblocks-css' href='https://hb.wpmucdn.com/shpargalka.work/885fc369-a8cc-4453-a656-47d5c12208f5.css' media='all' />
  1068. <link rel='stylesheet' id='generate-blog-css' href='https://hb.wpmucdn.com/shpargalka.work/87a60a12-f1c4-432b-9840-ab156a119a58.css' media='all' />
  1069. <link rel='stylesheet' id='generate-secondary-nav-css' href='https://hb.wpmucdn.com/shpargalka.work/1398e6b0-66c9-43f6-8947-16c6fe7b4cd8.css' media='all' />
  1070. <style id='generate-secondary-nav-inline-css'>
  1071. .secondary-navigation{background-color:#636363;}.secondary-nav-below-header .secondary-navigation .inside-navigation.grid-container, .secondary-nav-above-header .secondary-navigation .inside-navigation.grid-container{padding:0px;}.secondary-navigation .main-nav ul li a,.secondary-navigation .menu-toggle,.secondary-menu-bar-items .menu-bar-item > a{color:#ffffff;font-family:Tahoma, Geneva, sans-serif;font-weight:bold;text-transform:lowercase;font-size:14px;}.secondary-navigation .secondary-menu-bar-items{color:#ffffff;font-size:14px;}button.secondary-menu-toggle:hover,button.secondary-menu-toggle:focus{color:#ffffff;}.widget-area .secondary-navigation{margin-bottom:20px;}.secondary-navigation ul ul{background-color:#303030;top:auto;}.secondary-navigation .main-nav ul ul li a{color:#ffffff;font-size:13px;}.secondary-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a, .secondary-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a, .secondary-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a, .secondary-menu-bar-items .menu-bar-item:hover > a{color:#ffffff;background-color:#303030;}.secondary-navigation .main-nav ul ul li:not([class*="current-menu-"]):hover > a,.secondary-navigation .main-nav ul ul li:not([class*="current-menu-"]):focus > a,.secondary-navigation .main-nav ul ul li.sfHover:not([class*="current-menu-"]) > a{color:#ffffff;background-color:#474747;}.secondary-navigation .main-nav ul li[class*="current-menu-"] > a{color:#222222;background-color:#ffffff;}.secondary-navigation .main-nav ul ul li[class*="current-menu-"] > a{color:#ffffff;background-color:#474747;}@media (max-width: 768px) {.secondary-menu-bar-items .menu-bar-item:hover > a{background: none;color: #ffffff;}}
  1072. </style>
  1073. <link rel='stylesheet' id='generate-secondary-nav-mobile-css' href='https://hb.wpmucdn.com/shpargalka.work/c315e426-90c8-4cba-8407-eea4beeea048.css' media='all' />
  1074. <link rel='stylesheet' id='generate-offside-css' href='https://hb.wpmucdn.com/shpargalka.work/647ada70-516d-4b9a-b1ed-7baa909479a8.css' media='all' />
  1075. <style id='generate-offside-inline-css'>
  1076. :root{--gp-slideout-width:265px;}.slideout-navigation.main-navigation .main-nav ul li a{color:#eef90e;font-weight:bold;text-transform:uppercase;}.slideout-navigation.main-navigation .main-nav ul ul li a{color:#ffffff;}.slideout-navigation.main-navigation.do-overlay .main-nav ul ul li a{font-size:1em;}.slideout-navigation.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a, .slideout-navigation.main-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a, .slideout-navigation.main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a{color:#ffffff;}.slideout-navigation.main-navigation .main-nav ul ul li:not([class*="current-menu-"]):hover > a, .slideout-navigation.main-navigation .main-nav ul ul li:not([class*="current-menu-"]):focus > a, .slideout-navigation.main-navigation .main-nav ul ul li.sfHover:not([class*="current-menu-"]) > a{color:#eef90e;}.slideout-navigation, .slideout-navigation a{color:#eef90e;}.slideout-navigation button.slideout-exit{color:#eef90e;padding-left:20px;padding-right:20px;}.slideout-navigation .dropdown-menu-toggle:before{content:"\f107";}.slideout-navigation .sfHover > a .dropdown-menu-toggle:before{content:"\f106";}@media (max-width: 768px){.menu-bar-item.slideout-toggle{display:none;}}
  1077. </style>
  1078. <link rel='stylesheet' id='gp-premium-icons-css' href='https://hb.wpmucdn.com/shpargalka.work/3efca041-7696-47eb-be49-31c37cfde1c2.css' media='all' />
  1079. <link rel='stylesheet' id='glossary-hint-css' href='https://hb.wpmucdn.com/shpargalka.work/29fa01f6-79fb-42d6-bdea-50f181aef85e.css' media='all' />
  1080. <script type="wphb-delay-type" src="https://hb.wpmucdn.com/shpargalka.work/72a67202-5962-4a77-be50-fb2003c36f0a.js" id="jquery-core-js"></script>
  1081. <script type="wphb-delay-type" src="https://hb.wpmucdn.com/shpargalka.work/1e1bbbf1-08c8-4662-a7a6-acc441e03f25.js" id="jquery-migrate-js"></script>
  1082. <script type="wphb-delay-type" id="beehive-gtm-frontend-header-js-after">
  1083. var dataLayer = [{"post_id":2,"post_title":"Шпаргалка эскортницы","post_type":"page","post_date":"2018-04-01","post_author":"1190","post_author_name":"Алена Селезнёва","logged_in_status":"logged-out"}];
  1084. (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  1085. new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  1086. j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  1087. 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  1088. })(window,document,'script','dataLayer','GTM-MCVZ82H');
  1089. </script>
  1090. <style type="text/css">
  1091. .feedzy-rss-link-icon:after {
  1092. content: url("https://b2161801.smushcdn.com/2161801/wp-content/plugins/feedzy-rss-feeds/img/external-link.png?lossy=2&strip=1&webp=1");
  1093. margin-left: 3px;
  1094. }
  1095. </style>
  1096. <script type="wphb-delay-type">
  1097. document.documentElement.className = document.documentElement.className.replace('no-js', 'js');
  1098. </script>
  1099. <style>
  1100. .no-js img.lazyload {
  1101. display: none;
  1102. }
  1103.  
  1104. figure.wp-block-image img.lazyloading {
  1105. min-width: 150px;
  1106. }
  1107.  
  1108. .lazyload, .lazyloading {
  1109. opacity: 0;
  1110. }
  1111.  
  1112. .lazyloaded {
  1113. opacity: 1;
  1114. transition: opacity 400ms;
  1115. transition-delay: 0ms;
  1116. }
  1117.  
  1118. </style>
  1119. <!-- Google Analytics tracking code output by Beehive Analytics Pro -->
  1120. <script type="wphb-delay-type" async src="https://www.googletagmanager.com/gtag/js?id=G-SX6K0JPPYM&l=beehiveDataLayer"></script>
  1121. <script type="wphb-delay-type">
  1122. window.beehiveDataLayer = window.beehiveDataLayer || [];
  1123. function beehive_ga() {beehiveDataLayer.push(arguments);}
  1124. beehive_ga('js', new Date())
  1125. beehive_ga('config', 'G-SX6K0JPPYM', {
  1126. 'anonymize_ip': true,
  1127. 'allow_google_signals': false,
  1128. })
  1129. </script>
  1130. <link rel="icon" href="https://b2161801.smushcdn.com/2161801/wp-content/uploads/2021/06/cropped-shpargalka-512x512-1-32x32.png?lossy=2&strip=1&webp=1" sizes="32x32" />
  1131. <link rel="icon" href="https://b2161801.smushcdn.com/2161801/wp-content/uploads/2021/06/cropped-shpargalka-512x512-1-192x192.png?lossy=2&strip=1&webp=1" sizes="192x192" />
  1132. <link rel="apple-touch-icon" href="https://b2161801.smushcdn.com/2161801/wp-content/uploads/2021/06/cropped-shpargalka-512x512-1-180x180.png?lossy=2&strip=1&webp=1" />
  1133. <meta name="msapplication-TileImage" content="https://shpargalka.work/wp-content/uploads/2021/06/cropped-shpargalka-512x512-1-270x270.png" />
  1134. <style id="wp-custom-css">
  1135. box-shadow: 34500000.75 inset
  1136. 3450000.75 inset </style>
  1137. <link rel="preload" as="image" href="https://903111.smushcdn.com/2161801/wp-content/uploads/2021/06/12006757.jpg?size=840x473&lossy=1&strip=1&webp=1" />
  1138. </head>
  1139.  
  1140. <body class="home page-template-default page page-id-2 wp-embed-responsive post-image-aligned-center secondary-nav-above-header secondary-nav-aligned-right slideout-enabled slideout-both sticky-menu-fade no-sidebar nav-below-header separate-containers header-aligned-left dropdown-hover featured-image-active unselectable" itemtype="https://schema.org/WebPage" itemscope>
  1141. <a class="screen-reader-text skip-link" href="#content" title="Перейти к содержимому">Перейти к содержимому</a> <nav id="secondary-navigation" class="secondary-navigation grid-container" itemtype="https://schema.org/SiteNavigationElement" itemscope="itemscope">
  1142. <div class="inside-navigation grid-container grid-parent">
  1143. <button class="menu-toggle secondary-menu-toggle">
  1144. <span class="mobile-menu">Menu</span> </button>
  1145. <div class="main-nav"><ul id="menu-%d0%bc%d0%b5%d0%bd%d1%8e" class=" secondary-menu sf-menu"><li id="menu-item-5582" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-2 current_page_item menu-item-5582"><a title="Главная" href="https://shpargalka.work/" aria-current="page">Главная</a></li>
  1146. <li id="menu-item-9299" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9299"><a title="Секс" href="https://shpargalka.work/seks/">Секс</a></li>
  1147. <li id="menu-item-3221" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-3221"><a title="Работа" href="https://shpargalka.work/rabota/">Работа<span role="presentation" class="dropdown-menu-toggle"></span></a>
  1148. <ul class="sub-menu">
  1149. <li id="menu-item-3235" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-3235"><a title="грабли" href="https://shpargalka.work/tag/grabli/">грабли</a></li>
  1150. <li id="menu-item-3233" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-3233"><a title="проституция" href="https://shpargalka.work/tag/prostitutsiya/">проституция</a></li>
  1151. </ul>
  1152. </li>
  1153. <li id="menu-item-3224" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-3224"><a title="Страны" href="https://shpargalka.work/countries/">Страны<span role="presentation" class="dropdown-menu-toggle"></span></a>
  1154. <ul class="sub-menu">
  1155. <li id="menu-item-3230" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-3230"><a title="Азия" href="https://shpargalka.work/tag/asia/">Азия</a></li>
  1156. <li id="menu-item-3229" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-3229"><a title="Европа" href="https://shpargalka.work/tag/europa/">Европа</a></li>
  1157. </ul>
  1158. </li>
  1159. <li id="menu-item-1015" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1015"><a title="Группы" href="https://shpargalka.work/group/">Группы</a></li>
  1160. <li id="menu-item-7809" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-7809"><a title="Сайты" href="https://shpargalka.work/sites/">Сайты<span role="presentation" class="dropdown-menu-toggle"></span></a>
  1161. <ul class="sub-menu">
  1162. <li id="menu-item-30965" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-30965"><a title="Эскорт" href="https://shpargalka.work/tag/eskort-sajty/">Эскорт</a></li>
  1163. <li id="menu-item-30964" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-30964"><a title="Знакомства" href="https://shpargalka.work/tag/sajty-znakomstv/">Знакомства</a></li>
  1164. </ul>
  1165. </li>
  1166. <li id="menu-item-2648" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-2648"><a title="Ферма" href="https://shpargalka.work/ferma/">Ферма<span role="presentation" class="dropdown-menu-toggle"></span></a>
  1167. <ul class="sub-menu">
  1168. <li id="menu-item-3218" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-3218"><a title="гуси" href="https://shpargalka.work/tag/gusi/">гуси</a></li>
  1169. <li id="menu-item-3225" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-3225"><a title="козы" href="https://shpargalka.work/tag/kozi/">козы</a></li>
  1170. <li id="menu-item-3219" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-3219"><a title="овцы" href="https://shpargalka.work/tag/ovtsy/">овцы</a></li>
  1171. <li id="menu-item-3226" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-3226"><a title="коровы" href="https://shpargalka.work/tag/korovy/">коровы</a></li>
  1172. <li id="menu-item-3227" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-3227"><a title="курятник" href="https://shpargalka.work/tag/kury/">курятник</a></li>
  1173. <li id="menu-item-4218" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-4218"><a title="свинарник" href="https://shpargalka.work/tag/svinarnik/">свинарник</a></li>
  1174. </ul>
  1175. </li>
  1176. <li id="menu-item-46654" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-46654"><a title="Форум" target="_blank" rel="noopener" href="https://forum.shpargalka.work/">Форум</a></li>
  1177. </ul></div> </div><!-- .inside-navigation -->
  1178. </nav><!-- #secondary-navigation -->
  1179. <header class="site-header grid-container" id="masthead" aria-label="Сайт"  itemtype="https://schema.org/WPHeader" itemscope>
  1180. <div class="inside-header grid-container">
  1181. </div>
  1182. </header>
  1183. <nav class="main-navigation grid-container has-menu-bar-items sub-menu-right" id="site-navigation" aria-label="Основной"  itemtype="https://schema.org/SiteNavigationElement" itemscope>
  1184. <div class="inside-navigation grid-container">
  1185. <button class="menu-toggle" aria-controls="generate-slideout-menu" aria-expanded="false">
  1186. <span class="mobile-menu">Меню</span> </button>
  1187. <div id="primary-menu" class="main-nav"><ul id="menu-%d0%bc%d0%b5%d0%bd%d1%8e-1" class=" menu sf-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-2 current_page_item menu-item-5582"><a title="Главная" href="https://shpargalka.work/" aria-current="page">Главная</a></li>
  1188. <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9299"><a title="Секс" href="https://shpargalka.work/seks/">Секс</a></li>
  1189. <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-3221"><a title="Работа" href="https://shpargalka.work/rabota/">Работа<span role="presentation" class="dropdown-menu-toggle"></span></a>
  1190. <ul class="sub-menu">
  1191. <li class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-3235"><a title="грабли" href="https://shpargalka.work/tag/grabli/">грабли</a></li>
  1192. <li class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-3233"><a title="проституция" href="https://shpargalka.work/tag/prostitutsiya/">проституция</a></li>
  1193. </ul>
  1194. </li>
  1195. <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-3224"><a title="Страны" href="https://shpargalka.work/countries/">Страны<span role="presentation" class="dropdown-menu-toggle"></span></a>
  1196. <ul class="sub-menu">
  1197. <li class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-3230"><a title="Азия" href="https://shpargalka.work/tag/asia/">Азия</a></li>
  1198. <li class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-3229"><a title="Европа" href="https://shpargalka.work/tag/europa/">Европа</a></li>
  1199. </ul>
  1200. </li>
  1201. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1015"><a title="Группы" href="https://shpargalka.work/group/">Группы</a></li>
  1202. <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-7809"><a title="Сайты" href="https://shpargalka.work/sites/">Сайты<span role="presentation" class="dropdown-menu-toggle"></span></a>
  1203. <ul class="sub-menu">
  1204. <li class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-30965"><a title="Эскорт" href="https://shpargalka.work/tag/eskort-sajty/">Эскорт</a></li>
  1205. <li class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-30964"><a title="Знакомства" href="https://shpargalka.work/tag/sajty-znakomstv/">Знакомства</a></li>
  1206. </ul>
  1207. </li>
  1208. <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-2648"><a title="Ферма" href="https://shpargalka.work/ferma/">Ферма<span role="presentation" class="dropdown-menu-toggle"></span></a>
  1209. <ul class="sub-menu">
  1210. <li class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-3218"><a title="гуси" href="https://shpargalka.work/tag/gusi/">гуси</a></li>
  1211. <li class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-3225"><a title="козы" href="https://shpargalka.work/tag/kozi/">козы</a></li>
  1212. <li class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-3219"><a title="овцы" href="https://shpargalka.work/tag/ovtsy/">овцы</a></li>
  1213. <li class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-3226"><a title="коровы" href="https://shpargalka.work/tag/korovy/">коровы</a></li>
  1214. <li class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-3227"><a title="курятник" href="https://shpargalka.work/tag/kury/">курятник</a></li>
  1215. <li class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-4218"><a title="свинарник" href="https://shpargalka.work/tag/svinarnik/">свинарник</a></li>
  1216. </ul>
  1217. </li>
  1218. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-46654"><a title="Форум" target="_blank" rel="noopener" href="https://forum.shpargalka.work/">Форум</a></li>
  1219. </ul></div><div class="menu-bar-items"><span class="menu-bar-item slideout-toggle hide-on-mobile "><a href="#" role="button"><span class="off-canvas-toggle-label">меню</span></a></span></div> </div>
  1220. </nav>
  1221. <div class="featured-image page-header-image  grid-container grid-parent">
  1222. <img width="1200" height="675" src="https://b2161801.smushcdn.com/2161801/wp-content/uploads/2021/06/12006757.jpg?lossy=2&strip=1&webp=1" class="attachment-full size-full" alt="Шпаргалка эскортницы" itemprop="image" decoding="async" fetchpriority="high" srcset="https://b2161801.smushcdn.com/2161801/wp-content/uploads/2021/06/12006757.jpg?size=240x135&amp;lossy=2&amp;strip=1&amp;webp=1 240w, https://b2161801.smushcdn.com/2161801/wp-content/uploads/2021/06/12006757-300x169.jpg?lossy=2&amp;strip=1&amp;webp=1 300w, https://b2161801.smushcdn.com/2161801/wp-content/uploads/2021/06/12006757.jpg?size=480x270&amp;lossy=2&amp;strip=1&amp;webp=1 480w, https://b2161801.smushcdn.com/2161801/wp-content/uploads/2021/06/12006757-768x432.jpg?lossy=2&amp;strip=1&amp;webp=1 768w, https://b2161801.smushcdn.com/2161801/wp-content/uploads/2021/06/12006757.jpg?size=960x540&amp;lossy=2&amp;strip=1&amp;webp=1 960w, https://b2161801.smushcdn.com/2161801/wp-content/uploads/2021/06/12006757.jpg?lossy=2&amp;strip=1&amp;webp=1 1200w" sizes="(max-width: 1200px) 100vw, 1200px" />
  1223. </div>
  1224. <div class="site grid-container container hfeed" id="page">
  1225. <div class="site-content" id="content">
  1226. <div class="content-area" id="primary">
  1227. <main class="site-main" id="main">
  1228. <article id="post-2" class="post-2 page type-page status-publish has-post-thumbnail infinite-scroll-item" itemtype="https://schema.org/CreativeWork" itemscope>
  1229. <div class="inside-article">
  1230. <header class="entry-header">
  1231. <h1 class="entry-title" itemprop="headline">Шпаргалка эскортницы</h1> </header>
  1232.  
  1233. <div class="entry-content" itemprop="text">
  1234. <p>Приветствуем всех на главной странице нашего блога. Здесь коротко изложена миссия и цель этого ресурса. Сейчас на просторах интернета можно найти множество любой информации. И если искать в рамках обычной темы (создание сайтов, выращивание животных, курсы менеджера продаж и тд&#8230;) в этой теме легко можно отыскать полезную информацию.</p>
  1235.  
  1236.  
  1237.  
  1238. <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
  1239.  
  1240.  
  1241. <div class="gb-container gb-container-6271510f">
  1242. <div class="gb-container gb-container-e8dd7ba6">
  1243.  
  1244. <div class="gb-grid-wrapper gb-grid-wrapper-15911538 gb-query-loop-wrapper">
  1245. <div class="gb-grid-column gb-grid-column-458e7e8b"><div class="gb-container gb-container-458e7e8b">
  1246. <div class="gb-container gb-container-b79ab86a">
  1247. <p class="gb-headline gb-headline-9f1d37f1 dynamic-term-class gb-headline-text"><span class="post-term-item term-info"><a href="https://shpargalka.work/info/">Информация</a></span></p>
  1248.  
  1249. <div class="gb-container gb-container-c1ee025a alignwide">
  1250. <h2 class="gb-headline gb-headline-55acaa8a gb-headline-text"><a href="https://shpargalka.work/info/otvetstvennost-za-prostitucziyu-2/">Ответственность за проституцию</a></h2>
  1251. </div>
  1252. </div>
  1253. </div></div>
  1254.  
  1255. <div class="gb-grid-column gb-grid-column-458e7e8b"><div class="gb-container gb-container-458e7e8b" style="--background-image: url(https://shpargalka.work/wp-content/uploads/2021/11/gaduka1200x675.jpg);">
  1256. <div class="gb-container gb-container-b79ab86a">
  1257. <p class="gb-headline gb-headline-9f1d37f1 dynamic-term-class gb-headline-text"><span class="post-term-item term-revizor"><a href="https://shpargalka.work/revizor/">Ревизор</a></span></p>
  1258.  
  1259. <div class="gb-container gb-container-c1ee025a alignwide">
  1260. <h2 class="gb-headline gb-headline-55acaa8a gb-headline-text"><a href="https://shpargalka.work/revizor/pover-ty-zarabotaesh/">Подколодная гадюка +37282691981</a></h2>
  1261. </div>
  1262. </div>
  1263. </div></div>
  1264.  
  1265. <div class="gb-grid-column gb-grid-column-458e7e8b"><div class="gb-container gb-container-458e7e8b" style="--background-image: url(https://shpargalka.work/wp-content/uploads/2021/11/on1200x675.jpg);">
  1266. <div class="gb-container gb-container-b79ab86a">
  1267. <p class="gb-headline gb-headline-9f1d37f1 dynamic-term-class gb-headline-text"><span class="post-term-item term-obshhestvo"><a href="https://shpargalka.work/obshhestvo/">общество</a></span></p>
  1268.  
  1269. <div class="gb-container gb-container-c1ee025a alignwide">
  1270. <h2 class="gb-headline gb-headline-55acaa8a gb-headline-text"><a href="https://shpargalka.work/obshhestvo/onlyfans-muzei/">Onlyfans: Музеи вынуждены открывать аккаунты на эротических платформах</a></h2>
  1271. </div>
  1272. </div>
  1273. </div></div>
  1274.  
  1275. <div class="gb-grid-column gb-grid-column-458e7e8b"><div class="gb-container gb-container-458e7e8b" style="--background-image: url(https://shpargalka.work/wp-content/uploads/2021/10/ch1200x675.jpg);">
  1276. <div class="gb-container gb-container-b79ab86a">
  1277. <p class="gb-headline gb-headline-9f1d37f1 dynamic-term-class gb-headline-text"><span class="post-term-item term-ferma"><a href="https://shpargalka.work/ferma/">Ферма</a></span></p>
  1278.  
  1279. <div class="gb-container gb-container-c1ee025a alignwide">
  1280. <h2 class="gb-headline gb-headline-55acaa8a gb-headline-text"><a href="https://shpargalka.work/ferma/chehiya/">Защищено: Чехия</a></h2>
  1281. </div>
  1282. </div>
  1283. </div></div>
  1284.  
  1285. <div class="gb-grid-column gb-grid-column-458e7e8b"><div class="gb-container gb-container-458e7e8b" style="--background-image: url(https://shpargalka.work/wp-content/uploads/2021/10/r1200x675.jpg);">
  1286. <div class="gb-container gb-container-b79ab86a">
  1287. <p class="gb-headline gb-headline-9f1d37f1 dynamic-term-class gb-headline-text"><span class="post-term-item term-love"><a href="https://shpargalka.work/love/">Отношения</a></span></p>
  1288.  
  1289. <div class="gb-container gb-container-c1ee025a alignwide">
  1290. <h2 class="gb-headline gb-headline-55acaa8a gb-headline-text"><a href="https://shpargalka.work/love/kak-ne-revnovat/">Как перестать ревновать парня без повода</a></h2>
  1291. </div>
  1292. </div>
  1293. </div></div>
  1294.  
  1295. <div class="gb-grid-column gb-grid-column-458e7e8b"><div class="gb-container gb-container-458e7e8b" style="--background-image: url(https://shpargalka.work/wp-content/uploads/2021/10/n1200x675.jpg);">
  1296. <div class="gb-container gb-container-b79ab86a">
  1297. <p class="gb-headline gb-headline-9f1d37f1 dynamic-term-class gb-headline-text"><span class="post-term-item term-danger"><a href="https://shpargalka.work/danger/">Безопасность</a></span></p>
  1298.  
  1299. <div class="gb-container gb-container-c1ee025a alignwide">
  1300. <h2 class="gb-headline gb-headline-55acaa8a gb-headline-text"><a href="https://shpargalka.work/danger/nakazanie-za-prostitucziyu/">Наказание за занятие проституцией кроме статьи 6.11 КОаП</a></h2>
  1301. </div>
  1302. </div>
  1303. </div></div>
  1304.  
  1305. <div class="gb-grid-column gb-grid-column-458e7e8b"><div class="gb-container gb-container-458e7e8b" style="--background-image: url(https://shpargalka.work/wp-content/uploads/2021/09/dubai1200x675.jpg);">
  1306. <div class="gb-container gb-container-b79ab86a">
  1307. <p class="gb-headline gb-headline-9f1d37f1 dynamic-term-class gb-headline-text"><span class="post-term-item term-ferma"><a href="https://shpargalka.work/ferma/">Ферма</a></span></p>
  1308.  
  1309. <div class="gb-container gb-container-c1ee025a alignwide">
  1310. <h2 class="gb-headline gb-headline-55acaa8a gb-headline-text"><a href="https://shpargalka.work/ferma/dubai/">Защищено: Dubai</a></h2>
  1311. </div>
  1312. </div>
  1313. </div></div>
  1314.  
  1315. <div class="gb-grid-column gb-grid-column-458e7e8b"><div class="gb-container gb-container-458e7e8b" style="--background-image: url(https://shpargalka.work/wp-content/uploads/2021/09/dsp1200675.jpg);">
  1316. <div class="gb-container gb-container-b79ab86a">
  1317. <p class="gb-headline gb-headline-9f1d37f1 dynamic-term-class gb-headline-text"><span class="post-term-item term-rabota"><a href="https://shpargalka.work/rabota/">Работа</a></span></p>
  1318.  
  1319. <div class="gb-container gb-container-c1ee025a alignwide">
  1320. <h2 class="gb-headline gb-headline-55acaa8a gb-headline-text"><a href="https://shpargalka.work/rabota/eskort-dispetcher/">Эскорт диспетчер</a></h2>
  1321. </div>
  1322. </div>
  1323. </div></div>
  1324.  
  1325. <div class="gb-grid-column gb-grid-column-458e7e8b"><div class="gb-container gb-container-458e7e8b" style="--background-image: url(https://shpargalka.work/wp-content/uploads/2021/09/rektg1200675.jpg);">
  1326. <div class="gb-container gb-container-b79ab86a">
  1327. <p class="gb-headline gb-headline-9f1d37f1 dynamic-term-class gb-headline-text"><span class="post-term-item term-garazh"><a href="https://shpargalka.work/garazh/">Гараж</a></span></p>
  1328.  
  1329. <div class="gb-container gb-container-c1ee025a alignwide">
  1330. <h2 class="gb-headline gb-headline-55acaa8a gb-headline-text"><a href="https://shpargalka.work/garazh/reklama-v-telegram/">Чем отличается качественная реклама в телеграм каналах от мошенников</a></h2>
  1331. </div>
  1332. </div>
  1333. </div></div>
  1334. </div>
  1335.  
  1336. </div>
  1337. </div>
  1338.  
  1339.  
  1340. <p class="has-text-align-center"></p>
  1341.  
  1342.  
  1343.  
  1344. <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
  1345.  
  1346.  
  1347.  
  1348. <p>Но несколько лет назад я попыталась найти что-то по теме эскорта. Из всего что мне удалось найти, не было и капли полезного. Как правило это два типа контента:</p>
  1349.  
  1350.  
  1351.  
  1352. <ol>
  1353. <li>Рекламные завлекательные тексты на сайтах скаутов.</li>
  1354.  
  1355.  
  1356.  
  1357. <li>Плоды бурного воображения блогеров не имеющие представления о чем пишут.</li>
  1358. </ol>
  1359.  
  1360.  
  1361.  
  1362. <p>По сколько, мне эта тема известна с 18 лет, и в 33 года я ушла на пенсию, решила создать этот блог, и писать своими словами разные полезные вещи. Кому интересно, <a href="https://shpargalka.work/about/aboutme/">обо мне</a> отдельно написала для желающих подробней узнать мою скромную личность. Плюс там подробнее описано, как мы с одной телеграмм группы для девочек <a href="https://shpargalka.work/group/boltalka/">болталка</a>, выросли до самого крупного сообщества.</p>
  1363.  
  1364.  
  1365.  
  1366. <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
  1367.  
  1368.  
  1369.  
  1370. <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
  1371.  
  1372.  
  1373.  
  1374. <h2 class="wp-block-heading" id="h-">Что из себя представляет шпаргалка на данный момент</h2>
  1375.  
  1376.  
  1377.  
  1378. <p>На данном этапе нашего развития, у нас самые живые и настоящие телеграмм каналы коммерческие и нет. По ссылке можно посмотреть весь <a href="https://shpargalka.work/group/">список</a> плюс сайты. Группы, это больше как хобби, основная цель всегда была создание и развитие этого сайта. А самое главное, это заполнение только проверенной и подтвержденной информацией, не вызывающей и капли сомнения.</p>
  1379.  
  1380.  
  1381.  
  1382. <p>К примеру, можно почитать раздел <a href="https://shpargalka.work/tag/grabli/">грабли</a>, там находятся реальные истории участниц наших групп, которые попали в серьезные неприятности. Каждая история обязательно подкреплена неопровержимыми доказательствами (скриншоты переписки, аудио и видео снятое на телефон). Это обязательные критерии к любой заметке на этом ресурсе.</p>
  1383.  
  1384.  
  1385.  
  1386. <p>Кроме того, в отдельной категории перечислены популярные рекламные <a href="https://shpargalka.work/tag/eskort-sajty/">эскорт сайты</a> и  <a href="https://shpargalka.work/tag/sajty-znakomstv/">сайты знакомств</a>, которые агенты и девочки используют для работы. По каждому из них написан технический обзор, статистика посещаемости и прочие детали, чтобы сделать выводы какой из них более подходящий тебе.</p>
  1387. </div>
  1388.  
  1389. </div>
  1390. </article>
  1391. </main>
  1392. </div>
  1393.  
  1394. </div>
  1395. </div>
  1396.  
  1397.  
  1398. <div class="site-footer grid-container footer-bar-active footer-bar-align-right">
  1399. <div id="footer-widgets" class="site footer-widgets">
  1400. <div class="footer-widgets-container grid-container">
  1401. <div class="inside-footer-widgets">
  1402. <div class="footer-widget-1">
  1403. <aside id="nav_menu-9" class="widget inner-padding widget_nav_menu"><h2 class="widget-title">Страницы</h2><div class="menu-podval2-container"><ul id="menu-podval2" class="menu"><li id="menu-item-9303" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9303"><a href="https://shpargalka.work/blog/">Блог</a></li>
  1404. <li id="menu-item-9309" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9309"><a title="Реклама" href="https://shpargalka.work/group/reklama/">Реклама</a></li>
  1405. <li id="menu-item-9310" class="menu-item menu-item-type-taxonomy menu-item-object-post_format menu-item-9310"><a href="https://shpargalka.work/type/video/">Видео</a></li>
  1406. <li id="menu-item-9305" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9305"><a href="https://shpargalka.work/contacts/">Контакты</a></li>
  1407. <li id="menu-item-9307" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9307"><a href="https://shpargalka.work/partners/">Партнёры</a></li>
  1408. </ul></div></aside> </div>
  1409. <div class="footer-widget-2">
  1410. <aside id="nav_menu-8" class="widget inner-padding widget_nav_menu"><h2 class="widget-title">Страницы</h2></aside> </div>
  1411. <div class="footer-widget-3">
  1412. <aside id="text-2" class="widget inner-padding widget_text"><h2 class="widget-title">Мы в соцсетях</h2> <div class="textwidget"><ul>
  1413. <li><a href="https://vk.com/shpargalkawork" target="_blank" rel="nofollow noopener">ВКонтакте</a></li>
  1414. <li><a href="https://twitter.com/shpargalka_work" target="_blank" rel="nofollow noopener">Twitter</a></li>
  1415. <li><a href="https://www.youtube.com/channel/UCfsShMRq6-ZrVapckfe0G1A" target="_blank" rel="nofollow noopener">YouTube</a></li>
  1416. <li><a href="https://www.linkedin.com/company/shpargalka/" target="_blank" rel="nofollow noopener">Linkedin</a></li>
  1417. <li><a href="https://www.pinterest.ru/shpargalka_work/" target="_blank" rel="nofollow noopener">Pinterest</a></li>
  1418. </ul>
  1419. </div>
  1420. </aside> </div>
  1421. <div class="footer-widget-4">
  1422. </div>
  1423. </div>
  1424. </div>
  1425. </div>
  1426. <footer class="site-info" aria-label="Сайт"  itemtype="https://schema.org/WPFooter" itemscope>
  1427. <div class="inside-site-info grid-container">
  1428. <div class="footer-bar">
  1429. <aside id="custom_html-39" class="widget_text widget inner-padding widget_custom_html"><div class="textwidget custom-html-widget"><!-- Rating Mail.ru counter -->
  1430. <script type="wphb-delay-type" data-wphb-type="text/javascript">
  1431. var _tmr = window._tmr || (window._tmr = []);
  1432. _tmr.push({id: "3238685", type: "pageView", start: (new Date()).getTime()});
  1433. (function (d, w, id) {
  1434.  if (d.getElementById(id)) return;
  1435.  var ts = d.createElement("script"); ts.type = "text/javascript"; ts.async = true; ts.id = id;
  1436.  ts.src = "https://top-fwz1.mail.ru/js/code.js";
  1437.  var f = function () {var s = d.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ts, s);};
  1438.  if (w.opera == "[object Opera]") { d.addEventListener("DOMContentLoaded", f, false); } else { f(); }
  1439. })(document, window, "topmailru-code");
  1440. </script><noscript><div>
  1441. <img src="https://top-fwz1.mail.ru/counter?id=3238685;js=na" target="_blank" rel="nofollow noopener" style="border:0;position:absolute;left:-9999px;" alt="Top.Mail.Ru" />
  1442. </div></noscript>
  1443. <!-- //Rating Mail.ru counter -->
  1444. <!-- Rating Mail.ru logo -->
  1445. <a href="https://top.mail.ru/jump?from=3238685" target="_blank" rel="nofollow noopener">
  1446. <img src="https://top-fwz1.mail.ru/counter?id=3238685;t=349;l=1" target="_blank" rel="nofollow noopener" style="border:0;" height="18" width="88" alt="Top.Mail.Ru" /></a>
  1447. <!-- //Rating Mail.ru logo --></div></aside> </div>
  1448. <div class="copyright-bar">
  1449. Шпаргалка эскортницы </div>
  1450. </div>
  1451. </footer>
  1452. </div>
  1453.  
  1454. <nav id="generate-slideout-menu" class="main-navigation slideout-navigation" itemtype="https://schema.org/SiteNavigationElement" itemscope>
  1455. <div class="inside-navigation grid-container grid-parent">
  1456. <div class="main-nav"><ul id="menu-%d0%bc%d0%b5%d0%bd%d1%8e-2" class=" slideout-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-2 current_page_item menu-item-5582"><a title="Главная" href="https://shpargalka.work/" aria-current="page">Главная</a></li>
  1457. <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9299"><a title="Секс" href="https://shpargalka.work/seks/">Секс</a></li>
  1458. <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-3221"><a title="Работа" href="https://shpargalka.work/rabota/">Работа<span role="presentation" class="dropdown-menu-toggle"></span></a>
  1459. <ul class="sub-menu">
  1460. <li class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-3235"><a title="грабли" href="https://shpargalka.work/tag/grabli/">грабли</a></li>
  1461. <li class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-3233"><a title="проституция" href="https://shpargalka.work/tag/prostitutsiya/">проституция</a></li>
  1462. </ul>
  1463. </li>
  1464. <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-3224"><a title="Страны" href="https://shpargalka.work/countries/">Страны<span role="presentation" class="dropdown-menu-toggle"></span></a>
  1465. <ul class="sub-menu">
  1466. <li class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-3230"><a title="Азия" href="https://shpargalka.work/tag/asia/">Азия</a></li>
  1467. <li class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-3229"><a title="Европа" href="https://shpargalka.work/tag/europa/">Европа</a></li>
  1468. </ul>
  1469. </li>
  1470. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1015"><a title="Группы" href="https://shpargalka.work/group/">Группы</a></li>
  1471. <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-7809"><a title="Сайты" href="https://shpargalka.work/sites/">Сайты<span role="presentation" class="dropdown-menu-toggle"></span></a>
  1472. <ul class="sub-menu">
  1473. <li class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-30965"><a title="Эскорт" href="https://shpargalka.work/tag/eskort-sajty/">Эскорт</a></li>
  1474. <li class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-30964"><a title="Знакомства" href="https://shpargalka.work/tag/sajty-znakomstv/">Знакомства</a></li>
  1475. </ul>
  1476. </li>
  1477. <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-2648"><a title="Ферма" href="https://shpargalka.work/ferma/">Ферма<span role="presentation" class="dropdown-menu-toggle"></span></a>
  1478. <ul class="sub-menu">
  1479. <li class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-3218"><a title="гуси" href="https://shpargalka.work/tag/gusi/">гуси</a></li>
  1480. <li class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-3225"><a title="козы" href="https://shpargalka.work/tag/kozi/">козы</a></li>
  1481. <li class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-3219"><a title="овцы" href="https://shpargalka.work/tag/ovtsy/">овцы</a></li>
  1482. <li class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-3226"><a title="коровы" href="https://shpargalka.work/tag/korovy/">коровы</a></li>
  1483. <li class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-3227"><a title="курятник" href="https://shpargalka.work/tag/kury/">курятник</a></li>
  1484. <li class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-4218"><a title="свинарник" href="https://shpargalka.work/tag/svinarnik/">свинарник</a></li>
  1485. </ul>
  1486. </li>
  1487. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-46654"><a title="Форум" target="_blank" rel="noopener" href="https://forum.shpargalka.work/">Форум</a></li>
  1488. </ul></div> </div><!-- .inside-navigation -->
  1489. </nav><!-- #site-navigation -->
  1490.  
  1491. <div class="slideout-overlay">
  1492. <button class="slideout-exit ">
  1493. <span class="screen-reader-text">Закрыть</span>
  1494. </button>
  1495. </div>
  1496. <script type="wphb-delay-type" data-wphb-type="text/javascript">
  1497. var _paq = _paq || [];
  1498. _paq.push(['trackPageView']);
  1499. (function () {
  1500. var u = "https://stats1.wpmudev.com/";
  1501. _paq.push(['setTrackerUrl', u + 'track/']);
  1502. _paq.push(['setSiteId', '45881']);
  1503. var d   = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0];
  1504. g.type  = 'text/javascript';
  1505. g.async = true;
  1506. g.defer = true;
  1507. g.src   = 'https://stats.wpmucdn.com/analytics.js';
  1508. s.parentNode.insertBefore(g, s);
  1509. })();
  1510. </script>
  1511. <script type="wphb-delay-type" data-wphb-type="text/javascript" id="branda-content-footer-js">
  1512. var branda_footer_node = document.createElement('div');
  1513. var branda_footer = document.createAttribute('id');
  1514. branda_footer.value = 'branda_content_footer';
  1515. branda_footer_node.setAttributeNode( branda_footer );
  1516. branda_footer = document.createAttribute('style');
  1517. branda_footer.value = '';
  1518. branda_footer_node.setAttributeNode( branda_footer );
  1519. branda_footer_node.innerHTML = "\u0424\u0443\u0442\u0435\u0440 \u043a\u043e\u043d\u0442\u0435\u043d\u0442 \u0435\u0441\u0442";
  1520. branda_footer = document.getElementsByTagName( 'footer' );
  1521. if ( branda_footer.length ) {
  1522. branda_footer = branda_footer[ branda_footer.length - 1 ];
  1523. branda_footer.appendChild( branda_footer_node, branda_footer.firstChild );
  1524. }
  1525. </script>
  1526. <script type="wphb-delay-type" id="generate-a11y">!function(){"use strict";if("querySelector"in document&&"addEventListener"in window){var e=document.body;e.addEventListener("mousedown",function(){e.classList.add("using-mouse")}),e.addEventListener("keydown",function(){e.classList.remove("using-mouse")})}}();</script> <noscript>
  1527. <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MCVZ82H" height="0" width="0" style="display:none;visibility:hidden"></iframe>
  1528. </noscript>
  1529. <script type="text/javascript" id="wphb-add-delay">var delay_js_timeout_timer = 20000;!function(){function t(t){return function(t){if(Array.isArray(t))return e(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,n){if(!t)return;if("string"==typeof t)return e(t,n);var r=Object.prototype.toString.call(t).slice(8,-1);"Object"===r&&t.constructor&&(r=t.constructor.name);if("Map"===r||"Set"===r)return Array.from(t);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return e(t,n)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function e(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function n(t,e,n){var o;return o=function(t,e){if("object"!=r(t)||!t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var o=n.call(t,e||"default");if("object"!=r(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(e,"string"),(e="symbol"==r(o)?o:o+"")in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function r(t){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},r(t)}function o(){"use strict";o=function(){return e};var t,e={},n=Object.prototype,i=n.hasOwnProperty,a=Object.defineProperty||function(t,e,n){t[e]=n.value},c="function"==typeof Symbol?Symbol:{},u=c.iterator||"@@iterator",s=c.asyncIterator||"@@asyncIterator",f=c.toStringTag||"@@toStringTag";function d(t,e,n){return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{d({},"")}catch(t){d=function(t,e,n){return t[e]=n}}function h(t,e,n,r){var o=e&&e.prototype instanceof g?e:g,i=Object.create(o.prototype),c=new C(r||[]);return a(i,"_invoke",{value:S(t,n,c)}),i}function l(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}e.wrap=h;var p="suspendedStart",v="suspendedYield",w="executing",m="completed",y={};function g(){}function b(){}function E(){}var L={};d(L,u,(function(){return this}));var x=Object.getPrototypeOf,j=x&&x(x(F([])));j&&j!==n&&i.call(j,u)&&(L=j);var _=E.prototype=g.prototype=Object.create(L);function O(t){["next","throw","return"].forEach((function(e){d(t,e,(function(t){return this._invoke(e,t)}))}))}function k(t,e){function n(o,a,c,u){var s=l(t[o],t,a);if("throw"!==s.type){var f=s.arg,d=f.value;return d&&"object"==r(d)&&i.call(d,"__await")?e.resolve(d.__await).then((function(t){n("next",t,c,u)}),(function(t){n("throw",t,c,u)})):e.resolve(d).then((function(t){f.value=t,c(f)}),(function(t){return n("throw",t,c,u)}))}u(s.arg)}var o;a(this,"_invoke",{value:function(t,r){function i(){return new e((function(e,o){n(t,r,e,o)}))}return o=o?o.then(i,i):i()}})}function S(e,n,r){var o=p;return function(i,a){if(o===w)throw Error("Generator is already running");if(o===m){if("throw"===i)throw a;return{value:t,done:!0}}for(r.method=i,r.arg=a;;){var c=r.delegate;if(c){var u=A(c,r);if(u){if(u===y)continue;return u}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if(o===p)throw o=m,r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);o=w;var s=l(e,n,r);if("normal"===s.type){if(o=r.done?m:v,s.arg===y)continue;return{value:s.arg,done:r.done}}"throw"===s.type&&(o=m,r.method="throw",r.arg=s.arg)}}}function A(e,n){var r=n.method,o=e.iterator[r];if(o===t)return n.delegate=null,"throw"===r&&e.iterator.return&&(n.method="return",n.arg=t,A(e,n),"throw"===n.method)||"return"!==r&&(n.method="throw",n.arg=new TypeError("The iterator does not provide a '"+r+"' method")),y;var i=l(o,e.iterator,n.arg);if("throw"===i.type)return n.method="throw",n.arg=i.arg,n.delegate=null,y;var a=i.arg;return a?a.done?(n[e.resultName]=a.value,n.next=e.nextLoc,"return"!==n.method&&(n.method="next",n.arg=t),n.delegate=null,y):a:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,y)}function P(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function T(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function C(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(P,this),this.reset(!0)}function F(e){if(e||""===e){var n=e[u];if(n)return n.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var o=-1,a=function n(){for(;++o<e.length;)if(i.call(e,o))return n.value=e[o],n.done=!1,n;return n.value=t,n.done=!0,n};return a.next=a}}throw new TypeError(r(e)+" is not iterable")}return b.prototype=E,a(_,"constructor",{value:E,configurable:!0}),a(E,"constructor",{value:b,configurable:!0}),b.displayName=d(E,f,"GeneratorFunction"),e.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===b||"GeneratorFunction"===(e.displayName||e.name))},e.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,E):(t.__proto__=E,d(t,f,"GeneratorFunction")),t.prototype=Object.create(_),t},e.awrap=function(t){return{__await:t}},O(k.prototype),d(k.prototype,s,(function(){return this})),e.AsyncIterator=k,e.async=function(t,n,r,o,i){void 0===i&&(i=Promise);var a=new k(h(t,n,r,o),i);return e.isGeneratorFunction(n)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},O(_),d(_,f,"Generator"),d(_,u,(function(){return this})),d(_,"toString",(function(){return"[object Generator]"})),e.keys=function(t){var e=Object(t),n=[];for(var r in e)n.push(r);return n.reverse(),function t(){for(;n.length;){var r=n.pop();if(r in e)return t.value=r,t.done=!1,t}return t.done=!0,t}},e.values=F,C.prototype={constructor:C,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(T),!e)for(var n in this)"t"===n.charAt(0)&&i.call(this,n)&&!isNaN(+n.slice(1))&&(this[n]=t)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var n=this;function r(r,o){return c.type="throw",c.arg=e,n.next=r,o&&(n.method="next",n.arg=t),!!o}for(var o=this.tryEntries.length-1;o>=0;--o){var a=this.tryEntries[o],c=a.completion;if("root"===a.tryLoc)return r("end");if(a.tryLoc<=this.prev){var u=i.call(a,"catchLoc"),s=i.call(a,"finallyLoc");if(u&&s){if(this.prev<a.catchLoc)return r(a.catchLoc,!0);if(this.prev<a.finallyLoc)return r(a.finallyLoc)}else if(u){if(this.prev<a.catchLoc)return r(a.catchLoc,!0)}else{if(!s)throw Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return r(a.finallyLoc)}}}},abrupt:function(t,e){for(var n=this.tryEntries.length-1;n>=0;--n){var r=this.tryEntries[n];if(r.tryLoc<=this.prev&&i.call(r,"finallyLoc")&&this.prev<r.finallyLoc){var o=r;break}}o&&("break"===t||"continue"===t)&&o.tryLoc<=e&&e<=o.finallyLoc&&(o=null);var a=o?o.completion:{};return a.type=t,a.arg=e,o?(this.method="next",this.next=o.finallyLoc,y):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),y},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),T(n),y}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var r=n.completion;if("throw"===r.type){var o=r.arg;T(n)}return o}}throw Error("illegal catch attempt")},delegateYield:function(e,n,r){return this.delegate={iterator:F(e),resultName:n,nextLoc:r},"next"===this.method&&(this.arg=t),y}},e}function i(t,e,n,r,o,i,a){try{var c=t[i](a),u=c.value}catch(t){return void n(t)}c.done?e(u):Promise.resolve(u).then(r,o)}function a(t){return function(){var e=this,n=arguments;return new Promise((function(r,o){var a=t.apply(e,n);function c(t){i(a,r,o,c,u,"next",t)}function u(t){i(a,r,o,c,u,"throw",t)}c(void 0)}))}}!function(){"use strict";var e=["keydown","mousedown","mousemove","wheel","touchmove","touchstart","touchend"],i={normal:[],defer:[],async:[]},c=[],u=[],s=!1,f="",d=function(){var d=function t(){void 0!==A&&clearTimeout(A),e.forEach((function(e){window.removeEventListener(e,t,{passive:!0})})),document.removeEventListener("visibilitychange",t),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",h):h()},h=function(){var t=a(o().mark((function t(){return o().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return l(),p(),v(),w(),m(),t.next=7,y(i.normal);case 7:return t.next=9,y(i.defer);case 9:return t.next=11,y(i.async);case 11:return t.next=13,b();case 13:return t.next=15,E();case 15:window.dispatchEvent(new Event("wphb-allScriptsLoaded")),j();case 17:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),l=function(){var t={},e=function(e,n){var r=function(n){return t[e].delayedEvents.indexOf(n)>=0?"wphb-"+n:n};t[e]||(t[e]={originalFunctions:{add:e.addEventListener,remove:e.removeEventListener},delayedEvents:[]},e.addEventListener=function(){arguments[0]=r(arguments[0]),t[e].originalFunctions.add.apply(e,arguments)},e.removeEventListener=function(){arguments[0]=r(arguments[0]),t[e].originalFunctions.remove.apply(e,arguments)}),t[e].delayedEvents.push(n)},n=function(t,e){var n=t[e];Object.defineProperty(t,e,{get:n||function(){},set:function(n){t["wphb-"+e]=n}})};e(document,"DOMContentLoaded"),e(window,"DOMContentLoaded"),e(window,"load"),e(window,"pageshow"),e(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")},p=function(){var t=window.jQuery;Object.defineProperty(window,"jQuery",{get:function(){return t},set:function(e){if(e&&e.fn&&!c.includes(e)){e.fn.ready=e.fn.init.prototype.ready=function(t){s?t.bind(document)(e):document.addEventListener("wphb-DOMContentLoaded",(function(){return t.bind(document)(e)}))};var o=e.fn.on;e.fn.on=e.fn.init.prototype.on=function(){var t=arguments;if(this[0]===window){function e(t){return t.split(" ").map((function(t){return"load"===t||0===t.indexOf("load.")?"wphb-jquery-load":t})).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==r(arguments[0])&&Object.keys(arguments[0]).forEach((function(r){delete Object.assign(t[0],n({},e(r),t[0][r]))[r]}))}return o.apply(this,arguments),this},c.push(e)}t=e}})},v=function(){var t=new Map;document.write=document.writeln=function(e){var n=document.currentScript,r=document.createRange(),o=t.get(n);void 0===o&&(o=n.nextSibling,t.set(n,o));var i=document.createDocumentFragment();r.setStart(i,0),i.appendChild(r.createContextualFragment(e)),n.parentElement.insertBefore(i,o)}},w=function(){document.querySelectorAll("script[type=wphb-delay-type]").forEach((function(t){t.hasAttribute("src")?t.hasAttribute("defer")&&!1!==t.defer?i.defer.push(t):t.hasAttribute("async")&&!1!==t.async?i.async.push(t):i.normal.push(t):i.normal.push(t)}))},m=function(){var e=document.createDocumentFragment();[].concat(t(i.normal),t(i.defer),t(i.async)).forEach((function(t){var n=t.getAttribute("src");if(n){var r=document.createElement("link");r.href=n,r.rel="preload",r.as="script",e.appendChild(r)}})),document.head.appendChild(e)},y=function(){var t=a(o().mark((function t(e){var n;return o().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(!(n=e.shift())){t.next=5;break}return t.next=4,g(n);case 4:return t.abrupt("return",y(e));case 5:return t.abrupt("return",Promise.resolve());case 6:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),g=function(){var e=a(o().mark((function e(n){return o().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,L();case 2:return e.abrupt("return",new Promise((function(e){var r=document.createElement("script");t(n.attributes).forEach((function(t){var e=t.nodeName;"type"!==e&&("data-wphb-type"===e&&(e="type"),r.setAttribute(e,t.nodeValue))})),n.hasAttribute("src")?(r.addEventListener("load",e),r.addEventListener("error",e)):(r.text=n.text,e()),n.parentNode.replaceChild(r,n)})));case 3:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}(),b=function(){var t=a(o().mark((function t(){return o().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return s=!0,t.next=3,L();case 3:return document.dispatchEvent(new Event("wphb-DOMContentLoaded")),t.next=6,L();case 6:return window.dispatchEvent(new Event("wphb-DOMContentLoaded")),t.next=9,L();case 9:return document.dispatchEvent(new Event("wphb-readystatechange")),t.next=12,L();case 12:document.wphm_onreadystatechange&&document.wphm_onreadystatechange();case 13:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),E=function(){var t=a(o().mark((function t(){var e;return o().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,L();case 2:return window.dispatchEvent(new Event("wphb-load")),t.next=5,L();case 5:return window.wphm_onload&&window.wphm_onload(),t.next=8,L();case 8:return c.forEach((function(t){return t(window).trigger("wphb-jquery-load")})),t.next=11,L();case 11:return(e=new Event("wphm-pageshow")).persisted=window.hbPersisted,window.dispatchEvent(e),t.next=16,L();case 16:window.wphm_onpageshow&&window.wphm_onpageshow({persisted:window.hbPersisted});case 17:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),L=function(){var t=a(o().mark((function t(){return o().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",new Promise((function(t){requestAnimationFrame(t)})));case 1:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),x=function t(e){e.target.removeEventListener("click",t),S(e.target,"hb-onclick","onclick",e),u.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()},j=function(){window.removeEventListener("touchstart",_,{passive:!0}),window.removeEventListener("mousedown",_),u.forEach((function(t){t.target.outerHTML===f&&t.target.dispatchEvent(new MouseEvent("click",{view:t.view,bubbles:!0,cancelable:!0}))}))},_=function(t){"HTML"!==t.target.tagName&&(f||(f=t.target.outerHTML),window.addEventListener("touchend",k),window.addEventListener("mouseup",k),window.addEventListener("touchmove",O,{passive:!0}),window.addEventListener("mousemove",O),t.target.addEventListener("click",x),S(t.target,"onclick","hb-onclick",t))},O=function t(e){window.removeEventListener("touchend",k),window.removeEventListener("mouseup",k),window.removeEventListener("touchmove",t,{passive:!0}),window.removeEventListener("mousemove",t),e.target.removeEventListener("click",x),S(e.target,"hb-onclick","onclick",e)},k=function t(){window.removeEventListener("touchend",t),window.removeEventListener("mouseup",t),window.removeEventListener("touchmove",O,{passive:!0}),window.removeEventListener("mousemove",O)},S=function(t,e,n,r){t.hasAttribute&&t.hasAttribute(e)&&(r.target.setAttribute(n,r.target.getAttribute(e)),r.target.removeAttribute(e))};if(window.addEventListener("pageshow",(function(t){window.hbPersisted=t.persisted})),e.forEach((function(t){window.addEventListener(t,d,{passive:!0})})),document.addEventListener("visibilitychange",d),"undefined"!=typeof delay_js_timeout_timer&&delay_js_timeout_timer>0)var A=setTimeout((function(){d()}),delay_js_timeout_timer)};d()}()}();
  1530. //# sourceMappingURL=wphb-add-delay.min.js.map</script><script id="generate-offside-js-extra">
  1531. var offSide = {"side":"left"};
  1532. </script>
  1533. <script type="wphb-delay-type" src="https://hb.wpmucdn.com/shpargalka.work/b317664f-538e-45d6-a1da-6534d9c62b50.js" id="generate-offside-js"></script>
  1534. <script id="generate-smooth-scroll-js-extra">
  1535. var gpSmoothScroll = {"elements":[".smooth-scroll","li.smooth-scroll a"],"duration":"800","offset":""};
  1536. </script>
  1537. <script type="wphb-delay-type" src="https://hb.wpmucdn.com/shpargalka.work/f4084526-bc5a-4a70-b721-6e756c799410.js" id="generate-smooth-scroll-js"></script>
  1538. <!--[if lte IE 11]>
  1539. <script type="wphb-delay-type" src="https://hb.wpmucdn.com/shpargalka.work/4f08e4ca-5b54-4c1a-8534-7ac6e8193ac3.js" id="generate-classlist-js"></script>
  1540. <![endif]-->
  1541. <script id="generate-menu-js-extra">
  1542. var generatepressMenu = {"toggleOpenedSubMenus":"1","openSubMenuLabel":"\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u043f\u043e\u0434\u043c\u0435\u043d\u044e","closeSubMenuLabel":"\u0417\u0430\u043a\u0440\u044b\u0442\u044c \u043f\u043e\u0434\u043c\u0435\u043d\u044e"};
  1543. </script>
  1544. <script type="wphb-delay-type" src="https://hb.wpmucdn.com/shpargalka.work/e21d73c7-a225-474a-ac49-81f9f60d6aef.js" id="generate-menu-js"></script>
  1545. <script id="wccp_pro_admin_bar_ajax-js-extra">
  1546. var ajax_object = {"ajaxurl":"https:\/\/shpargalka.work\/wp-admin\/admin-ajax.php","link":"https:\/\/shpargalka.work\/"};
  1547. </script>
  1548. <script type="wphb-delay-type" src="https://hb.wpmucdn.com/shpargalka.work/b4a7abb0-b830-4ff3-9430-0c2fdcd86f1d.js" id="wccp_pro_admin_bar_ajax-js"></script>
  1549. <script type="wphb-delay-type" src="https://hb.wpmucdn.com/shpargalka.work/2b7844b2-b5eb-4a1c-9c7c-37d398131c92.js" id="smush-lazy-load-js"></script>
  1550. <script type="wphb-delay-type" src="https://hb.wpmucdn.com/shpargalka.work/88038470-5729-41fb-8fed-a707c13be37c.js" id="glossary-off-screen-js"></script>
  1551.  
  1552. </body>
  1553. </html>
  1554. <!-- Hummingbird cache file was created in 0.63402199745178 seconds, on 03-05-24 8:32:14 -->
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda