.content { margin-top: -10em; text-align: center; padding: 10px 10px; font-size: 17px; font-family: "Roboto", sans-serif; line-height: 1.4; } a { color: #6096CC; text-decoration: none; transition: color 0.3s; } a:hover { color: #E700FC; } h1 { font-weight: 500; margin: 0 0 0.5em 0; font-size: 34px; } .countdown { max-width: 900px; background-color: transparent; margin: 0 auto; position: relative; } .countdown::after { content: ""; background-color: #CAD3D8; height: 1px; position: absolute; left: 0; right: 0; bottom: 0; z-index: -1; } .bar { width: 0%; height: 5px; background-color: #E700FC; } .seconds { font-size: 45px; margin: 50px auto 20px auto; } .message { color: #2C3747; background-color: #FFFFFF; border-radius: 10px; border: 2px solid #E6EAED; padding: 20px; text-align: center; max-width: 900px; margin: 80px auto 20px auto; line-height: 2; } .message strong { font-weight: 500; } .slash { color: #CAD3D8; } document.addEventListener( 'DOMContentLoaded', function() { var bar = document.querySelector('.bar'); var sec = document.querySelector('.seconds'); var time = 30; var startTime = Date.now(); var interval = setInterval(function() { var elapsedTime = Date.now() - startTime; current = (elapsedTime / 1000).toFixed(3); if ( current > time ) { clearInterval( interval ); current = time; document.getElementById('external').click(); } width = 100 * current / time; bar.style.width = width + '%'; sec.innerHTML = ( (width).toFixed() + '% \\ ' + ( time - Number( current ).toFixed(0) ) + ' сек'); }, 1); }); (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-7300291673795566", enable_page_level_ads: true }); Переход по внешней ссылке (adsbygoogle = window.adsbygoogle || []).push({}); Вы покидаете сайт berdskasloboda.ru и переходите по внешней ссылке. Вы будете перенаправлены на запрашиваемый адрес через 30 секунд. Если ваш браузер не поддерживает автоматическое перенаправление, пожалуйста, нажмите: Перейти document.write("") (function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)}; m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)}) (window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym"); ym(20166844, "init", { clickmap:true, trackLinks:true, accurateTrackBounce:true, webvisor:true }); var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-38127579-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); var _tmr = window._tmr || (window._tmr = []); _tmr.push({id: "3121900", type: "pageView", start: (new Date()).getTime()}); (function (d, w, id) { if (d.getElementById(id)) return; var ts = d.createElement("script"); ts.type = "text/javascript"; ts.async = true; ts.id = id; ts.src = "https://top-fwz1.mail.ru/js/code.js"; var f = function () {var s = d.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ts, s);}; if (w.opera == "[object Opera]") { d.addEventListener("DOMContentLoaded", f, false); } else { f(); } })(document, window, "topmailru-code");