Run 1 summary

https://stage.sokolov.ru/jewelry-catalog/rings/gold/

Tested 2024-10-18 13:13:50 using Chrome 129.0.6668.89 (runtime settings).

SummaryWaterfall MetricsFilmstrip CoachPageXrayCPU Third partyScreenshotsaxe

Summary

MetricValue
Page metrics
Performance score68
Total page size1.2 MB
Requests116
Timing metrics
TTFB587 ms
First Paint793 ms
Fully Loaded3.861 s
Google Web Vitals
TTFB587 ms
First Contentful Paint (FCP) 793 ms
Largest Contentful Paint (LCP) 2.408 s
Cumulative Layout Shift (CLS) 0.19
Total Blocking Time2.267 s
Max Potential FID399 ms
CPU metrics
CPU long tasks16
CPU last long task happens at4.606 s
Visual Metrics
First Visual Change767 ms
Speed Index2.210 s
Visual Complete 85%3.867 s
Visual Complete 99%4.167 s
Last Visual Change4.167 s
Screenshot
| Waterfall | | Download HAR | 

Waterfall

| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
0.8 sFirst Visual Change 767 msFirst Contentful Paint 793 ms
0.9 sCPU Long Task duration 80 msDOM Content Loaded Time 886 msPage Load Time 889 msCPU Long Task duration 81 ms
1 sCPU Long Task duration 113 ms
1.2 sLayout Shift 0.00681 1.173 s
1.3 s
1.4 sLayout Shift 0.00009 1.350 s
1.5 sCPU Long Task duration 50 ms
1.6 sLayout Shift 0.00007 1.537 s
1.7 sLayout Shift 0.00006 1.631 sCPU Long Task duration 362 ms
1.8 s
1.9 s
2 s
2.1 sLayout Shift 0.00039 2.043 sCPU Long Task duration 77 ms
2.2 sCPU Long Task duration 246 ms
2.3 s
2.5 sLCP <IMG> 2.408 sLayout Shift 0.00202 2.452 s
2.6 sCPU Long Task duration 337 ms
2.9 sLayout Shift 0.00575 2.854 s
3 sLayout Shift 0.00218 2.962 sCPU Long Task duration 99 ms
3.2 sLayout Shift 0.01060 3.110 sCPU Long Task duration 221 ms
3.3 s
3.4 sLayout Shift 0.15229 3.380 sCPU Long Task duration 96 ms
3.5 s
3.6 sLayout Shift 0.00885 3.527 sCPU Long Task duration 189 ms
3.7 s
3.8 sCPU Long Task duration 65 ms
3.9 sCPU Long Task duration 312 msFully Loaded 3.861 sVisual Complete 85% 3.867 s
4.2 sLayout Shift 0.00010 4.161 sLast Visual Change 4.167 sVisual Complete 95% 4.167 sVisual Complete 99% 4.167 sCPU Long Task duration 399 ms
| Performance advice | Best practice advice | Privacy advice | Page info | Technologies | 

Coach

The coach helps you find performance problems on your web page using web performance best practice rules. And gives you advice on privacy and best practices. Tested using Coach-core version 8.0.2.

I am the coach

Coach score

Performance advice (68)

