{"id":156748,"date":"2026-04-23T10:53:35","date_gmt":"2026-04-23T07:53:35","guid":{"rendered":"https:\/\/buildingbox.bg\/offices\/ofis-sofiya-yug\/"},"modified":"2026-04-23T13:27:53","modified_gmt":"2026-04-23T10:27:53","slug":"ofis-sofiya-yug","status":"publish","type":"page","link":"https:\/\/buildingbox.bg\/en\/offices\/ofis-sofiya-yug\/","title":{"rendered":"Office Sofia South"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"156748\" class=\"elementor elementor-156748 elementor-156689\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-20931c46 e-flex e-con-boxed e-con e-parent\" data-id=\"20931c46\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-1d2b22c3 e-con-full e-flex e-con e-child\" data-id=\"1d2b22c3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-20c0bb2b elementor-widget elementor-widget-double_heading_widget\" data-id=\"20c0bb2b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"double_heading_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"double-text-heading-wrapper\" id=\"heading-20c0bb2b\">\n            <div class=\"double-text-heading\">\n                <div class=\"background-text\" style=\"position: absolute; top: 0; left: 0; white-space: nowrap; pointer-events: none; z-index: 1; text-transform: uppercase; transform: translate(-34%, -22px);\">\n                    Office Sofia South                <\/div>\n                <h1 class=\"text-content\" style=\"position: relative; z-index: 2;\">\n                                            <span class=\"first-row\">Office Sofia South<\/span>\n                                                                            <\/h1>\n            <\/div>\n        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-33ed8698 e-flex e-con-boxed e-con e-parent\" data-id=\"33ed8698\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-324ae4e3 elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"324ae4e3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- Leaflet CSS -->\n<link rel=\"stylesheet\" href=\"https:\/\/unpkg.com\/leaflet@1.9.4\/dist\/leaflet.css\" \/>\n<!-- FontAwesome CSS -->\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0\/css\/all.min.css\" \/>\n\n<!-- \u041a\u0430\u0440\u0442\u0430 -->\n<div id=\"map\" style=\"height: 500px; width: 100%; max-width: 100%;\"><\/div>\n\n<style>\n    .leaflet-container {\n        z-index: 0 !important;\n    }\n\n    .leaflet-popup-content-wrapper {\n        background-color: #4D40B4 !important;\n        color: #fff !important;\n        border-radius: 12px !important;\n        padding: 10px !important;\n    }\n\n    .leaflet-popup-tip {\n        background-color: #4D40B4 !important;\n    }\n\n    .leaflet-popup-content a {\n        color: #fff !important;\n        text-decoration: underline;\n    }\n\n    .leaflet-popup-content {\n        font-size: 14px;\n        line-height: 1.4;\n    }\n    .leaflet-popup-close-button {\n    color: #ffffff !important;\n    font-size: 20px;\n    top: 4px !important;\n    right: 6px !important;\n}\n\n<\/style>\n\n<!-- Leaflet JS -->\n<script src=\"https:\/\/unpkg.com\/leaflet@1.9.4\/dist\/leaflet.js\"><\/script>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function () {\n    var map = L.map('map', {\n        center: [42.6975, 23.3242],\n        zoom: 7,\n        scrollWheelZoom: false\n    });\n\n    L.tileLayer('https:\/\/{s}.basemaps.cartocdn.com\/light_all\/{z}\/{x}\/{y}{r}.png', {\n        attribution: '&copy; <a href=\"https:\/\/carto.com\/\">CARTO<\/a>'\n    }).addTo(map);\n\n    function createFontAwesomeMarker(icon, color, size) {\n        return L.divIcon({\n            className: \"custom-fa-icon\",\n            html: `<i class=\"fas ${icon}\" style=\"color: ${color}; font-size: ${size}px;\"><\/i>`,\n            iconSize: [size, size],\n            iconAnchor: [size \/ 2, size \/ 1.2],\n            popupAnchor: [0, -size \/ 1.5]\n        });\n    }\n\n    var locations = [\n        {\n            name: \"Building Box \/ Sofia South\",\n            lat: 42.67010521730023,\n            lng: 23.290086084657062,\n            address: \"8 Topli Dol Street\",\n            phone: \"0877 734 412\"\n        }\n    ];\n\n    locations.forEach(function (location) {\n        var popupContent = `\n            <b>${location.name}<\/b><br>\n            \ud83c\udfe2 ${location.address}<br>\n            \u260e\ufe0f <a href=\"tel:${location.phone.replace(\/\\s+\/g, '')}\">${location.phone}<\/a><br>\n            <a href=\"https:\/\/www.google.com\/maps?q=${location.lat},${location.lng}\" target=\"_blank\">\n                \ud83e\udded \u041d\u0430\u0432\u0438\u0433\u0438\u0440\u0430\u0439 \u0432 Google Maps\n            <\/a>\n        `;\n\n        L.marker([location.lat, location.lng], {\n            icon: createFontAwesomeMarker(\"fa-map-marker-alt\", \"#4D40B4\", 40)\n        }).addTo(map)\n        .bindPopup(popupContent);\n    });\n});\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5580d828 e-flex e-con-boxed e-con e-parent\" data-id=\"5580d828\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-700086d1 e-con-full e-flex e-con e-child\" data-id=\"700086d1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-1e1cba81 e-con-full e-flex e-con e-child\" data-id=\"1e1cba81\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3c6345f0 elementor-position-inline-start elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"3c6345f0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<a href=\"https:\/\/www.google.com\/maps\/place\/Borovo,+ul.+%22Topli+dol%22+8,+1680+Sofia,+Bulgaria\/@42.669979,23.290129,15z\/data=!4m6!3m5!1s0x40aa84c2aa10a46d:0x1c8ab47b9a7ff948!8m2!3d42.6699786!4d23.2901288!16s%2Fg%2F11c5dfb4sf?hl=en-US&#038;entry=ttu&#038;g_ep=EgoyMDI1MDQyMS4wIKXMDSoJLDEwMjExNjM5SAFQAw%3D%3D\" class=\"elementor-icon\" tabindex=\"-1\" aria-label=\"Address:\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"47\" height=\"47\" viewBox=\"0 0 47 47\" fill=\"none\"><rect width=\"47\" height=\"47\" rx=\"10\" fill=\"#C2C040\"><\/rect><path d=\"M23.4999 8.0835C17.5337 8.0835 12.7083 12.9089 12.7083 18.8752C12.7083 26.9689 23.4999 38.9168 23.4999 38.9168C23.4999 38.9168 34.2916 26.9689 34.2916 18.8752C34.2916 12.9089 29.4662 8.0835 23.4999 8.0835ZM15.7916 18.8752C15.7916 14.6202 19.2449 11.1668 23.4999 11.1668C27.7549 11.1668 31.2083 14.6202 31.2083 18.8752C31.2083 23.3152 26.7683 29.9597 23.4999 34.1068C20.2933 29.9906 15.7916 23.2689 15.7916 18.8752Z\" fill=\"white\"><\/path><path d=\"M23.4999 22.7293C25.6285 22.7293 27.3541 21.0038 27.3541 18.8752C27.3541 16.7466 25.6285 15.021 23.4999 15.021C21.3713 15.021 19.6458 16.7466 19.6458 18.8752C19.6458 21.0038 21.3713 22.7293 23.4999 22.7293Z\" fill=\"white\"><\/path><\/svg>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<a href=\"https:\/\/www.google.com\/maps\/place\/Borovo,+ul.+%22Topli+dol%22+8,+1680+Sofia,+Bulgaria\/@42.669979,23.290129,15z\/data=!4m6!3m5!1s0x40aa84c2aa10a46d:0x1c8ab47b9a7ff948!8m2!3d42.6699786!4d23.2901288!16s%2Fg%2F11c5dfb4sf?hl=en-US&#038;entry=ttu&#038;g_ep=EgoyMDI1MDQyMS4wIKXMDSoJLDEwMjExNjM5SAFQAw%3D%3D\" >\n\t\t\t\t\t\t\tAddress:\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tBorovo, ul. \"Topli dol\" 8, 1680 Sofia\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-27810b15 elementor-position-inline-start elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"27810b15\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"47\" height=\"47\" viewBox=\"0 0 47 47\" fill=\"none\"><rect width=\"47\" height=\"47\" rx=\"10\" fill=\"#C2C040\"><\/rect><path d=\"M38.1458 15.0208V26.5833H35.0625V16.5625L27.3542 11.1667L19.6458 16.5625V18.875H16.5625V15.0208L27.3542 7.3125L38.1458 15.0208ZM29.6667 15.7917H28.125V17.3333H29.6667V15.7917ZM26.5833 15.7917H25.0417V17.3333H26.5833V15.7917ZM29.6667 18.875H28.125V20.4167H29.6667V18.875ZM26.5833 18.875H25.0417V20.4167H26.5833V18.875ZM35.0625 29.6667H31.9792C31.9792 27.8167 30.8229 26.1517 29.0963 25.5042L19.5996 21.9583H7.3125V38.9167H16.5625V36.6967L27.3542 39.6875L39.6875 35.8333V34.2917C39.6875 31.7325 37.6217 29.6667 35.0625 29.6667ZM10.3958 35.8333V25.0417H13.4792V35.8333H10.3958ZM27.3079 36.4654L16.5625 33.49V25.0417H19.0446L28.0171 28.3871C28.5413 28.5875 28.8958 29.0962 28.8958 29.6667C28.8958 29.6667 25.8279 29.5896 25.35 29.4354L21.6808 28.2175L20.7096 31.1467L24.3787 32.3646C25.165 32.6267 25.9821 32.7654 26.8146 32.7654H35.0625C35.6637 32.7654 36.2033 33.12 36.45 33.6287L27.3079 36.4654Z\" fill=\"white\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tTransactions concluded with a value of\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t24 500 000\u20ac\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-289c323c elementor-position-inline-start elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"289c323c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"47\" height=\"47\" viewBox=\"0 0 47 47\" fill=\"none\"><rect width=\"47\" height=\"47\" rx=\"10\" fill=\"#C2C040\"><\/rect><path d=\"M23.5001 8.0835L11.1667 12.7085V22.0972C11.1667 29.8827 16.4238 37.1439 23.5001 38.9168C30.5763 37.1439 35.8334 29.8827 35.8334 22.0972V12.7085L23.5001 8.0835ZM32.7501 22.0972C32.7501 28.2639 28.8188 33.9681 23.5001 35.7102C18.1813 33.9681 14.2501 28.2793 14.2501 22.0972V14.7281L23.5001 11.4597L32.7501 14.7281V22.0972ZM18.5976 21.3264L16.4084 23.5002L21.8659 28.9577L30.5917 20.2318L28.418 18.0581L21.8813 24.5947L18.5976 21.3264Z\" fill=\"white\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tYears of experience\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t1 year\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-51686039 e-con-full e-flex e-con e-child\" data-id=\"51686039\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1398de52 elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"1398de52\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:0879900994\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\"><path d=\"M3.54 2C3.6 2.89 3.75 3.76 3.99 4.59L2.79 5.79C2.38 4.59 2.12 3.32 2.03 2H3.54ZM13.4 14.02C14.25 14.26 15.12 14.41 16 14.47V15.96C14.68 15.87 13.41 15.61 12.2 15.21L13.4 14.02ZM4.5 0H1C0.45 0 0 0.45 0 1C0 10.39 7.61 18 17 18C17.55 18 18 17.55 18 17V13.51C18 12.96 17.55 12.51 17 12.51C15.76 12.51 14.55 12.31 13.43 11.94C13.33 11.9 13.22 11.89 13.12 11.89C12.86 11.89 12.61 11.99 12.41 12.18L10.21 14.38C7.38 12.93 5.06 10.62 3.62 7.79L5.82 5.59C6.1 5.31 6.18 4.92 6.07 4.57C5.7 3.45 5.5 2.25 5.5 1C5.5 0.45 5.05 0 4.5 0Z\" fill=\"white\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Call us<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-77b0f418 elementor-widget elementor-widget-button\" data-id=\"77b0f418\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6MzIwODcsInRvZ2dsZSI6ZmFsc2V9\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"16\" viewBox=\"0 0 20 16\" fill=\"none\"><path d=\"M20 2C20 0.9 19.1 0 18 0H2C0.9 0 0 0.9 0 2V14C0 15.1 0.9 16 2 16H18C19.1 16 20 15.1 20 14V2ZM18 2L10 6.99L2 2H18ZM18 14H2V4L10 9L18 4V14Z\" fill=\"white\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Make an inquiry<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-758bb8ef e-flex e-con-boxed e-con e-parent\" data-id=\"758bb8ef\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3f8f5ad3 elementor-widget elementor-widget-double_heading_widget\" data-id=\"3f8f5ad3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"double_heading_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"double-text-heading-wrapper\" id=\"heading-3f8f5ad3\">\n            <div class=\"double-text-heading\">\n                <div class=\"background-text\" style=\"position: absolute; top: 0; left: 0; white-space: nowrap; pointer-events: none; z-index: 1; text-transform: uppercase; transform: translate(-34%, -22px);\">\n                    Brokers                <\/div>\n                <h2 class=\"text-content\" style=\"position: relative; z-index: 2;\">\n                                            <span class=\"first-row\">Brokers<\/span>\n                                                                            <\/h2>\n            <\/div>\n        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2bc74658 e-flex e-con-boxed e-con e-parent\" data-id=\"2bc74658\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-141e1d3 e-con-full e-flex e-con e-child\" data-id=\"141e1d3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-27ee7f26 elementor-widget elementor-widget-agent_awards_widget\" data-id=\"27ee7f26\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"agent_awards_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t            <style>\n            .agent-awards-widget {\n                text-align: center;\n                padding: 30px 20px;\n            }\n            .agent-profile-photo {\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto 20px;\n                border: 2px solid #4D40B4;\n                display: block;\n            }\n            .agent-profile-photo img {\n                width: 100%;\n                height: auto;\n                object-fit: cover;\n                border-radius: 50%;\n                display: block;\n            }\n            .agent-profile-name a {\n                font-size: 24px;\n                font-weight: 600;\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n            }\n            .agent-profile-name a::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n            .agent-profile-name a:hover::after {\n                width: 100%;\n            }\n            .agent-profile-above,\n            .agent-profile-below {\n                margin: 10px 0;\n            }\n            .agent-profile-button {\n                text-decoration: none;\n                display: inline-block;\n                margin-top: 15px;\n            }\n            <\/style>\n\n            <div class=\"agent-awards-widget\">\n                                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/lyuben-doychev\/\" class=\"agent-profile-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/03\/lyuben-doichev-297x300.png\" alt=\"\u041b\u044e\u0431\u0435\u043d \u0414\u043e\u0439\u0447\u0435\u0432\">\n                    <\/a>\n                \n                \n                <div class=\"agent-profile-name\">\n                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/lyuben-doychev\/\">\u041b\u044e\u0431\u0435\u043d \u0414\u043e\u0439\u0447\u0435\u0432<\/a>\n                <\/div>\n\n                                    <div class=\"agent-profile-below\">\u0411\u0440\u043e\u043a\u0435\u0440 \u043d\u0430 \u043c\u0435\u0441\u0435\u0446\u0430<\/div>\n                \n                            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-37640e0b e-con-full e-flex e-con e-child\" data-id=\"37640e0b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4b5b3e8b elementor-widget elementor-widget-agent_profile_card_widget_static\" data-id=\"4b5b3e8b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"agent_profile_card_widget_static.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <style>\n            .agent-profile-card {\n                text-align: center;\n                padding: 30px 20px;\n            }\n\n            .agent-profile-photo {\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto 20px;\n                display: inline-block;\n                aspect-ratio: 1 \/ 1;\n            }\n\n            .agent-profile-photo img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n                border-radius: 50%;\n            }\n\n            .agent-profile-name a {\n                font-size: 24px;\n                font-weight: 600;\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n            }\n\n            .agent-profile-name a::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-profile-name a:hover::after {\n                width: 100%;\n            }\n\n            .agent-profile-info {\n                font-size: 16px;\n                margin-top: 10px;\n                line-height: 1.6;\n            }\n\n            .agent-contact-link {\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n                color: inherit;\n            }\n\n            .agent-contact-link::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-contact-link:hover::after {\n                width: 100%;\n            }\n            <\/style>\n\n            <div class=\"agent-profile-card\">\n                                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/vladimir-agovski\/\" class=\"agent-profile-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/03\/vladimir-agovski-300x300.png\" alt=\"\u0412\u043b\u0430\u0434\u0438\u043c\u0438\u0440 \u0410\u0433\u043e\u0432\u0441\u043a\u0438\">\n                    <\/a>\n                \n                <div class=\"agent-profile-name\">\n                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/vladimir-agovski\/\">\u0412\u043b\u0430\u0434\u0438\u043c\u0438\u0440 \u0410\u0433\u043e\u0432\u0441\u043a\u0438<\/a>\n                <\/div>\n\n                <div class=\"agent-profile-info\">\n                    <div>\u041a\u043e\u043d\u0441\u0443\u043b\u0442\u0430\u043d\u0442<\/div>                    <div><a href=\"tel:0877734412\" class=\"agent-contact-link\">0877734412<\/a><\/div>                    <div><a href=\"mailto:agovski@buildingbox.bg\" class=\"agent-contact-link\">agovski@buildingbox.bg<\/a><\/div>                    <div>\u041e\u0444\u0435\u0440\u0442\u0438: 0<\/div>\n                <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2c437d21 e-con-full e-flex e-con e-child\" data-id=\"2c437d21\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5cb0067d elementor-widget elementor-widget-agent_profile_card_widget_static\" data-id=\"5cb0067d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"agent_profile_card_widget_static.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <style>\n            .agent-profile-card {\n                text-align: center;\n                padding: 30px 20px;\n            }\n\n            .agent-profile-photo {\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto 20px;\n                display: inline-block;\n                aspect-ratio: 1 \/ 1;\n            }\n\n            .agent-profile-photo img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n                border-radius: 50%;\n            }\n\n            .agent-profile-name a {\n                font-size: 24px;\n                font-weight: 600;\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n            }\n\n            .agent-profile-name a::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-profile-name a:hover::after {\n                width: 100%;\n            }\n\n            .agent-profile-info {\n                font-size: 16px;\n                margin-top: 10px;\n                line-height: 1.6;\n            }\n\n            .agent-contact-link {\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n                color: inherit;\n            }\n\n            .agent-contact-link::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-contact-link:hover::after {\n                width: 100%;\n            }\n            <\/style>\n\n            <div class=\"agent-profile-card\">\n                                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/kristin-nikolov\/\" class=\"agent-profile-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/04\/48060a2e-1717-49a8-b8f7-b8b70dec2fb133_300x400-1-225x300.jpg\" alt=\"\u041a\u0440\u0438\u0441\u0442\u0438\u043d \u041d\u0438\u043a\u043e\u043b\u043e\u0432\">\n                    <\/a>\n                \n                <div class=\"agent-profile-name\">\n                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/kristin-nikolov\/\">\u041a\u0440\u0438\u0441\u0442\u0438\u043d \u041d\u0438\u043a\u043e\u043b\u043e\u0432<\/a>\n                <\/div>\n\n                <div class=\"agent-profile-info\">\n                    <div>\u041a\u043e\u043d\u0441\u0443\u043b\u0442\u0430\u043d\u0442 - \u041a\u043b\u0443\u0431 100<\/div>                    <div><a href=\"tel:0877734412\" class=\"agent-contact-link\">0877734412<\/a><\/div>                    <div><a href=\"mailto:knikolov@buildingbox.bg\" class=\"agent-contact-link\">knikolov@buildingbox.bg<\/a><\/div>                    <div>\u041e\u0444\u0435\u0440\u0442\u0438: 0<\/div>\n                <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-182a4bf5 e-con-full e-flex e-con e-child\" data-id=\"182a4bf5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6e332e9 elementor-widget elementor-widget-agent_profile_card_widget_static\" data-id=\"6e332e9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"agent_profile_card_widget_static.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <style>\n            .agent-profile-card {\n                text-align: center;\n                padding: 30px 20px;\n            }\n\n            .agent-profile-photo {\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto 20px;\n                display: inline-block;\n                aspect-ratio: 1 \/ 1;\n            }\n\n            .agent-profile-photo img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n                border-radius: 50%;\n            }\n\n            .agent-profile-name a {\n                font-size: 24px;\n                font-weight: 600;\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n            }\n\n            .agent-profile-name a::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-profile-name a:hover::after {\n                width: 100%;\n            }\n\n            .agent-profile-info {\n                font-size: 16px;\n                margin-top: 10px;\n                line-height: 1.6;\n            }\n\n            .agent-contact-link {\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n                color: inherit;\n            }\n\n            .agent-contact-link::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-contact-link:hover::after {\n                width: 100%;\n            }\n            <\/style>\n\n            <div class=\"agent-profile-card\">\n                                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/nikoleta-panayotova\/\" class=\"agent-profile-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/04\/48060a2e-1717-49a8-b8f7-b8b70dec2fb120_300x400-1-225x300.jpg\" alt=\"\u041d\u0438\u043a\u043e\u043b\u0435\u0442\u0430 \u041f\u0430\u043d\u0430\u0439\u043e\u0442\u043e\u0432\u0430\">\n                    <\/a>\n                \n                <div class=\"agent-profile-name\">\n                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/nikoleta-panayotova\/\">\u041d\u0438\u043a\u043e\u043b\u0435\u0442\u0430 \u041f\u0430\u043d\u0430\u0439\u043e\u0442\u043e\u0432\u0430<\/a>\n                <\/div>\n\n                <div class=\"agent-profile-info\">\n                    <div>\u041a\u043e\u043d\u0441\u0443\u043b\u0442\u0430\u043d\u0442<\/div>                    <div><a href=\"tel:0877734412\" class=\"agent-contact-link\">0877734412<\/a><\/div>                    <div><a href=\"mailto:npanayotova@buildingbox.bg\" class=\"agent-contact-link\">npanayotova@buildingbox.bg<\/a><\/div>                    <div>\u041e\u0444\u0435\u0440\u0442\u0438: 0<\/div>\n                <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-379e9a1d e-con-full e-flex e-con e-child\" data-id=\"379e9a1d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-541a3821 elementor-widget elementor-widget-agent_profile_card_widget_static\" data-id=\"541a3821\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"agent_profile_card_widget_static.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <style>\n            .agent-profile-card {\n                text-align: center;\n                padding: 30px 20px;\n            }\n\n            .agent-profile-photo {\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto 20px;\n                display: inline-block;\n                aspect-ratio: 1 \/ 1;\n            }\n\n            .agent-profile-photo img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n                border-radius: 50%;\n            }\n\n            .agent-profile-name a {\n                font-size: 24px;\n                font-weight: 600;\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n            }\n\n            .agent-profile-name a::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-profile-name a:hover::after {\n                width: 100%;\n            }\n\n            .agent-profile-info {\n                font-size: 16px;\n                margin-top: 10px;\n                line-height: 1.6;\n            }\n\n            .agent-contact-link {\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n                color: inherit;\n            }\n\n            .agent-contact-link::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-contact-link:hover::after {\n                width: 100%;\n            }\n            <\/style>\n\n            <div class=\"agent-profile-card\">\n                                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/antonio-dinev\/\" class=\"agent-profile-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/03\/antonio-dinev-298x300.png\" alt=\"\u0410\u043d\u0442\u043e\u043d\u0438\u043e \u0414\u0438\u043d\u0435\u0432\">\n                    <\/a>\n                \n                <div class=\"agent-profile-name\">\n                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/antonio-dinev\/\">\u0410\u043d\u0442\u043e\u043d\u0438\u043e \u0414\u0438\u043d\u0435\u0432<\/a>\n                <\/div>\n\n                <div class=\"agent-profile-info\">\n                                        <div><a href=\"tel:0877734412\" class=\"agent-contact-link\">0877734412<\/a><\/div>                    <div><a href=\"mailto:adinev@buildingbox.bg\" class=\"agent-contact-link\">adinev@buildingbox.bg<\/a><\/div>                    <div>\u041e\u0444\u0435\u0440\u0442\u0438: 0<\/div>\n                <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7a106604 e-con-full e-flex e-con e-child\" data-id=\"7a106604\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2ad4b6ae elementor-widget elementor-widget-agent_profile_card_widget_static\" data-id=\"2ad4b6ae\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"agent_profile_card_widget_static.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <style>\n            .agent-profile-card {\n                text-align: center;\n                padding: 30px 20px;\n            }\n\n            .agent-profile-photo {\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto 20px;\n                display: inline-block;\n                aspect-ratio: 1 \/ 1;\n            }\n\n            .agent-profile-photo img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n                border-radius: 50%;\n            }\n\n            .agent-profile-name a {\n                font-size: 24px;\n                font-weight: 600;\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n            }\n\n            .agent-profile-name a::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-profile-name a:hover::after {\n                width: 100%;\n            }\n\n            .agent-profile-info {\n                font-size: 16px;\n                margin-top: 10px;\n                line-height: 1.6;\n            }\n\n            .agent-contact-link {\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n                color: inherit;\n            }\n\n            .agent-contact-link::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-contact-link:hover::after {\n                width: 100%;\n            }\n            <\/style>\n\n            <div class=\"agent-profile-card\">\n                                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/bogomil-sabev\/\" class=\"agent-profile-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/03\/bogomil-subev-300x300.png\" alt=\"\u0411\u043e\u0433\u043e\u043c\u0438\u043b \u0421\u044a\u0431\u0435\u0432\">\n                    <\/a>\n                \n                <div class=\"agent-profile-name\">\n                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/bogomil-sabev\/\">\u0411\u043e\u0433\u043e\u043c\u0438\u043b \u0421\u044a\u0431\u0435\u0432<\/a>\n                <\/div>\n\n                <div class=\"agent-profile-info\">\n                    <div>\u041f\u0430\u0440\u0442\u043d\u044c\u043e\u0440<\/div>                    <div><a href=\"tel:0877734412\" class=\"agent-contact-link\">0877734412<\/a><\/div>                    <div><a href=\"mailto:bsubev@buildingbox.bg\" class=\"agent-contact-link\">bsubev@buildingbox.bg<\/a><\/div>                    <div>\u041e\u0444\u0435\u0440\u0442\u0438: 0<\/div>\n                <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-63d1e900 e-con-full e-flex e-con e-child\" data-id=\"63d1e900\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-29b3120d elementor-widget elementor-widget-agent_profile_card_widget_static\" data-id=\"29b3120d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"agent_profile_card_widget_static.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <style>\n            .agent-profile-card {\n                text-align: center;\n                padding: 30px 20px;\n            }\n\n            .agent-profile-photo {\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto 20px;\n                display: inline-block;\n                aspect-ratio: 1 \/ 1;\n            }\n\n            .agent-profile-photo img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n                border-radius: 50%;\n            }\n\n            .agent-profile-name a {\n                font-size: 24px;\n                font-weight: 600;\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n            }\n\n            .agent-profile-name a::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-profile-name a:hover::after {\n                width: 100%;\n            }\n\n            .agent-profile-info {\n                font-size: 16px;\n                margin-top: 10px;\n                line-height: 1.6;\n            }\n\n            .agent-contact-link {\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n                color: inherit;\n            }\n\n            .agent-contact-link::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-contact-link:hover::after {\n                width: 100%;\n            }\n            <\/style>\n\n            <div class=\"agent-profile-card\">\n                                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/nikola-dimitrov\/\" class=\"agent-profile-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/03\/nikola-dimitrov-300x300.png\" alt=\"\u041d\u0438\u043a\u043e\u043b\u0430 \u0414\u0438\u043c\u0438\u0442\u0440\u043e\u0432\">\n                    <\/a>\n                \n                <div class=\"agent-profile-name\">\n                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/nikola-dimitrov\/\">\u041d\u0438\u043a\u043e\u043b\u0430 \u0414\u0438\u043c\u0438\u0442\u0440\u043e\u0432<\/a>\n                <\/div>\n\n                <div class=\"agent-profile-info\">\n                    <div>\u041a\u043e\u043d\u0441\u0443\u043b\u0442\u0430\u043d\u0442<\/div>                    <div><a href=\"tel:0877734412\" class=\"agent-contact-link\">0877734412<\/a><\/div>                    <div><a href=\"mailto:n.dimitrov@buildingbox.bg\" class=\"agent-contact-link\">n.dimitrov@buildingbox.bg<\/a><\/div>                    <div>\u041e\u0444\u0435\u0440\u0442\u0438: 0<\/div>\n                <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-177b6db1 e-con-full e-flex e-con e-child\" data-id=\"177b6db1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-71fb1aac elementor-widget elementor-widget-agent_profile_card_widget_static\" data-id=\"71fb1aac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"agent_profile_card_widget_static.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <style>\n            .agent-profile-card {\n                text-align: center;\n                padding: 30px 20px;\n            }\n\n            .agent-profile-photo {\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto 20px;\n                display: inline-block;\n                aspect-ratio: 1 \/ 1;\n            }\n\n            .agent-profile-photo img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n                border-radius: 50%;\n            }\n\n            .agent-profile-name a {\n                font-size: 24px;\n                font-weight: 600;\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n            }\n\n            .agent-profile-name a::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-profile-name a:hover::after {\n                width: 100%;\n            }\n\n            .agent-profile-info {\n                font-size: 16px;\n                margin-top: 10px;\n                line-height: 1.6;\n            }\n\n            .agent-contact-link {\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n                color: inherit;\n            }\n\n            .agent-contact-link::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-contact-link:hover::after {\n                width: 100%;\n            }\n            <\/style>\n\n            <div class=\"agent-profile-card\">\n                                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/snejana-dimitrova-2\/\" class=\"agent-profile-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2026\/02\/admin-ajax-300x300.png\" alt=\"\u0421\u043d\u0435\u0436\u0430\u043d\u0430 \u0414\u0438\u043c\u0438\u0442\u0440\u043e\u0432\u0430\">\n                    <\/a>\n                \n                <div class=\"agent-profile-name\">\n                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/snejana-dimitrova-2\/\">\u0421\u043d\u0435\u0436\u0430\u043d\u0430 \u0414\u0438\u043c\u0438\u0442\u0440\u043e\u0432\u0430<\/a>\n                <\/div>\n\n                <div class=\"agent-profile-info\">\n                                        <div><a href=\"tel:0877734412\" class=\"agent-contact-link\">0877734412<\/a><\/div>                    <div><a href=\"mailto:sn.dimitrova@buildingbox.bg\" class=\"agent-contact-link\">sn.dimitrova@buildingbox.bg<\/a><\/div>                    <div>\u041e\u0444\u0435\u0440\u0442\u0438: 0<\/div>\n                <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-300f4b14 e-con-full e-flex e-con e-child\" data-id=\"300f4b14\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4f42aaab elementor-widget elementor-widget-agent_profile_card_widget_static\" data-id=\"4f42aaab\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"agent_profile_card_widget_static.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <style>\n            .agent-profile-card {\n                text-align: center;\n                padding: 30px 20px;\n            }\n\n            .agent-profile-photo {\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto 20px;\n                display: inline-block;\n                aspect-ratio: 1 \/ 1;\n            }\n\n            .agent-profile-photo img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n                border-radius: 50%;\n            }\n\n            .agent-profile-name a {\n                font-size: 24px;\n                font-weight: 600;\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n            }\n\n            .agent-profile-name a::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-profile-name a:hover::after {\n                width: 100%;\n            }\n\n            .agent-profile-info {\n                font-size: 16px;\n                margin-top: 10px;\n                line-height: 1.6;\n            }\n\n            .agent-contact-link {\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n                color: inherit;\n            }\n\n            .agent-contact-link::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-contact-link:hover::after {\n                width: 100%;\n            }\n            <\/style>\n\n            <div class=\"agent-profile-card\">\n                                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/viktor-dandanov\/\" class=\"agent-profile-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/03\/viktor-dandanov-300x300.png\" alt=\"\u0412\u0438\u043a\u0442\u043e\u0440 \u0414\u0430\u043d\u0434\u0430\u043d\u043e\u0432\">\n                    <\/a>\n                \n                <div class=\"agent-profile-name\">\n                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/viktor-dandanov\/\">\u0412\u0438\u043a\u0442\u043e\u0440 \u0414\u0430\u043d\u0434\u0430\u043d\u043e\u0432<\/a>\n                <\/div>\n\n                <div class=\"agent-profile-info\">\n                    <div>\u041a\u043e\u043d\u0441\u0443\u043b\u0442\u0430\u043d\u0442<\/div>                    <div><a href=\"tel:0877734412\" class=\"agent-contact-link\">0877734412<\/a><\/div>                    <div><a href=\"mailto:dandanov@buildingbox.bg\" class=\"agent-contact-link\">dandanov@buildingbox.bg<\/a><\/div>                    <div>\u041e\u0444\u0435\u0440\u0442\u0438: 0<\/div>\n                <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7664b3be e-con-full e-flex e-con e-child\" data-id=\"7664b3be\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c843b5b elementor-widget elementor-widget-agent_profile_card_widget_static\" data-id=\"c843b5b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"agent_profile_card_widget_static.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <style>\n            .agent-profile-card {\n                text-align: center;\n                padding: 30px 20px;\n            }\n\n            .agent-profile-photo {\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto 20px;\n                display: inline-block;\n                aspect-ratio: 1 \/ 1;\n            }\n\n            .agent-profile-photo img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n                border-radius: 50%;\n            }\n\n            .agent-profile-name a {\n                font-size: 24px;\n                font-weight: 600;\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n            }\n\n            .agent-profile-name a::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-profile-name a:hover::after {\n                width: 100%;\n            }\n\n            .agent-profile-info {\n                font-size: 16px;\n                margin-top: 10px;\n                line-height: 1.6;\n            }\n\n            .agent-contact-link {\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n                color: inherit;\n            }\n\n            .agent-contact-link::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-contact-link:hover::after {\n                width: 100%;\n            }\n            <\/style>\n\n            <div class=\"agent-profile-card\">\n                                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/kristiyan-hristov\/\" class=\"agent-profile-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/03\/kris-hristov-300x300.png\" alt=\"\u041a\u0440\u0438\u0441\u0442\u0438\u044f\u043d \u0425\u0440\u0438\u0441\u0442\u043e\u0432\">\n                    <\/a>\n                \n                <div class=\"agent-profile-name\">\n                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/kristiyan-hristov\/\">\u041a\u0440\u0438\u0441\u0442\u0438\u044f\u043d \u0425\u0440\u0438\u0441\u0442\u043e\u0432<\/a>\n                <\/div>\n\n                <div class=\"agent-profile-info\">\n                    <div>\u041a\u043e\u043d\u0441\u0443\u043b\u0442\u0430\u043d\u0442<\/div>                    <div><a href=\"tel:0877734412\" class=\"agent-contact-link\">0877734412<\/a><\/div>                    <div><a href=\"mailto:k.hristov@buildingbox.bg\" class=\"agent-contact-link\">k.hristov@buildingbox.bg<\/a><\/div>                    <div>\u041e\u0444\u0435\u0440\u0442\u0438: 0<\/div>\n                <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6b815503 e-con-full e-flex e-con e-child\" data-id=\"6b815503\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4c731324 elementor-widget elementor-widget-agent_profile_card_widget_static\" data-id=\"4c731324\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"agent_profile_card_widget_static.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <style>\n            .agent-profile-card {\n                text-align: center;\n                padding: 30px 20px;\n            }\n\n            .agent-profile-photo {\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto 20px;\n                display: inline-block;\n                aspect-ratio: 1 \/ 1;\n            }\n\n            .agent-profile-photo img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n                border-radius: 50%;\n            }\n\n            .agent-profile-name a {\n                font-size: 24px;\n                font-weight: 600;\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n            }\n\n            .agent-profile-name a::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-profile-name a:hover::after {\n                width: 100%;\n            }\n\n            .agent-profile-info {\n                font-size: 16px;\n                margin-top: 10px;\n                line-height: 1.6;\n            }\n\n            .agent-contact-link {\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n                color: inherit;\n            }\n\n            .agent-contact-link::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-contact-link:hover::after {\n                width: 100%;\n            }\n            <\/style>\n\n            <div class=\"agent-profile-card\">\n                                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/martin-emanuilov\/\" class=\"agent-profile-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/03\/martin-emanuilov-300x300.png\" alt=\"\u041c\u0430\u0440\u0442\u0438\u043d \u0415\u043c\u0430\u043d\u0443\u0438\u043b\u043e\u0432\">\n                    <\/a>\n                \n                <div class=\"agent-profile-name\">\n                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/martin-emanuilov\/\">\u041c\u0430\u0440\u0442\u0438\u043d \u0415\u043c\u0430\u043d\u0443\u0438\u043b\u043e\u0432<\/a>\n                <\/div>\n\n                <div class=\"agent-profile-info\">\n                    <div>\u041a\u043e\u043d\u0441\u0443\u043b\u0442\u0430\u043d\u0442<\/div>                    <div><a href=\"tel:0879900994\" class=\"agent-contact-link\">0879900994<\/a><\/div>                    <div><a href=\"mailto:sofia2@buildingbox.bg\" class=\"agent-contact-link\">sofia2@buildingbox.bg<\/a><\/div>                    <div>\u041e\u0444\u0435\u0440\u0442\u0438: 0<\/div>\n                <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-41c068b3 e-con-full e-flex e-con e-child\" data-id=\"41c068b3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3bc76c43 elementor-widget elementor-widget-agent_profile_card_widget_static\" data-id=\"3bc76c43\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"agent_profile_card_widget_static.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <style>\n            .agent-profile-card {\n                text-align: center;\n                padding: 30px 20px;\n            }\n\n            .agent-profile-photo {\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto 20px;\n                display: inline-block;\n                aspect-ratio: 1 \/ 1;\n            }\n\n            .agent-profile-photo img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n                border-radius: 50%;\n            }\n\n            .agent-profile-name a {\n                font-size: 24px;\n                font-weight: 600;\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n            }\n\n            .agent-profile-name a::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-profile-name a:hover::after {\n                width: 100%;\n            }\n\n            .agent-profile-info {\n                font-size: 16px;\n                margin-top: 10px;\n                line-height: 1.6;\n            }\n\n            .agent-contact-link {\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n                color: inherit;\n            }\n\n            .agent-contact-link::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-contact-link:hover::after {\n                width: 100%;\n            }\n            <\/style>\n\n            <div class=\"agent-profile-card\">\n                                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/emil-radev\/\" class=\"agent-profile-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/03\/emil-radev-300x300.png\" alt=\"\u0415\u043c\u0438\u043b \u0420\u0430\u0434\u0435\u0432\">\n                    <\/a>\n                \n                <div class=\"agent-profile-name\">\n                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/emil-radev\/\">\u0415\u043c\u0438\u043b \u0420\u0430\u0434\u0435\u0432<\/a>\n                <\/div>\n\n                <div class=\"agent-profile-info\">\n                    <div>\u041a\u043e\u043d\u0441\u0443\u043b\u0442\u0430\u043d\u0442<\/div>                    <div><a href=\"tel:0879900994\" class=\"agent-contact-link\">0879900994<\/a><\/div>                    <div><a href=\"mailto:sofia2@buildingbox.bg\" class=\"agent-contact-link\">sofia2@buildingbox.bg<\/a><\/div>                    <div>\u041e\u0444\u0435\u0440\u0442\u0438: 0<\/div>\n                <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-34ef291c e-con-full e-flex e-con e-child\" data-id=\"34ef291c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-565a125e elementor-widget elementor-widget-agent_profile_card_widget_static\" data-id=\"565a125e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"agent_profile_card_widget_static.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <style>\n            .agent-profile-card {\n                text-align: center;\n                padding: 30px 20px;\n            }\n\n            .agent-profile-photo {\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto 20px;\n                display: inline-block;\n                aspect-ratio: 1 \/ 1;\n            }\n\n            .agent-profile-photo img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n                border-radius: 50%;\n            }\n\n            .agent-profile-name a {\n                font-size: 24px;\n                font-weight: 600;\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n            }\n\n            .agent-profile-name a::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-profile-name a:hover::after {\n                width: 100%;\n            }\n\n            .agent-profile-info {\n                font-size: 16px;\n                margin-top: 10px;\n                line-height: 1.6;\n            }\n\n            .agent-contact-link {\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n                color: inherit;\n            }\n\n            .agent-contact-link::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-contact-link:hover::after {\n                width: 100%;\n            }\n            <\/style>\n\n            <div class=\"agent-profile-card\">\n                                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/ana-seferova\/\" class=\"agent-profile-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/07\/vizitki-300x300.png\" alt=\"\u0410\u043d\u0430 \u0421\u0435\u0444\u0435\u0440\u043e\u0432\u0430\">\n                    <\/a>\n                \n                <div class=\"agent-profile-name\">\n                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/ana-seferova\/\">\u0410\u043d\u0430 \u0421\u0435\u0444\u0435\u0440\u043e\u0432\u0430<\/a>\n                <\/div>\n\n                <div class=\"agent-profile-info\">\n                    <div>\u041a\u043e\u043d\u0441\u0443\u043b\u0442\u0430\u043d\u0442<\/div>                    <div><a href=\"tel:0879900994\" class=\"agent-contact-link\">0879900994<\/a><\/div>                    <div><a href=\"mailto:a.seferova@buildingbox.bg\" class=\"agent-contact-link\">a.seferova@buildingbox.bg<\/a><\/div>                    <div>\u041e\u0444\u0435\u0440\u0442\u0438: 0<\/div>\n                <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-457670be e-con-full e-flex e-con e-child\" data-id=\"457670be\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5c9890bd elementor-widget elementor-widget-agent_profile_card_widget_static\" data-id=\"5c9890bd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"agent_profile_card_widget_static.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <style>\n            .agent-profile-card {\n                text-align: center;\n                padding: 30px 20px;\n            }\n\n            .agent-profile-photo {\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto 20px;\n                display: inline-block;\n                aspect-ratio: 1 \/ 1;\n            }\n\n            .agent-profile-photo img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n                border-radius: 50%;\n            }\n\n            .agent-profile-name a {\n                font-size: 24px;\n                font-weight: 600;\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n            }\n\n            .agent-profile-name a::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-profile-name a:hover::after {\n                width: 100%;\n            }\n\n            .agent-profile-info {\n                font-size: 16px;\n                margin-top: 10px;\n                line-height: 1.6;\n            }\n\n            .agent-contact-link {\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n                color: inherit;\n            }\n\n            .agent-contact-link::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-contact-link:hover::after {\n                width: 100%;\n            }\n            <\/style>\n\n            <div class=\"agent-profile-card\">\n                                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/deyan-aleksandrov\/\" class=\"agent-profile-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/03\/deyan-aleksandrov-300x300.png\" alt=\"\u0414\u0435\u044f\u043d \u0410\u043b\u0435\u043a\u0441\u0430\u043d\u0434\u0440\u043e\u0432\">\n                    <\/a>\n                \n                <div class=\"agent-profile-name\">\n                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/deyan-aleksandrov\/\">\u0414\u0435\u044f\u043d \u0410\u043b\u0435\u043a\u0441\u0430\u043d\u0434\u0440\u043e\u0432<\/a>\n                <\/div>\n\n                <div class=\"agent-profile-info\">\n                    <div>\u041a\u043e\u043d\u0441\u0443\u043b\u0442\u0430\u043d\u0442<\/div>                    <div><a href=\"tel:0879900994\" class=\"agent-contact-link\">0879900994<\/a><\/div>                    <div><a href=\"mailto:sofia2@buildingbox.bg\" class=\"agent-contact-link\">sofia2@buildingbox.bg<\/a><\/div>                    <div>\u041e\u0444\u0435\u0440\u0442\u0438: 0<\/div>\n                <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1b655b00 e-con-full e-flex e-con e-child\" data-id=\"1b655b00\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2f68b639 elementor-widget elementor-widget-agent_profile_card_widget_static\" data-id=\"2f68b639\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"agent_profile_card_widget_static.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <style>\n            .agent-profile-card {\n                text-align: center;\n                padding: 30px 20px;\n            }\n\n            .agent-profile-photo {\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto 20px;\n                display: inline-block;\n                aspect-ratio: 1 \/ 1;\n            }\n\n            .agent-profile-photo img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n                border-radius: 50%;\n            }\n\n            .agent-profile-name a {\n                font-size: 24px;\n                font-weight: 600;\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n            }\n\n            .agent-profile-name a::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-profile-name a:hover::after {\n                width: 100%;\n            }\n\n            .agent-profile-info {\n                font-size: 16px;\n                margin-top: 10px;\n                line-height: 1.6;\n            }\n\n            .agent-contact-link {\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n                color: inherit;\n            }\n\n            .agent-contact-link::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-contact-link:hover::after {\n                width: 100%;\n            }\n            <\/style>\n\n            <div class=\"agent-profile-card\">\n                                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/raya-stoynova\/\" class=\"agent-profile-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/03\/kopie-na-ramka-za-profilna-snimka-6-300x300.png\" alt=\"\u0420\u0430\u044f \u0421\u0442\u043e\u0439\u043d\u043e\u0432\u0430\">\n                    <\/a>\n                \n                <div class=\"agent-profile-name\">\n                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/raya-stoynova\/\">\u0420\u0430\u044f \u0421\u0442\u043e\u0439\u043d\u043e\u0432\u0430<\/a>\n                <\/div>\n\n                <div class=\"agent-profile-info\">\n                                        <div><a href=\"tel:0887837274\" class=\"agent-contact-link\">0887837274<\/a><\/div>                    <div><a href=\"mailto:r.stoynova@buildingbox.bg\" class=\"agent-contact-link\">r.stoynova@buildingbox.bg<\/a><\/div>                    <div>\u041e\u0444\u0435\u0440\u0442\u0438: 0<\/div>\n                <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1c9b4115 e-con-full e-flex e-con e-child\" data-id=\"1c9b4115\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-731a3ce3 elementor-widget elementor-widget-agent_profile_card_widget_static\" data-id=\"731a3ce3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"agent_profile_card_widget_static.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <style>\n            .agent-profile-card {\n                text-align: center;\n                padding: 30px 20px;\n            }\n\n            .agent-profile-photo {\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto 20px;\n                display: inline-block;\n                aspect-ratio: 1 \/ 1;\n            }\n\n            .agent-profile-photo img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n                border-radius: 50%;\n            }\n\n            .agent-profile-name a {\n                font-size: 24px;\n                font-weight: 600;\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n            }\n\n            .agent-profile-name a::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-profile-name a:hover::after {\n                width: 100%;\n            }\n\n            .agent-profile-info {\n                font-size: 16px;\n                margin-top: 10px;\n                line-height: 1.6;\n            }\n\n            .agent-contact-link {\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n                color: inherit;\n            }\n\n            .agent-contact-link::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-contact-link:hover::after {\n                width: 100%;\n            }\n            <\/style>\n\n            <div class=\"agent-profile-card\">\n                                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/viktor-serdarski\/\" class=\"agent-profile-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/04\/48060a2e-1717-49a8-b8f7-b8b70dec2fb151_300x400-1-225x300.jpg\" alt=\"\u0412\u0438\u043a\u0442\u043e\u0440 \u0421\u0435\u0440\u0434\u0430\u0440\u0441\u043a\u0438\">\n                    <\/a>\n                \n                <div class=\"agent-profile-name\">\n                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/viktor-serdarski\/\">\u0412\u0438\u043a\u0442\u043e\u0440 \u0421\u0435\u0440\u0434\u0430\u0440\u0441\u043a\u0438<\/a>\n                <\/div>\n\n                <div class=\"agent-profile-info\">\n                    <div>\u041a\u043e\u043d\u0441\u0443\u043b\u0442\u0430\u043d\u0442 - \u041a\u043b\u0443\u0431 50<\/div>                    <div><a href=\"tel:0877734412\" class=\"agent-contact-link\">0877734412<\/a><\/div>                    <div><a href=\"mailto:serdarski@buildingbox.bg\" class=\"agent-contact-link\">serdarski@buildingbox.bg<\/a><\/div>                    <div>\u041e\u0444\u0435\u0440\u0442\u0438: 0<\/div>\n                <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-56d81f24 e-con-full e-flex e-con e-child\" data-id=\"56d81f24\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-165c19eb elementor-widget elementor-widget-agent_profile_card_widget_static\" data-id=\"165c19eb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"agent_profile_card_widget_static.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <style>\n            .agent-profile-card {\n                text-align: center;\n                padding: 30px 20px;\n            }\n\n            .agent-profile-photo {\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto 20px;\n                display: inline-block;\n                aspect-ratio: 1 \/ 1;\n            }\n\n            .agent-profile-photo img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n                border-radius: 50%;\n            }\n\n            .agent-profile-name a {\n                font-size: 24px;\n                font-weight: 600;\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n            }\n\n            .agent-profile-name a::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-profile-name a:hover::after {\n                width: 100%;\n            }\n\n            .agent-profile-info {\n                font-size: 16px;\n                margin-top: 10px;\n                line-height: 1.6;\n            }\n\n            .agent-contact-link {\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n                color: inherit;\n            }\n\n            .agent-contact-link::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-contact-link:hover::after {\n                width: 100%;\n            }\n            <\/style>\n\n            <div class=\"agent-profile-card\">\n                                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/sandrina-zareva\/\" class=\"agent-profile-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/03\/sandrina-zareva-300x300.png\" alt=\"\u0421\u0430\u043d\u0434\u0440\u0438\u043d\u0430 \u0417\u0430\u0440\u0435\u0432\u0430\">\n                    <\/a>\n                \n                <div class=\"agent-profile-name\">\n                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/sandrina-zareva\/\">\u0421\u0430\u043d\u0434\u0440\u0438\u043d\u0430 \u0417\u0430\u0440\u0435\u0432\u0430<\/a>\n                <\/div>\n\n                <div class=\"agent-profile-info\">\n                    <div>\u041a\u043e\u043d\u0441\u0443\u043b\u0442\u0430\u043d\u0442<\/div>                    <div><a href=\"tel:0879900994\" class=\"agent-contact-link\">0879900994<\/a><\/div>                    <div><a href=\"mailto:sofia2@buildingbox.bg\" class=\"agent-contact-link\">sofia2@buildingbox.bg<\/a><\/div>                    <div>\u041e\u0444\u0435\u0440\u0442\u0438: 0<\/div>\n                <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-617d21c2 e-con-full e-flex e-con e-child\" data-id=\"617d21c2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7436f4c0 elementor-widget-laptop__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-agent_profile_card_widget_static\" data-id=\"7436f4c0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"agent_profile_card_widget_static.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <style>\n            .agent-profile-card {\n                text-align: center;\n                padding: 30px 20px;\n            }\n\n            .agent-profile-photo {\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto 20px;\n                display: inline-block;\n                aspect-ratio: 1 \/ 1;\n            }\n\n            .agent-profile-photo img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n                border-radius: 50%;\n            }\n\n            .agent-profile-name a {\n                font-size: 24px;\n                font-weight: 600;\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n            }\n\n            .agent-profile-name a::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-profile-name a:hover::after {\n                width: 100%;\n            }\n\n            .agent-profile-info {\n                font-size: 16px;\n                margin-top: 10px;\n                line-height: 1.6;\n            }\n\n            .agent-contact-link {\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n                color: inherit;\n            }\n\n            .agent-contact-link::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-contact-link:hover::after {\n                width: 100%;\n            }\n            <\/style>\n\n            <div class=\"agent-profile-card\">\n                                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/vasil-popov\/\" class=\"agent-profile-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/04\/48060a2e-1717-49a8-b8f7-b8b70dec2fb122_300x400-1-225x300.jpg\" alt=\"\u0412\u0430\u0441\u0438\u043b \u041f\u043e\u043f\u043e\u0432\">\n                    <\/a>\n                \n                <div class=\"agent-profile-name\">\n                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/vasil-popov\/\">\u0412\u0430\u0441\u0438\u043b \u041f\u043e\u043f\u043e\u0432<\/a>\n                <\/div>\n\n                <div class=\"agent-profile-info\">\n                    <div>\u041a\u043e\u043d\u0441\u0443\u043b\u0442\u0430\u043d\u0442 - \u041a\u043b\u0443\u0431 50<\/div>                    <div><a href=\"tel:0879900994\" class=\"agent-contact-link\">0879900994<\/a><\/div>                    <div><a href=\"mailto:vpopov@buildingbox.bg\" class=\"agent-contact-link\">vpopov@buildingbox.bg<\/a><\/div>                    <div>\u041e\u0444\u0435\u0440\u0442\u0438: 0<\/div>\n                <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6ed3b667 e-con-full e-flex e-con e-child\" data-id=\"6ed3b667\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-224226a6 elementor-widget elementor-widget-agent_profile_card_widget_static\" data-id=\"224226a6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"agent_profile_card_widget_static.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <style>\n            .agent-profile-card {\n                text-align: center;\n                padding: 30px 20px;\n            }\n\n            .agent-profile-photo {\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto 20px;\n                display: inline-block;\n                aspect-ratio: 1 \/ 1;\n            }\n\n            .agent-profile-photo img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n                border-radius: 50%;\n            }\n\n            .agent-profile-name a {\n                font-size: 24px;\n                font-weight: 600;\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n            }\n\n            .agent-profile-name a::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-profile-name a:hover::after {\n                width: 100%;\n            }\n\n            .agent-profile-info {\n                font-size: 16px;\n                margin-top: 10px;\n                line-height: 1.6;\n            }\n\n            .agent-contact-link {\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n                color: inherit;\n            }\n\n            .agent-contact-link::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-contact-link:hover::after {\n                width: 100%;\n            }\n            <\/style>\n\n            <div class=\"agent-profile-card\">\n                                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/viktor-branchev\/\" class=\"agent-profile-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/04\/viktor-branchev-300x300.png\" alt=\"\u0412\u0438\u043a\u0442\u043e\u0440 \u0411\u0440\u044a\u043d\u0447\u0435\u0432\">\n                    <\/a>\n                \n                <div class=\"agent-profile-name\">\n                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/viktor-branchev\/\">\u0412\u0438\u043a\u0442\u043e\u0440 \u0411\u0440\u044a\u043d\u0447\u0435\u0432<\/a>\n                <\/div>\n\n                <div class=\"agent-profile-info\">\n                                        <div><a href=\"tel:0877734412\" class=\"agent-contact-link\">0877734412<\/a><\/div>                    <div><a href=\"mailto:v.branchev@buildingbox.bg\" class=\"agent-contact-link\">v.branchev@buildingbox.bg<\/a><\/div>                    <div>\u041e\u0444\u0435\u0440\u0442\u0438: 0<\/div>\n                <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1c299235 e-con-full e-flex e-con e-child\" data-id=\"1c299235\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-44cf3d52 elementor-widget elementor-widget-agent_profile_card_widget_static\" data-id=\"44cf3d52\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"agent_profile_card_widget_static.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <style>\n            .agent-profile-card {\n                text-align: center;\n                padding: 30px 20px;\n            }\n\n            .agent-profile-photo {\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto 20px;\n                display: inline-block;\n                aspect-ratio: 1 \/ 1;\n            }\n\n            .agent-profile-photo img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n                border-radius: 50%;\n            }\n\n            .agent-profile-name a {\n                font-size: 24px;\n                font-weight: 600;\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n            }\n\n            .agent-profile-name a::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-profile-name a:hover::after {\n                width: 100%;\n            }\n\n            .agent-profile-info {\n                font-size: 16px;\n                margin-top: 10px;\n                line-height: 1.6;\n            }\n\n            .agent-contact-link {\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n                color: inherit;\n            }\n\n            .agent-contact-link::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-contact-link:hover::after {\n                width: 100%;\n            }\n            <\/style>\n\n            <div class=\"agent-profile-card\">\n                                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/anna-dimitrova\/\" class=\"agent-profile-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/03\/credia-1-1-300x300.png\" alt=\"\u0410\u043d\u043d\u0430 \u0414\u0438\u043c\u0438\u0442\u0440\u043e\u0432\u0430\">\n                    <\/a>\n                \n                <div class=\"agent-profile-name\">\n                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/anna-dimitrova\/\">\u0410\u043d\u043d\u0430 \u0414\u0438\u043c\u0438\u0442\u0440\u043e\u0432\u0430<\/a>\n                <\/div>\n\n                <div class=\"agent-profile-info\">\n                                        <div><a href=\"tel:0988978147\" class=\"agent-contact-link\">0988978147<\/a><\/div>                    <div><a href=\"mailto:adimitrova@buildingbox.bg\" class=\"agent-contact-link\">adimitrova@buildingbox.bg<\/a><\/div>                    <div>\u041e\u0444\u0435\u0440\u0442\u0438: 0<\/div>\n                <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1d7ce928 e-con-full e-flex e-con e-child\" data-id=\"1d7ce928\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5b850728 elementor-widget elementor-widget-agent_profile_card_widget_static\" data-id=\"5b850728\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"agent_profile_card_widget_static.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <style>\n            .agent-profile-card {\n                text-align: center;\n                padding: 30px 20px;\n            }\n\n            .agent-profile-photo {\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto 20px;\n                display: inline-block;\n                aspect-ratio: 1 \/ 1;\n            }\n\n            .agent-profile-photo img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n                border-radius: 50%;\n            }\n\n            .agent-profile-name a {\n                font-size: 24px;\n                font-weight: 600;\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n            }\n\n            .agent-profile-name a::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-profile-name a:hover::after {\n                width: 100%;\n            }\n\n            .agent-profile-info {\n                font-size: 16px;\n                margin-top: 10px;\n                line-height: 1.6;\n            }\n\n            .agent-contact-link {\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n                color: inherit;\n            }\n\n            .agent-contact-link::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-contact-link:hover::after {\n                width: 100%;\n            }\n            <\/style>\n\n            <div class=\"agent-profile-card\">\n                                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/bojidar-blagoev\/\" class=\"agent-profile-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/04\/bozhidar-blagoev-300x300.png\" alt=\"\u0411\u043e\u0436\u0438\u0434\u0430\u0440 \u0411\u043b\u0430\u0433\u043e\u0435\u0432\">\n                    <\/a>\n                \n                <div class=\"agent-profile-name\">\n                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/bojidar-blagoev\/\">\u0411\u043e\u0436\u0438\u0434\u0430\u0440 \u0411\u043b\u0430\u0433\u043e\u0435\u0432<\/a>\n                <\/div>\n\n                <div class=\"agent-profile-info\">\n                                        <div><a href=\"tel:0887937100\" class=\"agent-contact-link\">0887937100<\/a><\/div>                    <div><a href=\"mailto:bblagoev@buildingbox.bg\" class=\"agent-contact-link\">bblagoev@buildingbox.bg<\/a><\/div>                    <div>\u041e\u0444\u0435\u0440\u0442\u0438: 0<\/div>\n                <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2b7a8c4f e-con-full e-flex e-con e-child\" data-id=\"2b7a8c4f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1bae8f2f elementor-widget elementor-widget-agent_profile_card_widget_static\" data-id=\"1bae8f2f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"agent_profile_card_widget_static.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <style>\n            .agent-profile-card {\n                text-align: center;\n                padding: 30px 20px;\n            }\n\n            .agent-profile-photo {\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto 20px;\n                display: inline-block;\n                aspect-ratio: 1 \/ 1;\n            }\n\n            .agent-profile-photo img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n                border-radius: 50%;\n            }\n\n            .agent-profile-name a {\n                font-size: 24px;\n                font-weight: 600;\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n            }\n\n            .agent-profile-name a::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-profile-name a:hover::after {\n                width: 100%;\n            }\n\n            .agent-profile-info {\n                font-size: 16px;\n                margin-top: 10px;\n                line-height: 1.6;\n            }\n\n            .agent-contact-link {\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n                color: inherit;\n            }\n\n            .agent-contact-link::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-contact-link:hover::after {\n                width: 100%;\n            }\n            <\/style>\n\n            <div class=\"agent-profile-card\">\n                                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/valya-lenkova\/\" class=\"agent-profile-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/03\/valya-lenkova-300x300.png\" alt=\"\u0412\u0430\u043b\u044f \u041b\u0435\u043d\u043a\u043e\u0432\u0430\">\n                    <\/a>\n                \n                <div class=\"agent-profile-name\">\n                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/valya-lenkova\/\">\u0412\u0430\u043b\u044f \u041b\u0435\u043d\u043a\u043e\u0432\u0430<\/a>\n                <\/div>\n\n                <div class=\"agent-profile-info\">\n                                        <div><a href=\"tel:0877734412\" class=\"agent-contact-link\">0877734412<\/a><\/div>                    <div><a href=\"mailto:v.lenkova@buildingbox.bg\" class=\"agent-contact-link\">v.lenkova@buildingbox.bg<\/a><\/div>                    <div>\u041e\u0444\u0435\u0440\u0442\u0438: 0<\/div>\n                <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a47d28d e-con-full e-flex e-con e-child\" data-id=\"a47d28d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-58da69b5 elementor-widget elementor-widget-agent_profile_card_widget_static\" data-id=\"58da69b5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"agent_profile_card_widget_static.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <style>\n            .agent-profile-card {\n                text-align: center;\n                padding: 30px 20px;\n            }\n\n            .agent-profile-photo {\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto 20px;\n                display: inline-block;\n                aspect-ratio: 1 \/ 1;\n            }\n\n            .agent-profile-photo img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n                border-radius: 50%;\n            }\n\n            .agent-profile-name a {\n                font-size: 24px;\n                font-weight: 600;\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n            }\n\n            .agent-profile-name a::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-profile-name a:hover::after {\n                width: 100%;\n            }\n\n            .agent-profile-info {\n                font-size: 16px;\n                margin-top: 10px;\n                line-height: 1.6;\n            }\n\n            .agent-contact-link {\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n                color: inherit;\n            }\n\n            .agent-contact-link::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-contact-link:hover::after {\n                width: 100%;\n            }\n            <\/style>\n\n            <div class=\"agent-profile-card\">\n                                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/svetoslav-yonov\/\" class=\"agent-profile-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/06\/vizitki-300x300.png\" alt=\"\u0421\u0432\u0435\u0442\u043e\u0441\u043b\u0430\u0432 \u0419\u043e\u043d\u043e\u0432\">\n                    <\/a>\n                \n                <div class=\"agent-profile-name\">\n                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/svetoslav-yonov\/\">\u0421\u0432\u0435\u0442\u043e\u0441\u043b\u0430\u0432 \u0419\u043e\u043d\u043e\u0432<\/a>\n                <\/div>\n\n                <div class=\"agent-profile-info\">\n                                        <div><a href=\"tel:0879900994\" class=\"agent-contact-link\">0879900994<\/a><\/div>                    <div><a href=\"mailto:s.yonov@buildingbox.bg\" class=\"agent-contact-link\">s.yonov@buildingbox.bg<\/a><\/div>                    <div>\u041e\u0444\u0435\u0440\u0442\u0438: 0<\/div>\n                <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-48e1cd72 e-con-full e-flex e-con e-child\" data-id=\"48e1cd72\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-51def4cf elementor-widget-laptop__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-agent_profile_card_widget_static\" data-id=\"51def4cf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"agent_profile_card_widget_static.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <style>\n            .agent-profile-card {\n                text-align: center;\n                padding: 30px 20px;\n            }\n\n            .agent-profile-photo {\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto 20px;\n                display: inline-block;\n                aspect-ratio: 1 \/ 1;\n            }\n\n            .agent-profile-photo img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n                border-radius: 50%;\n            }\n\n            .agent-profile-name a {\n                font-size: 24px;\n                font-weight: 600;\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n            }\n\n            .agent-profile-name a::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-profile-name a:hover::after {\n                width: 100%;\n            }\n\n            .agent-profile-info {\n                font-size: 16px;\n                margin-top: 10px;\n                line-height: 1.6;\n            }\n\n            .agent-contact-link {\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n                color: inherit;\n            }\n\n            .agent-contact-link::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-contact-link:hover::after {\n                width: 100%;\n            }\n            <\/style>\n\n            <div class=\"agent-profile-card\">\n                                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/daniel-dimitrov\/\" class=\"agent-profile-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/03\/daniel-dimitrov-300x300.png\" alt=\"\u0414\u0430\u043d\u0438\u0435\u043b \u0414\u0438\u043c\u0438\u0442\u0440\u043e\u0432\">\n                    <\/a>\n                \n                <div class=\"agent-profile-name\">\n                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/daniel-dimitrov\/\">\u0414\u0430\u043d\u0438\u0435\u043b \u0414\u0438\u043c\u0438\u0442\u0440\u043e\u0432<\/a>\n                <\/div>\n\n                <div class=\"agent-profile-info\">\n                                        <div><a href=\"tel:0877734412\" class=\"agent-contact-link\">0877734412<\/a><\/div>                    <div><a href=\"mailto:d.dimitrov@buildingbox.bg\" class=\"agent-contact-link\">d.dimitrov@buildingbox.bg<\/a><\/div>                    <div>\u041e\u0444\u0435\u0440\u0442\u0438: 0<\/div>\n                <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2e944e76 e-con-full e-flex e-con e-child\" data-id=\"2e944e76\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-24162a53 elementor-widget-laptop__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-agent_profile_card_widget_static\" data-id=\"24162a53\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"agent_profile_card_widget_static.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <style>\n            .agent-profile-card {\n                text-align: center;\n                padding: 30px 20px;\n            }\n\n            .agent-profile-photo {\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto 20px;\n                display: inline-block;\n                aspect-ratio: 1 \/ 1;\n            }\n\n            .agent-profile-photo img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n                border-radius: 50%;\n            }\n\n            .agent-profile-name a {\n                font-size: 24px;\n                font-weight: 600;\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n            }\n\n            .agent-profile-name a::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-profile-name a:hover::after {\n                width: 100%;\n            }\n\n            .agent-profile-info {\n                font-size: 16px;\n                margin-top: 10px;\n                line-height: 1.6;\n            }\n\n            .agent-contact-link {\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n                color: inherit;\n            }\n\n            .agent-contact-link::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-contact-link:hover::after {\n                width: 100%;\n            }\n            <\/style>\n\n            <div class=\"agent-profile-card\">\n                                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/krasimir-krumov\/\" class=\"agent-profile-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/06\/vizitki-1-300x300.png\" alt=\"\u041a\u0440\u0430\u0441\u0438\u043c\u0438\u0440 \u041a\u0440\u0443\u043c\u043e\u0432\">\n                    <\/a>\n                \n                <div class=\"agent-profile-name\">\n                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/krasimir-krumov\/\">\u041a\u0440\u0430\u0441\u0438\u043c\u0438\u0440 \u041a\u0440\u0443\u043c\u043e\u0432<\/a>\n                <\/div>\n\n                <div class=\"agent-profile-info\">\n                    <div>\u041a\u043e\u043d\u0441\u0443\u043b\u0442\u0430\u043d\u0442<\/div>                    <div><a href=\"tel:0879900994\" class=\"agent-contact-link\">0879900994<\/a><\/div>                    <div><a href=\"mailto:k.krumov@buildingbox.bg\" class=\"agent-contact-link\">k.krumov@buildingbox.bg<\/a><\/div>                    <div>\u041e\u0444\u0435\u0440\u0442\u0438: 0<\/div>\n                <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5a029669 e-con-full e-flex e-con e-child\" data-id=\"5a029669\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-675d1a14 elementor-widget elementor-widget-agent_profile_card_widget_static\" data-id=\"675d1a14\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"agent_profile_card_widget_static.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <style>\n            .agent-profile-card {\n                text-align: center;\n                padding: 30px 20px;\n            }\n\n            .agent-profile-photo {\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto 20px;\n                display: inline-block;\n                aspect-ratio: 1 \/ 1;\n            }\n\n            .agent-profile-photo img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n                border-radius: 50%;\n            }\n\n            .agent-profile-name a {\n                font-size: 24px;\n                font-weight: 600;\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n            }\n\n            .agent-profile-name a::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-profile-name a:hover::after {\n                width: 100%;\n            }\n\n            .agent-profile-info {\n                font-size: 16px;\n                margin-top: 10px;\n                line-height: 1.6;\n            }\n\n            .agent-contact-link {\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n                color: inherit;\n            }\n\n            .agent-contact-link::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-contact-link:hover::after {\n                width: 100%;\n            }\n            <\/style>\n\n            <div class=\"agent-profile-card\">\n                                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/dimitar-vatev\/\" class=\"agent-profile-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/04\/vizitki-300x300.png\" alt=\"\u0414\u0438\u043c\u0438\u0442\u044a\u0440 \u0412\u0430\u0442\u0435\u0432\">\n                    <\/a>\n                \n                <div class=\"agent-profile-name\">\n                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/dimitar-vatev\/\">\u0414\u0438\u043c\u0438\u0442\u044a\u0440 \u0412\u0430\u0442\u0435\u0432<\/a>\n                <\/div>\n\n                <div class=\"agent-profile-info\">\n                                        <div><a href=\"tel:0889609179\" class=\"agent-contact-link\">0889609179<\/a><\/div>                    <div><a href=\"mailto:d.vatev@buildingbox.bg\" class=\"agent-contact-link\">d.vatev@buildingbox.bg<\/a><\/div>                    <div>\u041e\u0444\u0435\u0440\u0442\u0438: 0<\/div>\n                <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f4ab7c2 e-con-full e-flex e-con e-child\" data-id=\"f4ab7c2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3da716ec e-con-full e-flex e-con e-child\" data-id=\"3da716ec\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6c54917 elementor-widget__width-initial elementor-widget elementor-widget-agent_profile_card_widget_static\" data-id=\"6c54917\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"agent_profile_card_widget_static.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <style>\n            .agent-profile-card {\n                text-align: center;\n                padding: 30px 20px;\n            }\n\n            .agent-profile-photo {\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto 20px;\n                display: inline-block;\n                aspect-ratio: 1 \/ 1;\n            }\n\n            .agent-profile-photo img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n                border-radius: 50%;\n            }\n\n            .agent-profile-name a {\n                font-size: 24px;\n                font-weight: 600;\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n            }\n\n            .agent-profile-name a::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-profile-name a:hover::after {\n                width: 100%;\n            }\n\n            .agent-profile-info {\n                font-size: 16px;\n                margin-top: 10px;\n                line-height: 1.6;\n            }\n\n            .agent-contact-link {\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n                color: inherit;\n            }\n\n            .agent-contact-link::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-contact-link:hover::after {\n                width: 100%;\n            }\n            <\/style>\n\n            <div class=\"agent-profile-card\">\n                                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/miroslav-todorov\/\" class=\"agent-profile-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/04\/miroslav-todorov-300x300.png\" alt=\"\u041c\u0438\u0440\u043e\u0441\u043b\u0430\u0432 \u0422\u043e\u0434\u043e\u0440\u043e\u0432\">\n                    <\/a>\n                \n                <div class=\"agent-profile-name\">\n                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/miroslav-todorov\/\">\u041c\u0438\u0440\u043e\u0441\u043b\u0430\u0432 \u0422\u043e\u0434\u043e\u0440\u043e\u0432<\/a>\n                <\/div>\n\n                <div class=\"agent-profile-info\">\n                                        <div><a href=\"tel:0877734412\" class=\"agent-contact-link\">0877734412<\/a><\/div>                    <div><a href=\"mailto:todorov@buildingbox.bg\" class=\"agent-contact-link\">todorov@buildingbox.bg<\/a><\/div>                    <div>\u041e\u0444\u0435\u0440\u0442\u0438: 0<\/div>\n                <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-20fc6c04 e-con-full e-flex e-con e-child\" data-id=\"20fc6c04\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7a125fe3 elementor-widget__width-initial elementor-widget elementor-widget-agent_profile_card_widget_static\" data-id=\"7a125fe3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"agent_profile_card_widget_static.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <style>\n            .agent-profile-card {\n                text-align: center;\n                padding: 30px 20px;\n            }\n\n            .agent-profile-photo {\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto 20px;\n                display: inline-block;\n                aspect-ratio: 1 \/ 1;\n            }\n\n            .agent-profile-photo img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n                border-radius: 50%;\n            }\n\n            .agent-profile-name a {\n                font-size: 24px;\n                font-weight: 600;\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n            }\n\n            .agent-profile-name a::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-profile-name a:hover::after {\n                width: 100%;\n            }\n\n            .agent-profile-info {\n                font-size: 16px;\n                margin-top: 10px;\n                line-height: 1.6;\n            }\n\n            .agent-contact-link {\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n                color: inherit;\n            }\n\n            .agent-contact-link::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-contact-link:hover::after {\n                width: 100%;\n            }\n            <\/style>\n\n            <div class=\"agent-profile-card\">\n                                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/kalina-nikolova\/\" class=\"agent-profile-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/11\/8-1-300x300.png\" alt=\"\u041a\u0430\u043b\u0438\u043d\u0430 \u041d\u0438\u043a\u043e\u043b\u043e\u0432\u0430\">\n                    <\/a>\n                \n                <div class=\"agent-profile-name\">\n                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/kalina-nikolova\/\">\u041a\u0430\u043b\u0438\u043d\u0430 \u041d\u0438\u043a\u043e\u043b\u043e\u0432\u0430<\/a>\n                <\/div>\n\n                <div class=\"agent-profile-info\">\n                                        <div><a href=\"tel:0877734412\" class=\"agent-contact-link\">0877734412<\/a><\/div>                    <div><a href=\"mailto:k.nikolova@buildingbox.bg\" class=\"agent-contact-link\">k.nikolova@buildingbox.bg<\/a><\/div>                    <div>\u041e\u0444\u0435\u0440\u0442\u0438: 0<\/div>\n                <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711f59bb e-con-full e-flex e-con e-child\" data-id=\"711f59bb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66e0e88a elementor-widget elementor-widget-agent_profile_card_widget_static\" data-id=\"66e0e88a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"agent_profile_card_widget_static.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <style>\n            .agent-profile-card {\n                text-align: center;\n                padding: 30px 20px;\n            }\n\n            .agent-profile-photo {\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto 20px;\n                display: inline-block;\n                aspect-ratio: 1 \/ 1;\n            }\n\n            .agent-profile-photo img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n                border-radius: 50%;\n            }\n\n            .agent-profile-name a {\n                font-size: 24px;\n                font-weight: 600;\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n            }\n\n            .agent-profile-name a::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-profile-name a:hover::after {\n                width: 100%;\n            }\n\n            .agent-profile-info {\n                font-size: 16px;\n                margin-top: 10px;\n                line-height: 1.6;\n            }\n\n            .agent-contact-link {\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n                color: inherit;\n            }\n\n            .agent-contact-link::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-contact-link:hover::after {\n                width: 100%;\n            }\n            <\/style>\n\n            <div class=\"agent-profile-card\">\n                                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/elizabet-mihaylova\/\" class=\"agent-profile-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/04\/34-300x300.png\" alt=\"\u0415\u043b\u0438\u0437\u0430\u0431\u0435\u0442 \u041c\u0438\u0445\u0430\u0439\u043b\u043e\u0432\u0430\">\n                    <\/a>\n                \n                <div class=\"agent-profile-name\">\n                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/elizabet-mihaylova\/\">\u0415\u043b\u0438\u0437\u0430\u0431\u0435\u0442 \u041c\u0438\u0445\u0430\u0439\u043b\u043e\u0432\u0430<\/a>\n                <\/div>\n\n                <div class=\"agent-profile-info\">\n                                        <div><a href=\"tel:0877734412\" class=\"agent-contact-link\">0877734412<\/a><\/div>                    <div><a href=\"mailto:e.mihaylova@buildingbox.bg\" class=\"agent-contact-link\">e.mihaylova@buildingbox.bg<\/a><\/div>                    <div>\u041e\u0444\u0435\u0440\u0442\u0438: 0<\/div>\n                <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-46f35a2c e-con-full e-flex e-con e-child\" data-id=\"46f35a2c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2f692d9f elementor-widget__width-initial elementor-widget elementor-widget-agent_profile_card_widget_static\" data-id=\"2f692d9f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"agent_profile_card_widget_static.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <style>\n            .agent-profile-card {\n                text-align: center;\n                padding: 30px 20px;\n            }\n\n            .agent-profile-photo {\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto 20px;\n                display: inline-block;\n                aspect-ratio: 1 \/ 1;\n            }\n\n            .agent-profile-photo img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n                border-radius: 50%;\n            }\n\n            .agent-profile-name a {\n                font-size: 24px;\n                font-weight: 600;\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n            }\n\n            .agent-profile-name a::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-profile-name a:hover::after {\n                width: 100%;\n            }\n\n            .agent-profile-info {\n                font-size: 16px;\n                margin-top: 10px;\n                line-height: 1.6;\n            }\n\n            .agent-contact-link {\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n                color: inherit;\n            }\n\n            .agent-contact-link::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-contact-link:hover::after {\n                width: 100%;\n            }\n            <\/style>\n\n            <div class=\"agent-profile-card\">\n                                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/desislava-dimitrova-2\/\" class=\"agent-profile-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2026\/01\/vizitki-300x300.png\" alt=\"\u0414\u0435\u0441\u0438\u0441\u043b\u0430\u0432\u0430 \u0414\u0438\u043c\u0438\u0442\u0440\u043e\u0432\u0430\">\n                    <\/a>\n                \n                <div class=\"agent-profile-name\">\n                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/desislava-dimitrova-2\/\">\u0414\u0435\u0441\u0438\u0441\u043b\u0430\u0432\u0430 \u0414\u0438\u043c\u0438\u0442\u0440\u043e\u0432\u0430<\/a>\n                <\/div>\n\n                <div class=\"agent-profile-info\">\n                    <div>\u041a\u043e\u043d\u0441\u0443\u043b\u0442\u0430\u043d\u0442<\/div>                    <div><a href=\"tel:0877734412\" class=\"agent-contact-link\">0877734412<\/a><\/div>                    <div><a href=\"mailto:d.dimitrova@buildingbox.bg\" class=\"agent-contact-link\">d.dimitrova@buildingbox.bg<\/a><\/div>                    <div>\u041e\u0444\u0435\u0440\u0442\u0438: 0<\/div>\n                <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-53aebd07 e-con-full e-flex e-con e-child\" data-id=\"53aebd07\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5d7ec2f5 elementor-widget__width-initial elementor-widget elementor-widget-agent_profile_card_widget_static\" data-id=\"5d7ec2f5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"agent_profile_card_widget_static.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <style>\n            .agent-profile-card {\n                text-align: center;\n                padding: 30px 20px;\n            }\n\n            .agent-profile-photo {\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto 20px;\n                display: inline-block;\n                aspect-ratio: 1 \/ 1;\n            }\n\n            .agent-profile-photo img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n                border-radius: 50%;\n            }\n\n            .agent-profile-name a {\n                font-size: 24px;\n                font-weight: 600;\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n            }\n\n            .agent-profile-name a::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-profile-name a:hover::after {\n                width: 100%;\n            }\n\n            .agent-profile-info {\n                font-size: 16px;\n                margin-top: 10px;\n                line-height: 1.6;\n            }\n\n            .agent-contact-link {\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n                color: inherit;\n            }\n\n            .agent-contact-link::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-contact-link:hover::after {\n                width: 100%;\n            }\n            <\/style>\n\n            <div class=\"agent-profile-card\">\n                                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/doncho-hristov\/\" class=\"agent-profile-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/10\/11-300x300.png\" alt=\"\u0414\u043e\u043d\u0447\u043e \u0420\u0438\u043a\u043e\u0432\">\n                    <\/a>\n                \n                <div class=\"agent-profile-name\">\n                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/doncho-hristov\/\">\u0414\u043e\u043d\u0447\u043e \u0420\u0438\u043a\u043e\u0432<\/a>\n                <\/div>\n\n                <div class=\"agent-profile-info\">\n                                        <div><a href=\"tel:0877734412\" class=\"agent-contact-link\">0877734412<\/a><\/div>                    <div><a href=\"mailto:d.hristov@buildingbox.bg\" class=\"agent-contact-link\">d.hristov@buildingbox.bg<\/a><\/div>                    <div>\u041e\u0444\u0435\u0440\u0442\u0438: 0<\/div>\n                <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fe64eee e-con-full e-flex e-con e-child\" data-id=\"fe64eee\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e0c1302 elementor-widget__width-initial elementor-widget elementor-widget-agent_profile_card_widget_static\" data-id=\"e0c1302\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"agent_profile_card_widget_static.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <style>\n            .agent-profile-card {\n                text-align: center;\n                padding: 30px 20px;\n            }\n\n            .agent-profile-photo {\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto 20px;\n                display: inline-block;\n                aspect-ratio: 1 \/ 1;\n            }\n\n            .agent-profile-photo img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n                border-radius: 50%;\n            }\n\n            .agent-profile-name a {\n                font-size: 24px;\n                font-weight: 600;\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n            }\n\n            .agent-profile-name a::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-profile-name a:hover::after {\n                width: 100%;\n            }\n\n            .agent-profile-info {\n                font-size: 16px;\n                margin-top: 10px;\n                line-height: 1.6;\n            }\n\n            .agent-contact-link {\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n                color: inherit;\n            }\n\n            .agent-contact-link::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-contact-link:hover::after {\n                width: 100%;\n            }\n            <\/style>\n\n            <div class=\"agent-profile-card\">\n                                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/martin-galabov\/\" class=\"agent-profile-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/11\/10-300x300.png\" alt=\"\u041c\u0430\u0440\u0442\u0438\u043d \u0413\u044a\u043b\u044a\u0431\u043e\u0432\">\n                    <\/a>\n                \n                <div class=\"agent-profile-name\">\n                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/martin-galabov\/\">\u041c\u0430\u0440\u0442\u0438\u043d \u0413\u044a\u043b\u044a\u0431\u043e\u0432<\/a>\n                <\/div>\n\n                <div class=\"agent-profile-info\">\n                                        <div><a href=\"tel:0877734412\" class=\"agent-contact-link\">0877734412<\/a><\/div>                    <div><a href=\"mailto:m.galabov@buildingbox.bg\" class=\"agent-contact-link\">m.galabov@buildingbox.bg<\/a><\/div>                    <div>\u041e\u0444\u0435\u0440\u0442\u0438: 0<\/div>\n                <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2a840c90 e-con-full e-flex e-con e-child\" data-id=\"2a840c90\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-18a5ad16 elementor-widget__width-initial elementor-widget elementor-widget-agent_profile_card_widget_static\" data-id=\"18a5ad16\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"agent_profile_card_widget_static.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <style>\n            .agent-profile-card {\n                text-align: center;\n                padding: 30px 20px;\n            }\n\n            .agent-profile-photo {\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto 20px;\n                display: inline-block;\n                aspect-ratio: 1 \/ 1;\n            }\n\n            .agent-profile-photo img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n                border-radius: 50%;\n            }\n\n            .agent-profile-name a {\n                font-size: 24px;\n                font-weight: 600;\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n            }\n\n            .agent-profile-name a::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-profile-name a:hover::after {\n                width: 100%;\n            }\n\n            .agent-profile-info {\n                font-size: 16px;\n                margin-top: 10px;\n                line-height: 1.6;\n            }\n\n            .agent-contact-link {\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n                color: inherit;\n            }\n\n            .agent-contact-link::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-contact-link:hover::after {\n                width: 100%;\n            }\n            <\/style>\n\n            <div class=\"agent-profile-card\">\n                                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/nikol-marcheva\/\" class=\"agent-profile-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/09\/87-300x300.png\" alt=\"\u041d\u0438\u043a\u043e\u043b \u041c\u0430\u0440\u0447\u0435\u0432\u0430\">\n                    <\/a>\n                \n                <div class=\"agent-profile-name\">\n                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/nikol-marcheva\/\">\u041d\u0438\u043a\u043e\u043b \u041c\u0430\u0440\u0447\u0435\u0432\u0430<\/a>\n                <\/div>\n\n                <div class=\"agent-profile-info\">\n                                        <div><a href=\"tel:0879900994\" class=\"agent-contact-link\">0879900994<\/a><\/div>                    <div><a href=\"mailto:n.marcheva@buildingbox.bg\" class=\"agent-contact-link\">n.marcheva@buildingbox.bg<\/a><\/div>                    <div>\u041e\u0444\u0435\u0440\u0442\u0438: 0<\/div>\n                <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-eaa605c e-con-full e-flex e-con e-child\" data-id=\"eaa605c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6f8a1439 elementor-widget__width-initial elementor-widget elementor-widget-agent_profile_card_widget_static\" data-id=\"6f8a1439\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"agent_profile_card_widget_static.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <style>\n            .agent-profile-card {\n                text-align: center;\n                padding: 30px 20px;\n            }\n\n            .agent-profile-photo {\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto 20px;\n                display: inline-block;\n                aspect-ratio: 1 \/ 1;\n            }\n\n            .agent-profile-photo img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n                border-radius: 50%;\n            }\n\n            .agent-profile-name a {\n                font-size: 24px;\n                font-weight: 600;\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n            }\n\n            .agent-profile-name a::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-profile-name a:hover::after {\n                width: 100%;\n            }\n\n            .agent-profile-info {\n                font-size: 16px;\n                margin-top: 10px;\n                line-height: 1.6;\n            }\n\n            .agent-contact-link {\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n                color: inherit;\n            }\n\n            .agent-contact-link::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-contact-link:hover::after {\n                width: 100%;\n            }\n            <\/style>\n\n            <div class=\"agent-profile-card\">\n                                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/dimitrina-shatrova\/\" class=\"agent-profile-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/10\/8-300x300.png\" alt=\"\u0414\u0438\u043c\u0438\u0442\u0440\u0438\u043d\u0430 \u0428\u0430\u0442\u0440\u043e\u0432\u0430\">\n                    <\/a>\n                \n                <div class=\"agent-profile-name\">\n                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/dimitrina-shatrova\/\">\u0414\u0438\u043c\u0438\u0442\u0440\u0438\u043d\u0430 \u0428\u0430\u0442\u0440\u043e\u0432\u0430<\/a>\n                <\/div>\n\n                <div class=\"agent-profile-info\">\n                    <div>\u041a\u043e\u043d\u0441\u0443\u043b\u0442\u0430\u043d\u0442<\/div>                    <div><a href=\"tel:0877734412\" class=\"agent-contact-link\">0877734412<\/a><\/div>                    <div><a href=\"mailto:d.shatrova@buildingbox.bg\" class=\"agent-contact-link\">d.shatrova@buildingbox.bg<\/a><\/div>                    <div>\u041e\u0444\u0435\u0440\u0442\u0438: 0<\/div>\n                <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6839b366 e-con-full e-flex e-con e-child\" data-id=\"6839b366\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3466dc1b elementor-widget__width-initial elementor-widget elementor-widget-agent_profile_card_widget_static\" data-id=\"3466dc1b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"agent_profile_card_widget_static.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <style>\n            .agent-profile-card {\n                text-align: center;\n                padding: 30px 20px;\n            }\n\n            .agent-profile-photo {\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto 20px;\n                display: inline-block;\n                aspect-ratio: 1 \/ 1;\n            }\n\n            .agent-profile-photo img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n                border-radius: 50%;\n            }\n\n            .agent-profile-name a {\n                font-size: 24px;\n                font-weight: 600;\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n            }\n\n            .agent-profile-name a::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-profile-name a:hover::after {\n                width: 100%;\n            }\n\n            .agent-profile-info {\n                font-size: 16px;\n                margin-top: 10px;\n                line-height: 1.6;\n            }\n\n            .agent-contact-link {\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n                color: inherit;\n            }\n\n            .agent-contact-link::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-contact-link:hover::after {\n                width: 100%;\n            }\n            <\/style>\n\n            <div class=\"agent-profile-card\">\n                                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/neda-koycheva\/\" class=\"agent-profile-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/10\/10-300x300.png\" alt=\"\u041d\u0435\u0434\u0430 \u041a\u043e\u0439\u0447\u0435\u0432\u0430\">\n                    <\/a>\n                \n                <div class=\"agent-profile-name\">\n                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/neda-koycheva\/\">\u041d\u0435\u0434\u0430 \u041a\u043e\u0439\u0447\u0435\u0432\u0430<\/a>\n                <\/div>\n\n                <div class=\"agent-profile-info\">\n                                        <div><a href=\"tel:0877734412\" class=\"agent-contact-link\">0877734412<\/a><\/div>                    <div><a href=\"mailto:n.koycheva@buildingbox.bg\" class=\"agent-contact-link\">n.koycheva@buildingbox.bg<\/a><\/div>                    <div>\u041e\u0444\u0435\u0440\u0442\u0438: 0<\/div>\n                <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2bd05b5b e-con-full e-flex e-con e-child\" data-id=\"2bd05b5b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1ab5b727 elementor-widget__width-initial elementor-widget elementor-widget-agent_profile_card_widget_static\" data-id=\"1ab5b727\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"agent_profile_card_widget_static.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <style>\n            .agent-profile-card {\n                text-align: center;\n                padding: 30px 20px;\n            }\n\n            .agent-profile-photo {\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto 20px;\n                display: inline-block;\n                aspect-ratio: 1 \/ 1;\n            }\n\n            .agent-profile-photo img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n                border-radius: 50%;\n            }\n\n            .agent-profile-name a {\n                font-size: 24px;\n                font-weight: 600;\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n            }\n\n            .agent-profile-name a::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-profile-name a:hover::after {\n                width: 100%;\n            }\n\n            .agent-profile-info {\n                font-size: 16px;\n                margin-top: 10px;\n                line-height: 1.6;\n            }\n\n            .agent-contact-link {\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n                color: inherit;\n            }\n\n            .agent-contact-link::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-contact-link:hover::after {\n                width: 100%;\n            }\n            <\/style>\n\n            <div class=\"agent-profile-card\">\n                                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/kristiyana-krasteva\/\" class=\"agent-profile-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/11\/9-300x300.png\" alt=\"\u041a\u0440\u0438\u0441\u0442\u0438\u044f\u043d\u0430 \u041a\u0440\u044a\u0441\u0442\u0435\u0432\u0430\">\n                    <\/a>\n                \n                <div class=\"agent-profile-name\">\n                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/kristiyana-krasteva\/\">\u041a\u0440\u0438\u0441\u0442\u0438\u044f\u043d\u0430 \u041a\u0440\u044a\u0441\u0442\u0435\u0432\u0430<\/a>\n                <\/div>\n\n                <div class=\"agent-profile-info\">\n                                        <div><a href=\"tel:0877734412\" class=\"agent-contact-link\">0877734412<\/a><\/div>                    <div><a href=\"mailto:krasteva@buildingbox.bg\" class=\"agent-contact-link\">krasteva@buildingbox.bg<\/a><\/div>                    <div>\u041e\u0444\u0435\u0440\u0442\u0438: 0<\/div>\n                <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3acd252c e-con-full e-flex e-con e-child\" data-id=\"3acd252c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-569fdb0a elementor-widget__width-initial elementor-widget elementor-widget-agent_profile_card_widget_static\" data-id=\"569fdb0a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"agent_profile_card_widget_static.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <style>\n            .agent-profile-card {\n                text-align: center;\n                padding: 30px 20px;\n            }\n\n            .agent-profile-photo {\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto 20px;\n                display: inline-block;\n                aspect-ratio: 1 \/ 1;\n            }\n\n            .agent-profile-photo img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n                border-radius: 50%;\n            }\n\n            .agent-profile-name a {\n                font-size: 24px;\n                font-weight: 600;\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n            }\n\n            .agent-profile-name a::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-profile-name a:hover::after {\n                width: 100%;\n            }\n\n            .agent-profile-info {\n                font-size: 16px;\n                margin-top: 10px;\n                line-height: 1.6;\n            }\n\n            .agent-contact-link {\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n                color: inherit;\n            }\n\n            .agent-contact-link::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-contact-link:hover::after {\n                width: 100%;\n            }\n            <\/style>\n\n            <div class=\"agent-profile-card\">\n                                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/mario-kisov\/\" class=\"agent-profile-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/09\/86-300x300.png\" alt=\"\u041c\u0430\u0440\u0438\u043e \u041a\u0438\u0441\u043e\u0432\">\n                    <\/a>\n                \n                <div class=\"agent-profile-name\">\n                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/mario-kisov\/\">\u041c\u0430\u0440\u0438\u043e \u041a\u0438\u0441\u043e\u0432<\/a>\n                <\/div>\n\n                <div class=\"agent-profile-info\">\n                                        <div><a href=\"tel:0879900994\" class=\"agent-contact-link\">0879900994<\/a><\/div>                    <div><a href=\"mailto:m.kisov@buildingbox.bg\" class=\"agent-contact-link\">m.kisov@buildingbox.bg<\/a><\/div>                    <div>\u041e\u0444\u0435\u0440\u0442\u0438: 0<\/div>\n                <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e916eda e-con-full e-flex e-con e-child\" data-id=\"e916eda\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-77746ac3 elementor-widget__width-initial elementor-widget elementor-widget-agent_profile_card_widget_static\" data-id=\"77746ac3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"agent_profile_card_widget_static.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <style>\n            .agent-profile-card {\n                text-align: center;\n                padding: 30px 20px;\n            }\n\n            .agent-profile-photo {\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto 20px;\n                display: inline-block;\n                aspect-ratio: 1 \/ 1;\n            }\n\n            .agent-profile-photo img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n                border-radius: 50%;\n            }\n\n            .agent-profile-name a {\n                font-size: 24px;\n                font-weight: 600;\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n            }\n\n            .agent-profile-name a::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-profile-name a:hover::after {\n                width: 100%;\n            }\n\n            .agent-profile-info {\n                font-size: 16px;\n                margin-top: 10px;\n                line-height: 1.6;\n            }\n\n            .agent-contact-link {\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n                color: inherit;\n            }\n\n            .agent-contact-link::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-contact-link:hover::after {\n                width: 100%;\n            }\n            <\/style>\n\n            <div class=\"agent-profile-card\">\n                                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/yordanka-dishova\/\" class=\"agent-profile-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/10\/7-300x300.png\" alt=\"\u0419\u043e\u0440\u0434\u0430\u043d\u043a\u0430 \u0414\u0438\u0448\u043e\u0432\u0430\">\n                    <\/a>\n                \n                <div class=\"agent-profile-name\">\n                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/yordanka-dishova\/\">\u0419\u043e\u0440\u0434\u0430\u043d\u043a\u0430 \u0414\u0438\u0448\u043e\u0432\u0430<\/a>\n                <\/div>\n\n                <div class=\"agent-profile-info\">\n                    <div>\u041a\u043e\u043d\u0441\u0443\u043b\u0442\u0430\u043d\u0442<\/div>                    <div><a href=\"tel:0877734412\" class=\"agent-contact-link\">0877734412<\/a><\/div>                    <div><a href=\"mailto:dishova@buildingbox.bg\" class=\"agent-contact-link\">dishova@buildingbox.bg<\/a><\/div>                    <div>\u041e\u0444\u0435\u0440\u0442\u0438: 0<\/div>\n                <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3ff3a43c e-con-full e-flex e-con e-child\" data-id=\"3ff3a43c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5762ac0b elementor-widget__width-initial elementor-widget elementor-widget-agent_profile_card_widget_static\" data-id=\"5762ac0b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"agent_profile_card_widget_static.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <style>\n            .agent-profile-card {\n                text-align: center;\n                padding: 30px 20px;\n            }\n\n            .agent-profile-photo {\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto 20px;\n                display: inline-block;\n                aspect-ratio: 1 \/ 1;\n            }\n\n            .agent-profile-photo img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n                border-radius: 50%;\n            }\n\n            .agent-profile-name a {\n                font-size: 24px;\n                font-weight: 600;\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n            }\n\n            .agent-profile-name a::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-profile-name a:hover::after {\n                width: 100%;\n            }\n\n            .agent-profile-info {\n                font-size: 16px;\n                margin-top: 10px;\n                line-height: 1.6;\n            }\n\n            .agent-contact-link {\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n                color: inherit;\n            }\n\n            .agent-contact-link::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-contact-link:hover::after {\n                width: 100%;\n            }\n            <\/style>\n\n            <div class=\"agent-profile-card\">\n                                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/diana-miteva\/\" class=\"agent-profile-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/03\/diana-miteva-300x300.png\" alt=\"\u0414\u0438\u0430\u043d\u0430 \u041c\u0438\u0442\u0435\u0432\u0430\">\n                    <\/a>\n                \n                <div class=\"agent-profile-name\">\n                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/diana-miteva\/\">\u0414\u0438\u0430\u043d\u0430 \u041c\u0438\u0442\u0435\u0432\u0430<\/a>\n                <\/div>\n\n                <div class=\"agent-profile-info\">\n                    <div>\u041a\u043e\u043d\u0441\u0443\u043b\u0442\u0430\u043d\u0442<\/div>                    <div><a href=\"tel:0879900994\" class=\"agent-contact-link\">0879900994<\/a><\/div>                    <div><a href=\"mailto:sofia2@buildingbox.bg\" class=\"agent-contact-link\">sofia2@buildingbox.bg<\/a><\/div>                    <div>\u041e\u0444\u0435\u0440\u0442\u0438: 0<\/div>\n                <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6c436a0 e-con-full e-flex e-con e-child\" data-id=\"6c436a0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3c0b42d8 elementor-widget__width-initial elementor-widget elementor-widget-agent_profile_card_widget_static\" data-id=\"3c0b42d8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"agent_profile_card_widget_static.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <style>\n            .agent-profile-card {\n                text-align: center;\n                padding: 30px 20px;\n            }\n\n            .agent-profile-photo {\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto 20px;\n                display: inline-block;\n                aspect-ratio: 1 \/ 1;\n            }\n\n            .agent-profile-photo img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n                border-radius: 50%;\n            }\n\n            .agent-profile-name a {\n                font-size: 24px;\n                font-weight: 600;\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n            }\n\n            .agent-profile-name a::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-profile-name a:hover::after {\n                width: 100%;\n            }\n\n            .agent-profile-info {\n                font-size: 16px;\n                margin-top: 10px;\n                line-height: 1.6;\n            }\n\n            .agent-contact-link {\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n                color: inherit;\n            }\n\n            .agent-contact-link::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-contact-link:hover::after {\n                width: 100%;\n            }\n            <\/style>\n\n            <div class=\"agent-profile-card\">\n                                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/teodora-maneva\/\" class=\"agent-profile-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/10\/7-1-300x300.png\" alt=\"\u0422\u0435\u043e\u0434\u043e\u0440\u0430 \u041c\u044a\u043d\u0435\u0432\u0430\">\n                    <\/a>\n                \n                <div class=\"agent-profile-name\">\n                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/teodora-maneva\/\">\u0422\u0435\u043e\u0434\u043e\u0440\u0430 \u041c\u044a\u043d\u0435\u0432\u0430<\/a>\n                <\/div>\n\n                <div class=\"agent-profile-info\">\n                                        <div><a href=\"tel:0877734412\" class=\"agent-contact-link\">0877734412<\/a><\/div>                    <div><a href=\"mailto:t.maneva@buildingbox.bg\" class=\"agent-contact-link\">t.maneva@buildingbox.bg<\/a><\/div>                    <div>\u041e\u0444\u0435\u0440\u0442\u0438: 0<\/div>\n                <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-35447cd2 e-con-full e-flex e-con e-child\" data-id=\"35447cd2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a1fadd6 elementor-widget__width-initial elementor-widget elementor-widget-agent_profile_card_widget_static\" data-id=\"1a1fadd6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"agent_profile_card_widget_static.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <style>\n            .agent-profile-card {\n                text-align: center;\n                padding: 30px 20px;\n            }\n\n            .agent-profile-photo {\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto 20px;\n                display: inline-block;\n                aspect-ratio: 1 \/ 1;\n            }\n\n            .agent-profile-photo img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n                border-radius: 50%;\n            }\n\n            .agent-profile-name a {\n                font-size: 24px;\n                font-weight: 600;\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n            }\n\n            .agent-profile-name a::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-profile-name a:hover::after {\n                width: 100%;\n            }\n\n            .agent-profile-info {\n                font-size: 16px;\n                margin-top: 10px;\n                line-height: 1.6;\n            }\n\n            .agent-contact-link {\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n                color: inherit;\n            }\n\n            .agent-contact-link::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-contact-link:hover::after {\n                width: 100%;\n            }\n            <\/style>\n\n            <div class=\"agent-profile-card\">\n                                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/mariya-vasileva\/\" class=\"agent-profile-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/09\/kopie-na-broker-na-mesecza-1-300x300.png\" alt=\"\u041c\u0430\u0440\u0438\u044f \u0412\u0430\u0441\u0438\u043b\u0435\u0432\u0430\">\n                    <\/a>\n                \n                <div class=\"agent-profile-name\">\n                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/mariya-vasileva\/\">\u041c\u0430\u0440\u0438\u044f \u0412\u0430\u0441\u0438\u043b\u0435\u0432\u0430<\/a>\n                <\/div>\n\n                <div class=\"agent-profile-info\">\n                                        <div><a href=\"tel:0879900994\" class=\"agent-contact-link\">0879900994<\/a><\/div>                    <div><a href=\"mailto:m.vasileva@buildingbox.bg\" class=\"agent-contact-link\">m.vasileva@buildingbox.bg<\/a><\/div>                    <div>\u041e\u0444\u0435\u0440\u0442\u0438: 0<\/div>\n                <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-168d04b e-con-full e-flex e-con e-child\" data-id=\"168d04b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-51894ce4 elementor-widget__width-initial elementor-widget elementor-widget-agent_profile_card_widget_static\" data-id=\"51894ce4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"agent_profile_card_widget_static.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <style>\n            .agent-profile-card {\n                text-align: center;\n                padding: 30px 20px;\n            }\n\n            .agent-profile-photo {\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto 20px;\n                display: inline-block;\n                aspect-ratio: 1 \/ 1;\n            }\n\n            .agent-profile-photo img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n                border-radius: 50%;\n            }\n\n            .agent-profile-name a {\n                font-size: 24px;\n                font-weight: 600;\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n            }\n\n            .agent-profile-name a::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-profile-name a:hover::after {\n                width: 100%;\n            }\n\n            .agent-profile-info {\n                font-size: 16px;\n                margin-top: 10px;\n                line-height: 1.6;\n            }\n\n            .agent-contact-link {\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n                color: inherit;\n            }\n\n            .agent-contact-link::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-contact-link:hover::after {\n                width: 100%;\n            }\n            <\/style>\n\n            <div class=\"agent-profile-card\">\n                                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/polina-danailova\/\" class=\"agent-profile-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/10\/9-300x300.png\" alt=\"\u041f\u043e\u043b\u0438\u043d\u0430 \u0414\u0430\u043d\u0430\u0438\u043b\u043e\u0432\u0430\">\n                    <\/a>\n                \n                <div class=\"agent-profile-name\">\n                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/polina-danailova\/\">\u041f\u043e\u043b\u0438\u043d\u0430 \u0414\u0430\u043d\u0430\u0438\u043b\u043e\u0432\u0430<\/a>\n                <\/div>\n\n                <div class=\"agent-profile-info\">\n                                        <div><a href=\"tel:0877734412\" class=\"agent-contact-link\">0877734412<\/a><\/div>                    <div><a href=\"mailto:p.danailova@buildingbox.bg\" class=\"agent-contact-link\">p.danailova@buildingbox.bg<\/a><\/div>                    <div>\u041e\u0444\u0435\u0440\u0442\u0438: 0<\/div>\n                <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1b3f772 e-con-full e-flex e-con e-child\" data-id=\"1b3f772\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1e39e300 elementor-widget__width-initial elementor-widget elementor-widget-agent_profile_card_widget_static\" data-id=\"1e39e300\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"agent_profile_card_widget_static.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <style>\n            .agent-profile-card {\n                text-align: center;\n                padding: 30px 20px;\n            }\n\n            .agent-profile-photo {\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto 20px;\n                display: inline-block;\n                aspect-ratio: 1 \/ 1;\n            }\n\n            .agent-profile-photo img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n                border-radius: 50%;\n            }\n\n            .agent-profile-name a {\n                font-size: 24px;\n                font-weight: 600;\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n            }\n\n            .agent-profile-name a::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-profile-name a:hover::after {\n                width: 100%;\n            }\n\n            .agent-profile-info {\n                font-size: 16px;\n                margin-top: 10px;\n                line-height: 1.6;\n            }\n\n            .agent-contact-link {\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n                color: inherit;\n            }\n\n            .agent-contact-link::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-contact-link:hover::after {\n                width: 100%;\n            }\n            <\/style>\n\n            <div class=\"agent-profile-card\">\n                                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/viktoriya-marinova\/\" class=\"agent-profile-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2026\/01\/kopie-na-el.-vizitki-1-300x300.png\" alt=\"\u0412\u0438\u043a\u0442\u043e\u0440\u0438\u044f \u041c\u0430\u0440\u0438\u043d\u043e\u0432\u0430\">\n                    <\/a>\n                \n                <div class=\"agent-profile-name\">\n                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/viktoriya-marinova\/\">\u0412\u0438\u043a\u0442\u043e\u0440\u0438\u044f \u041c\u0430\u0440\u0438\u043d\u043e\u0432\u0430<\/a>\n                <\/div>\n\n                <div class=\"agent-profile-info\">\n                                        <div><a href=\"tel:0877734412\" class=\"agent-contact-link\">0877734412<\/a><\/div>                    <div><a href=\"mailto:v.marinova@buildingbox.bg\" class=\"agent-contact-link\">v.marinova@buildingbox.bg<\/a><\/div>                    <div>\u041e\u0444\u0435\u0440\u0442\u0438: 0<\/div>\n                <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b26de65 e-con-full e-flex e-con e-child\" data-id=\"b26de65\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-68b0bc60 elementor-widget__width-initial elementor-widget elementor-widget-agent_profile_card_widget_static\" data-id=\"68b0bc60\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"agent_profile_card_widget_static.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <style>\n            .agent-profile-card {\n                text-align: center;\n                padding: 30px 20px;\n            }\n\n            .agent-profile-photo {\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto 20px;\n                display: inline-block;\n                aspect-ratio: 1 \/ 1;\n            }\n\n            .agent-profile-photo img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n                border-radius: 50%;\n            }\n\n            .agent-profile-name a {\n                font-size: 24px;\n                font-weight: 600;\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n            }\n\n            .agent-profile-name a::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-profile-name a:hover::after {\n                width: 100%;\n            }\n\n            .agent-profile-info {\n                font-size: 16px;\n                margin-top: 10px;\n                line-height: 1.6;\n            }\n\n            .agent-contact-link {\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n                color: inherit;\n            }\n\n            .agent-contact-link::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-contact-link:hover::after {\n                width: 100%;\n            }\n            <\/style>\n\n            <div class=\"agent-profile-card\">\n                                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/detelina-danova\/\" class=\"agent-profile-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/11\/kopie-na-el.-vizitki-2-300x300.png\" alt=\"\u0414\u0435\u0442\u0435\u043b\u0438\u043d\u0430 \u0414\u0430\u043d\u043e\u0432\u0430\">\n                    <\/a>\n                \n                <div class=\"agent-profile-name\">\n                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/detelina-danova\/\">\u0414\u0435\u0442\u0435\u043b\u0438\u043d\u0430 \u0414\u0430\u043d\u043e\u0432\u0430<\/a>\n                <\/div>\n\n                <div class=\"agent-profile-info\">\n                                        <div><a href=\"tel:0877734412\" class=\"agent-contact-link\">0877734412<\/a><\/div>                    <div><a href=\"mailto:danova@buildingbox.bg\" class=\"agent-contact-link\">danova@buildingbox.bg<\/a><\/div>                    <div>\u041e\u0444\u0435\u0440\u0442\u0438: 0<\/div>\n                <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-58e51957 e-con-full e-flex e-con e-child\" data-id=\"58e51957\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4644fe67 elementor-widget__width-initial elementor-widget elementor-widget-agent_profile_card_widget_static\" data-id=\"4644fe67\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"agent_profile_card_widget_static.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <style>\n            .agent-profile-card {\n                text-align: center;\n                padding: 30px 20px;\n            }\n\n            .agent-profile-photo {\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto 20px;\n                display: inline-block;\n                aspect-ratio: 1 \/ 1;\n            }\n\n            .agent-profile-photo img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n                border-radius: 50%;\n            }\n\n            .agent-profile-name a {\n                font-size: 24px;\n                font-weight: 600;\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n            }\n\n            .agent-profile-name a::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-profile-name a:hover::after {\n                width: 100%;\n            }\n\n            .agent-profile-info {\n                font-size: 16px;\n                margin-top: 10px;\n                line-height: 1.6;\n            }\n\n            .agent-contact-link {\n                text-decoration: none;\n                position: relative;\n                display: inline-block;\n                color: inherit;\n            }\n\n            .agent-contact-link::after {\n                content: '';\n                position: absolute;\n                width: 0;\n                height: 2px;\n                bottom: -2px;\n                left: 0;\n                background-color: currentColor;\n                transition: width 0.6s ease;\n            }\n\n            .agent-contact-link:hover::after {\n                width: 100%;\n            }\n            <\/style>\n\n            <div class=\"agent-profile-card\">\n                                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/borislav-yakimov\/\" class=\"agent-profile-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2026\/01\/vizitki-1-300x300.png\" alt=\"\u0411\u043e\u0440\u0438\u0441\u043b\u0430\u0432 \u042f\u043a\u0438\u043c\u043e\u0432\">\n                    <\/a>\n                \n                <div class=\"agent-profile-name\">\n                    <a href=\"https:\/\/buildingbox.bg\/en\/agent\/borislav-yakimov\/\">\u0411\u043e\u0440\u0438\u0441\u043b\u0430\u0432 \u042f\u043a\u0438\u043c\u043e\u0432<\/a>\n                <\/div>\n\n                <div class=\"agent-profile-info\">\n                                        <div><a href=\"tel:0877734412\" class=\"agent-contact-link\">0877734412<\/a><\/div>                    <div><a href=\"mailto:yakimov@buildingbox.bg\" class=\"agent-contact-link\">yakimov@buildingbox.bg<\/a><\/div>                    <div>\u041e\u0444\u0435\u0440\u0442\u0438: 0<\/div>\n                <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Office Sofia South Office Sofia South Address: Borovo, ul. &#8220;Topli dol&#8221; 8, 1680 Sofia Transactions concluded with a value of 24 500 000\u20ac Years of experience 1 year Call us Make an inquiry Brokers Brokers \u041b\u044e\u0431\u0435\u043d \u0414\u043e\u0439\u0447\u0435\u0432 \u0411\u0440\u043e\u043a\u0435\u0440 \u043d\u0430 \u043c\u0435\u0441\u0435\u0446\u0430 \u0412\u043b\u0430\u0434\u0438\u043c\u0438\u0440 \u0410\u0433\u043e\u0432\u0441\u043a\u0438 \u041a\u043e\u043d\u0441\u0443\u043b\u0442\u0430\u043d\u0442 0877734412 agovski@buildingbox.bg \u041e\u0444\u0435\u0440\u0442\u0438: 0 \u041a\u0440\u0438\u0441\u0442\u0438\u043d \u041d\u0438\u043a\u043e\u043b\u043e\u0432 \u041a\u043e\u043d\u0441\u0443\u043b\u0442\u0430\u043d\u0442 &#8211; \u041a\u043b\u0443\u0431 100 0877734412 knikolov@buildingbox.bg [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":51495,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-156748","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Office Sofia South - Building-Box<\/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:\/\/buildingbox.bg\/en\/offices\/ofis-sofiya-yug\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Office Sofia South - Building-Box\" \/>\n<meta property=\"og:description\" content=\"Office Sofia South Office Sofia South Address: Borovo, ul. &#8220;Topli dol&#8221; 8, 1680 Sofia Transactions concluded with a value of 24 500 000\u20ac Years of experience 1 year Call us Make an inquiry Brokers Brokers \u041b\u044e\u0431\u0435\u043d \u0414\u043e\u0439\u0447\u0435\u0432 \u0411\u0440\u043e\u043a\u0435\u0440 \u043d\u0430 \u043c\u0435\u0441\u0435\u0446\u0430 \u0412\u043b\u0430\u0434\u0438\u043c\u0438\u0440 \u0410\u0433\u043e\u0432\u0441\u043a\u0438 \u041a\u043e\u043d\u0441\u0443\u043b\u0442\u0430\u043d\u0442 0877734412 agovski@buildingbox.bg \u041e\u0444\u0435\u0440\u0442\u0438: 0 \u041a\u0440\u0438\u0441\u0442\u0438\u043d \u041d\u0438\u043a\u043e\u043b\u043e\u0432 \u041a\u043e\u043d\u0441\u0443\u043b\u0442\u0430\u043d\u0442 &#8211; \u041a\u043b\u0443\u0431 100 0877734412 knikolov@buildingbox.bg [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/buildingbox.bg\/en\/offices\/ofis-sofiya-yug\/\" \/>\n<meta property=\"og:site_name\" content=\"Building-Box\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-23T10:27:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/03\/lyuben-doichev-297x300.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"11 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/buildingbox.bg\\\/en\\\/offices\\\/ofis-sofiya-yug\\\/\",\"url\":\"https:\\\/\\\/buildingbox.bg\\\/en\\\/offices\\\/ofis-sofiya-yug\\\/\",\"name\":\"Office Sofia South - Building-Box\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/buildingbox.bg\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/buildingbox.bg\\\/en\\\/offices\\\/ofis-sofiya-yug\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/buildingbox.bg\\\/en\\\/offices\\\/ofis-sofiya-yug\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/buildingbox.bg\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/lyuben-doichev-297x300.png\",\"datePublished\":\"2026-04-23T07:53:35+00:00\",\"dateModified\":\"2026-04-23T10:27:53+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/buildingbox.bg\\\/en\\\/offices\\\/ofis-sofiya-yug\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/buildingbox.bg\\\/en\\\/offices\\\/ofis-sofiya-yug\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/buildingbox.bg\\\/en\\\/offices\\\/ofis-sofiya-yug\\\/#primaryimage\",\"url\":\"https:\\\/\\\/buildingbox.bg\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/lyuben-doichev-297x300.png\",\"contentUrl\":\"https:\\\/\\\/buildingbox.bg\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/lyuben-doichev-297x300.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/buildingbox.bg\\\/en\\\/offices\\\/ofis-sofiya-yug\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/buildingbox.bg\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Offices\",\"item\":\"https:\\\/\\\/buildingbox.bg\\\/en\\\/offices\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Office Sofia South\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/buildingbox.bg\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/buildingbox.bg\\\/en\\\/\",\"name\":\"Building-Box\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/buildingbox.bg\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Office Sofia South - Building-Box","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:\/\/buildingbox.bg\/en\/offices\/ofis-sofiya-yug\/","og_locale":"en_US","og_type":"article","og_title":"Office Sofia South - Building-Box","og_description":"Office Sofia South Office Sofia South Address: Borovo, ul. &#8220;Topli dol&#8221; 8, 1680 Sofia Transactions concluded with a value of 24 500 000\u20ac Years of experience 1 year Call us Make an inquiry Brokers Brokers \u041b\u044e\u0431\u0435\u043d \u0414\u043e\u0439\u0447\u0435\u0432 \u0411\u0440\u043e\u043a\u0435\u0440 \u043d\u0430 \u043c\u0435\u0441\u0435\u0446\u0430 \u0412\u043b\u0430\u0434\u0438\u043c\u0438\u0440 \u0410\u0433\u043e\u0432\u0441\u043a\u0438 \u041a\u043e\u043d\u0441\u0443\u043b\u0442\u0430\u043d\u0442 0877734412 agovski@buildingbox.bg \u041e\u0444\u0435\u0440\u0442\u0438: 0 \u041a\u0440\u0438\u0441\u0442\u0438\u043d \u041d\u0438\u043a\u043e\u043b\u043e\u0432 \u041a\u043e\u043d\u0441\u0443\u043b\u0442\u0430\u043d\u0442 &#8211; \u041a\u043b\u0443\u0431 100 0877734412 knikolov@buildingbox.bg [&hellip;]","og_url":"https:\/\/buildingbox.bg\/en\/offices\/ofis-sofiya-yug\/","og_site_name":"Building-Box","article_modified_time":"2026-04-23T10:27:53+00:00","og_image":[{"url":"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/03\/lyuben-doichev-297x300.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"11 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/buildingbox.bg\/en\/offices\/ofis-sofiya-yug\/","url":"https:\/\/buildingbox.bg\/en\/offices\/ofis-sofiya-yug\/","name":"Office Sofia South - Building-Box","isPartOf":{"@id":"https:\/\/buildingbox.bg\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/buildingbox.bg\/en\/offices\/ofis-sofiya-yug\/#primaryimage"},"image":{"@id":"https:\/\/buildingbox.bg\/en\/offices\/ofis-sofiya-yug\/#primaryimage"},"thumbnailUrl":"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/03\/lyuben-doichev-297x300.png","datePublished":"2026-04-23T07:53:35+00:00","dateModified":"2026-04-23T10:27:53+00:00","breadcrumb":{"@id":"https:\/\/buildingbox.bg\/en\/offices\/ofis-sofiya-yug\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/buildingbox.bg\/en\/offices\/ofis-sofiya-yug\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/buildingbox.bg\/en\/offices\/ofis-sofiya-yug\/#primaryimage","url":"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/03\/lyuben-doichev-297x300.png","contentUrl":"https:\/\/buildingbox.bg\/wp-content\/uploads\/2025\/03\/lyuben-doichev-297x300.png"},{"@type":"BreadcrumbList","@id":"https:\/\/buildingbox.bg\/en\/offices\/ofis-sofiya-yug\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/buildingbox.bg\/en\/"},{"@type":"ListItem","position":2,"name":"Offices","item":"https:\/\/buildingbox.bg\/en\/offices\/"},{"@type":"ListItem","position":3,"name":"Office Sofia South"}]},{"@type":"WebSite","@id":"https:\/\/buildingbox.bg\/en\/#website","url":"https:\/\/buildingbox.bg\/en\/","name":"Building-Box","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/buildingbox.bg\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/buildingbox.bg\/en\/wp-json\/wp\/v2\/pages\/156748","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/buildingbox.bg\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/buildingbox.bg\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/buildingbox.bg\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/buildingbox.bg\/en\/wp-json\/wp\/v2\/comments?post=156748"}],"version-history":[{"count":5,"href":"https:\/\/buildingbox.bg\/en\/wp-json\/wp\/v2\/pages\/156748\/revisions"}],"predecessor-version":[{"id":156754,"href":"https:\/\/buildingbox.bg\/en\/wp-json\/wp\/v2\/pages\/156748\/revisions\/156754"}],"up":[{"embeddable":true,"href":"https:\/\/buildingbox.bg\/en\/wp-json\/wp\/v2\/pages\/51495"}],"wp:attachment":[{"href":"https:\/\/buildingbox.bg\/en\/wp-json\/wp\/v2\/media?parent=156748"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}