Run 1 summary

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

Tested 2025-01-14 21:09:09 using Chrome 131.0.6778.85 (runtime settings).

SummaryWaterfall MetricsFilmstrip CoachPageXrayCPU Third partyScreenshotsaxe

Summary

MetricValue
Page metrics
Performance score67
Total page size1.6 MB
Requests121
Timing metrics
TTFB154 ms
First Paint353 ms
Fully Loaded3.997 s
Google Web Vitals
TTFB154 ms
First Contentful Paint (FCP) 353 ms
Largest Contentful Paint (LCP) 1.937 s
Cumulative Layout Shift (CLS) 0.07
Total Blocking Time1.465 s
Max Potential FID495 ms
CPU metrics
CPU long tasks17
CPU last long task happens at3.563 s
Visual Metrics
First Visual Change367 ms
Speed Index1.580 s
Visual Complete 85%2.067 s
Visual Complete 99%3.034 s
Last Visual Change3.034 s
Screenshot
| Waterfall | | Download HAR | 

Waterfall

| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
0.4 sFirst Contentful Paint 353 msFirst Visual Change 367 msCPU Long Task duration 70 ms
0.5 sDOM Content Loaded Time 490 msPage Load Time 491 msCPU Long Task duration 69 ms
0.6 sCPU Long Task duration 128 ms
0.8 s
0.9 sLayout Shift 0.00263 835 ms
1 s
1.1 sLayout Shift 0.00030 1.033 sLayout Shift 0.00005 1.062 sCPU Long Task duration 52 ms
1.2 sLayout Shift 0.03237 1.169 s
1.3 sLayout Shift 0.03093 1.219 sCPU Long Task duration 66 msZone 1.243 sZone:ZoneAwarePromise 1.253 sZone:toString 1.254 sZone:util 1.255 sZone:legacy 1.256 sZone:timers 1.256 sZone:requestAnimationFrame 1.256 sZone:blocking 1.256 sZone:EventTarget 1.257 sZone:MutationObserver 1.258 s
1.4 sCPU Long Task duration 79 msLayout Shift 0.00140 1.390 s
1.5 sCPU Long Task duration 289 ms
1.6 s
1.7 s
1.8 sLayout Shift 0.00469 1.708 sCPU Long Task duration 183 ms
1.9 s
2 sLCP <IMG> 1.937 sCPU Long Task duration 80 ms
2.1 sVisual Complete 85% 2.067 s
2.2 sCPU Long Task duration 88 ms
2.3 s
2.4 s
2.5 sCPU Long Task duration 495 ms
2.6 s
2.7 s
2.8 s
2.9 s
3 sCPU Long Task duration 63 msCPU Long Task duration 65 ms
3.1 sLast Visual Change 3.034 sVisual Complete 95% 3.034 sVisual Complete 99% 3.034 sCPU Long Task duration 146 ms
| Performance advice | Best practice advice | Privacy advice | Page info | Technologies | 

Coach

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

I am the coach

Coach score

Performance advice (67)