TitleAdviceScore
Don't scale images in the browser (avoidScalingImages)The page has 16 images that are scaled more than 100 pixels. It would be better if those images are sent so the browser don't need to scale them.0
Description: It's easy to scale images in the browser and make sure they look good in different devices, however that is bad for performance! Scaling images in the browser takes extra CPU time and will hurt performance on mobile. And the user will download extra kilobytes (sometimes megabytes) of data that could be avoided. Don't do that, make sure you create multiple version of the same image server-side and serve the appropriate one.
Offenders:
  • https://pmdn.sokolov.io/pics/BC/78/0CDB73CC7F106A07A2CD8F5C299A.jpg
  • https://pmdn.sokolov.io/pics/38/9C/D016DFFE37C198934F70DE38CB4B.jpg
  • https://pmdn.sokolov.io/pics/6D/7E/C2785E3685C5261B70041BC93ABE.jpg
  • https://pmdn.sokolov.io/pics/50/A8/AF837F4EE2E33544032842F6F129.jpg
  • https://pmdn.sokolov.io/pics/BB/0B/B1E2DD99A233A3EE0C40BBA1184A.jpg
  • https://pmdn.sokolov.io/pics/35/2D/7C48F720AA4A3EA9B8ABDF16D129.jpg
  • https://pmdn.sokolov.io/pics/54/E7/D4FE0530594706A1AF586E4C86FA.jpg
  • https://pmdn.sokolov.io/pics/82/27/A27F05511AF261785146EEF45AD4.jpg
  • https://pmdn.sokolov.io/pics/31/36/B683F4781306F5E56133C27BD0BD.jpg
  • https://pmdn.sokolov.io/pics/CF/26/F76FC343E2F85EFC18F3AD8F870F.jpg
  • https://pmdn.sokolov.io/pics/77/18/E97E1FB9B7E4F84468656B68F671.jpg
  • https://pmdn.sokolov.io/pics/A4/67/31407DC51F0249B66DEFB0866DF0.jpg
  • https://pmdn.sokolov.io/pics/A4/49/F006F419099B568702BCA03E4C4F.jpg
  • https://pmdn.sokolov.io/pics/61/3D/BE0611F5802EF2B7E98982227633.jpg
  • https://pmdn.sokolov.io/pics/2F/75/1885AB281E36E3DB1EE29B831E8D.jpg
  • https://pmdn.sokolov.io/pics/A4/61/0441B9E6076A1287A3A114582B48.jpg
  • Inline CSS for faster first render (inlineCss)The page has both inline styles as well as it is requesting 15 CSS files inside of the head. Let's only inline CSS for really fast render.90
    Description: In the early days of the Internet, inlining CSS was one of the ugliest things you can do. That has changed if you want your page to start rendering fast for your user. Always inline the critical CSS when you use HTTP/1 and HTTP/2 (avoid doing CSS requests that block rendering) and lazy load and cache the rest of the CSS. It is a little more complicated when using HTTP/2. Does your server support HTTP push? Then maybe that can help. Do you have a lot of users on a slow connection and are serving large chunks of HTML? Then it could be better to use the inline technique, becasue some servers always prioritize HTML content over CSS so the user needs to download the HTML first, before the CSS is downloaded.
    Offenders:
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/96fb30b8aa581b44.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/1054ed6e36258047.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/3a1c3f138ddf7a3b.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/5f5cf2985083d60d.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/923538a4e5a3c925.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/19d573113731dbc2.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/fa9047d82d6bf86b.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/b28748a954d46405.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/90bfe13a8ba625fb.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/a8734a6e2b3c0e0a.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/5bd6dffa208389a0.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/d32410ee3fa1a458.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/71b382922e80f972.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/836fffc9a4348e28.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/998e8ce38d1e30c8.css
  • Have a fast largest contentful paint (largestContentfulPaint) You can add fetchPriority="high" to the image to increase the load priority in Chrome. The image is lazy loaded using the lazy attribute, you should avoid that on the LCP image.75
    Description: Largest contentful paint is one of Google Web Vitals and reports the render time of the largest image or text block visible within the viewport, relative to when the page first started loading. To be fast according to Google, it needs to render before 2.5 seconds and results over 4 seconds is poor performance.
    Avoid CPU Long Tasks (longTasks)The page has 16 CPU long tasks with the total of 3.067 s. The total blocking time is 2.267 s . However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. Use Geckoprofiler for Firefox or Chromes tracelog to debug your long tasks.0
    Description: Long CPU tasks locks the thread. To the user this is commonly visible as a "locked up" page where the browser is unable to respond to user input; this is a major source of bad user experience on the web today. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. To debug you should use the Chrome timeline log and drag/drop it into devtools or use Firefox Geckoprofiler.
    Offenders:
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • Avoid Frontend single point of failures (spof)The page has 15 requests inside of the head that can cause a SPOF (single point of failure). Load them asynchronously or move them outside of the document head.90
    Description: A page can be stopped from loading in the browser if a single JavaScript, CSS, and in some cases a font, couldn't be fetched or is loading really slowly (the white screen of death). That is a scenario you really want to avoid. Never load 3rd-party components synchronously inside of the head tag.
    Offenders:
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/96fb30b8aa581b44.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/1054ed6e36258047.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/3a1c3f138ddf7a3b.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/5f5cf2985083d60d.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/923538a4e5a3c925.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/19d573113731dbc2.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/fa9047d82d6bf86b.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/b28748a954d46405.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/90bfe13a8ba625fb.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/a8734a6e2b3c0e0a.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/5bd6dffa208389a0.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/d32410ee3fa1a458.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/71b382922e80f972.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/836fffc9a4348e28.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/998e8ce38d1e30c8.css
  • Avoid doing redirects (assetsRedirects)The page has 4 redirects. 4 of the redirects are from the base domain, please fix them! 60
    Description: A redirect is one extra step for the user to download the asset. Avoid that if you want to be fast. Redirects are even more of a showstopper on mobile.
    Offenders:
  • https://stage.sokolov.ru/upload/content/area/dfd375aa4e2f3c311213d48422039027.jpg
  • https://stage.sokolov.ru/upload/content/area/de6daf5ac89f1e0522d9cf7a2728609a.png
  • https://stage.sokolov.ru/upload/content/fb7a6e5625569f2b211959ccec295994.jpg?w=480
  • https://stage.sokolov.ru/upload/content/fb7a6e5625569f2b211959ccec295994.jpg
  • Avoid extra requests by setting cache headers (cacheHeaders)The page has 46 requests that are missing a cache time. Configure a cache time so the browser doesn't need to download them every time. It will save 515.1 kB the next access.0
    Description: The easiest way to make your page fast is to avoid doing requests to the server. Setting a cache header on your server response will tell the browser that it doesn't need to download the asset again during the configured cache time! Always try to set a cache time if the content doesn't change for every request.
    Offenders:
  • https://stage.sokolov.ru/spa-images/footer/app-store-badge.svg
  • https://stage.sokolov.ru/spa-images/footer/google-play-badge.svg
  • https://stage.sokolov.ru/spa-images/footer/app-gallery-badge.svg
  • https://stage.sokolov.ru/spa-images/footer/rustore-badge.svg
  • https://stage.sokolov.ru/api/v5/profile/
  • https://stage.sokolov.ru/api/v5/profile/products/
  • https://stage.sokolov.ru/api/v5/handbooks/currency-rates/
  • https://stage.sokolov.ru/api/v5/location/check/
  • https://stage.sokolov.ru/api/v4/content/area/nav-buttons/
  • https://frontend-stage-static.k8s.dev.sokolov.io/meta/manifest.json
  • https://frontend-stage-static.k8s.dev.sokolov.io/meta/favicon.ico
  • https://stage.sokolov.ru/api/v4/content/area/main-page-topline/
  • https://catalog-stage.k8s.dev.sokolov.io/api/v2/filters/jewelry-catalog/rings/gold/
  • https://stage.sokolov.ru/api/v4/content/area/feedback-channels/
  • https://sokolov-b2c-seo.k8s.dev.sokolov.io/api/v1/meta/ip/
  • https://catalog-stage.k8s.dev.sokolov.io/api/v2/catalog/jewelry-catalog/rings/gold/?per_page=72
  • https://stage.sokolov.ru/api/v5/handbooks/delivery-info/
  • https://stage.sokolov.ru/api/v5/products/sale-label/...ducts/sale-label/
  • https://stage.sokolov.ru/api/v5/products/comment-info/...cts/comment-info/
  • https://stage.sokolov.ru/api/v5/products/prices/.../products/prices/
  • https://pmdn.sokolov.io/pics/BC/78/0CDB73CC7F106A07A2CD8F5C299A.jpg
  • https://pmdn.sokolov.io/pics/38/9C/D016DFFE37C198934F70DE38CB4B.jpg
  • https://pmdn.sokolov.io/pics/6D/7E/C2785E3685C5261B70041BC93ABE.jpg
  • https://pmdn.sokolov.io/pics/50/A8/AF837F4EE2E33544032842F6F129.jpg
  • https://pmdn.sokolov.io/pics/BB/0B/B1E2DD99A233A3EE0C40BBA1184A.jpg
  • https://pmdn.sokolov.io/pics/35/2D/7C48F720AA4A3EA9B8ABDF16D129.jpg
  • https://pmdn.sokolov.io/pics/82/27/A27F05511AF261785146EEF45AD4.jpg
  • https://pmdn.sokolov.io/pics/54/E7/D4FE0530594706A1AF586E4C86FA.jpg
  • https://pmdn.sokolov.io/pics/31/36/B683F4781306F5E56133C27BD0BD.jpg
  • https://pmdn.sokolov.io/pics/CF/26/F76FC343E2F85EFC18F3AD8F870F.jpg
  • https://pmdn.sokolov.io/pics/77/18/E97E1FB9B7E4F84468656B68F671.jpg
  • https://pmdn.sokolov.io/pics/A4/67/31407DC51F0249B66DEFB0866DF0.jpg
  • https://pmdn.sokolov.io/pics/A4/49/F006F419099B568702BCA03E4C4F.jpg
  • https://pmdn.sokolov.io/pics/61/3D/BE0611F5802EF2B7E98982227633.jpg
  • https://pmdn.sokolov.io/pics/2F/75/1885AB281E36E3DB1EE29B831E8D.jpg
  • https://pmdn.sokolov.io/pics/A4/61/0441B9E6076A1287A3A114582B48.jpg
  • https://stage.sokolov.ru/upload/content/area/dfd375aa4e2f3c311213d48422039027.jpg
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://cdn.sokolov.ru/upload/content/area/dfd375aa4e2f3c311213d48422039027.jpg
  • https://stage.sokolov.ru/upload/content/area/de6daf5ac89f1e0522d9cf7a2728609a.png
  • https://cdn.sokolov.ru/upload/content/area/de6daf5ac89f1e0522d9cf7a2728609a.png
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://stage.sokolov.ru/upload/content/fb7a6e5625569f2b211959ccec295994.jpg?w=480
  • https://stage.sokolov.ru/upload/content/fb7a6e5625569f2b211959ccec295994.jpg
  • https://cdn.sokolov.ru/upload/content/fb7a6e5625569f2b211959ccec295994.jpg
  • https://pmdn.sokolov.io/other/insert-forms/shock-price.svg
  • Long cache headers is good (cacheHeadersLong)The page has 2 requests that have a shorter cache time than 30 days (but still a cache time).98
    Description: Setting a cache header is good. Setting a long cache header (at least 30 days) is even better beacause then it will stay long in the browser cache. But what do you do if that asset change? Rename it and the browser will pick up the new version.
    Offenders:
  • https://cdn.diginetica.net/300/client-lite.js
  • https://stage.sokolov.ru/interface/icons/redesign/rocket-launch.svg
  • The favicon should be small and cacheable (favicon)The favicon has no cache time. 50
    Description: It is easy to make the favicon big but please avoid doing that, because every browser will then perform an unnecessarily large download. And make sure the cache headers are set for a long time for the favicon. It is easy to miss since it's another content type.
    Offenders:
  • https://frontend-stage-static.k8s.dev.sokolov.io/meta/favicon.ico
  • Avoid too many fonts (fewFonts)The page has 4 font requests. Do you really need them? What value does the fonts give the user?60
    Description: How many fonts do you need on a page for the user to get the message? Fonts can slow down the rendering of content, try to avoid loading too many of them because worst case it can make the text invisible until they are loaded (FOIT—flash of invisible text), best case they will flicker the text content when they arrive.
    Offenders:
  • https://cdn.sokolov.ru/fonts/montserrat/bold.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/regular.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/medium.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/semibold.woff2
  • Avoid too many requests per domain [HTTP/1] (fewRequestsPerDomain)The page has 1 domain that serves more than 30 requests. frontend-stage-static.k8s.dev.sokolov.io got 59 requests. Improve performance by sharding those or move to HTTP/2.90
    Description: Browsers have a limit on how many concurrent requests they can do per domain when using HTTP/1. When you hit the limit, the browser will wait before it can download more assets on that domain. So avoid having too many requests per domain.
    Offenders:
  • frontend-stage-static.k8s.dev.sokolov.io
  • Total JavaScript size shouldn't be too big (javascriptSize)The total JavaScript transfer size is 497.4 kB and the uncompressed size is 1.6 MB. This is totally crazy! There is really room for improvement here. 0
    Description: A lot of JavaScript often means you are downloading more than you need. How complex is the page and what can the user do on the page? Do you use multiple JavaScript frameworks?
    Offenders:
    URLTransfer sizeContent size
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/webpack-9624b4f44c6f4995.js 7.8 KB15.1 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/framework-aaff1786eadd4e8b.js 65.5 KB205.7 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/main-8933f27b2dfdcc1f.js 31.5 KB109.0 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/pages/_app-daf3c63fbbdaa3d9.js 153.8 KB522.3 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/52-d9aab76c31370c5e.js 6.9 KB20.0 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/4971-404605cbe97ec889.js 3.9 KB10.1 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/pages/catal...c84d5db3959284.js 601 B601 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/N5FImJc-WA-6J8kecq..._buildManifest.js 1.4 KB4.5 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/N5FImJc-WA-6J8kecqpVE/_ssgManifest.js 77 B77 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/5691.e9396392c321c350.js 2.0 KB4.5 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/1541.98a271df74534fdf.js 1.2 KB2.8 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/1389-ca22e2ec17e8e634.js 16.9 KB60.9 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/3333.5eba57844a27645d.js 15.6 KB49.8 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/4349.b8d81f22b53a9055.js 276 B276 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/2001.4a2c563424868068.js 1008 B1008 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/4729-d2f7556ef5a1e9ce.js 2.1 KB3.9 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/1109-c76fec06d4af38d5.js 8.1 KB23.1 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/5245-fd8ea53fd6ac16ab.js 7.5 KB19.9 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/8570.91ac99e6a3424761.js 4.3 KB11.8 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/7703.0eba1a3200eb135c.js 2.5 KB5.6 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/4643-fe528e618c90a44c.js 32.3 KB110.9 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/1632.25c934f363257c16.js 1.6 KB4.2 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/8400.e8ac19c47b8f8d27.js 2.3 KB7.3 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/7811.45276236ac95f6e1.js 1.4 KB3.2 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/7152.4e2cab3558b69188.js 1.0 KB2.0 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/566.0c0417b504718185.js 784 B784 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/8316.2f0baf6b0adfaf4f.js 824 B824 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/4803.a81bac4a22023b4a.js 673 B673 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/9436.986629187286c143.js 6.0 KB15.1 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/7413.07cdcc44c06b3a97.js 7.4 KB21.7 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/4399.43fd96f08ce3432e.js 1.1 KB3.0 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/4100.32b68982a7d87933.js 824 B824 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/6503.06cb04399386cb06.js 724 B724 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/724.5d002ad7e17fb8f5.js 609 B609 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/6547.23d062a875b3ff92.js 8.9 KB26.1 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/4667.942ea719f5a4b578.js 14.0 KB45.0 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/7330.ffeb9d46ff5fe264.js 975 B975 B
    https://cdn.diginetica.net/300/client-lite.js 66.8 KB248.1 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/8907.16d58c0e3cf80d79.js 1.2 KB2.9 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/4379.021e104d0f1004dc.js 870 B1.4 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/6611.a6ac3b8b55b95e77.js 915 B1.5 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/2415.100e9038f6ab9a29.js 826 B1.8 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/3160.3189c606b5b58bd1.js 803 B803 B
    Avoid using incorrect mime types (mimeTypes)The page has 1 misconfigured mime type. 99
    Description: It's not a great idea to let browsers guess content types (content sniffing), in some cases it can actually be a security risk.
    Offenders:
  • https://sokolov-b2c-seo.k8s.dev.sokolov.io/api/v1/meta/ip/
  • Make each CSS response small (optimalCssSize)https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/96fb30b8aa581b44.css size is 38.9 kB (38878) and that is bigger than the limit of 14.5 kB. Try to make the CSS files fit into 14.5 KB.90
    Description: Make CSS responses small to fit into the magic number TCP window size of 14.5 KB. The browser can then download the CSS faster and that will make the page start rendering earlier.
    Offenders:
    URLTransfer sizeContent size
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/96fb30b8aa581b44.css 38.0 KB246.0 KB
    Don't use private headers on static content (privateAssets)The page has 5 requests with private headers. The main page has a private header. It could be right in some cases where the user can be logged in and served specific content. But if your asset is static it should never be private. Make sure that the assets really should be private and only used by one user. Otherwise, make it cacheable for everyone.60
    Description: If you set private headers on content, that means that the content are specific for that user. Static content should be able to be cached and used by everyone. Avoid setting the cache header to private.
    Offenders:
  • https://stage.sokolov.ru/jewelry-catalog/rings/gold/
  • https://catalog-stage.k8s.dev.sokolov.io/api/v2/filters/jewelry-catalog/rings/gold/
  • https://catalog-stage.k8s.dev.sokolov.io/api/v2/catalog/jewelry-catalog/rings/gold/?per_page=72
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • Avoid missing and error requests (responseOk)The page has 2 error responses. The page has 1 response with code 404. The page has 1 response with code 502. 80
    Description: Your page should never request assets that return a 400 or 500 error. These requests are never cached. If that happens something is broken. Please fix it.
    Offenders:
  • https://stage.sokolov.ru/api/v5/profile/
  • https://stage.sokolov.ru/api/v5/products/comment-info/...cts/comment-info/
  • Best practice advice (81)

    TitleAdviceScore
    Cumulative Layout Shift (cumulativeLayoutShift)You have a cumulative layout shift score (0.1892) that needs improvements. It is in the Google Web Vitals needs improvement range, shift higher than 0.1. You should manually check the filmstrip or video and check if it will affect the user.50
    Description: Cumulative Layout Shift measures the sum total of all individual layout shift scores for unexpected layout shift that occur. The metric is measuring visual stability by quantify how often users experience unexpected layout shifts. It is one of Google Web Vitals.
    Meta description (metaDescription)The meta description is too long. It has 259 characters, the recommended max is 15550
    Description: Use a page description to make the page more relevant to search engines.
    Page title (pageTitle)The title is too long by 44 characters. The recommended max is 6050
    Description: Use a title to make the page more relevant to search engines.
    Do not send too long headers (longHeaders)https://stage.sokolo...t/easy-calculate/ has a header set-cookie that is 837 characters long. https://stage.sokolo...profile/products/ has a header set-cookie that is 837 characters long. https://stage.sokolo...5/location/check/ has a header set-cookie that is 885 characters long. https://stage.sokolo...ducts/sale-label/ has a header link that is 851 characters long. 96
    Description: Do not send response headers that are too long.
    Offenders:
  • https://stage.sokolov.ru/api/v6/basket/easy-calculate/
  • https://stage.sokolov.ru/api/v5/profile/products/
  • https://stage.sokolov.ru/api/v5/location/check/
  • https://stage.sokolov.ru/api/v5/products/sale-label/...ducts/sale-label/
  • Avoid unnecessary headers (unnecessaryHeaders)There are 14 responses that sets both a max-age and expires header. There are 9 responses that sets a pragma no-cache header (that is a request header). There are 24 responses that sets a server header. 53
    Description: Do not send headers that you don't need. We look for p3p, cache-control and max-age, pragma, server and x-frame-options headers. Have a look at Andrew Betts - Headers for Hackers talk as a guide https://www.youtube.com/watch?v=k92ZbrY815c or read https://www.fastly.com/blog/headers-we-dont-want.
    Offenders:
  • https://cdn.sokolov.ru/fonts/montserrat/bold.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/bold.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/regular.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/regular.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/medium.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/medium.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/semibold.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/semibold.woff2
  • https://stage.sokolov.ru/api/v6/basket/easy-calculate/
  • https://stage.sokolov.ru/api/v6/basket/easy-calculate/
  • https://stage.sokolov.ru/api/v5/profile/products/
  • https://stage.sokolov.ru/api/v5/profile/products/
  • https://cdn.diginetica.net/300/client-lite.js
  • https://stage.sokolov.ru/api/v4/content/filter/
  • https://stage.sokolov.ru/api/v4/content/filter/
  • https://stage.sokolov.ru/api/v4/content/filter/web-catalog-top/
  • https://stage.sokolov.ru/api/v4/content/filter/web-catalog-top/
  • https://stage.sokolov.ru/api/v5/handbooks/delivery-info/
  • https://stage.sokolov.ru/api/v5/handbooks/delivery-info/
  • https://stage.sokolov.ru/api/v5/products/sale-label/...ducts/sale-label/
  • https://stage.sokolov.ru/api/v5/products/sale-label/...ducts/sale-label/
  • https://stage.sokolov.ru/api/v5/products/prices/.../products/prices/
  • https://stage.sokolov.ru/api/v5/products/prices/.../products/prices/
  • https://pmdn.sokolov.io/pics/BC/78/0CDB73CC7F106A07A2CD8F5C299A.jpg
  • https://pmdn.sokolov.io/pics/38/9C/D016DFFE37C198934F70DE38CB4B.jpg
  • https://pmdn.sokolov.io/pics/6D/7E/C2785E3685C5261B70041BC93ABE.jpg
  • https://pmdn.sokolov.io/pics/50/A8/AF837F4EE2E33544032842F6F129.jpg
  • https://pmdn.sokolov.io/pics/BB/0B/B1E2DD99A233A3EE0C40BBA1184A.jpg
  • https://pmdn.sokolov.io/pics/35/2D/7C48F720AA4A3EA9B8ABDF16D129.jpg
  • https://pmdn.sokolov.io/pics/82/27/A27F05511AF261785146EEF45AD4.jpg
  • https://pmdn.sokolov.io/pics/54/E7/D4FE0530594706A1AF586E4C86FA.jpg
  • https://pmdn.sokolov.io/pics/31/36/B683F4781306F5E56133C27BD0BD.jpg
  • https://pmdn.sokolov.io/pics/CF/26/F76FC343E2F85EFC18F3AD8F870F.jpg
  • https://pmdn.sokolov.io/pics/77/18/E97E1FB9B7E4F84468656B68F671.jpg
  • https://pmdn.sokolov.io/pics/A4/67/31407DC51F0249B66DEFB0866DF0.jpg
  • https://pmdn.sokolov.io/pics/A4/49/F006F419099B568702BCA03E4C4F.jpg
  • https://pmdn.sokolov.io/pics/61/3D/BE0611F5802EF2B7E98982227633.jpg
  • https://pmdn.sokolov.io/pics/2F/75/1885AB281E36E3DB1EE29B831E8D.jpg
  • https://pmdn.sokolov.io/pics/A4/61/0441B9E6076A1287A3A114582B48.jpg
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://pmdn.sokolov.io/other/insert-forms/shock-price.svg
  • https://stage.sokolov.ru/interface/icons/redesign/rocket-launch.svg
  • Privacy advice (86)

    TitleAdviceScore
    Use a good Content-Security-Policy header to make sure you you avoid Cross Site Scripting (XSS) attacks. (contentSecurityPolicyHeader)Set a Content-Security-Policy header to make sure you are not open for Cross Site Scripting (XSS) attacks. You can start with setting a Content-Security-Policy-Report-Only header, that will only report the violation, not stop the download.0
    Description: Content Security Policy is delivered via a HTTP response header, and defines approved sources of content that the browser may load. It can be an effective countermeasure to Cross Site Scripting (XSS) attacks and is also widely supported and usually easily deployed. https://scotthelme.co.uk/content-security-policy-an-introduction/.
    Offenders:
  • https://stage.sokolov.ru/jewelry-catalog/rings/gold/
  • Set a referrer-policy header to make sure you do not leak user information. (referrerPolicyHeader)Set a referrer-policy header to make sure you do not leak user information.0
    Description: Referrer Policy is a new header that allows a site to control how much information the browser includes with navigations away from a document and should be set by all sites. https://scotthelme.co.uk/a-new-security-header-referrer-policy/.
    Offenders:
  • https://stage.sokolov.ru/jewelry-catalog/rings/gold/
  • Set a strict transport header to make sure the user always use HTTPS. (strictTransportSecurityHeader)A strict transport header is set but miss out on setting includeSubDomainsThe max age is lower than six months. Increase it to get a better score.70
    Description: The HTTP Strict-Transport-Security response header (often abbreviated as HSTS) lets a web site tell browsers that it should only be accessed using HTTPS, instead of using HTTP. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security.

    Page info

    Page info
    TitleЗолотые кольца ᐉ купить в каталоге SOKOLOV • Выгодные цены в интернет-магазине • Доставка по Москве и РФ
    Width1904
    Height13426
    DOM elements4319
    Avg DOM depth16
    Max DOM depth26
    Iframes0
    Script tags13
    Local storage31 B
    Session storage321 B
    Network Information API4g
    Resource Hints
    dns-prefetch
    http://cdn.diginetica.net/
    preconnect
    http://autocomplete.diginetica.net/
    https://static.criteo.net/
    https://cm.g.doubleclick.net/
    https://ad.mail.ru/
    https://googleads.g.doubleclick.net/
    https://www.googletagmanager.com/
    https://www.google-analytics.com/
    https://api.mindbox.ru/
    https://api.flocktory.com/
    https://demo4.paasweb.co.il/

    Technologies used to build the page.

    Data collected using Wappalyzerversion 6.10.66.  Use --browsertime.firefox.includeResponseBodies htmlor --browsertime.chrome.includeResponseBodies htmlto help Wappalyser find more information about technologies used.

    TechnologyConfidenceCategory
    Nginx 100  Web servers Reverse proxies
    Amazon Web Services 100  PaaS
    HSTS 100  Security
    | Browser metrics | Visual Metrics | Largest Contentful Paint | Cumulative Layout Shift | Long Aninimation Frames | Metrics from CDP | 

    Visual Metrics

    Browser Metrics

    Google Web Vitals
    Time to first byte (TTFB)587 ms
    First Contentful Paint (FCP)793 ms
    Largest Contentful Paint (LCP)2.408 s
    Cumulative Layout Shift (CLS)0.19
    Total Blocking Time (TBT)2.267 s
    First Contentful Paint info
    Elements that needed recalculate style before FCP186
    Time spent in recalculate style before FCP17.974 ms
    Extra timings
    TTFB587 ms
    First Paint793 ms
    Load Event End889 ms
    Fully loaded3.861 s
    User Timing measures
    NameStart timeDuration
    Next.js-before-hydration0 ms883 ms
    Next.js-hydration883 ms88 ms

    Largest Contentful Paint

    When in time the page main content is rendered (collected using the Largest Contentful Paint API). Read more about Largest Contentful Paint.

    Element typeIMG
    Element/tag<img alt="Кольцо из белого золота с бриллиантами и танзанитом 6014351-3" loading="lazy" width="100" height="100" decoding="async" data-nimg="1" class="ProductListItem_product-image__DZ6vX" src="https://pmdn.sokolov.io/pics/BC/78/0CDB73CC7F106A07A2CD8F5C299A.jpg" style="color: transparent;">
    Render time 2.408 s
    Elements that needed recalculate style before LCP5040
    Time spent in recalculate style before LCP241.706 ms
    Load time2.408 s
    URL https://pmdn.sokolov...7A2CD8F5C299A.jpg
    Size (width*height)53592
    DOM path
    div#__next > div#catalog > div > main > div > div > section > div:eq(1) > div:eq(1) > div:eq(0) > a:eq(0) > div > div:eq(0) > div > div:eq(0) > picture > img> div#__next > div#catalog > div > main > div > div > section > div:eq(1) > div:eq(1) > div:eq(0) > a:eq(0) > div > div:eq(0) > div > div:eq(0) > picture > img>
    LCP

    The largest contentful paint is highlighted in the image. If no element is highlighted the element was removed before the screenshot or the LCP API couldn't find the element.

    The Largest Contentful Paint API highlighted this image as a part of the LCP.

    LCP

    Detected Cumulative Layout Shift

    0.18921 cumulative layout shift collected from the Cumulative Layout Shift API.

    These HTML elements contribute most to the Cumulative Layout Shifts of the page. The higher score, the more layout shift.

    ScoreHTML Element
    0.15229<div class="CatalogListHeader_sorting-area__fCNyj" data-qa="sorting_area"></div>,<div class="ProductList_products-list__We3gK" data-qa="product-list"></div>,<a class="styles_tag__6Ja5v styles_tag__gray__sHQ2C styles_tag__s__TGnQM" href="/jewelry-catalog/rings/gold/yellowgold/"></a>,<button class="styles_catalog-tags__reset-btn__0guyb"></button>,<a class="styles_tag__6Ja5v styles_tag__gray__sHQ2C styles_tag__s__TGnQM" href="/jewelry-catalog/rings/gold/redgold/"></a>
    body > div#__next > div#catalog > div > main > div > div > section > div:eq(1) > div:eq(0) > div:eq(1),body > div#__next > div#catalog > div > main > div > div > section > div:eq(1) > div:eq(1) > div:eq(0),body > div#__next > div#catalog > div > main > div > div > section > div:eq(1) > div:eq(0) > div:eq(0) > div > a:eq(5),body > div#__next > div#catalog > div > main > div > div > section > div:eq(1) > div:eq(0) > div:eq(0) > div > button:eq(4),body > div#__next > div#catalog > div > main > div > div > section > div:eq(1) > div:eq(0) > div:eq(0) > div > a:eq(4)
    0.01060
    0.00885<a class="styles_tag__6Ja5v styles_tag__gray__sHQ2C styles_tag__s__TGnQM" href="/jewelry-catalog/rings/gold/yellowgold/"></a>,<button class="styles_catalog-tags-btn__hEZe_"></button>,<a class="styles_tag__6Ja5v styles_tag__gray__sHQ2C styles_tag__s__TGnQM" href="/jewelry-catalog/rings/wedding/gold/"></a>,<a class="styles_tag__6Ja5v styles_tag__gray__sHQ2C styles_tag__s__TGnQM" href="/jewelry-catalog/rings/engagement/gold/"></a>,<a class="styles_tag__6Ja5v styles_tag__gray__sHQ2C styles_tag__s__TGnQM" href="/jewelry-catalog/rings/gold/redgold/"></a>
    body > div#__next > div#catalog > div > main > div > div > section > div:eq(1) > div:eq(0) > div:eq(0) > div > a:eq(5),body > div#__next > div#catalog > div > main > div > div > section > div:eq(1) > div:eq(0) > div:eq(0) > div > button:eq(2),body > div#__next > div#catalog > div > main > div > div > section > div:eq(1) > div:eq(0) > div:eq(0) > div > a:eq(0),body > div#__next > div#catalog > div > main > div > div > section > div:eq(1) > div:eq(0) > div:eq(0) > div > a:eq(1),body > div#__next > div#catalog > div > main > div > div > section > div:eq(1) > div:eq(0) > div:eq(0) > div > a:eq(4)
    0.00681<input data-qa="header_search_input" enterkeyhint="search" id="text_search_input" autocomplete="off" type="text" placeholder="Поиск по каталогу" class="_Input_input__7xcBD _Input_input_small__MS1Mh _Input_input_icon__SFwu_" name="text_search_input" value="">
    body > div#__next > div#catalog > div > header > div > div:eq(1) > div:eq(1) > div > div > div > input#text_search_input
    0.00575
    0.00218<div class="HeaderBottom_header-bottom_right__7W_NU"></div>
    body > div#__next > div#catalog > div > header > div > div:eq(1) > div:eq(2)
    0.00202
    0.00039
    0.00010<div></div>
    body > div#__next > div#catalog > div > main > div > div > section > div#filter-area > div > div > div > div:eq(3) > div:eq(0)
    0.00009<span class="CitySelectButton_city-text___XqH_"></span>,<button class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_borderless__776ey" types="borderless" data-qa="header_shops_map_btn"></button>,<button class="ButtonDeprecated_sklv-button__Wy8xr HeaderTop_header-top_left-delivery__GG_8X" types=""></button>
    body > div#__next > div#catalog > div > header > div > div:eq(0) > div:eq(1) > div:eq(1) > div:eq(0) > button > span,body > div#__next > div#catalog > div > header > div > div:eq(0) > div:eq(1) > div:eq(2) > a > button,body > div#__next > div#catalog > div > header > div > div:eq(0) > div:eq(1) > a > button
    0.00007
    0.00006
    Layout shift

    The elements that have shifted place is highlighted in the image (that have a higher value than 0.01). If the element shifted outside of the viewport, you will not see it there. It can be hard to understand what content that has shifted, if that's the case, checkout the video or the filmstrip of the run.

    Long Animation Frames

    Read more about the Long Animation Frames API here here.

    The top 10 longest animation frames entries

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    354 ms365.1 ms41.9 ms0.2 ms41.7 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    350 ms399.9 ms0.1 ms0.1 ms0 ms
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/framework-aaff1786eadd4e8b.js

    Invoker:  MessagePort.onmessage
    Invoker Type: event-listener
    Window attribution: self
    Source char position: -1

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    294 ms391.5 ms7.5 ms4 ms3.5 ms
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/pages/_app-daf3c63fbbdaa3d9.js

    Invoker:  TimerHandler:setTimeout
    Invoker Type: user-callback
    Window attribution: self
    Source char position: -1

    https://cdn.diginetica.net/300/client-lite.js

    Forced Style And Layout Duration: 3 ms

    Invoker:  https://cdn.diginetica.net/300/client-lite.js
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    290 ms340.2 ms-0.2 ms0.1 ms-0.3 ms
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/framework-aaff1786eadd4e8b.js

    Invoker:  MessagePort.onmessage
    Invoker Type: event-listener
    Window attribution: self
    Source char position: -1

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    277 ms323.6 ms13.4 ms0.2 ms13.2 ms
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/framework-aaff1786eadd4e8b.js

    Invoker:  MessagePort.onmessage
    Invoker Type: event-listener
    Window attribution: self
    Source char position: -1

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    262 ms343 ms38 ms0.1 ms37.9 ms
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/framework-aaff1786eadd4e8b.js

    Invoker:  MessagePort.onmessage
    Invoker Type: event-listener
    Window attribution: self
    Source char position: -1

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    178 ms257.7 ms7.3 ms0.1 ms7.2 ms
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/framework-aaff1786eadd4e8b.js

    Invoker:  MessagePort.onmessage
    Invoker Type: event-listener
    Window attribution: self
    Source char position: -1

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    142 ms190.3 ms2.7 ms0.1 ms2.6 ms
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/pages/_app-daf3c63fbbdaa3d9.js

    Forced Style And Layout Duration: 3 ms

    Invoker:  Response.json.then
    Invoker Type: resolve-promise
    Window attribution: self
    Source char position: -1

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    75 ms122 ms26 ms15.2 ms10.8 ms
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/pages/_app-daf3c63fbbdaa3d9.js

    Forced Style And Layout Duration: 1 ms

    Invoker:  TimerHandler:setTimeout
    Invoker Type: user-callback
    Window attribution: self
    Source char position: -1

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    68 ms117.2 ms3.8 ms0 ms3.8 ms
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/framework-aaff1786eadd4e8b.js

    Forced Style And Layout Duration: 1 ms

    Invoker:  MessagePort.onmessage
    Invoker Type: event-listener
    Window attribution: self
    Source char position: -1

    Server timings

    There are no Server Timings.

    Custom metrics collected through JavaScript

    There are no custom configured scripts.

    Extra metrics collected using scripting

    There are no custom extra metrics from scripting.

    CDP Performance

    namevalue
    AudioHandlers0
    AudioWorkletProcessors0
    Documents7
    Frames7
    JSEventListeners64319
    LayoutObjects3706
    MediaKeySessions0
    MediaKeys0
    Nodes6138
    Resources162
    ContextLifecycleStateObservers253
    V8PerContextDatas1
    WorkerGlobalScopes0
    UACSSResources0
    RTCPeerConnections0
    ResourceFetchers7
    AdSubframes0
    DetachedScriptStates2
    ArrayBufferContents68
    LayoutCount118
    RecalcStyleCount152
    LayoutDuration150
    RecalcStyleDuration293
    DevToolsCommandDuration19
    ScriptDuration2972
    V8CompileDuration2
    TaskDuration4249
    TaskOtherDuration813
    ThreadTime4
    ProcessTime6
    JSHeapUsedSize20692868
    JSHeapTotalSize56909824
    FirstMeaningfulPaint2133
    | Summary  | Largest responses  | Requests and sizes per content type  | Data per domain | Expires and last modified statistics  | Requests loaded after onLoad event  | Render blocking requests  | 

    PageXray

    How the page is built.

    Summary
    HTTP versionHTTP/1.1
    Total requests116
    Total domains8
    Total transfer size1.2 MB
    Total content size3.1 MB
    Responses missing compression49
    Number of cookies14
    Third party cookies0
    Requests per response code
    200110
    3024
    4041
    5021

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html652 B10.5 KB48.0 KB1
    css11.1 KB65.8 KB365.8 KB15
    javascript32.0 KB485.7 KB1.5 MB43
    image686 B409.9 KB404.7 KB21
    font0 b208.2 KB206.8 KB4
    svg3.0 KB27.9 KB70.4 KB6
    json12.6 KB65.5 KB491.2 KB16
    favicon733 B3.1 KB14.7 KB1
    plain1.2 KB0 b0 b2
    other509 B0 b0 b1
    Total62.3 KB1.2 MB3.1 MB110

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    stage.sokolov.ru8.850 s50.9 KB146.6 KB24
    cdn.sokolov.ru661 ms319.3 KB317.1 KB7
    frontend-stage-static.k8s.dev.sokolov.io1.667 s488.5 KB1.7 MB59
    catalog-stage.k8s.dev.sokolov.io1.051 s50.8 KB460.4 KB4
    sokolov-b2c-seo.k8s.dev.sokolov.io34 msN/A29 B2
    cdn.diginetica.net124 ms66.8 KB248.1 KB1
    pmdn.sokolov.io1.281 s299.8 KB296.4 KB17
    tracking.diginetica.net79 ms74 B74 B2

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds1 year1 year
    Last modified1 day2 weeks47 weeks

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html0 b0
    css22.6 KB12
    javascript214.3 KB34
    image409.9 KB21
    font0 b0
    json65.5 KB16
    favicon3.1 KB1
    plain0 b2
    other0 b1
    svg1.7 KB2
    Total716.2 KB95

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html0 b0
    css22.6 KB12
    javascript214.3 KB34
    image409.9 KB21
    font0 b0
    json65.5 KB16
    favicon3.1 KB1
    plain0 b2
    other0 b1
    svg1.7 KB2
    Total716.2 KB95

    Render blocking requests

    Render blocking information directly from Chrome.

    BlockingIn body parser blockingPotentially blocking
    000

    Render information

    URLType
    https://frontend-sta...f3c63fbbdaa3d9.jsnon_blocking
    https://cdn.digineti...00/client-lite.jsnon_blocking
    https://frontend-sta...ff1786eadd4e8b.jsnon_blocking
    https://cdn.sokolov....rat/regular.woff2non_blocking
    https://cdn.sokolov....serrat/bold.woff2non_blocking
    https://cdn.sokolov....at/semibold.woff2non_blocking
    https://cdn.sokolov....rrat/medium.woff2non_blocking
    https://frontend-sta...b30b8aa581b44.cssnon_blocking
    https://frontend-sta...528e618c90a44c.jsnon_blocking
    https://frontend-sta...33f27b2dfdcc1f.jsnon_blocking
    https://frontend-sta...22e2ec17e8e634.jsnon_blocking
    https://frontend-sta...ba57844a27645d.jsnon_blocking
    https://frontend-sta...2ea719f5a4b578.jsnon_blocking
    https://frontend-sta...d062a875b3ff92.jsnon_blocking
    https://frontend-sta...6fec06d4af38d5.jsnon_blocking
    https://frontend-sta...24b4f44c6f4995.jsnon_blocking
    https://frontend-sta...8ea53fd6ac16ab.jsnon_blocking
    https://frontend-sta...cdcc44c06b3a97.jsnon_blocking
    https://frontend-sta...aab76c31370c5e.jsnon_blocking
    https://frontend-sta...6629187286c143.jsnon_blocking
    https://frontend-sta...382922e80f972.cssdynamically_injected_non_blocking
    https://frontend-sta...ac99e6a3424761.jsnon_blocking
    https://frontend-sta...4ed6e36258047.cssnon_blocking
    https://frontend-sta...047d82d6bf86b.cssdynamically_injected_non_blocking
    https://frontend-sta...4605cbe97ec889.jsnon_blocking
    https://frontend-sta...573113731dbc2.cssdynamically_injected_non_blocking
    https://frontend-sta...ba1a3200eb135c.jsnon_blocking
    https://frontend-sta...748a954d46405.cssdynamically_injected_non_blocking
    https://frontend-sta...ac19c47b8f8d27.jsnon_blocking
    https://frontend-sta...f7556ef5a1e9ce.jsnon_blocking
    https://frontend-sta...396392c321c350.jsnon_blocking
    https://frontend-sta...c934f363257c16.jsnon_blocking
    https://frontend-sta...fe13a8ba625fb.cssdynamically_injected_non_blocking
    https://frontend-sta...276236ac95f6e1.jsnon_blocking
    https://frontend-sta..._buildManifest.jsnon_blocking
    https://frontend-sta...d58c0e3cf80d79.jsnon_blocking
    https://frontend-sta...a271df74534fdf.jsnon_blocking
    https://frontend-sta...fd96f08ce3432e.jsnon_blocking
    https://frontend-sta...2cab3558b69188.jsnon_blocking
    https://frontend-sta...2c563424868068.jsnon_blocking
    https://frontend-sta...cf2985083d60d.cssdynamically_injected_non_blocking
    https://frontend-sta...410ee3fa1a458.cssdynamically_injected_non_blocking
    https://frontend-sta...eb9d46ff5fe264.jsnon_blocking
    https://frontend-sta...c3f138ddf7a3b.cssnon_blocking
    https://frontend-sta...ac3b8b55b95e77.jsnon_blocking
    https://frontend-sta...1e104d0f1004dc.jsnon_blocking
    https://frontend-sta...0e9038f6ab9a29.jsnon_blocking
    https://frontend-sta...0baf6b0adfaf4f.jsnon_blocking
    https://frontend-sta...b68982a7d87933.jsnon_blocking
    https://frontend-sta...89c606b5b58bd1.jsnon_blocking
    https://frontend-sta...0417b504718185.jsnon_blocking
    https://frontend-sta...cb04399386cb06.jsnon_blocking
    https://frontend-sta...1bac4a22023b4a.jsnon_blocking
    https://frontend-sta...538a4e5a3c925.cssdynamically_injected_non_blocking
    https://frontend-sta...fffc9a4348e28.cssdynamically_injected_non_blocking
    https://frontend-sta...002ad7e17fb8f5.jsnon_blocking
    https://frontend-sta...c84d5db3959284.jsnon_blocking
    https://frontend-sta...34a6e2b3c0e0a.cssdynamically_injected_non_blocking
    https://frontend-sta...6dffa208389a0.cssdynamically_injected_non_blocking
    https://frontend-sta...e8ce38d1e30c8.cssdynamically_injected_non_blocking
    https://frontend-sta...d81f22b53a9055.jsnon_blocking
    https://frontend-sta...E/_ssgManifest.jsnon_blocking
    CPU Long Tasks | CPU Time Spent | CPU Time Spent Per Request | CPU Time Per Tool/Domain | 

    CPU

    Download the Chrome trace log and drag and drop it into Developer Tools / Performance in Chrome.

    Long Tasks

    Collected using the Long Task API. A long task is a task that take 50 milliseconds or more.

    TypeQuantityTotal duration (ms)
    Total Blocking Time 2267
    Max Potential First Input Delay 399
    Long Tasks before First Paint00
    Long Tasks before First Contentful Paint00
    Long Tasks before Largest Contentful Paint71009
    Long Tasks after Load Event End152987
    Total Long Tasks163067

    CPU last long task happened at 4.606 s

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    self80680window
    self89181window
    self988113window
    self144750window
    self1663362window
    self207777window
    self2159246window
    self2511337window
    self298999window
    self3152221window
    self339396window
    self3549189window
    self374465window
    self3841312window
    self4177399window
    self4606340window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML18
    styleLayout449
    paintCompositeRender55
    scriptParseCompile2
    scriptEvaluation3258
    garbageCollection112
    other373
    Events (ms)
    FunctionCall2616
    RunMicrotasks311
    UpdateLayoutTree299
    v8.run193
    RunTask187
    Layout149
    V8.GC_SCAVENGER_SCAVENGE_PARALLEL54
    URLLoader::Context::OnReceivedResponse47
    Paint43
    PrePaint40
    v8.callFunction34
    Layerize34
    V8.HandleInterrupts25
    V8.GC_SCAVENGER_SCAVENGE_PARALLEL_PHASE19
    V8.BytecodeBudgetInterrupt16
    IntersectionObserverController::computeIntersections14
    ParseHTML11
    V8.GC_MC_INCREMENTAL_EMBEDDER_TRACING10
    Commit10

    Time spent per request

    URLCPU time (ms)
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/framework-aaff1786eadd4e8b.js2988
    https://cdn.diginetica.net/300/client-lite.js340
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/7413.07cdcc44c06b3a97.js121
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/2415.100e9038f6ab9a29.js66
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/pages/_app-daf3c63fbbdaa3d9.js65
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/5245-fd8ea53fd6ac16ab.js61
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/1389-ca22e2ec17e8e634.js35
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/main-8933f27b2dfdcc1f.js19
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/pages/catalog/client/%5Bcatalog%5D/%5B%5B...slug%5D%5D-02c84d5db3959284.js17
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/4399.43fd96f08ce3432e.js15
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/2001.4a2c563424868068.js12

    CPU time spent

    Tool/domainTime (ms)
    frontend-stage-static.k8s.dev.sokolov.io3397.7
    cdn.diginetica.net340.0
    | Categories | | First vs third | 

    Third party

    Third party requests categorised by Third party web version 0.24.0.

    CategoryRequests
    CategoryNumber of tools

    Unmatched third party domains

    Here's a list of domains that didn't match any tool in Third party web. If you are sure they are third party domains, please do a PR to that project. You can also fine tune the list using --firstParty.

    cdn.diginetica.net
    tracking.diginetica.net

    First party requests and sizes per content type

    Calculated using .*sokolov.* (use --firstParty to configure).

    ContentHeader SizeTransfer SizeContent SizeRequests
    html652 B10.5 KB48.0 KB1
    css11.1 KB65.8 KB365.8 KB15
    javascript31.4 KB418.9 KB1.3 MB42
    image0 b409.9 KB404.6 KB19
    font0 b208.2 KB206.8 KB4
    svg3.0 KB27.9 KB70.4 KB6
    json12.6 KB65.5 KB491.2 KB16
    favicon733 B3.1 KB14.7 KB1
    plain1.2 KB0 b0 b2
    other509 B0 b0 b1
    Total63.7 KB1.2 MB2.9 MB113

    Third party requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b0 b0 b0
    css0 b0 b0 b0
    javascript555 B66.8 KB248.1 KB1
    image686 B74 B74 B2
    font0 b0 b0 b0
    Total1.2 KB66.9 KB248.2 KB3
    afterPageCompleteCheck.png | layoutShift.png | largestContentfulPaint.png | 

    Screenshots

    afterPageCompleteCheck.png

    afterPageCompleteCheck.png

    layoutShift.png

    layoutShift.png

    largestContentfulPaint.png

    largestContentfulPaint.png

    Axe

    Axe is an accessibility testing engine for websites and other HTML-based user interfaces. Tested using axe-core version 4.10.0. Read more about axe-core .

    Violations

    serious
    ARIA input fields must have an accessible name (cat.aria,wcag2a,wcag412,TTv5,TT5.c,EN-301-549,EN-9.4.1.2,ACT) - aria-input-field-nameEnsure every ARIA input field has an accessible name
    Fix any of the following: aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty Element has no title attribute
    • <div class="noUi-handle styles_range-slider-handle__dTQWx noUi-handle-lower" data-handle="0" tabindex="0" role="slider" aria-orientation="horizontal" aria-valuemin="4950.0" aria-valuemax="2733490.0" aria-valuenow="4950.0" aria-valuetext="4950">
    • <div class="noUi-handle styles_range-slider-handle__dTQWx noUi-handle-upper" data-handle="1" tabindex="0" role="slider" aria-orientation="horizontal" aria-valuemin="4950.0" aria-valuemax="2733490.0" aria-valuenow="2733490.0" aria-valuetext="2733490">
    critical
    Buttons must have discernible text (cat.name-role-value,wcag2a,wcag412,section508,section508.22.a,TTv5,TT6.a,EN-301-549,EN-9.4.1.2,ACT) - button-nameEnsure buttons have discernible text
    Fix any of the following: Element does not have inner text that is visible to screen readers aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty Element has no title attribute Element's default semantics were not overridden with role="none" or role="presentation"
    • <button type="button" class="ButtonDeprecated_sklv-button__Wy8xr ButtonTemplate_button__mMa6w HeaderTop_header-top_right-icon__tvD5b" data-qa="header_favorites_btn">
    • <button type="button" class="ButtonDeprecated_sklv-button__Wy8xr ButtonTemplate_button__mMa6w HeaderTop_header-top_right-icon__tvD5b" data-qa="header_to_basket_btn">
    • <button type="button" class="ButtonDeprecated_sklv-button__Wy8xr ButtonTemplate_button__mMa6w HeaderTop_header-top_right-icon__tvD5b" data-qa="header_user_login_btn">
    • <button type="button" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_icon___v8v7 IconButton_icon-button__kK7yS UserMenu_user_menu-header-close_button__1SB79" types="icon" icon="close" loading="">
    • <button type="button" class="ButtonDeprecated_sklv-button__Wy8xr HeaderBottom_header-bottom-custom_btn__s81fq HeaderBottom_header-bottom-custom-premium__WCy3w HeaderBottom_header-bottom-custom_btn-img__lEDkt" style="background-image: url(&quot;https://stage.sokolov.ru/upload/content/area/dfd375aa4e2f3c311213d48422039027.jpg&quot;);">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    • <button type="button" data-qa="add_to_favorite" data-qa-active="false" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_transparent__0PsDH ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P">
    serious
    Elements must meet minimum color contrast ratio thresholds (cat.color,wcag2aa,wcag143,TTv5,TT13.c,EN-301-549,EN-9.1.4.3,ACT) - color-contrastEnsure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds
    Fix any of the following: Element has insufficient color contrast of 4.17 (foreground color: #ffffff, background color: #257ae8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1
    • <button type="button" class="Button_button__ZFztY Button_primary__GMkKG Button_main__3GiUm Button_s__Trqab CatalogButton_catalog-btn_big__RZdeX" loading="" data-qa="header_catalog_nav_open_btn">
    • <a class="catalog_catalog-layout-breadcrumb__v_3g6" href="/jewelry-catalog/rings/">Кольца</a>
    • <span class="catalog_catalog-layout-header_count__OeN__"><span class="catalog_catalog-layout-header_count_value__i6dHy">7 736</span> товаров</span>
    • <span class="catalog_catalog-layout-header_count_value__i6dHy">7 736</span>
    • <button type="button" class="CheckboxListWrapper_checkbox-section-list__btn__LirQK ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_blue-text__uBvti">Показать ещё </button>
    • <label>от</label>
    • <label>до </label>
    • <span class="CheckboxField_tag_name__bS8fS">Неважно</span>
    • <button type="button" class="CheckboxListWrapper_checkbox-section-list__btn__LirQK ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_blue-text__uBvti">Показать ещё </button>
    • <button type="button" class="CheckboxListWrapper_checkbox-section-list__btn__LirQK ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_blue-text__uBvti">Показать ещё </button>
    • <button type="button" class="CheckboxListWrapper_checkbox-section-list__size-more-btn__wI0u7">ещё 18</button>
    • <span class="CheckboxField_tag_name__bS8fS">Для всех</span>
    • <button type="button" class="Button_button__ZFztY Button_tonal__Qzun2 Button_main__3GiUm Button_m__97u33 SearchStoreSection_map-btn__IHUCo" loading="">
    • <button type="button" class="CheckboxListWrapper_checkbox-section-list__btn__LirQK ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_blue-text__uBvti">Показать ещё 195 магазинов</button>
    • <button type="button" class="Button_button__ZFztY Button_primary__GMkKG Button_main__3GiUm Button_m__97u33" loading="" data-qa="show_more_filters">Показать еще фильтры</button>
    • <button class="styles_tag__6Ja5v styles_tag__gray__sHQ2C styles_tag__s__TGnQM styles_tag__select__c2pO1">
    • <button class="styles_tag__6Ja5v styles_tag__gray__sHQ2C styles_tag__s__TGnQM styles_tag__select__c2pO1">
    • <button class="styles_tag__6Ja5v styles_tag__gray__sHQ2C styles_tag__s__TGnQM styles_catalog-tags-more__sFCOC">Еще</button>
    • <button class="styles_catalog-tags__reset-btn__0guyb">Сбросить все</button>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">149&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Белое золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 2.16 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (18 шт, 0.067 карат) ...</p>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Комбинированное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.36 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (1 шт, 0.046 карат) ...</p>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Комбинированное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.6 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (1 шт, 0.081 карат) ...</p>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Комбинированное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.93 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (1 шт, 0.21 карат) ...</p>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Красное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.61 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Изумруд натуральный (1 шт, 0.317 карат) ...</p>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Комбинированное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.39 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (1 шт, 0.046 карат) ...</p>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Комбинированное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.6 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (1 шт, 0.081 карат) ...</p>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Комбинированное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.79 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (1 шт, 0.11 карат) ...</p>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Комбинированное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.87 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (1 шт, 0.192 карат) ...</p>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Красное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 0.99 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Фианит (1 шт, 0.846 карат)</p>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Красное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 0.97 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Фианит (5 шт, 1.004 карат)</p>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Красное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.61 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Без вставок</p>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Белое золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.6 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Без вставок</p>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Красное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.63 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Без вставок</p>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Белое золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.61 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Без вставок</p>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Красное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 0.98 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (9 шт, 0.033 карат)</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">149&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Комбинированное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 2.01 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (1 шт, 0.081 карат) ...</p>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Красное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 3.36 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (56 шт, 0.162 карат)</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">119&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Красное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 2.22 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (16 шт, 0.049 карат) ...</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">89&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Белое золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.66 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (6 шт, 0.047 карат) ...</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">74&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Белое золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.35 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (1 шт, 0.03 карат)</p>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Белое золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 0.96 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (9 шт, 0.033 карат)</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">149&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Белое золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.98 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (1 шт, 0.081 карат) ...</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">249&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Белое золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 3.74 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (134 шт, 0.496 карат)</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">299&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Белое золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 3.35 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (12 шт, 0.437 карат)</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">114&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Белое золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.66 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант выращенный (1 шт, 0.226 карат)</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">134&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Белое золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.65 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант выращенный (1 шт, 0.265 карат)</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">214&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Белое золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 2.75 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (27 шт, 0.103 карат) ...</p>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Красное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 0.77 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (1 шт, 0.026 карат)</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">74&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Комбинированное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.37 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (1 шт, 0.03 карат)</p>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Комбинированное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.05 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (1 шт, 0.013 карат)</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">99&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Комбинированное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.62 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (16 шт, 0.086 карат) ...</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">92&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Комбинированное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.81 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (8 шт, 0.023 карат) ...</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">89&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Комбинированное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.78 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (1 шт, 0.03 карат)</p>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Красное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 0.83 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (23 шт, 0.067 карат)</p>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Красное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.75 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (27 шт, 0.078 карат)</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">214&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Комбинированное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 2.31 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (1 шт, 0.11 карат) ...</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">249&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Красное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 3.78 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (134 шт, 0.496 карат)</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">89&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Красное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.98 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Черный бриллиант (4 шт, 0.021 карат) ...</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">104&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Красное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 2.2 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Черный бриллиант (20 шт, 0.07 карат) ...</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">159&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Комбинированное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 2.51 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (6 шт, 0.127 карат) ...</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">124&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Красное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 2.46 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (17 шт, 0.063 карат) ...</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">139&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Белое золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 2.3 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (12 шт, 0.094 карат) ...</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">169&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Белое золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 2.61 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (46 шт, 0.17 карат) ...</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">114&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Белое золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.77 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Сапфир (1 шт, 0.577 карат) ...</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">264&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Белое золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 4.58 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Сапфир (4 шт, 0.8 карат) ...</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">184&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Белое золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 3.22 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Сапфир (5 шт, 1.046 карат) ...</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">104&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Белое золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.76 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Сапфир (12 шт, 0.342 карат) ...</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">264&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Белое золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 4.31 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Сапфир (9 шт, 1.177 карат) ...</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">104&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Комбинированное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 2.13 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Сапфир (1 шт, 0.209 карат) ...</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">134&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Красное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 2.32 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Сапфир (24 шт, 0.684 карат) ...</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">114&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Красное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.86 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Сапфир (1 шт, 0.229 карат) ...</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">134&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Красное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 2.33 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Сапфир (1 шт, 0.277 карат) ...</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">107&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Красное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 2.68 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Изумруд натуральный (2 шт, 0.006 карат) ...</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">254&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Красное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 4.37 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Черный бриллиант (114 шт, 0.49 карат) ...</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">114&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Комбинированное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 2.11 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Изумруд натуральный (1 шт, 0.142 карат) ...</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">92&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Красное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.68 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Изумруд натуральный (1 шт, 0.2 карат) ...</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">129&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Красное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 2.17 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Изумруд натуральный (1 шт, 0.236 карат) ...</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">109&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Красное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.72 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Изумруд натуральный (6 шт, 0.108 карат) ...</p>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Белое золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 0.9 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (23 шт, 0.067 карат)</p>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Белое золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 0.78 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (1 шт, 0.026 карат)</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">67&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Белое золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.28 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (1 шт, 0.03 карат)</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">134&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Белое золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.67 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (1 шт, 0.11 карат)</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">214&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Белое золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 2.28 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (1 шт, 0.11 карат) ...</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">92&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Белое золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.51 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (18 шт, 0.052 карат) ...</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">97&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Белое золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.52 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (14 шт, 0.041 карат) ...</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">64&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Белое золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.11 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (26 шт, 0.075 карат)</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">92&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Белое золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.34 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (60 шт, 0.174 карат)</p>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Белое золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.66 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (27 шт, 0.078 карат)</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">97&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Белое золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.61 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (7 шт, 0.148 карат)</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">119&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Белое золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.15 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (1 шт, 0.11 карат)</p>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">89&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Белое золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.09 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (1 шт, 0.08 карат)</p>
    • <button type="button" class="Button_sklv-button__W9kWg Button_sklv-button_grey__dmvVL">Показать еще 72 товара</button>
    critical
    Form elements must have labels (cat.forms,wcag2a,wcag412,section508,section508.22.n,TTv5,TT5.c,EN-301-549,EN-9.4.1.2,ACT) - labelEnsure every form element has a label
    Fix any of the following: Form element does not have an implicit (wrapped) <label> Form element does not have an explicit <label> aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty Element has no title attribute Element has no placeholder attribute Element's default semantics were not overridden with role="none" or role="presentation"
    • <input id="premiums" name="premiums" type="checkbox" class="ToggleIOS_toggle__JPjeH ToggleIOS_toggle_size_s__EezFo">
    • <input id="shock_price" name="shock_price" type="checkbox" class="ToggleIOS_toggle__JPjeH ToggleIOS_toggle_size_s__EezFo">
    • <input data-qa="min_price" type="text" name="price-min" value="4&nbsp;950">
    • <input data-qa="max_price" type="text" name="price-max" value="2&nbsp;733&nbsp;490">
    • <input id="stock" name="stock" type="checkbox" class="ToggleIOS_toggle__JPjeH ToggleIOS_toggle_size_s__EezFo">
    • <input id="certificate" name="certificate" type="checkbox" class="ToggleIOS_toggle__JPjeH ToggleIOS_toggle_size_s__EezFo">
    • <input id="complect" name="complect" type="checkbox" class="ToggleIOS_toggle__JPjeH ToggleIOS_toggle_size_s__EezFo">
    • <input id="premiums" name="premiums" type="checkbox" class="ToggleIOS_toggle__JPjeH ToggleIOS_toggle_size_s__EezFo">
    serious
    Links must have discernible text (cat.name-role-value,wcag2a,wcag244,wcag412,section508,section508.22.a,TTv5,TT6.a,EN-301-549,EN-9.2.4.4,EN-9.4.1.2,ACT) - link-nameEnsure links have discernible text
    Fix all of the following: Element is in tab order and does not have accessible text Fix any of the following: Element does not have text that is visible to screen readers aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty Element has no title attribute
    • <a itemprop="url" content="https://stage.sokolov.ru" href="/">
    • <a href="/jewelry-catalog/premium/">
    • <a href="https://sokolov.ru/jewelry-catalog/selection-engagement-rings/?stock=Y" rel="nofollow" class="styles_catalog-banner__mBmAi styles_catalog-banner_desktop__OS_QE styles_catalog-banner_column1__nXn3q styles_catalog-banner_width4__AXKOi styles_catalog-banner_height1__0kZfn styles_catalog-banner_line3__AmSzv" style="height: 454px;">
    • <a href="/jewelry-catalog/svoboda/?stock=Y&amp;sort=new_up" rel="nofollow" class="styles_catalog-banner__mBmAi styles_catalog-banner_desktop__OS_QE styles_catalog-banner_column1__nXn3q styles_catalog-banner_width4__AXKOi styles_catalog-banner_height1__0kZfn styles_catalog-banner_line6__Zv8N1" style="height: 454px;">
    • <a href="https://sokolov.ru/jewelry-catalog/diamond-track/?stock=Y&amp;sort=new_up" rel="nofollow" class="styles_catalog-banner__mBmAi styles_catalog-banner_desktop__OS_QE styles_catalog-banner_column1__nXn3q styles_catalog-banner_width4__AXKOi styles_catalog-banner_height1__0kZfn styles_catalog-banner_line9__vB9xd" style="height: 454px;">
    • <a href="https://sokolov.ru/jewelry-catalog/popular-diamond-jewelry/?stock=Y" rel="nofollow" class="styles_catalog-banner__mBmAi styles_catalog-banner_desktop__OS_QE styles_catalog-banner_column1__nXn3q styles_catalog-banner_width4__AXKOi styles_catalog-banner_height1__0kZfn styles_catalog-banner_line12__GbhtQ" style="height: 454px;">
    • <a href="/cosmetics/?stock=Y" rel="nofollow" class="styles_catalog-banner__mBmAi styles_catalog-banner_desktop__OS_QE styles_catalog-banner_column1__nXn3q styles_catalog-banner_width4__AXKOi styles_catalog-banner_height1__0kZfn styles_catalog-banner_line15__OBA_H" style="height: 454px;">
    • <a href="/jewelry-catalog/product/44043111/" rel="nofollow" class="styles_catalog-banner__mBmAi styles_catalog-banner_desktop__OS_QE styles_catalog-banner_column1__nXn3q styles_catalog-banner_width1__wZKj_ styles_catalog-banner_height1__0kZfn styles_catalog-banner_line18__kHl8D" style="height: 452px;">
    • <a href="/bags/" rel="nofollow" class="styles_catalog-banner__mBmAi styles_catalog-banner_desktop__OS_QE styles_catalog-banner_column1__nXn3q styles_catalog-banner_width4__AXKOi styles_catalog-banner_height1__0kZfn styles_catalog-banner_line21__xmRki" style="height: 454px;">
    • <a type="button" data-page="2" class="Pagination_pagination-btn__cxppH Pagination_pagination-btn_disabled__CHihy" href="/jewelry-catalog/rings/gold/?page=2"><span class="Pagination_pagination-btn-arrow__dy0FP Pagination_pagination-btn-arrow_prev__emrEr"></span></a>
    • <a data-page="2" class="Pagination_pagination-btn__cxppH " href="/jewelry-catalog/rings/gold/?page=2"><span class="Pagination_pagination-btn-arrow__dy0FP Pagination_pagination-btn-arrow_next__vvlxL"></span></a>
    <ul> and <ol> must only directly contain <li>, <script> or <template> elements (cat.structure,wcag2a,wcag131,EN-301-549,EN-9.1.3.1) - listEnsure that lists are structured correctly
    Fix all of the following: List element has direct children that are not allowed: a
    • <ul class="UserMenu_user_menu-links_list__XdG8h">
    • <ul class="CheckboxListWrapper_checkbox-section-list__ADfal CheckboxListWrapper_checkbox-section-list_chips__BUgAS">
    • <ul class="CheckboxListWrapper_checkbox-section-list__ADfal CheckboxListWrapper_checkbox-section-list_chips__BUgAS CheckboxSection_checkbox__list__PdQ6W">
    • <ul class="CheckboxListWrapper_checkbox-section-list__ADfal CheckboxListWrapper_checkbox-section-list_chips__BUgAS CheckboxListWrapper_size__SdsrP">
    • <ul class="CheckboxListWrapper_checkbox-section-list__ADfal CheckboxListWrapper_checkbox-section-list_chips__BUgAS CheckboxSection_checkbox__list__PdQ6W">
    critical
    Zooming and scaling must not be disabled (cat.sensory-and-visual-cues,wcag2aa,wcag144,EN-301-549,EN-9.1.4.4,ACT) - meta-viewportEnsure <meta name="viewport"> does not disable text scaling and zooming
    Fix any of the following: user-scalable=no on <meta> tag disables zooming on mobile devices
    • <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimal-ui, user-scalable=no">
    • <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimal-ui, user-scalable=no">