<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://hard-wall.ru/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://hard-wall.ru/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://hard-wall.ru/wp-sitemap-posts-porto_builder-1.xml</loc></sitemap><sitemap><loc>https://hard-wall.ru/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>

<!-- HardWall legal footer and cookie notice start -->
<style>
  .hardwall-legal-footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #777777;
    text-align: center;
    padding: 18px 15px;
    background: #ffffff;
  }

  .hardwall-legal-footer p {
    margin: 0 0 4px 0;
  }

  .hardwall-legal-footer a {
    color: inherit;
    text-decoration: underline;
  }

  .cookie-notice {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 999999;
    max-width: 920px;
    margin: 0 auto;
    background: #ffffff;
    color: #222222;
    border: 1px solid #d9d9d9;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.16);
    padding: 16px 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.45;
    display: none;
  }

  .cookie-notice__inner {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
  }

  .cookie-notice__text {
    margin: 0;
  }

  .cookie-notice__text a {
    color: inherit;
    text-decoration: underline;
  }

  .cookie-notice__button {
    flex: 0 0 auto;
    border: 0;
    background: #222222;
    color: #ffffff;
    padding: 10px 18px;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
  }

  .cookie-notice__button:hover {
    opacity: 0.85;
  }

  @media (max-width: 640px) {
    .cookie-notice {
      left: 10px;
      right: 10px;
      bottom: 10px;
      padding: 14px;
      font-size: 13px;
    }

    .cookie-notice__inner {
      display: block;
    }

    .cookie-notice__button {
      margin-top: 12px;
      width: 100%;
    }
  }
</style>

<div id="hardwallLegalFooter" class="hardwall-legal-footer">
  <p><strong>ООО «Баутрейд»</strong></p>
  <p>ИНН 7723771897 · ОГРН 1107746775806</p>
  <p>Юридический адрес: 115088, г. Москва, вн.тер.г. муниципальный округ Печатники, проезд 2-й Южнопортовый, д. 20а стр. 4, подъезд/этаж 2/1, пом. 4Б</p>
  <p><a href="/privacy.html">Политика обработки персональных данных</a></p>
</div>

<div id="cookieNotice" class="cookie-notice">
  <div class="cookie-notice__inner">
    <p class="cookie-notice__text">
      На сайте используются технические файлы cookie, необходимые для корректной работы сайта.
      Cookie не применяются для веб-аналитики, рекламы, ретаргетинга и профилирования пользователей.
      Подробнее — в <a href="/privacy.html">Политике обработки персональных данных</a>.
    </p>
    <button id="cookieNoticeButton" class="cookie-notice__button" type="button">Понятно</button>
  </div>
</div>

<script>
  (function () {
    var notice = document.getElementById('cookieNotice');
    var button = document.getElementById('cookieNoticeButton');
    var storageKey = 'hardwallTechnicalCookieNoticeClosed_v2';

    if (!notice || !button) {
      return;
    }

    try {
      if (localStorage.getItem(storageKey) !== '1') {
        notice.style.display = 'block';
      }

      button.onclick = function () {
        notice.style.display = 'none';
        localStorage.setItem(storageKey, '1');
      };
    } catch (e) {
      notice.style.display = 'block';

      button.onclick = function () {
        notice.style.display = 'none';
      };
    }
  })();
</script>
<!-- HardWall legal footer and cookie notice end -->
<!-- permalink_structure ends with slash (/) but REQUEST_URI does not end with slash (/) -->