1
function t_onReady(t){"loading"!=document.readyState?t():document.addEventListener("DOMContentLoaded",t)}
2
function t_addClass(t,e){document.body.classList?t.classList.add(e):t.className+=(t.className?" ":"")+e}
3
function t_removeClass(t,e){document.body.classList?t.classList.remove(e):t.className=t.className.replace(new RegExp("(^|\\s+)"+e+"(\\s+|$)")," ").replace(/^\s+/,"").replace(/\s+$/,"")}
4
function t_removeEl(t){t&&t.parentNode&&t.parentNode.removeChild(t)}
5
function t_outerWidth(t){var t=getComputedStyle(t),e=t.width,n=t.marginLeft,t=t.marginRight;return"auto"===e&&(e=0),"auto"===n&&(n=0),"auto"===t&&(t=0),e=parseInt(e)+parseInt(n)+parseInt(t)}
6
var version;function t_throttle(i,o,a){var r,l;return o=o||250,function(){var t=a||this,e=+new Date,n=arguments;r&&e<r+o?(clearTimeout(l),l=setTimeout(function(){r=e,i.apply(t,n)}
7
,o)):(r=e,i.apply(t,n))}
8
}
9
function t_onFuncLoad(n,i,o){var a,r;"function"==typeof window[n]?i():(a=Date.now(),r=new Error(n+" is undefined"),setTimeout(function t(){var e=Date.now();if("function"==typeof window[n])i();else{if("complete"===document.readyState&&5e3<e-a&&"function"!=typeof window[n])throw r;setTimeout(t,o||100)}
10
}
11
))}
12
function t_scrollBarWidthCompensator__setObject(){window.scrollBarWidthCompensator={}
13
;var a=window.scrollBarWidthCompensator,t=(a.isInited=!1,a.scrollBarWidth=Math.abs(window.innerWidth-document.documentElement.clientWidth),a.delay=0,a.cancelTimeout=null,["t450","t282__container","t282__container__bg_opened","t282__menu__container","t830m","t830__panel","t451m","t204__menu"]),e=document.querySelectorAll("*"),e=Array.prototype.filter.call(e,function(e){return!t.some(function(t){return e.classList.contains(t)}
14
)}
15
);a.fixedElements=[],Array.prototype.forEach.call(e,function(t){var e,n,i,o;t.classList.contains("t975")||(n=(e=window.getComputedStyle(t)).getPropertyValue("position"),i=e.getPropertyValue("width"),o=e.getPropertyValue("height"),i="100%"===i||i===window.innerWidth+"px"||i===window.innerWidth-a.scrollBarWidth+"px"||"100vw"===i,o="100%"===o||o===window.innerHeight+"px"||o===window.innerHeight-a.scrollBarWidth+"px"||"auto"===o||"100vh"===o,("fixed"===n||"absolute"===n&&i&&!o)&&a.fixedElements.push({el:t,computedStyle:e}
16
))}
17
)}
18
function t_scrollBarWidthCompensator__init(){window.scrollBarWidthCompensator||t_scrollBarWidthCompensator__setObject();var t,e,r,l=window.scrollBarWidthCompensator;l.scrollBarWidth=Math.abs(window.innerWidth-document.documentElement.clientWidth),l.cancelTimeout&&(window.clearTimeout(l.cancelTimeout),l.cancelTimeout=null),!l.isInited&&l.scrollBarWidth&&(l.isInited=!0,t=window.getComputedStyle(document.body).getPropertyValue("padding-right"),t=parseInt(t.replace("px",""),10),(e=document.body.style.paddingRight)&&document.body.setAttribute("data-tilda-initial-padding-right",e),document.body.style.paddingRight=l.scrollBarWidth+t+"px",document.body.style.height="100vh",document.body.style.minHeight="100vh",document.body.style.overflow="hidden",r=[],Array.prototype.forEach.call(l.fixedElements,function(t){var e,n,i,o,a=t.el;!document.body.contains(a)||a.classList.contains("t975")||a.classList.contains("t975")||("fixed"!==(e=(t=t.computedStyle).getPropertyValue("position"))&&"absolute"!==e||((n=t.getPropertyValue("transition-duration")).indexOf("ms")+1?(n=parseInt(n.replace("ms",""),10),r.push(n)):n.indexOf("s")+1&&(n=1e3*parseFloat(n.replace("s","")),r.push(n)),n=t.getPropertyValue("right"),n=parseInt(n.replace("px",""),10),o=t.getPropertyValue("width"),t=t.getPropertyValue("height"),(i=a.style.right)&&a.setAttribute("data-tilda-initial-right",i),(i=a.style.width)&&a.setAttribute("data-tilda-initial-width",i),i="100%"===o||o===window.innerWidth+"px"||o===window.innerWidth-l.scrollBarWidth+"px"||"100vw"===o,o="100%"===t||t===window.innerHeight+"px"||t===window.innerHeight-l.scrollBarWidth+"px"||"auto"===t||"100vh"===t,!n&&0!==n||"auto"===a.style.right||"absolute"===e||i?i&&!o&&(a.style.width="calc(100vw - "+l.scrollBarWidth+"px)"):a.style.right=l.scrollBarWidth+n+"px"))}
19
),r.length&&(l.delay=Math.max.apply(null,r)))}
20
function t_scrollBarWidthCompensator__cancel(){var t=window.scrollBarWidthCompensator;t&&t.isInited&&(t.isInited=!1,t.delay=0,document.body.hasAttribute("data-tilda-initial-padding-right")?(document.body.style.paddingRight=document.body.getAttribute("data-tilda-initial-padding-right"),document.body.removeAttribute("data-tilda-initial-padding-right")):document.body.style.removeProperty("padding-right"),document.body.style.removeProperty("height"),document.body.style.removeProperty("min-height"),document.body.style.removeProperty("overflow"),Array.prototype.forEach.call(t.fixedElements,function(t){t=t.el;t.hasAttribute("data-tilda-initial-right")?(t.style.right=t.getAttribute("data-tilda-initial-right"),t.removeAttribute("data-tilda-initial-right")):t.style.removeProperty("right"),t.hasAttribute("data-tilda-initial-width")?(t.style.width=t.getAttribute("data-tilda-initial-width"),t.removeAttribute("data-tilda-initial-width")):t.style.removeProperty("width")}
21
))}
22
function t_triggerEvent(t,e){var n;document.createEvent?(n=document.createEvent("HTMLEvents")).initEvent(e,!0,!1):document.createEventObject&&((n=document.createEventObject()).eventType=e),n.eventName=e,t.dispatchEvent?t.dispatchEvent(n):t.fireEvent?t.fireEvent("on"+n.eventType,n):t[e]?t[e]():t["on"+e]&&t["on"+e]()}
23
window.isSearchBot=!1,/Bot/i.test(navigator.userAgent)&&(window.isSearchBot=!0),window.isMobile=!1,window.$isMobile=!1,/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)&&(window.isMobile=!0,window.$isMobile=!0),window.isTablet=/(ipad|tablet|(android(?!.*mobile))|(windows(?!.*phone)(.*touch))|kindle|playbook|silk|(puffin(?!.*(IP|AP|WP))))/i.test(navigator.userAgent),window.isiOS=!1,/iPhone|iPad|iPod/i.test(navigator.userAgent)&&(window.isiOS=!0),window.isiOSChrome=!!navigator.userAgent.match("CriOS"),window.isFirefox=/firefox/i.test(navigator.userAgent),window.isOpera=!!window.opr&&!!window.opr.addons||!!window.opera||0<=navigator.userAgent.indexOf(" OPR/"),window.isiOSVersion="",window.isiOS&&null!==(version=navigator.appVersion.match(/OS (\d+)_(\d+)_?(\d+)?/))&&(window.isiOSVersion=[parseInt(version[1],10),parseInt(version[2],10),parseInt(version[3]||0,10)]),window.isSafari=!1,/^((?!chrome|android).)*safari/i.test(navigator.userAgent)&&(window.isSafari=!0),window.isIE=!!document.documentMode,window.isSafariVersion="",window.isSafari&&null!==(version=navigator.appVersion.match(/Version\/(\d+)\.(\d+)\.?(\d+)? Safari/))&&(window.isSafariVersion=[parseInt(version[1],10),parseInt(version[2],10),parseInt(version[3]||0,10)]),window.browserLang=(window.navigator.userLanguage||window.navigator.language).toUpperCase().slice(0,2),window.tildaBrowserLang=window.browserLang,t_onReady(function(){var t,e=document.getElementById("allrecords");(t=e?e.getAttribute("data-tilda-project-lang"):t)&&(window.browserLang=t)}
24
),t_onReady(function(){var t=window.navigator.userAgent,e=-1!==t.indexOf("Instagram"),n=-1!==t.indexOf("FBAV"),i=-1!==t.indexOf("YaSearchBrowser"),o=-1!==t.indexOf("SamsungBrowser"),a=-1!==t.indexOf("DuckDuckGo");-1!==t.indexOf("Android")&&(n||e||i||o||a)&&((t=document.createElement("p")).style.lineHeight="100px",t.style.padding="0",t.style.margin="0",t.style.height="auto",t.style.position="absolute",t.style.opacity="0.001",t.innerText="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",document.body.appendChild(t),n=100/t.getBoundingClientRect().height,t.parentNode.removeChild(t),n<.98&&document.body.insertAdjacentHTML("beforeend",'<style>.t396 [data-elem-type="text"] .tn-atom {zoom: '+100*n+"%;}
25
</style>")),window.isiOS&&!window.MSStream&&(document.body.style.setProperty("-webkit-text-size-adjust","100%"),document.body.style.setProperty("text-size-adjust","100%"))}
26
),t_onReady(function(){setTimeout(function(){var t=document.querySelector("html"),e=document.querySelector(".t-tildalabel"),n=t.offsetHeight;if(document.body&&(n=Math.max(document.body.scrollHeight,document.body.offsetHeight,document.body.clientHeight,t.offsetHeight)),(document.getElementById("tildacopy")||e)&&e.querySelectorAll("div"))n+70>window.innerHeight&&e&&e.setAttribute("style","display: block !important; visibility: visible !important; position: relative !important; width: 100% !important; pointer-events: all !important; opacity: 1 !important; margin: 0 !important; z-index: 1 !important");else{for(var i=document.body.childNodes,o=[],a=0;a<i.length;a++){var r=i[a];8===r.nodeType&&o.push(r)}
27
for(a=0;a<o.length;a++)-1!==o[a].nodeValue.indexOf("'t remove this l")&&document.getElementById("allrecords").insertAdjacentHTML("afterend",'<div class="t-tildalabel t-tildalabel-free" style="display: block !important; visibility: visible !important; position: relative !important; width: 100% !important; pointer-events: all !important; opacity: 1 !important; margin: 0 !important; z-index: 99900 !important"><div class="t-tildalabel-free__main"><a href="https://tilda.cc" target="_blank" style="padding-bottom:12px; display: block;"><img style="width:40px;" src="https://static.tildacdn.com/img/tildacopy.png"></a><div style="padding-bottom: 15px;">This site was made on <a href="https://tilda.cc" target="_blank" style="text-decoration: none; color:inherit;">Tilda — a website builder</a> that helps to create a website without any code</div><a href="https://tilda.cc/registration/" target="_blank" style="display: inline-block; padding: 10px 20px; font-size: 13px; border-radius: 50px; background-color: #fa8669; color: #fff; text-decoration: none;">Create a website</a></div><div class="t-tildalabel-free__links-wr"><a class="t-tildalabel-free__txt-link" href="https://help'+("RU"===window.browserLang?"-ru":"")+'.tilda.cc/white-label" target="_blank">'+("RU"===window.browserLang?"Как удалить этот лейбл":"How to remove this block")+"?</a></div></div>")}
28
}
29
,500)}
30
),t_onReady(function(){var t=document.getElementById("allrecords");if(!window.isMobile&&t&&"yes"!==t.getAttribute("data-blocks-animationoff")&&!1===window.isSearchBot){for(var e=document.querySelectorAll(".r"),n=0;n<e.length;n++){var i=(s=e[n]).getAttribute("style");i&&-1!==i.indexOf("background-color")&&s.setAttribute("data-animationappear","off")}
31
for(var o,a,r,l,d=Array.prototype.slice.call(e).filter(function(t){return!t.getAttribute("data-animationappear")&&!t.getAttribute("data-screen-min")&&!t.getAttribute("data-screen-max")}
32
),n=0;n<d.length;n++){var s,c=(s=d[n]).getBoundingClientRect().top+window.pageYOffset,u=window.pageYOffset+window.innerHeight+300;t_addClass(s,1e3<c&&u<c?"r_hidden":"r_showed"),t_addClass(s,"r_anim")}
33
function h(){for(var t=d.length-1;0<=t;t--){var e=d[t];e.getBoundingClientRect().top+window.pageYOffset<(e.offsetHeight<=100?window.pageYOffset+window.innerHeight:window.pageYOffset+window.innerHeight-100)&&(t_removeClass(e,"r_hidden"),t_addClass(e,"r_showed"),(d=Array.prototype.slice.call(d)).splice(t,1))}
34
}
35
d.length&&(0<(o=document.querySelectorAll('[data-record-type="400"]')).length&&(r=a=0,l=setInterval(function(){300===(r+=1)&&clearInterval(l);for(var t=0;t<o.length;t++)"yes"===o[t].getAttribute("data-hiding-completed")&&(a+=1);a===o.length&&(h(),clearInterval(l))}
36
,100)),window.addEventListener("scroll",t_throttle(function(){h()}
37
,200)),setTimeout(function(){h()}
38
))}
39
var t=document.querySelector("html"),p=document.body,m=("none"===t.style.display&&(t.style.display="block"),document.querySelector(".t-tildalabel")),p=p?Math.max(p.scrollHeight,p.offsetHeight,p.clientHeight,t.offsetHeight):t.offsetHeight;p+70<window.innerHeight?m&&(m.style.display="none"):m&&m.setAttribute("style","display: block !important")}
40
),function(){function t(){window.winWidth=window.innerWidth,window.winHeight=window.innerHeight}
...
</html>