Проверьте HTTP-заголовки своего веб-сервера

Проверяются HTTP-заголовки безопасности, кэширования, сжатия, устаревшие и бесполезные заголовки, непротиворечивость заголовков, 304 ответы сервера.

Правильные HTTP-заголовки повышают безопасность и доверие к сайту в том числе и со стороны поисковиков, могут влиять на позиции сайта в Яндекс и Google, экономят ресурсы сервера, снижают нагрузку на сервер, тем самым способствуют увеличению скорости ответа сервера, которая опять влияет на ранжирование сайта в поиске, экономят деньги на оплату мощного хостинга, который возможно и не требуется для сайта при правильной настройке.

Проверьте заголовки не только для страниц сайта, но и для статического контента картинок, css и js файлов. Проверьте по отдельности заголовки If-Modified-Since и If-None-Match — выдаёт ли ваш веб-сервер 304 Not Modified.

Детально читайте статьи «настройка HTTP-заголовков» и «настраиваем HTTP2 для веб-сервера Apache под Linux CentOS 7».

Замечания и дополнения можно прислать в Телеграм @itsoft7.

Анализ заголовков веб-сервера

Заголовки http-запроса
Произвольные дополнительные заголовки http-запроса, например, Upgrade-Insecure-Requests, Referer, Origin, Cookie, Connection
Прочие параметры http-запроса
Сбросить настройки

HTTP Request и параметры соединения

https://vc.ru/
content_type: text/html;charset=UTF-8
request_size: 349
primary_ip: 2606:4700:3033::ac43:8b48
primary_port: 443
local_ip: 2a0b:4880:0:2:2::1
local_port: 51150
GET / HTTP/2
Host: vc.ru
accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9
accept-encoding: gzip, deflate, br
accept-language: en
user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36


Результат загрузки данных

Общее время загрузки total_time: 0.232849 секунд.
Проверка SSL ssl_verify_result: ok the operation was successful.
Длина заголовка ответа header_size: 1299 байт.
Время получение IP-адреса под домену namelookup_time: 0.018303 секунд.
Время на установку соединения connect_time: 0.06061 секунд.
Время передачи первого байта контента starttransfer_time: 0.230262 секунд.
Размер контента size_download: 19557 байт.
Скорость загрузки: 0.64 Mbit/s.

HTTP Headers