TitleAdviceScore
Don't scale images in the browser (avoidScalingImages)The page has 18 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://cdn.sokolov.ru/upload/content/area/63cc52c0cd8a97d6cf0cee1d6fd2fdb8.jpg
  • https://cdn.sokolov.ru/upload/content/area/cb897b4eba7a9996a2c09e81498fa6da.webp
  • https://pmdn.sokolov.io/pics/41/30/0F556A0F95688BC007A28A0AE2C5.jpg
  • https://pmdn.sokolov.io/pics/FD/FB/7CEDE70455318945054452BBA831.jpg
  • https://pmdn.sokolov.io/pics/41/AF/9995BBFE60A990306F203F5C63B7.jpg
  • https://pmdn.sokolov.io/pics/D7/DA/A5F9E8EF25E42609310385B66BF0.jpg
  • https://pmdn.sokolov.io/pics/7B/A6/346B01A9AE745F4739F1024C6098.jpg
  • https://pmdn.sokolov.io/pics/41/0A/EA77A141F182371AA4E5C322C63C.jpg
  • https://pmdn.sokolov.io/pics/38/BD/84A79FEC06999C328D7DFAEB002C.jpg
  • https://pmdn.sokolov.io/pics/9B/D6/2C4883AEE974C59351185C4CD3E9.jpg
  • https://pmdn.sokolov.io/pics/71/51/DAD88459DED12099CBCE4A77A54A.jpg
  • https://pmdn.sokolov.io/pics/30/B1/7926628DA28130907DEDA4B9A184.jpg
  • https://pmdn.sokolov.io/pics/D5/15/569685373241F2FCA726035FB85E.jpg
  • https://pmdn.sokolov.io/pics/33/68/D7673F1A21CDC8B94323EF7637C0.jpg
  • https://pmdn.sokolov.io/pics/18/83/3B14A6218B5E4CB01D267BAC2482.jpg
  • https://pmdn.sokolov.io/pics/06/B0/3ECBD27595BB4FF92631113481EB.jpg
  • https://pmdn.sokolov.io/pics/80/64/BA40071DD8E06E89EBBBD92E57E6.jpg
  • https://pmdn.sokolov.io/pics/F3/79/F0C20A8F08B165A277B13CB1EC4C.jpg
  • Inline CSS for faster first render (inlineCss)The page has both inline CSS and CSS requests even though it uses a HTTP/2-ish connection. If you have many users on slow connections, it can be better to only inline the CSS. Run your own tests and check the waterfall graph to see what happens.95
    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.
    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 18 CPU long tasks with the total of 2.384 s. The total blocking time is 1.484 s . However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. Use Geckoprofiler for Firefox or Chromes tracelog to debug your long tasks.0
    Description: Long CPU tasks locks the thread. To the user this is commonly visible as a "locked up" page where the browser is unable to respond to user input; this is a major source of bad user experience on the web today. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. To debug you should use the Chrome timeline log and drag/drop it into devtools or use Firefox Geckoprofiler.
    Offenders:
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • unknown
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • Avoid Frontend single point of failures (spof)The page has 17 requests inside of the head that can cause a SPOF (single point of failure). Load them asynchronously or move them outside of the document head.90
    Description: A page can be stopped from loading in the browser if a single JavaScript, CSS, and in some cases a font, couldn't be fetched or is loading really slowly (the white screen of death). That is a scenario you really want to avoid. Never load 3rd-party components synchronously inside of the head tag.
    Offenders:
  • https://static-catalog.sokolov.ru/_next/static/css/a16538aab560fdd2.css
  • https://static-catalog.sokolov.ru/_next/static/css/1f57efefabe50f85.css
  • https://static-catalog.sokolov.ru/_next/static/css/5ea1eca43c8d2b32.css
  • https://static-catalog.sokolov.ru/_next/static/css/9a69eba9160dc7bf.css
  • https://static-catalog.sokolov.ru/_next/static/css/f2f640d30117f472.css
  • https://static-catalog.sokolov.ru/_next/static/css/923538a4e5a3c925.css
  • https://static-catalog.sokolov.ru/_next/static/css/b03e009bf1bbe802.css
  • https://static-catalog.sokolov.ru/_next/static/css/e3e18b29aa519f25.css
  • https://static-catalog.sokolov.ru/_next/static/css/271f9b6b8d1826ce.css
  • https://static-catalog.sokolov.ru/_next/static/css/18fb03e4b746a20c.css
  • https://static-catalog.sokolov.ru/_next/static/css/7d06de3534181a6c.css
  • https://static-catalog.sokolov.ru/_next/static/css/949e73f2837930ee.css
  • https://static-catalog.sokolov.ru/_next/static/css/d32410ee3fa1a458.css
  • https://static-catalog.sokolov.ru/_next/static/css/bd6ac51bf6693b84.css
  • https://static-catalog.sokolov.ru/_next/static/css/967822ebf9e0555d.css
  • https://static-catalog.sokolov.ru/_next/static/css/5513378153b0b486.css
  • https://static-catalog.sokolov.ru/_next/static/css/836fffc9a4348e28.css
  • Avoid extra requests by setting cache headers (cacheHeaders)The page has 41 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 513 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://sokolov.ru/spa-images/footer/app-store-badge.svg
  • https://sokolov.ru/spa-images/footer/google-play-badge.svg
  • https://sokolov.ru/spa-images/footer/app-gallery-badge.svg
  • https://sokolov.ru/spa-images/footer/rustore-badge.svg
  • https://sokolov.ru/api/v4/content/area/auth-banner/
  • https://catalog.sokolov.ru/api/v2/filters/jewelry-catalog/rings/gold/
  • https://sokolov.ru/api/v5/profile/
  • https://sokolov.ru/api/v5/profile/products/
  • https://sokolov.ru/api/v5/handbooks/currency-rates/
  • https://sokolov.ru/api/v5/location/check/
  • https://static-catalog.sokolov.ru/meta/manifest.json
  • https://sokolov.ru/api/v4/content/area/main-page-topline/
  • https://sokolov.ru/api/v4/content/area/nav-buttons/
  • https://seo.sokolov.ru/api/v1/meta/ip/
  • https://sokolov.ru/api/v4/content/area/feedback-channels/
  • https://static-catalog.sokolov.ru/meta/favicon.ico
  • https://sokolov.ru/api/v4/content/area/download-app-banner/
  • https://catalog.sokolov.ru/api/v2/catalog/jewelry-catalog/rings/gold/?per_page=72
  • https://pmdn.sokolov.io/other/insert-forms/shock-price.svg
  • https://sokolov.ru/api/v5/handbooks/delivery-info/
  • https://sokolov.ru/api/v5/products/sale-label/...ducts/sale-label/
  • https://sokolov.ru/api/v5/products/comment-info/...cts/comment-info/
  • https://sokolov.ru/api/v5/products/prices/.../products/prices/
  • https://pmdn.sokolov.io/pics/41/30/0F556A0F95688BC007A28A0AE2C5.jpg
  • https://pmdn.sokolov.io/pics/FD/FB/7CEDE70455318945054452BBA831.jpg
  • https://pmdn.sokolov.io/pics/41/AF/9995BBFE60A990306F203F5C63B7.jpg
  • https://pmdn.sokolov.io/pics/D7/DA/A5F9E8EF25E42609310385B66BF0.jpg
  • https://pmdn.sokolov.io/pics/7B/A6/346B01A9AE745F4739F1024C6098.jpg
  • https://pmdn.sokolov.io/pics/41/0A/EA77A141F182371AA4E5C322C63C.jpg
  • https://pmdn.sokolov.io/pics/38/BD/84A79FEC06999C328D7DFAEB002C.jpg
  • https://pmdn.sokolov.io/pics/9B/D6/2C4883AEE974C59351185C4CD3E9.jpg
  • https://pmdn.sokolov.io/pics/71/51/DAD88459DED12099CBCE4A77A54A.jpg
  • https://pmdn.sokolov.io/pics/30/B1/7926628DA28130907DEDA4B9A184.jpg
  • https://pmdn.sokolov.io/pics/D5/15/569685373241F2FCA726035FB85E.jpg
  • https://pmdn.sokolov.io/pics/33/68/D7673F1A21CDC8B94323EF7637C0.jpg
  • https://pmdn.sokolov.io/pics/18/83/3B14A6218B5E4CB01D267BAC2482.jpg
  • https://pmdn.sokolov.io/pics/06/B0/3ECBD27595BB4FF92631113481EB.jpg
  • https://pmdn.sokolov.io/pics/80/64/BA40071DD8E06E89EBBBD92E57E6.jpg
  • https://pmdn.sokolov.io/pics/F3/79/F0C20A8F08B165A277B13CB1EC4C.jpg
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • Long cache headers is good (cacheHeadersLong)The page has 1 request that have a shorter cache time than 30 days (but still a cache time).99
    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
  • Total CSS size shouldn't be too big (cssSize)The total CSS transfer size is 92.1 kB and uncompressed size is 527.2 kB. That is big and the CSS could most probably be smaller.50
    Description: Delivering a massive amount of CSS to the browser is not the best thing you can do, because it means more work for the browser when parsing the CSS against the HTML and that makes the rendering slower. Try to send only the CSS that is used on that page. And make sure to remove CSS rules when they aren't used anymore.
    Offenders:
    URLTransfer sizeContent size
    https://static-catalog.sokolov.ru/_next/static/css/a16538aab560fdd2.css 50.6 KB365.6 KB
    https://static-catalog.sokolov.ru/_next/static/css/1f57efefabe50f85.css 5.6 KB27.7 KB
    https://static-catalog.sokolov.ru/_next/static/css/5ea1eca43c8d2b32.css 7.7 KB41.3 KB
    https://static-catalog.sokolov.ru/_next/static/css/9a69eba9160dc7bf.css 2.9 KB11.6 KB
    https://static-catalog.sokolov.ru/_next/static/css/f2f640d30117f472.css 1.2 KB1.9 KB
    https://static-catalog.sokolov.ru/_next/static/css/923538a4e5a3c925.css 1.2 KB1.8 KB
    https://static-catalog.sokolov.ru/_next/static/css/b03e009bf1bbe802.css 4.1 KB15.9 KB
    https://static-catalog.sokolov.ru/_next/static/css/e3e18b29aa519f25.css 6.6 KB31.2 KB
    https://static-catalog.sokolov.ru/_next/static/css/271f9b6b8d1826ce.css 1.4 KB2.9 KB
    https://static-catalog.sokolov.ru/_next/static/css/18fb03e4b746a20c.css 1.1 KB1.5 KB
    https://static-catalog.sokolov.ru/_next/static/css/7d06de3534181a6c.css 1.1 KB1.6 KB
    https://static-catalog.sokolov.ru/_next/static/css/949e73f2837930ee.css 1.4 KB4.1 KB
    https://static-catalog.sokolov.ru/_next/static/css/d32410ee3fa1a458.css 1.5 KB3.1 KB
    https://static-catalog.sokolov.ru/_next/static/css/bd6ac51bf6693b84.css 986 B976 B
    https://static-catalog.sokolov.ru/_next/static/css/967822ebf9e0555d.css 793 B655 B
    https://static-catalog.sokolov.ru/_next/static/css/5513378153b0b486.css 951 B1.1 KB
    https://static-catalog.sokolov.ru/_next/static/css/836fffc9a4348e28.css 1.1 KB1.9 KB
    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://static-catalog.sokolov.ru/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
  • Total JavaScript size shouldn't be too big (javascriptSize)The total JavaScript transfer size is 620.8 kB and the uncompressed size is 2 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://static-catalog.sokolov.ru/_next/static/chunks/webpack-1e9850569304cb30.js 8.3 KB14.9 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/framework-12a8921dab738876.js 66.5 KB204.9 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/main-8933f27b2dfdcc1f.js 32.3 KB109.0 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-8c25fd1c88441dba.js 172.1 KB605.5 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/4643-fe528e618c90a44c.js 33.2 KB110.9 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/1389-6de8ec0aad0d4042.js 18.0 KB61.7 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/4729-d2f7556ef5a1e9ce.js 2.6 KB3.9 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/7184-0e1e17b595b138db.js 10.0 KB29.0 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/8313-22609ce0b7f20b73.js 13.9 KB41.0 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/4203-1c681e00b59e0bd5.js 9.2 KB26.1 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/2299-14ee9cc863e3b343.js 6.7 KB16.6 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/pages/catalog/client/%5Bca...3f54334c6c0a52.js 3.4 KB6.3 KB
    https://static-catalog.sokolov.ru/_next/static/pLlZs9mII-3AW9NfYmJBh/_buildManifest.js 2.1 KB5.2 KB
    https://static-catalog.sokolov.ru/_next/static/pLlZs9mII-3AW9NfYmJBh/_ssgManifest.js 615 B77 B
    https://static-catalog.sokolov.ru/_next/static/chunks/5672.c11cf4318b10989f.js 3.5 KB8.0 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/1541.db673ffea797ece4.js 1.7 KB2.6 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/3333.1fd2fe3e19d424df.js 16.9 KB52.6 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/4349.cde88d58e567c71a.js 782 B280 B
    https://static-catalog.sokolov.ru/_next/static/chunks/6547.23d062a875b3ff92.js 9.5 KB26.1 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/2423.e75b68555dfe965a.js 15.2 KB45.0 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/6845.d6d5adc02eb89895.js 2.1 KB4.0 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/8400.a7c81e0e3c7c19af.js 2.8 KB7.1 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/7811.f8cf24f034ca1213.js 2.0 KB3.3 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/1571.92dc9d112b575157.js 2.7 KB4.3 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/7152.6296268524cf9ad9.js 1.6 KB2.0 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/566.0c0417b504718185.js 1.0 KB784 B
    https://static-catalog.sokolov.ru/_next/static/chunks/8316.2f0baf6b0adfaf4f.js 1.1 KB824 B
    https://static-catalog.sokolov.ru/_next/static/chunks/4803.a81bac4a22023b4a.js 1013 B673 B
    https://static-catalog.sokolov.ru/_next/static/chunks/9436-8b7e73a429627c4a.js 6.7 KB15.6 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/7413.07cdcc44c06b3a97.js 7.9 KB21.7 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/9843.67348b4197b9a88c.js 1.9 KB3.3 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/4100.32b68982a7d87933.js 1.1 KB824 B
    https://static-catalog.sokolov.ru/_next/static/chunks/6503.06cb04399386cb06.js 1.0 KB724 B
    https://static-catalog.sokolov.ru/_next/static/chunks/7330.1d24b03cd8ec5345.js 1.1 KB946 B
    https://static-catalog.sokolov.ru/_next/static/chunks/5123.a7ad076cb54663ae.js 26.9 KB80.1 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/91f5892f.ceac726038f76803.js 747 B260 B
    https://static-catalog.sokolov.ru/_next/static/chunks/1423.9d0bbe34be4659f7.js 9.2 KB32.3 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/9359.67c08b6f61cb7304.js 31.7 KB108.5 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/8005.7672b23712230e28.js 2.7 KB6.1 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/2415.80603d15613b44d2.js 1.3 KB1.8 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/4379.021e104d0f1004dc.js 1.4 KB1.4 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/6611.a6ac3b8b55b95e77.js 1.4 KB1.5 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/6422.ae882f6609710448.js 1.1 KB1.0 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/3160.3189c606b5b58bd1.js 1.1 KB803 B
    https://static-catalog.sokolov.ru/_next/static/chunks/8907.181e28100c33d05e.js 1.7 KB2.7 KB
    https://cdn.diginetica.net/300/client-lite.js 66.9 KB248.4 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://seo.sokolov.ru/api/v1/meta/ip/
  • Make each CSS response small (optimalCssSize)https://static-catalog.sokolov.ru/_next/static/css/a16538aab560fdd2.css size is 51.8 kB (51793) 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://static-catalog.sokolov.ru/_next/static/css/a16538aab560fdd2.css 50.6 KB365.6 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://sokolov.ru/jewelry-catalog/rings/gold/
  • https://catalog.sokolov.ru/api/v2/filters/jewelry-catalog/rings/gold/
  • https://catalog.sokolov.ru/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://sokolov.ru/api/v5/profile/
  • Best practice advice (88)

    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://sokolov.ru/a...5/location/check/ has a header set-cookie that is 843 characters long. https://sokolov.ru/a...ducts/sale-label/ has a header link that is 2480 characters long. https://sokolov.ru/a...cts/comment-info/ has a header link that is 2489 characters long. 97
    Description: Do not send response headers that are too long.
    Offenders:
  • https://sokolov.ru/api/v5/location/check/
  • https://sokolov.ru/api/v5/products/sale-label/...ducts/sale-label/
  • https://sokolov.ru/api/v5/products/comment-info/...cts/comment-info/
  • Avoid unnecessary headers (unnecessaryHeaders)There are 8 responses that sets both a max-age and expires header. There are 4 responses that sets a pragma no-cache header (that is a request header). There are 121 responses that sets a server header. 0
    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://sokolov.ru/jewelry-catalog/rings/gold/
  • 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://static-catalog.sokolov.ru/_next/static/css/a16538aab560fdd2.css
  • https://static-catalog.sokolov.ru/_next/static/css/1f57efefabe50f85.css
  • https://static-catalog.sokolov.ru/_next/static/css/5ea1eca43c8d2b32.css
  • https://static-catalog.sokolov.ru/_next/static/css/9a69eba9160dc7bf.css
  • https://static-catalog.sokolov.ru/_next/static/chunks/webpack-1e9850569304cb30.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/framework-12a8921dab738876.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/main-8933f27b2dfdcc1f.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-8c25fd1c88441dba.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/4643-fe528e618c90a44c.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/1389-6de8ec0aad0d4042.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/4729-d2f7556ef5a1e9ce.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/7184-0e1e17b595b138db.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/8313-22609ce0b7f20b73.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/4203-1c681e00b59e0bd5.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/2299-14ee9cc863e3b343.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/pages/catalog/client/%5Bca...3f54334c6c0a52.js
  • https://static-catalog.sokolov.ru/_next/static/pLlZs9mII-3AW9NfYmJBh/_buildManifest.js
  • https://static-catalog.sokolov.ru/_next/static/pLlZs9mII-3AW9NfYmJBh/_ssgManifest.js
  • https://sokolov.ru/spa-images/footer/app-store-badge.svg
  • https://sokolov.ru/spa-images/footer/google-play-badge.svg
  • https://sokolov.ru/spa-images/footer/app-gallery-badge.svg
  • https://sokolov.ru/spa-images/footer/rustore-badge.svg
  • https://static-catalog.sokolov.ru/_next/static/css/f2f640d30117f472.css
  • https://static-catalog.sokolov.ru/_next/static/chunks/5672.c11cf4318b10989f.js
  • https://static-catalog.sokolov.ru/_next/static/css/923538a4e5a3c925.css
  • https://static-catalog.sokolov.ru/_next/static/chunks/1541.db673ffea797ece4.js
  • https://static-catalog.sokolov.ru/_next/static/css/b03e009bf1bbe802.css
  • https://static-catalog.sokolov.ru/_next/static/chunks/3333.1fd2fe3e19d424df.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/4349.cde88d58e567c71a.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/6547.23d062a875b3ff92.js
  • https://static-catalog.sokolov.ru/_next/static/css/e3e18b29aa519f25.css
  • https://static-catalog.sokolov.ru/_next/static/chunks/2423.e75b68555dfe965a.js
  • https://static-catalog.sokolov.ru/_next/static/css/271f9b6b8d1826ce.css
  • https://static-catalog.sokolov.ru/_next/static/chunks/6845.d6d5adc02eb89895.js
  • https://static-catalog.sokolov.ru/_next/static/css/18fb03e4b746a20c.css
  • https://static-catalog.sokolov.ru/_next/static/chunks/8400.a7c81e0e3c7c19af.js
  • https://static-catalog.sokolov.ru/_next/static/css/7d06de3534181a6c.css
  • https://static-catalog.sokolov.ru/_next/static/chunks/7811.f8cf24f034ca1213.js
  • https://static-catalog.sokolov.ru/_next/static/css/949e73f2837930ee.css
  • https://static-catalog.sokolov.ru/_next/static/chunks/1571.92dc9d112b575157.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/7152.6296268524cf9ad9.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/566.0c0417b504718185.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/8316.2f0baf6b0adfaf4f.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/4803.a81bac4a22023b4a.js
  • https://sokolov.ru/api/v4/content/area/auth-banner/
  • https://catalog.sokolov.ru/api/v2/filters/jewelry-catalog/rings/gold/
  • https://catalog.sokolov.ru/api/v2/filters/jewelry-catalog/rings/gold/
  • https://sokolov.ru/api/v5/profile/
  • https://sokolov.ru/api/v6/basket/easy-calculate/
  • https://sokolov.ru/api/v6/basket/easy-calculate/
  • https://sokolov.ru/api/v6/basket/easy-calculate/
  • https://sokolov.ru/api/v5/profile/products/
  • https://sokolov.ru/api/v5/profile/products/
  • https://sokolov.ru/api/v5/profile/products/
  • https://sokolov.ru/api/v5/handbooks/currency-rates/
  • https://sokolov.ru/api/v5/location/check/
  • https://static-catalog.sokolov.ru/_next/static/chunks/9436-8b7e73a429627c4a.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/7413.07cdcc44c06b3a97.js
  • https://static-catalog.sokolov.ru/_next/static/css/d32410ee3fa1a458.css
  • https://static-catalog.sokolov.ru/_next/static/chunks/9843.67348b4197b9a88c.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/4100.32b68982a7d87933.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/6503.06cb04399386cb06.js
  • https://static-catalog.sokolov.ru/meta/manifest.json
  • https://sokolov.ru/api/v4/content/area/main-page-topline/
  • https://sokolov.ru/api/v4/content/area/nav-buttons/
  • https://seo.sokolov.ru/api/v1/meta/ip/
  • https://seo.sokolov.ru/api/v1/meta/ip/
  • https://sokolov.ru/api/v4/content/area/feedback-channels/
  • https://static-catalog.sokolov.ru/meta/favicon.ico
  • https://sokolov.ru/api/v4/content/area/download-app-banner/
  • https://catalog.sokolov.ru/api/v2/catalog/jewelry-catalog/rings/gold/?per_page=72
  • https://static-catalog.sokolov.ru/_next/static/css/bd6ac51bf6693b84.css
  • https://static-catalog.sokolov.ru/_next/static/chunks/7330.1d24b03cd8ec5345.js
  • https://catalog.sokolov.ru/api/v2/catalog/jewelry-catalog/rings/gold/?per_page=72
  • https://cdn.sokolov.ru/upload/content/area/cb897b4eba7a9996a2c09e81498fa6da.webp
  • https://static-catalog.sokolov.ru/_next/static/chunks/5123.a7ad076cb54663ae.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/91f5892f.ceac726038f76803.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/1423.9d0bbe34be4659f7.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/9359.67c08b6f61cb7304.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/8005.7672b23712230e28.js
  • https://static-catalog.sokolov.ru/_next/static/css/967822ebf9e0555d.css
  • https://static-catalog.sokolov.ru/_next/static/chunks/2415.80603d15613b44d2.js
  • https://cdn.sokolov.ru/upload/content/area/dfd375aa4e2f3c311213d48422039027.jpg
  • https://static-catalog.sokolov.ru/_next/static/chunks/4379.021e104d0f1004dc.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/6611.a6ac3b8b55b95e77.js
  • https://cdn.sokolov.ru/upload/content/area/de6daf5ac89f1e0522d9cf7a2728609a.png
  • https://static-catalog.sokolov.ru/_next/static/css/5513378153b0b486.css
  • https://static-catalog.sokolov.ru/_next/static/chunks/6422.ae882f6609710448.js
  • https://cdn.sokolov.ru/upload/content/area/63cc52c0cd8a97d6cf0cee1d6fd2fdb8.jpg
  • https://static-catalog.sokolov.ru/_next/static/chunks/3160.3189c606b5b58bd1.js
  • https://pmdn.sokolov.io/other/insert-forms/shock-price.svg
  • https://sokolov.ru/api/v4/content/filter/
  • https://sokolov.ru/api/v4/content/filter/web-catalog-top/
  • https://sokolov.ru/api/v5/handbooks/delivery-info/
  • https://sokolov.ru/api/v5/products/sale-label/...ducts/sale-label/
  • https://sokolov.ru/api/v5/products/comment-info/...cts/comment-info/
  • https://sokolov.ru/api/v5/products/prices/.../products/prices/
  • https://static-catalog.sokolov.ru/_next/static/css/836fffc9a4348e28.css
  • https://static-catalog.sokolov.ru/_next/static/chunks/8907.181e28100c33d05e.js
  • https://pmdn.sokolov.io/pics/41/30/0F556A0F95688BC007A28A0AE2C5.jpg
  • https://pmdn.sokolov.io/pics/FD/FB/7CEDE70455318945054452BBA831.jpg
  • https://pmdn.sokolov.io/pics/41/AF/9995BBFE60A990306F203F5C63B7.jpg
  • https://pmdn.sokolov.io/pics/D7/DA/A5F9E8EF25E42609310385B66BF0.jpg
  • https://pmdn.sokolov.io/pics/7B/A6/346B01A9AE745F4739F1024C6098.jpg
  • https://pmdn.sokolov.io/pics/41/0A/EA77A141F182371AA4E5C322C63C.jpg
  • https://pmdn.sokolov.io/pics/38/BD/84A79FEC06999C328D7DFAEB002C.jpg
  • https://pmdn.sokolov.io/pics/9B/D6/2C4883AEE974C59351185C4CD3E9.jpg
  • https://pmdn.sokolov.io/pics/71/51/DAD88459DED12099CBCE4A77A54A.jpg
  • https://pmdn.sokolov.io/pics/30/B1/7926628DA28130907DEDA4B9A184.jpg
  • https://pmdn.sokolov.io/pics/D5/15/569685373241F2FCA726035FB85E.jpg
  • https://pmdn.sokolov.io/pics/33/68/D7673F1A21CDC8B94323EF7637C0.jpg
  • https://pmdn.sokolov.io/pics/18/83/3B14A6218B5E4CB01D267BAC2482.jpg
  • https://pmdn.sokolov.io/pics/06/B0/3ECBD27595BB4FF92631113481EB.jpg
  • https://pmdn.sokolov.io/pics/80/64/BA40071DD8E06E89EBBBD92E57E6.jpg
  • https://pmdn.sokolov.io/pics/F3/79/F0C20A8F08B165A277B13CB1EC4C.jpg
  • https://cdn.sokolov.ru/upload/content/fb7a6e5625569f2b211959ccec295994.jpg?w=480
  • https://cdn.sokolov.ru/upload/content/fb7a6e5625569f2b211959ccec295994.jpg
  • https://cdn.diginetica.net/300/client-lite.js
  • 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 (86)

    TitleAdviceScore
    Use a good Content-Security-Policy header to make sure you you avoid Cross Site Scripting (XSS) attacks. (contentSecurityPolicyHeader)Set a Content-Security-Policy header to make sure you are not open for Cross Site Scripting (XSS) attacks. You can start with setting a Content-Security-Policy-Report-Only header, that will only report the violation, not stop the download.0
    Description: Content Security Policy is delivered via a HTTP response header, and defines approved sources of content that the browser may load. It can be an effective countermeasure to Cross Site Scripting (XSS) attacks and is also widely supported and usually easily deployed. https://scotthelme.co.uk/content-security-policy-an-introduction/.
    Offenders:
  • https://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://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
    Height13874
    DOM elements5352
    Avg DOM depth16
    Max DOM depth26
    Iframes0
    Script tags18
    Local storage31 B
    Session storage581 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 Wappalyzer version 6.10.66. With updated code from Webappanalyzer 2024-12-27. Use --browsertime.firefox.includeResponseBodies htmlor --browsertime.chrome.includeResponseBodies htmlto help Wappalyzer 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)154 ms
    First Contentful Paint (FCP)353 ms
    Largest Contentful Paint (LCP)1.937 s
    Cumulative Layout Shift (CLS)0.07
    Total Blocking Time (TBT)1.465 s
    First Contentful Paint info
    Elements that needed recalculate style before FCP184
    Time spent in recalculate style before FCP11.412 ms
    Extra timings
    TTFB154 ms
    First Paint353 ms
    Load Event End491 ms
    Fully loaded3.997 s
    User Timing marks
    Zone1.243 s
    Zone:ZoneAwarePromise1.253 s
    Zone:toString1.254 s
    Zone:util1.255 s
    Zone:legacy1.256 s
    Zone:timers1.256 s
    Zone:requestAnimationFrame1.256 s
    Zone:blocking1.256 s
    Zone:EventTarget1.257 s
    Zone:MutationObserver1.258 s
    Zone:IntersectionObserver1.258 s
    Zone:FileReader1.258 s
    Zone:on_property1.258 s
    Zone:customElements1.286 s
    Zone:XHR1.287 s
    Zone:geolocation1.287 s
    Zone:PromiseRejectionEvent1.287 s
    Zone:queueMicrotask1.287 s
    User Timing measures
    NameStart timeDuration
    Next.js-before-hydration0 ms483 ms
    Next.js-hydration483 ms77 ms
    Zone1.243 s10 ms
    Zone:ZoneAwarePromise1.253 s1 ms
    Zone:toString1.254 s0 ms
    Zone:util1.255 s1 ms
    Zone:legacy1.256 s0 ms
    Zone:timers1.256 s0 ms
    Zone:requestAnimationFrame1.256 s0 ms
    Zone:blocking1.256 s0 ms
    Zone:EventTarget1.257 s1 ms
    Zone:MutationObserver1.258 s0 ms
    Zone:IntersectionObserver1.258 s0 ms
    Zone:FileReader1.258 s0 ms
    Zone:on_property1.258 s28 ms
    Zone:customElements1.286 s0 ms
    Zone:XHR1.287 s0 ms
    Zone:geolocation1.287 s0 ms
    Zone:PromiseRejectionEvent1.287 s0 ms
    Zone:queueMicrotask1.287 s0 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="Кольцо из золота с бриллиантами 7010065" loading="lazy" width="100" height="100" decoding="async" data-nimg="1" class="ProductListItem_product-image__DZ6vX" src="https://pmdn.sokolov.io/pics/41/30/0F556A0F95688BC007A28A0AE2C5.jpg" style="color: transparent;">
    Render time 1.937 s
    Elements that needed recalculate style before LCP1933
    Time spent in recalculate style before LCP109.805 ms
    Load time1.937 s
    URL https://pmdn.sokolov...007A28A0AE2C5.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:eq(1) > 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:eq(1) > 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.07239 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.03237<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="">,<div class="HeaderBottom_header-bottom_right__7W_NU"></div>,<div class="CatalogListHeader_sorting-area__fCNyj" data-qa="sorting_area"></div>,<a class="ChipsTag_tag__PaJsQ ChipsTag_tag__gray__znwBx ChipsTag_tag__m__4W06T" href="/jewelry-catalog/rings/gold/redgold/"></a>,<a class="ChipsTag_tag__PaJsQ ChipsTag_tag__gray__znwBx ChipsTag_tag__m__4W06T" href="/jewelry-catalog/rings/engagement/gold/"></a>
    body > div#__next > div#catalog > div > header > div:eq(1) > div:eq(1) > div:eq(1) > div > div > div > input#text_search_input,body > div#__next > div#catalog > div > header > div:eq(1) > div:eq(1) > div:eq(2),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 > div > a:eq(5),body > div#__next > div#catalog > div > main > div > div > section > div:eq(1) > div:eq(0) > div:eq(0) > div > div > a:eq(2)
    0.03093<main class="mainLayout_main__L9rDe"></main>
    body > div#__next > div#catalog > div > main
    0.00469<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"></svg>,<div class="Header_header__inner__wmRSn Header_header_catalog___9RZY"></div>,<div></div>
    body > div#__next > div#catalog > div > header > div:eq(0) > button > svg,body > div#__next > div#catalog > div > header > div:eq(1),body > div#__next > div#catalog > div > main > div > div > section > div#filter-area > div > div > div > div:eq(3) > div:eq(0)
    0.00263<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:eq(1) > div:eq(1) > div:eq(1) > div > div > div > input#text_search_input
    0.00140<button class="TopLine_promo-topline__close__NxqbX"></button>,<div class="Header_header__inner__wmRSn Header_header_catalog___9RZY"></div>
    body > div#__next > div#catalog > div > header > div:eq(0) > button,body > div#__next > div#catalog > div > header > div:eq(1)
    0.00030<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:eq(1) > div:eq(0) > div:eq(1) > div:eq(2) > a > button,body > div#__next > div#catalog > div > header > div:eq(1) > div:eq(0) > div:eq(1) > a > button
    0.00005
    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
    508 ms500.1 ms62.9 ms47.5 ms15.4 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    272 ms303 ms33 ms11.4 ms21.6 ms
    https://static-catalog.sokolov.ru/_next/static/chunks/framework-12a8921dab738876.js

    Forced Style And Layout Duration: 2 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    214 ms215.7 ms79.3 ms66.6 ms12.7 ms
    https://static-catalog.sokolov.ru/_next/static/chunks/9359.67c08b6f61cb7304.js

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

    https://static-catalog.sokolov.ru/_next/static/chunks/framework-12a8921dab738876.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    195 ms237.6 ms7.4 ms5.6 ms1.8 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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    121 ms213.2 ms9.8 ms3.7 ms6.1 ms
    https://static-catalog.sokolov.ru/_next/static/chunks/framework-12a8921dab738876.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    85 ms132.5 ms6.5 ms0.1 ms6.4 ms
    https://static-catalog.sokolov.ru/_next/static/chunks/framework-12a8921dab738876.js

    Forced Style And Layout Duration: 4 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    81 ms125 ms8 ms0.1 ms7.9 ms
    https://static-catalog.sokolov.ru/_next/static/chunks/framework-12a8921dab738876.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    61 ms108.1 ms22.9 ms9.4 ms13.5 ms
    https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-8c25fd1c88441dba.js

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

    https://static-catalog.sokolov.ru/_next/static/chunks/9359.67c08b6f61cb7304.js

    Forced Style And Layout Duration: 9 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    53 ms166.8 ms6.2 ms3 ms3.2 ms
    https://static-catalog.sokolov.ru/_next/static/chunks/8005.7672b23712230e28.js

    Invoker:  https://static-catalog.sokolov.ru/_next/static/chunks/8005.7672b23712230e28.js
    Invoker Type: classic-script
    Window attribution: self

    https://static-catalog.sokolov.ru/_next/static/chunks/9359.67c08b6f61cb7304.js

    Invoker:  https://static-catalog.sokolov.ru/_next/static/chunks/9359.67c08b6f61cb7304.js
    Invoker Type: classic-script
    Window attribution: self

    https://static-catalog.sokolov.ru/_next/static/chunks/2415.80603d15613b44d2.js

    Forced Style And Layout Duration: 35 ms

    Invoker:  https://static-catalog.sokolov.ru/_next/static/chunks/2415.80603d15613b44d2.js
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    36 ms85.3 ms2.7 ms2.2 ms0.5 ms
    https://static-catalog.sokolov.ru/_next/static/chunks/framework-12a8921dab738876.js

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

    Server timings

    There are no Server Timings.

    Custom metrics collected through JavaScript

    There are no custom configured scripts.

    Extra metrics collected using scripting

    There are no custom extra metrics from scripting.

    CDP Performance

    namevalue
    AudioHandlers0
    AudioWorkletProcessors0
    Documents7
    Frames6
    JSEventListeners7390
    LayoutObjects4954
    MediaKeySessions0
    MediaKeys0
    Nodes8508
    Resources179
    ContextLifecycleStateObservers565
    V8PerContextDatas1
    WorkerGlobalScopes0
    UACSSResources0
    RTCPeerConnections0
    ResourceFetchers7
    AdSubframes0
    DetachedScriptStates2
    ArrayBufferContents81
    LayoutCount106
    RecalcStyleCount148
    LayoutDuration292
    RecalcStyleDuration188
    DevToolsCommandDuration37
    ScriptDuration2161
    V8CompileDuration2
    TaskDuration3443
    TaskOtherDuration764
    ThreadTime3
    ProcessTime5
    JSHeapUsedSize66892540
    JSHeapTotalSize80764928
    FirstMeaningfulPaint1793
    | 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/2.0
    Total requests121
    Total domains8
    Total transfer size1.6 MB
    Total content size3.9 MB
    Responses missing compression57
    Number of cookies17
    Third party cookies0
    Requests per response code
    200120
    4041

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b11.1 KB49.7 KB1
    css0 b90.0 KB514.8 KB17
    javascript555 B606.2 KB1.9 MB46
    image686 B585.6 KB579.5 KB24
    font0 b208.2 KB206.8 KB4
    svg0 b28.5 KB69.3 KB5
    json0 b79.1 KB619.6 KB19
    plain0 b0 b0 b2
    other0 b0 b0 b1
    favicon0 b3.7 KB14.7 KB1
    Total1.2 KB1.6 MB3.9 MB120

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    sokolov.ru2.531 s65.2 KB301.9 KB21
    cdn.sokolov.ru571 ms399.6 KB396.5 KB10
    static-catalog.sokolov.ru3.344 s633.9 KB2.2 MB64
    catalog.sokolov.ru426 ms51.7 KB433.9 KB4
    seo.sokolov.ru64 ms207 B31 B2
    pmdn.sokolov.io1.251 s395.2 KB391.7 KB17
    cdn.diginetica.net115 ms66.9 KB248.4 KB1
    tracking.diginetica.net124 ms74 B74 B2

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds1 year1 year
    Last modified10 hours3 weeks52 weeks

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html0 b0
    css23.2 KB13
    javascript227.5 KB32
    image585.6 KB24
    font0 b0
    json79.1 KB19
    plain0 b2
    other0 b1
    favicon3.7 KB1
    svg1.1 KB1
    Total920.7 KB94

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html0 b0
    css23.2 KB13
    javascript227.5 KB32
    image585.6 KB24
    font0 b0
    json79.1 KB19
    plain0 b2
    other0 b1
    favicon3.7 KB1
    svg1.1 KB1
    Total920.7 KB94

    Render blocking requests

    Render blocking information directly from Chrome.

    BlockingIn body parser blockingPotentially blocking
    000

    Render information

    URLType
    https://static-catal...25fd1c88441dba.jsnon_blocking
    https://cdn.digineti...00/client-lite.jsnon_blocking
    https://static-catal...a8921dab738876.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://static-catal...538aab560fdd2.cssnon_blocking
    https://static-catal...528e618c90a44c.jsnon_blocking
    https://static-catal...33f27b2dfdcc1f.jsnon_blocking
    https://static-catal...c08b6f61cb7304.jsnon_blocking
    https://static-catal...ad076cb54663ae.jsnon_blocking
    https://static-catal...e8ec0aad0d4042.jsnon_blocking
    https://static-catal...d2fe3e19d424df.jsnon_blocking
    https://static-catal...5b68555dfe965a.jsnon_blocking
    https://static-catal...609ce0b7f20b73.jsnon_blocking
    https://static-catal...1e17b595b138db.jsnon_blocking
    https://static-catal...d062a875b3ff92.jsnon_blocking
    https://static-catal...681e00b59e0bd5.jsnon_blocking
    https://static-catal...0bbe34be4659f7.jsnon_blocking
    https://static-catal...9850569304cb30.jsnon_blocking
    https://static-catal...cdcc44c06b3a97.jsnon_blocking
    https://static-catal...1eca43c8d2b32.cssnon_blocking
    https://static-catal...7e73a429627c4a.jsnon_blocking
    https://static-catal...ee9cc863e3b343.jsnon_blocking
    https://static-catal...18b29aa519f25.cssdynamically_injected_non_blocking
    https://static-catal...7efefabe50f85.cssnon_blocking
    https://static-catal...e009bf1bbe802.cssdynamically_injected_non_blocking
    https://static-catal...1cf4318b10989f.jsnon_blocking
    https://static-catal...3f54334c6c0a52.jsnon_blocking
    https://static-catal...9eba9160dc7bf.cssnon_blocking
    https://static-catal...c81e0e3c7c19af.jsnon_blocking
    https://static-catal...dc9d112b575157.jsnon_blocking
    https://static-catal...72b23712230e28.jsnon_blocking
    https://static-catal...f7556ef5a1e9ce.jsnon_blocking
    https://static-catal..._buildManifest.jsnon_blocking
    https://static-catal...d5adc02eb89895.jsnon_blocking
    https://static-catal...cf24f034ca1213.jsnon_blocking
    https://static-catal...348b4197b9a88c.jsnon_blocking
    https://static-catal...1e28100c33d05e.jsnon_blocking
    https://static-catal...673ffea797ece4.jsnon_blocking
    https://static-catal...96268524cf9ad9.jsnon_blocking
    https://static-catal...410ee3fa1a458.cssdynamically_injected_non_blocking
    https://static-catal...ac3b8b55b95e77.jsnon_blocking
    https://static-catal...e73f2837930ee.cssdynamically_injected_non_blocking
    https://static-catal...1e104d0f1004dc.jsnon_blocking
    https://static-catal...f9b6b8d1826ce.cssdynamically_injected_non_blocking
    https://static-catal...603d15613b44d2.jsnon_blocking
    https://static-catal...640d30117f472.cssdynamically_injected_non_blocking
    https://static-catal...538a4e5a3c925.cssdynamically_injected_non_blocking
    https://static-catal...fffc9a4348e28.cssdynamically_injected_non_blocking
    https://static-catal...6de3534181a6c.cssdynamically_injected_non_blocking
    https://static-catal...882f6609710448.jsnon_blocking
    https://static-catal...24b03cd8ec5345.jsnon_blocking
    https://static-catal...b03e4b746a20c.cssdynamically_injected_non_blocking
    https://static-catal...b68982a7d87933.jsnon_blocking
    https://static-catal...89c606b5b58bd1.jsnon_blocking
    https://static-catal...0baf6b0adfaf4f.jsnon_blocking
    https://static-catal...cb04399386cb06.jsnon_blocking
    https://static-catal...0417b504718185.jsnon_blocking
    https://static-catal...1bac4a22023b4a.jsnon_blocking
    https://static-catal...ac51bf6693b84.cssdynamically_injected_non_blocking
    https://static-catal...3378153b0b486.cssdynamically_injected_non_blocking
    https://static-catal...822ebf9e0555d.cssdynamically_injected_non_blocking
    https://static-catal...e88d58e567c71a.jsnon_blocking
    https://static-catal...ac726038f76803.jsnon_blocking
    https://static-catal...h/_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 1465
    Max Potential First Input Delay 495
    Long Tasks before First Paint00
    Long Tasks before First Contentful Paint00
    Long Tasks before Largest Contentful Paint8936
    Long Tasks after Load Event End162245
    Total Long Tasks172315

    CPU last long task happened at 3.563 s

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    self39170window
    self49269window
    self580128window
    self109652window
    self124066window
    self130879window
    self1405289window
    self1753183window
    unknown194980window
    self217688window
    self2434495window
    self293063window
    self299365window
    self3060146window
    self3232122window
    self336883window
    self3563237window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML15
    styleLayout484
    paintCompositeRender54
    scriptParseCompile2
    scriptEvaluation2441
    garbageCollection119
    other340
    Events (ms)
    FunctionCall1866
    RunMicrotasks349
    Layout286
    RunTask212
    UpdateLayoutTree193
    v8.run133
    V8.GC_SCAVENGER_SCAVENGE_PARALLEL69
    Layerize55
    PrePaint37
    Paint32
    V8.HandleInterrupts27
    v8.callFunction25
    V8.GC_SCAVENGER_SCAVENGE_PARALLEL_PHASE17
    V8.BytecodeBudgetInterrupt16
    HitTest15

    Time spent per request

    URLCPU time (ms)
    https://static-catalog.sokolov.ru/_next/static/chunks/framework-12a8921dab738876.js2088
    https://static-catalog.sokolov.ru/_next/static/chunks/9359.67c08b6f61cb7304.js406
    https://cdn.diginetica.net/300/client-lite.js241
    https://static-catalog.sokolov.ru/_next/static/chunks/2415.80603d15613b44d2.js80
    https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-8c25fd1c88441dba.js73
    https://static-catalog.sokolov.ru/_next/static/chunks/6845.d6d5adc02eb89895.js29
    https://static-catalog.sokolov.ru/_next/static/chunks/1571.92dc9d112b575157.js24
    https://static-catalog.sokolov.ru/_next/static/chunks/3333.1fd2fe3e19d424df.js21
    https://static-catalog.sokolov.ru/_next/static/chunks/main-8933f27b2dfdcc1f.js18
    https://static-catalog.sokolov.ru/_next/static/chunks/pages/catalog/client/%5Bcatalog%5D/%5B%5B...slug%5D%5D-8a3f54334c6c0a52.js16
    https://static-catalog.sokolov.ru/_next/static/chunks/7413.07cdcc44c06b3a97.js14
    https://static-catalog.sokolov.ru/_next/static/chunks/5123.a7ad076cb54663ae.js12

    CPU time spent

    Tool/domainTime (ms)
    static-catalog.sokolov.ru2781.2
    cdn.diginetica.net241.3
    | Categories | | First vs third | 

    Third party

    Third party requests categorised by Third party web version 0.26.2.

    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
    html0 b11.1 KB49.7 KB1
    css0 b90.0 KB514.8 KB17
    javascript0 b539.3 KB1.6 MB45
    image0 b585.5 KB579.4 KB22
    font0 b208.2 KB206.8 KB4
    svg0 b28.5 KB69.3 KB5
    json0 b79.1 KB619.6 KB19
    plain0 b0 b0 b2
    other0 b0 b0 b1
    favicon0 b3.7 KB14.7 KB1
    TotalN/A1.5 MB3.6 MB118

    Third party requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b0 b0 b0
    css0 b0 b0 b0
    javascript555 B66.9 KB248.4 KB1
    image686 B74 B74 B2
    font0 b0 b0 b0
    Total1.2 KB67.0 KB248.5 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.2. 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 RangeSlider_range-slider-handle__s2ZOi noUi-handle-lower" data-handle="0" tabindex="0" role="slider" aria-orientation="horizontal" aria-valuemin="4950.0" aria-valuemax="2472520.0" aria-valuenow="4950.0" aria-valuetext="4950">
    • <div class="noUi-handle RangeSlider_range-slider-handle__s2ZOi noUi-handle-upper" data-handle="1" tabindex="0" role="slider" aria-orientation="horizontal" aria-valuemin="4950.0" aria-valuemax="2472520.0" aria-valuenow="2472520.0" aria-valuetext="2472520">
    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 does not have an implicit (wrapped) <label> Element does not have an explicit <label> Element's default semantics were not overridden with role="none" or role="presentation"
    • <button class="TopLine_promo-topline__close__NxqbX">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT IconButton_icon-button__rbJuu NavigationButton_navigation-button__hQ0nc NavigationButton_navigation-button_no-text__qPhxD HeaderTop_header-btn-nav-icon__cPL9m" type="button" data-qa="header_favorites_btn">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT IconButton_icon-button__rbJuu NavigationButton_navigation-button__hQ0nc NavigationButton_navigation-button_no-text__qPhxD HeaderTop_header-btn-nav-icon__cPL9m" type="button" data-qa="header_to_basket_btn">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT IconButton_icon-button__rbJuu NavigationButton_navigation-button__hQ0nc NavigationButton_navigation-button_no-text__qPhxD HeaderTop_header-btn-nav-icon__cPL9m" type="button" 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://cdn.sokolov.ru/upload/content/area/dfd375aa4e2f3c311213d48422039027.jpg&quot;);">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    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="ButtonOld_button__4STTl ButtonOld_primary__ZqlEK ButtonOld_main__RQyRr ButtonOld_s__rzcMr CatalogButton_catalog-btn_big__RZdeX" loading="" data-qa="header_catalog_nav_open_btn">
    • <button type="button" class="ButtonOld_button__4STTl ButtonOld_tonal___HiY1 ButtonOld_main__RQyRr ButtonOld_s__rzcMr AuthBanner_banner__button__UZD7k" loading="">Получить</button>
    • <span itemprop="name">Кольца</span>
    • <span class="catalog_catalog-layout-header_count__OeN__"><span class="catalog_catalog-layout-header_count_value__i6dHy">7 636</span> товаров</span>
    • <span class="catalog_catalog-layout-header_count_value__i6dHy">7 636</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>Неважно</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>Для всех</span>
    • <button type="button" class="ButtonOld_button__4STTl ButtonOld_tonal___HiY1 ButtonOld_main__RQyRr ButtonOld_m__rPsi1 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">Показать ещё 156 магазинов</button>
    • <button type="button" class="ButtonOld_button__4STTl ButtonOld_primary__ZqlEK ButtonOld_main__RQyRr ButtonOld_m__rPsi1" loading="" data-qa="show_more_filters">Показать еще фильтры</button>
    • <span>Кольца</span>
    • <span>Золото</span>
    • <button class="CatalogTagsList_catalog-tags__reset-btn__A0HrA">Сбросить все</button>
    • <span class="Sticker_text__AfLJj">Ещё 30% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">144&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">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.21 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Черный бриллиант (9 шт, 0.039 карат) ...</p>
    • <span class="Sticker_text__AfLJj">Ещё 40% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">144&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">4.8</span>
    • <div class="ProductListItem_sum_comments__o9qXn">34 отзыва</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">Бриллиант (природный) (9 шт, 0.033 карат) ...</p>
    • <span class="Sticker_text__AfLJj">Ещё 30% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">219&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">4.9</span>
    • <div class="ProductListItem_sum_comments__o9qXn">116 отзывов</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">Коньячный бриллиант (11 шт, 0.068 карат) ...</p>
    • <span class="Sticker_text__AfLJj">Ещё 30% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">359&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">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">Примерный вес 4.2 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (3 шт, 0.022 карат)</p>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">130 отзывов</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">Бриллиант (природный) (56 шт, 0.156 карат)</p>
    • <span class="Sticker_text__AfLJj">Ещё 40% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">194&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">259 отзывов</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="Sticker_text__AfLJj">Ещё 30% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">144&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">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">Примерный вес 2.22 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (16 шт, 0.048 карат) ...</p>
    • <span class="Sticker_text__AfLJj">Ещё 30% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">119&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">176 отзывов</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="Sticker_text__AfLJj">Ещё 40% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">99&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">263 отзыва</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="Sticker_text__AfLJj">Ещё 40% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">124&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">119 отзывов</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="Sticker_text__AfLJj">Ещё 30% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">299&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">106 отзывов</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="Sticker_text__AfLJj">Ещё 20% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">379&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">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">Примерный вес 2.61 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (1 шт, 0.33 карат)</p>
    • <span class="Sticker_text__AfLJj">Ещё 30% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">499&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">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">Примерный вес 2.78 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (1 шт, 0.418 карат)</p>
    • <span class="Sticker_text__AfLJj">Ещё 30% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">114&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Красное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.85 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (8 шт, 0.062 карат) ...</p>
    • <span class="Sticker_text__AfLJj">Ещё 30% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">104&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">1 отзыв</div>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Красное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.5 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (14 шт, 0.052 карат) ...</p>
    • <span class="Sticker_text__AfLJj">Ещё 30% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">129&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">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">Примерный вес 1.96 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (8 шт, 0.062 карат) ...</p>
    • <span class="Sticker_text__AfLJj">Ещё 30% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">109&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">2 отзыва</div>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Красное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.82 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (8 шт, 0.03 карат) ...</p>
    • <span class="Sticker_text__AfLJj">АУТЛЕТ</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">54&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">4.9</span>
    • <div class="ProductListItem_sum_comments__o9qXn">10 отзывов</div>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Красное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.3 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Александрит гидротермальный (1 шт, 0.303 карат)</p>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">1440 отзывов</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="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">930 отзывов</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="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">77 отзывов</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">Без вставок</p>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">32 отзыва</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="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">22 отзыва</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="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">20 отзывов</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>
    • <span class="Rating_stars-row__desc__Qy8F1">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.61 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Без вставок</p>
    • <span class="Sticker_text__AfLJj">АУТЛЕТ</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">144&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">39 отзывов</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="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">25 отзывов</div>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Красное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.73 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (27 шт, 0.078 карат)</p>
    • <span class="Sticker_text__AfLJj">Ещё 40% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">124&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">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.34 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (60 шт, 0.174 карат)</p>
    • <span class="Sticker_text__AfLJj">Ещё 30% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">129&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</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">Примерный вес 2.2 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Черный бриллиант (20 шт, 0.07 карат) ...</p>
    • <span class="Sticker_text__AfLJj">Ещё 30% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">119&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</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">Примерный вес 1.98 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Черный бриллиант (4 шт, 0.021 карат) ...</p>
    • <span class="Sticker_text__AfLJj">Ещё 40% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">204&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">13 отзывов</div>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Красное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 3.2 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (40 шт, 0.116 карат) ...</p>
    • <span class="Sticker_text__AfLJj">Ещё 30% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">279&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">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.75 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (27 шт, 0.103 карат) ...</p>
    • <span class="Sticker_text__AfLJj">Ещё 40% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">334&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">70 отзывов</div>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Белое золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 3.24 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (34 шт, 0.129 карат) ...</p>
    • <span class="Sticker_text__AfLJj">Ещё 30% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">139&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">4 отзыва</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">Бриллиант (природный) (12 шт, 0.044 карат) ...</p>
    • <span class="Sticker_text__AfLJj">Ещё 30% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">104&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">11 отзывов</div>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Красное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.48 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (12 шт, 0.065 карат) ...</p>
    • <span class="Sticker_text__AfLJj">Ещё 30% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">74&nbsp;990&nbsp;₽</span>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Красное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.13 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (4 шт, 0.031 карат) ...</p>
    • <span class="Sticker_text__AfLJj">АУТЛЕТ</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">62&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">4 отзыва</div>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Красное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.5 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Александрит гидротермальный (1 шт, 0.303 карат)</p>
    • <span class="Sticker_text__AfLJj">Ещё 30% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">89&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">2 отзыва</div>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Красное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.69 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Александрит гидротермальный (1 шт, 0.563 карат)</p>
    • <span class="Sticker_text__AfLJj">Ещё 30% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">81&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">2 отзыва</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">Фианит (7 шт, 0.203 карат) ...</p>
    • <span class="Sticker_text__AfLJj">Ещё 40% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">68&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">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">Примерный вес 1.16 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Фианит (1 шт, 0.846 карат)</p>
    • <span class="Sticker_text__AfLJj">Ещё 30% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">62&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">29 отзывов</div>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Белое золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.32 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Фианит (5 шт, 1.004 карат)</p>
    • <span class="Sticker_text__AfLJj">Ещё 20% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">47&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">394 отзыва</div>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Красное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.19 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Без вставок</p>
    • <span class="Sticker_text__AfLJj">Ещё 20% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">57&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">138 отзывов</div>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Красное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.5 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Без вставок</p>
    • <span class="Sticker_text__AfLJj">Ещё 20% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">64&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">4.9</span>
    • <div class="ProductListItem_sum_comments__o9qXn">285 отзывов</div>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Красное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.33 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Без вставок</p>
    • <span class="Sticker_text__AfLJj">Ещё 20% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">54&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">524 отзыва</div>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Красное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.23 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Без вставок</p>
    • <span class="Sticker_text__AfLJj">Ещё 30% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">309&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">10 отзывов</div>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Белое золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 3.31 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (116 шт, 0.607 карат)</p>
    • <span class="Sticker_text__AfLJj">Ещё 30% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">449&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">11 отзывов</div>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Белое золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 3.65 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (106 шт, 0.407 карат)</p>
    • <span class="Sticker_text__AfLJj">Ещё 30% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">299&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">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">Примерный вес 2.16 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (42 шт, 0.16 карат)</p>
    • <span class="Sticker_text__AfLJj">Ещё 30% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">289&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">42 отзыва</div>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Белое золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 3.05 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (28 шт, 0.35 карат)</p>
    • <span class="Sticker_text__AfLJj">Ещё 30% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">364&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">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">Примерный вес 3.37 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (12 шт, 0.437 карат)</p>
    • <span class="Sticker_text__AfLJj">Ещё 30% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">344&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">36 отзывов</div>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Белое золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 3.18 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (117 шт, 0.445 карат)</p>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">414 отзыва</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="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">88 отзывов</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">Бриллиант (природный) (27 шт, 0.078 карат)</p>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">207 отзывов</div>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Красное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 0.82 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Топаз (1 шт, 0.59 карат) ...</p>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">126 отзывов</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">Бриллиант (природный) (4 шт, 0.015 карат) ...</p>
    • <span class="Sticker_text__AfLJj">Ещё 30% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">82&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">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">Примерный вес 1.76 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Фианит (79 шт, 0.672 карат)</p>
    • <span class="Sticker_text__AfLJj">Ещё 30% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">73&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">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">Примерный вес 1.39 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Фианит (77 шт, 0.493 карат)</p>
    • <span class="Sticker_text__AfLJj">Ещё 40% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">84&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">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.73 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Фианит (1 шт, 1.455 карат)</p>
    • <span class="Sticker_text__AfLJj">Ещё 40% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">71&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">19 отзывов</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.451 карат)</p>
    • <span class="Sticker_text__AfLJj">Ещё 20% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">87&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</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">Примерный вес 1.62 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Без вставок</p>
    • <span class="Sticker_text__AfLJj">Ещё 20% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">87&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">306 отзывов</div>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Красное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.8 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Без вставок</p>
    • <span class="Sticker_text__AfLJj">АУТЛЕТ</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">139&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">16 отзывов</div>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Красное золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 2.62 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Без вставок</p>
    • <span class="Sticker_text__AfLJj">Ещё 40% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">194&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">177 отзывов</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="Sticker_text__AfLJj">Ещё 40% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">154&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">4.9</span>
    • <div class="ProductListItem_sum_comments__o9qXn">77 отзывов</div>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Белое золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.5 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (1 шт, 0.1 карат)</p>
    • <span class="Sticker_text__AfLJj">Ещё 40% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">194&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">42 отзыва</div>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Белое золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.29 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (1 шт, 0.14 карат)</p>
    • <span class="Sticker_text__AfLJj">Ещё 30% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">199&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">4.9</span>
    • <div class="ProductListItem_sum_comments__o9qXn">58 отзывов</div>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Белое золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.26 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (1 шт, 0.157 карат)</p>
    • <span class="Sticker_text__AfLJj">Ещё 40% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">199&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">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">Примерный вес 1.2 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (1 шт, 0.157 карат)</p>
    • <span class="Sticker_text__AfLJj">Ещё 30% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">324&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">39 отзывов</div>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Белое золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 1.64 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (1 шт, 0.285 карат)</p>
    • <span class="Sticker_text__AfLJj">Ещё 30% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">199&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">44 отзыва</div>
    • <p data-qa="product_material" class="ProductListItem_product-char__eOFbP">Белое золото 585 пробы</p>
    • <p data-qa="product_weight" class="ProductListItem_product-char__eOFbP">Примерный вес 2.27 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (1 шт, 0.11 карат) ...</p>
    • <span class="Sticker_text__AfLJj">АУТЛЕТ</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">239&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">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">Примерный вес 2.13 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант (природный) (1 шт, 0.134 карат) ...</p>
    • <span class="Sticker_text__AfLJj">Ещё 30% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">154&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">11 отзывов</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.295 карат)</p>
    • <span class="Sticker_text__AfLJj">Ещё 40% + 40% БР</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">219&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">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.8 г</p>
    • <p data-qa="product_inserts" class="ProductListItem_product-char__eOFbP">Бриллиант выращенный (1 шт, 0.335 карат) ...</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: Element does not have an implicit (wrapped) <label> 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 inputmode="numeric" pattern="[0-9]*" data-qa="min_price" type="text" name="price-min" value="4&nbsp;950">
    • <input inputmode="numeric" pattern="[0-9]*" data-qa="max_price" type="text" name="price-max" value="2&nbsp;472&nbsp;520">
    • <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 class="TopLine_sklv-topline__link__BIztV" href="/ecom/14012025/"></a>
    • <a itemprop="url" content="https://sokolov.ru" href="/">
    • <a class="ButtonBase_button__PDJz2 ButtonBase_link__TyRSd" target="_self" href="https://sokolov.ru/favorites/">
    • <a class="ButtonBase_button__PDJz2 ButtonBase_link__TyRSd" target="_self" href="https://sokolov.ru/basket/">
    • <a href="/jewelry-catalog/premiums/">
    • <a href="https://sokolov.ru/jewelry-catalog/selection-engagement-rings/?stock=Y" rel="nofollow" class="ProductListBanner_catalog-banner__5dDnt ProductListBanner_catalog-banner_desktop__v00ys ProductListBanner_catalog-banner_column1___onvz ProductListBanner_catalog-banner_width4__GYu3W ProductListBanner_catalog-banner_height1__PjNH0 ProductListBanner_catalog-banner_line3__IJjJv" style="height: 454px;">
    • <a href="/jewelry-catalog/svoboda/?stock=Y&amp;sort=new_up" rel="nofollow" class="ProductListBanner_catalog-banner__5dDnt ProductListBanner_catalog-banner_desktop__v00ys ProductListBanner_catalog-banner_column1___onvz ProductListBanner_catalog-banner_width4__GYu3W ProductListBanner_catalog-banner_height1__PjNH0 ProductListBanner_catalog-banner_line6__V8xJD" style="height: 454px;">
    • <a href="/jewelry-catalog/bracelets/brooches/earrings/necklaces/pendants/piercing/rings/gold/combinedgold/redgold/whitegold/yellowgold/black-diamond/cognac-daimond/diamond/diamond-grown/emerald/emerald-grown-kolumbia/ruby/sapphire/tanzanit/tourmaline-insert/tourmaline-synthetic-paraiba/?sort=new_up" rel="nofollow" class="ProductListBanner_catalog-banner__5dDnt ProductListBanner_catalog-banner_desktop__v00ys ProductListBanner_catalog-banner_column1___onvz ProductListBanner_catalog-banner_width4__GYu3W ProductListBanner_catalog-banner_height1__PjNH0 ProductListBanner_catalog-banner_line9__vkLW0" style="height: 454px;">
    • <a href="/jewelry-catalog/bracelets/earrings/necklaces/pendants/rings/gold/combinedgold/redgold/whitegold/yellowgold/diamond/diamond-grown/raspberries/?stock=Y" rel="nofollow" class="ProductListBanner_catalog-banner__5dDnt ProductListBanner_catalog-banner_desktop__v00ys ProductListBanner_catalog-banner_column1___onvz ProductListBanner_catalog-banner_width4__GYu3W ProductListBanner_catalog-banner_height1__PjNH0 ProductListBanner_catalog-banner_line12__J5t0S" style="height: 454px;">
    • <a href="/cosmetics/?stock=Y" rel="nofollow" class="ProductListBanner_catalog-banner__5dDnt ProductListBanner_catalog-banner_desktop__v00ys ProductListBanner_catalog-banner_column1___onvz ProductListBanner_catalog-banner_width4__GYu3W ProductListBanner_catalog-banner_height1__PjNH0 ProductListBanner_catalog-banner_line15__as9ZO" style="height: 454px;">
    • <a href="/silverware/product/44043111/" rel="nofollow" class="ProductListBanner_catalog-banner__5dDnt ProductListBanner_catalog-banner_desktop__v00ys ProductListBanner_catalog-banner_column1___onvz ProductListBanner_catalog-banner_width1__zb4np ProductListBanner_catalog-banner_height1__PjNH0 ProductListBanner_catalog-banner_line18__4tmRI" style="height: 456px;">
    • <a href="/bags/" rel="nofollow" class="ProductListBanner_catalog-banner__5dDnt ProductListBanner_catalog-banner_desktop__v00ys ProductListBanner_catalog-banner_column1___onvz ProductListBanner_catalog-banner_width4__GYu3W ProductListBanner_catalog-banner_height1__PjNH0 ProductListBanner_catalog-banner_line21__Upq0R" 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 CheckboxSection_checkbox__list__PdQ6W">
    • <ul class="CheckboxListWrapper_checkbox-section-list__ADfal CheckboxSection_checkbox__list__PdQ6W">
    • <ul class="CheckboxListWrapper_checkbox-section-list__ADfal CheckboxListWrapper_size__SdsrP CheckboxSection_checkbox__list__PdQ6W">
    • <ul class="CheckboxListWrapper_checkbox-section-list__ADfal 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
    • <img alt="gift-box" loading="lazy" width="92" height="100" decoding="async" data-nimg="1" class="AuthBanner_banner__img__6q97o" src="https://cdn.sokolov.ru/upload/content/area/cb897b4eba7a9996a2c09e81498fa6da.webp" style="color: transparent;">
    • <h5 class="AuthBanner_banner__text__xh2Dt">5&nbsp;000 бонусов за&nbsp;регистрацию</h5>