No meta description tag found. Use a description tag that accurately describes the contents of a web page.
A well-written meta description attracts more clicks in search results than
an irrelevant or missing description.
1
<!DOCTYPE html>
2
<
Use the
lang
attribute to identify the language of the page.
In HTML add a lang
attribute containing a language code to the html
tag, and in PDF set the language using Document Properties in Acrobat. This allows screen readers to pronounce words correctly.
html>
3
<head>
4
<meta charset="utf-8">
5
<title>Выполните вход</title>
6
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"
Do not use the
meta viewport
tag to disable zoom.
Setting user-scalable=no
or maximum-scale
to less than 2.0 prevents
zooming small text to make it readable.
Note that iOS 10+ ignores this setting.
/>
7
8
9
<script type="text/javascript">
10
var browser = navigator.userAgent;
11
var browserRegex = /(Android|BlackBerry|IEMobile|Nokia|iP(ad|hone|od)|Opera M(obi|ini))/;
12
var isMobile = false;
13
if(browser.match(browserRegex)) {
14
isMobile = true;
15
addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false);
16
function hideURLbar(){
17
window.scrollTo(0,1);
18
}
19
}
20
</script>
21
<link type="text/css" rel="stylesheet" href="/_st/my.css" />
22
<script type="text/javascript">
23
var navTitle = "Navigation"
24
</script>
25
<link rel="stylesheet" href="/css/font-awesome.min.css">
26
<link rel="stylesheet" href="/css/style.css">
27
28
<link rel="stylesheet" href="/.s/src/base.min.css?v=151233" />
29
<link rel="stylesheet" href="/.s/src/layer7.min.css?v=151233" />
30
31
<script src="/.s/src/jquery-1.12.4.min.js"></script>
32
33
<script src="/.s/src/uwnd.min.js?v=151233"></script>
34
<script>/* --- UCOZ-JS-INIT_CODE --- */
35
window.ulb = {photoPage:"Перейти на страницу с фотографией.", closeBtn:"Закрыть", error:"Запрошенный контент не может быть загружен. Пожалуйста, попробуйте позже.", next:"Следующий", prev:"Предыдущий", btnPlay:"Начать слайдшоу", btnToggle:"Изменить размер", };
36
/* --- UCOZ-JS-END --- */</script>
37
38
<link rel="stylesheet" href="/.s/src/ulightbox/ulightbox.min.css" />
39
<link rel="stylesheet" href="/.s/src/social.css" />
40
<script src="/.s/src/ulightbox/ulightbox.min.js"></script>
41
<script async defer src="https://www.google.com/recaptcha/api.js?onload=reCallback&render=explicit&hl=ru"></script>
42
<script>
43
/* --- UCOZ-JS-DATA --- */
44
window.uCoz = {"site":{"domain":"catalog.tools","id":"eaglikuragli","host":"aglikuragli.ucoz.net"},"sign":{"5255":"Помощник"},"ssid":"717375561536507565674","country":"GB","language":"ru"};
45
/* --- UCOZ-JS-CODE --- */
46
function uSocialLogin(t) {
47
var params = {"facebook":{"width":950,"height":520},"vkontakte":{"width":790,"height":400},"ok":{"height":390,"width":710},"yandex":{"height":515,"width":870},"google":{"width":700,"height":600}};
48
var ref = escape(location.protocol + '//' + ('catalog.tools' || location.hostname) + location.pathname + ((location.hash ? ( location.search ? location.search + '&' : '?' ) + 'rnd=' + Date.now() + location.hash : ( location.search || '' ))));
49
window.open('/'+t+'?ref='+ref,'conwin','width='+params[t].width+',height='+params[t].height+',status=1,resizable=1,left='+parseInt((screen.availWidth/2)-(params[t].width/2))+',top='+parseInt((screen.availHeight/2)-(params[t].height/2)-20)+'screenX='+parseInt((screen.availWidth/2)-(params[t].width/2))+',screenY='+parseInt((screen.availHeight/2)-(params[t].height/2)-20));
50
return false;
51
}
52
function TelegramAuth(user){
53
user['a'] = 9; user['m'] = 'telegram';
54
_uPostForm('', {type: 'POST', url: '/index/sub', data: user});
55
}
56
function loginPopupForm(params = {}) { new _uWnd('LF', ' ', -250, -100, { closeonesc:1, resize:1 }, { url:'/index/40' + (params.urlParams ? '?'+params.urlParams : '') }) }
57
function reCallback() {
58
$('.g-recaptcha').each(function(index, element) {
59
element.setAttribute('rcid', index);
60
61
if ($(element).is(':empty') && grecaptcha.render) {
62
grecaptcha.render(element, {
63
sitekey:element.getAttribute('data-sitekey'),
64
theme:element.getAttribute('data-theme'),
65
size:element.getAttribute('data-size')
66
});
67
}
68
69
});
70
}
71
function reReset(reset) {
72
reset && grecaptcha.reset(reset.previousElementSibling.getAttribute('rcid'));
73
if (!reset) for (rel in ___grecaptcha_cfg.clients) grecaptcha.reset(rel);
74
}
75
/* --- UCOZ-JS-END --- */
76
</script>
77
78
<style>.UhideBlock{display:none; }</style>
79
</head>
80
81
<
This page has no
h1
element, which violates Bing webmaster guidelines.
Add an h1
element just before the main content describing the page.
body>
82
<div id="utbr8214" rel="s51"></div>
83
<header>
84
<div id="header">
85
<div id="head-top">
86
<div class="wrapper">
87
<div class="head-l
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.85 with
color: rgb(255,255,255)
background: rgb(253,36,36)
font-size: 7.50pt
font-weight: 400
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
"> <
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.85 with
color: rgb(255,255,255)
background: rgb(253,36,36)
font-size: 7.50pt
font-weight: 400
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
span> <!--<s5212>-->Приветствую Вас<!--</s>-->, <
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.85 with
color: rgb(255,255,255)
background: rgb(253,36,36)
font-size: 7.50pt
font-weight: 700
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
b> Гость</b></span> | <
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.85 with
color: rgb(255,255,255)
background: rgb(253,36,36)
font-size: 7.50pt
font-weight: 400
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
span> Воскресенье, 21.04.2024</span></div>
88
<div class="head-r">
89
<a title="Регистрация" href="/register
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.85 with
color: rgb(255,255,255)
background: rgb(253,36,36)
font-size: 7.50pt
font-weight: 400
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements. See
:focus-visible for more information.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
"> <!--<s3089>-->Регистрация<!--</s>--></a> <a title="Вход" href="javascript:;" rel="nofollow" onclick="loginPopupForm(); return false;
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.85 with
color: rgb(255,255,255)
background: rgb(253,36,36)
font-size: 7.50pt
font-weight: 400
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements. See
:focus-visible for more information.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Using
rel=nofollow
on internal links dilutes PageRank flow through your site.
PageRank is distributed between all outgoing links on a page (including the nofollow links),
so PageRank flowing to internal nofollow links vanishes.
"> <!--<s3087>-->Вход<!--</s>--></a>
90
</div>
91
<div class="clr"></div>
92
</div>
93
</div>
94
<div class="wrapper">
95
<!--U1AHEADER1Z--><div class="part-l">
96
<div id="site-logo">
97
<span class="site-l">
98
<span class="site-n"><a href="https://catalog.tools/
Links must have an accessible name.
A link name allows screen readers to voice what the links does. If there is no link content, or the link content is hidden by CSS, screen readers have nothing to read, so read out the URL instead. To add a name do one of the following:
Add text between the a
element start and end tags
Add an aria-label
attribute
Add an aria-labelledby
attribute
Add an img alt
attribute labeling the link if it contains an img
element
The CSS outline or border style on this element makes it difficult or impossible to see the link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements. See
:focus-visible for more information.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
"> <img src='/img/cat667.png' class='logoimg
img
elements must have an accessible name.
Add an
alt
attribute describing the image, which screen readers voice instead of the image.
Spacer images and purely decorative images should use
alt=""
without any global ARIA attributes.
Do not use
alt
text containing only spaces since that's voiced as an unlabeled image.
Impact on users:
NVDA 2023.3 Chrome 120 Windows 10 Reading: Image ignored. NVDA 2023.3 FF 115 Windows 10 Reading: Image ignored. NVDA 2023.3 Edge 120 Windows 10 Reading: Image ignored. JAWS 2023.2311.34 Chrome 120 Windows 10 Reading: Image ignored. JAWS 2023.2311.34 FF 115 Windows 10 Reading: Image ignored. JAWS 2023.2311.34 Edge 120 Windows 10 Reading: Image ignored. VoiceOver macOS 13.6 Safari 16.6 macOS 13.6.0 Reading: Image filename read out. VoiceOver iOS 16.6 Safari iOS 16.6 iOS 16.6.1 Touch: Image filename read out, along with OCR text from image. Omitting
img width
or
height
attributes makes the page layout jump about as images load.
This makes the page very hard to read or click while it's loading.
Fix by adding width and height attributes to the img
tag matching the image dimensions.
In responsive layouts, specifying width
and height
prevents layout jumping because the browser can
pre-calculate the final image size when CSS like this is used:
img { max-width: 100%; height: auto }
'> </a></span>
99
</span>
100
</div>
101
</div>
102
<br>
103
<div class="glavcenter">
104
<div class="addcataloglinkdiv"><a class="addcataloglink" href="/add
The CSS outline or border style on this element makes it difficult or impossible to see the link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements. See
:focus-visible for more information.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
"> <!--<s5202>-->Добавить в каталог<!--</s>--></a></div>
105
106
107
108
109
<!-- Yandex.Metrika counter -->
110
<script type="text/javascript" >
111
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
112
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)})
113
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
114
115
ym(88452466, "init", {
116
clickmap:true,
117
trackLinks:true,
118
accurateTrackBounce:true,
119
webvisor:true
120
});
121
</script>
122
<noscript><div><img src="https://mc.yandex.ru/watch/88452466" style="position:absolute; left:-9999px;" alt=""
Omitting
img width
or
height
attributes makes the page layout jump about as images load.
This makes the page very hard to read or click while it's loading.
Fix by adding width and height attributes to the img
tag matching the image dimensions.
In responsive layouts, specifying width
and height
prevents layout jumping because the browser can
pre-calculate the final image size when CSS like this is used:
img { max-width: 100%; height: auto }
/> </div></noscript>
123
<!-- /Yandex.Metrika counter -->
124
125
126
127
128
<!-- Global site tag (gtag.js) - Google Analytics -->
129
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-125657278-1"></script>
130
<script>
131
window.dataLayer = window.dataLayer || [];
132
function gtag(){dataLayer.push(arguments);}
133
gtag('js', new Date());
134
135
gtag('config', 'UA-125657278-1');
136
</script>
137
138
139
<!-- Global site tag (gtag.js) - Google Analytics -->
140
<script async src="https://www.googletagmanager.com/gtag/js?id=G-N9HQLRF0GB"></script>
141
<script>
142
window.dataLayer = window.dataLayer || [];
143
function gtag(){dataLayer.push(arguments);}
144
gtag('js', new Date());
145
146
gtag('config', 'G-N9HQLRF0GB');
147
</script>
148
149
150
<script type="text/javascript">
151
(function(d, t, p) {
152
var j = d.createElement(t); j.async = true; j.type = "text/javascript";
153
j.src = ("https:" == p ? "https:" : "http:") + "//stat.sputnik.ru/cnt.js";
154
var s = d.getElementsByTagName(t)[0]; s.parentNode.insertBefore(j, s);
155
})(document, "script", document.location.protocol);
156
</script>
157
158
159
<meta
160
name="sputnik-verification"
161
content="HBG02omBfozd3zkE"
Attribute
name
not allowed on element.
162
/>
163
164
165
</div>
166
</div>
167
<div class="clr"></div>
168
<div id="catmenu">
169
<!-- <sblock_nmenu> -->
170
<!-- <bc> --><div id="uNMenuDiv1" class="uMenuV"><ul class="uMenuRoot">
171
<li><a href="https://catalog.tools/publ/"
The CSS outline or border style on this element makes it difficult or impossible to see the link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements. See
:focus-visible for more information.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
> <
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.95 with
color: rgb(255,255,255)
background: rgb(128,128,128)
font-size: 16.50pt
font-weight: 400
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
span> Каталог сайтов</span></a></li>
172
<li><a href="/publ/pitanie/piccerii/63"
The CSS outline or border style on this element makes it difficult or impossible to see the link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements. See
:focus-visible for more information.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
> <
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.95 with
color: rgb(255,255,255)
background: rgb(128,128,128)
font-size: 16.50pt
font-weight: 400
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
span> Рейтинг пиццерий</span></a></li>
173
<li><a href="/publ/pitanie/kafe/62"
The CSS outline or border style on this element makes it difficult or impossible to see the link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements. See
:focus-visible for more information.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
> <
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.95 with
color: rgb(255,255,255)
background: rgb(128,128,128)
font-size: 16.50pt
font-weight: 400
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
span> Рейтинг кафе</span></a></li>
174
<li><a href="/publ/pitanie/restorany/61"
The CSS outline or border style on this element makes it difficult or impossible to see the link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements. See
:focus-visible for more information.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
> <
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.95 with
color: rgb(255,255,255)
background: rgb(128,128,128)
font-size: 16.50pt
font-weight: 400
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
span> Рейтинг ресторанов</span></a></li>
175
<li><a href="/publ/pitanie/sushi_bary/69"
The CSS outline or border style on this element makes it difficult or impossible to see the link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements. See
:focus-visible for more information.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
> <
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.95 with
color: rgb(255,255,255)
background: rgb(128,128,128)
font-size: 16.50pt
font-weight: 400
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
span> Рейтинг суши роллы ВОК</span></a></li>
176
<li><a href="/publ/zdorove/zdorovoe_pitanie/202"
The CSS outline or border style on this element makes it difficult or impossible to see the link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements. See
:focus-visible for more information.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
> <
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.95 with
color: rgb(255,255,255)
background: rgb(128,128,128)
font-size: 16.50pt
font-weight: 400
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
span> Рейтинг здорового питания</span></a></li>
177
<li><a href="https://catalog.tools/publ/magaziny/6"
The CSS outline or border style on this element makes it difficult or impossible to see the link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements. See
:focus-visible for more information.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
> <
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.95 with
color: rgb(255,255,255)
background: rgb(128,128,128)
font-size: 16.50pt
font-weight: 400
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
span> Рейтинг магазинов</span></a></li></ul></div><!-- </bc> -->
178
<!-- </sblock_nmenu> -->
179
180
181
<span class="nav-rib rib-l"></span>
182
<span class="nav-rib rib-r"></span>
183
<div class="clr"></div>
184
</div><!--/U1AHEADER1Z-->
185
<div class="clr"></div>
186
<!--U1PROMO1Z--><!--/U1PROMO1Z-->
187
</div>
188
<
Stray end tag
div
.
/div>
189
</header>
190
<div id="casing">
191
<div class="wrapper">
192
193
<!-- <middle> -->
194
<div class="part-l">
195
<div id="content">
196
<div class="part-i">
197
<
Section lacks heading.
Consider using h2
-h6
elements to add identifying headings to all sections,
or else use a div
element instead for any cases where no heading is needed.
section>
198
<!-- <body> --><div align="center
">
199
<br /><br /><br /><!--<s5211>-->Пожалуйста, войдите на сайт как пользователь с использованием Ваших регистрационных данных.<!--</s>--><br /><br /><br /><span style="font-size:13pt;text-transform:uppercase;"> <a href="javascript:;" rel="nofollow" onclick="loginPopupForm(); return false;
The CSS outline or border style on this element makes it difficult or impossible to see the link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements. See
:focus-visible for more information.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Using
rel=nofollow
on internal links dilutes PageRank flow through your site.
PageRank is distributed between all outgoing links on a page (including the nofollow links),
so PageRank flowing to internal nofollow links vanishes.
"> <
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.69 with
color: rgb(253,36,36)
background: rgb(250,250,250)
font-size: 13pt
font-weight: 700
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
b> <!--<s3087>-->Вход<!--</s>--></b></a> </span><br /><br /><br /><br /> <a href="/register
The CSS outline or border style on this element makes it difficult or impossible to see the link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements. See
:focus-visible for more information.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
"> <font size="4" color="red
"> <
Ensure that text and background colors have a 7:1 contrast ratio.
The text color to background color contrast ratio after composition is: 3.83 with
color: rgb(255,0,0)
background: rgb(250,250,250)
font-size: 14.40pt
font-weight: 700
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 4.5 or more for 18 point text, or larger
The contrast ratio should be 4.5 or more for 14 point bold text, or larger
The contrast ratio should be 7.0 or more for all other text
b> РЕГИСТРАЦИЯ</b><
End tag
a
violates nesting rules.
/a
> <
Unclosed element
font
.
/div> <!-- </body> -->
200
<
Unclosed element
font
.
/section>
201
<
Unclosed element
font
.
/div>
202
<
Unclosed element
font
.
/div
>
203
<
Unclosed element
font
.
/div
>
204
<div
class="part-r
">
205
<div class="part-i">
206
<aside>
207
<div id="sidebar">
208
<!--U1CLEFTER1Z--><!-- <block3> -->
209
210
<!-- </block3> --><!--/U1CLEFTER1Z-->
211
</div>
212
</aside>
213
</div>
214
</div>
215
<!-- </middle> -->
216
<div class="clr
"> </div>
217
218
<
Unclosed element
font
.
/div>
219
<
Unclosed element
font
.
/div>
220
<!--U
1BOTTOM1Z--> <div id="bottom
">
221
<div class="wrapper">
222
<div class="bot-wt"><
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.85 with
color: rgb(255,255,255)
background: rgb(253,36,36)
font-size: 15pt
font-weight: 400
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
center> Дополнительные разделы</center></div>
223
<div id="bot-w">
224
<div class="bot-i">
225
<div class="bot-t">Сертификация, документация, штрих коды</div>
226
<div class="inner">
227
<!-- <bc> -->
228
<ul>
229
230
<li><a href="/certification_authority
The CSS outline or border style on this element makes it difficult or impossible to see the link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements. See
:focus-visible for more information.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
"> Центр сертификации</a></li>
231
<li><a href="/product_certification
The CSS outline or border style on this element makes it difficult or impossible to see the link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements. See
:focus-visible for more information.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
"> Сертификация продукции</a></li>
232
<li><a href="/certificate_environmental_safety
The CSS outline or border style on this element makes it difficult or impossible to see the link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements. See
:focus-visible for more information.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
"> Экологическая сертификация</a></li>
233
<li><a href="/exemption_letter
The CSS outline or border style on this element makes it difficult or impossible to see the link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements. See
:focus-visible for more information.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
"> Отказное письмо</a></li>
234
<li><a href="/test_protocol
The CSS outline or border style on this element makes it difficult or impossible to see the link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements. See
:focus-visible for more information.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
"> Протокол испытаний</a></li>
235
<li><a href="/sgr
The CSS outline or border style on this element makes it difficult or impossible to see the link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements. See
:focus-visible for more information.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
"> Свидетельство о государственной регистрации</a></li>
236
<li><a href="/production_passport
The CSS outline or border style on this element makes it difficult or impossible to see the link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements. See
:focus-visible for more information.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
"> Паспорт продукции</a></li>
237
<li><a href="/hassp
The CSS outline or border style on this element makes it difficult or impossible to see the link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements. See
:focus-visible for more information.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
"> Внедрение ХАССП</a></li>
238
<li><a href="/index/kak_poluchit_shtrikh_kod/0-286
The CSS outline or border style on this element makes it difficult or impossible to see the link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements. See
:focus-visible for more information.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
"> Регистрация штрих кодов</a></li>
239
<li><a href="/index/razrabotka_tekhnicheskikh_uslovij_tu/0-524
"
<
/
The CSS outline or border style on this element makes it difficult or impossible to see the link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements. See
:focus-visible for more information.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
a> Разработка технических условий</a></li>
240
<li><a href="/index/deklaracija_sootvetstvija_tekhnicheskomu_reglamentu_tamozhennogo_sojuza_pravila_oformlenija_i_registracii/0-414
"
<
/
The CSS outline or border style on this element makes it difficult or impossible to see the link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements. See
:focus-visible for more information.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
a> Декларация соответствия техническому регламенту Таможенного союза</a></li>
241
</ul>
242
<!-- </bc> -->
243
244
</div>
245
</div>
246
<div class="bot-i">
247
<div class="bot-t">Статьи, новости, обзоры</div>
248
<div class="inner">
249
<!-- <bc> -->
250
<ul>
251
252
<li><a href="/lenta
The CSS outline or border style on this element makes it difficult or impossible to see the link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements. See
:focus-visible for more information.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
"> Лента</a></li>
253
254
255
256
</ul>
257
<!-- </bc> -->
258
</div>
259
</div>
260
261
262
<div class="bot-i">
263
<div class="bot-t">Бизнес</div>
264
<div class="inner">
265
<!-- <bc> -->
266
<ul>
267
268
269
<li><a href="/blog/stroitelstvo_kottedzhej_i_domov_v_moskovskoj_oblasti/2023-10-22-103
The CSS outline or border style on this element makes it difficult or impossible to see the link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements. See
:focus-visible for more information.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
"> Строительство домов и коттеджей</a></li>
270
<li><a href="/blog/mezhkomnatnye_dveri_provance/2023-11-09-111
The CSS outline or border style on this element makes it difficult or impossible to see the link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements. See
:focus-visible for more information.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
"> Производство межкомнатных дверей</a></li>
271
<li><a href="/blog/zavod_stroitelnykh_konstrukcij_sojuz_i_ego_produkcija/2021-08-28-49
The CSS outline or border style on this element makes it difficult or impossible to see the link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements. See
:focus-visible for more information.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
"> Завод ЖБИ</a></li>
272
273
</ul>
274
<!-- </bc> -->
275
</div>
276
</div>
277
278
279
280
281
282
<div class="bot-i">
283
<div class="bot-t">Контакты - реклама</div>
284
<div class="inner">
285
<!-- <bc> -->
286
<ul>
287
288
<li><a href="/support
The CSS outline or border style on this element makes it difficult or impossible to see the link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements. See
:focus-visible for more information.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
"> Обратная связь</a></li>
289
290
</ul>
291
<!-- </bc> -->
292
293
294
</div>
295
296
</div>
297
298
299
300
<div class="bot-i">
301
<div class="bot-t">Поиск по каталогу catalog.tools</div>
302
<div class="inner">
303
<!-- <bc> -->
304
<ul>
305
306
307
<
center> <div class="ya-site-form ya-site-form_inited_no" data-bem="{"action":"http://catalog.tools","arrow":false,"bg":"#ff0000","fontsize":16,"fg":"#000000","language":"ru","logo":"rb","publicname":"Поиск материалов по каталогу","suggest":true,"target":"_self","tld":"ru","type":2,"usebigdictionary":true,"searchid":2346478,"input_fg":"#000000","input_bg":"#ffffff","input_fontStyle":"normal","input_fontWeight":"bold","input_placeholder":"Поиск","input_placeholderColor":"#000000","input_borderColor":"#000000"}"><form action="https://yandex.ru/search/site/" method="get" target="_self" accept-charset="utf-8"><input type="hidden" name="searchid" value="2346478"/><input type="hidden" name="l10n" value="ru"/><input type="hidden" name="reqenc" value="utf-8"/><input type="search" name="text" value=""
/> <input type="submit" value="Найти"/></form></div><style type="text/css">.ya-page_js_yes .ya-site-form_inited_no { display: none; }</style><script type="text/javascript">(function(w,d,c){var s=d.createElement('script'),h=d.getElementsByTagName('script')[0],e=d.documentElement;if((' '+e.className+' ').indexOf(' ya-page_js_yes ')===-1){e.className+=' ya-page_js_yes';}s.type='text/javascript';s.async=true;s.charset='utf-8';s.src=(d.location.protocol==='https:'?'https:':'http:')+'//site.yandex.net/v2.0/js/all.js';h.parentNode.insertBefore(s,h);(w[c]||(w[c]=[])).push(function(){Ya.Site.Form.init()})})(window,document,'yandex_site_callbacks');</script>
308
<
Unclosed element
center
.
Unclosed element
ul
.
/div>
309
</div><
Stray end tag
center
.
/center>
310
311
<
Stray end tag
ul
.
/ul>
312
<!-- </bc> -->
313
314
315
</div>
316
317
</div>
318
319
320
321
322
323
324
325
<div class="clr"></div>
326
<!-- </bc> -->
327
</div>
328
<
Stray end tag
div
.
/div>
329
330
331
332
<br>
333
334
335
<!-- </bc> -->
336
<
Stray end tag
div
.
/div>
337
<
Stray end tag
div
.
/div>
338
<div class="clr
"> </div>
339
<
Stray end tag
div
.
/div>
340
<
Stray end tag
div
.
/div>
341
<
Stray end tag
div
.
/div> <!--/U1BOTTOM1Z-->
342
<!--U1BFOOTER1Z--><
footer>
343
<div id="footer">
344
<div class="wrapper">
345
<div class="foot-i
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.85 with
color: rgb(255,255,255)
background: rgb(253,36,36)
font-size: 7.50pt
font-weight: 400
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
">
346
347
348
349
350
351
<!-- <copy> -->Copyright catalog tools 2024 © <a href="https://catalog.tools/index/politika_konfidencialnosti/0-70
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.85 with
color: rgb(255,255,255)
background: rgb(253,36,36)
font-size: 7.50pt
font-weight: 400
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements. See
:focus-visible for more information.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
"> Политика конфиденциальности</a> <a href="https://catalog.tools/index/polzovatelskoe_soglashenie/0-522
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.85 with
color: rgb(255,255,255)
background: rgb(253,36,36)
font-size: 7.50pt
font-weight: 400
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements. See
:focus-visible for more information.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
"> Пользовательское соглашение</a><!-- </copy> --> "Каталог Тулс" - Рейтинг сайтов
352
</div>
353
</div>
354
</div>
355
</footer><!--/U1BFOOTER1Z-->
356
<script type="text/javascript" src="/.s/t/1101/template.min.js"></script>
357
358
<div style="display:none
">
359
360
</div>
361
<
Unclosed element
font
.
/body>
362
</html>
363
<!-- 0.06769 (s51) -->