It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://buhgalteriya.pro

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.  <meta charset="UTF-8">
  5.  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  6.  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7.  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8.  <title>Сайт временно недоступен</title>
  9.  <style>
  10.    @font-face {
  11.        font-family: "Gilroy";
  12.        src: url('/fonts/Gilroy/400.woff2') format('woff2'), url('/fonts/Gilroy/400.woff') format('woff');
  13.        font-weight: 400;
  14.        font-style: normal;
  15.        font-display: swap;
  16.    }
  17.  
  18.    @font-face {
  19.        font-family: "Gilroy";
  20.        src: url('/fonts/Gilroy/500.woff2') format('woff2'), url('/fonts/Gilroy/500.woff') format('woff');
  21.        font-weight: 500;
  22.        font-style: normal;
  23.        font-display: swap;
  24.    }
  25.  
  26.    @font-face {
  27.        font-family: "Gilroy";
  28.        src: url('/fonts/Gilroy/700.woff2') format('woff2'), url('/fonts/Gilroy/700.woff') format('woff');
  29.        font-weight: 700;
  30.        font-style: normal;
  31.        font-display: swap;
  32.    }
  33.  
  34.    body {
  35.        height: 100vh;
  36.        font-family: "Gilroy", sans-serif;
  37.        font-weight: 400;
  38.        color: #000000;
  39.        margin: 0;
  40.        padding: 0;
  41.    }
  42.  
  43.    h1, h2, h3 {
  44.        margin: 0;
  45.        padding: 0;
  46.    }
  47.  
  48.    * {
  49.        box-sizing: border-box;
  50.    }
  51.  
  52.    .off {
  53.        max-width: 1440px;
  54.        margin: 0 auto;
  55.        height: 100vh;
  56.        display: flex;
  57.        flex-direction: column;
  58.        justify-content: space-between;
  59.        position: relative;
  60.    }
  61.  
  62.    .off-header {
  63.        padding: 16px 18px;
  64.        display: flex;
  65.        justify-content: space-between;
  66.        align-items: center;
  67.        position: relative;
  68.        z-index: 10;
  69.    }
  70.  
  71.    @media (min-width: 768px) {
  72.        .off-header {
  73.            padding: 32px 40px;
  74.        }
  75.    }
  76.  
  77.    .off-header__logo {
  78.        position: relative;
  79.        z-index: 20;
  80.    }
  81.  
  82.    .off-header__controls {
  83.        display: none;
  84.        justify-content: center;
  85.        align-items: center;
  86.    }
  87.  
  88.    @media (max-width: 1200px) {
  89.        .off-header__controls.active {
  90.            display: flex;
  91.            flex-direction: column;
  92.            position: fixed;
  93.            top: 0;
  94.            bottom: 0;
  95.            left: 0;
  96.            right: 0;
  97.            z-index: 15;
  98.            background: #fff;
  99.            padding: 0 54px;
  100.        }
  101.    }
  102.  
  103.    @media (min-width: 1200px) {
  104.        .off-header__controls {
  105.            display: flex;
  106.        }
  107.    }
  108.  
  109.    .off-header__signin-btn {
  110.        display: flex;
  111.        justify-content: center;
  112.        align-items: center;
  113.        font-weight: 700;
  114.        font-size: 15px;
  115.        font-family: "Gilroy", sans-serif;
  116.        line-height: 20px;
  117.        padding: 12px 24px;
  118.        border: 1px solid rgba(0, 0, 0, 0.1);
  119.        border-radius: 24px;
  120.        background: #fff;
  121.        margin-bottom: 10px;
  122.        text-decoration: none;
  123.        transition: all 0.3s;
  124.        color: #000000;
  125.        width: 100%;
  126.        max-width: 270px;
  127.        height: 44px;
  128.    }
  129.  
  130.    @media (min-width: 1200px) {
  131.        .off-header__signin-btn {
  132.            margin-right: 10px;
  133.            margin-bottom: 0;
  134.            width: auto;
  135.        }
  136.    }
  137.  
  138.    .off-header__signin-btn:hover {
  139.        border-color: rgba(0, 0, 0, .2);
  140.    }
  141.  
  142.    .off-header__signin-btn:active {
  143.        transform: scale(.9)
  144.    }
  145.  
  146.    .off-header__signin-icon {
  147.        margin-right: 7px;
  148.    }
  149.  
  150.    .off-header__create-btn {
  151.        text-align: center;
  152.        padding: 12px 24px;
  153.        font-weight: 700;
  154.        font-size: 15px;
  155.        line-height: 20px;
  156.        font-family: "Gilroy", sans-serif;
  157.        color: #fff;
  158.        background: #000000;
  159.        border-radius: 24px;
  160.        width: 100%;
  161.        max-width: 270px;
  162.        height: 44px;
  163.        text-decoration: none;
  164.        transition: all 0.3s;
  165.    }
  166.  
  167.    @media (min-width: 1200px) {
  168.        .off-header__create-btn {
  169.            width: auto;
  170.        }
  171.    }
  172.  
  173.    .off-header__create-btn:hover {
  174.        opacity: 0.8;
  175.    }
  176.  
  177.    .off-header__create-btn:active {
  178.        transform: scale(.9)
  179.    }
  180.  
  181.    .off-content {
  182.        display: flex;
  183.        flex-direction: column;
  184.        justify-content: center;
  185.        align-items: center;
  186.        text-align: center;
  187.        padding: 20px;
  188.    }
  189.  
  190.    .off-content__image {
  191.        margin-bottom: 16px;
  192.    }
  193.  
  194.    .off-content__title {
  195.        font-weight: 700;
  196.        font-size: 18px;
  197.        line-height: 130%;
  198.        margin-bottom: 8px;
  199.    }
  200.  
  201.    @media (min-width: 768px) {
  202.        .off-content__title {
  203.            font-size: 24px;
  204.        }
  205.    }
  206.  
  207.    .off-content__text {
  208.        font-weight: 500;
  209.        font-size: 14px;
  210.        line-height: 130%;
  211.        max-width: 530px;
  212.        text-align: center;
  213.        color: rgba(0, 0, 0, 0.6)
  214.    }
  215.  
  216.    @media (min-width: 768px) {
  217.        .off-content__text {
  218.            font-size: 18px;
  219.        }
  220.    }
  221.  
  222.    .off-footer {
  223.        margin-bottom: 64px;
  224.        display: flex;
  225.        justify-content: center;
  226.    }
  227.  
  228.    .off-footer__text {
  229.        padding: 24px 32px;
  230.        background: #F7F7F7;
  231.        border-radius: 24px;
  232.        font-weight: 500;
  233.        font-size: 14px;
  234.        line-height: 130%;
  235.        text-align: center;
  236.        color: #0A083A;
  237.    }
  238.  
  239.    .off-footer__text a {
  240.        font-weight: 700;
  241.        color: #0A083A;
  242.    }
  243.  
  244.    .off-footer__text a:hover {
  245.        text-decoration: none;
  246.    }
  247.  
  248.    .off-header__mobile-btn {
  249.        border: 1px solid rgba(0, 0, 0, 0.1);
  250.        border-radius: 50%;
  251.        display: flex;
  252.        justify-content: center;
  253.        align-items: center;
  254.        background: #fff;
  255.        width: 44px;
  256.        height: 44px;
  257.        padding: 0;
  258.        cursor: pointer;
  259.        transition: all 0.3s;
  260.        position: relative;
  261.        z-index: 20;
  262.    }
  263.  
  264.    .off-header__mobile-btn:hover {
  265.        border-color: rgba(0, 0, 0, .2);
  266.    }
  267.  
  268.    @media (min-width: 1200px) {
  269.        .off-header__mobile-btn {
  270.            display: none;
  271.        }
  272.    }
  273.  
  274.    .off-header__mobile-close-icon {
  275.        display: none;
  276.    }
  277.  
  278.    .off-header__controls.active~.off-header__mobile-btn .off-header__mobile-menu-icon {
  279.        display: none;
  280.    }
  281.  
  282.    .off-header__controls.active~.off-header__mobile-btn .off-header__mobile-close-icon {
  283.        display: block;
  284.    }
  285.  </style>
  286.  <script>
  287.    document.addEventListener("DOMContentLoaded", function () {
  288.      document.querySelector(".off-header__mobile-btn").addEventListener('click', function () {
  289.        document.querySelector(".off-header__controls").classList.toggle("active");
  290.      })
  291.    });
  292.  </script>
  293. </head>
  294. <body>
  295.  <div class="off">
  296.    <div class="off-header">
  297.      <a href="https://craftum.com" class="off-header__logo">
  298.        <svg width="107" height="22" viewBox="0 0 107 22" fill="none" xmlns="http://www.w3.org/2000/svg">
  299.          <path d="M11.1139 21.3922C14.6979 21.3922 17.8619 19.6002 19.5419 16.7722L16.2099 14.8402C15.2859 16.5482 13.3539 17.6122 11.1139 17.6122C9.20988 17.6122 7.66988 17.0242 6.49388 15.8202C5.34588 14.6161 4.75788 13.0761 4.75788 11.2001C4.75788 9.29615 5.34588 7.75615 6.49388 6.55215C7.66988 5.34815 9.20988 4.76015 11.1139 4.76015C13.3539 4.76015 15.2299 5.79615 16.2099 7.56015L19.5419 5.62815C17.8619 2.80015 14.6699 1.00815 11.1139 1.00815C8.17388 1.00815 5.73787 1.98815 3.80588 3.94815C1.87387 5.88015 0.921875 8.31615 0.921875 11.2001C0.921875 14.0842 1.87387 16.4922 3.80588 18.4522C5.73787 20.4122 8.17388 21.3922 11.1139 21.3922Z" fill="black"/>
  300.          <path d="M25.5783 7.00015H21.9663V21.0002H25.5783V14.3082C25.5783 12.9642 25.9983 12.0122 26.8663 11.4242C27.7343 10.8362 28.7423 10.6122 29.8343 10.7521V6.72015C27.9303 6.72015 26.2503 7.61615 25.5783 9.40815V7.00015Z" fill="black"/>
  301.          <path d="M42.0672 8.65215C40.9752 7.28015 39.4632 6.60815 37.5032 6.60815C35.6272 6.60815 34.0312 7.33615 32.6872 8.76415C31.3712 10.1922 30.6992 11.9282 30.6992 14.0002C30.6992 16.0722 31.3712 17.8362 32.6872 19.2642C34.0312 20.6922 35.6272 21.3922 37.5032 21.3922C39.4632 21.3922 40.9752 20.7201 42.0672 19.3482V21.0002H45.6792V7.00015H42.0672V8.65215ZM35.4032 16.8561C34.6752 16.1001 34.3112 15.1482 34.3112 14.0002C34.3112 12.8521 34.6752 11.9002 35.4032 11.1722C36.1312 10.4162 37.0552 10.0521 38.1752 10.0521C39.2952 10.0521 40.2192 10.4162 40.9472 11.1722C41.7032 11.9002 42.0672 12.8521 42.0672 14.0002C42.0672 15.1482 41.7032 16.1001 40.9472 16.8561C40.2192 17.5842 39.2952 17.9482 38.1752 17.9482C37.0552 17.9482 36.1312 17.5842 35.4032 16.8561Z" fill="black"/>
  302.          <path d="M56.4866 1.00815C52.1186 0.756149 49.9066 2.91215 49.9066 6.86015V7.00015H47.8906V10.4721H49.9066V21.0002H53.5186V10.4721H56.4866V7.00015H53.5186V6.86015C53.5186 5.12415 54.4986 4.34015 56.4866 4.48015V1.00815Z" fill="black"/>
  303.          <path d="M66.5876 7.00015H63.4236V3.08015L59.8116 4.17215V7.00015H57.3756V10.4721H59.8116V16.2962C59.8116 20.1322 61.6316 21.5602 66.5876 21.0002V17.7241C64.5156 17.8361 63.4236 17.8082 63.4236 16.2962V10.4721H66.5876V7.00015Z" fill="black"/>
  304.          <path d="M78.593 14.5602C78.593 16.8842 77.389 18.0322 75.513 18.0322C73.833 18.0322 72.741 17.0242 72.741 15.1482V7.00015H69.129V15.5962C69.129 17.4162 69.633 18.8162 70.613 19.8521C71.621 20.8881 72.881 21.3922 74.421 21.3922C76.325 21.3922 77.725 20.7481 78.593 19.4321V21.0002H82.205V7.00015H78.593V14.5602Z" fill="black"/>
  305.          <path d="M100.997 6.60815C99.1492 6.60815 97.7492 7.28015 96.8252 8.62415C96.0132 7.28015 94.7252 6.60815 93.0172 6.60815C91.2532 6.60815 89.9651 7.22415 89.1252 8.48415V7.00015H85.5132V21.0002H89.1252V13.1322C89.1252 11.0882 90.1612 9.96815 91.7572 9.96815C93.2412 9.96815 94.1092 10.9481 94.1092 12.6281V21.0002H97.7212V13.1322C97.7212 11.0882 98.6731 9.96815 100.325 9.96815C101.809 9.96815 102.677 10.9481 102.677 12.6281V21.0002H106.289V12.3762C106.289 8.87615 104.217 6.60815 100.997 6.60815Z" fill="black"/>
  306.        </svg>
  307.      </a>
  308.      <div class="off-header__controls">
  309.        <a href="https://craftum.com/login/" class="off-header__signin-btn">
  310.          <svg class="off-header__signin-icon" width="19" height="20" viewBox="0 0 19 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  311.            <path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 2.8763C8.18832 2.8763 7.125 3.93963 7.125 5.2513C7.125 6.56298 8.18832 7.6263 9.5 7.6263C10.8117 7.6263 11.875 6.56298 11.875 5.2513C11.875 3.93963 10.8117 2.8763 9.5 2.8763ZM5.54167 5.2513C5.54167 3.06517 7.31387 1.29297 9.5 1.29297C11.6861 1.29297 13.4583 3.06517 13.4583 5.2513C13.4583 7.43743 11.6861 9.20963 9.5 9.20963C7.31387 9.20963 5.54167 7.43743 5.54167 5.2513ZM3.53437 11.9523C4.2767 11.21 5.28352 10.793 6.33333 10.793H12.6667C13.7165 10.793 14.7233 11.21 15.4656 11.9523C16.208 12.6947 16.625 13.7015 16.625 14.7513V16.3346C16.625 16.7719 16.2706 17.1263 15.8333 17.1263C15.3961 17.1263 15.0417 16.7719 15.0417 16.3346V14.7513C15.0417 14.1214 14.7914 13.5173 14.346 13.0719C13.9006 12.6265 13.2966 12.3763 12.6667 12.3763H6.33333C5.70345 12.3763 5.09935 12.6265 4.65395 13.0719C4.20856 13.5173 3.95833 14.1214 3.95833 14.7513V16.3346C3.95833 16.7719 3.60389 17.1263 3.16667 17.1263C2.72944 17.1263 2.375 16.7719 2.375 16.3346V14.7513C2.375 13.7015 2.79204 12.6947 3.53437 11.9523Z" fill="black"/>
  312.          </svg>
  313.          <span class="off-header__signin-title">Войти</span>
  314.        </a>
  315.        <a href="https://craftum.com/registration/" class="off-header__create-btn">Создать сайт</a>
  316.      </div>
  317.      <button class="off-header__mobile-btn">
  318.        <svg class="off-header__mobile-menu-icon" width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
  319.          <path fill-rule="evenodd" clip-rule="evenodd" d="M3.75 5.25C3.33579 5.25 3 5.58579 3 6C3 6.41421 3.33579 6.75 3.75 6.75L14.25 6.75C14.6642 6.75 15 6.41421 15 6C15 5.58579 14.6642 5.25 14.25 5.25L3.75 5.25ZM3.75 11.25C3.33579 11.25 3 11.5858 3 12C3 12.4142 3.33579 12.75 3.75 12.75L14.25 12.75C14.6642 12.75 15 12.4142 15 12C15 11.5858 14.6642 11.25 14.25 11.25L3.75 11.25Z" fill="black"/>
  320.        </svg>
  321.        <svg class="off-header__mobile-close-icon" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  322.          <path fill-rule="evenodd" clip-rule="evenodd" d="M4.69281 4.68891C5.00198 4.37974 5.50323 4.37974 5.8124 4.68891L10.0026 8.87911L14.1928 4.68891C14.502 4.37974 15.0032 4.37974 15.3124 4.68891C15.6216 4.99807 15.6216 5.49933 15.3124 5.80849L11.1222 9.9987L15.3124 14.1889C15.6216 14.4981 15.6216 14.9993 15.3124 15.3085C15.0032 15.6177 14.502 15.6177 14.1928 15.3085L10.0026 11.1183L5.8124 15.3085C5.50323 15.6177 5.00198 15.6177 4.69281 15.3085C4.38365 14.9993 4.38365 14.4981 4.69281 14.1889L8.88302 9.9987L4.69281 5.80849C4.38365 5.49933 4.38365 4.99807 4.69281 4.68891Z" fill="black"/>
  323.        </svg>
  324.      </button>
  325.    </div>
  326.    <div class="off-content">
  327.      <img class="off-content__image" src="https://s3.timeweb.com/cv08300-craftum/statics/pages/404/images/exclam.png" alt="Восклицательный знак">
  328.      <h1 class="off-content__title">Сайт временно недоступен</h1>
  329.      <div class="off-content__text">Скорее всего, закончилась подписка. Если это ваш сайт, войдите в панель управления Craftum и продлите подписку.</div>
  330.    </div>
  331.    <div class="off-footer">
  332.      <div class="off-footer__text">
  333.        <a href="https://craftum.com/">Создайте сайт бесплатно</a> на конструкторе Craftum
  334.      </div>
  335.    </div>
  336.  </div>
  337. </body>
  338. </html>
  339.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda