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","host":"aglikuragli.ucoz.net","id":"eaglikuragli"},"ssid":"347625370111665177721","country":"GB","sign":{"5255":"Помощник"},"language":"ru"};
45
/* --- UCOZ-JS-CODE --- */
46
function uSocialLogin(t) {
47
var params = {"yandex":{"height":515,"width":870},"facebook":{"height":520,"width":950},"google":{"width":700,"height":600},"vkontakte":{"height":400,"width":790},"ok":{"height":390,"width":710}};
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
80
</head>
81
82
<
This page has no
h1
element, which violates Bing webmaster guidelines.
Add an h1
element just before the main content describing the page.
body>
83
<div id="utbr8214" rel="s51"></div>
84
<header>
85
<div id="header">
86
<div id="head-top">
87
<div class="wrapper">
88
<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>
89
<div class="head-r">
90
<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>
91
</div>
92
<div class="clr"></div>
93
</div>
94
</div>
95
<div class="wrapper">
96
<!--U1AHEADER1Z--><div class="part-l">
97
<div id="site-logo">
98
<span class="site-l">
99
<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>
100
</span>
101
</div>
102
</div>
103
<br>
104
<div class="glavcenter">
105
<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>
106
107
108
109
110
<!-- Yandex.Metrika counter -->
111
<script type="text/javascript" >
112
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
113
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)})
114
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
115
116
ym(88452466, "init", {
117
clickmap:true,
118
trackLinks:true,
119
accurateTrackBounce:true,
120
webvisor:true
121
});
122
</script>
123
<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>
124
<!-- /Yandex.Metrika counter -->
125
126
127
128
129
<!-- Global site tag (gtag.js) - Google Analytics -->
130
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-125657278-1"></script>
131
<script>
132
window.dataLayer = window.dataLayer || [];
133
function gtag(){dataLayer.push(arguments);}
134
gtag('js', new Date());
135
136
gtag('config', 'UA-125657278-1');
137
</script>
138
139
140
<!-- Global site tag (gtag.js) - Google Analytics -->
141
<script async src="https://www.googletagmanager.com/gtag/js?id=G-N9HQLRF0GB"></script>
142
<script>
143
window.dataLayer = window.dataLayer || [];
144
function gtag(){dataLayer.push(arguments);}
145
gtag('js', new Date());
146
147
gtag('config', 'G-N9HQLRF0GB');
148
</script>
149
150
151
<script type="text/javascript">
152
(function(d, t, p) {
153
var j = d.createElement(t); j.async = true; j.type = "text/javascript";
154
j.src = ("https:" == p ? "https:" : "http:") + "//stat.sputnik.ru/cnt.js";
155
var s = d.getElementsByTagName(t)[0]; s.parentNode.insertBefore(j, s);
156
})(document, "script", document.location.protocol);
157
</script>
158
159
160
<meta
161
name="sputnik-verification"
162
content="HBG02omBfozd3zkE"
Attribute
name
not allowed on element.
163
/>
164
165
166
</div>
167
</div>
168
<div class="clr"></div>
169
<div id="catmenu">
170
<!-- <sblock_nmenu> -->
171
<!-- <bc> --><div id="uNMenuDiv1" class="uMenuV"><ul class="uMenuRoot">
172
<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>
173
<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>
174
<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>
175
<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>
176
<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>
177
<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>
178
<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> -->
179
<!-- </sblock_nmenu> -->
180
181
182
<span class="nav-rib rib-l"></span>
183
<span class="nav-rib rib-r"></span>
184
<div class="clr"></div>
185
</div><!--/U1AHEADER1Z-->
186
<div class="clr"></div>
187
<!--U1PROMO1Z--><!--/U1PROMO1Z-->
188
</div>
189
<
Stray end tag
div
.
/div>
190
</header>
191
<div id="casing">
192
<div class="wrapper">
193
194
<!-- <middle> -->
195
<div class="part-l">
196
<div id="content">
197
<div class="part-i">
198
<section>
199
<!-- <body> --><div align="center
">
200
<div class="uf-reg-wrap">
201
<h2>Регистрация</h2>
202
<form id="uf-register" method="post" autocomplete="off" action="
">
203
204
<div class="uf-soc-icons">
205
<p class="uf-soc-openselect">Через социальную сеть</p>
206
<p class="uf-soc-closeselect">Выберите социальную сеть...</p>
207
<ul>
208
<li><a href="javascript:;" onclick="window.open('https://login.uid.me/?site=eaglikuragli&ref=%27https%3A%2F%2Fcatalog.tools%27','uidLoginWnd','width=580,height=450,resizable=yes,titlebar=yes');return false;" class="login-with uid" title="Войти через uID" rel="nofollow
Avoid specifying a new window as the target of a link using JavaScript.
Displaying new windows without warning can be very confusing to non-sighted and mobile users.
Some screen readers and mobile devices give very little indication a new tab or window has opened.
If you cannot avoid displaying a new window, insert an "opens in a new window" warning into the link text
or add the warning to the link using a title
attribute or aria-describedby
attribute.
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.
"> <i></i> <b>uCoz uID</b></a></li>
209
<li><a href="javascript:;" onclick="return uSocialLogin('facebook');" data-social="facebook" class="login-with facebook" title="Войти через Facebook" rel="nofollow
Avoid specifying a new window as the target of a link using JavaScript.
Displaying new windows without warning can be very confusing to non-sighted and mobile users.
Some screen readers and mobile devices give very little indication a new tab or window has opened.
If you cannot avoid displaying a new window, insert an "opens in a new window" warning into the link text
or add the warning to the link using a title
attribute or aria-describedby
attribute.
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.
"> <i></i> <b>Facebook</b></a></li>
210
<li><a href="javascript:;" onclick="return uSocialLogin('vkontakte');" data-social="vkontakte" class="login-with vkontakte" title="Войти через ВКонтакте" rel="nofollow
Avoid specifying a new window as the target of a link using JavaScript.
Displaying new windows without warning can be very confusing to non-sighted and mobile users.
Some screen readers and mobile devices give very little indication a new tab or window has opened.
If you cannot avoid displaying a new window, insert an "opens in a new window" warning into the link text
or add the warning to the link using a title
attribute or aria-describedby
attribute.
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.
"> <i></i> <b>ВКонтакте</b></a></li>
211
<li><a href="javascript:;" onclick="return uSocialLogin('google');" data-social="google" class="login-with google" title="Войти через Google" rel="nofollow
Avoid specifying a new window as the target of a link using JavaScript.
Displaying new windows without warning can be very confusing to non-sighted and mobile users.
Some screen readers and mobile devices give very little indication a new tab or window has opened.
If you cannot avoid displaying a new window, insert an "opens in a new window" warning into the link text
or add the warning to the link using a title
attribute or aria-describedby
attribute.
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.
"> <i></i> <b>Google</b></a></li>
212
<li><a href="javascript:;" onclick="return uSocialLogin('ok');" data-social="ok" class="login-with ok" title="Войти через Одноклассники" rel="nofollow
Avoid specifying a new window as the target of a link using JavaScript.
Displaying new windows without warning can be very confusing to non-sighted and mobile users.
Some screen readers and mobile devices give very little indication a new tab or window has opened.
If you cannot avoid displaying a new window, insert an "opens in a new window" warning into the link text
or add the warning to the link using a title
attribute or aria-describedby
attribute.
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.
"> <i></i> <b>Одноклассники</b></a></li>
213
<li><a href="javascript:;" onclick="return uSocialLogin('yandex');" data-social="yandex" class="login-with yandex" title="Войти через Яндекс" rel="nofollow
Avoid specifying a new window as the target of a link using JavaScript.
Displaying new windows without warning can be very confusing to non-sighted and mobile users.
Some screen readers and mobile devices give very little indication a new tab or window has opened.
If you cannot avoid displaying a new window, insert an "opens in a new window" warning into the link text
or add the warning to the link using a title
attribute or aria-describedby
attribute.
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.
"> <i></i> <b>Яндекс</b></a></li>
214
215
</ul>
216
<div class="clear"></div>
217
</div>
218
219
220
<div class="uf-fields-wrap">
221
<p>или через форму на сайте</p>
222
223
224
225
226
227
<div class="uf-field">
228
<label>Имя</label><input type="text" class="uf-text" autocomplete="off" id="uf-name" name="name" value="
User interface controls must have a contrast ratio of at least 3:1 against adjacent colors.
The contrast ratio between the control edge and surrounding area is: 1.04 with
border-color: ;
background: rgb(255,255,255);
box margin rgb(250,250,250);
If the control has a visible edge, make sure this has sufficient contrast against the area outside the control.
">
229
<span class="uf-status-icon text-field" id="uf-name-status-icon"></span>
230
</div>
231
232
233
234
<div class="uf-field">
235
<label>Фамилия</label><input type="text" class="uf-text" autocomplete="off" id="uf-surname" name="surname" value="
User interface controls must have a contrast ratio of at least 3:1 against adjacent colors.
The contrast ratio between the control edge and surrounding area is: 1.04 with
border-color: ;
background: rgb(255,255,255);
box margin rgb(250,250,250);
If the control has a visible edge, make sure this has sufficient contrast against the area outside the control.
">
236
<span class="uf-status-icon text-field" id="uf-surname-status-icon"></span>
237
</div>
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
<div id="uf-form-status"></div><input type="submit" id="uf-submit" value="Продолжить">
257
</div>
258
</form>
259
<div style="clear:both"></div>
260
</div>
261
262
<style type="text/css
">
263
.uf-reg-wrap { text-align: left; max-width: 700px; }
264
#uf-register .uf-field { margin: 15px 0 20px 0; position:relative; }
265
#uf-register .uf-field>label { display:block; margin:3px 0; text-align:left }
266
#uf-register .uf-field input[type=text]:not([name=captcha]):not([name=code]) {width:85%; font-size:1em; padding-left:5px; padding-right:5px; }
267
#uf-register .uf-field img { vertical-align:middle;}
268
#uf-register input#uf-show-pass[type="checkbox"]{ display:none }
269
#uf-register input#uf-show-pass[type="checkbox"] + label span { display:inline-block; width:16px; height:16px; background:url(/.s/img/icon/social/pw.svg) no-repeat center center #c6c6c6; background-size:80% 80%; vertical-align:middle; margin-left:-23px; cursor:pointer; border-radius:10px }
270
#uf-register input#uf-show-pass[type="checkbox"] + label { display:inline-block }
271
#uf-register input#uf-show-pass[type="checkbox"]:checked + label span { background:url(/.s/img/icon/social/pw-s.svg) no-repeat center center #c6c6c6; background-size:80% 80% }
272
#uf-register .uf-changed input#uf-show-pass[type="checkbox"] + label span { margin-left:-38px;}
273
#uf-register .uf-status-icon { display:none; vertical-align:middle; width:16px; height:16px; background-repeat:no-repeat; background-size:cover; position:relative }
274
#uf-register .uf-status-icon.text-field { margin-left:-23px }
275
#captcha-block-site-user-reg, #uf-register .uf-field>label.captcha-block { width: auto; display: inline-block}
276
#uf-captcha-img { width:125px; height:35px }
277
#uf-email-status a { display:block }
278
#uf-email-status-icon.fail, #uf-password-status-icon.fail, #uf-captcha-status-icon.fail { cursor:pointer }
279
#uf-register span.fail { display:inline-block; background-image:url(/.s/img/icon/social/fail.svg) }
280
#uf-register span.pass { display:inline-block; background-image:url(/.s/img/icon/social/pass.svg) }
281
#uf-register span.wait { display:inline-block; background-image:url(/.s/img/icon/ajsml.gif) }
282
#uf-register span.uf-status{ display:none; position:absolute; right:-15px; margin:0; z-index:5 }
283
#uf-register span.uf-status p { background-color:rgba(0,0,0,0.7); color:#fff; padding:5px 10px; white-space:nowrap; font:12px/29px 'Arial'; border-radius:3px; margin:6px 0 0 0; }
284
#uf-register span.uf-status i { float:right; margin-right:18px; display:block; width:0; height:0; border-left:6px solid transparent; border-right:6px solid transparent; border-bottom:6px solid rgba(0,0,0,0.7) }
285
#uf-register .uf-refresh { cursor:pointer }
286
#uf-captcha { width:80px!important }
287
#uf-register .captcha img { vertical-align:middle }
288
#uf-submit { margin:10px 0 10px 0; clear:both }
289
#uf-submit.disabled { opacity:0.2 }
290
#uf-register .uf-field input.uf-gender, #uf-register .uf-field input.uf-click { width:auto }
291
#uf-register .uf-field label.uf-inline-label, #uf-register .uf-field label#uf-terms-label { display:inline }
292
#uf-register .uf-fields-wrap, #uf-register .uf-soc-icons{ float:left; width:50%; padding:1px 0 }
293
#uf-register .uf-soc-closeselect { display:none }
294
.uf-soc-icons ul { list-style-type:none; margin:0; padding:0 }
295
.uf-soc-icons ul li { text-align:left; float:left; width:50%; margin:2px 0 }
296
#uf-register .uf-soc-icons ul li b { display:block; position:absolute; left:0; padding-left:42px; top:8px; width:60px; font-weight:normal }
297
298
@media screen and (max-width:768px) {
299
.uf-reg-wrap { text-align:center }
300
a.login-with i { width:44px; height:44px; border-radius:24px;}
301
#uf-register .uf-fields-wrap, #uf-register .uf-soc-icons { float:none; width:100%;text-align:center }
302
#uf-register .uf-reg-wrap, #uf-register .uf-field label, #uf-register .uf-field { text-align:center }
303
#uf-register .uf-soc-icons ul { margin:0 auto; overflow:auto; display:inline-block }
304
#uf-register .uf-soc-icons ul li { width:auto; margin:5px }
305
#uf-register .uf-soc-icons a.login-with b { display:none }
306
#uf-register .uf-soc-closeselect { display:block }
307
#uf-register .uf-soc-openselect { display:none }
308
#uf-register .uf-field input { padding:10px 4%; font-size:120%; margin:0 auto }
309
#uf-submit { margin:0 auto }
310
#uf-register input#uf-show-pass[type="checkbox"] + label span { margin-left:-38px }
311
#uf-register .uf-changed input#uf-show-pass[type="checkbox"] + label span { margin-left:-60px;}
312
}
313
</style>
314
315
<script>
316
var uValidator = {
317
name: function(obj) {
318
return obj.value.length<2 ? 1 : 0;
319
},
320
surname: function(obj) {
321
return obj.value.length<2 ? 1 : 0;
322
}
323
}
324
var eFields = [];
325
326
function uShowErr(name,err) {
327
var icon = $('#uf-'+name+'-status-icon');
328
var hint = $('#uf-'+name+'-status');
329
if (icon.length) {
330
//if (hint.length) hint.html('');
331
if (err == 0) {
332
icon.removeClass('wait').addClass('pass').removeClass('fail').children('span.uf-status').fadeOut();
333
uFormStatus();
334
} else if (err == -1) {
335
icon.addClass('wait').removeClass('pass').removeClass('fail');
336
} else {
337
icon.removeClass('wait').removeClass('pass').addClass('fail');
338
$('#uf-submit').addClass('disabled'); // .attr('disabled', 'disabled');
339
if (err != 1 && hint.length) {
340
hint.html(err);
341
icon.children('span.uf-status').fadeIn(300);
342
setTimeout("$('#uf-"+name+"-status-icon').children('span.uf-status').fadeOut();",3000);
343
}
344
}
345
}
346
}
347
348
function uFormStatus() {
349
var has_err = false;
350
for(field in uValidator) {
351
var err = uValidator[field]($('#uf-'+field+', .uf-'+field, $('#uf-register'))[0], 1);
352
has_err = err || has_err;
353
}
354
if (!has_err && $('.uf-status-icon.fail').length) {
355
has_err = true;
356
}
357
if (has_err)
358
$('#uf-submit').addClass('disabled'); // .attr('disabled', 'disabled');
359
else
360
$('#uf-submit').removeClass('disabled'); // .removeAttr('disabled');
361
}
362
363
function resendEmail(obj,email) {
364
$(obj).html('<img src="/.s/img/sh/wait.gif">');
365
$.post('/index/sub/',{a:49,"e":email},function(json) {
366
if (typeof json['error'] != 'undefined') {
367
$('#unetreg-resend img').attr('src','/.s/img/icon/uff.png').attr('title',json['error']);
368
} else {
369
$('#unetreg-resend img').attr('src','/.s/img/icon/ufp.png');
370
}
371
setTimeout("$('#unetreg-resend').fadeOut()",5000);
372
},"json");
373
return false;
374
}
375
376
377
$(document).ready(function() {
378
$("#uf-register .uf-text").on('blur', function(event) {
379
if (typeof uValidator[this.name] === 'function') {
380
uShowErr(this.name, uValidator[this.name](this));
381
}
382
});
383
$("#uf-register .uf-select").on('change', function(event) {
384
var fname = this.id.split('-')[1];
385
uShowErr(fname,uValidator[fname](this));
386
});
387
$("#uf-register .uf-click").on('click', function(event) {
388
var fname = this.id.split('-')[1];
389
uShowErr(fname,uValidator[fname](this));
390
});
391
392
$("#uf-register .uf-refresh").on('click', function(event) {
393
$('#uf-captcha').val('');
394
$('#uf-captcha-ref').fadeOut().fadeIn();
395
var el = $('#uf-captcha-img');
396
el.attr('src',el.attr('src').replace(/([^=]+)$/,Math.random()));
397
setTimeout("$('#uf-captcha').focus();",300);
398
});
399
400
$("#uf-register").on('submit', function(event) {
401
var has_err = false;
402
for (field in uValidator) {
403
var err = uValidator[field]($('#uf-'+field+', .uf-'+field, $('#uf-register'))[0], 1);
404
uShowErr(field, err);
405
has_err = err || has_err;
406
}
407
$('#uf-submit').addClass('disabled'); // .attr('disabled', 'disabled');
408
return has_err ? false : true;
409
});
410
411
$('#uf-register .uf-status-icon').hover(function() {
412
var el = $(this);
413
if (!el.is('[showed]') && el.hasClass('fail') && el.find('span.uf-status p').html()) {
414
el.attr('showed',1).children('span.uf-status').fadeIn(300);
415
setTimeout("$('#"+this.id+"').removeAttr('showed').children('span.uf-status').fadeOut();",3000);
416
}
417
});
418
419
$('#uf-register .uf-field').each(function() {
420
var inputHeight = $(this).children('input').height();
421
$(this).find('.uf-status').css('margin-top', 11 + inputHeight/2 +'px');
422
});
423
424
// for (var f in eFields) {
425
// uShowErr(eFields[f], uValidator[eFields[f]]((document.getElementById('uf-'+eFields[f]) || document.querySelector('.uf-'+eFields[f]))));
426
// }
427
if (eFields.length < Object.keys(uValidator).length) $('#uf-submit').addClass('disabled'); // .attr('disabled', 'disabled');
428
});
429
</script>
430
431
432
433
434
</div><!-- </body> -->
435
</section>
436
</div>
437
</div>
438
</div>
439
<div class="part-r">
440
<div class="part-i">
441
<aside>
442
<div id="sidebar">
443
<!--U1CLEFTER1Z--><!-- <block3> -->
444
445
<!-- </block3> --><!--/U1CLEFTER1Z-->
446
</div>
447
</aside>
448
</div>
449
</div>
450
<!-- </middle> -->
451
<div class="clr"></div>
452
453
</div>
454
</div>
455
<!--U1BOTTOM1Z--><div id="bottom">
456
<div class="wrapper">
457
<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>
458
<div id="bot-w">
459
<div class="bot-i">
460
<div class="bot-t">Сертификация, документация, штрих коды</div>
461
<div class="inner">
462
<!-- <bc> -->
463
<ul>
464
465
<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>
466
<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>
467
<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>
468
<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>
469
<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>
470
<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>
471
<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>
472
<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>
473
<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>
474
<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)
Attribute
_
not allowed on element.
a> Разработка технических условий</a></li>
475
<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)
Attribute
_
not allowed on element.
a> Декларация соответствия техническому регламенту Таможенного союза</a></li>
476
</ul>
477
<!-- </bc> -->
478
479
</div>
480
</div>
481
<div class="bot-i">
482
<div class="bot-t">Статьи, новости, обзоры</div>
483
<div class="inner">
484
<!-- <bc> -->
485
<ul>
486
487
<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>
488
489
490
491
</ul>
492
<!-- </bc> -->
493
</div>
494
</div>
495
496
497
<div class="bot-i">
498
<div class="bot-t">Бизнес</div>
499
<div class="inner">
500
<!-- <bc> -->
501
<ul>
502
503
504
<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>
505
<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>
506
<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>
507
508
</ul>
509
<!-- </bc> -->
510
</div>
511
</div>
512
513
514
515
516
517
<div class="bot-i">
518
<div class="bot-t">Контакты - реклама</div>
519
<div class="inner">
520
<!-- <bc> -->
521
<ul>
522
523
<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>
524
525
</ul>
526
<!-- </bc> -->
527
528
529
</div>
530
531
</div>
532
533
534
535
<div class="bot-i">
536
<div class="bot-t">Поиск по каталогу catalog.tools</div>
537
<div class="inner">
538
<!-- <bc> -->
539
<ul>
540
541
542
<
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>
543
<
Unclosed element
center
.
Unclosed element
ul
.
/div>
544
</div><
Stray end tag
center
.
/center>
545
546
<
Stray end tag
ul
.
/ul>
547
<!-- </bc> -->
548
549
550
</div>
551
552
</div>
553
554
555
556
557
558
559
560
<div class="clr"></div>
561
<!-- </bc> -->
562
</div>
563
<
Stray end tag
div
.
/div>
564
565
566
567
<br>
568
569
570
<!-- </bc> -->
571
<
Stray end tag
div
.
/div>
572
<
Stray end tag
div
.
/div>
573
<div class="clr"></div>
574
<
Stray end tag
div
.
/div>
575
<
Stray end tag
div
.
/div>
576
<
Stray end tag
div
.
/div> <!--/U1BOTTOM1Z-->
577
<!--U1BFOOTER1Z--><footer>
578
<div id="footer">
579
<div class="wrapper">
580
<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
">
581
582
583
584
585
586
<!-- <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> --> "Каталог Тулс" - Рейтинг сайтов
587
</div>
588
</div>
589
</div>
590
</footer><!--/U1BFOOTER1Z-->
591
<script type="text/javascript" src="/.s/t/1101/template.min.js"></script>
592
593
<div style="display:none">
594
595
</div>
596
</body>
597
</html>
598
<!-- 0.10996 (s51) -->