Run 2 summary

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

Tested 2024-10-19 20:14:05 using Chrome 129.0.6668.89 (runtime settings).

SummaryWaterfall MetricsFilmstrip CoachPageXrayCPU Third partyScreenshotsaxe

Summary

MetricValue
Page metrics
Performance score64
Total page size1.3 MB
Requests117
Timing metrics
TTFB267 ms
First Paint535 ms
Fully Loaded3.284 s
Google Web Vitals
TTFB267 ms
First Contentful Paint (FCP) 535 ms
Largest Contentful Paint (LCP) 2.129 s
Cumulative Layout Shift (CLS) 0.03
Total Blocking Time1.795 s
Max Potential FID398 ms
CPU metrics
CPU long tasks15
CPU last long task happens at4.326 s
Visual Metrics
First Visual Change567 ms
Speed Index1.739 s
Visual Complete 85%2.233 s
Visual Complete 99%3.767 s
Last Visual Change3.767 s
Screenshot
| Waterfall | | Download HAR | 

Waterfall

| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
0.6 sCPU Long Task duration 60 msFirst Contentful Paint 535 msDOM Content Loaded Time 563 msFirst Visual Change 567 msCPU Long Task duration 67 ms
0.7 sCPU Long Task duration 121 ms
0.9 sLayout Shift 0.00681 829 ms
1 sLayout Shift 0.00008 1.000 s
1.1 s
1.2 sLayout Shift 0.00003 1.150 s
1.3 sLayout Shift 0.00003 1.202 sLayout Shift 0.00005 1.242 sLayout Shift 0.00010 1.273 sLayout Shift 0.00003 1.293 s
1.4 sLayout Shift 0.00003 1.310 sLayout Shift 0.00002 1.328 sLayout Shift 0.00004 1.346 sLayout Shift 0.00004 1.361 sLayout Shift 0.00004 1.375 s
1.5 sLayout Shift 0.00069 1.411 sPage Load Time 1.422 sLayout Shift 0.00330 1.434 sLayout Shift 0.00005 1.447 sLayout Shift 0.00006 1.463 sLayout Shift 0.00006 1.482 sLayout Shift 0.00014 1.500 s
1.6 sLayout Shift 0.00007 1.518 sCPU Long Task duration 59 msLayout Shift 0.02232 1.588 sCPU Long Task duration 60 ms
1.7 sCPU Long Task duration 229 ms
1.8 s
1.9 s
2 sLayout Shift 0.00010 1.924 sCPU Long Task duration 184 ms
2.2 sLCP <IMG> 2.129 sCPU Long Task duration 221 ms
2.3 sVisual Complete 85% 2.233 s
2.5 sCPU Long Task duration 53 msCPU Long Task duration 56 ms
2.6 s
2.7 sCPU Long Task duration 81 ms
2.8 s
2.9 s
3 s
3.1 s
3.2 s
3.3 sFully Loaded 3.284 sCPU Long Task duration 398 ms
3.4 sVisual Complete 95% 3.400 s
3.8 sCPU Long Task duration 252 msLast Visual Change 3.767 sVisual Complete 99% 3.767 s
| 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 (64)

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
  • Avoid using Google Tag Manager. (googleTagManager)The page is using Google Tag Manager, this is a performance risk since non-tech users can add JavaScript to your page.0
    Description: Google Tag Manager makes it possible for non tech users to add scripts to your page that will downgrade performance.
    Inline CSS for faster first render (inlineCss)The page has both inline styles as well as it is requesting 18 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/998e8ce38d1e30c8.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/836fffc9a4348e28.css
  • https://code.jivo.ru/css/a2cd018/widget.css
  • https://code.jivo.ru/css/a2cd018/omnichannelMenu.widget.css
  • https://personalization-web-stable.mindbox.ru/js/service/styles.css?v=4.48.24
  • 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 27 CPU long tasks with the total of 3.545 s. The total blocking time is 2.185 s and 1 long task before first contentful paint with total time of 60 ms. 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
  • self
  • multiple-contexts
  • self
  • self
  • self
  • self
  • self
  • unknown
  • self
  • self
  • self
  • Avoid Frontend single point of failures (spof)The page has 18 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.70
    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/998e8ce38d1e30c8.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/836fffc9a4348e28.css
  • https://code.jivo.ru/css/a2cd018/widget.css
  • https://code.jivo.ru/css/a2cd018/omnichannelMenu.widget.css
  • https://personalization-web-stable.mindbox.ru/js/service/styles.css?v=4.48.24
  • 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 47 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 545.9 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://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/upload/content/area/dfd375aa4e2f3c311213d48422039027.jpg
  • https://stage.sokolov.ru/upload/content/area/de6daf5ac89f1e0522d9cf7a2728609a.png
  • https://cdn.sokolov.ru/upload/content/area/dfd375aa4e2f3c311213d48422039027.jpg
  • https://cdn.sokolov.ru/upload/content/area/de6daf5ac89f1e0522d9cf7a2728609a.png
  • https://frontend-stage-static.k8s.dev.sokolov.io/meta/manifest.json
  • https://frontend-stage-static.k8s.dev.sokolov.io/meta/favicon.ico
  • https://pmdn.sokolov.io/other/insert-forms/shock-price.svg
  • 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/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
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • 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://cdn.sokolov.ru/upload/content/fb7a6e5625569f2b211959ccec295994.jpg?w=480
  • 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.3 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.7 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://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://cdn.diginetica.net/300/client-lite.js 66.8 KB248.1 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
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/8907.16d58c0e3cf80d79.js 1.2 KB2.9 KB
    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 (38891) 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 1 error response. The page has 1 response with code 404. 90
    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/
  • Best practice advice (89)

    TitleAdviceScore
    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. https://stage.sokolo...cts/comment-info/ has a header link that is 2567 characters long. 95
    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/
  • https://stage.sokolov.ru/api/v5/products/comment-info/...cts/comment-info/
  • Avoid unnecessary headers (unnecessaryHeaders)There are 15 responses that sets both a max-age and expires header. There are 10 responses that sets a pragma no-cache header (that is a request header). There are 24 responses that sets a server header. 51
    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://pmdn.sokolov.io/other/insert-forms/shock-price.svg
  • https://stage.sokolov.ru/interface/icons/redesign/rocket-launch.svg
  • 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/comment-info/...cts/comment-info/
  • https://stage.sokolov.ru/api/v5/products/comment-info/...cts/comment-info/
  • 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/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
  • 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
  • Privacy advice (78)

    TitleAdviceScore
    Avoid using Google Analytics (ga)The page is using Google Analytics meaning you share your users private information with Google. You should use analytics that care about user privacy, something like https://matomo.org.0
    Description: Google Analytics share private user information with Google that your user hasn't agreed on sharing.
    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
    Height13860
    DOM elements5382
    Avg DOM depth16
    Max DOM depth26
    Iframes3
    Script tags48
    Local storage3.3 KB
    Session storage460 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
    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)267 ms
    First Contentful Paint (FCP)535 ms
    Largest Contentful Paint (LCP)2.129 s
    Cumulative Layout Shift (CLS)0.03
    Total Blocking Time (TBT)1.795 s
    First Contentful Paint info
    Elements that needed recalculate style before FCP179
    Time spent in recalculate style before FCP9.794 ms
    Extra timings
    TTFB267 ms
    First Paint535 ms
    Load Event End1.422 s
    Fully loaded3.284 s
    User Timing marks
    fbevents:start:unwantedDataProcessing_53974043619496812.586 s
    fbevents:end:unwantedDataProcessing_53974043619496812.586 s
    fbevents:start:unwantedParamsProcessing_53974043619496812.586 s
    fbevents:start:validateUrlProcessing_53974043619496812.587 s
    fbevents:end:validateUrlProcessing_53974043619496812.587 s
    fbevents:start:standardParamChecksProcessing_53974043619496812.588 s
    User Timing measures
    NameStart timeDuration
    Next.js-before-hydration0 ms560 ms
    Next.js-hydration560 ms81 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.129 s
    Elements that needed recalculate style before LCP6027
    Time spent in recalculate style before LCP201.446 ms
    Load time2.129 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.03409 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.02232<div class="CatalogListHeader_sorting-area__fCNyj" data-qa="sorting_area"></div>,<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/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(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(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.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.00330<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>,<div class="HeaderBottom_header-bottom_right__7W_NU"></div>,<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/yellowgold/"></a>
    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,body > div#__next > div#catalog > div > header > div > div:eq(1) > div:eq(2),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(5)
    0.00069
    0.00014
    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.00010<div class="HeaderBottom_header-bottom_right__7W_NU"></div>
    body > div#__next > div#catalog > div > header > div > div:eq(1) > div:eq(2)
    0.00008<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
    0.00006
    0.00005
    0.00005
    0.00004
    0.00004
    0.00004
    0.00003
    0.00003
    0.00003<div class="HeaderBottom_header-bottom_right__7W_NU"></div>
    body > div#__next > div#catalog > div > header > div > div:eq(1) > div:eq(2)
    0.00003<div class="HeaderBottom_header-bottom_right__7W_NU"></div>
    body > div#__next > div#catalog > div > header > div > div:eq(1) > div:eq(2)
    0.00002<div class="HeaderBottom_header-bottom_right__7W_NU"></div>
    body > div#__next > div#catalog > div > header > div > div:eq(1) > div:eq(2)
    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
    368 ms398.9 ms19.1 ms0.1 ms19 ms
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/pages/_app-daf3c63fbbdaa3d9.js

    Forced Style And Layout Duration: 52 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
    313 ms360.9 ms2.1 ms0.1 ms2 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
    305 ms354.8 ms0.2 ms0.1 ms0.1 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
    202 ms233 ms23 ms0.1 ms22.9 ms
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/pages/_app-daf3c63fbbdaa3d9.js

    Forced Style And Layout Duration: 106 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
    202 ms252 ms0 ms0 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
    190 ms225.3 ms18.7 ms13 ms5.7 ms
    https://cdn.diginetica.net/300/client-lite.js

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

    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/main-8933f27b2dfdcc1f.js

    Invoker:  SCRIPT[src=//cdn.diginetica.net/300/client-lite.js].onload
    Invoker Type: event-listener
    Window attribution: self
    Source char position: -1

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    168 ms240.8 ms7.2 ms0 ms7.2 ms
    https://www.googletagmanager.com/gtm.js?id=GTM-KR3RXB9

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

    https://www.googletagmanager.com/gtm.js?id=GTM-KR3RXB9

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

    https://code.jivo.ru/js/bundle_ru_RU.js?rand=1729164520

    Invoker:  https://code.jivo.ru/js/bundle_ru_RU.js?rand=1729164520
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    167 ms195.8 ms32.2 ms0.1 ms32.1 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
    76 ms123.9 ms5.1 ms0 ms5.1 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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    65 ms119 ms22 ms0.3 ms21.7 ms

    Invoker:  LINK.onload
    Invoker Type: event-listener
    Window attribution: descendant
    Source char position: 291865

    https://www.googletagmanager.com/gtag/js?id=G-SEBDDYBJWJ&l=dataLayer&cx=c

    Invoker:  https://www.googletagmanager.com/gtag/js?id=G-SEBDDYBJWJ&l=dataLayer&cx=c
    Invoker Type: classic-script
    Window attribution: self

    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
    Documents9
    Frames7
    JSEventListeners64448
    LayoutObjects4558
    MediaKeySessions0
    MediaKeys0
    Nodes7992
    Resources161
    ContextLifecycleStateObservers255
    V8PerContextDatas1
    WorkerGlobalScopes0
    UACSSResources0
    RTCPeerConnections0
    ResourceFetchers9
    AdSubframes0
    DetachedScriptStates2
    ArrayBufferContents68
    LayoutCount128
    RecalcStyleCount169
    LayoutDuration163
    RecalcStyleDuration252
    DevToolsCommandDuration18
    ScriptDuration2520
    V8CompileDuration2
    TaskDuration3651
    TaskOtherDuration696
    ThreadTime3
    ProcessTime5
    JSHeapUsedSize20900960
    JSHeapTotalSize47472640
    FirstMeaningfulPaint1993
    | 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 requests117
    Total domains8
    Total transfer size1.3 MB
    Total content size3.1 MB
    Responses missing compression50
    Number of cookies15
    Third party cookies0
    Requests per response code
    200112
    3024
    4041

    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.6 KB1.5 MB43
    image686 B438.8 KB433.2 KB22
    font0 b208.2 KB206.8 KB4
    svg3.0 KB27.9 KB70.4 KB6
    json16.0 KB66.9 KB498.7 KB17
    plain1.2 KB0 b0 b2
    other509 B0 b0 b1
    favicon733 B3.1 KB14.7 KB1
    Total65.7 KB1.3 MB3.1 MB112

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    stage.sokolov.ru7.250 s52.1 KB153.9 KB24
    cdn.sokolov.ru4.744 s348.2 KB345.6 KB8
    frontend-stage-static.k8s.dev.sokolov.io1.550 s488.4 KB1.7 MB59
    catalog-stage.k8s.dev.sokolov.io1.185 s50.8 KB460.4 KB4
    sokolov-b2c-seo.k8s.dev.sokolov.io34 msN/A29 B2
    cdn.diginetica.net166 ms66.8 KB248.1 KB1
    pmdn.sokolov.io646 ms299.8 KB296.4 KB17
    tracking.diginetica.net113 ms74 B74 B2

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds1 year1 year
    Last modified2 days3 weeks47 weeks

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html0 b0
    css1.1 KB2
    javascript69.6 KB4
    image402.4 KB20
    font0 b0
    json7.7 KB7
    favicon3.1 KB1
    svg1.7 KB2
    Total485.5 KB38

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html0 b0
    css22.6 KB12
    javascript214.3 KB34
    image438.8 KB22
    font0 b0
    json66.9 KB17
    plain0 b2
    other0 b1
    favicon3.1 KB1
    svg1.7 KB2
    Total746.2 KB96

    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...a271df74534fdf.jsnon_blocking
    https://frontend-sta...d58c0e3cf80d79.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 1795
    Max Potential First Input Delay 398
    Long Tasks before First Paint160
    Long Tasks before First Contentful Paint160
    Long Tasks before Largest Contentful Paint7780
    Long Tasks after Load Event End122307
    Total Long Tasks152555

    CPU last long task happened at 4.326 s

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    self50260window
    self57667window
    self658121window
    self152259window
    self159260window
    self1684229window
    self1943184window
    self2175221window
    self242453window
    self248856window
    self265181window
    self3289398window
    self3708252window
    self3962360window
    self4326354window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML15
    styleLayout418
    paintCompositeRender48
    scriptParseCompile2
    scriptEvaluation2698
    garbageCollection118
    other366
    Events (ms)
    FunctionCall2247
    UpdateLayoutTree256
    RunMicrotasks237
    RunTask172
    Layout162
    v8.run113
    V8.GC_SCAVENGER_SCAVENGE_PARALLEL64
    URLLoader::Context::OnReceivedResponse42
    Paint38
    PrePaint38
    Layerize34
    V8.HandleInterrupts33
    v8.callFunction20
    V8.BytecodeBudgetInterrupt16
    URLLoader::Context::OnCompletedRequest13
    IntersectionObserverController::computeIntersections13
    V8.GC_MC_MARK_EMBEDDER_TRACING11
    V8.GC_MC_INCREMENTAL_EMBEDDER_TRACING10

    Time spent per request

    URLCPU time (ms)
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/framework-aaff1786eadd4e8b.js2496
    https://cdn.diginetica.net/300/client-lite.js206
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/7413.07cdcc44c06b3a97.js190
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/2415.100e9038f6ab9a29.js61
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/pages/_app-daf3c63fbbdaa3d9.js54
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/5245-fd8ea53fd6ac16ab.js44
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/3333.5eba57844a27645d.js33
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/4399.43fd96f08ce3432e.js32
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/main-8933f27b2dfdcc1f.js19

    CPU time spent

    Tool/domainTime (ms)
    frontend-stage-static.k8s.dev.sokolov.io2928.2
    cdn.diginetica.net206.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.8 KB1.3 MB42
    image0 b438.7 KB433.1 KB20
    font0 b208.2 KB206.8 KB4
    svg3.0 KB27.9 KB70.4 KB6
    json16.0 KB66.9 KB498.7 KB17
    plain1.2 KB0 b0 b2
    other509 B0 b0 b1
    favicon733 B3.1 KB14.7 KB1
    Total67.0 KB1.2 MB2.9 MB114

    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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">12 отзывов</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">43 отзыва</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">4.8</span>
    • <div class="ProductListItem_sum_comments__o9qXn">31 отзыв</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">21 отзыв</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">24 отзыва</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">30 отзывов</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">4.9</span>
    • <div class="ProductListItem_sum_comments__o9qXn">24 отзыва</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">40 отзывов</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">15 отзывов</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">1328 отзывов</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">870 отзывов</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">17 отзывов</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">9 отзывов</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">7 отзывов</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">73 отзыва</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">4.9</span>
    • <div class="ProductListItem_sum_comments__o9qXn">202 отзыва</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">93 отзыва</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">79 отзывов</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">154 отзыва</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">232 отзыва</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">4.9</span>
    • <div class="ProductListItem_sum_comments__o9qXn">111 отзыв</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">154 отзыва</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">96 отзывов</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">21 отзыв</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">5 отзывов</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">6 отзывов</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">4.9</span>
    • <div class="ProductListItem_sum_comments__o9qXn">55 отзывов</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">587 отзывов</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">140 отзывов</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">445 отзывов</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">150 отзывов</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">105 отзывов</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">82 отзыва</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">90 отзывов</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">8 отзывов</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">112 отзыва</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">49 отзывов</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">99 отзывов</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">99 отзывов</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">64 отзыва</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">80 отзывов</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">72 отзыва</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">18 отзывов</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">31 отзыв</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">3 отзыва</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">40 отзывов</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">53 отзыва</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">4.9</span>
    • <div class="ProductListItem_sum_comments__o9qXn">18 отзывов</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">76 отзывов</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">46 отзывов</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">28 отзывов</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">4.9</span>
    • <div class="ProductListItem_sum_comments__o9qXn">27 отзывов</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">66 отзывов</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">26 отзывов</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">91 отзыв</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">40 отзывов</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">47 отзывов</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">14 отзывов</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">4.9</span>
    • <div class="ProductListItem_sum_comments__o9qXn">368 отзывов</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">221 отзыв</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">81 отзыв</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">4.9</span>
    • <div class="ProductListItem_sum_comments__o9qXn">55 отзывов</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">104 отзыва</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">93 отзыва</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">75 отзывов</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">60 отзывов</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">102 отзыва</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">72 отзыва</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">35 отзывов</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">62 отзыва</div>
    • <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>
    • <span class="styles_stars-row__desc__qPrqk">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">85 отзывов</div>
    • <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">
    moderate
    All page content should be contained by landmarks (cat.keyboard,best-practice) - regionEnsure all page content is contained by landmarks
    Fix any of the following: Some page content is not contained by landmarks
    • <div id="Tst_Btm" style="position:fixed;left:0px;bottom:0px;color:transparent;z-index:-33;width:100%;">AAAAAAA</div>