|
|
|
@ -21,8 +21,16 @@ |
|
|
|
<link rel="icon" type="image/x-icon" href="/static/imgs/favicon.ico"> |
|
|
|
<link rel="icon" type="image/x-icon" href="/static/imgs/favicon.ico"> |
|
|
|
<link rel="alternate icon" type="image/png" href="/static/imgs/favicon.png"/> |
|
|
|
<link rel="alternate icon" type="image/png" href="/static/imgs/favicon.png"/> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': |
|
|
|
|
|
|
|
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], |
|
|
|
|
|
|
|
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= |
|
|
|
|
|
|
|
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); |
|
|
|
|
|
|
|
})(window,document,'script','dataLayer','GTM-NFDRD7X');</script> |
|
|
|
|
|
|
|
|
|
|
|
</head> |
|
|
|
</head> |
|
|
|
<body ng-controller="MainCtrl"> |
|
|
|
<body ng-controller="MainCtrl"> |
|
|
|
|
|
|
|
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NFDRD7X" |
|
|
|
|
|
|
|
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> |
|
|
|
|
|
|
|
|
|
|
|
{% cms_toolbar %} |
|
|
|
{% cms_toolbar %} |
|
|
|
<div class="container"> |
|
|
|
<div class="container"> |
|
|
|
@ -92,45 +100,5 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
{% render_block "js" %} |
|
|
|
{% render_block "js" %} |
|
|
|
|
|
|
|
|
|
|
|
<!-- Yandex.Metrika counter --> |
|
|
|
|
|
|
|
<script type="text/javascript"> |
|
|
|
|
|
|
|
(function (d, w, c) { |
|
|
|
|
|
|
|
(w[c] = w[c] || []).push(function() { |
|
|
|
|
|
|
|
try { |
|
|
|
|
|
|
|
w.yaCounter950321 = new Ya.Metrika({ |
|
|
|
|
|
|
|
id:950321, |
|
|
|
|
|
|
|
clickmap:true, |
|
|
|
|
|
|
|
trackLinks:true, |
|
|
|
|
|
|
|
accurateTrackBounce:true, |
|
|
|
|
|
|
|
webvisor:true |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
} catch(e) { } |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var n = d.getElementsByTagName("script")[0], |
|
|
|
|
|
|
|
s = d.createElement("script"), |
|
|
|
|
|
|
|
f = function () { n.parentNode.insertBefore(s, n); }; |
|
|
|
|
|
|
|
s.type = "text/javascript"; |
|
|
|
|
|
|
|
s.async = true; |
|
|
|
|
|
|
|
s.src = "https://mc.yandex.ru/metrika/watch.js"; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (w.opera == "[object Opera]") { |
|
|
|
|
|
|
|
d.addEventListener("DOMContentLoaded", f, false); |
|
|
|
|
|
|
|
} else { f(); } |
|
|
|
|
|
|
|
})(document, window, "yandex_metrika_callbacks"); |
|
|
|
|
|
|
|
</script> |
|
|
|
|
|
|
|
<noscript><div><img src="https://mc.yandex.ru/watch/950321" style="position:absolute; left:-9999px;" alt="" /></div></noscript> |
|
|
|
|
|
|
|
<!-- /Yandex.Metrika counter --> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script> |
|
|
|
|
|
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
|
|
|
|
|
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
|
|
|
|
|
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
|
|
|
|
|
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ga('create', 'UA-35642647-1', 'auto'); |
|
|
|
|
|
|
|
ga('send', 'pageview'); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</script> |
|
|
|
|
|
|
|
</body> |
|
|
|
</body> |
|
|
|
</html> |
|
|
|
</html> |
|
|
|
|