Array
(
    [0] => HTTP/2 200
    [date] => Thu, 28 Mar 2024 17:59:24 GMT
    [content-type] => text/html;charset=UTF-8
    [set-cookie] => osnova-aid=CvQMZ2YFr/y7tQAHBFiJAg==; expires=Sun, 26-Mar-34 17:59:24 GMT; domain=.vc.ru; path=/; HTTPOnly; Secure
    [vary] => Accept-Encoding
    [x-powered-by] => PHP/8.1.17
    [cache-control] => no-cache, private
    [x-nginx-cache] => HIT
    [x-frame-options] => SAMEORIGIN
    [strict-transport-security] => max-age=31536000; preload
    [x-xss-protection] => 1; mode=block
    [x-content-type-options] => nosniff
    [referrer-policy] => origin-when-cross-origin
    [content-security-policy] => default-src * data: blob: 'unsafe-eval' 'unsafe-inline'
    [cf-cache-status] => DYNAMIC
    [report-to] => {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=hUY0l4BvYphO4K4m31JxOSZalTsrwaw110jBBUAYCxo%2FgeHlKJQmxOyzjiBGa9egwm1blls3fkO9qTWnvr1pEqus8rK6jPmNfHCWm31qz5N9D%2F4gM8dEuPBZ83O01OOcha69FQ%3D%3D"}],"group":"cf-nel","max_age":604800}
    [nel] => {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    [server] => cloudflare
    [cf-ray] => 86b9838cefc5b78a-AMS
    [content-encoding] => br
    [alt-svc] => h3=":443"; ma=86400
)
Количество байт контента загружено: 19557

Анализ HTTP-заголовков

HTTP/2 200
date: Thu, 28 Mar 2024 17:59:24 GMT
content-type: text/html;charset=UTF-8
set-cookie: osnova-aid=CvQMZ2YFr/y7tQAHBFiJAg==; expires=Sun, 26-Mar-34 17:59:24 GMT; domain=.vc.ru; path=/; HTTPOnly; Secure
vary: Accept-Encoding
x-powered-by: PHP/8.1.17
cache-control: no-cache, private
x-nginx-cache: HIT
x-frame-options: SAMEORIGIN
strict-transport-security: max-age=31536000; preload
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: origin-when-cross-origin
content-security-policy: default-src * data: blob: 'unsafe-eval' 'unsafe-inline'
cf-cache-status: DYNAMIC
report-to: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=hUY0l4BvYphO4K4m31JxOSZalTsrwaw110jBBUAYCxo%2FgeHlKJQmxOyzjiBGa9egwm1blls3fkO9qTWnvr1pEqus8rK6jPmNfHCWm31qz5N9D%2F4gM8dEuPBZ83O01OOcha69FQ%3D%3D"}],"group":"cf-nel","max_age":604800}
nel: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
server: cloudflare
cf-ray: 86b9838cefc5b78a-AMS
content-encoding: br
alt-svc: h3=":443"; ma=86400

Server: это необязательно всем рассказывать.
X-Powered-By: ни к чему рассказывать всем что внутри у вашего сервера.
Значение X-XSS-Protection не равно '1; mode=block; report=...' -1 балл.
Значение Strict-Transport-Security не равно 'max-age=63072000; includeSubDomains; preload'. -1 балл.
Значение Referrer-Policy не равно одному из безопасных ['no-referrer', 'same-origin', 'strict-origin', 'Referrer-Policy is not equal']. -2 балла.
Отсутствует Feature-Policy. -2 балла.
content-security-policy не содержит 'report-uri'. -2 балла.
content-security-policy не содержит 'report-sample'. -1 балл.
content-security-policy содержит 'unsafe-eval'. -4 балла.
content-security-policy содержит 'unsafe-inline'. -4 балла.
Не используйте no-cache в параметре Cache-Control. Если вы хотели запретить кэширование, то вам нужен no-store, а если вы всё же хотели сказать, что браузер должен перезапрашивать сервер не изменился ли контент, то для этого лучше использовать более понятный параметр max-age=0. -2 балла.
private в Cache-Control нужно писать только для контента специфического для конкретного пользователя. Проверьте, что для картинок, CSS, JS и прочего общего контента у вас выдаётся public.
Last-Modified отсутствует. Страница должна знать про себя когда она изменялась в последний раз. Как минимум это случилось только что. -5 баллов.
Отсутствует Etag, а он должен быть даже если страница выдаёт динамический контент. -5 балла.
Array ( [name] => /CN=vc.ru [subject] => Array ( [CN] => vc.ru ) [hash] => 87cef792 [issuer] => Array ( [C] => US [O] => Google Trust Services LLC [CN] => GTS CA 1P5 ) [version] => 2 [serialNumber] => 104400417355547143031191194022273091604 [serialNumberHex] => 4E8AC9FBD9493A390ED59022E0400814 [validFrom] => 240212160205Z [validTo] => 240512160204Z [validFrom_time_t] => 1707753725 [validTo_time_t] => 1715529724 [signatureTypeSN] => RSA-SHA256 [signatureTypeLN] => sha256WithRSAEncryption [signatureTypeNID] => 668 [purposes] => Array ( [1] => Array ( [0] => [1] => [2] => sslclient ) [2] => Array ( [0] => 1 [1] => [2] => sslserver ) [3] => Array ( [0] => 1 [1] => [2] => nssslserver ) [4] => Array ( [0] => [1] => [2] => smimesign ) [5] => Array ( [0] => [1] => [2] => smimeencrypt ) [6] => Array ( [0] => [1] => [2] => crlsign ) [7] => Array ( [0] => 1 [1] => 1 [2] => any ) [8] => Array ( [0] => 1 [1] => [2] => ocsphelper ) [9] => Array ( [0] => [1] => [2] => timestampsign ) ) [extensions] => Array ( [keyUsage] => Digital Signature, Key Encipherment [extendedKeyUsage] => TLS Web Server Authentication [basicConstraints] => CA:FALSE [subjectKeyIdentifier] => CD:A2:CD:54:8B:28:81:5D:20:75:B2:34:D3:5D:FC:1F:1C:D1:1C:D6 [authorityKeyIdentifier] => keyid:D5:FC:9E:0D:DF:1E:CA:DD:08:97:97:6E:2B:C5:5F:C5:2B:F5:EC:B8 [authorityInfoAccess] => OCSP - URI:http://ocsp.pki.goog/s/gts1p5/-vGjwBiM0Gk CA Issuers - URI:http://pki.goog/repo/certs/gts1p5.der [subjectAltName] => DNS:vc.ru, DNS:*.vc.ru [certificatePolicies] => Policy: 2.23.140.1.2.1 Policy: 1.3.6.1.4.1.11129.2.5.3 [crlDistributionPoints] => Full Name: URI:http://crls.pki.goog/gts1p5/QCTFvWRh6mE.crl [ct_precert_scts] => Signed Certificate Timestamp: Version : v1(0) Log ID : EE:CD:D0:64:D5:DB:1A:CE:C5:5C:B7:9D:B4:CD:13:A2: 32:87:46:7C:BC:EC:DE:C3:51:48:59:46:71:1F:B5:9B Timestamp : Feb 12 17:02:06.265 2024 GMT Extensions: none Signature : ecdsa-with-SHA256 30:45:02:21:00:92:73:70:CB:D2:A0:9C:98:23:BC:A5: 58:9E:6B:62:73:5F:35:B4:14:4D:45:11:2D:D6:1A:DE: D6:AF:27:FE:E1:02:20:17:05:C4:7E:30:A3:DE:24:35: E4:49:F4:D1:CA:E3:B7:E6:6D:36:98:16:5F:1C:9D:D3: E4:4C:5B:9B:A7:B2:D9 Signed Certificate Timestamp: Version : v1(0) Log ID : 48:B0:E3:6B:DA:A6:47:34:0F:E5:6A:02:FA:9D:30:EB: 1C:52:01:CB:56:DD:2C:81:D9:BB:BF:AB:39:D8:84:73 Timestamp : Feb 12 17:02:06.301 2024 GMT Extensions: none Signature : ecdsa-with-SHA256 30:44:02:20:09:C7:59:65:2B:5E:0F:E6:78:67:85:C3: 64:66:7D:76:F5:11:19:00:75:D9:0A:3F:26:17:35:CD: D3:32:36:D5:02:20:7C:C6:F0:2C:1D:29:5C:3D:C8:AD: AC:1A:E9:08:EB:23:57:11:DE:55:17:D7:8C:22:FC:CA: F6:56:4E:9D:65:F9 ) )
<!DOCTYPE html> <!-- /╲/\[☉﹏☉]/\╱\ <-- Паук! Ааа! 🕷️ --> <html> <head> <meta charset="utf-8"> <title>vc.ru — бизнес, технологии, идеи, модели роста, стартапы</title> <!-- Viewport --> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover"> <meta name="robots" content="noyaca"/> <!-- Mobile App Banner --> <meta name="apple-itunes-app" content="app-id=920638420, app-argument=vcru://index"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700&amp;subset=cyrillic,cyrillic-ext,latin-ext"> <!-- Meta --> <meta property="twitter:card" content="summary_large_image" /> <meta property="og:site_name" content="vc.ru" /> <meta property="fb:app_id" content="499950920109990" /> <meta property="vk:image" content="https://vc.ru/cover/vk/general/cover.jpg" /> <meta property="twitter:image" content="https://vc.ru/cover/tw/general/cover.jpg" /> <meta property="og:image" content="https://vc.ru/cover/fb/general/cover.jpg" /> <meta property="og:image:width" content="600" /> <meta property="og:image:height" content="315" /> <meta property="og:title" content="vc.ru — бизнес, технологии, идеи, модели роста, стартапы" /> <meta property="og:type" content="website" /> <meta property="og:description" content="Крупнейшая в рунете площадка для предпринимателей нового поколения. Новости ИТ-рынка, вакансии, работа, маркетинг, реклама, PR, интерфейсы, мобильные приложения, технологии, AI, финансы, техника, транспорт, будущее." /> <meta name="description" content="Крупнейшая в рунете площадка для предпринимателей нового поколения. Новости ИТ-рынка, вакансии, работа, маркетинг, реклама, PR, интерфейсы, мобильные приложения, технологии, AI, финансы, техника, транспорт, будущее." /> <link rel="image_src" href="https://vc.ru/cover/fb/general/cover.jpg"> <meta property="og:url" content="https://vc.ru/" /> <link rel="canonical" href="https://vc.ru/"> <meta name="twitter:card" content="summary_large_image" /> <!-- Header color --> <!-- Favicons --> <link rel="shortcut icon" href="https://vc.ru/static/build/vc.ru/favicons/favicon.ico"> <link rel="icon" type="image/png" href="https://vc.ru/static/build/vc.ru/favicons/apple-touch-icon-180x180.png"> <link rel="apple-touch-icon" href="https://vc.ru/static/build/vc.ru/favicons/apple-touch-icon-180x180.png"> <link rel="mask-icon" href="https://vc.ru/static/build/vc.ru/favicons/safari-pinned-tab.svg" color="#E25A76"> <link rel="alternate" type="application/rss+xml" href="https://vc.ru/rss/all" /> <link rel="stylesheet" href="https://vc.ru/static/build/vc.ru/main.cbe03afd.min.css"> <link rel="manifest" href="/static/build/vc.ru/json/gcm-manifest.json"> <meta name="msapplication-tile-image" content="https://vc.ru/static/build/vc.ru/favicons/mstile-150x150.png"> <!-- Chrome, Firefox OS and Opera --> <meta name="theme-color" content="#FEEBEF"> <!-- Windows Phone --> <meta name="msapplication-navbutton-color" content="#FEEBEF"> <!-- iOS Safari --> <meta name="apple-mobile-web-app-status-bar-style" content="#FEEBEF"> <meta name="verify-admitad" content="0c533b1dd1" /> <script> (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NDH47H'); </script> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Organization", "name": "vc.ru", "url": "https://vc.ru/", "logo": "https://vc.ru/static/build/vc.ru/images/search_logo.png", "sameAs": [ "https:\/\/vk.com\/vcru", "https:\/\/facebook.com\/vcrumedia", "https:\/\/twitter.com\/vcru", "https:\/\/telegram.me\/vcnews", "https:\/\/plus.google.com\/+Siliconruscom", "https:\/\/www.youtube.com\/channel\/UCv6mjnLGHyfiLWHnBA9c8xg", "\/rss\/all" ] } </script> <!-- Google AdSense verification for RTB --> </head> <body class="app app--content-feed app--left-column-on app--right-column-on app--propaganda-on app--livestream-on app--content-sidebar-align-right app--right-column-reserve-off app--propaganda-expanded app--live-auto" data-country-code="CN" data-one-name="body"> <script> /** * Dealing with adblock class: */ function getCookie(name) { return (name = (document.cookie + ';').match(new RegExp(name + '=.*;'))) && name[0].split(/=|;/)[1]; } if (getCookie('adblock-state') == 1) { document.body.classList.add('app--ad-blocked'); } else { document.body.classList.add('app--ad-allowed'); } </script> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NDH47H" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- Adfox "D 100%x150 / 100%х250" format --> <div class="propaganda" data-id="1" ></div> <div class="site-header-container"> <!--googleoff: all--> <!--noindex--> <vue name="site-header"> <textarea hidden class="l-hidden"> {"isRegardCpuComplete":false,"hasAccess":false} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <!-- Adfox "M 1200x400/600" format --> <div class="propaganda" data-id="2" ></div> <div class="propaganda" data-id="17" ></div> <div class="propaganda" data-id="18" ></div> <div class="updown" air-module="module.updown" air-click="updown" air-dom="updown"> <div class="updown__icons"> <svg class="icon icon--ui_arrow_up" width="10" height="6" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#ui_arrow_up"></use></svg> <svg class="icon icon--ui_arrow_up" width="10" height="6" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#ui_arrow_up"></use></svg> <svg class="icon icon--ui_arrow_up" width="10" height="6" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#ui_arrow_up"></use></svg> </div> </div> <div class="main layout"> <div class="layout__left-column layout__sticky"> <vue name="sidebar"></vue> <div class="sidebar__tint"></div> </div> <div class="layout__content l-relative"> <!-- Adfox branding --> <div id="adfox-branding-shifter"></div> <div id="adfox-branding" class="lm-hidden"></div> <div class="propaganda" data-id="4" ></div> <div id="page_wrapper"> <div class="page page--index "> <div class="propaganda" data-id="21" ></div> <!-- Adfox "For test: D" format --> <div class="propaganda" data-id="26" ></div> <!-- Adfox "For test: M" format --> <div class="propaganda" data-id="27" ></div> <!-- Adfox "For test: DM" format --> <div class="propaganda" data-id="28" ></div> <vue name="mobile-feed-navigation"></vue> <vue name="feed"> <textarea hidden class="l-hidden"> {&quot;enableNewsWidget&quot;:true} </textarea> </vue> <div id="news-widget-skeleton" class="news-widget-skeleton l-island-bg l-island-a l-island-round"> <div class="line__wrapper"> <div class="line"></div> <div class="line"></div> </div> <div class="line__wrapper"> <div class="line"></div> <div class="line"></div> </div> <div class="line__wrapper"> <div class="line"></div> <div class="line"></div> </div> <div class="line__wrapper"> <div class="line"></div> <div class="line"></div> </div> <div class="line__footer"> <div class="line"></div> </div> </div> <!-- Adfox teaser before feed --> <div class="propaganda" data-id="19" ></div> <div class="propaganda" data-id="15" ></div> <!-- InfiniteFeed --> <div class="feed" air-module="module.feed" data-feed-id="cb1371dbe5" data-feed-more-url="https://vc.ru/popular/more" data-feed-last-sorting-value="14103.607285793" data-feed-last-id="1097142" data-feed-exclude-ids="[1097461,1098187,1097149,1098152,1097119,1095702,1097048,1098266,1097453,1096333,1097904,1097142,1089698]"> <div class="feed__container"> <div class="feed__chunk"> <div class="feed__item l-island-round" data-position="1" data-gtm="Feed — Item 1 — Click" > <div class="l-mb-28 lm-mb-20 content-feed content-feed--transport content-feed--1097461 l-island-bg l-island-round" air-module="module.entry" air-click="feed_item_clicked?content_id=1097461" air-entry-type="short" data-feed-item-id="content_1097461" data-content-id="1097461" data-publish-date="1711633458" data-location="whole-site" data-feed-name="popular"data-island-analytics="true" > <div class=" content-header content-header--short content-header--anon l-island-a "> <div class="content-header__info"> <div class="content-header-author content-header-author--subsite content-header__item content-header-author--shrink"> <a href="https://vc.ru/transport" data-gtm="Popular — Feed Item — Subsite Name — Click"> <div class="content-header-author__avatar"> <img class="andropov_image " air-module="module.andropov" data-andropov-type="image" data-image-src="https://leonardo.osnova.io/e3bad364-086e-503b-89f0-bd4bbe9a0634/" data-image-name="" style=";background-color: #f79a65;" src="data:image/gif;base64,R0lGODlhAQABAJAAAP8AAAAAACH5BAUQAAAALAAAAAABAAEAAAICBAEAOw=="/> </div> <div class="content-header-author__name"> Транспорт </div> </a> </div> <div class="content-header-author content-header-author--user content-header__item content-header-author--desktop"> <a class="content-header-author__name" href="https://vc.ru/u/781084-masha-cepeleva" data-gtm="Popular — Feed Item — Author Name — Click"> Маша Цепелева </a> <div class="content-header-author__approved"> <span class="subsite-badge subsite-badge--small subsite-badge--plus" data-badge="plus" data-badge-source="Badge" data-badge-uuid="1ee853e4-44de-69d0-a5fc-b8f9f9f94831" data-subsite-id="781084" > <img src="https://vc.ru/subsiteBadge/1ee853e4-44de-69d0-a5fc-b8f9f9f94831" width="16" height="16" /> </span> </div> </div> <a class="content-header__item content-header-number" href="https://vc.ru/transport/1097461-xiaomi-nachala-prodazhi-svoego-pervogo-elektromobilya-su7" data-gtm="Popular — Feed Item — Date — Click"> <time class="time" air-module="module.date" data-date="1711633458" data-type="medium" title="28.03.2024 16:44:18 (Europe/Moscow)">4&nbsp;часа</time> </a> </div> <div class="content-header__spacer"></div> <div class="content-header__item content-header__item--subscribe content-header__subscribe"> <!--googleoff: all--> <!--noindex--> <vue name="layout-subscribe-button"> <textarea hidden class="l-hidden"> {&quot;isShowSubscribedButtonLabels&quot;:true,&quot;subsiteId&quot;:199115,&quot;isShowNotificationsButton&quot;:false,&quot;isSubscribed&quot;:false,&quot;isNotificationsEnabled&quot;:false,&quot;type&quot;:&quot;full&quot;,&quot;buttonType&quot;:&quot;inline&quot;,&quot;size&quot;:&quot;tiny&quot;,&quot;mobileSize&quot;:&quot;&quot;,&quot;subscribeButtonIcon&quot;:&quot;v_follow&quot;,&quot;isShortOnMobile&quot;:false,&quot;gtm&quot;:&quot;Subscribe suggestion \u2014 Anon feed item&quot;,&quot;subscribeGtmClicks&quot;:[&quot;Subscribe suggestion \u2014 Anon feed item \u2014 Clicked&quot;,&quot;Feed Item \u2014 Subscribe Button \u2014 Click&quot;]} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> </div> <div class=" content content--short "> <div class="content-container"> <div class="content-title content-title--short l-island-a"> Xiaomi начала продажи своего первого электромобиля <span class="content-title__last-word">SU7 <a href="/editorial"> <span class="content-editorial-tick"> <span>Статьи редакции</span> <svg class="icon icon--v_editorial" width="24" height="24" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#v_editorial"></use></svg> </span> </a> </span> </div> <div class="l-island-a"> <p>Пока только в Китае, по цене от 216 тысяч юаней (около $30 тысяч).</p> </div> <figure class="figure-image"> <style> @media (min-width: 691px) { .content-image--fb1c3c9d-2ab4-5367-9035-c63cca32aa02 { --offset: 0px; } } </style> <div class="l-island-c"> <div class="content-image content-image--fb1c3c9d-2ab4-5367-9035-c63cca32aa02"> <div class="andropov_image " style="max-height: 1334px;max-width: 690px;" air-module="module.andropov" data-andropov-type="image" data-image-width="2000" data-image-height="1334" data-image-max-width="690" data-image-max-height="1334" data-image-src="https://leonardo.osnova.io/fb1c3c9d-2ab4-5367-9035-c63cca32aa02/"> <div class="andropov_image__inner" style=";padding-bottom: 66.6978%;background: linear-gradient(90deg, #242f35, #000000);"></div> </div> </div> <div class="l-island-a"> <figcaption class="content-image-caption"> Фото Bloomberg </figcaption> </div> </div> </figure> </div> <a class="content-link" href="https://vc.ru/transport/1097461-xiaomi-nachala-prodazhi-svoego-pervogo-elektromobilya-su7" data-analytics="Popular — Feed Item"></a> </div> <div class="content-counters content-counters--short l-island-a"> <div class="post-counters" air-module="module.postCounters" title="12869 показов, 5100 открытий" data-content-id="1097461" data-gtm="Popular — Feed Item — Views — Click" data-views="12869" data-hits="5100" data-send-hit="" > <div class="post-counters__item"> <span class="post-counters__value">12K</span> <span class="post-counters__label">показов</span> </div> <div class="post-counters__item"> <span class="post-counters__value">5.1K</span> <span class="post-counters__label">открытий</span> </div> </div> <!--googleoff: all--> <!--noindex--> <vue name="awards"> <textarea hidden class="l-hidden"> {&quot;entityType&quot;:&quot;post&quot;,&quot;entityId&quot;:1097461,&quot;awards&quot;:[]} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer content-footer--short l-island-a" air-module="module.liveAnswers"> <div class="content-footer__item"> <!--googleoff: all--> <!--noindex--> <vue name="likes"> <textarea hidden class="l-hidden"> {&quot;likeData&quot;:{&quot;id&quot;:1097461,&quot;type&quot;:1,&quot;typeStr&quot;:&quot;content&quot;,&quot;state&quot;:0,&quot;withUsers&quot;:1,&quot;contentId&quot;:1097461,&quot;subsite&quot;:{&quot;id&quot;:199115,&quot;name&quot;:&quot;\u0422\u0440\u0430\u043d\u0441\u043f\u043e\u0440\u0442&quot;,&quot;avatar&quot;:&quot;https:\/\/leonardo.osnova.io\/e3bad364-086e-503b-89f0-bd4bbe9a0634\/&quot;,&quot;url&quot;:&quot;https:\/\/vc.ru\/transport&quot;,&quot;type&quot;:2},&quot;place&quot;:&quot;feed&quot;,&quot;isHidden&quot;:false,&quot;count_likes&quot;:28,&quot;count_dislikes&quot;:null,&quot;gtm&quot;:&quot;Popular \u2014 Feed Item&quot;,&quot;action&quot;:&quot;like&quot;,&quot;size&quot;:&quot;default&quot;}} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item"> <!--googleoff: all--> <!--noindex--> <vue name="comments-counter"> <textarea hidden class="l-hidden"> {&quot;id&quot;:1097461,&quot;type&quot;:&quot;num&quot;,&quot;link&quot;:&quot;https:\/\/vc.ru\/transport\/1097461-xiaomi-nachala-prodazhi-svoego-pervogo-elektromobilya-su7&quot;,&quot;gtm&quot;:&quot;Popular \u2014 Feed Item \u2014 Comments \u2014 Click&quot;,&quot;prevCount&quot;:null,&quot;count&quot;:191,&quot;isAuthorized&quot;:false} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--controls"> <!--googleoff: all--> <!--noindex--> <vue name="layout-repost"> <textarea hidden> {"contentId":1097461,"count":0,"isReposted":false,"gtm":"Popular \u2014 Feed Item \u2014 Repost \u2014 Click"} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--shrink"> <!--googleoff: all--> <!--noindex--> <vue name="bookmark"> <textarea hidden class="l-hidden"> {&quot;id&quot;:1097461,&quot;type&quot;:1,&quot;typeStr&quot;:&quot;content&quot;,&quot;showTitle&quot;:false,&quot;initialState&quot;:{&quot;isActive&quot;:false},&quot;gtm&quot;:&quot;Popular \u2014 Feed Item \u2014 Add To Favorites \u2014 Click&quot;} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--share content-footer__item--desktop"> <!--googleoff: all--> <!--noindex--> <vue name="layout-shares"> <textarea hidden> {"id":1097461,"gtm":"Popular \u2014 Feed Item \u2014 Share \u2014 Click"} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--right"> <!--googleoff: all--> <!--noindex--> <vue name="likes"> <textarea hidden class="l-hidden"> {&quot;likeData&quot;:{&quot;id&quot;:1097461,&quot;type&quot;:1,&quot;typeStr&quot;:&quot;content&quot;,&quot;state&quot;:0,&quot;withUsers&quot;:1,&quot;contentId&quot;:1097461,&quot;subsite&quot;:{&quot;id&quot;:199115,&quot;name&quot;:&quot;\u0422\u0440\u0430\u043d\u0441\u043f\u043e\u0440\u0442&quot;,&quot;avatar&quot;:&quot;https:\/\/leonardo.osnova.io\/e3bad364-086e-503b-89f0-bd4bbe9a0634\/&quot;,&quot;url&quot;:&quot;https:\/\/vc.ru\/transport&quot;,&quot;type&quot;:2},&quot;place&quot;:&quot;feed&quot;,&quot;isHidden&quot;:false,&quot;count_likes&quot;:28,&quot;count_dislikes&quot;:null,&quot;gtm&quot;:&quot;Popular \u2014 Feed Item&quot;,&quot;action&quot;:&quot;dislike&quot;,&quot;size&quot;:&quot;default&quot;}} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> </div> </div> </div> <vue name="booster"> <textarea hidden class="l-hidden"> { "osnovaUnitId": null, "url": "https://booster.osnova.io/a/relevant?site=vc&v=2", "place": "index_feed", "site": "vc", "settings": {&quot;modes&quot;:{&quot;externalLink&quot;:{&quot;buttonLabels&quot;:[&quot;\u0423\u0437\u043d\u0430\u0442\u044c&quot;,&quot;\u0427\u0438\u0442\u0430\u0442\u044c&quot;,&quot;\u041d\u0430\u0447\u0430\u0442\u044c&quot;,&quot;\u0417\u0430\u043a\u0430\u0437\u0430\u0442\u044c&quot;,&quot;\u041a\u0443\u043f\u0438\u0442\u044c&quot;,&quot;\u041f\u043e\u043b\u0443\u0447\u0438\u0442\u044c&quot;,&quot;\u0421\u043a\u0430\u0447\u0430\u0442\u044c&quot;,&quot;\u041f\u0435\u0440\u0435\u0439\u0442\u0438&quot;]}},&quot;deviceList&quot;:{&quot;desktop&quot;:&quot;\u0414\u0435\u0441\u043a\u0442\u043e\u043f&quot;,&quot;smartphone&quot;:&quot;\u0421\u043c\u0430\u0440\u0442\u0444\u043e\u043d\u044b&quot;,&quot;tablet&quot;:&quot;\u041f\u043b\u0430\u043d\u0448\u0435\u0442\u044b&quot;}} } </textarea> </vue> <div class="l-mb-28 lm-mb-20"></div> <div class="feed__item l-island-round" data-position="2" data-gtm="Feed — Item 2 — Click" > <div class="l-mb-28 lm-mb-20 content-feed content-feed--tech content-feed--1098187 l-island-bg l-island-round" air-module="module.entry" air-click="feed_item_clicked?content_id=1098187" air-entry-type="short" data-feed-item-id="content_1098187" data-content-id="1098187" data-publish-date="1711642993" data-location="whole-site" data-feed-name="popular"data-island-analytics="true" > <div class=" content-header content-header--short content-header--anon l-island-a "> <div class="content-header__info"> <div class="content-header-author content-header-author--subsite content-header__item content-header-author--shrink"> <a href="https://vc.ru/tech" data-gtm="Popular — Feed Item — Subsite Name — Click"> <div class="content-header-author__avatar"> <img class="andropov_image " air-module="module.andropov" data-andropov-type="image" data-image-src="https://leonardo.osnova.io/b5c6a2ee-a61f-581f-aa98-dcd3be79fd33/" data-image-name="" style=";background-color: #ebf37c;" src="data:image/gif;base64,R0lGODlhAQABAJAAAP8AAAAAACH5BAUQAAAALAAAAAABAAEAAAICBAEAOw=="/> </div> <div class="content-header-author__name"> Техника </div> </a> </div> <div class="content-header-author content-header-author--user content-header__item content-header-author--desktop"> <a class="content-header-author__name" href="https://vc.ru/dtf" data-gtm="Popular — Feed Item — Author Name — Click"> DTF </a> </div> <a class="content-header__item content-header-number" href="https://vc.ru/tech/1098187-v-rossii-otkryli-predzakazy-na-xiaomi-14-ultra-po-cene-150-tysyach-rubley" data-gtm="Popular — Feed Item — Date — Click"> <time class="time" air-module="module.date" data-date="1711642993" data-type="medium" title="28.03.2024 19:23:13 (Europe/Moscow)">1&nbsp;час</time> </a> </div> <div class="content-header__spacer"></div> <div class="content-header__item content-header__item--subscribe content-header__subscribe"> <!--googleoff: all--> <!--noindex--> <vue name="layout-subscribe-button"> <textarea hidden class="l-hidden"> {&quot;isShowSubscribedButtonLabels&quot;:true,&quot;subsiteId&quot;:199117,&quot;isShowNotificationsButton&quot;:false,&quot;isSubscribed&quot;:false,&quot;isNotificationsEnabled&quot;:false,&quot;type&quot;:&quot;full&quot;,&quot;buttonType&quot;:&quot;inline&quot;,&quot;size&quot;:&quot;tiny&quot;,&quot;mobileSize&quot;:&quot;&quot;,&quot;subscribeButtonIcon&quot;:&quot;v_follow&quot;,&quot;isShortOnMobile&quot;:false,&quot;gtm&quot;:&quot;Subscribe suggestion \u2014 Anon feed item&quot;,&quot;subscribeGtmClicks&quot;:[&quot;Subscribe suggestion \u2014 Anon feed item \u2014 Clicked&quot;,&quot;Feed Item \u2014 Subscribe Button \u2014 Click&quot;]} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> </div> <div class=" content content--short "> <div class="content-container"> <div class="content-title content-title--short l-island-a"> В России открыли предзаказы на Xiaomi 14 Ultra — по цене 150 тысяч <span class="content-title__last-word">рублей <a href="/editorial"> <span class="content-editorial-tick"> <span>Статьи редакции</span> <svg class="icon icon--v_editorial" width="24" height="24" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#v_editorial"></use></svg> </span> </a> </span> </div> <div class="l-island-a"> <p>Продажи начнутся в начале апреля 2024 года.</p> </div> <figure class="figure-image"> <style> @media (min-width: 819px) { .content-image--05ab6f47-42ae-5f4b-bb0c-ab63c64dab8b { --offset: 0px; } } </style> <div class="l-island-c"> <div class="content-image content-image--05ab6f47-42ae-5f4b-bb0c-ab63c64dab8b"> <div class="andropov_image " style="max-height: 1177px;max-width: 818px;" air-module="module.andropov" data-andropov-type="image" data-image-width="2093" data-image-height="1177" data-image-max-width="818" data-image-max-height="1177" data-image-src="https://leonardo.osnova.io/05ab6f47-42ae-5f4b-bb0c-ab63c64dab8b/"> <div class="andropov_image__inner" style=";padding-bottom: 56.2366%;background: linear-gradient(90deg, #1e1e23, #000000);"></div> </div> </div> </div> </figure> </div> <a class="content-link" href="https://vc.ru/tech/1098187-v-rossii-otkryli-predzakazy-na-xiaomi-14-ultra-po-cene-150-tysyach-rubley" data-analytics="Popular — Feed Item"></a> </div> <div class="content-counters content-counters--short l-island-a"> <div class="post-counters" air-module="module.postCounters" title="2216 показов, 2711 открытий" data-content-id="1098187" data-gtm="Popular — Feed Item — Views — Click" data-views="2216" data-hits="2711" data-send-hit="" > <div class="post-counters__item"> <span class="post-counters__value">2.2K</span> <span class="post-counters__label">показов</span> </div> <div class="post-counters__item"> <span class="post-counters__value">2.7K</span> <span class="post-counters__label">открытий</span> </div> </div> <!--googleoff: all--> <!--noindex--> <vue name="awards"> <textarea hidden class="l-hidden"> {&quot;entityType&quot;:&quot;post&quot;,&quot;entityId&quot;:1098187,&quot;awards&quot;:[]} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer content-footer--short l-island-a" air-module="module.liveAnswers"> <div class="content-footer__item"> <!--googleoff: all--> <!--noindex--> <vue name="likes"> <textarea hidden class="l-hidden"> {&quot;likeData&quot;:{&quot;id&quot;:1098187,&quot;type&quot;:1,&quot;typeStr&quot;:&quot;content&quot;,&quot;state&quot;:0,&quot;withUsers&quot;:1,&quot;contentId&quot;:1098187,&quot;subsite&quot;:{&quot;id&quot;:199117,&quot;name&quot;:&quot;\u0422\u0435\u0445\u043d\u0438\u043a\u0430&quot;,&quot;avatar&quot;:&quot;https:\/\/leonardo.osnova.io\/b5c6a2ee-a61f-581f-aa98-dcd3be79fd33\/&quot;,&quot;url&quot;:&quot;https:\/\/vc.ru\/tech&quot;,&quot;type&quot;:2},&quot;place&quot;:&quot;feed&quot;,&quot;isHidden&quot;:false,&quot;count_likes&quot;:6,&quot;count_dislikes&quot;:null,&quot;gtm&quot;:&quot;Popular \u2014 Feed Item&quot;,&quot;action&quot;:&quot;like&quot;,&quot;size&quot;:&quot;default&quot;}} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item"> <!--googleoff: all--> <!--noindex--> <vue name="comments-counter"> <textarea hidden class="l-hidden"> {&quot;id&quot;:1098187,&quot;type&quot;:&quot;num&quot;,&quot;link&quot;:&quot;https:\/\/vc.ru\/tech\/1098187-v-rossii-otkryli-predzakazy-na-xiaomi-14-ultra-po-cene-150-tysyach-rubley&quot;,&quot;gtm&quot;:&quot;Popular \u2014 Feed Item \u2014 Comments \u2014 Click&quot;,&quot;prevCount&quot;:null,&quot;count&quot;:84,&quot;isAuthorized&quot;:false} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--controls"> <!--googleoff: all--> <!--noindex--> <vue name="layout-repost"> <textarea hidden> {"contentId":1098187,"count":0,"isReposted":false,"gtm":"Popular \u2014 Feed Item \u2014 Repost \u2014 Click"} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--shrink"> <!--googleoff: all--> <!--noindex--> <vue name="bookmark"> <textarea hidden class="l-hidden"> {&quot;id&quot;:1098187,&quot;type&quot;:1,&quot;typeStr&quot;:&quot;content&quot;,&quot;showTitle&quot;:false,&quot;initialState&quot;:{&quot;isActive&quot;:false},&quot;gtm&quot;:&quot;Popular \u2014 Feed Item \u2014 Add To Favorites \u2014 Click&quot;} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--share content-footer__item--desktop"> <!--googleoff: all--> <!--noindex--> <vue name="layout-shares"> <textarea hidden> {"id":1098187,"gtm":"Popular \u2014 Feed Item \u2014 Share \u2014 Click"} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--right"> <!--googleoff: all--> <!--noindex--> <vue name="likes"> <textarea hidden class="l-hidden"> {&quot;likeData&quot;:{&quot;id&quot;:1098187,&quot;type&quot;:1,&quot;typeStr&quot;:&quot;content&quot;,&quot;state&quot;:0,&quot;withUsers&quot;:1,&quot;contentId&quot;:1098187,&quot;subsite&quot;:{&quot;id&quot;:199117,&quot;name&quot;:&quot;\u0422\u0435\u0445\u043d\u0438\u043a\u0430&quot;,&quot;avatar&quot;:&quot;https:\/\/leonardo.osnova.io\/b5c6a2ee-a61f-581f-aa98-dcd3be79fd33\/&quot;,&quot;url&quot;:&quot;https:\/\/vc.ru\/tech&quot;,&quot;type&quot;:2},&quot;place&quot;:&quot;feed&quot;,&quot;isHidden&quot;:false,&quot;count_likes&quot;:6,&quot;count_dislikes&quot;:null,&quot;gtm&quot;:&quot;Popular \u2014 Feed Item&quot;,&quot;action&quot;:&quot;dislike&quot;,&quot;size&quot;:&quot;default&quot;}} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> </div> </div> </div> <div class="feed__item l-island-round" data-position="3" data-gtm="Feed — Item 3 — Click" > <div class="l-mb-28 lm-mb-20 content-feed content-feed--hr content-feed--1097149 l-island-bg l-island-round" air-module="module.entry" air-click="feed_item_clicked?content_id=1097149" air-entry-type="short" data-feed-item-id="content_1097149" data-content-id="1097149" data-publish-date="1711631292" data-location="whole-site" data-feed-name="popular"data-island-analytics="true" > <div class=" content-header content-header--short content-header--anon l-island-a "> <div class="content-header__info"> <div class="content-header-author content-header-author--subsite content-header__item content-header-author--shrink"> <a href="https://vc.ru/hr" data-gtm="Popular — Feed Item — Subsite Name — Click"> <div class="content-header-author__avatar"> <img class="andropov_image " air-module="module.andropov" data-andropov-type="image" data-image-src="https://leonardo.osnova.io/7e34636c-3189-5ba0-a2b3-c1c9ee18b5ba/" data-image-name="" style=";background-color: #b55467;" src="data:image/gif;base64,R0lGODlhAQABAJAAAP8AAAAAACH5BAUQAAAALAAAAAABAAEAAAICBAEAOw=="/> </div> <div class="content-header-author__name"> Карьера </div> </a> </div> <div class="content-header-author content-header-author--user content-header__item content-header-author--desktop"> <a class="content-header-author__name" href="https://vc.ru/u/320739-kseniya-skurat-huntress-notes" data-gtm="Popular — Feed Item — Author Name — Click"> Ксения Скурат - Huntress Notes </a> </div> <a class="content-header__item content-header-number" href="https://vc.ru/hr/1097149-gde-vzyat-lyudey-kadrovyy-golod-kak-vyzov-dlya-biznesa" data-gtm="Popular — Feed Item — Date — Click"> <time class="time" air-module="module.date" data-date="1711631292" data-type="medium" title="28.03.2024 16:08:12 (Europe/Moscow)">4&nbsp;часа</time> </a> </div> <div class="content-header__spacer"></div> <div class="content-header__item content-header__item--listen"> <button class="v-button v-button--inline v-button--size-tiny" data-layout-desktop="icon,label" data-layout-mobile="icon" data-title="«Где взять людей?»: кадровый голод как вызов для бизнеса" data-duration="0" data-gtm="audio_version_start" air-click="Listen audio entry?place=feed&url=https://vc.ru/hr/1097149-gde-vzyat-lyudey-kadrovyy-golod-kak-vyzov-dlya-biznesa" > <div class="v-button__icon v-button__icon--new"> <svg class="icon icon--v_headphones" width="24" height="24" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#v_headphones"></use></svg> </div> <span class="v-button__label listen-button-label"> Слушать </span> </button> </div> <div class="content-header__item content-header__item--subscribe content-header__subscribe"> <!--googleoff: all--> <!--noindex--> <vue name="layout-subscribe-button"> <textarea hidden class="l-hidden"> {&quot;isShowSubscribedButtonLabels&quot;:true,&quot;subsiteId&quot;:199121,&quot;isShowNotificationsButton&quot;:false,&quot;isSubscribed&quot;:false,&quot;isNotificationsEnabled&quot;:false,&quot;type&quot;:&quot;full&quot;,&quot;buttonType&quot;:&quot;inline&quot;,&quot;size&quot;:&quot;tiny&quot;,&quot;mobileSize&quot;:&quot;&quot;,&quot;subscribeButtonIcon&quot;:&quot;v_follow&quot;,&quot;isShortOnMobile&quot;:false,&quot;gtm&quot;:&quot;Subscribe suggestion \u2014 Anon feed item&quot;,&quot;subscribeGtmClicks&quot;:[&quot;Subscribe suggestion \u2014 Anon feed item \u2014 Clicked&quot;,&quot;Feed Item \u2014 Subscribe Button \u2014 Click&quot;]} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> </div> <div class=" content content--short "> <div class="content-container"> <div class="content-title content-title--short l-island-a"> «Где взять людей?»: кадровый голод как вызов для бизнеса </div> <figure class="figure-image"> <style> @media (min-width: 998px) { .content-image--a9a9e936-85aa-5ad5-9ad2-eb4c4e588aeb { --offset: 0px; } } </style> <div class="l-island-c"> <div class="content-image content-image--a9a9e936-85aa-5ad5-9ad2-eb4c4e588aeb"> <div class="andropov_image " style="max-height: 692px;max-width: 997px;" air-module="module.andropov" data-andropov-type="image" data-image-width="1500" data-image-height="692" data-image-max-width="997" data-image-max-height="692" data-image-src="https://leonardo.osnova.io/a9a9e936-85aa-5ad5-9ad2-eb4c4e588aeb/"> <div class="andropov_image__inner" style=";padding-bottom: 46.1340%;background: linear-gradient(90deg, #ccc7d2, #000000);"></div> </div> </div> </div> </figure> </div> <a class="content-link" href="https://vc.ru/hr/1097149-gde-vzyat-lyudey-kadrovyy-golod-kak-vyzov-dlya-biznesa" data-analytics="Popular — Feed Item"></a> </div> <div class="content-counters content-counters--short l-island-a"> <div class="post-counters" air-module="module.postCounters" title="11151 показов, 1383 открытий" data-content-id="1097149" data-gtm="Popular — Feed Item — Views — Click" data-views="11151" data-hits="1383" data-send-hit="" > <div class="post-counters__item"> <span class="post-counters__value">11K</span> <span class="post-counters__label">показов</span> </div> <div class="post-counters__item"> <span class="post-counters__value">1.3K</span> <span class="post-counters__label">открытий</span> </div> </div> <!--googleoff: all--> <!--noindex--> <vue name="awards"> <textarea hidden class="l-hidden"> {&quot;entityType&quot;:&quot;post&quot;,&quot;entityId&quot;:1097149,&quot;awards&quot;:[]} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer content-footer--short l-island-a" air-module="module.liveAnswers"> <div class="content-footer__item"> <!--googleoff: all--> <!--noindex--> <vue name="likes"> <textarea hidden class="l-hidden"> {&quot;likeData&quot;:{&quot;id&quot;:1097149,&quot;type&quot;:1,&quot;typeStr&quot;:&quot;content&quot;,&quot;state&quot;:0,&quot;withUsers&quot;:1,&quot;contentId&quot;:1097149,&quot;subsite&quot;:{&quot;id&quot;:199121,&quot;name&quot;:&quot;\u041a\u0430\u0440\u044c\u0435\u0440\u0430&quot;,&quot;avatar&quot;:&quot;https:\/\/leonardo.osnova.io\/7e34636c-3189-5ba0-a2b3-c1c9ee18b5ba\/&quot;,&quot;url&quot;:&quot;https:\/\/vc.ru\/hr&quot;,&quot;type&quot;:2},&quot;place&quot;:&quot;feed&quot;,&quot;isHidden&quot;:false,&quot;count_likes&quot;:38,&quot;count_dislikes&quot;:null,&quot;gtm&quot;:&quot;Popular \u2014 Feed Item&quot;,&quot;action&quot;:&quot;like&quot;,&quot;size&quot;:&quot;default&quot;}} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item"> <!--googleoff: all--> <!--noindex--> <vue name="comments-counter"> <textarea hidden class="l-hidden"> {&quot;id&quot;:1097149,&quot;type&quot;:&quot;num&quot;,&quot;link&quot;:&quot;https:\/\/vc.ru\/hr\/1097149-gde-vzyat-lyudey-kadrovyy-golod-kak-vyzov-dlya-biznesa&quot;,&quot;gtm&quot;:&quot;Popular \u2014 Feed Item \u2014 Comments \u2014 Click&quot;,&quot;prevCount&quot;:null,&quot;count&quot;:78,&quot;isAuthorized&quot;:false} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--controls"> <!--googleoff: all--> <!--noindex--> <vue name="layout-repost"> <textarea hidden> {"contentId":1097149,"count":0,"isReposted":false,"gtm":"Popular \u2014 Feed Item \u2014 Repost \u2014 Click"} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--shrink"> <!--googleoff: all--> <!--noindex--> <vue name="bookmark"> <textarea hidden class="l-hidden"> {&quot;id&quot;:1097149,&quot;type&quot;:1,&quot;typeStr&quot;:&quot;content&quot;,&quot;showTitle&quot;:false,&quot;initialState&quot;:{&quot;isActive&quot;:false},&quot;gtm&quot;:&quot;Popular \u2014 Feed Item \u2014 Add To Favorites \u2014 Click&quot;} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--share content-footer__item--desktop"> <!--googleoff: all--> <!--noindex--> <vue name="layout-shares"> <textarea hidden> {"id":1097149,"gtm":"Popular \u2014 Feed Item \u2014 Share \u2014 Click"} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--right"> <!--googleoff: all--> <!--noindex--> <vue name="likes"> <textarea hidden class="l-hidden"> {&quot;likeData&quot;:{&quot;id&quot;:1097149,&quot;type&quot;:1,&quot;typeStr&quot;:&quot;content&quot;,&quot;state&quot;:0,&quot;withUsers&quot;:1,&quot;contentId&quot;:1097149,&quot;subsite&quot;:{&quot;id&quot;:199121,&quot;name&quot;:&quot;\u041a\u0430\u0440\u044c\u0435\u0440\u0430&quot;,&quot;avatar&quot;:&quot;https:\/\/leonardo.osnova.io\/7e34636c-3189-5ba0-a2b3-c1c9ee18b5ba\/&quot;,&quot;url&quot;:&quot;https:\/\/vc.ru\/hr&quot;,&quot;type&quot;:2},&quot;place&quot;:&quot;feed&quot;,&quot;isHidden&quot;:false,&quot;count_likes&quot;:38,&quot;count_dislikes&quot;:null,&quot;gtm&quot;:&quot;Popular \u2014 Feed Item&quot;,&quot;action&quot;:&quot;dislike&quot;,&quot;size&quot;:&quot;default&quot;}} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> </div> </div> </div> <div class="feed__item l-island-round" data-position="4" data-gtm="Feed — Item 4 — Click" > <div class="l-mb-28 lm-mb-20 content-feed content-feed--legal content-feed--1098152 l-island-bg l-island-round" air-module="module.entry" air-click="feed_item_clicked?content_id=1098152" air-entry-type="short" data-feed-item-id="content_1098152" data-content-id="1098152" data-publish-date="1711643844" data-location="whole-site" data-feed-name="popular"data-island-analytics="true" > <div class=" content-header content-header--short content-header--anon l-island-a "> <div class="content-header__info"> <div class="content-header-author content-header-author--subsite content-header__item content-header-author--shrink"> <a href="https://vc.ru/legal" data-gtm="Popular — Feed Item — Subsite Name — Click"> <div class="content-header-author__avatar"> <img class="andropov_image " air-module="module.andropov" data-andropov-type="image" data-image-src="https://leonardo.osnova.io/66a239d6-25ee-5e14-b060-aba72e356b5b/" data-image-name="" style=";background-color: #4d3834;" src="data:image/gif;base64,R0lGODlhAQABAJAAAP8AAAAAACH5BAUQAAAALAAAAAABAAEAAAICBAEAOw=="/> </div> <div class="content-header-author__name"> Право </div> </a> </div> <div class="content-header-author content-header-author--user content-header__item content-header-author--desktop"> <a class="content-header-author__name" href="https://vc.ru/u/617692-evgeniya-evseeva" data-gtm="Popular — Feed Item — Author Name — Click"> Евгения Евсеева </a> <div class="content-header-author__approved"> <span class="subsite-badge subsite-badge--small subsite-badge--plus" data-badge="plus" data-badge-source="Badge" data-badge-uuid="1ee853e4-44de-69d0-a5fc-b8f9f9f94831" data-subsite-id="617692" > <img src="https://vc.ru/subsiteBadge/1ee853e4-44de-69d0-a5fc-b8f9f9f94831" width="16" height="16" /> </span> </div> </div> <a class="content-header__item content-header-number" href="https://vc.ru/legal/1098152-sud-prigovoril-osnovatelya-ftx-sema-benkmana-frida-k-25-godam-tyurmy-po-obvineniyu-v-moshennichestve" data-gtm="Popular — Feed Item — Date — Click"> <time class="time" air-module="module.date" data-date="1711643844" data-type="medium" title="28.03.2024 19:37:24 (Europe/Moscow)">1&nbsp;час</time> </a> </div> <div class="content-header__spacer"></div> <div class="content-header__item content-header__item--subscribe content-header__subscribe"> <!--googleoff: all--> <!--noindex--> <vue name="layout-subscribe-button"> <textarea hidden class="l-hidden"> {&quot;isShowSubscribedButtonLabels&quot;:true,&quot;subsiteId&quot;:199120,&quot;isShowNotificationsButton&quot;:false,&quot;isSubscribed&quot;:false,&quot;isNotificationsEnabled&quot;:false,&quot;type&quot;:&quot;full&quot;,&quot;buttonType&quot;:&quot;inline&quot;,&quot;size&quot;:&quot;tiny&quot;,&quot;mobileSize&quot;:&quot;&quot;,&quot;subscribeButtonIcon&quot;:&quot;v_follow&quot;,&quot;isShortOnMobile&quot;:false,&quot;gtm&quot;:&quot;Subscribe suggestion \u2014 Anon feed item&quot;,&quot;subscribeGtmClicks&quot;:[&quot;Subscribe suggestion \u2014 Anon feed item \u2014 Clicked&quot;,&quot;Feed Item \u2014 Subscribe Button \u2014 Click&quot;]} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> </div> <div class=" content content--short "> <div class="content-container"> <div class="content-title content-title--short l-island-a"> Суд приговорил основателя FTX Сэма Бэнкмана-Фрида к 25 годам тюрьмы по обвинению в <span class="content-title__last-word">мошенничестве <a href="/editorial"> <span class="content-editorial-tick"> <span>Статьи редакции</span> <svg class="icon icon--v_editorial" width="24" height="24" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#v_editorial"></use></svg> </span> </a> </span> </div> <div class="l-island-a"> <p>Максимальное наказание могло составить 110 лет.</p> </div> <figure class="figure-image"> <style> @media (min-width: 691px) { .content-image--d53e2924-7536-5708-b58d-eca4ae2c5096 { --offset: 0px; } } </style> <div class="l-island-c"> <div class="content-image content-image--d53e2924-7536-5708-b58d-eca4ae2c5096"> <div class="andropov_image " style="max-height: 720px;max-width: 690px;" air-module="module.andropov" data-andropov-type="image" data-image-width="1080" data-image-height="720" data-image-max-width="690" data-image-max-height="720" data-image-src="https://leonardo.osnova.io/d53e2924-7536-5708-b58d-eca4ae2c5096/"> <div class="andropov_image__inner" style=";padding-bottom: 66.6667%;background: linear-gradient(90deg, #404451, #000000);"></div> </div> </div> <div class="l-island-a"> <figcaption class="content-image-caption"> Сэм Бэнкман-Фрид на слушаниях в суде 30 марта 2023 года. Фото <a href="https://www.reuters.com/technology/who-is-sam-bankman-fried-onetime-crypto-mogul-facing-decades-prison-2024-03-28/" rel="nofollow noreferrer noopener" target="_blank">Reuters</a> </figcaption> </div> </div> </figure> </div> <a class="content-link" href="https://vc.ru/legal/1098152-sud-prigovoril-osnovatelya-ftx-sema-benkmana-frida-k-25-godam-tyurmy-po-obvineniyu-v-moshennichestve" data-analytics="Popular — Feed Item"></a> </div> <div class="content-counters content-counters--short l-island-a"> <div class="post-counters" air-module="module.postCounters" title="1747 показов, 1759 открытий" data-content-id="1098152" data-gtm="Popular — Feed Item — Views — Click" data-views="1747" data-hits="1759" data-send-hit="" > <div class="post-counters__item"> <span class="post-counters__value">1.7K</span> <span class="post-counters__label">показов</span> </div> <div class="post-counters__item"> <span class="post-counters__value">1.7K</span> <span class="post-counters__label">открытий</span> </div> </div> <!--googleoff: all--> <!--noindex--> <vue name="awards"> <textarea hidden class="l-hidden"> {&quot;entityType&quot;:&quot;post&quot;,&quot;entityId&quot;:1098152,&quot;awards&quot;:[]} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer content-footer--short l-island-a" air-module="module.liveAnswers"> <div class="content-footer__item"> <!--googleoff: all--> <!--noindex--> <vue name="likes"> <textarea hidden class="l-hidden"> {&quot;likeData&quot;:{&quot;id&quot;:1098152,&quot;type&quot;:1,&quot;typeStr&quot;:&quot;content&quot;,&quot;state&quot;:0,&quot;withUsers&quot;:1,&quot;contentId&quot;:1098152,&quot;subsite&quot;:{&quot;id&quot;:199120,&quot;name&quot;:&quot;\u041f\u0440\u0430\u0432\u043e&quot;,&quot;avatar&quot;:&quot;https:\/\/leonardo.osnova.io\/66a239d6-25ee-5e14-b060-aba72e356b5b\/&quot;,&quot;url&quot;:&quot;https:\/\/vc.ru\/legal&quot;,&quot;type&quot;:2},&quot;place&quot;:&quot;feed&quot;,&quot;isHidden&quot;:false,&quot;count_likes&quot;:4,&quot;count_dislikes&quot;:null,&quot;gtm&quot;:&quot;Popular \u2014 Feed Item&quot;,&quot;action&quot;:&quot;like&quot;,&quot;size&quot;:&quot;default&quot;}} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item"> <!--googleoff: all--> <!--noindex--> <vue name="comments-counter"> <textarea hidden class="l-hidden"> {&quot;id&quot;:1098152,&quot;type&quot;:&quot;num&quot;,&quot;link&quot;:&quot;https:\/\/vc.ru\/legal\/1098152-sud-prigovoril-osnovatelya-ftx-sema-benkmana-frida-k-25-godam-tyurmy-po-obvineniyu-v-moshennichestve&quot;,&quot;gtm&quot;:&quot;Popular \u2014 Feed Item \u2014 Comments \u2014 Click&quot;,&quot;prevCount&quot;:null,&quot;count&quot;:32,&quot;isAuthorized&quot;:false} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--controls"> <!--googleoff: all--> <!--noindex--> <vue name="layout-repost"> <textarea hidden> {"contentId":1098152,"count":0,"isReposted":false,"gtm":"Popular \u2014 Feed Item \u2014 Repost \u2014 Click"} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--shrink"> <!--googleoff: all--> <!--noindex--> <vue name="bookmark"> <textarea hidden class="l-hidden"> {&quot;id&quot;:1098152,&quot;type&quot;:1,&quot;typeStr&quot;:&quot;content&quot;,&quot;showTitle&quot;:false,&quot;initialState&quot;:{&quot;isActive&quot;:false},&quot;gtm&quot;:&quot;Popular \u2014 Feed Item \u2014 Add To Favorites \u2014 Click&quot;} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--share content-footer__item--desktop"> <!--googleoff: all--> <!--noindex--> <vue name="layout-shares"> <textarea hidden> {"id":1098152,"gtm":"Popular \u2014 Feed Item \u2014 Share \u2014 Click"} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--right"> <!--googleoff: all--> <!--noindex--> <vue name="likes"> <textarea hidden class="l-hidden"> {&quot;likeData&quot;:{&quot;id&quot;:1098152,&quot;type&quot;:1,&quot;typeStr&quot;:&quot;content&quot;,&quot;state&quot;:0,&quot;withUsers&quot;:1,&quot;contentId&quot;:1098152,&quot;subsite&quot;:{&quot;id&quot;:199120,&quot;name&quot;:&quot;\u041f\u0440\u0430\u0432\u043e&quot;,&quot;avatar&quot;:&quot;https:\/\/leonardo.osnova.io\/66a239d6-25ee-5e14-b060-aba72e356b5b\/&quot;,&quot;url&quot;:&quot;https:\/\/vc.ru\/legal&quot;,&quot;type&quot;:2},&quot;place&quot;:&quot;feed&quot;,&quot;isHidden&quot;:false,&quot;count_likes&quot;:4,&quot;count_dislikes&quot;:null,&quot;gtm&quot;:&quot;Popular \u2014 Feed Item&quot;,&quot;action&quot;:&quot;dislike&quot;,&quot;size&quot;:&quot;default&quot;}} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> </div> </div> </div> <div class="feed__item l-island-round" data-position="5" data-gtm="Feed — Item 5 — Click" > <div class="l-mb-28 lm-mb-20 content-feed content-feed--unknown content-feed--1097119 l-island-bg l-island-round" air-module="module.entry" air-click="feed_item_clicked?content_id=1097119" air-entry-type="short" data-feed-item-id="content_1097119" data-content-id="1097119" data-publish-date="1711640010" data-location="whole-site" data-feed-name="popular"data-island-analytics="true" > <div class=" content-header content-header--short content-header--anon l-island-a "> <div class="content-header__info"> <div class="content-header-author content-header-author--subsite content-header__item content-header-author--shrink"> <a href="https://vc.ru/u/375587-vadim-d" data-gtm="Popular — Feed Item — Subsite Name — Click"> <div class="content-header-author__avatar"> <div class="subsite-video-avatar" data-video-avatar="3df6705b-1365-5fbd-ad3a-de4e8431c762" > <img> <video playsinline muted /> </div> </div> <div class="content-header-author__name"> Вадим Д. </div> </a> <div class="content-header-author__approved"> <span class="subsite-badge subsite-badge--small subsite-badge--plus" data-badge="plus" data-badge-source="Badge" data-badge-uuid="1ee853e4-44de-69d0-a5fc-b8f9f9f94831" data-subsite-id="375587" > <img src="https://vc.ru/subsiteBadge/1ee853e4-44de-69d0-a5fc-b8f9f9f94831" width="16" height="16" /> </span> </div> </div> <a class="content-header__item content-header-number" href="https://vc.ru/u/375587-vadim-d/1097119-novosti-za-28-marta-2024-goda-korotko-o-glavnom" data-gtm="Popular — Feed Item — Date — Click"> <time class="time" air-module="module.date" data-date="1711640010" data-type="medium" title="28.03.2024 18:33:30 (Europe/Moscow)">2&nbsp;часа</time> </a> </div> <div class="content-header__spacer"></div> <div class="content-header__item content-header__item--listen"> <button class="v-button v-button--inline v-button--size-tiny" data-layout-desktop="icon,label" data-layout-mobile="icon" data-title="Новости за 28 марта 2024 года – коротко о главном" data-duration="0" data-gtm="audio_version_start" air-click="Listen audio entry?place=feed&url=https://vc.ru/u/375587-vadim-d/1097119-novosti-za-28-marta-2024-goda-korotko-o-glavnom" > <div class="v-button__icon v-button__icon--new"> <svg class="icon icon--v_headphones" width="24" height="24" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#v_headphones"></use></svg> </div> <span class="v-button__label listen-button-label"> Слушать </span> </button> </div> <div class="content-header__item content-header__item--subscribe content-header__subscribe"> <!--googleoff: all--> <!--noindex--> <vue name="layout-subscribe-button"> <textarea hidden class="l-hidden"> {&quot;isShowSubscribedButtonLabels&quot;:true,&quot;subsiteId&quot;:375587,&quot;isShowNotificationsButton&quot;:false,&quot;isSubscribed&quot;:false,&quot;isNotificationsEnabled&quot;:false,&quot;type&quot;:&quot;full&quot;,&quot;buttonType&quot;:&quot;inline&quot;,&quot;size&quot;:&quot;tiny&quot;,&quot;mobileSize&quot;:&quot;&quot;,&quot;subscribeButtonIcon&quot;:&quot;v_follow&quot;,&quot;isShortOnMobile&quot;:false,&quot;gtm&quot;:&quot;Subscribe suggestion \u2014 Anon feed item&quot;,&quot;subscribeGtmClicks&quot;:[&quot;Subscribe suggestion \u2014 Anon feed item \u2014 Clicked&quot;,&quot;Feed Item \u2014 Subscribe Button \u2014 Click&quot;]} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> </div> <div class=" content content--short "> <div class="content-container"> <div class="content-title content-title--short l-island-a"> Новости за 28 марта 2024 года – коротко о главном </div> <div class="l-island-a"> <p>Китай <a href="https://lenta.ru/news/2024/03/28/sposob/" rel="nofollow noreferrer noopener" target="_blank">откроет</a> новые сектора экономики для иностранных инвесторов<br />Этилацетат — <a href="https://nplus1.ru/news/2024/03/27/taste-of-beer" rel="nofollow noreferrer noopener" target="_blank">важнейший компонент</a> бельгийского пива<br /><a href="https://3dnews.ru/1102248/ssha-nastorogilis-pochti-polovina-luchshih-razrabotchikov-ii-kitaytsi" rel="nofollow noreferrer noopener" target="_blank">Большинство</a> ведущих специалистов в сфере ИИ — китайцы<br />ABBA <a href="https://www.rbc.ru/life/news/660435959a794732edc1705c" rel="nofollow noreferrer noopener" target="_blank">переиздаст</a> культовый альбом «Waterloo»<br />«Амур» <a href="https://www.sports.ru/hockey/1115950124-amur-gotov-platit-radulovu-200-mln-v-god-100-mln-zarplaty-i-100-mln-bo.html" rel="nofollow noreferrer noopener" target="_blank">готов платить</a> Александру Радулову 200 млн ₽ в год</p> </div> <figure class="figure-image"> <style> @media (min-width: 691px) { .content-image--f122be80-2502-588b-99d6-d6ad129c624b { --offset: 0px; } } </style> <div class="l-island-c"> <div class="content-image content-image--f122be80-2502-588b-99d6-d6ad129c624b"> <div class="andropov_image " style="max-height: 1024px;max-width: 690px;" air-module="module.andropov" data-andropov-type="image" data-image-width="1536" data-image-height="1024" data-image-max-width="690" data-image-max-height="1024" data-image-src="https://leonardo.osnova.io/f122be80-2502-588b-99d6-d6ad129c624b/"> <div class="andropov_image__inner" style=";padding-bottom: 66.6667%;background: linear-gradient(90deg, #8e7347, #000000);"></div> </div> </div> <div class="l-island-a"> <figcaption class="content-image-caption"> Создано в сервисе <a href="https://gerwin.io/ru" rel="nofollow noreferrer noopener" target="_blank">Gerwin.io</a> | Робота научили распознавать эмоции человека и отвечать на них своими </figcaption> </div> </div> </figure> </div> <a class="content-link" href="https://vc.ru/u/375587-vadim-d/1097119-novosti-za-28-marta-2024-goda-korotko-o-glavnom" data-analytics="Popular — Feed Item"></a> </div> <div class="content-counters content-counters--short l-island-a"> <div class="post-counters" air-module="module.postCounters" title="2285 показов, 163 открытий" data-content-id="1097119" data-gtm="Popular — Feed Item — Views — Click" data-views="2285" data-hits="163" data-send-hit="" > <div class="post-counters__item"> <span class="post-counters__value">2.2K</span> <span class="post-counters__label">показов</span> </div> <div class="post-counters__item"> <span class="post-counters__value">163</span> <span class="post-counters__label">открытия</span> </div> <div class="post-counters__item post-counters__item--no-hover"> <span class="post-counters__value">1</span> <span class="post-counters__label">репост</span> </div> </div> <!--googleoff: all--> <!--noindex--> <vue name="awards"> <textarea hidden class="l-hidden"> {&quot;entityType&quot;:&quot;post&quot;,&quot;entityId&quot;:1097119,&quot;awards&quot;:[]} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer content-footer--short l-island-a" air-module="module.liveAnswers"> <div class="content-footer__item"> <!--googleoff: all--> <!--noindex--> <vue name="likes"> <textarea hidden class="l-hidden"> {&quot;likeData&quot;:{&quot;id&quot;:1097119,&quot;type&quot;:1,&quot;typeStr&quot;:&quot;content&quot;,&quot;state&quot;:0,&quot;withUsers&quot;:1,&quot;contentId&quot;:1097119,&quot;subsite&quot;:{&quot;id&quot;:375587,&quot;name&quot;:&quot;\u0412\u0430\u0434\u0438\u043c \u0414.&quot;,&quot;avatar&quot;:&quot;https:\/\/leonardo.osnova.io\/3df6705b-1365-5fbd-ad3a-de4e8431c762\/&quot;,&quot;url&quot;:&quot;https:\/\/vc.ru\/u\/375587-vadim-d&quot;,&quot;type&quot;:1},&quot;place&quot;:&quot;feed&quot;,&quot;isHidden&quot;:false,&quot;count_likes&quot;:16,&quot;count_dislikes&quot;:null,&quot;gtm&quot;:&quot;Popular \u2014 Feed Item&quot;,&quot;action&quot;:&quot;like&quot;,&quot;size&quot;:&quot;default&quot;}} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item"> <!--googleoff: all--> <!--noindex--> <vue name="comments-counter"> <textarea hidden class="l-hidden"> {&quot;id&quot;:1097119,&quot;type&quot;:&quot;num&quot;,&quot;link&quot;:&quot;https:\/\/vc.ru\/u\/375587-vadim-d\/1097119-novosti-za-28-marta-2024-goda-korotko-o-glavnom&quot;,&quot;gtm&quot;:&quot;Popular \u2014 Feed Item \u2014 Comments \u2014 Click&quot;,&quot;prevCount&quot;:null,&quot;count&quot;:18,&quot;isAuthorized&quot;:false} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--controls"> <!--googleoff: all--> <!--noindex--> <vue name="layout-repost"> <textarea hidden> {"contentId":1097119,"count":1,"isReposted":false,"gtm":"Popular \u2014 Feed Item \u2014 Repost \u2014 Click"} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--shrink"> <!--googleoff: all--> <!--noindex--> <vue name="bookmark"> <textarea hidden class="l-hidden"> {&quot;id&quot;:1097119,&quot;type&quot;:1,&quot;typeStr&quot;:&quot;content&quot;,&quot;showTitle&quot;:false,&quot;initialState&quot;:{&quot;isActive&quot;:false},&quot;gtm&quot;:&quot;Popular \u2014 Feed Item \u2014 Add To Favorites \u2014 Click&quot;} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--share content-footer__item--desktop"> <!--googleoff: all--> <!--noindex--> <vue name="layout-shares"> <textarea hidden> {"id":1097119,"gtm":"Popular \u2014 Feed Item \u2014 Share \u2014 Click"} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--right"> <!--googleoff: all--> <!--noindex--> <vue name="likes"> <textarea hidden class="l-hidden"> {&quot;likeData&quot;:{&quot;id&quot;:1097119,&quot;type&quot;:1,&quot;typeStr&quot;:&quot;content&quot;,&quot;state&quot;:0,&quot;withUsers&quot;:1,&quot;contentId&quot;:1097119,&quot;subsite&quot;:{&quot;id&quot;:375587,&quot;name&quot;:&quot;\u0412\u0430\u0434\u0438\u043c \u0414.&quot;,&quot;avatar&quot;:&quot;https:\/\/leonardo.osnova.io\/3df6705b-1365-5fbd-ad3a-de4e8431c762\/&quot;,&quot;url&quot;:&quot;https:\/\/vc.ru\/u\/375587-vadim-d&quot;,&quot;type&quot;:1},&quot;place&quot;:&quot;feed&quot;,&quot;isHidden&quot;:false,&quot;count_likes&quot;:16,&quot;count_dislikes&quot;:null,&quot;gtm&quot;:&quot;Popular \u2014 Feed Item&quot;,&quot;action&quot;:&quot;dislike&quot;,&quot;size&quot;:&quot;default&quot;}} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> </div> </div> </div> <vue name="booster"> <textarea hidden class="l-hidden"> { "osnovaUnitId": null, "url": "https://booster.osnova.io/a/relevant?site=vc&v=2", "place": "index_feed", "site": "vc", "settings": {&quot;modes&quot;:{&quot;externalLink&quot;:{&quot;buttonLabels&quot;:[&quot;\u0423\u0437\u043d\u0430\u0442\u044c&quot;,&quot;\u0427\u0438\u0442\u0430\u0442\u044c&quot;,&quot;\u041d\u0430\u0447\u0430\u0442\u044c&quot;,&quot;\u0417\u0430\u043a\u0430\u0437\u0430\u0442\u044c&quot;,&quot;\u041a\u0443\u043f\u0438\u0442\u044c&quot;,&quot;\u041f\u043e\u043b\u0443\u0447\u0438\u0442\u044c&quot;,&quot;\u0421\u043a\u0430\u0447\u0430\u0442\u044c&quot;,&quot;\u041f\u0435\u0440\u0435\u0439\u0442\u0438&quot;]}},&quot;deviceList&quot;:{&quot;desktop&quot;:&quot;\u0414\u0435\u0441\u043a\u0442\u043e\u043f&quot;,&quot;smartphone&quot;:&quot;\u0421\u043c\u0430\u0440\u0442\u0444\u043e\u043d\u044b&quot;,&quot;tablet&quot;:&quot;\u041f\u043b\u0430\u043d\u0448\u0435\u0442\u044b&quot;}} } </textarea> </vue> <div class="l-mb-28 lm-mb-20"></div> <div class="feed__item l-island-round" data-position="6" data-gtm="Feed — Item 6 — Click" > <div class="l-mb-28 lm-mb-20 content-feed content-feed--life content-feed--1095702 l-island-bg l-island-round" air-module="module.entry" air-click="feed_item_clicked?content_id=1095702" air-entry-type="short" data-feed-item-id="content_1095702" data-content-id="1095702" data-publish-date="1711629329" data-location="whole-site" data-feed-name="popular"data-island-analytics="true" > <div class=" content-header content-header--short content-header--anon l-island-a "> <div class="content-header__info"> <div class="content-header-author content-header-author--subsite content-header__item content-header-author--shrink"> <a href="https://vc.ru/life" data-gtm="Popular — Feed Item — Subsite Name — Click"> <div class="content-header-author__avatar"> <img class="andropov_image " air-module="module.andropov" data-andropov-type="image" data-image-src="https://leonardo.osnova.io/68e0e807-2b43-55b9-9b76-b3f0f76f3d32/" data-image-name="" style=";background-color: #93dbd3;" src="data:image/gif;base64,R0lGODlhAQABAJAAAP8AAAAAACH5BAUQAAAALAAAAAABAAEAAAICBAEAOw=="/> </div> <div class="content-header-author__name"> Личный опыт </div> </a> </div> <div class="content-header-author content-header-author--user content-header__item content-header-author--desktop"> <a class="content-header-author__name" href="https://vc.ru/u/2875330-andrey-chirin" data-gtm="Popular — Feed Item — Author Name — Click"> Андрей Чирин </a> <div class="content-header-author__approved"> <span class="subsite-badge subsite-badge--small subsite-badge--plus" data-badge="plus" data-badge-source="Badge" data-badge-uuid="1ee4281e-b189-6840-aca8-c2b27ffffb1a" data-subsite-id="2875330" > <img src="https://vc.ru/subsiteBadge/1ee4281e-b189-6840-aca8-c2b27ffffb1a" width="16" height="16" /> </span> </div> </div> <a class="content-header__item content-header-number" href="https://vc.ru/life/1095702-kak-my-razgovorili-aytishnikov-i-zapustili-imho-podkast-ohvatyvayushchiy-70-sotrudnikov" data-gtm="Popular — Feed Item — Date — Click"> <time class="time" air-module="module.date" data-date="1711629329" data-type="medium" title="28.03.2024 15:35:29 (Europe/Moscow)">5&nbsp;часов</time> </a> </div> <div class="content-header__spacer"></div> <div class="content-header__item content-header__item--listen"> <button class="v-button v-button--inline v-button--size-tiny" data-layout-desktop="icon,label" data-layout-mobile="icon" data-title="Как мы разговорили айтишников и запустили IMHO – подкаст, охватывающий 70% сотрудников" data-duration="0" data-gtm="audio_version_start" air-click="Listen audio entry?place=feed&url=https://vc.ru/life/1095702-kak-my-razgovorili-aytishnikov-i-zapustili-imho-podkast-ohvatyvayushchiy-70-sotrudnikov" > <div class="v-button__icon v-button__icon--new"> <svg class="icon icon--v_headphones" width="24" height="24" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#v_headphones"></use></svg> </div> <span class="v-button__label listen-button-label"> Слушать </span> </button> </div> <div class="content-header__item content-header__item--subscribe content-header__subscribe"> <!--googleoff: all--> <!--noindex--> <vue name="layout-subscribe-button"> <textarea hidden class="l-hidden"> {&quot;isShowSubscribedButtonLabels&quot;:true,&quot;subsiteId&quot;:199123,&quot;isShowNotificationsButton&quot;:false,&quot;isSubscribed&quot;:false,&quot;isNotificationsEnabled&quot;:false,&quot;type&quot;:&quot;full&quot;,&quot;buttonType&quot;:&quot;inline&quot;,&quot;size&quot;:&quot;tiny&quot;,&quot;mobileSize&quot;:&quot;&quot;,&quot;subscribeButtonIcon&quot;:&quot;v_follow&quot;,&quot;isShortOnMobile&quot;:false,&quot;gtm&quot;:&quot;Subscribe suggestion \u2014 Anon feed item&quot;,&quot;subscribeGtmClicks&quot;:[&quot;Subscribe suggestion \u2014 Anon feed item \u2014 Clicked&quot;,&quot;Feed Item \u2014 Subscribe Button \u2014 Click&quot;]} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> </div> <div class=" content content--short "> <div class="content-container"> <div class="content-title content-title--short l-island-a"> Как мы разговорили айтишников и запустили IMHO – подкаст, охватывающий 70% сотрудников </div> <div class="l-island-a"> <p>История из личного опыта: как мы запускали проект, благодаря которому люди могли бы узнавать друг друга не только в рабочем плане.</p> </div> <figure class="figure-image"> <style> @media (min-width: 818px) { .content-image--b206d0a6-a51b-533e-836b-7c53da922999 { --offset: 0px; } } </style> <div class="l-island-c"> <div class="content-image content-image--b206d0a6-a51b-533e-836b-7c53da922999"> <div class="andropov_image " style="max-height: 721px;max-width: 817px;" air-module="module.andropov" data-andropov-type="image" data-image-width="1280" data-image-height="721" data-image-max-width="817" data-image-max-height="721" data-image-src="https://leonardo.osnova.io/b206d0a6-a51b-533e-836b-7c53da922999/"> <div class="andropov_image__inner" style=";padding-bottom: 56.3285%;background: linear-gradient(90deg, #1b191a, #000000);"></div> </div> </div> </div> </figure> </div> <a class="content-link" href="https://vc.ru/life/1095702-kak-my-razgovorili-aytishnikov-i-zapustili-imho-podkast-ohvatyvayushchiy-70-sotrudnikov" data-analytics="Popular — Feed Item"></a> </div> <div class="content-counters content-counters--short l-island-a"> <div class="post-counters" air-module="module.postCounters" title="10551 показов, 694 открытий" data-content-id="1095702" data-gtm="Popular — Feed Item — Views — Click" data-views="10551" data-hits="694" data-send-hit="" > <div class="post-counters__item"> <span class="post-counters__value">10K</span> <span class="post-counters__label">показов</span> </div> <div class="post-counters__item"> <span class="post-counters__value">694</span> <span class="post-counters__label">открытия</span> </div> </div> <!--googleoff: all--> <!--noindex--> <vue name="awards"> <textarea hidden class="l-hidden"> {&quot;entityType&quot;:&quot;post&quot;,&quot;entityId&quot;:1095702,&quot;awards&quot;:[]} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer content-footer--short l-island-a" air-module="module.liveAnswers"> <div class="content-footer__item"> <!--googleoff: all--> <!--noindex--> <vue name="likes"> <textarea hidden class="l-hidden"> {&quot;likeData&quot;:{&quot;id&quot;:1095702,&quot;type&quot;:1,&quot;typeStr&quot;:&quot;content&quot;,&quot;state&quot;:0,&quot;withUsers&quot;:1,&quot;contentId&quot;:1095702,&quot;subsite&quot;:{&quot;id&quot;:199123,&quot;name&quot;:&quot;\u041b\u0438\u0447\u043d\u044b\u0439 \u043e\u043f\u044b\u0442&quot;,&quot;avatar&quot;:&quot;https:\/\/leonardo.osnova.io\/68e0e807-2b43-55b9-9b76-b3f0f76f3d32\/&quot;,&quot;url&quot;:&quot;https:\/\/vc.ru\/life&quot;,&quot;type&quot;:2},&quot;place&quot;:&quot;feed&quot;,&quot;isHidden&quot;:false,&quot;count_likes&quot;:29,&quot;count_dislikes&quot;:null,&quot;gtm&quot;:&quot;Popular \u2014 Feed Item&quot;,&quot;action&quot;:&quot;like&quot;,&quot;size&quot;:&quot;default&quot;}} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item"> <!--googleoff: all--> <!--noindex--> <vue name="comments-counter"> <textarea hidden class="l-hidden"> {&quot;id&quot;:1095702,&quot;type&quot;:&quot;num&quot;,&quot;link&quot;:&quot;https:\/\/vc.ru\/life\/1095702-kak-my-razgovorili-aytishnikov-i-zapustili-imho-podkast-ohvatyvayushchiy-70-sotrudnikov&quot;,&quot;gtm&quot;:&quot;Popular \u2014 Feed Item \u2014 Comments \u2014 Click&quot;,&quot;prevCount&quot;:null,&quot;count&quot;:51,&quot;isAuthorized&quot;:false} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--controls"> <!--googleoff: all--> <!--noindex--> <vue name="layout-repost"> <textarea hidden> {"contentId":1095702,"count":0,"isReposted":false,"gtm":"Popular \u2014 Feed Item \u2014 Repost \u2014 Click"} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--shrink"> <!--googleoff: all--> <!--noindex--> <vue name="bookmark"> <textarea hidden class="l-hidden"> {&quot;id&quot;:1095702,&quot;type&quot;:1,&quot;typeStr&quot;:&quot;content&quot;,&quot;showTitle&quot;:false,&quot;initialState&quot;:{&quot;isActive&quot;:false},&quot;gtm&quot;:&quot;Popular \u2014 Feed Item \u2014 Add To Favorites \u2014 Click&quot;} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--share content-footer__item--desktop"> <!--googleoff: all--> <!--noindex--> <vue name="layout-shares"> <textarea hidden> {"id":1095702,"gtm":"Popular \u2014 Feed Item \u2014 Share \u2014 Click"} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--right"> <!--googleoff: all--> <!--noindex--> <vue name="likes"> <textarea hidden class="l-hidden"> {&quot;likeData&quot;:{&quot;id&quot;:1095702,&quot;type&quot;:1,&quot;typeStr&quot;:&quot;content&quot;,&quot;state&quot;:0,&quot;withUsers&quot;:1,&quot;contentId&quot;:1095702,&quot;subsite&quot;:{&quot;id&quot;:199123,&quot;name&quot;:&quot;\u041b\u0438\u0447\u043d\u044b\u0439 \u043e\u043f\u044b\u0442&quot;,&quot;avatar&quot;:&quot;https:\/\/leonardo.osnova.io\/68e0e807-2b43-55b9-9b76-b3f0f76f3d32\/&quot;,&quot;url&quot;:&quot;https:\/\/vc.ru\/life&quot;,&quot;type&quot;:2},&quot;place&quot;:&quot;feed&quot;,&quot;isHidden&quot;:false,&quot;count_likes&quot;:29,&quot;count_dislikes&quot;:null,&quot;gtm&quot;:&quot;Popular \u2014 Feed Item&quot;,&quot;action&quot;:&quot;dislike&quot;,&quot;size&quot;:&quot;default&quot;}} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> </div> </div> </div> <div class="feed__item l-island-round" data-position="7" data-gtm="Feed — Item 7 — Click" > <div class="l-mb-28 lm-mb-20 content-feed content-feed--trade content-feed--1097048 l-island-bg l-island-round" air-module="module.entry" air-click="feed_item_clicked?content_id=1097048" air-entry-type="short" data-feed-item-id="content_1097048" data-content-id="1097048" data-publish-date="1711608268" data-location="whole-site" data-feed-name="popular"data-island-analytics="true" > <div class=" content-header content-header--short content-header--anon l-island-a "> <div class="content-header__info"> <div class="content-header-author content-header-author--subsite content-header__item content-header-author--shrink"> <a href="https://vc.ru/trade" data-gtm="Popular — Feed Item — Subsite Name — Click"> <div class="content-header-author__avatar"> <img class="andropov_image " air-module="module.andropov" data-andropov-type="image" data-image-src="https://leonardo.osnova.io/1630220b-e511-58f6-8916-826857983f77/" data-image-name="" style=";background-color: #7cebdb;" src="data:image/gif;base64,R0lGODlhAQABAJAAAP8AAAAAACH5BAUQAAAALAAAAAABAAEAAAICBAEAOw=="/> </div> <div class="content-header-author__name"> Торговля </div> </a> </div> <div class="content-header-author content-header-author--user content-header__item content-header-author--desktop"> <a class="content-header-author__name" href="https://vc.ru/u/74761-artur-tomilko" data-gtm="Popular — Feed Item — Author Name — Click"> Артур Томилко </a> <div class="content-header-author__approved"> <span class="subsite-badge subsite-badge--small subsite-badge--plus" data-badge="plus" data-badge-source="Badge" data-badge-uuid="1ee853e4-44df-6580-a9e2-304c5ea30163" data-subsite-id="74761" > <img src="https://vc.ru/subsiteBadge/1ee853e4-44df-6580-a9e2-304c5ea30163" width="16" height="16" /> </span> </div> </div> <a class="content-header__item content-header-number" href="https://vc.ru/trade/1097048-s-1-aprelya-2024-goda-porog-besposhlinnogo-vvoza-tovarov-snizitsya-s-1000-do-200-vedomosti" data-gtm="Popular — Feed Item — Date — Click"> <time class="time" air-module="module.date" data-date="1711608268" data-type="medium" title="28.03.2024 09:44:28 (Europe/Moscow)">11&nbsp;часов</time> </a> </div> <div class="content-header__spacer"></div> <div class="content-header__item content-header__item--subscribe content-header__subscribe"> <!--googleoff: all--> <!--noindex--> <vue name="layout-subscribe-button"> <textarea hidden class="l-hidden"> {&quot;isShowSubscribedButtonLabels&quot;:true,&quot;subsiteId&quot;:199122,&quot;isShowNotificationsButton&quot;:false,&quot;isSubscribed&quot;:false,&quot;isNotificationsEnabled&quot;:false,&quot;type&quot;:&quot;full&quot;,&quot;buttonType&quot;:&quot;inline&quot;,&quot;size&quot;:&quot;tiny&quot;,&quot;mobileSize&quot;:&quot;&quot;,&quot;subscribeButtonIcon&quot;:&quot;v_follow&quot;,&quot;isShortOnMobile&quot;:false,&quot;gtm&quot;:&quot;Subscribe suggestion \u2014 Anon feed item&quot;,&quot;subscribeGtmClicks&quot;:[&quot;Subscribe suggestion \u2014 Anon feed item \u2014 Clicked&quot;,&quot;Feed Item \u2014 Subscribe Button \u2014 Click&quot;]} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> </div> <div class=" content content--short "> <div class="content-container"> <div class="content-title content-title--short l-island-a"> С 1 апреля 2024 года порог беспошлинного ввоза товаров снизится с €1000 до €200 — <span class="content-title__last-word">«Ведомости» <a href="/editorial"> <span class="content-editorial-tick"> <span>Статьи редакции</span> <svg class="icon icon--v_editorial" width="24" height="24" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#v_editorial"></use></svg> </span> </a> </span> </div> <div class="l-island-a"> <p>Страны ЕАЭС так и не приняли решение о сохранении лимита. </p> </div> </div> <a class="content-link" href="https://vc.ru/trade/1097048-s-1-aprelya-2024-goda-porog-besposhlinnogo-vvoza-tovarov-snizitsya-s-1000-do-200-vedomosti" data-analytics="Popular — Feed Item"></a> </div> <div class="content-counters content-counters--short l-island-a"> <div class="post-counters" air-module="module.postCounters" title="44377 показов, 12589 открытий" data-content-id="1097048" data-gtm="Popular — Feed Item — Views — Click" data-views="44377" data-hits="12589" data-send-hit="" > <div class="post-counters__item"> <span class="post-counters__value">44K</span> <span class="post-counters__label">показов</span> </div> <div class="post-counters__item"> <span class="post-counters__value">12K</span> <span class="post-counters__label">открытий</span> </div> <div class="post-counters__item post-counters__item--no-hover"> <span class="post-counters__value">1</span> <span class="post-counters__label">репост</span> </div> </div> <!--googleoff: all--> <!--noindex--> <vue name="awards"> <textarea hidden class="l-hidden"> {&quot;entityType&quot;:&quot;post&quot;,&quot;entityId&quot;:1097048,&quot;awards&quot;:[]} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer content-footer--short l-island-a" air-module="module.liveAnswers"> <div class="content-footer__item"> <!--googleoff: all--> <!--noindex--> <vue name="likes"> <textarea hidden class="l-hidden"> {&quot;likeData&quot;:{&quot;id&quot;:1097048,&quot;type&quot;:1,&quot;typeStr&quot;:&quot;content&quot;,&quot;state&quot;:0,&quot;withUsers&quot;:1,&quot;contentId&quot;:1097048,&quot;subsite&quot;:{&quot;id&quot;:199122,&quot;name&quot;:&quot;\u0422\u043e\u0440\u0433\u043e\u0432\u043b\u044f&quot;,&quot;avatar&quot;:&quot;https:\/\/leonardo.osnova.io\/1630220b-e511-58f6-8916-826857983f77\/&quot;,&quot;url&quot;:&quot;https:\/\/vc.ru\/trade&quot;,&quot;type&quot;:2},&quot;place&quot;:&quot;feed&quot;,&quot;isHidden&quot;:false,&quot;count_likes&quot;:27,&quot;count_dislikes&quot;:null,&quot;gtm&quot;:&quot;Popular \u2014 Feed Item&quot;,&quot;action&quot;:&quot;like&quot;,&quot;size&quot;:&quot;default&quot;}} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item"> <!--googleoff: all--> <!--noindex--> <vue name="comments-counter"> <textarea hidden class="l-hidden"> {&quot;id&quot;:1097048,&quot;type&quot;:&quot;num&quot;,&quot;link&quot;:&quot;https:\/\/vc.ru\/trade\/1097048-s-1-aprelya-2024-goda-porog-besposhlinnogo-vvoza-tovarov-snizitsya-s-1000-do-200-vedomosti&quot;,&quot;gtm&quot;:&quot;Popular \u2014 Feed Item \u2014 Comments \u2014 Click&quot;,&quot;prevCount&quot;:null,&quot;count&quot;:494,&quot;isAuthorized&quot;:false} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--controls"> <!--googleoff: all--> <!--noindex--> <vue name="layout-repost"> <textarea hidden> {"contentId":1097048,"count":1,"isReposted":false,"gtm":"Popular \u2014 Feed Item \u2014 Repost \u2014 Click"} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--shrink"> <!--googleoff: all--> <!--noindex--> <vue name="bookmark"> <textarea hidden class="l-hidden"> {&quot;id&quot;:1097048,&quot;type&quot;:1,&quot;typeStr&quot;:&quot;content&quot;,&quot;showTitle&quot;:false,&quot;initialState&quot;:{&quot;isActive&quot;:false},&quot;gtm&quot;:&quot;Popular \u2014 Feed Item \u2014 Add To Favorites \u2014 Click&quot;} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--share content-footer__item--desktop"> <!--googleoff: all--> <!--noindex--> <vue name="layout-shares"> <textarea hidden> {"id":1097048,"gtm":"Popular \u2014 Feed Item \u2014 Share \u2014 Click"} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--right"> <!--googleoff: all--> <!--noindex--> <vue name="likes"> <textarea hidden class="l-hidden"> {&quot;likeData&quot;:{&quot;id&quot;:1097048,&quot;type&quot;:1,&quot;typeStr&quot;:&quot;content&quot;,&quot;state&quot;:0,&quot;withUsers&quot;:1,&quot;contentId&quot;:1097048,&quot;subsite&quot;:{&quot;id&quot;:199122,&quot;name&quot;:&quot;\u0422\u043e\u0440\u0433\u043e\u0432\u043b\u044f&quot;,&quot;avatar&quot;:&quot;https:\/\/leonardo.osnova.io\/1630220b-e511-58f6-8916-826857983f77\/&quot;,&quot;url&quot;:&quot;https:\/\/vc.ru\/trade&quot;,&quot;type&quot;:2},&quot;place&quot;:&quot;feed&quot;,&quot;isHidden&quot;:false,&quot;count_likes&quot;:27,&quot;count_dislikes&quot;:null,&quot;gtm&quot;:&quot;Popular \u2014 Feed Item&quot;,&quot;action&quot;:&quot;dislike&quot;,&quot;size&quot;:&quot;default&quot;}} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> </div> </div> </div> <div class="feed__item l-island-round" data-position="8" data-gtm="Feed — Item 8 — Click" > <div class="l-mb-28 lm-mb-20 content-feed content-feed--crypto content-feed--1098266 l-island-bg l-island-round" air-module="module.entry" air-click="feed_item_clicked?content_id=1098266" air-entry-type="short" data-feed-item-id="content_1098266" data-content-id="1098266" data-publish-date="1711647457" data-location="whole-site" data-feed-name="popular"data-island-analytics="true" > <div class=" content-header content-header--short content-header--anon l-island-a "> <div class="content-header__info"> <div class="content-header-author content-header-author--subsite content-header__item content-header-author--shrink"> <a href="https://vc.ru/crypto" data-gtm="Popular — Feed Item — Subsite Name — Click"> <div class="content-header-author__avatar"> <img class="andropov_image " air-module="module.andropov" data-andropov-type="image" data-image-src="https://leonardo.osnova.io/77f5cd05-839c-5688-8194-b475c4978dd1/" data-image-name="" style=";background-color: #cbcbb3;" src="data:image/gif;base64,R0lGODlhAQABAJAAAP8AAAAAACH5BAUQAAAALAAAAAABAAEAAAICBAEAOw=="/> </div> <div class="content-header-author__name"> Крипто </div> </a> </div> <div class="content-header-author content-header-author--user content-header__item content-header-author--desktop"> <a class="content-header-author__name" href="https://vc.ru/u/1231795-anton-vainerman" data-gtm="Popular — Feed Item — Author Name — Click"> Anton Vainerman </a> <div class="content-header-author__approved"> <span class="subsite-badge subsite-badge--small subsite-badge--plus" data-badge="plus" data-badge-source="Badge" data-badge-uuid="1ee4281e-b189-6840-aca8-c2b27ffffb1a" data-subsite-id="1231795" > <img src="https://vc.ru/subsiteBadge/1ee4281e-b189-6840-aca8-c2b27ffffb1a" width="16" height="16" /> </span> </div> </div> <a class="content-header__item content-header-number" href="https://vc.ru/crypto/1098266-chem-kriptobirzha-otlichaetsya-ot-kriptokoshelka-podrobno-otvechayu-na-chastyy-vopros" data-gtm="Popular — Feed Item — Date — Click"> <time class="time" air-module="module.date" data-date="1711647457" data-type="medium" title="28.03.2024 20:37:37 (Europe/Moscow)">21&nbsp;мин</time> </a> </div> <div class="content-header__spacer"></div> <div class="content-header__item content-header__item--subscribe content-header__subscribe"> <!--googleoff: all--> <!--noindex--> <vue name="layout-subscribe-button"> <textarea hidden class="l-hidden"> {&quot;isShowSubscribedButtonLabels&quot;:true,&quot;subsiteId&quot;:199126,&quot;isShowNotificationsButton&quot;:false,&quot;isSubscribed&quot;:false,&quot;isNotificationsEnabled&quot;:false,&quot;type&quot;:&quot;full&quot;,&quot;buttonType&quot;:&quot;inline&quot;,&quot;size&quot;:&quot;tiny&quot;,&quot;mobileSize&quot;:&quot;&quot;,&quot;subscribeButtonIcon&quot;:&quot;v_follow&quot;,&quot;isShortOnMobile&quot;:false,&quot;gtm&quot;:&quot;Subscribe suggestion \u2014 Anon feed item&quot;,&quot;subscribeGtmClicks&quot;:[&quot;Subscribe suggestion \u2014 Anon feed item \u2014 Clicked&quot;,&quot;Feed Item \u2014 Subscribe Button \u2014 Click&quot;]} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> </div> <div class=" content content--short "> <div class="content-container"> <div class="content-title content-title--short l-island-a"> Чем криптобиржа отличается от криптокошелька: подробно отвечаю на частый вопрос </div> <div class="l-island-a"> <p>Хранить криптовалюту можно на бирже или кошельке, но не все понимают разницу. Поэтому я часто наблюдаю, как ребята в чатах отправляют свою крипту на торговые площадки, и больше никогда её не видят. Рассказываю, чем отличаются разные способы хранения, и что выбрать, чтобы не потерять активы.</p> </div> <figure class="figure-image"> <style> @media (min-width: 705px) { .content-image--ececad63-cd58-57dc-a0e9-7caf0cfbfe19 { --offset: 0px; } } </style> <div class="l-island-c"> <div class="content-image content-image--ececad63-cd58-57dc-a0e9-7caf0cfbfe19"> <div class="andropov_image " style="max-height: 1306px;max-width: 704px;" air-module="module.andropov" data-andropov-type="image" data-image-width="1999" data-image-height="1306" data-image-max-width="704" data-image-max-height="1306" data-image-src="https://leonardo.osnova.io/ececad63-cd58-57dc-a0e9-7caf0cfbfe19/"> <div class="andropov_image__inner" style=";padding-bottom: 65.3339%;background: linear-gradient(90deg, #070612, #000000);"></div> </div> </div> </div> </figure> </div> <a class="content-link" href="https://vc.ru/crypto/1098266-chem-kriptobirzha-otlichaetsya-ot-kriptokoshelka-podrobno-otvechayu-na-chastyy-vopros" data-analytics="Popular — Feed Item"></a> </div> <div class="content-counters content-counters--short l-island-a"> <div class="post-counters" air-module="module.postCounters" title="190 показов, 57 открытий" data-content-id="1098266" data-gtm="Popular — Feed Item — Views — Click" data-views="190" data-hits="57" data-send-hit="" > <div class="post-counters__item"> <span class="post-counters__value">190</span> <span class="post-counters__label">показов</span> </div> <div class="post-counters__item"> <span class="post-counters__value">57</span> <span class="post-counters__label">открытий</span> </div> </div> <!--googleoff: all--> <!--noindex--> <vue name="awards"> <textarea hidden class="l-hidden"> {&quot;entityType&quot;:&quot;post&quot;,&quot;entityId&quot;:1098266,&quot;awards&quot;:[]} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer content-footer--short l-island-a" air-module="module.liveAnswers"> <div class="content-footer__item"> <!--googleoff: all--> <!--noindex--> <vue name="likes"> <textarea hidden class="l-hidden"> {&quot;likeData&quot;:{&quot;id&quot;:1098266,&quot;type&quot;:1,&quot;typeStr&quot;:&quot;content&quot;,&quot;state&quot;:0,&quot;withUsers&quot;:1,&quot;contentId&quot;:1098266,&quot;subsite&quot;:{&quot;id&quot;:199126,&quot;name&quot;:&quot;\u041a\u0440\u0438\u043f\u0442\u043e&quot;,&quot;avatar&quot;:&quot;https:\/\/leonardo.osnova.io\/77f5cd05-839c-5688-8194-b475c4978dd1\/&quot;,&quot;url&quot;:&quot;https:\/\/vc.ru\/crypto&quot;,&quot;type&quot;:2},&quot;place&quot;:&quot;feed&quot;,&quot;isHidden&quot;:false,&quot;count_likes&quot;:5,&quot;count_dislikes&quot;:null,&quot;gtm&quot;:&quot;Popular \u2014 Feed Item&quot;,&quot;action&quot;:&quot;like&quot;,&quot;size&quot;:&quot;default&quot;}} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item"> <!--googleoff: all--> <!--noindex--> <vue name="comments-counter"> <textarea hidden class="l-hidden"> {&quot;id&quot;:1098266,&quot;type&quot;:&quot;num&quot;,&quot;link&quot;:&quot;https:\/\/vc.ru\/crypto\/1098266-chem-kriptobirzha-otlichaetsya-ot-kriptokoshelka-podrobno-otvechayu-na-chastyy-vopros&quot;,&quot;gtm&quot;:&quot;Popular \u2014 Feed Item \u2014 Comments \u2014 Click&quot;,&quot;prevCount&quot;:null,&quot;count&quot;:8,&quot;isAuthorized&quot;:false} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--controls"> <!--googleoff: all--> <!--noindex--> <vue name="layout-repost"> <textarea hidden> {"contentId":1098266,"count":0,"isReposted":false,"gtm":"Popular \u2014 Feed Item \u2014 Repost \u2014 Click"} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--shrink"> <!--googleoff: all--> <!--noindex--> <vue name="bookmark"> <textarea hidden class="l-hidden"> {&quot;id&quot;:1098266,&quot;type&quot;:1,&quot;typeStr&quot;:&quot;content&quot;,&quot;showTitle&quot;:false,&quot;initialState&quot;:{&quot;isActive&quot;:false},&quot;gtm&quot;:&quot;Popular \u2014 Feed Item \u2014 Add To Favorites \u2014 Click&quot;} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--share content-footer__item--desktop"> <!--googleoff: all--> <!--noindex--> <vue name="layout-shares"> <textarea hidden> {"id":1098266,"gtm":"Popular \u2014 Feed Item \u2014 Share \u2014 Click"} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--right"> <!--googleoff: all--> <!--noindex--> <vue name="likes"> <textarea hidden class="l-hidden"> {&quot;likeData&quot;:{&quot;id&quot;:1098266,&quot;type&quot;:1,&quot;typeStr&quot;:&quot;content&quot;,&quot;state&quot;:0,&quot;withUsers&quot;:1,&quot;contentId&quot;:1098266,&quot;subsite&quot;:{&quot;id&quot;:199126,&quot;name&quot;:&quot;\u041a\u0440\u0438\u043f\u0442\u043e&quot;,&quot;avatar&quot;:&quot;https:\/\/leonardo.osnova.io\/77f5cd05-839c-5688-8194-b475c4978dd1\/&quot;,&quot;url&quot;:&quot;https:\/\/vc.ru\/crypto&quot;,&quot;type&quot;:2},&quot;place&quot;:&quot;feed&quot;,&quot;isHidden&quot;:false,&quot;count_likes&quot;:5,&quot;count_dislikes&quot;:null,&quot;gtm&quot;:&quot;Popular \u2014 Feed Item&quot;,&quot;action&quot;:&quot;dislike&quot;,&quot;size&quot;:&quot;default&quot;}} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> </div> </div> </div> <div class="l-mb-28 lm-mb-20 content-feed content-feed--begovatovd content-feed--1089698 l-island-bg l-island-round" air-module="module.entry" air-click="feed_item_clicked?content_id=1089698" air-entry-type="short" data-feed-item-id="content_1089698" data-content-id="1089698" data-publish-date="1711177306" data-location="my-feed" data-feed-name="popular"data-gtm="Feed — Discussed Widget — Click"data-island-analytics="true" > <div class=" content-header content-header--short content-header--anon l-island-a "> <div class="content-header__info"> <div class="content-header-author content-header-author--subsite content-header__item "> <a href="https://vc.ru/begovatovd" data-gtm="Popular — Feed Item — Subsite Name — Click"> <div class="content-header-author__avatar"> <img class="andropov_image " air-module="module.andropov" data-andropov-type="image" data-image-src="https://leonardo.osnova.io/d69fdcd2-9f8a-7306-c19b-e2ebe8508b54/" data-image-name="" style=";background-color: #21382d;" src="data:image/gif;base64,R0lGODlhAQABAJAAAP8AAAAAACH5BAUQAAAALAAAAAABAAEAAAICBAEAOw=="/> </div> <div class="content-header-author__name"> Дмитрий Беговатов </div> </a> <div class="content-header-author__approved"> <span class="subsite-badge subsite-badge--small subsite-badge--plus" data-badge="plus" data-badge-source="Badge" data-badge-uuid="1ee42822-90a7-6570-b456-79c9fffff97d" data-subsite-id="93158" > <img src="https://vc.ru/subsiteBadge/1ee42822-90a7-6570-b456-79c9fffff97d" width="16" height="16" /> </span> </div> </div> <span class="content-header-promoted content-header__item"> Обсуждаемое </span> </div> <div class="content-header__spacer"></div> </div> <div class=" content content--short "> <div class="content-container"> <div class="content-title content-title--short l-island-a"> Сегодня без субботнего самопиара. Скорбим вместе с пострадавшими и их семьями </div> <figure class="figure-image"> <style> @media (min-width: 691px) { .content-image--254b4166-8ea2-5ac5-89a0-1b98912dccd0 { --offset: 0px; } } </style> <div class="l-island-c"> <div class="content-image content-image--254b4166-8ea2-5ac5-89a0-1b98912dccd0"> <div class="andropov_image " style="max-height: 667px;max-width: 690px;" air-module="module.andropov" data-andropov-type="image" data-image-width="1000" data-image-height="667" data-image-max-width="690" data-image-max-height="667" data-image-src="https://leonardo.osnova.io/254b4166-8ea2-5ac5-89a0-1b98912dccd0/"> <div class="andropov_image__inner" style=";padding-bottom: 66.6978%;background: linear-gradient(90deg, #050404, #000000);"></div> </div> </div> </div> </figure> </div> <a class="content-link" href="https://vc.ru/begovatovd/1089698-segodnya-bez-subbotnego-samopiara-skorbim-vmeste-s-postradavshimi-i-ih-semyami" data-analytics="Popular — Feed Item"></a> </div> <div class="content-counters content-counters--short l-island-a"> <div class="post-counters" air-module="module.postCounters" title="66620 показов, 13378 открытий" data-content-id="1089698" data-gtm="Popular — Feed Item — Views — Click" data-views="66620" data-hits="13378" data-send-hit="" > <div class="post-counters__item"> <span class="post-counters__value">66K</span> <span class="post-counters__label">показов</span> </div> <div class="post-counters__item"> <span class="post-counters__value">13K</span> <span class="post-counters__label">открытий</span> </div> </div> <!--googleoff: all--> <!--noindex--> <vue name="awards"> <textarea hidden class="l-hidden"> {&quot;entityType&quot;:&quot;post&quot;,&quot;entityId&quot;:1089698,&quot;awards&quot;:[]} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer content-footer--short l-island-a" air-module="module.liveAnswers"> <div class="content-footer__item"> <!--googleoff: all--> <!--noindex--> <vue name="likes"> <textarea hidden class="l-hidden"> {&quot;likeData&quot;:{&quot;id&quot;:1089698,&quot;type&quot;:1,&quot;typeStr&quot;:&quot;content&quot;,&quot;state&quot;:0,&quot;withUsers&quot;:1,&quot;contentId&quot;:1089698,&quot;subsite&quot;:{&quot;id&quot;:93158,&quot;name&quot;:&quot;\u0414\u043c\u0438\u0442\u0440\u0438\u0439 \u0411\u0435\u0433\u043e\u0432\u0430\u0442\u043e\u0432&quot;,&quot;avatar&quot;:&quot;https:\/\/leonardo.osnova.io\/d69fdcd2-9f8a-7306-c19b-e2ebe8508b54\/&quot;,&quot;url&quot;:&quot;https:\/\/vc.ru\/begovatovd&quot;,&quot;type&quot;:1},&quot;place&quot;:&quot;feed&quot;,&quot;isHidden&quot;:false,&quot;count_likes&quot;:221,&quot;count_dislikes&quot;:null,&quot;gtm&quot;:&quot;Popular \u2014 Feed Item&quot;,&quot;action&quot;:&quot;like&quot;,&quot;size&quot;:&quot;default&quot;}} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item"> <!--googleoff: all--> <!--noindex--> <vue name="comments-counter"> <textarea hidden class="l-hidden"> {&quot;id&quot;:1089698,&quot;type&quot;:&quot;num&quot;,&quot;link&quot;:&quot;https:\/\/vc.ru\/begovatovd\/1089698-segodnya-bez-subbotnego-samopiara-skorbim-vmeste-s-postradavshimi-i-ih-semyami&quot;,&quot;gtm&quot;:&quot;Popular \u2014 Feed Item \u2014 Comments \u2014 Click&quot;,&quot;prevCount&quot;:null,&quot;count&quot;:492,&quot;isAuthorized&quot;:false} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--controls"> <!--googleoff: all--> <!--noindex--> <vue name="layout-repost"> <textarea hidden> {"contentId":1089698,"count":0,"isReposted":false,"gtm":"Popular \u2014 Feed Item \u2014 Repost \u2014 Click"} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--shrink"> <!--googleoff: all--> <!--noindex--> <vue name="bookmark"> <textarea hidden class="l-hidden"> {&quot;id&quot;:1089698,&quot;type&quot;:1,&quot;typeStr&quot;:&quot;content&quot;,&quot;showTitle&quot;:false,&quot;initialState&quot;:{&quot;isActive&quot;:false},&quot;gtm&quot;:&quot;Popular \u2014 Feed Item \u2014 Add To Favorites \u2014 Click&quot;} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--share content-footer__item--desktop"> <!--googleoff: all--> <!--noindex--> <vue name="layout-shares"> <textarea hidden> {"id":1089698,"gtm":"Popular \u2014 Feed Item \u2014 Share \u2014 Click"} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--right"> <!--googleoff: all--> <!--noindex--> <vue name="likes"> <textarea hidden class="l-hidden"> {&quot;likeData&quot;:{&quot;id&quot;:1089698,&quot;type&quot;:1,&quot;typeStr&quot;:&quot;content&quot;,&quot;state&quot;:0,&quot;withUsers&quot;:1,&quot;contentId&quot;:1089698,&quot;subsite&quot;:{&quot;id&quot;:93158,&quot;name&quot;:&quot;\u0414\u043c\u0438\u0442\u0440\u0438\u0439 \u0411\u0435\u0433\u043e\u0432\u0430\u0442\u043e\u0432&quot;,&quot;avatar&quot;:&quot;https:\/\/leonardo.osnova.io\/d69fdcd2-9f8a-7306-c19b-e2ebe8508b54\/&quot;,&quot;url&quot;:&quot;https:\/\/vc.ru\/begovatovd&quot;,&quot;type&quot;:1},&quot;place&quot;:&quot;feed&quot;,&quot;isHidden&quot;:false,&quot;count_likes&quot;:221,&quot;count_dislikes&quot;:null,&quot;gtm&quot;:&quot;Popular \u2014 Feed Item&quot;,&quot;action&quot;:&quot;dislike&quot;,&quot;size&quot;:&quot;default&quot;}} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> </div> </div> <div class="feed__item l-island-round" data-position="9" data-gtm="Feed — Item 9 — Click" > <div class="l-mb-28 lm-mb-20 content-feed content-feed--transport content-feed--1097453 l-island-bg l-island-round" air-module="module.entry" air-click="feed_item_clicked?content_id=1097453" air-entry-type="short" data-feed-item-id="content_1097453" data-content-id="1097453" data-publish-date="1711619944" data-location="whole-site" data-feed-name="popular"data-island-analytics="true" > <div class=" content-header content-header--short content-header--anon l-island-a "> <div class="content-header__info"> <div class="content-header-author content-header-author--subsite content-header__item content-header-author--shrink"> <a href="https://vc.ru/transport" data-gtm="Popular — Feed Item — Subsite Name — Click"> <div class="content-header-author__avatar"> <img class="andropov_image " air-module="module.andropov" data-andropov-type="image" data-image-src="https://leonardo.osnova.io/e3bad364-086e-503b-89f0-bd4bbe9a0634/" data-image-name="" style=";background-color: #f79a65;" src="data:image/gif;base64,R0lGODlhAQABAJAAAP8AAAAAACH5BAUQAAAALAAAAAABAAEAAAICBAEAOw=="/> </div> <div class="content-header-author__name"> Транспорт </div> </a> </div> <div class="content-header-author content-header-author--user content-header__item content-header-author--desktop"> <a class="content-header-author__name" href="https://vc.ru/u/283507-tanya-bobrova" data-gtm="Popular — Feed Item — Author Name — Click"> Таня Боброва </a> <div class="content-header-author__approved"> <span class="subsite-badge subsite-badge--small subsite-badge--plus" data-badge="plus" data-badge-source="Badge" data-badge-uuid="1ee42822-90a7-6570-b456-79c9fffff97d" data-subsite-id="283507" > <img src="https://vc.ru/subsiteBadge/1ee42822-90a7-6570-b456-79c9fffff97d" width="16" height="16" /> </span> </div> </div> <a class="content-header__item content-header-number" href="https://vc.ru/transport/1097453-yandeks-drayv-vozobnovil-rabotu-v-kazani" data-gtm="Popular — Feed Item — Date — Click"> <time class="time" air-module="module.date" data-date="1711619944" data-type="medium" title="28.03.2024 12:59:04 (Europe/Moscow)">7&nbsp;часов</time> </a> </div> <div class="content-header__spacer"></div> <div class="content-header__item content-header__item--subscribe content-header__subscribe"> <!--googleoff: all--> <!--noindex--> <vue name="layout-subscribe-button"> <textarea hidden class="l-hidden"> {&quot;isShowSubscribedButtonLabels&quot;:true,&quot;subsiteId&quot;:199115,&quot;isShowNotificationsButton&quot;:false,&quot;isSubscribed&quot;:false,&quot;isNotificationsEnabled&quot;:false,&quot;type&quot;:&quot;full&quot;,&quot;buttonType&quot;:&quot;inline&quot;,&quot;size&quot;:&quot;tiny&quot;,&quot;mobileSize&quot;:&quot;&quot;,&quot;subscribeButtonIcon&quot;:&quot;v_follow&quot;,&quot;isShortOnMobile&quot;:false,&quot;gtm&quot;:&quot;Subscribe suggestion \u2014 Anon feed item&quot;,&quot;subscribeGtmClicks&quot;:[&quot;Subscribe suggestion \u2014 Anon feed item \u2014 Clicked&quot;,&quot;Feed Item \u2014 Subscribe Button \u2014 Click&quot;]} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> </div> <div class=" content content--short "> <div class="content-container"> <div class="content-title content-title--short l-island-a"> «Яндекс Драйв» возобновил работу в <span class="content-title__last-word">Казани <a href="/editorial"> <span class="content-editorial-tick"> <span>Статьи редакции</span> <svg class="icon icon--v_editorial" width="24" height="24" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#v_editorial"></use></svg> </span> </a> </span> </div> <div class="l-island-a"> <p>С 2022 года пользователи не могли арендовать машины.</p> </div> <figure class="figure-image"> <style> @media (min-width: 819px) { .content-image--cd4f4a2d-2051-5afa-bc2a-6ddce215e2c1 { --offset: 0px; } } </style> <div class="l-island-c"> <div class="content-image content-image--cd4f4a2d-2051-5afa-bc2a-6ddce215e2c1"> <div class="andropov_image " style="max-height: 1124px;max-width: 818px;" air-module="module.andropov" data-andropov-type="image" data-image-width="1999" data-image-height="1124" data-image-max-width="818" data-image-max-height="1124" data-image-src="https://leonardo.osnova.io/cd4f4a2d-2051-5afa-bc2a-6ddce215e2c1/"> <div class="andropov_image__inner" style=";padding-bottom: 56.2272%;background: linear-gradient(90deg, #c2cdd9, #000000);"></div> </div> </div> <div class="l-island-a"> <figcaption class="content-image-caption"> Источник: «Яндекс Драйв» </figcaption> </div> </div> </figure> </div> <a class="content-link" href="https://vc.ru/transport/1097453-yandeks-drayv-vozobnovil-rabotu-v-kazani" data-analytics="Popular — Feed Item"></a> </div> <div class="content-counters content-counters--short l-island-a"> <div class="post-counters" air-module="module.postCounters" title="12872 показов, 3314 открытий" data-content-id="1097453" data-gtm="Popular — Feed Item — Views — Click" data-views="12872" data-hits="3314" data-send-hit="" > <div class="post-counters__item"> <span class="post-counters__value">12K</span> <span class="post-counters__label">показов</span> </div> <div class="post-counters__item"> <span class="post-counters__value">3.3K</span> <span class="post-counters__label">открытий</span> </div> </div> <!--googleoff: all--> <!--noindex--> <vue name="awards"> <textarea hidden class="l-hidden"> {&quot;entityType&quot;:&quot;post&quot;,&quot;entityId&quot;:1097453,&quot;awards&quot;:[]} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer content-footer--short l-island-a" air-module="module.liveAnswers"> <div class="content-footer__item"> <!--googleoff: all--> <!--noindex--> <vue name="likes"> <textarea hidden class="l-hidden"> {&quot;likeData&quot;:{&quot;id&quot;:1097453,&quot;type&quot;:1,&quot;typeStr&quot;:&quot;content&quot;,&quot;state&quot;:0,&quot;withUsers&quot;:1,&quot;contentId&quot;:1097453,&quot;subsite&quot;:{&quot;id&quot;:199115,&quot;name&quot;:&quot;\u0422\u0440\u0430\u043d\u0441\u043f\u043e\u0440\u0442&quot;,&quot;avatar&quot;:&quot;https:\/\/leonardo.osnova.io\/e3bad364-086e-503b-89f0-bd4bbe9a0634\/&quot;,&quot;url&quot;:&quot;https:\/\/vc.ru\/transport&quot;,&quot;type&quot;:2},&quot;place&quot;:&quot;feed&quot;,&quot;isHidden&quot;:false,&quot;count_likes&quot;:12,&quot;count_dislikes&quot;:null,&quot;gtm&quot;:&quot;Popular \u2014 Feed Item&quot;,&quot;action&quot;:&quot;like&quot;,&quot;size&quot;:&quot;default&quot;}} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item"> <!--googleoff: all--> <!--noindex--> <vue name="comments-counter"> <textarea hidden class="l-hidden"> {&quot;id&quot;:1097453,&quot;type&quot;:&quot;num&quot;,&quot;link&quot;:&quot;https:\/\/vc.ru\/transport\/1097453-yandeks-drayv-vozobnovil-rabotu-v-kazani&quot;,&quot;gtm&quot;:&quot;Popular \u2014 Feed Item \u2014 Comments \u2014 Click&quot;,&quot;prevCount&quot;:null,&quot;count&quot;:117,&quot;isAuthorized&quot;:false} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--controls"> <!--googleoff: all--> <!--noindex--> <vue name="layout-repost"> <textarea hidden> {"contentId":1097453,"count":0,"isReposted":false,"gtm":"Popular \u2014 Feed Item \u2014 Repost \u2014 Click"} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--shrink"> <!--googleoff: all--> <!--noindex--> <vue name="bookmark"> <textarea hidden class="l-hidden"> {&quot;id&quot;:1097453,&quot;type&quot;:1,&quot;typeStr&quot;:&quot;content&quot;,&quot;showTitle&quot;:false,&quot;initialState&quot;:{&quot;isActive&quot;:false},&quot;gtm&quot;:&quot;Popular \u2014 Feed Item \u2014 Add To Favorites \u2014 Click&quot;} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--share content-footer__item--desktop"> <!--googleoff: all--> <!--noindex--> <vue name="layout-shares"> <textarea hidden> {"id":1097453,"gtm":"Popular \u2014 Feed Item \u2014 Share \u2014 Click"} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--right"> <!--googleoff: all--> <!--noindex--> <vue name="likes"> <textarea hidden class="l-hidden"> {&quot;likeData&quot;:{&quot;id&quot;:1097453,&quot;type&quot;:1,&quot;typeStr&quot;:&quot;content&quot;,&quot;state&quot;:0,&quot;withUsers&quot;:1,&quot;contentId&quot;:1097453,&quot;subsite&quot;:{&quot;id&quot;:199115,&quot;name&quot;:&quot;\u0422\u0440\u0430\u043d\u0441\u043f\u043e\u0440\u0442&quot;,&quot;avatar&quot;:&quot;https:\/\/leonardo.osnova.io\/e3bad364-086e-503b-89f0-bd4bbe9a0634\/&quot;,&quot;url&quot;:&quot;https:\/\/vc.ru\/transport&quot;,&quot;type&quot;:2},&quot;place&quot;:&quot;feed&quot;,&quot;isHidden&quot;:false,&quot;count_likes&quot;:12,&quot;count_dislikes&quot;:null,&quot;gtm&quot;:&quot;Popular \u2014 Feed Item&quot;,&quot;action&quot;:&quot;dislike&quot;,&quot;size&quot;:&quot;default&quot;}} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> </div> </div> </div> <vue name="booster"> <textarea hidden class="l-hidden"> { "osnovaUnitId": null, "url": "https://booster.osnova.io/a/relevant?site=vc&v=2", "place": "index_feed", "site": "vc", "settings": {&quot;modes&quot;:{&quot;externalLink&quot;:{&quot;buttonLabels&quot;:[&quot;\u0423\u0437\u043d\u0430\u0442\u044c&quot;,&quot;\u0427\u0438\u0442\u0430\u0442\u044c&quot;,&quot;\u041d\u0430\u0447\u0430\u0442\u044c&quot;,&quot;\u0417\u0430\u043a\u0430\u0437\u0430\u0442\u044c&quot;,&quot;\u041a\u0443\u043f\u0438\u0442\u044c&quot;,&quot;\u041f\u043e\u043b\u0443\u0447\u0438\u0442\u044c&quot;,&quot;\u0421\u043a\u0430\u0447\u0430\u0442\u044c&quot;,&quot;\u041f\u0435\u0440\u0435\u0439\u0442\u0438&quot;]}},&quot;deviceList&quot;:{&quot;desktop&quot;:&quot;\u0414\u0435\u0441\u043a\u0442\u043e\u043f&quot;,&quot;smartphone&quot;:&quot;\u0421\u043c\u0430\u0440\u0442\u0444\u043e\u043d\u044b&quot;,&quot;tablet&quot;:&quot;\u041f\u043b\u0430\u043d\u0448\u0435\u0442\u044b&quot;}} } </textarea> </vue> <div class="l-mb-28 lm-mb-20"></div> <div class="feed__item l-island-round" data-position="10" data-gtm="Feed — Item 10 — Click" > <div class="l-mb-28 lm-mb-20 content-feed content-feed--unknown content-feed--1096333 l-island-bg l-island-round" air-module="module.entry" air-click="feed_item_clicked?content_id=1096333" air-entry-type="short" data-feed-item-id="content_1096333" data-content-id="1096333" data-publish-date="1711626847" data-location="whole-site" data-feed-name="popular"data-island-analytics="true" > <div class=" content-header content-header--short content-header--anon l-island-a "> <div class="content-header__info"> <div class="content-header-author content-header-author--subsite content-header__item content-header-author--shrink"> <a href="https://vc.ru/u/1756025-denis-terentev" data-gtm="Popular — Feed Item — Subsite Name — Click"> <div class="content-header-author__avatar"> <img class="andropov_image " air-module="module.andropov" data-andropov-type="image" data-image-src="https://leonardo.osnova.io/bf95dcd8-8d06-5e89-a567-80f3805054c3/" data-image-name="" style=";background-color: #20262e;" src="data:image/gif;base64,R0lGODlhAQABAJAAAP8AAAAAACH5BAUQAAAALAAAAAABAAEAAAICBAEAOw=="/> </div> <div class="content-header-author__name"> Денис Терентьев </div> </a> </div> <a class="content-header__item content-header-number" href="https://vc.ru/u/1756025-denis-terentev/1096333-trudovoy-dogovor-zdorovogo-cheloveka-pomogaet-predotvratit-problemy" data-gtm="Popular — Feed Item — Date — Click"> <time class="time" air-module="module.date" data-date="1711626847" data-type="medium" title="28.03.2024 14:54:07 (Europe/Moscow)">6&nbsp;часов</time> </a> </div> <div class="content-header__spacer"></div> <div class="content-header__item content-header__item--listen"> <button class="v-button v-button--inline v-button--size-tiny" data-layout-desktop="icon,label" data-layout-mobile="icon" data-title="Трудовой договор здорового человека помогает предотвратить проблемы" data-duration="0" data-gtm="audio_version_start" air-click="Listen audio entry?place=feed&url=https://vc.ru/u/1756025-denis-terentev/1096333-trudovoy-dogovor-zdorovogo-cheloveka-pomogaet-predotvratit-problemy" > <div class="v-button__icon v-button__icon--new"> <svg class="icon icon--v_headphones" width="24" height="24" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#v_headphones"></use></svg> </div> <span class="v-button__label listen-button-label"> Слушать </span> </button> </div> <div class="content-header__item content-header__item--subscribe content-header__subscribe"> <!--googleoff: all--> <!--noindex--> <vue name="layout-subscribe-button"> <textarea hidden class="l-hidden"> {&quot;isShowSubscribedButtonLabels&quot;:true,&quot;subsiteId&quot;:1756025,&quot;isShowNotificationsButton&quot;:false,&quot;isSubscribed&quot;:false,&quot;isNotificationsEnabled&quot;:false,&quot;type&quot;:&quot;full&quot;,&quot;buttonType&quot;:&quot;inline&quot;,&quot;size&quot;:&quot;tiny&quot;,&quot;mobileSize&quot;:&quot;&quot;,&quot;subscribeButtonIcon&quot;:&quot;v_follow&quot;,&quot;isShortOnMobile&quot;:false,&quot;gtm&quot;:&quot;Subscribe suggestion \u2014 Anon feed item&quot;,&quot;subscribeGtmClicks&quot;:[&quot;Subscribe suggestion \u2014 Anon feed item \u2014 Clicked&quot;,&quot;Feed Item \u2014 Subscribe Button \u2014 Click&quot;]} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> </div> <div class=" content content--short "> <div class="content-container"> <div class="content-title content-title--short l-island-a"> Трудовой договор здорового человека помогает предотвратить проблемы </div> <div class="l-island-a"> <p>Это история о хитрости, самоуверенности и о том, что важно правильно оформлять соглашение с работником, дабы избежать в дальнейшем волокиты и неразрешимых ситуаций.</p> </div> <figure class="figure-image"> <style> @media (min-width: 820px) { .content-image--e78a29bf-3328-5342-b876-abbe97405521 { --offset: 0px; } } </style> <div class="l-island-c"> <div class="content-image content-image--e78a29bf-3328-5342-b876-abbe97405521"> <div class="andropov_image " style="max-height: 1106px;max-width: 819px;" air-module="module.andropov" data-andropov-type="image" data-image-width="1968" data-image-height="1106" data-image-max-width="819" data-image-max-height="1106" data-image-src="https://leonardo.osnova.io/e78a29bf-3328-5342-b876-abbe97405521/"> <div class="andropov_image__inner" style=";padding-bottom: 56.1987%;background: linear-gradient(90deg, #7b6b43, #000000);"></div> </div> </div> </div> </figure> </div> <a class="content-link" href="https://vc.ru/u/1756025-denis-terentev/1096333-trudovoy-dogovor-zdorovogo-cheloveka-pomogaet-predotvratit-problemy" data-analytics="Popular — Feed Item"></a> </div> <div class="content-counters content-counters--short l-island-a"> <div class="post-counters" air-module="module.postCounters" title="6313 показов, 518 открытий" data-content-id="1096333" data-gtm="Popular — Feed Item — Views — Click" data-views="6313" data-hits="518" data-send-hit="" > <div class="post-counters__item"> <span class="post-counters__value">6.3K</span> <span class="post-counters__label">показов</span> </div> <div class="post-counters__item"> <span class="post-counters__value">518</span> <span class="post-counters__label">открытий</span> </div> </div> <!--googleoff: all--> <!--noindex--> <vue name="awards"> <textarea hidden class="l-hidden"> {&quot;entityType&quot;:&quot;post&quot;,&quot;entityId&quot;:1096333,&quot;awards&quot;:[]} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer content-footer--short l-island-a" air-module="module.liveAnswers"> <div class="content-footer__item"> <!--googleoff: all--> <!--noindex--> <vue name="likes"> <textarea hidden class="l-hidden"> {&quot;likeData&quot;:{&quot;id&quot;:1096333,&quot;type&quot;:1,&quot;typeStr&quot;:&quot;content&quot;,&quot;state&quot;:0,&quot;withUsers&quot;:1,&quot;contentId&quot;:1096333,&quot;subsite&quot;:{&quot;id&quot;:1756025,&quot;name&quot;:&quot;\u0414\u0435\u043d\u0438\u0441 \u0422\u0435\u0440\u0435\u043d\u0442\u044c\u0435\u0432&quot;,&quot;avatar&quot;:&quot;https:\/\/leonardo.osnova.io\/bf95dcd8-8d06-5e89-a567-80f3805054c3\/&quot;,&quot;url&quot;:&quot;https:\/\/vc.ru\/u\/1756025-denis-terentev&quot;,&quot;type&quot;:1},&quot;place&quot;:&quot;feed&quot;,&quot;isHidden&quot;:false,&quot;count_likes&quot;:18,&quot;count_dislikes&quot;:null,&quot;gtm&quot;:&quot;Popular \u2014 Feed Item&quot;,&quot;action&quot;:&quot;like&quot;,&quot;size&quot;:&quot;default&quot;}} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item"> <!--googleoff: all--> <!--noindex--> <vue name="comments-counter"> <textarea hidden class="l-hidden"> {&quot;id&quot;:1096333,&quot;type&quot;:&quot;num&quot;,&quot;link&quot;:&quot;https:\/\/vc.ru\/u\/1756025-denis-terentev\/1096333-trudovoy-dogovor-zdorovogo-cheloveka-pomogaet-predotvratit-problemy&quot;,&quot;gtm&quot;:&quot;Popular \u2014 Feed Item \u2014 Comments \u2014 Click&quot;,&quot;prevCount&quot;:null,&quot;count&quot;:42,&quot;isAuthorized&quot;:false} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--controls"> <!--googleoff: all--> <!--noindex--> <vue name="layout-repost"> <textarea hidden> {"contentId":1096333,"count":0,"isReposted":false,"gtm":"Popular \u2014 Feed Item \u2014 Repost \u2014 Click"} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--shrink"> <!--googleoff: all--> <!--noindex--> <vue name="bookmark"> <textarea hidden class="l-hidden"> {&quot;id&quot;:1096333,&quot;type&quot;:1,&quot;typeStr&quot;:&quot;content&quot;,&quot;showTitle&quot;:false,&quot;initialState&quot;:{&quot;isActive&quot;:false},&quot;gtm&quot;:&quot;Popular \u2014 Feed Item \u2014 Add To Favorites \u2014 Click&quot;} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--share content-footer__item--desktop"> <!--googleoff: all--> <!--noindex--> <vue name="layout-shares"> <textarea hidden> {"id":1096333,"gtm":"Popular \u2014 Feed Item \u2014 Share \u2014 Click"} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--right"> <!--googleoff: all--> <!--noindex--> <vue name="likes"> <textarea hidden class="l-hidden"> {&quot;likeData&quot;:{&quot;id&quot;:1096333,&quot;type&quot;:1,&quot;typeStr&quot;:&quot;content&quot;,&quot;state&quot;:0,&quot;withUsers&quot;:1,&quot;contentId&quot;:1096333,&quot;subsite&quot;:{&quot;id&quot;:1756025,&quot;name&quot;:&quot;\u0414\u0435\u043d\u0438\u0441 \u0422\u0435\u0440\u0435\u043d\u0442\u044c\u0435\u0432&quot;,&quot;avatar&quot;:&quot;https:\/\/leonardo.osnova.io\/bf95dcd8-8d06-5e89-a567-80f3805054c3\/&quot;,&quot;url&quot;:&quot;https:\/\/vc.ru\/u\/1756025-denis-terentev&quot;,&quot;type&quot;:1},&quot;place&quot;:&quot;feed&quot;,&quot;isHidden&quot;:false,&quot;count_likes&quot;:18,&quot;count_dislikes&quot;:null,&quot;gtm&quot;:&quot;Popular \u2014 Feed Item&quot;,&quot;action&quot;:&quot;dislike&quot;,&quot;size&quot;:&quot;default&quot;}} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> </div> </div> </div> <div class="feed__item l-island-round" data-position="11" data-gtm="Feed — Item 11 — Click" > <div class="l-mb-28 lm-mb-20 content-feed content-feed--trade content-feed--1097904 l-island-bg l-island-round" air-module="module.entry" air-click="feed_item_clicked?content_id=1097904" air-entry-type="short" data-feed-item-id="content_1097904" data-content-id="1097904" data-publish-date="1711634020" data-location="whole-site" data-feed-name="popular"data-island-analytics="true" > <div class=" content-header content-header--short content-header--anon l-island-a "> <div class="content-header__info"> <div class="content-header-author content-header-author--subsite content-header__item content-header-author--shrink"> <a href="https://vc.ru/trade" data-gtm="Popular — Feed Item — Subsite Name — Click"> <div class="content-header-author__avatar"> <img class="andropov_image " air-module="module.andropov" data-andropov-type="image" data-image-src="https://leonardo.osnova.io/1630220b-e511-58f6-8916-826857983f77/" data-image-name="" style=";background-color: #7cebdb;" src="data:image/gif;base64,R0lGODlhAQABAJAAAP8AAAAAACH5BAUQAAAALAAAAAABAAEAAAICBAEAOw=="/> </div> <div class="content-header-author__name"> Торговля </div> </a> </div> <div class="content-header-author content-header-author--user content-header__item content-header-author--desktop"> <a class="content-header-author__name" href="https://vc.ru/u/74761-artur-tomilko" data-gtm="Popular — Feed Item — Author Name — Click"> Артур Томилко </a> <div class="content-header-author__approved"> <span class="subsite-badge subsite-badge--small subsite-badge--plus" data-badge="plus" data-badge-source="Badge" data-badge-uuid="1ee853e4-44df-6580-a9e2-304c5ea30163" data-subsite-id="74761" > <img src="https://vc.ru/subsiteBadge/1ee853e4-44df-6580-a9e2-304c5ea30163" width="16" height="16" /> </span> </div> </div> <a class="content-header__item content-header-number" href="https://vc.ru/trade/1097904-associaciya-uchastnikov-rynka-elektronnoy-kommercii-poprosila-fas-proverit-ozon-iz-za-servisnogo-sbora-dlya-vladelcev-pvz" data-gtm="Popular — Feed Item — Date — Click"> <time class="time" air-module="module.date" data-date="1711634020" data-type="medium" title="28.03.2024 16:53:40 (Europe/Moscow)">4&nbsp;часа</time> </a> </div> <div class="content-header__spacer"></div> <div class="content-header__item content-header__item--subscribe content-header__subscribe"> <!--googleoff: all--> <!--noindex--> <vue name="layout-subscribe-button"> <textarea hidden class="l-hidden"> {&quot;isShowSubscribedButtonLabels&quot;:true,&quot;subsiteId&quot;:199122,&quot;isShowNotificationsButton&quot;:false,&quot;isSubscribed&quot;:false,&quot;isNotificationsEnabled&quot;:false,&quot;type&quot;:&quot;full&quot;,&quot;buttonType&quot;:&quot;inline&quot;,&quot;size&quot;:&quot;tiny&quot;,&quot;mobileSize&quot;:&quot;&quot;,&quot;subscribeButtonIcon&quot;:&quot;v_follow&quot;,&quot;isShortOnMobile&quot;:false,&quot;gtm&quot;:&quot;Subscribe suggestion \u2014 Anon feed item&quot;,&quot;subscribeGtmClicks&quot;:[&quot;Subscribe suggestion \u2014 Anon feed item \u2014 Clicked&quot;,&quot;Feed Item \u2014 Subscribe Button \u2014 Click&quot;]} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> </div> <div class=" content content--short "> <div class="content-container"> <div class="content-title content-title--short l-island-a"> Ассоциация участников рынка электронной коммерции попросила ФАС проверить Ozon из-за сервисного сбора для владельцев <span class="content-title__last-word">ПВЗ <a href="/editorial"> <span class="content-editorial-tick"> <span>Статьи редакции</span> <svg class="icon icon--v_editorial" width="24" height="24" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#v_editorial"></use></svg> </span> </a> </span> </div> <div class="l-island-a"> <p>На встрече 27 марта 2024 года представители маркетплейса пообещали изменить механику расчёта сервисного сбора и снизить его.</p> </div> </div> <a class="content-link" href="https://vc.ru/trade/1097904-associaciya-uchastnikov-rynka-elektronnoy-kommercii-poprosila-fas-proverit-ozon-iz-za-servisnogo-sbora-dlya-vladelcev-pvz" data-analytics="Popular — Feed Item"></a> </div> <div class="content-counters content-counters--short l-island-a"> <div class="post-counters" air-module="module.postCounters" title="5161 показов, 1378 открытий" data-content-id="1097904" data-gtm="Popular — Feed Item — Views — Click" data-views="5161" data-hits="1378" data-send-hit="" > <div class="post-counters__item"> <span class="post-counters__value">5.1K</span> <span class="post-counters__label">показов</span> </div> <div class="post-counters__item"> <span class="post-counters__value">1.3K</span> <span class="post-counters__label">открытий</span> </div> </div> <!--googleoff: all--> <!--noindex--> <vue name="awards"> <textarea hidden class="l-hidden"> {&quot;entityType&quot;:&quot;post&quot;,&quot;entityId&quot;:1097904,&quot;awards&quot;:[]} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer content-footer--short l-island-a" air-module="module.liveAnswers"> <div class="content-footer__item"> <!--googleoff: all--> <!--noindex--> <vue name="likes"> <textarea hidden class="l-hidden"> {&quot;likeData&quot;:{&quot;id&quot;:1097904,&quot;type&quot;:1,&quot;typeStr&quot;:&quot;content&quot;,&quot;state&quot;:0,&quot;withUsers&quot;:1,&quot;contentId&quot;:1097904,&quot;subsite&quot;:{&quot;id&quot;:199122,&quot;name&quot;:&quot;\u0422\u043e\u0440\u0433\u043e\u0432\u043b\u044f&quot;,&quot;avatar&quot;:&quot;https:\/\/leonardo.osnova.io\/1630220b-e511-58f6-8916-826857983f77\/&quot;,&quot;url&quot;:&quot;https:\/\/vc.ru\/trade&quot;,&quot;type&quot;:2},&quot;place&quot;:&quot;feed&quot;,&quot;isHidden&quot;:false,&quot;count_likes&quot;:4,&quot;count_dislikes&quot;:null,&quot;gtm&quot;:&quot;Popular \u2014 Feed Item&quot;,&quot;action&quot;:&quot;like&quot;,&quot;size&quot;:&quot;default&quot;}} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item"> <!--googleoff: all--> <!--noindex--> <vue name="comments-counter"> <textarea hidden class="l-hidden"> {&quot;id&quot;:1097904,&quot;type&quot;:&quot;num&quot;,&quot;link&quot;:&quot;https:\/\/vc.ru\/trade\/1097904-associaciya-uchastnikov-rynka-elektronnoy-kommercii-poprosila-fas-proverit-ozon-iz-za-servisnogo-sbora-dlya-vladelcev-pvz&quot;,&quot;gtm&quot;:&quot;Popular \u2014 Feed Item \u2014 Comments \u2014 Click&quot;,&quot;prevCount&quot;:null,&quot;count&quot;:36,&quot;isAuthorized&quot;:false} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--controls"> <!--googleoff: all--> <!--noindex--> <vue name="layout-repost"> <textarea hidden> {"contentId":1097904,"count":0,"isReposted":false,"gtm":"Popular \u2014 Feed Item \u2014 Repost \u2014 Click"} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--shrink"> <!--googleoff: all--> <!--noindex--> <vue name="bookmark"> <textarea hidden class="l-hidden"> {&quot;id&quot;:1097904,&quot;type&quot;:1,&quot;typeStr&quot;:&quot;content&quot;,&quot;showTitle&quot;:false,&quot;initialState&quot;:{&quot;isActive&quot;:false},&quot;gtm&quot;:&quot;Popular \u2014 Feed Item \u2014 Add To Favorites \u2014 Click&quot;} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--share content-footer__item--desktop"> <!--googleoff: all--> <!--noindex--> <vue name="layout-shares"> <textarea hidden> {"id":1097904,"gtm":"Popular \u2014 Feed Item \u2014 Share \u2014 Click"} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--right"> <!--googleoff: all--> <!--noindex--> <vue name="likes"> <textarea hidden class="l-hidden"> {&quot;likeData&quot;:{&quot;id&quot;:1097904,&quot;type&quot;:1,&quot;typeStr&quot;:&quot;content&quot;,&quot;state&quot;:0,&quot;withUsers&quot;:1,&quot;contentId&quot;:1097904,&quot;subsite&quot;:{&quot;id&quot;:199122,&quot;name&quot;:&quot;\u0422\u043e\u0440\u0433\u043e\u0432\u043b\u044f&quot;,&quot;avatar&quot;:&quot;https:\/\/leonardo.osnova.io\/1630220b-e511-58f6-8916-826857983f77\/&quot;,&quot;url&quot;:&quot;https:\/\/vc.ru\/trade&quot;,&quot;type&quot;:2},&quot;place&quot;:&quot;feed&quot;,&quot;isHidden&quot;:false,&quot;count_likes&quot;:4,&quot;count_dislikes&quot;:null,&quot;gtm&quot;:&quot;Popular \u2014 Feed Item&quot;,&quot;action&quot;:&quot;dislike&quot;,&quot;size&quot;:&quot;default&quot;}} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> </div> </div> </div> <div class="feed__item l-island-round" data-position="12" data-gtm="Feed — Item 12 — Click" > <div class="l-mb-28 lm-mb-20 content-feed content-feed--trade content-feed--1097142 l-island-bg l-island-round" air-module="module.entry" air-click="feed_item_clicked?content_id=1097142" air-entry-type="short" data-feed-item-id="content_1097142" data-content-id="1097142" data-publish-date="1711612804" data-location="whole-site" data-feed-name="popular"data-island-analytics="true" > <div class=" content-header content-header--short content-header--anon l-island-a "> <div class="content-header__info"> <div class="content-header-author content-header-author--subsite content-header__item content-header-author--shrink"> <a href="https://vc.ru/trade" data-gtm="Popular — Feed Item — Subsite Name — Click"> <div class="content-header-author__avatar"> <img class="andropov_image " air-module="module.andropov" data-andropov-type="image" data-image-src="https://leonardo.osnova.io/1630220b-e511-58f6-8916-826857983f77/" data-image-name="" style=";background-color: #7cebdb;" src="data:image/gif;base64,R0lGODlhAQABAJAAAP8AAAAAACH5BAUQAAAALAAAAAABAAEAAAICBAEAOw=="/> </div> <div class="content-header-author__name"> Торговля </div> </a> </div> <div class="content-header-author content-header-author--user content-header__item content-header-author--desktop"> <a class="content-header-author__name" href="https://vc.ru/stroytek" data-gtm="Popular — Feed Item — Author Name — Click"> СТРОЙТЭК </a> <div class="content-header-author__approved"> <span class="subsite-badge subsite-badge--small subsite-badge--pro" data-badge="pro" data-badge-source="Badge" data-badge-uuid="1ee4281e-240a-6600-9d5f-27ab800008df" data-subsite-id="2892791" > <img src="https://vc.ru/subsiteBadge/1ee4281e-240a-6600-9d5f-27ab800008df" width="16" height="16" /> </span> </div> </div> <a class="content-header__item content-header-number" href="https://vc.ru/trade/1097142-kak-ne-ostatsya-v-durakah-pri-pokupke-kvartiry" data-gtm="Popular — Feed Item — Date — Click"> <time class="time" air-module="module.date" data-date="1711612804" data-type="medium" title="28.03.2024 11:00:04 (Europe/Moscow)">9&nbsp;часов</time> </a> </div> <div class="content-header__spacer"></div> <div class="content-header__item content-header__item--listen"> <button class="v-button v-button--inline v-button--size-tiny" data-layout-desktop="icon,label" data-layout-mobile="icon" data-title="Как не остаться в дураках при покупке квартиры" data-duration="0" data-gtm="audio_version_start" air-click="Listen audio entry?place=feed&url=https://vc.ru/trade/1097142-kak-ne-ostatsya-v-durakah-pri-pokupke-kvartiry" > <div class="v-button__icon v-button__icon--new"> <svg class="icon icon--v_headphones" width="24" height="24" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#v_headphones"></use></svg> </div> <span class="v-button__label listen-button-label"> Слушать </span> </button> </div> <div class="content-header__item content-header__item--subscribe content-header__subscribe"> <!--googleoff: all--> <!--noindex--> <vue name="layout-subscribe-button"> <textarea hidden class="l-hidden"> {&quot;isShowSubscribedButtonLabels&quot;:true,&quot;subsiteId&quot;:199122,&quot;isShowNotificationsButton&quot;:false,&quot;isSubscribed&quot;:false,&quot;isNotificationsEnabled&quot;:false,&quot;type&quot;:&quot;full&quot;,&quot;buttonType&quot;:&quot;inline&quot;,&quot;size&quot;:&quot;tiny&quot;,&quot;mobileSize&quot;:&quot;&quot;,&quot;subscribeButtonIcon&quot;:&quot;v_follow&quot;,&quot;isShortOnMobile&quot;:false,&quot;gtm&quot;:&quot;Subscribe suggestion \u2014 Anon feed item&quot;,&quot;subscribeGtmClicks&quot;:[&quot;Subscribe suggestion \u2014 Anon feed item \u2014 Clicked&quot;,&quot;Feed Item \u2014 Subscribe Button \u2014 Click&quot;]} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> </div> <div class=" content content--short "> <div class="content-container"> <div class="content-title content-title--short l-island-a"> Как не остаться в дураках при покупке квартиры </div> <figure class="figure-image"> <style> @media (min-width: 691px) { .content-image--281cf46c-b1c0-5f1c-aef8-e8469a47812b { --offset: 0px; } } </style> <div class="l-island-c"> <div class="content-image content-image--281cf46c-b1c0-5f1c-aef8-e8469a47812b"> <div class="andropov_image " style="max-height: 900px;max-width: 690px;" air-module="module.andropov" data-andropov-type="image" data-image-width="1350" data-image-height="900" data-image-max-width="690" data-image-max-height="900" data-image-src="https://leonardo.osnova.io/281cf46c-b1c0-5f1c-aef8-e8469a47812b/"> <div class="andropov_image__inner" style=";padding-bottom: 66.6667%;background: linear-gradient(90deg, #8a4f0f, #000000);"></div> </div> </div> </div> </figure><div class="l-island-a"> <p>Один наш клиент пришел за студией на 1 этаже, и купил в итоге двухкомнатную квартиру на последнем. Другая клиентка подбирала двухкомнатное жилье для себя и дочери, но приобрела две соседние однокомнатные квартиры. Почему так?</p> </div> </div> <a class="content-link" href="https://vc.ru/trade/1097142-kak-ne-ostatsya-v-durakah-pri-pokupke-kvartiry" data-analytics="Popular — Feed Item"></a> </div> <div class="content-counters content-counters--short l-island-a"> <div class="post-counters" air-module="module.postCounters" title="19649 показов, 2266 открытий" data-content-id="1097142" data-gtm="Popular — Feed Item — Views — Click" data-views="19649" data-hits="2266" data-send-hit="" > <div class="post-counters__item"> <span class="post-counters__value">19K</span> <span class="post-counters__label">показов</span> </div> <div class="post-counters__item"> <span class="post-counters__value">2.2K</span> <span class="post-counters__label">открытий</span> </div> </div> <!--googleoff: all--> <!--noindex--> <vue name="awards"> <textarea hidden class="l-hidden"> {&quot;entityType&quot;:&quot;post&quot;,&quot;entityId&quot;:1097142,&quot;awards&quot;:[]} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer content-footer--short l-island-a" air-module="module.liveAnswers"> <div class="content-footer__item"> <!--googleoff: all--> <!--noindex--> <vue name="likes"> <textarea hidden class="l-hidden"> {&quot;likeData&quot;:{&quot;id&quot;:1097142,&quot;type&quot;:1,&quot;typeStr&quot;:&quot;content&quot;,&quot;state&quot;:0,&quot;withUsers&quot;:1,&quot;contentId&quot;:1097142,&quot;subsite&quot;:{&quot;id&quot;:199122,&quot;name&quot;:&quot;\u0422\u043e\u0440\u0433\u043e\u0432\u043b\u044f&quot;,&quot;avatar&quot;:&quot;https:\/\/leonardo.osnova.io\/1630220b-e511-58f6-8916-826857983f77\/&quot;,&quot;url&quot;:&quot;https:\/\/vc.ru\/trade&quot;,&quot;type&quot;:2},&quot;place&quot;:&quot;feed&quot;,&quot;isHidden&quot;:false,&quot;count_likes&quot;:46,&quot;count_dislikes&quot;:null,&quot;gtm&quot;:&quot;Popular \u2014 Feed Item&quot;,&quot;action&quot;:&quot;like&quot;,&quot;size&quot;:&quot;default&quot;}} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item"> <!--googleoff: all--> <!--noindex--> <vue name="comments-counter"> <textarea hidden class="l-hidden"> {&quot;id&quot;:1097142,&quot;type&quot;:&quot;num&quot;,&quot;link&quot;:&quot;https:\/\/vc.ru\/trade\/1097142-kak-ne-ostatsya-v-durakah-pri-pokupke-kvartiry&quot;,&quot;gtm&quot;:&quot;Popular \u2014 Feed Item \u2014 Comments \u2014 Click&quot;,&quot;prevCount&quot;:null,&quot;count&quot;:122,&quot;isAuthorized&quot;:false} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--controls"> <!--googleoff: all--> <!--noindex--> <vue name="layout-repost"> <textarea hidden> {"contentId":1097142,"count":0,"isReposted":false,"gtm":"Popular \u2014 Feed Item \u2014 Repost \u2014 Click"} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--shrink"> <!--googleoff: all--> <!--noindex--> <vue name="bookmark"> <textarea hidden class="l-hidden"> {&quot;id&quot;:1097142,&quot;type&quot;:1,&quot;typeStr&quot;:&quot;content&quot;,&quot;showTitle&quot;:false,&quot;initialState&quot;:{&quot;isActive&quot;:false},&quot;gtm&quot;:&quot;Popular \u2014 Feed Item \u2014 Add To Favorites \u2014 Click&quot;} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--share content-footer__item--desktop"> <!--googleoff: all--> <!--noindex--> <vue name="layout-shares"> <textarea hidden> {"id":1097142,"gtm":"Popular \u2014 Feed Item \u2014 Share \u2014 Click"} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> <div class="content-footer__item content-footer__item--right"> <!--googleoff: all--> <!--noindex--> <vue name="likes"> <textarea hidden class="l-hidden"> {&quot;likeData&quot;:{&quot;id&quot;:1097142,&quot;type&quot;:1,&quot;typeStr&quot;:&quot;content&quot;,&quot;state&quot;:0,&quot;withUsers&quot;:1,&quot;contentId&quot;:1097142,&quot;subsite&quot;:{&quot;id&quot;:199122,&quot;name&quot;:&quot;\u0422\u043e\u0440\u0433\u043e\u0432\u043b\u044f&quot;,&quot;avatar&quot;:&quot;https:\/\/leonardo.osnova.io\/1630220b-e511-58f6-8916-826857983f77\/&quot;,&quot;url&quot;:&quot;https:\/\/vc.ru\/trade&quot;,&quot;type&quot;:2},&quot;place&quot;:&quot;feed&quot;,&quot;isHidden&quot;:false,&quot;count_likes&quot;:46,&quot;count_dislikes&quot;:null,&quot;gtm&quot;:&quot;Popular \u2014 Feed Item&quot;,&quot;action&quot;:&quot;dislike&quot;,&quot;size&quot;:&quot;default&quot;}} </textarea> </vue> <!--/noindex--> <!--googleon: all--> </div> </div> </div> </div> </div> </div> <div class="feed__horizon l-pv-25 l-island-round" id="feed_horizon_cb1371dbe5"> <span class="ui_preloader "> <span class="ui_preloader__dot"></span> <span class="ui_preloader__dot"></span> <span class="ui_preloader__dot"></span> </span> </div> </div> </div> </div> </div> <div class="layout__right-column"> <div class="live" air-module="module.live"></div> </div> </div> <!--googleoff: all--> <!--noindex--> <vue name="mobile-site-footer"> <textarea hidden class="l-hidden"> {"isRegardCpuComplete":false,"hasAccess":false} </textarea> </vue> <!--/noindex--> <!--googleon: all--> <!-- Audio Player - temporary place & sons (established in August 2018) --> <div class="floating_player floating_player--hidden"></div> <!--googleoff: all--> <!--noindex--> <air module="module.propaganda"> <textarea air-settings> [{"id":1,"label":"Header, 100%x250: D","provider":"adfox","adaptive":["desktop"],"adfox_method":"createAdaptive","auto_reload":true,"adfox":{"ownerId":228129,"params":{"pp":"g","ps":"bugf","p2":"ezfl"}},"distribution":"top-desktop"},{"id":2,"label":"Header, 1200x400\/600: M","provider":"adfox","adaptive":["phone"],"adfox_method":"createAdaptive","auto_reload":true,"adfox":{"ownerId":228129,"params":{"pp":"g","ps":"bugf","p2":"ezfn"}},"distribution":"top-mobile"},{"id":4,"label":"Article Branding top","provider":"adfox","adaptive":["desktop"],"adfox_method":"createAdaptive","adfox":{"ownerId":228129,"params":{"p1":"cfovx","p2":"glug"}}},{"id":5,"label":"300x600: D","provider":"adfox","adaptive":["desktop"],"adfox_method":"createAdaptive","adfox":{"ownerId":228129,"params":{"pp":"g","ps":"bugf","p2":"ezfk"}},"distribution":"right-sidebar"},{"id":6,"label":"Above the Comments: D","provider":"adfox","adaptive":["desktop"],"adfox_method":"createAdaptive","adfox":{"ownerId":228129,"params":{"pp":"h","ps":"bugf","p2":"ffyh"}},"distribution":"before-comments-desktop","analytics":"AdfoxRecount \u2014 1020 \u2014 Show"},{"id":7,"label":"Above the Comments: M","provider":"adfox","adaptive":["tablet","phone"],"adfox_method":"createAdaptive","adfox":{"ownerId":228129,"params":{"p1":"bwkpg","p2":"fjxb"}},"distribution":"before-comments-mobile"},{"id":12,"label":"Topbar button: D","provider":"adfox","adaptive":["desktop"],"adfox_method":"createAdaptive","adfox":{"ownerId":228129,"params":{"p1":"bscsh","p2":"fdhx"}}},{"id":13,"label":"In Article: M","provider":"adfox","adaptive":["phone"],"adfox_method":"createAdaptive","adfox":{"ownerId":228129,"params":{"pp":"h","ps":"bugf","p2":"flvn"}},"analytics":"AdfoxRecount \u2014 300 \u2014 Show"},{"id":15,"label":"In-Feed Teaser: DM","provider":"adfox","adaptive":["desktop","tablet","phone"],"adfox_method":"createAdaptive","adfox":{"ownerId":228129,"params":{"p1":"byudx","p2":"ftjf"}}},{"id":16,"label":"Topbar button: M","provider":"adfox","adaptive":["tablet","phone"],"adfox_method":"createAdaptive","adfox":{"ownerId":228129,"params":{"p1":"byzqf","p2":"ftwx"}}},{"id":17,"label":"Stratum: D","provider":"adfox","adaptive":["desktop"],"adfox_method":"createAdaptive","auto_reload":true,"adfox":{"ownerId":228129,"params":{"pp":"g","ps":"bugf","p2":"fzvb"}}},{"id":18,"label":"Stratum: M","provider":"adfox","adaptive":["tablet","phone"],"adfox_method":"createAdaptive","auto_reload":true,"adfox":{"ownerId":228129,"params":{"pp":"g","ps":"bugf","p2":"fzvc"}}},{"id":19,"label":"Under the News Teaser: DM","provider":"adfox","adaptive":["desktop","tablet","phone"],"adfox_method":"createAdaptive","auto_reload":true,"adfox":{"ownerId":228129,"params":{"p1":"cbltd","p2":"gazs"}}},{"id":20,"label":"Leftbar button: D","provider":"adfox","adaptive":["desktop"],"adfox_method":"createAdaptive","adfox":{"ownerId":228129,"params":{"p1":"cgxmr","p2":"gnwc"}}},{"id":21,"label":"Header Microteaser: D","provider":"adfox","adaptive":["desktop"],"adfox_method":"createAdaptive","adfox":{"ownerId":228129,"params":{"pp":"g","ps":"bugf","p2":"gtjk"}}},{"id":23,"label":"In Article: D","provider":"adfox","adaptive":["desktop"],"adfox_method":"createAdaptive","adfox":{"ownerId":228129,"params":{"pp":"g","ps":"bugf","p2":"hiig"}}},{"id":26,"label":"For test: D","provider":"adfox","adaptive":["desktop"],"adfox_method":"createAdaptive","adfox":{"ownerId":228129,"params":{"pp":"g","ps":"bugf","p2":"icbj"}}},{"id":27,"label":"For test: M","provider":"adfox","adaptive":["tablet","phone"],"adfox_method":"createAdaptive","adfox":{"ownerId":228129,"params":{"pp":"g","ps":"bugf","p2":"icbn"}}},{"id":28,"label":"For test: DM","provider":"adfox","adaptive":["desktop","tablet","phone"],"adfox_method":"createAdaptive","adfox":{"ownerId":228129,"params":{"pp":"g","ps":"bugf","p2":"icbo"}}},{"id":31,"label":"300x600 screen 2: D","provider":"adfox","adaptive":["desktop"],"adfox_method":"createAdaptive","adfox":{"ownerId":228129,"params":{"pp":"g","ps":"bugf","p2":"fizc"}}}] </textarea> </air> <!--/noindex--> <!--googleon: all--> <!--googleoff: all--> <!--noindex--> <air module="module.hawk"> <textarea air-settings> {"token":"eyJpbnRlZ3JhdGlvbklkIjoiYmFmNjQ4MmUtMmY3ZS00Mzg4LWEyZGYtMDJkYjk2ZmIzOWQwIiwic2VjcmV0IjoiMTFjNDMxZTMtNjRjNS00MWUxLTlmNjgtNTkzMTk1OGQ1NTZiIn0=","release":"cbe03afd"} </textarea> </air> <!--/noindex--> <!--googleon: all--> <script> window.__delegated_data = {"module.page":{"navigation_name":"popular","sorting_name":"","is_content":false,"layout_options":{"content":"content-feed","leftColumn":"left-column-on","rightColumn":"right-column-on","propaganda":"propaganda-on","livestream":"livestream-on","contentSidebarAlign":"content-sidebar-align-right","rightColumnReserve":"right-column-reserve-off","propagandaExpanded":"propaganda-expanded"}},"module.ajaxify":{"title":"vc.ru — бизнес, технологии, идеи, модели роста, стартапы"},"rss_feed":"\/rss\/all","module.auth":{"subscribed_ids":[],"ignored_ids":[]},"module.sidebar":{"desktop":[{"name":"siteNavigation","type":"tree-list","options":{"caption":{"text":""},"limit":0,"items":[{"text":"Популярное","url":"\/popular","icon":"ui_sidebar_feed","gtm":"Menu — Popular Feed — Click"},{"text":"Свежее","url":"\/new","icon":"ui_sidebar_recent_big","gtm":"Menu — New Feed — Click"},{"text":"Компании","url":"\/companies","slug":"Companies","icon":"ui_sidebar_companies"},{"text":"Курсы","url":"\/courses","slug":"Courses","icon":"ui_sidebar_courses"},{"text":"Подписки","url":"\/subs","slug":"subscriptions","icon":"ui_sidebar_subscriptions"},{"text":"{<div class=\"propaganda\" data-id=\"20\"><\/div>}","url":""}],"gtm":["Sidebar","SiteNavigation"]}},{"name":"subscriptions","type":"tree-list","options":{"caption":{"text":""},"limit":5,"items":[{"text":"Личный опыт","url":"https:\/\/vc.ru\/life","id":199123,"image":{"type":"image","data":{"uuid":"68e0e807-2b43-55b9-9b76-b3f0f76f3d32","width":2400,"height":2400,"size":98919,"type":"jpg","color":"93dbd3","hash":"d0dc0c10303010","external_service":[]}},"favourite":false},{"text":"Маркетинг","url":"https:\/\/vc.ru\/marketing","id":199113,"image":{"type":"image","data":{"uuid":"d66009fe-9bf0-52da-bdbf-4c758eba39e7","width":2400,"height":2400,"size":841299,"type":"jpg","color":"f97373","hash":"0c1cf06cf0d010","external_service":[]}},"favourite":false},{"text":"Дизайн","url":"https:\/\/vc.ru\/design","id":199114,"image":{"type":"image","data":{"uuid":"81132c2d-ddb6-0127-19d6-e1d1293194b1","width":0,"height":0,"size":1,"type":"jpg","color":"","hash":"","external_service":[]}},"favourite":false},{"text":"Техника","url":"https:\/\/vc.ru\/tech","id":199117,"image":{"type":"image","data":{"uuid":"b5c6a2ee-a61f-581f-aa98-dcd3be79fd33","width":1200,"height":1200,"size":91068,"type":"png","color":"ebf37c","hash":"68684c44444400","external_service":[]}},"favourite":false},{"text":"Карьера","url":"https:\/\/vc.ru\/hr","id":199121,"image":{"type":"image","data":{"uuid":"7e34636c-3189-5ba0-a2b3-c1c9ee18b5ba","width":1200,"height":1200,"size":123655,"type":"png","color":"b55467","hash":"1c10103828607050","external_service":[]}},"favourite":false},{"text":"Трибуна","url":"https:\/\/vc.ru\/tribuna","id":199116,"image":{"type":"image","data":{"uuid":"04607ca7-338b-561e-9403-3f06a70ef789","width":1200,"height":1200,"size":78591,"type":"png","color":"ebfbe3","hash":"302828e8f0303030","external_service":[]}},"favourite":false}],"gtm":["Sidebar","Subscriptions"]}},{"name":"footer","type":"footer","options":{"links":{"ios":"https:\/\/itunes.apple.com\/ru\/app\/cukerberg-pozvonit-novosti\/id920638420","android":"https:\/\/play.google.com\/store\/apps\/details?id=ru.artrobot.siliconrus"},"sponsor":{"title":"Спонсоры vc.ru","href":"\/plus"}}}],"mobile":[{"name":"siteNavigation","type":"tree-list","options":{"caption":{"text":""},"limit":0,"items":[{"text":"Популярное","url":"\/popular","icon":"ui_sidebar_feed","gtm":"Menu — Popular Feed — Click"},{"text":"Свежее","url":"\/new","icon":"ui_sidebar_recent_big","gtm":"Menu — New Feed — Click"},{"text":"Компании","url":"\/companies","slug":"Companies","icon":"ui_sidebar_companies"},{"text":"Курсы","url":"\/courses","slug":"Courses","icon":"ui_sidebar_courses"},{"text":"Подписки","url":"\/subs","slug":"subscriptions","icon":"ui_sidebar_subscriptions"},{"text":"{<div class=\"propaganda\" data-id=\"20\"><\/div>}","url":""}],"gtm":["Sidebar","SiteNavigation"]}},{"name":"writeButton","type":"write-button","options":{"text":"Новая запись"}},{"name":"subscriptions","type":"tree-list","options":{"caption":{"text":""},"limit":5,"items":[{"text":"Личный опыт","url":"https:\/\/vc.ru\/life","id":199123,"image":{"type":"image","data":{"uuid":"68e0e807-2b43-55b9-9b76-b3f0f76f3d32","width":2400,"height":2400,"size":98919,"type":"jpg","color":"93dbd3","hash":"d0dc0c10303010","external_service":[]}},"favourite":false},{"text":"Маркетинг","url":"https:\/\/vc.ru\/marketing","id":199113,"image":{"type":"image","data":{"uuid":"d66009fe-9bf0-52da-bdbf-4c758eba39e7","width":2400,"height":2400,"size":841299,"type":"jpg","color":"f97373","hash":"0c1cf06cf0d010","external_service":[]}},"favourite":false},{"text":"Дизайн","url":"https:\/\/vc.ru\/design","id":199114,"image":{"type":"image","data":{"uuid":"81132c2d-ddb6-0127-19d6-e1d1293194b1","width":0,"height":0,"size":1,"type":"jpg","color":"","hash":"","external_service":[]}},"favourite":false},{"text":"Техника","url":"https:\/\/vc.ru\/tech","id":199117,"image":{"type":"image","data":{"uuid":"b5c6a2ee-a61f-581f-aa98-dcd3be79fd33","width":1200,"height":1200,"size":91068,"type":"png","color":"ebf37c","hash":"68684c44444400","external_service":[]}},"favourite":false},{"text":"Карьера","url":"https:\/\/vc.ru\/hr","id":199121,"image":{"type":"image","data":{"uuid":"7e34636c-3189-5ba0-a2b3-c1c9ee18b5ba","width":1200,"height":1200,"size":123655,"type":"png","color":"b55467","hash":"1c10103828607050","external_service":[]}},"favourite":false},{"text":"Трибуна","url":"https:\/\/vc.ru\/tribuna","id":199116,"image":{"type":"image","data":{"uuid":"04607ca7-338b-561e-9403-3f06a70ef789","width":1200,"height":1200,"size":78591,"type":"png","color":"ebfbe3","hash":"302828e8f0303030","external_service":[]}},"favourite":false}],"gtm":["Sidebar","Subscriptions"]}},{"name":"footer","type":"footer","options":{"links":{"ios":"https:\/\/itunes.apple.com\/ru\/app\/cukerberg-pozvonit-novosti\/id920638420","android":"https:\/\/play.google.com\/store\/apps\/details?id=ru.artrobot.siliconrus"},"sponsor":{"title":"Спонсоры vc.ru","href":"\/plus"}}}]}}; /** * @deprecated */ window.__codename = 'vc'; window.__apptitle = 'vc.ru'; /** * @deprecated */ window.__domain = 'vc.ru'; window.__apple_web_push_id = 'web.ru.vc.push'; window.__static_version = 'cbe03afd'; window.__specials_version = '6afcec47'; window.__specials_cdn = 'https://nxiktgqybg.a.trbcdn.net/osnova-specials/projects/'; window.__static_path = '/static/build/vc.ru'; window.__email_auth = true; window.__email_registration = true; window.__auth_cover_images = 'e09fd210-816b-01d6-728d-dbf1ad64e29c'; window.__auth_logo_width = 36; window.__auth_logo_height = 34; window.__auth_logo_color = '#ffffff'; window.__auth_buttons = ["email","vk","gg","fb","tw","apple"]; window.__debug = false; window.__ad_site_name = 'vc.ru'; window.__is_app = false; window.__global_modules = 'module.appDocumentResize, module.page, module.ajaxify, module.fingerprint, module.static_version_watcher, module.popup, module.misprint, module.pixels, module.buyClubAccount, module.universal_action, module.iframe_lazy_load, module.audio_controller, module.analytics, module.analytics_events, module.clickhouse_analytics, module.captcha, module.one, module.subsite_admin, module.sidebar, module.nativeAd, module.andropov, module.inputs, module.push2, module.radioButtons, module.checkboxes, module.evaluate_script, module.hawk, module.comments, module.instagram_frames, module.auth, module.subsitesTunePopup, module.newEntriesHorizon, module.boosterConstructor, module.actionsAnalytics, module.writing, module.scrollLocker, module.live, module.distribution, module.vueMate, module.subsiteBadge, module.subsiteVideoAvatar'; window.__dates_behavior = {"daily":{"[today]":"{time} \/\/ 3600","*":"{dayN}.{monthNN} \/\/ 0"},"full":{"[thisyear]":"{dayN} {monthShort} \u0432 {time} \/\/ 3600","*":"{dayN}.{monthNN}.{year} \u0432 {time} \/\/ 3600"},"[:59sec]":{"short":"\/\/ 30","medium":"\u0441\u0435\u0439\u0447\u0430\u0441 \/\/ 30","*":"\u0442\u043e\u043b\u044c\u043a\u043e \u0447\u0442\u043e \/\/ 30"},"[:119sec]":{"short":"{minDiff}\u043c \/\/ 30","medium":"{minDiff} \u043c\u0438\u043d \/\/ 30","*":"\u043c\u0438\u043d\u0443\u0442\u0443 \u043d\u0430\u0437\u0430\u0434 \/\/ 30"},"[:59.9min]":{"short":"{minDiff}\u043c \/\/ 60","medium":"{minDiff} \u043c\u0438\u043d \/\/ 60","*":"{minDiff} {minDiffWord} \u043d\u0430\u0437\u0430\u0434 \/\/ 60"},"[:119.9min]":{"short":"{hourDiff}\u0447 \/\/ 1800","medium":"{hourDiff} {hourDiffWord} \/\/ 60","*":"\u0447\u0430\u0441 \u043d\u0430\u0437\u0430\u0434 \/\/ 1800"},"medium":{"[:719min]":"{hourDiff} {hourDiffWord} \/\/ 60"},"[:4hour]":{"short":"{hourDiff}\u0447 \/\/ 1800","*":"{hourDiff} {hourDiffWord} \u043d\u0430\u0437\u0430\u0434 \/\/ 1800"},"[today]":{"short":"{time} \/\/ 3600","medium":"{time} \/\/ 3600","*":"\u0441\u0435\u0433\u043e\u0434\u043d\u044f \u0432 {time} \/\/ 3600"},"[yesterday]":{"short":"\u0432\u0447\u0435\u0440\u0430 \/\/ 3600","medium":"\u0432\u0447\u0435\u0440\u0430 \/\/ 3600","*":"\u0432\u0447\u0435\u0440\u0430 \u0432 {time} \/\/ 3600"},"[thisyear]":{"short":"{dayN} {monthShort} \/\/ 0","medium":"{dayN} {monthShort} \/\/ 0","*":"{dayN} {monthShort} \u0432 {time} \/\/ 3600"},"*":{"short":"{dayN}.{monthNN}.{year} \/\/ 0","medium":"{dayN}.{monthNN}.{year} \/\/ 0","*":"{dayN} {monthShort} {year} \/\/ 0"}}; window.__site_logo_size = [36, 50]; window.__bugsSubsiteId = parseInt('199133', 10); window.__complain_reasons = ["","\u0421\u043f\u0430\u043c","\u041e\u0441\u043a\u043e\u0440\u0431\u043b\u0435\u043d\u0438\u0435","\u041d\u0430\u0440\u0443\u0448\u0435\u043d\u0438\u0435 \u0437\u0430\u043a\u043e\u043d\u0430","\u041f\u043e\u0440\u043d\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u043a\u043e\u043d\u0442\u0435\u043d\u0442","\u041d\u0430\u0441\u0438\u043b\u0438\u0435","\u0410\u0432\u0442\u043e\u0440\u0441\u043a\u0438\u0435 \u043f\u0440\u0430\u0432\u0430","\u0412\u0432\u0435\u0434\u0435\u043d\u0438\u0435 \u0432 \u0437\u0430\u0431\u043b\u0443\u0436\u0434\u0435\u043d\u0438\u0435","\u0414\u0440\u0443\u0433\u043e\u0435"]; window.__i18nLocale = 'ru_RU'; </script> <script> /* Hide Android smart banner */ window.addEventListener('beforeinstallprompt', function(e) { e.preventDefault(); return false; }); </script> <script> (function(window, document, undefined) { function DOMReady(onInteractive, onComplete) { document.onreadystatechange = function() { var state = document.readyState; if (state === 'interactive' && onInteractive !== undefined) { onInteractive(); } if (state === 'complete' && onComplete !== undefined) { onComplete(); } }; } function loadSvgSprite( callback ) { var req = new XMLHttpRequest(); req.onload = function (e) { /** * Wrap svg element in div to avoid certain bugs (e.g. gradient fills not working) * @link https://stackoverflow.com/questions/24806913/how-can-i-refer-to-an-internal-gradient-definition-inside-an-svg-sprite-symbol */ var svgContainer = document.createElement('div'); var svg = document.implementation.createHTMLDocument( '' ); svgContainer.style.position = 'absolute'; svgContainer.style.width = 0; svgContainer.style.height = 0; svgContainer.style.overflow = 'hidden'; svgContainer.style.zIndex = -9999; svg.body.innerHTML = e.target.response; svgContainer.appendChild(svg.body.firstElementChild); document.body.appendChild(svgContainer); svg = null; if ( callback !== undefined ) { callback(); } }; req.open('GET', 'https://vc.ru/static/build/vc.ru/symbols.cbe03afd.svg', true); req.responseType = 'text'; req.send(); } DOMReady(function() { loadSvgSprite( function() {} ); }, function() {}); })(window, document); </script> <script> /** * Load different js bundles depends on `module` supporting */ (function (scriptTag, es6, es5) { var isSupportsModules = 'noModule' in scriptTag; var isSupportsFeatures = typeof Object.fromEntries === 'function'; var isIe = /MSIE|Edge/.test(window.navigator.userAgent); var isSafari13 = typeof BigInt !== 'function'; // Detect Safari 13 through the feature it does not support, e.g. BigInt (related to issue INT-1004) if (isSupportsModules && isSupportsFeatures && !isIe && !isSafari13) { scriptTag.type = 'module'; scriptTag.src = es6; } else { scriptTag.async = true; scriptTag.src = es5; } scriptTag.crossorigin = 'crossorigin'; document.head.appendChild(scriptTag); })(document.createElement('script'), 'https://vc.ru/static/build/vc.ru/main.cbe03afd.es6.min.js', 'https://vc.ru/static/build/vc.ru/main.cbe03afd.es5.min.js'); </script> </body> </html>

Итоговая оценка качества настройки веб-сервера 21 из 50 возможных

Если вам нужна помощь с настройкой и оптимизацией веб-сервера, то вы можете заказать услуги по поддержке веб-сайта и администрированию серверов.
© веб-студия и дата-центр itsoft English version English version