{"id":12,"date":"2020-12-22T21:19:12","date_gmt":"2020-12-22T16:19:12","guid":{"rendered":"https:\/\/bekasplus.uz\/?page_id=12"},"modified":"2026-03-05T17:28:50","modified_gmt":"2026-03-05T12:28:50","slug":"%d0%ba%d0%be%d0%bd%d1%82%d0%b0%d0%ba%d1%82%d1%8b","status":"publish","type":"page","link":"https:\/\/bekasplus.uz\/?page_id=12","title":{"rendered":"\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u044b"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"ru\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u044b \u2014 \u041e\u041e\u041e &#171;BEKAS PLUS BIZNES&#187;<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@700;900&#038;family=Manrope:wght@300;400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  :root {\n    --blue:   #1a56db;\n    --blue2:  #3b82f6;\n    --gold:   #e8a020;\n    --soft:   #f4f7fd;\n    --border: #dde4f0;\n    --muted:  #6b7a99;\n    --ink:    #0d1117;\n  }\n  body { font-family: 'Manrope', sans-serif; background: #fff; color: var(--ink); }\n\n  \/* \u2500\u2500 BLUE HEADER \u2500\u2500 *\/\n  .contacts-header {\n    position: relative; overflow: hidden;\n    background: linear-gradient(135deg, #0b1e45 0%, #1a56db 55%, #2d73f5 100%);\n    padding: 48px 0 44px;\n  }\n  .contacts-header::before {\n    content: '';\n    position: absolute; inset: 0;\n    background:\n      radial-gradient(ellipse 50% 80% at 92% 30%, rgba(59,130,246,.3) 0%, transparent 65%),\n      radial-gradient(ellipse 35% 55% at 5% 115%, rgba(232,160,32,.15) 0%, transparent 55%);\n    pointer-events: none;\n  }\n  .header-inner {\n    position: relative; z-index: 2;\n    max-width: 1200px; margin: 0 auto; padding: 0 48px;\n  }\n  .badge-pill {\n    display: inline-block;\n    font-size: 11px; font-weight: 700; letter-spacing: .16em;\n    text-transform: uppercase; color: rgba(255,255,255,.8);\n    border: 1px solid rgba(255,255,255,.3);\n    padding: 5px 18px; border-radius: 100px; margin-bottom: 20px;\n  }\n  .contacts-header h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(26px, 4vw, 42px);\n    font-weight: 900; color: #fff; line-height: 1.18; margin-bottom: 14px;\n  }\n  .contacts-header p {\n    font-size: 15px; color: rgba(255,255,255,.7);\n    line-height: 1.75; font-weight: 300; max-width: 480px;\n  }\n\n  \/* \u2500\u2500 MAIN WRAP \u2500\u2500 *\/\n  .main-wrap {\n    max-width: 1200px; margin: 0 auto; padding: 52px 48px 64px;\n  }\n  .eyebrow {\n    font-size: 11px; font-weight: 700; letter-spacing: .18em;\n    text-transform: uppercase; color: var(--blue); margin-bottom: 24px;\n  }\n\n  \/* \u2500\u2500 CONTACTS GRID \u2500\u2500 *\/\n  .contacts-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 18px;\n    margin-bottom: 40px;\n  }\n\n  .ccard {\n    border: 1px solid var(--border); border-radius: 16px;\n    padding: 28px 26px 24px 72px;\n    position: relative; background: #fff;\n    transition: box-shadow .25s, border-color .25s, transform .25s;\n  }\n  .ccard:hover {\n    box-shadow: 0 8px 32px rgba(26,86,219,.11);\n    border-color: rgba(26,86,219,.28);\n    transform: translateY(-3px);\n  }\n  .cicon {\n    position: absolute; left: 20px; top: 24px;\n    width: 38px; height: 38px; border-radius: 11px;\n    background: linear-gradient(135deg, #0b1e45, var(--blue2));\n    display: flex; align-items: center; justify-content: center;\n    flex-shrink: 0;\n  }\n  .cicon svg {\n    width: 18px; height: 18px; fill: none;\n    stroke: #fff; stroke-width: 2;\n    stroke-linecap: round; stroke-linejoin: round;\n  }\n  .ccard-label {\n    font-size: 11px; font-weight: 700; letter-spacing: .14em;\n    text-transform: uppercase; color: var(--muted); margin-bottom: 7px;\n  }\n  .ccard-value {\n    font-size: 15px; font-weight: 700; color: var(--ink); line-height: 1.5;\n  }\n  .ccard-value a {\n    color: var(--blue); text-decoration: none;\n    transition: color .2s;\n  }\n  .ccard-value a:hover { color: #0b1e45; text-decoration: underline; text-underline-offset: 3px; }\n\n  \/* \u2500\u2500 SOCIAL CARD \u2500\u2500 *\/\n  .social-row {\n    display: flex; gap: 10px; margin-top: 4px;\n  }\n  .social-btn {\n    width: 38px; height: 38px; border-radius: 50%;\n    background: linear-gradient(135deg, #0b1e45, var(--blue2));\n    display: flex; align-items: center; justify-content: center;\n    text-decoration: none; color: #fff;\n    transition: opacity .2s, transform .2s;\n  }\n  .social-btn:hover { opacity: .85; transform: scale(1.08); }\n  .social-btn svg { width: 18px; height: 18px; fill: #fff; }\n\n  \/* \u2500\u2500 MAP \u2500\u2500 *\/\n  .map-wrap {\n    border: 1px solid var(--border);\n    border-radius: 16px;\n    overflow: hidden;\n  }\n  .map-wrap iframe {\n    display: block; width: 100%; height: 320px; border: none;\n  }\n\n  @media (max-width: 680px) {\n    .header-inner, .main-wrap { padding-left: 20px; padding-right: 20px; }\n    .contacts-grid { grid-template-columns: 1fr; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- BLUE HEADER -->\n<div class=\"contacts-header\">\n  <div class=\"header-inner\">\n    <div class=\"badge-pill\">\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u043d\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f<\/div>\n    <h2>\u0421\u0432\u044f\u0436\u0438\u0442\u0435\u0441\u044c \u0441 \u043d\u0430\u043c\u0438<\/h2>\n    <p>\u041c\u044b \u0432\u0441\u0435\u0433\u0434\u0430 \u0433\u043e\u0442\u043e\u0432\u044b \u043e\u0442\u0432\u0435\u0442\u0438\u0442\u044c \u043d\u0430 \u0432\u0430\u0448\u0438 \u0432\u043e\u043f\u0440\u043e\u0441\u044b \u0438 \u043f\u043e\u043c\u043e\u0447\u044c \u0441 \u0432\u044b\u0431\u043e\u0440\u043e\u043c \u0440\u0435\u0448\u0435\u043d\u0438\u044f 1\u0421 \u0434\u043b\u044f \u0432\u0430\u0448\u0435\u0433\u043e \u0431\u0438\u0437\u043d\u0435\u0441\u0430.<\/p>\n  <\/div>\n<\/div>\n\n<!-- MAIN CONTENT -->\n<div class=\"main-wrap\">\n\n  <div class=\"eyebrow\">\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u044b<\/div>\n\n  <div class=\"contacts-grid\">\n\n    <!-- Email -->\n    <div class=\"ccard\">\n      <div class=\"cicon\">\n        <svg viewBox=\"0 0 24 24\"><path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"\/><polyline points=\"22,6 12,13 2,6\"\/><\/svg>\n      <\/div>\n      <div class=\"ccard-label\">\u042d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430\u044f \u043f\u043e\u0447\u0442\u0430<\/div>\n      <div class=\"ccard-value\">\n        <a href=\"mailto:bekasplus@gmail.com\">bekasplus@gmail.com<\/a>\n      <\/div>\n    <\/div>\n\n    <!-- Phone -->\n    <div class=\"ccard\">\n      <div class=\"cicon\">\n        <svg viewBox=\"0 0 24 24\"><path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.63 3.4 2 2 0 0 1 3.6 1.22h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L7.91 8.78a16 16 0 0 0 6.29 6.29l.96-.96a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z\"\/><\/svg>\n      <\/div>\n      <div class=\"ccard-label\">\u0422\u0435\u043b\u0435\u0444\u043e\u043d<\/div>\n      <div class=\"ccard-value\">\n        <a href=\"tel:+998712631412\">+998 (71) 263-14-12<\/a><br>\n        <a href=\"tel:+998908085963\">+998 (90) 808-59-63<\/a>\n      <\/div>\n    <\/div>\n\n    <!-- Address -->\n    <div class=\"ccard\">\n      <div class=\"cicon\">\n        <svg viewBox=\"0 0 24 24\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"\/><circle cx=\"12\" cy=\"10\" r=\"3\"\/><\/svg>\n      <\/div>\n      <div class=\"ccard-label\">\u0410\u0434\u0440\u0435\u0441<\/div>\n      <div class=\"ccard-value\">\n        \u0433. \u0422\u0430\u0448\u043a\u0435\u043d\u0442, 100125<br>\n        \u0443\u043b. \u0423\u0437\u0443\u043c\u0437\u043e\u0440, 69\n      <\/div>\n    <\/div>\n\n    <!-- Social -->\n    <div class=\"ccard\">\n      <div class=\"cicon\">\n        <svg viewBox=\"0 0 24 24\"><circle cx=\"18\" cy=\"5\" r=\"3\"\/><circle cx=\"6\" cy=\"12\" r=\"3\"\/><circle cx=\"18\" cy=\"19\" r=\"3\"\/><line x1=\"8.59\" y1=\"13.51\" x2=\"15.42\" y2=\"17.49\"\/><line x1=\"15.41\" y1=\"6.51\" x2=\"8.59\" y2=\"10.49\"\/><\/svg>\n      <\/div>\n      <div class=\"ccard-label\">\u041c\u044b \u0432 \u0441\u043e\u0446\u0441\u0435\u0442\u044f\u0445<\/div>\n      <div class=\"social-row\">\n        <a href=\"https:\/\/www.facebook.com\/bekasplusbiznes\" class=\"social-btn\" target=\"_blank\" title=\"Facebook\">\n          <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z\"\/><\/svg>\n        <\/a>\n      <\/div>\n    <\/div>\n\n  <\/div>\n\n  <!-- MAP -->\n  <div class=\"map-wrap\">\n    \n        <script>\n            if (typeof(YaMapsWP) === \"undefined\") {\n                var YaMapsWP = {}, YMlisteners = {};\n                var YaMapsScript = document.createElement(\"script\");    \n                var YaMapsScriptCounter = [];                    \n            }\n            var myMap0;            \n        <\/script>\n        <script type=\"text\/javascript\">                                        \n        document.addEventListener(\"DOMContentLoaded\", function() { \n               if (document.getElementById(\"YandexMapAPI-js\") == null ) {\n                       YaMapsScriptCounter.push(function() {ymaps.ready(init)});\n                       if (document.getElementById(\"YandexMapAPI-alt-js\") == null ) { \n                           function AltApiLoad(src){\n                              YaMapsScript.id = \"YandexMapAPI-alt-js\";\n                              YaMapsScript.src = src;\n                              YaMapsScript.async = false;\n                              document.head.appendChild(YaMapsScript);\n                           }\n                           AltApiLoad(\"https:\/\/api-maps.yandex.ru\/2.1\/?lang=ru_RU&ver=2.1\");\n                           window.onload = function() {\n                               YaMapsScriptCounter.forEach(function(entryFunc) {\n                                   entryFunc();\n                               });\n                           }\n                       }\n                   } \n                   else {\n                       ymaps.ready(init); \n                   }\n                   \n                    YMlisteners.myMap0 = {};\n                    YaMapsWP.myMap0 = {center: \"41.3473,69.3516\", zoom: 17, type: \"yandex#map\", controls: \"\", places: {}};\n\n                    var yamapsonclick = function (url) {\n                            location.href=url;\n                    }                        \n\n                    function init () {\n                        myMap0 = new ymaps.Map(\"yamap0\", {\n                                center: [41.3473,69.3516],\n                                zoom: 17,\n                                type: \"yandex#map\",\n                                controls: [] ,\n                                \n                            },\n                            {\n                                suppressMapOpenBlock: true\n                            }); \n\n                            \n        YaMapsWP.myMap0.places.placemark1 = {icon: \"islands#dotIcon\", name: \"BEKAS PLUS BIZNES\", color: \"#1a56db\", coord: \"41.3472,69.3512\", url: \"\",};\n        myMap0placemark1 = new ymaps.Placemark([41.3472,69.3512], {\n                                hintContent: \"BEKAS PLUS BIZNES\",\n                                iconContent: \"\",\n                            }, {                        \n                                preset: \"islands#dotIcon\", \n                                iconColor: \"#1a56db\",\n                            });  \n        myMap0.geoObjects.add(myMap0placemark1);myMap0.behaviors.disable('scrollZoom');\n                                if (\/Android|webOS|iPhone|iPad|iPod|BlackBerry|BB|PlayBook|IEMobile|Windows Phone|Kindle|Silk|Opera Mini\/i.test(navigator.userAgent)) {\n                                    myMap0.behaviors.disable('drag');    \n                                }\n                    }\n            }, false);\n        <\/script>\n    <div id=\"yamap0\"  style=\"position: relative; height: 320; margin-bottom: 0 !important;\"><\/div><div style=\"position: relative; height: 0;  margin-bottom: 0rem !important; margin-top:0 !important; overflow: visible; width: 100%; text-align: center; top: -32px;\"><a href=\"https:\/\/www.yhunter.ru\/portfolio\/dev\/yamaps\/\" title=\"YaMaps \u2014 \u042f\u043d\u0434\u0435\u043a\u0441.\u041a\u0430\u0440\u0442\u044b \u0434\u043b\u044f WordPress\" target=\"_blank\" style=\"display: inline-block; -webkit-box-align: center; padding: 3.5px 5px; text-decoration: none !important; border-bottom: 0; border-radius: 3px; background-color: #fff; cursor: pointer; white-space: nowrap; box-shadow: 0 1px 2px 1px rgba(0,0,0,.15),0 2px 5px -3px rgba(0,0,0,.15);\"><img decoding=\"async\" src=\"https:\/\/bekasplus.uz\/wp-content\/plugins\/yamaps\/includes\/..\/js\/img\/placeholder.svg\" alt=\"\" style=\"width: 17px; height: 17px; margin: 0; display: block;\" \/><\/a><\/div>\n  <\/div>\n\n<\/div>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u044b \u2014 \u041e\u041e\u041e &#171;BEKAS PLUS BIZNES&#187; \u041a\u043e\u043d\u0442\u0430\u043a\u0442\u043d\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0421\u0432\u044f\u0436\u0438\u0442\u0435\u0441\u044c \u0441 \u043d\u0430\u043c\u0438 \u041c\u044b \u0432\u0441\u0435\u0433\u0434\u0430 \u0433\u043e\u0442\u043e\u0432\u044b \u043e\u0442\u0432\u0435\u0442\u0438\u0442\u044c \u043d\u0430 \u0432\u0430\u0448\u0438 \u0432\u043e\u043f\u0440\u043e\u0441\u044b \u0438 \u043f\u043e\u043c\u043e\u0447\u044c \u0441 \u0432\u044b\u0431\u043e\u0440\u043e\u043c \u0440\u0435\u0448\u0435\u043d\u0438\u044f 1\u0421 \u0434\u043b\u044f \u0432\u0430\u0448\u0435\u0433\u043e \u0431\u0438\u0437\u043d\u0435\u0441\u0430. \u041a\u043e\u043d\u0442\u0430\u043a\u0442\u044b \u042d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430\u044f \u043f\u043e\u0447\u0442\u0430 bekasplus@gmail.com \u0422\u0435\u043b\u0435\u0444\u043e\u043d +998 (71) 263-14-12 +998 (90) 808-59-63 \u0410\u0434\u0440\u0435\u0441 \u0433. \u0422\u0430\u0448\u043a\u0435\u043d\u0442, 100125 \u0443\u043b. \u0423\u0437\u0443\u043c\u0437\u043e\u0440, 69 \u041c\u044b \u0432 \u0441\u043e\u0446\u0441\u0435\u0442\u044f\u0445<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-12","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u044b - \u041e\u041e\u041e &quot;BEKAS PLUS BIZNES&quot;<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/bekasplus.uz\/?page_id=12\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u044b - \u041e\u041e\u041e &quot;BEKAS PLUS BIZNES&quot;\" \/>\n<meta name=\"twitter:description\" content=\"\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u044b \u2014 \u041e\u041e\u041e &#171;BEKAS PLUS BIZNES&#187; \u041a\u043e\u043d\u0442\u0430\u043a\u0442\u043d\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0421\u0432\u044f\u0436\u0438\u0442\u0435\u0441\u044c \u0441 \u043d\u0430\u043c\u0438 \u041c\u044b \u0432\u0441\u0435\u0433\u0434\u0430 \u0433\u043e\u0442\u043e\u0432\u044b \u043e\u0442\u0432\u0435\u0442\u0438\u0442\u044c \u043d\u0430 \u0432\u0430\u0448\u0438 \u0432\u043e\u043f\u0440\u043e\u0441\u044b \u0438 \u043f\u043e\u043c\u043e\u0447\u044c \u0441 \u0432\u044b\u0431\u043e\u0440\u043e\u043c \u0440\u0435\u0448\u0435\u043d\u0438\u044f 1\u0421 \u0434\u043b\u044f \u0432\u0430\u0448\u0435\u0433\u043e \u0431\u0438\u0437\u043d\u0435\u0441\u0430. \u041a\u043e\u043d\u0442\u0430\u043a\u0442\u044b \u042d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430\u044f \u043f\u043e\u0447\u0442\u0430 bekasplus@gmail.com \u0422\u0435\u043b\u0435\u0444\u043e\u043d +998 (71) 263-14-12 +998 (90) 808-59-63 \u0410\u0434\u0440\u0435\u0441 \u0433. \u0422\u0430\u0448\u043a\u0435\u043d\u0442, 100125 \u0443\u043b. \u0423\u0437\u0443\u043c\u0437\u043e\u0440, 69 \u041c\u044b \u0432 \u0441\u043e\u0446\u0441\u0435\u0442\u044f\u0445\" \/>\n<meta name=\"twitter:site\" content=\"@bekasplus\" \/>\n<meta name=\"twitter:label1\" content=\"\u041f\u0440\u0438\u043c\u0435\u0440\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 \u043c\u0438\u043d\u0443\u0442\u0430\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bekasplus.uz\\\/?page_id=12\",\"url\":\"https:\\\/\\\/bekasplus.uz\\\/?page_id=12\",\"name\":\"\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u044b - \u041e\u041e\u041e &quot;BEKAS PLUS BIZNES&quot;\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bekasplus.uz\\\/#website\"},\"datePublished\":\"2020-12-22T16:19:12+00:00\",\"dateModified\":\"2026-03-05T12:28:50+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bekasplus.uz\\\/?page_id=12#breadcrumb\"},\"inLanguage\":\"ru-RU\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/bekasplus.uz\\\/?page_id=12\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bekasplus.uz\\\/?page_id=12#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0413\u043b\u0430\u0432\u043d\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430\",\"item\":\"https:\\\/\\\/bekasplus.uz\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u044b\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/bekasplus.uz\\\/#website\",\"url\":\"https:\\\/\\\/bekasplus.uz\\\/\",\"name\":\"\u041e\u041e\u041e &quot;BEKAS PLUS BIZNES&quot;\",\"description\":\"\u041e\u041e\u041e &quot;BEKAS PLUS BIZNES&quot;\",\"publisher\":{\"@id\":\"https:\\\/\\\/bekasplus.uz\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/bekasplus.uz\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ru-RU\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/bekasplus.uz\\\/#organization\",\"name\":\"\u041e\u041e\u041e BEKAS PLUS BIZNES\",\"url\":\"https:\\\/\\\/bekasplus.uz\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ru-RU\",\"@id\":\"https:\\\/\\\/bekasplus.uz\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/bekasplus.uz\\\/wp-content\\\/uploads\\\/2020\\\/12\\\/cropped-cropped-1c_franch_logo_240_240_png.png\",\"contentUrl\":\"https:\\\/\\\/bekasplus.uz\\\/wp-content\\\/uploads\\\/2020\\\/12\\\/cropped-cropped-1c_franch_logo_240_240_png.png\",\"width\":512,\"height\":512,\"caption\":\"\u041e\u041e\u041e BEKAS PLUS BIZNES\"},\"image\":{\"@id\":\"https:\\\/\\\/bekasplus.uz\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/bekasplusbiznes\\\/\",\"https:\\\/\\\/x.com\\\/bekasplus\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u044b - \u041e\u041e\u041e &quot;BEKAS PLUS BIZNES&quot;","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/bekasplus.uz\/?page_id=12","twitter_card":"summary_large_image","twitter_title":"\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u044b - \u041e\u041e\u041e &quot;BEKAS PLUS BIZNES&quot;","twitter_description":"\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u044b \u2014 \u041e\u041e\u041e &#171;BEKAS PLUS BIZNES&#187; \u041a\u043e\u043d\u0442\u0430\u043a\u0442\u043d\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0421\u0432\u044f\u0436\u0438\u0442\u0435\u0441\u044c \u0441 \u043d\u0430\u043c\u0438 \u041c\u044b \u0432\u0441\u0435\u0433\u0434\u0430 \u0433\u043e\u0442\u043e\u0432\u044b \u043e\u0442\u0432\u0435\u0442\u0438\u0442\u044c \u043d\u0430 \u0432\u0430\u0448\u0438 \u0432\u043e\u043f\u0440\u043e\u0441\u044b \u0438 \u043f\u043e\u043c\u043e\u0447\u044c \u0441 \u0432\u044b\u0431\u043e\u0440\u043e\u043c \u0440\u0435\u0448\u0435\u043d\u0438\u044f 1\u0421 \u0434\u043b\u044f \u0432\u0430\u0448\u0435\u0433\u043e \u0431\u0438\u0437\u043d\u0435\u0441\u0430. \u041a\u043e\u043d\u0442\u0430\u043a\u0442\u044b \u042d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430\u044f \u043f\u043e\u0447\u0442\u0430 bekasplus@gmail.com \u0422\u0435\u043b\u0435\u0444\u043e\u043d +998 (71) 263-14-12 +998 (90) 808-59-63 \u0410\u0434\u0440\u0435\u0441 \u0433. \u0422\u0430\u0448\u043a\u0435\u043d\u0442, 100125 \u0443\u043b. \u0423\u0437\u0443\u043c\u0437\u043e\u0440, 69 \u041c\u044b \u0432 \u0441\u043e\u0446\u0441\u0435\u0442\u044f\u0445","twitter_site":"@bekasplus","twitter_misc":{"\u041f\u0440\u0438\u043c\u0435\u0440\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f":"1 \u043c\u0438\u043d\u0443\u0442\u0430"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/bekasplus.uz\/?page_id=12","url":"https:\/\/bekasplus.uz\/?page_id=12","name":"\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u044b - \u041e\u041e\u041e &quot;BEKAS PLUS BIZNES&quot;","isPartOf":{"@id":"https:\/\/bekasplus.uz\/#website"},"datePublished":"2020-12-22T16:19:12+00:00","dateModified":"2026-03-05T12:28:50+00:00","breadcrumb":{"@id":"https:\/\/bekasplus.uz\/?page_id=12#breadcrumb"},"inLanguage":"ru-RU","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bekasplus.uz\/?page_id=12"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/bekasplus.uz\/?page_id=12#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0413\u043b\u0430\u0432\u043d\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430","item":"https:\/\/bekasplus.uz\/"},{"@type":"ListItem","position":2,"name":"\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u044b"}]},{"@type":"WebSite","@id":"https:\/\/bekasplus.uz\/#website","url":"https:\/\/bekasplus.uz\/","name":"\u041e\u041e\u041e &quot;BEKAS PLUS BIZNES&quot;","description":"\u041e\u041e\u041e &quot;BEKAS PLUS BIZNES&quot;","publisher":{"@id":"https:\/\/bekasplus.uz\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bekasplus.uz\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ru-RU"},{"@type":"Organization","@id":"https:\/\/bekasplus.uz\/#organization","name":"\u041e\u041e\u041e BEKAS PLUS BIZNES","url":"https:\/\/bekasplus.uz\/","logo":{"@type":"ImageObject","inLanguage":"ru-RU","@id":"https:\/\/bekasplus.uz\/#\/schema\/logo\/image\/","url":"https:\/\/bekasplus.uz\/wp-content\/uploads\/2020\/12\/cropped-cropped-1c_franch_logo_240_240_png.png","contentUrl":"https:\/\/bekasplus.uz\/wp-content\/uploads\/2020\/12\/cropped-cropped-1c_franch_logo_240_240_png.png","width":512,"height":512,"caption":"\u041e\u041e\u041e BEKAS PLUS BIZNES"},"image":{"@id":"https:\/\/bekasplus.uz\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/bekasplusbiznes\/","https:\/\/x.com\/bekasplus"]}]}},"_links":{"self":[{"href":"https:\/\/bekasplus.uz\/index.php?rest_route=\/wp\/v2\/pages\/12","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bekasplus.uz\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bekasplus.uz\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bekasplus.uz\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bekasplus.uz\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=12"}],"version-history":[{"count":13,"href":"https:\/\/bekasplus.uz\/index.php?rest_route=\/wp\/v2\/pages\/12\/revisions"}],"predecessor-version":[{"id":316,"href":"https:\/\/bekasplus.uz\/index.php?rest_route=\/wp\/v2\/pages\/12\/revisions\/316"}],"wp:attachment":[{"href":"https:\/\/bekasplus.uz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=12"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}