<body> <font face="Arial">If you see this message, then your browser does not support frames. This page will not look or work correctly, but you may follow this <a href="info_request_toolbar.html">link</a> in order to use some of the functionality of this section of the AAF homepage. This page is designed for Netscape Navigator version 2.01 and above, and Microsoft Internet Explorer version 3.0 and above. Your browser should support frames, tables, and GIF89a.<br> ||</font> <style> .cookie-notice { position: fixed; bottom: 20px; left: 20px; right: 20px; background-color: #fff; border: 1px solid #666; padding: 20px; z-index: 9999; font-size: 14px; line-height: 1.5; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); border-radius: 8px; max-width: 600px; margin: auto; } .cookie-notice a { color: #000; text-decoration: underline; } .cookie-notice button { display: block; margin: 10px auto 0 auto; background-color: #c8102e; color: #fff; border: none; padding: 8px 16px; border-radius: 4px; cursor: pointer; } </style> <div class="cookie-notice" id="cookieNotice" style="display:none;"> Мы используем cookie для наилучшего представления данного сайта согласно нашей <a href="/us/privacy-policy/" target="_blank" rel="noopener noreferrer">Политики конфиденциальности и обработки персональных данных</a>. <br> <button onclick="acceptCookiePolicy()">Принять</button> </div> <script> function setCookie(name, value, days) { const date = new Date(); date.setTime(date.getTime() + (days*24*60*60*1000)); document.cookie = name + "=" + value + "; expires=" + date.toUTCString() + "; path=/"; } function getCookie(name) { const decodedCookie = decodeURIComponent(document.cookie); const cookies = decodedCookie.split(';'); for (let i = 0; i < cookies.length; i++) { let c = cookies[i].trim(); if (c.indexOf(name + "=") === 0) { return c.substring(name.length + 1); } } return ""; } function acceptCookiePolicy() { setCookie('cookie_accepted', 'yes', 14); document.getElementById('cookieNotice').style.display = 'none'; } window.onload = function() { if (getCookie('cookie_accepted') !== 'yes') { document.getElementById('cookieNotice').style.display = 'block'; } }; </script></body>