
<style>
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c3e50;
    color: #fff;
    padding: 20px;
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    text-align: center;
}

.cookie-banner a {
    color: inherit;
    text-decoration: underline;
}

.cookie-banner-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cookie-banner-text {
    flex: 1;
    min-width: 200px;
}

.cookie-banner-text p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

.cookie-banner-button {
    background: #3498db;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.3s;
}

.cookie-banner-button:hover {
    background: #2980b9;
}

@media (max-width: 768px) {
    .cookie-banner-content {
        flex-direction: column;
        text-align: center;
    }
}
</style>

<div class="cookie-banner" id="cookieBanner">
    <div class="cookie-banner-content">
        <div class="cookie-banner-text">
            <p>Мы используем файлы cookie для улучшения работы сайта. Продолжая использовать сайт, вы соглашаетесь с <a target="_blank" href="/privacy-policy">политикой конфиденциальности</a>.</p>
        </div>
        <button class="cookie-banner-button" id="acceptCookies">Принять</button>
    </div>
</div>

<script>
document.addEventListener('DOMContentLoaded', function() {
    var acceptButton = document.getElementById('acceptCookies');
    var cookieBanner = document.getElementById('cookieBanner');
    
    if (acceptButton && cookieBanner) {
        acceptButton.addEventListener('click', function() {
            // Set cookie for 30 days
            var date = new Date();
            date.setTime(date.getTime() + (30 * 24 * 60 * 60 * 1000));
            var expires = "; expires=" + date.toUTCString();
            document.cookie = "cookie_consent=accepted" + expires + "; path=/";
            
            // Hide banner
            cookieBanner.style.display = 'none';
        });
    }
});
</script>
<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet type='text/xsl' href='https://zdr.ru/wp-content/plugins/google-sitemap-generator/sitemap.xsl'?><!-- sitemap-generator-url='http://www.arnebrachhold.de' sitemap-generator-version='4.1.24' -->
<!-- generated-on='20.07.2026 19:07' -->
<sitemapindex xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd' xmlns='http://www.sitemaps.org/schemas/sitemap/0.9'>	<sitemap>
		<loc>https://zdr.ru/sitemap-misc.xml</loc>
		<lastmod>2026-07-20T11:47:30+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://zdr.ru/post-sitemap.xml</loc>
		<lastmod>2026-07-17T15:49:44+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://zdr.ru/post-sitemap2.xml</loc>
		<lastmod>2026-07-17T15:49:44+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://zdr.ru/post-sitemap3.xml</loc>
		<lastmod>2026-07-17T15:49:44+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://zdr.ru/post-sitemap4.xml</loc>
		<lastmod>2026-07-17T15:49:44+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://zdr.ru/page-sitemap.xml</loc>
		<lastmod>2026-07-20T11:47:30+00:00</lastmod>
	</sitemap>
</sitemapindex><!-- <p>Please edit wp-db.inc.php in wp-includes and set SAVEQUERIES to true if you want to see the queries.</p> --> <!-- Request ID: 46390cefabfb93fc067d00ec13ba61ab; Queries for sitemap: 40; Total queries: 62; Seconds: 0.14; Memory for sitemap: 1KB; Total memory: 10MB -->
