{"id":38615,"date":"2022-05-16T14:13:53","date_gmt":"2022-05-16T09:43:53","guid":{"rendered":"https:\/\/behtime.net\/main\/?page_id=38615"},"modified":"2026-08-17T13:13:30","modified_gmt":"2026-08-17T09:43:30","slug":"behtime-and-engineering-offices","status":"publish","type":"page","link":"https:\/\/behtime.net\/main\/behtime-and-engineering-offices\/","title":{"rendered":"\u0646\u0631\u0645 \u0627\u0641\u0632\u0627\u0631 \u0645\u062f\u06cc\u0631\u06cc\u062a \u067e\u0631\u0648\u0698\u0647 \u0628\u0631\u0627\u06cc \u0634\u0631\u06a9\u062a\u200c\u0647\u0627\u06cc \u0639\u0645\u0631\u0627\u0646\u06cc\u060c \u0633\u0627\u062e\u062a\u0645\u0627\u0646\u06cc \u0648 \u0641\u0646\u06cc \u0645\u0647\u0646\u062f\u0633\u06cc"},"content":{"rendered":"\n<div class=\"wp-block-columns alignfull is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<style>\n\/* =========================================================\n   Behtime \u2014 Construction \/ Engineering Landing\n   Section 01: Hero (Construction-oriented redesign)\n   Scoped styles\n   ========================================================= *\/\n\n.bt-construction-hero-v2 {\n    --bt-orange: #f3a503;\n    --bt-orange-dark: #d68d00;\n    --bt-orange-soft: #fff6dc;\n\n    --bt-ink: #20242a;\n    --bt-text: #565c63;\n    --bt-muted: #858b92;\n    --bt-line: #e8e4dc;\n\n    --bt-bg: #fdfcf9;\n    --bt-white: #ffffff;\n    --bt-soft: #faf8f3;\n\n    position: relative;\n    overflow: hidden;\n\n    direction: rtl;\n\n    background:\n        radial-gradient(\n            circle at 14% 18%,\n            rgba(243, 165, 3, 0.07),\n            transparent 29%\n        ),\n        radial-gradient(\n            circle at 84% 16%,\n            rgba(243, 165, 3, 0.04),\n            transparent 22%\n        ),\n        var(--bt-bg);\n\n    border-bottom: 1px solid rgba(32, 36, 42, 0.07);\n}\n\n\n\/* =========================================================\n   Container\n   ========================================================= *\/\n\n.bt-construction-hero-v2__inner {\n    width: min(1180px, calc(100% - 48px));\n    min-height: 690px;\n\n    margin: 0 auto;\n\n    display: grid;\n    grid-template-columns: minmax(0, 1.02fr) minmax(430px, 0.98fr);\n    align-items: center;\n    gap: clamp(48px, 6vw, 86px);\n\n    padding:\n        clamp(74px, 8vw, 112px)\n        0\n        clamp(82px, 8vw, 118px);\n}\n\n\n\/* =========================================================\n   Content\n   ========================================================= *\/\n\n.bt-construction-hero-v2__content {\n    position: relative;\n    z-index: 3;\n\n    max-width: 660px;\n}\n\n.bt-construction-hero-v2__eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n\n    margin: 0 0 20px;\n\n    color: #9e6a00;\n\n    font-size: 12px;\n    font-weight: 750;\n    line-height: 1.8;\n}\n\n.bt-construction-hero-v2__eyebrow::before {\n    content: \"\";\n\n    width: 30px;\n    height: 2px;\n\n    display: block;\n\n    background: var(--bt-orange);\n    border-radius: 100px;\n}\n\n.bt-construction-hero-v2__title {\n    margin: 0;\n\n    color: var(--bt-ink);\n\n    font-size: clamp(38px, 4.4vw, 61px);\n    font-weight: 800;\n    line-height: 1.34;\n    letter-spacing: -0.045em;\n}\n\n.bt-construction-hero-v2__title-mark {\n    position: relative;\n\n    display: inline-block;\n    z-index: 1;\n}\n\n.bt-construction-hero-v2__title-mark::after {\n    content: \"\";\n\n    position: absolute;\n    right: 0;\n    bottom: 4px;\n    z-index: -1;\n\n    width: 100%;\n    height: 11px;\n\n    background: rgba(243, 165, 3, 0.22);\n    border-radius: 100px;\n}\n\n.bt-construction-hero-v2__lead {\n    max-width: 610px;\n\n    margin: 26px 0 0;\n\n    color: var(--bt-text);\n\n    font-size: clamp(16px, 1.3vw, 18px);\n    font-weight: 400;\n    line-height: 2.05;\n    letter-spacing: -0.012em;\n}\n\n.bt-construction-hero-v2__lead strong {\n    color: #2f343a;\n    font-weight: 750;\n}\n\n\n\/* ---------------------------------------------------------\n   Actions\n   --------------------------------------------------------- *\/\n\n.bt-construction-hero-v2__actions {\n    display: flex;\n    align-items: center;\n    flex-wrap: wrap;\n    gap: 14px;\n\n    margin-top: 34px;\n}\n\n.bt-construction-hero-v2__primary {\n    min-height: 50px;\n\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 10px;\n\n    padding: 0 24px;\n\n    color: #1f2226 !important;\n    background: var(--bt-orange);\n\n    border: 1px solid var(--bt-orange);\n    border-radius: 8px;\n\n    font-size: 14px;\n    font-weight: 760;\n    line-height: 1;\n\n    text-decoration: none !important;\n\n    box-shadow: 0 10px 26px rgba(243, 165, 3, 0.16);\n\n    transition:\n        background-color 180ms ease,\n        border-color 180ms ease,\n        transform 180ms ease,\n        box-shadow 180ms ease;\n}\n\n.bt-construction-hero-v2__primary:hover {\n    color: #1f2226 !important;\n    background: #f7b323;\n    border-color: #f7b323;\n\n    transform: translateY(-1px);\n\n    box-shadow: 0 14px 30px rgba(243, 165, 3, 0.23);\n}\n\n.bt-construction-hero-v2__secondary {\n    min-height: 50px;\n\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 8px;\n\n    padding: 0 14px;\n\n    color: #565c63 !important;\n\n    font-size: 14px;\n    font-weight: 650;\n    line-height: 1;\n\n    text-decoration: none !important;\n\n    transition:\n        color 180ms ease,\n        transform 180ms ease;\n}\n\n.bt-construction-hero-v2__secondary:hover {\n    color: #1f2226 !important;\n}\n\n.bt-construction-hero-v2__secondary svg {\n    transition: transform 180ms ease;\n}\n\n.bt-construction-hero-v2__secondary:hover svg {\n    transform: translateX(-3px);\n}\n\n\n\/* ---------------------------------------------------------\n   Meta\n   --------------------------------------------------------- *\/\n\n.bt-construction-hero-v2__meta {\n    display: flex;\n    align-items: center;\n    flex-wrap: wrap;\n    gap: 8px 15px;\n\n    margin-top: 28px;\n\n    color: var(--bt-muted);\n\n    font-size: 12px;\n    line-height: 1.8;\n}\n\n.bt-construction-hero-v2__meta-item {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n}\n\n.bt-construction-hero-v2__meta-dot {\n    width: 5px;\n    height: 5px;\n\n    display: block;\n\n    background: var(--bt-orange);\n    border-radius: 50%;\n}\n\n\n\/* =========================================================\n   Visual stage\n   ========================================================= *\/\n\n.bt-construction-hero-v2__visual {\n    position: relative;\n\n    min-height: 540px;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n}\n\n.bt-construction-hero-v2__visual-bg {\n    position: absolute;\n    inset: 0;\n\n    pointer-events: none;\n}\n\n\n\/* ---------------------------------------------------------\n   Blueprint \/ grid background\n   --------------------------------------------------------- *\/\n\n.bt-construction-hero-v2__blueprint {\n    position: absolute;\n    inset: 5% 2% 4% 3%;\n\n    border-radius: 28px;\n\n    background:\n        linear-gradient(\n            rgba(243, 165, 3, 0.03),\n            rgba(243, 165, 3, 0.01)\n        ),\n        repeating-linear-gradient(\n            to right,\n            rgba(52, 58, 65, 0.06) 0,\n            rgba(52, 58, 65, 0.06) 1px,\n            transparent 1px,\n            transparent 42px\n        ),\n        repeating-linear-gradient(\n            to bottom,\n            rgba(52, 58, 65, 0.06) 0,\n            rgba(52, 58, 65, 0.06) 1px,\n            transparent 1px,\n            transparent 42px\n        );\n\n    opacity: 0.75;\n}\n\n.bt-construction-hero-v2__blueprint::before,\n.bt-construction-hero-v2__blueprint::after {\n    content: \"\";\n\n    position: absolute;\n\n    border: 1px solid rgba(56, 61, 67, 0.11);\n    border-radius: 6px;\n}\n\n.bt-construction-hero-v2__blueprint::before {\n    top: 10%;\n    left: 8%;\n\n    width: 68%;\n    height: 56%;\n\n    transform: rotate(-2.5deg);\n}\n\n.bt-construction-hero-v2__blueprint::after {\n    right: 7%;\n    bottom: 10%;\n\n    width: 46%;\n    height: 35%;\n\n    transform: rotate(3deg);\n}\n\n\n\/* ---------------------------------------------------------\n   Structure line art\n   --------------------------------------------------------- *\/\n\n.bt-construction-hero-v2__structure {\n    position: absolute;\n    right: 9%;\n    top: 12%;\n    z-index: 1;\n\n    width: 180px;\n    height: 155px;\n\n    opacity: 0.34;\n}\n\n.bt-construction-hero-v2__structure svg {\n    width: 100%;\n    height: 100%;\n    display: block;\n}\n\n\n\/* ---------------------------------------------------------\n   Annotation labels\n   --------------------------------------------------------- *\/\n\n.bt-construction-hero-v2__tag {\n    position: absolute;\n    z-index: 4;\n\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n\n    padding: 8px 11px;\n\n    color: #6b7076;\n    background: rgba(255, 255, 255, 0.85);\n\n    border: 1px solid rgba(48, 53, 58, 0.11);\n    border-radius: 999px;\n\n    font-family: Arial, sans-serif;\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n\n    box-shadow: 0 10px 24px rgba(40, 36, 28, 0.06);\n}\n\n.bt-construction-hero-v2__tag::before {\n    content: \"\";\n\n    width: 5px;\n    height: 5px;\n\n    background: var(--bt-orange);\n    border-radius: 50%;\n}\n\n.bt-construction-hero-v2__tag--plan {\n    top: 7%;\n    left: 4%;\n}\n\n.bt-construction-hero-v2__tag--site {\n    bottom: 8%;\n    right: 10%;\n}\n\n.bt-construction-hero-v2__tag--phase {\n    top: 22%;\n    right: 4%;\n}\n\n.bt-construction-hero-v2__notation {\n    position: absolute;\n    z-index: 1;\n\n    color: rgba(62, 67, 73, 0.2);\n\n    font-family: Arial, sans-serif;\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n}\n\n.bt-construction-hero-v2__notation--a {\n    left: 5%;\n    top: 33%;\n\n    transform: rotate(-90deg);\n}\n\n.bt-construction-hero-v2__notation--b {\n    bottom: 16%;\n    left: 14%;\n}\n\n\n\/* ---------------------------------------------------------\n   Main board\n   --------------------------------------------------------- *\/\n\n.bt-construction-hero-v2__board {\n    position: relative;\n    z-index: 5;\n\n    width: min(445px, 100%);\n\n    padding: 25px;\n\n    background: rgba(255, 255, 255, 0.86);\n\n    border: 1px solid rgba(32, 36, 42, 0.1);\n    border-radius: 16px;\n\n    box-shadow: 0 24px 64px rgba(43, 39, 29, 0.11);\n\n    backdrop-filter: blur(8px);\n    -webkit-backdrop-filter: blur(8px);\n\n    transform: rotate(-1.6deg);\n}\n\n.bt-construction-hero-v2__board-head {\n    display: flex;\n    align-items: flex-start;\n    justify-content: space-between;\n    gap: 16px;\n\n    padding-bottom: 18px;\n\n    border-bottom: 1px solid #ece8e0;\n}\n\n.bt-construction-hero-v2__board-title {\n    display: flex;\n    flex-direction: column;\n    gap: 4px;\n}\n\n.bt-construction-hero-v2__board-title strong {\n    color: #2e3338;\n\n    font-size: 14px;\n    font-weight: 800;\n}\n\n.bt-construction-hero-v2__board-title span {\n    color: #969a9e;\n\n    font-size: 10px;\n    line-height: 1.8;\n}\n\n.bt-construction-hero-v2__status {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n\n    padding: 7px 10px;\n\n    color: #8f6100;\n    background: #fff6dc;\n\n    border: 1px solid #f3e2b0;\n    border-radius: 999px;\n\n    font-size: 10px;\n    font-weight: 700;\n    white-space: nowrap;\n}\n\n.bt-construction-hero-v2__status::before {\n    content: \"\";\n\n    width: 6px;\n    height: 6px;\n\n    display: block;\n\n    background: var(--bt-orange);\n    border-radius: 50%;\n}\n\n\n\/* timeline *\/\n\n.bt-construction-hero-v2__timeline {\n    display: grid;\n    gap: 14px;\n\n    margin-top: 22px;\n}\n\n.bt-construction-hero-v2__row {\n    display: grid;\n    grid-template-columns: 86px 1fr;\n    align-items: center;\n    gap: 14px;\n}\n\n.bt-construction-hero-v2__row-name {\n    color: #666c72;\n\n    font-size: 10px;\n    font-weight: 700;\n    white-space: nowrap;\n}\n\n.bt-construction-hero-v2__track {\n    position: relative;\n\n    height: 7px;\n\n    background:\n        repeating-linear-gradient(\n            to left,\n            rgba(55, 60, 66, 0.08) 0,\n            rgba(55, 60, 66, 0.08) 1px,\n            transparent 1px,\n            transparent 25%\n        );\n\n    border-radius: 999px;\n}\n\n.bt-construction-hero-v2__bar {\n    position: absolute;\n    top: 0;\n\n    height: 100%;\n\n    border-radius: inherit;\n}\n\n.bt-construction-hero-v2__bar--dark {\n    right: 4%;\n    width: 54%;\n\n    background: #43484d;\n}\n\n.bt-construction-hero-v2__bar--orange {\n    right: 18%;\n    width: 50%;\n\n    background: var(--bt-orange);\n}\n\n.bt-construction-hero-v2__bar--delay {\n    right: 22%;\n    width: 62%;\n\n    background:\n        linear-gradient(\n            to left,\n            var(--bt-orange) 0 70%,\n            #e8e4dc 70% 100%\n        );\n}\n\n.bt-construction-hero-v2__bar--soft {\n    right: 46%;\n    width: 36%;\n\n    background: #cac6be;\n}\n\n.bt-construction-hero-v2__milestone {\n    position: absolute;\n    left: 19%;\n    top: 50%;\n\n    width: 9px;\n    height: 9px;\n\n    background: #fff;\n    border: 2px solid #3a4045;\n\n    transform: translateY(-50%) rotate(45deg);\n}\n\n\n\/* stats *\/\n\n.bt-construction-hero-v2__stats {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 9px;\n\n    margin-top: 24px;\n}\n\n.bt-construction-hero-v2__stat {\n    padding: 12px 11px;\n\n    background: #faf8f3;\n\n    border: 1px solid #efece4;\n    border-radius: 10px;\n}\n\n.bt-construction-hero-v2__stat-label {\n    display: block;\n\n    margin-bottom: 4px;\n\n    color: #989ca1;\n\n    font-size: 8.5px;\n    font-weight: 650;\n}\n\n.bt-construction-hero-v2__stat-value {\n    display: block;\n\n    color: #32373d;\n\n    font-size: 12.5px;\n    font-weight: 800;\n}\n\n.bt-construction-hero-v2__stat--attention\n.bt-construction-hero-v2__stat-value {\n    color: #9a6800;\n}\n\n\n\/* ---------------------------------------------------------\n   Blueprint sheet\n   --------------------------------------------------------- *\/\n\n.bt-construction-hero-v2__sheet {\n    position: absolute;\n    right: 2%;\n    bottom: 11%;\n    z-index: 2;\n\n    width: 270px;\n    height: 180px;\n\n    background: rgba(255, 255, 255, 0.82);\n\n    border: 1px solid rgba(43, 48, 53, 0.09);\n    border-radius: 12px;\n\n    box-shadow: 0 18px 44px rgba(43, 39, 30, 0.08);\n\n    transform: rotate(8deg);\n    overflow: hidden;\n}\n\n.bt-construction-hero-v2__sheet svg {\n    width: 100%;\n    height: 100%;\n    display: block;\n}\n\n\n\/* ---------------------------------------------------------\n   Rolled blueprint\n   --------------------------------------------------------- *\/\n\n.bt-construction-hero-v2__roll {\n    position: absolute;\n    left: 9%;\n    bottom: 15%;\n    z-index: 2;\n\n    width: 118px;\n    height: 34px;\n\n    border-radius: 999px;\n\n    background:\n        linear-gradient(\n            to left,\n            #ffffff 0%,\n            #f6f3ec 38%,\n            #ebe7de 72%,\n            #dad5cc 100%\n        );\n\n    box-shadow: 0 14px 26px rgba(44, 40, 30, 0.08);\n\n    transform: rotate(-13deg);\n}\n\n.bt-construction-hero-v2__roll::before {\n    content: \"\";\n\n    position: absolute;\n    left: -6px;\n    top: 50%;\n\n    width: 34px;\n    height: 34px;\n\n    border-radius: 50%;\n\n    transform: translateY(-50%);\n\n    background:\n        radial-gradient(circle at center, #ffffff 0 19%, #d5d1c8 20% 28%, #f7f4ee 29% 46%, #e2ddd4 47% 100%);\n\n    box-shadow: inset 0 0 0 1px rgba(58, 63, 68, 0.08);\n}\n\n.bt-construction-hero-v2__roll::after {\n    content: \"\";\n\n    position: absolute;\n    right: 14px;\n    top: 50%;\n\n    width: 52px;\n    height: 3px;\n\n    background: rgba(71, 76, 82, 0.1);\n\n    transform: translateY(-50%);\n}\n\n\n\/* ---------------------------------------------------------\n   Hard hat\n   --------------------------------------------------------- *\/\n\n.bt-construction-hero-v2__helmet {\n    position: absolute;\n    left: 15%;\n    top: 44%;\n    z-index: 6;\n\n    width: 104px;\n    height: 86px;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    transform: rotate(-8deg);\n    filter: drop-shadow(0 16px 28px rgba(44, 40, 30, 0.12));\n}\n\n.bt-construction-hero-v2__helmet svg {\n    width: 100%;\n    height: 100%;\n    display: block;\n}\n\n\n\/* =========================================================\n   Responsive\n   ========================================================= *\/\n\n@media (max-width: 1040px) {\n\n    .bt-construction-hero-v2__inner {\n        grid-template-columns: minmax(0, 1fr) minmax(390px, 0.92fr);\n        gap: 42px;\n    }\n\n    .bt-construction-hero-v2__helmet {\n        left: 10%;\n    }\n}\n\n@media (max-width: 860px) {\n\n    .bt-construction-hero-v2__inner {\n        width: min(100% - 36px, 760px);\n\n        grid-template-columns: 1fr;\n        gap: 46px;\n\n        padding-top: 66px;\n    }\n\n    .bt-construction-hero-v2__content {\n        max-width: 680px;\n    }\n\n    .bt-construction-hero-v2__title {\n        font-size: clamp(36px, 7.5vw, 52px);\n    }\n\n    .bt-construction-hero-v2__visual {\n        width: min(560px, 100%);\n        min-height: 510px;\n\n        margin: 0 auto;\n    }\n}\n\n@media (max-width: 580px) {\n\n    .bt-construction-hero-v2__inner {\n        width: min(100% - 28px, 100%);\n\n        padding-top: 54px;\n        padding-bottom: 68px;\n    }\n\n    .bt-construction-hero-v2__eyebrow {\n        font-size: 11.5px;\n    }\n\n    .bt-construction-hero-v2__title {\n        font-size: clamp(31px, 10vw, 42px);\n        line-height: 1.43;\n    }\n\n    .bt-construction-hero-v2__lead {\n        margin-top: 21px;\n\n        font-size: 15px;\n        line-height: 2;\n    }\n\n    .bt-construction-hero-v2__actions {\n        align-items: stretch;\n        flex-direction: column;\n    }\n\n    .bt-construction-hero-v2__primary,\n    .bt-construction-hero-v2__secondary {\n        width: 100%;\n    }\n\n    .bt-construction-hero-v2__meta {\n        font-size: 11px;\n    }\n\n    .bt-construction-hero-v2__visual {\n        min-height: 430px;\n    }\n\n    .bt-construction-hero-v2__board {\n        width: min(100%, 360px);\n\n        padding: 18px;\n\n        border-radius: 14px;\n\n        transform: none;\n    }\n\n    .bt-construction-hero-v2__row {\n        grid-template-columns: 72px 1fr;\n        gap: 10px;\n    }\n\n    .bt-construction-hero-v2__stats {\n        gap: 6px;\n    }\n\n    .bt-construction-hero-v2__sheet {\n        right: 5%;\n        bottom: 9%;\n\n        width: 190px;\n        height: 128px;\n    }\n\n    .bt-construction-hero-v2__roll {\n        left: 3%;\n        bottom: 13%;\n\n        width: 92px;\n        height: 28px;\n    }\n\n    .bt-construction-hero-v2__roll::before {\n        width: 28px;\n        height: 28px;\n    }\n\n    .bt-construction-hero-v2__helmet {\n        left: 6%;\n        top: 52%;\n\n        width: 74px;\n        height: 62px;\n    }\n\n    .bt-construction-hero-v2__tag {\n        font-size: 8.5px;\n\n        padding: 6px 9px;\n    }\n\n    .bt-construction-hero-v2__tag--phase {\n        top: 15%;\n        right: 1%;\n    }\n\n    .bt-construction-hero-v2__notation,\n    .bt-construction-hero-v2__structure {\n        display: none;\n    }\n}\n\n@media (prefers-reduced-motion: reduce) {\n    .bt-construction-hero-v2__primary,\n    .bt-construction-hero-v2__secondary,\n    .bt-construction-hero-v2__secondary svg {\n        transition: none;\n    }\n}\n<\/style>\n\n\n<section\n    class=\"bt-construction-hero-v2\"\n    aria-labelledby=\"bt-construction-hero-v2-title\"\n>\n    <div class=\"bt-construction-hero-v2__inner\">\n\n        <!-- =====================================================\n             Content\n             ===================================================== -->\n        <div class=\"bt-construction-hero-v2__content\">\n\n            <div class=\"bt-construction-hero-v2__eyebrow\">\n                \u0631\u0627\u0647\u06a9\u0627\u0631 \u0628\u0647\u062a\u0627\u06cc\u0645 \u0628\u0631\u0627\u06cc \u0634\u0631\u06a9\u062a\u200c\u0647\u0627\u06cc \u0639\u0645\u0631\u0627\u0646\u06cc \u0648 \u0641\u0646\u06cc\u200c\u0645\u0647\u0646\u062f\u0633\u06cc\n            <\/div>\n\n            <h1\n                class=\"bt-construction-hero-v2__title\"\n                id=\"bt-construction-hero-v2-title\"\n            >\n                \u0646\u0631\u0645 \u0627\u0641\u0632\u0627\u0631 \u0645\u062f\u06cc\u0631\u06cc\u062a \u067e\u0631\u0648\u0698\u0647 \u0628\u0631\u0627\u06cc\n                <span class=\"bt-construction-hero-v2__title-mark\">\n                    \u0634\u0631\u06a9\u062a\u200c\u0647\u0627\u06cc \u0639\u0645\u0631\u0627\u0646\u06cc\u060c \u0633\u0627\u062e\u062a\u0645\u0627\u0646\u06cc\n                <\/span>\n                \u0648 \u0641\u0646\u06cc \u0645\u0647\u0646\u062f\u0633\u06cc\n            <\/h1>\n\n            <p class=\"bt-construction-hero-v2__lead\">\n                \u0628\u06cc\u0646 \u0628\u0631\u0646\u0627\u0645\u0647\u200c\u0631\u06cc\u0632\u06cc \u062f\u0641\u062a\u0631 \u0641\u0646\u06cc\u060c \u0627\u062c\u0631\u0627\u06cc \u067e\u0631\u0648\u0698\u0647\u060c \u0645\u0633\u062a\u0646\u062f\u0627\u062a\u060c \u0632\u0645\u0627\u0646 \u0627\u0641\u0631\u0627\u062f\n                \u0648 \u0647\u0632\u06cc\u0646\u0647\u200c\u0647\u0627\u060c \u0627\u0637\u0644\u0627\u0639\u0627\u062a \u0632\u06cc\u0627\u062f\u06cc \u062a\u0648\u0644\u06cc\u062f \u0645\u06cc\u200c\u0634\u0648\u062f.\n                <strong>\n                    \u0628\u0647\u062a\u0627\u06cc\u0645 \u06a9\u0645\u06a9 \u0645\u06cc\u200c\u06a9\u0646\u062f \u0627\u06cc\u0646 \u0627\u0637\u0644\u0627\u0639\u0627\u062a \u062f\u0631 \u06cc\u06a9 \u062a\u0635\u0648\u06cc\u0631 \u0645\u0634\u062a\u0631\u06a9 \u06a9\u0646\u0627\u0631\n                    \u0647\u0645 \u0642\u0631\u0627\u0631 \u0628\u06af\u06cc\u0631\u0646\u062f \u062a\u0627 \u0628\u062f\u0627\u0646\u06cc\u062f \u067e\u0631\u0648\u0698\u0647 \u0648\u0627\u0642\u0639\u0627\u064b \u06a9\u062c\u0627\u0633\u062a.\n                <\/strong>\n            <\/p>\n\n            <div class=\"bt-construction-hero-v2__actions\">\n\n                <a\n                    class=\"bt-construction-hero-v2__primary\"\n                    href=\"https:\/\/panel.behtime.ir\/Account\/Register\"\n                >\n                    \u0631\u0627\u06cc\u06af\u0627\u0646 \u0634\u0631\u0648\u0639 \u06a9\u0646\u06cc\u062f\n\n                    <svg\n                        width=\"17\"\n                        height=\"17\"\n                        viewBox=\"0 0 24 24\"\n                        fill=\"none\"\n                        aria-hidden=\"true\"\n                    >\n                        <path\n                            d=\"M15 6L9 12L15 18\"\n                            stroke=\"currentColor\"\n                            stroke-width=\"1.8\"\n                            stroke-linecap=\"round\"\n                            stroke-linejoin=\"round\"\n                        \/>\n                    <\/svg>\n                <\/a>\n\n                <a\n                    class=\"bt-construction-hero-v2__secondary\"\n                    href=\"https:\/\/behtime.net\/main\/behtime-customers\/\"\n                >\n                    \u062f\u0627\u0633\u062a\u0627\u0646 \u0645\u0634\u062a\u0631\u06cc\u0627\u0646\n\n                    <svg\n                        width=\"16\"\n                        height=\"16\"\n                        viewBox=\"0 0 24 24\"\n                        fill=\"none\"\n                        aria-hidden=\"true\"\n                    >\n                        <path\n                            d=\"M15 6L9 12L15 18\"\n                            stroke=\"currentColor\"\n                            stroke-width=\"1.7\"\n                            stroke-linecap=\"round\"\n                            stroke-linejoin=\"round\"\n                        \/>\n                    <\/svg>\n                <\/a>\n\n            <\/div>\n\n            <div class=\"bt-construction-hero-v2__meta\">\n                <span class=\"bt-construction-hero-v2__meta-item\">\n                    <span class=\"bt-construction-hero-v2__meta-dot\"><\/span>\n                    \u0628\u0631\u0646\u0627\u0645\u0647 \u0648 \u067e\u06cc\u0634\u0631\u0641\u062a \u067e\u0631\u0648\u0698\u0647\n                <\/span>\n\n                <span class=\"bt-construction-hero-v2__meta-item\">\n                    <span class=\"bt-construction-hero-v2__meta-dot\"><\/span>\n                    \u0641\u0639\u0627\u0644\u06cc\u062a\u060c \u0645\u0633\u0626\u0648\u0644\u06cc\u062a \u0648 \u0645\u0633\u062a\u0646\u062f\u0627\u062a\n                <\/span>\n\n                <span class=\"bt-construction-hero-v2__meta-item\">\n                    <span class=\"bt-construction-hero-v2__meta-dot\"><\/span>\n                    \u0632\u0645\u0627\u0646 \u0648 \u0647\u0632\u06cc\u0646\u0647\n                <\/span>\n            <\/div>\n\n        <\/div>\n\n\n        <!-- =====================================================\n             Visual\n             ===================================================== -->\n        <div\n            class=\"bt-construction-hero-v2__visual\"\n            aria-hidden=\"true\"\n        >\n            <div class=\"bt-construction-hero-v2__visual-bg\">\n                <div class=\"bt-construction-hero-v2__blueprint\"><\/div>\n\n                <div class=\"bt-construction-hero-v2__structure\">\n                    <svg viewBox=\"0 0 180 155\" fill=\"none\">\n                        <path d=\"M12 126H168\" stroke=\"#444a50\" stroke-width=\"1\"\/>\n                        <path d=\"M28 126V56H114V126\" stroke=\"#444a50\" stroke-width=\"1\"\/>\n                        <path d=\"M46 126V71H96V126\" stroke=\"#444a50\" stroke-width=\"1\"\/>\n                        <path d=\"M114 126V40H152V126\" stroke=\"#444a50\" stroke-width=\"1\"\/>\n                        <path d=\"M28 56L42 38H128L114 56\" stroke=\"#444a50\" stroke-width=\"1\"\/>\n                        <path d=\"M46 71L59 59H110L96 71\" stroke=\"#444a50\" stroke-width=\"1\"\/>\n                        <path d=\"M60 126V92H82V126\" stroke=\"#444a50\" stroke-width=\"1\"\/>\n                        <path d=\"M125 56H142\" stroke=\"#444a50\" stroke-width=\"1\"\/>\n                        <path d=\"M125 70H142\" stroke=\"#444a50\" stroke-width=\"1\"\/>\n                        <path d=\"M125 84H142\" stroke=\"#444a50\" stroke-width=\"1\"\/>\n                        <path d=\"M22 31H140\" stroke=\"#444a50\" stroke-width=\"1\" stroke-dasharray=\"3 5\"\/>\n                        <path d=\"M22 31V22M140 31V22\" stroke=\"#444a50\" stroke-width=\"1\"\/>\n                    <\/svg>\n                <\/div>\n\n                <span class=\"bt-construction-hero-v2__tag bt-construction-hero-v2__tag--plan\">\n                    PLAN\n                <\/span>\n\n                <span class=\"bt-construction-hero-v2__tag bt-construction-hero-v2__tag--phase\">\n                    PHASE 02\n                <\/span>\n\n                <span class=\"bt-construction-hero-v2__tag bt-construction-hero-v2__tag--site\">\n                    SITE\n                <\/span>\n\n                <span class=\"bt-construction-hero-v2__notation bt-construction-hero-v2__notation--a\">\n                    ENGINEERING GRID\n                <\/span>\n\n                <span class=\"bt-construction-hero-v2__notation bt-construction-hero-v2__notation--b\">\n                    PROGRESS \/ PLAN \/ COST\n                <\/span>\n            <\/div>\n\n\n            <!-- project board -->\n            <div class=\"bt-construction-hero-v2__board\">\n\n                <div class=\"bt-construction-hero-v2__board-head\">\n                    <div class=\"bt-construction-hero-v2__board-title\">\n                        <strong>\u067e\u0631\u0648\u0698\u0647 \u062a\u0648\u0633\u0639\u0647 \u0633\u0627\u062e\u062a\u0645\u0627\u0646 \u0627\u062f\u0627\u0631\u06cc<\/strong>\n                        <span>\u0628\u0631\u0646\u0627\u0645\u0647 \u062f\u0631 \u0628\u0631\u0627\u0628\u0631 \u0627\u062c\u0631\u0627\u06cc \u0648\u0627\u0642\u0639\u06cc \u067e\u0631\u0648\u0698\u0647<\/span>\n                    <\/div>\n\n                    <span class=\"bt-construction-hero-v2__status\">\n                        \u062f\u0631 \u062d\u0627\u0644 \u0627\u062c\u0631\u0627\n                    <\/span>\n                <\/div>\n\n                <div class=\"bt-construction-hero-v2__timeline\">\n\n                    <div class=\"bt-construction-hero-v2__row\">\n                        <span class=\"bt-construction-hero-v2__row-name\">\u0637\u0631\u0627\u062d\u06cc<\/span>\n                        <div class=\"bt-construction-hero-v2__track\">\n                            <span class=\"bt-construction-hero-v2__bar bt-construction-hero-v2__bar--dark\"><\/span>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"bt-construction-hero-v2__row\">\n                        <span class=\"bt-construction-hero-v2__row-name\">\u062a\u0623\u0645\u06cc\u0646<\/span>\n                        <div class=\"bt-construction-hero-v2__track\">\n                            <span class=\"bt-construction-hero-v2__bar bt-construction-hero-v2__bar--orange\"><\/span>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"bt-construction-hero-v2__row\">\n                        <span class=\"bt-construction-hero-v2__row-name\">\u0627\u062c\u0631\u0627<\/span>\n                        <div class=\"bt-construction-hero-v2__track\">\n                            <span class=\"bt-construction-hero-v2__bar bt-construction-hero-v2__bar--delay\"><\/span>\n                            <span class=\"bt-construction-hero-v2__milestone\"><\/span>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"bt-construction-hero-v2__row\">\n                        <span class=\"bt-construction-hero-v2__row-name\">\u062a\u062d\u0648\u06cc\u0644<\/span>\n                        <div class=\"bt-construction-hero-v2__track\">\n                            <span class=\"bt-construction-hero-v2__bar bt-construction-hero-v2__bar--soft\"><\/span>\n                        <\/div>\n                    <\/div>\n\n                <\/div>\n\n                <div class=\"bt-construction-hero-v2__stats\">\n                    <div class=\"bt-construction-hero-v2__stat\">\n                        <span class=\"bt-construction-hero-v2__stat-label\">\u0641\u0639\u0627\u0644\u06cc\u062a\u200c\u0647\u0627<\/span>\n                        <span class=\"bt-construction-hero-v2__stat-value\">\u06f1\u06f2\u06f8<\/span>\n                    <\/div>\n\n                    <div class=\"bt-construction-hero-v2__stat bt-construction-hero-v2__stat--attention\">\n                        <span class=\"bt-construction-hero-v2__stat-label\">\u0646\u06cc\u0627\u0632\u0645\u0646\u062f \u062a\u0648\u062c\u0647<\/span>\n                        <span class=\"bt-construction-hero-v2__stat-value\">\u06f7<\/span>\n                    <\/div>\n\n                    <div class=\"bt-construction-hero-v2__stat\">\n                        <span class=\"bt-construction-hero-v2__stat-label\">\u067e\u06cc\u0634\u0631\u0641\u062a<\/span>\n                        <span class=\"bt-construction-hero-v2__stat-value\">\u06f6\u06f8\u066a<\/span>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n\n\n            <!-- blueprint sheet -->\n            <div class=\"bt-construction-hero-v2__sheet\">\n                <svg viewBox=\"0 0 270 180\" fill=\"none\">\n                    <rect x=\"0.5\" y=\"0.5\" width=\"269\" height=\"179\" rx=\"12\" fill=\"rgba(255,255,255,0.65)\" stroke=\"rgba(61,66,72,0.08)\"\/>\n                    <path d=\"M30 42H142V124H30V42Z\" stroke=\"#596067\" stroke-width=\"1.2\"\/>\n                    <path d=\"M52 62H120V124H52V62Z\" stroke=\"#596067\" stroke-width=\"1\"\/>\n                    <path d=\"M73 124V88H98V124\" stroke=\"#596067\" stroke-width=\"1\"\/>\n                    <path d=\"M142 52H204V124H142V52Z\" stroke=\"#596067\" stroke-width=\"1\"\/>\n                    <path d=\"M162 74H184V96H162V74Z\" stroke=\"#596067\" stroke-width=\"1\"\/>\n                    <path d=\"M30 33H204\" stroke=\"#8b9197\" stroke-width=\"1\" stroke-dasharray=\"4 4\"\/>\n                    <path d=\"M30 33V25M204 33V25\" stroke=\"#8b9197\" stroke-width=\"1\"\/>\n                    <path d=\"M22 42V124\" stroke=\"#8b9197\" stroke-width=\"1\" stroke-dasharray=\"4 4\"\/>\n                    <path d=\"M22 42H14M22 124H14\" stroke=\"#8b9197\" stroke-width=\"1\"\/>\n                    <path d=\"M38 144H232\" stroke=\"#c8c3ba\" stroke-width=\"1\"\/>\n                    <path d=\"M38 152H210\" stroke=\"#d8d3cb\" stroke-width=\"1\"\/>\n                    <circle cx=\"223\" cy=\"38\" r=\"10\" fill=\"#fff4d5\" stroke=\"#f0dfad\"\/>\n                    <path d=\"M220 38L223 41L228 35\" stroke=\"#a47000\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                    <text x=\"160\" y=\"147\" fill=\"#8e949a\" font-size=\"8\" font-family=\"Arial\">PROGRESS<\/text>\n                    <text x=\"161\" y=\"157\" fill=\"#3d4349\" font-size=\"10\" font-family=\"Arial\" font-weight=\"700\">68%<\/text>\n                <\/svg>\n            <\/div>\n\n\n            <!-- rolled blueprint -->\n            <div class=\"bt-construction-hero-v2__roll\"><\/div>\n\n\n            <!-- hard hat -->\n            <div class=\"bt-construction-hero-v2__helmet\">\n                <svg viewBox=\"0 0 120 100\" fill=\"none\">\n                    <path\n                        d=\"M22 58C22 34 39 19 60 19C81 19 98 34 98 58\"\n                        fill=\"#ffffff\"\n                        stroke=\"#d7d2c8\"\n                        stroke-width=\"2.4\"\n                    \/>\n                    <path\n                        d=\"M34 54C34 39 45 29 60 29C75 29 86 39 86 54\"\n                        fill=\"#fff9ea\"\n                        stroke=\"#e7dfcf\"\n                        stroke-width=\"1.5\"\n                    \/>\n                    <rect\n                        x=\"16\"\n                        y=\"58\"\n                        width=\"88\"\n                        height=\"10\"\n                        rx=\"5\"\n                        fill=\"#f3a503\"\n                    \/>\n                    <path\n                        d=\"M24 59H96\"\n                        stroke=\"#d68d00\"\n                        stroke-width=\"2\"\n                        stroke-linecap=\"round\"\n                    \/>\n                    <path\n                        d=\"M48 28V54\"\n                        stroke=\"#ddd7cd\"\n                        stroke-width=\"2\"\n                        stroke-linecap=\"round\"\n                    \/>\n                    <path\n                        d=\"M60 24V54\"\n                        stroke=\"#ddd7cd\"\n                        stroke-width=\"2\"\n                        stroke-linecap=\"round\"\n                    \/>\n                    <path\n                        d=\"M72 28V54\"\n                        stroke=\"#ddd7cd\"\n                        stroke-width=\"2\"\n                        stroke-linecap=\"round\"\n                    \/>\n                    <ellipse\n                        cx=\"60\"\n                        cy=\"69\"\n                        rx=\"44\"\n                        ry=\"7\"\n                        fill=\"rgba(44,40,30,0.09)\"\n                    \/>\n                <\/svg>\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n<\/section>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns alignfull ghostkit-custom-Z1eTqPu is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<style>\n\/* =========================================================\n   Behtime \u2014 Construction \/ Engineering Landing\n   Section 02: Plan vs Reality\n   Scoped styles\n   ========================================================= *\/\n\n.bt-construction-gap {\n    --bt-orange: #f3a503;\n    --bt-ink: #20242a;\n    --bt-text: #555b63;\n    --bt-muted: #858a91;\n    --bt-line: #e8e5de;\n    --bt-bg: #ffffff;\n    --bt-soft: #f8f6f1;\n\n    direction: rtl;\n\n    background: var(--bt-bg);\n\n    border-bottom: 1px solid rgba(32, 36, 42, 0.07);\n}\n\n.bt-construction-gap__inner {\n    width: min(1180px, calc(100% - 48px));\n\n    margin: 0 auto;\n\n    display: grid;\n    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);\n    align-items: center;\n    gap: clamp(55px, 7vw, 105px);\n\n    padding:\n        clamp(90px, 9vw, 130px)\n        0;\n}\n\n\n\/* =========================================================\n   Text\n   ========================================================= *\/\n\n.bt-construction-gap__content {\n    max-width: 620px;\n}\n\n.bt-construction-gap__eyebrow {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n\n    margin-bottom: 18px;\n\n    color: #a26c00;\n\n    font-size: 12px;\n    font-weight: 750;\n    line-height: 1.8;\n}\n\n.bt-construction-gap__eyebrow::before {\n    content: \"\";\n\n    width: 28px;\n    height: 2px;\n\n    display: block;\n\n    background: var(--bt-orange);\n\n    border-radius: 100px;\n}\n\n.bt-construction-gap__title {\n    margin: 0;\n\n    color: var(--bt-ink);\n\n    font-size: clamp(31px, 3.5vw, 48px);\n    font-weight: 800;\n    line-height: 1.45;\n    letter-spacing: -0.035em;\n}\n\n.bt-construction-gap__lead {\n    margin: 27px 0 0;\n\n    color: var(--bt-text);\n\n    font-size: clamp(15.5px, 1.25vw, 17px);\n    font-weight: 400;\n    line-height: 2.15;\n}\n\n.bt-construction-gap__lead strong {\n    color: #2f343a;\n    font-weight: 750;\n}\n\n\n\/* ---------------------------------------------------------\n   Key statement\n   --------------------------------------------------------- *\/\n\n.bt-construction-gap__statement {\n    position: relative;\n\n    margin-top: 34px;\n    padding: 21px 24px 21px 22px;\n\n    color: #34393f;\n    background: #faf8f3;\n\n    border-right: 3px solid var(--bt-orange);\n    border-radius: 0 8px 8px 0;\n\n    font-size: 15px;\n    font-weight: 650;\n    line-height: 2;\n}\n\n\n\/* =========================================================\n   Visual \/ Managerial signals\n   ========================================================= *\/\n\n.bt-construction-gap__visual {\n    position: relative;\n\n    padding: 18px 0;\n}\n\n.bt-construction-gap__visual::before {\n    content: \"\";\n\n    position: absolute;\n    inset: -15% 5% -10% 5%;\n\n    background:\n        radial-gradient(\n            circle at center,\n            rgba(243, 165, 3, 0.07),\n            transparent 64%\n        );\n\n    pointer-events: none;\n}\n\n\n\/* ---------------------------------------------------------\n   Main panel\n   --------------------------------------------------------- *\/\n\n.bt-construction-gap__panel {\n    position: relative;\n    z-index: 2;\n\n    padding: 33px;\n\n    background: #fbfaf7;\n\n    border: 1px solid var(--bt-line);\n    border-radius: 15px;\n}\n\n.bt-construction-gap__panel-head {\n    display: flex;\n    align-items: flex-start;\n    justify-content: space-between;\n    gap: 20px;\n\n    padding-bottom: 25px;\n\n    border-bottom: 1px solid #eae7df;\n}\n\n.bt-construction-gap__panel-title {\n    display: flex;\n    flex-direction: column;\n    gap: 6px;\n}\n\n.bt-construction-gap__panel-title strong {\n    color: #2f3439;\n\n    font-size: 15px;\n    font-weight: 800;\n}\n\n.bt-construction-gap__panel-title span {\n    color: #96999d;\n\n    font-size: 10.5px;\n    line-height: 1.8;\n}\n\n.bt-construction-gap__signal {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n\n    padding: 7px 10px;\n\n    color: #9b6900;\n    background: #fff5da;\n\n    border: 1px solid #f4dfab;\n    border-radius: 100px;\n\n    font-size: 10px;\n    font-weight: 750;\n}\n\n.bt-construction-gap__signal::before {\n    content: \"\";\n\n    width: 6px;\n    height: 6px;\n\n    display: block;\n\n    background: var(--bt-orange);\n\n    border-radius: 50%;\n}\n\n\n\/* ---------------------------------------------------------\n   Questions\n   --------------------------------------------------------- *\/\n\n.bt-construction-gap__questions {\n    margin: 0;\n    padding: 0;\n\n    list-style: none;\n}\n\n.bt-construction-gap__question {\n    display: grid;\n    grid-template-columns: 34px 1fr auto;\n    align-items: center;\n    gap: 14px;\n\n    padding: 18px 0;\n\n    border-bottom: 1px solid #ebe8e1;\n}\n\n.bt-construction-gap__question:last-child {\n    border-bottom: 0;\n}\n\n.bt-construction-gap__question-icon {\n    width: 34px;\n    height: 34px;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    color: #4a5056;\n    background: #ffffff;\n\n    border: 1px solid #e6e2da;\n    border-radius: 8px;\n}\n\n.bt-construction-gap__question-text {\n    min-width: 0;\n}\n\n.bt-construction-gap__question-text strong {\n    display: block;\n\n    color: #373c42;\n\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.7;\n}\n\n.bt-construction-gap__question-text span {\n    display: block;\n\n    margin-top: 3px;\n\n    color: #96999d;\n\n    font-size: 10.5px;\n    line-height: 1.8;\n}\n\n.bt-construction-gap__question-state {\n    flex: 0 0 auto;\n\n    min-width: 54px;\n\n    padding: 6px 8px;\n\n    text-align: center;\n\n    color: #7c8085;\n    background: #f1efea;\n\n    border-radius: 6px;\n\n    font-size: 9px;\n    font-weight: 700;\n}\n\n.bt-construction-gap__question-state--attention {\n    color: #9a6900;\n    background: #fff3d4;\n}\n\n\n\/* ---------------------------------------------------------\n   Bottom comparison line\n   --------------------------------------------------------- *\/\n\n.bt-construction-gap__compare {\n    display: grid;\n    grid-template-columns: 1fr auto 1fr;\n    align-items: center;\n    gap: 12px;\n\n    margin-top: 25px;\n    padding-top: 23px;\n\n    border-top: 1px solid #e9e6de;\n}\n\n.bt-construction-gap__compare-block {\n    min-width: 0;\n}\n\n.bt-construction-gap__compare-label {\n    display: block;\n\n    margin-bottom: 6px;\n\n    color: #9a9da1;\n\n    font-size: 9px;\n    font-weight: 650;\n}\n\n.bt-construction-gap__compare-value {\n    display: block;\n\n    color: #30353a;\n\n    font-size: 13px;\n    font-weight: 800;\n}\n\n.bt-construction-gap__compare-arrow {\n    color: #c5c1b8;\n}\n\n.bt-construction-gap__compare-block--real {\n    text-align: left;\n}\n\n.bt-construction-gap__compare-block--real\n.bt-construction-gap__compare-value {\n    color: #a66f00;\n}\n\n\n\/* =========================================================\n   Responsive\n   ========================================================= *\/\n\n@media (max-width: 900px) {\n\n    .bt-construction-gap__inner {\n        width: min(100% - 36px, 720px);\n\n        grid-template-columns: 1fr;\n        gap: 50px;\n    }\n\n    .bt-construction-gap__content {\n        max-width: 680px;\n    }\n\n    .bt-construction-gap__visual {\n        max-width: 620px;\n    }\n}\n\n\n@media (max-width: 580px) {\n\n    .bt-construction-gap__inner {\n        width: min(100% - 28px, 100%);\n\n        padding:\n            72px\n            0;\n    }\n\n    .bt-construction-gap__title {\n        font-size: clamp(29px, 8.8vw, 38px);\n        line-height: 1.5;\n    }\n\n    .bt-construction-gap__lead {\n        margin-top: 22px;\n\n        font-size: 15px;\n        line-height: 2.05;\n    }\n\n    .bt-construction-gap__statement {\n        margin-top: 27px;\n        padding: 18px 19px;\n\n        font-size: 14px;\n    }\n\n    .bt-construction-gap__panel {\n        padding: 22px 18px;\n\n        border-radius: 12px;\n    }\n\n    .bt-construction-gap__panel-head {\n        gap: 12px;\n    }\n\n    .bt-construction-gap__question {\n        grid-template-columns: 32px 1fr;\n        gap: 11px;\n\n        padding: 16px 0;\n    }\n\n    .bt-construction-gap__question-state {\n        grid-column: 2;\n\n        width: fit-content;\n    }\n\n    .bt-construction-gap__compare {\n        grid-template-columns: 1fr auto 1fr;\n        gap: 8px;\n    }\n\n    .bt-construction-gap__compare-value {\n        font-size: 11px;\n    }\n}\n<\/style>\n\n\n<section class=\"bt-construction-gap\">\n\n    <div class=\"bt-construction-gap__inner\">\n\n        <!-- =====================================================\n             Text\n             ===================================================== -->\n        <div class=\"bt-construction-gap__content\">\n\n            <div class=\"bt-construction-gap__eyebrow\">\n                \u0645\u0633\u0626\u0644\u0647 \u0641\u0642\u0637 \u062a\u0642\u0633\u06cc\u0645 \u06a9\u0627\u0631 \u0646\u06cc\u0633\u062a\n            <\/div>\n\n            <h2 class=\"bt-construction-gap__title\">\n                \u0645\u062f\u06cc\u0631\u06cc\u062a \u067e\u0631\u0648\u0698\u0647 \u06cc\u0639\u0646\u06cc \u062f\u06cc\u062f\u0646 \u0641\u0627\u0635\u0644\u0647 \u0645\u06cc\u0627\u0646\n                \u0628\u0631\u0646\u0627\u0645\u0647 \u0648 \u0648\u0627\u0642\u0639\u06cc\u062a\n            <\/h2>\n\n            <p class=\"bt-construction-gap__lead\">\n                \u062f\u0631 \u067e\u0631\u0648\u0698\u0647\u200c\u0647\u0627\u06cc \u0641\u0646\u06cc\u060c \u0639\u0645\u0631\u0627\u0646\u06cc \u0648 \u0633\u0627\u062e\u062a\u0645\u0627\u0646\u06cc \u0627\u06cc\u0646\u06a9\u0647 \u0628\u062f\u0627\u0646\u06cc\u0645\n                <strong>\u00ab\u0686\u0647 \u06a9\u0627\u0631\u06cc \u062f\u0633\u062a \u0686\u0647 \u06a9\u0633\u06cc \u0627\u0633\u062a\u00bb<\/strong>\n                \u0641\u0642\u0637 \u0628\u062e\u0634\u06cc \u0627\u0632 \u0645\u0627\u062c\u0631\u0627\u0633\u062a.\n                \u0645\u062f\u06cc\u0631 \u067e\u0631\u0648\u0698\u0647 \u0628\u0627\u06cc\u062f \u0628\u062a\u0648\u0627\u0646\u062f \u0628\u0628\u06cc\u0646\u062f \u06a9\u062f\u0627\u0645 \u0641\u0639\u0627\u0644\u06cc\u062a\u200c\u0647\u0627 \u0639\u0642\u0628 \u0627\u0641\u062a\u0627\u062f\u0647\u200c\u0627\u0646\u062f\u060c\n                \u0686\u0647 \u06a9\u0627\u0631\u06cc \u0628\u0647 \u06a9\u0627\u0631 \u062f\u06cc\u06af\u0631\u06cc \u0648\u0627\u0628\u0633\u062a\u0647 \u0627\u0633\u062a\u060c \u06a9\u062f\u0627\u0645 \u0628\u062e\u0634 \u067e\u0631\u0648\u0698\u0647 \u0646\u06cc\u0627\u0632 \u0628\u0647\n                \u062a\u0648\u062c\u0647 \u062f\u0627\u0631\u062f \u0648 \u0632\u0645\u0627\u0646 \u0648\u0627\u0642\u0639\u06cc \u062a\u06cc\u0645 \u06a9\u062c\u0627 \u0635\u0631\u0641 \u0634\u062f\u0647 \u0627\u0633\u062a.\n            <\/p>\n\n            <p class=\"bt-construction-gap__lead\">\n                \u0648\u0642\u062a\u06cc \u0627\u06cc\u0646 \u0627\u0637\u0644\u0627\u0639\u0627\u062a \u0628\u06cc\u0646 \u0641\u0627\u06cc\u0644\u200c\u0647\u0627\u06cc \u0627\u06a9\u0633\u0644\u060c \u067e\u06cc\u0627\u0645\u200c\u0647\u0627\u060c \u062c\u0644\u0633\u0627\u062a \u0648\n                \u06af\u0632\u0627\u0631\u0634\u200c\u0647\u0627\u06cc \u0645\u062e\u062a\u0644\u0641 \u067e\u062e\u0634 \u0634\u062f\u0647 \u0628\u0627\u0634\u062f\u060c \u0633\u0627\u062e\u062a\u0646 \u06cc\u06a9 \u062a\u0635\u0648\u06cc\u0631 \u0642\u0627\u0628\u0644 \u0627\u0639\u062a\u0645\u0627\u062f\n                \u0627\u0632 \u067e\u0631\u0648\u0698\u0647 \u062f\u0634\u0648\u0627\u0631 \u0645\u06cc\u200c\u0634\u0648\u062f.\n            <\/p>\n\n            <div class=\"bt-construction-gap__statement\">\n                \u0628\u0647\u062a\u0627\u06cc\u0645 \u0627\u06cc\u0646 \u0627\u0637\u0644\u0627\u0639\u0627\u062a \u0631\u0627 \u06a9\u0646\u0627\u0631 \u0647\u0645 \u0642\u0631\u0627\u0631 \u0645\u06cc\u200c\u062f\u0647\u062f \u062a\u0627 \u0648\u0636\u0639\u06cc\u062a \u067e\u0631\u0648\u0698\u0647\n                \u0641\u0642\u0637 \u0628\u0631 \u0627\u0633\u0627\u0633 \u0628\u0631\u062f\u0627\u0634\u062a \u0627\u0641\u0631\u0627\u062f \u0633\u0646\u062c\u06cc\u062f\u0647 \u0646\u0634\u0648\u062f\u061b\n                <strong>\u062f\u0627\u062f\u0647 \u0647\u0645 \u0631\u0648\u06cc \u0645\u06cc\u0632 \u0628\u0627\u0634\u062f.<\/strong>\n            <\/div>\n\n        <\/div>\n\n\n        <!-- =====================================================\n             Visual\n             ===================================================== -->\n        <div class=\"bt-construction-gap__visual\">\n\n            <div class=\"bt-construction-gap__panel\">\n\n                <div class=\"bt-construction-gap__panel-head\">\n\n                    <div class=\"bt-construction-gap__panel-title\">\n                        <strong>\n                            \u0627\u0645\u0631\u0648\u0632 \u0645\u062f\u06cc\u0631 \u067e\u0631\u0648\u0698\u0647 \u0628\u0627\u06cc\u062f \u0686\u0647 \u0686\u06cc\u0632\u0647\u0627\u06cc\u06cc \u0631\u0627 \u0628\u0628\u06cc\u0646\u062f\u061f\n                        <\/strong>\n\n                        <span>\n                            \u062a\u0635\u0648\u06cc\u0631\u06cc \u0641\u0631\u0627\u062a\u0631 \u0627\u0632 \u0641\u0647\u0631\u0633\u062a \u06a9\u0627\u0631\u0647\u0627\u06cc \u0627\u0646\u062c\u0627\u0645\u200c\u0634\u062f\u0647\n                        <\/span>\n                    <\/div>\n\n                    <div class=\"bt-construction-gap__signal\">\n                        \u0646\u06cc\u0627\u0632\u0645\u0646\u062f \u062a\u0648\u062c\u0647\n                    <\/div>\n\n                <\/div>\n\n\n                <ul class=\"bt-construction-gap__questions\">\n\n                    <li class=\"bt-construction-gap__question\">\n\n                        <span class=\"bt-construction-gap__question-icon\">\n\n                            <svg\n                                width=\"16\"\n                                height=\"16\"\n                                viewBox=\"0 0 24 24\"\n                                fill=\"none\"\n                                aria-hidden=\"true\"\n                            >\n                                <path\n                                    d=\"M6 7H18M6 12H14M6 17H11\"\n                                    stroke=\"currentColor\"\n                                    stroke-width=\"1.7\"\n                                    stroke-linecap=\"round\"\n                                \/>\n                            <\/svg>\n\n                        <\/span>\n\n                        <div class=\"bt-construction-gap__question-text\">\n                            <strong>\n                                \u06a9\u062f\u0627\u0645 \u0641\u0639\u0627\u0644\u06cc\u062a\u200c\u0647\u0627 \u0639\u0642\u0628 \u0627\u0641\u062a\u0627\u062f\u0647\u200c\u0627\u0646\u062f\u061f\n                            <\/strong>\n\n                            <span>\n                                \u062a\u0623\u062e\u06cc\u0631\u0647\u0627\u06cc\u06cc \u06a9\u0647 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u0646\u062f \u0631\u0648\u06cc \u0627\u062f\u0627\u0645\u0647 \u0628\u0631\u0646\u0627\u0645\u0647 \u0627\u062b\u0631 \u0628\u06af\u0630\u0627\u0631\u0646\u062f\n                            <\/span>\n                        <\/div>\n\n                        <span\n                            class=\"bt-construction-gap__question-state\n                                   bt-construction-gap__question-state--attention\"\n                        >\n                            \u06f7 \u0645\u0648\u0631\u062f\n                        <\/span>\n\n                    <\/li>\n\n\n                    <li class=\"bt-construction-gap__question\">\n\n                        <span class=\"bt-construction-gap__question-icon\">\n\n                            <svg\n                                width=\"16\"\n                                height=\"16\"\n                                viewBox=\"0 0 24 24\"\n                                fill=\"none\"\n                                aria-hidden=\"true\"\n                            >\n                                <circle\n                                    cx=\"7\"\n                                    cy=\"12\"\n                                    r=\"2\"\n                                    stroke=\"currentColor\"\n                                    stroke-width=\"1.6\"\n                                \/>\n\n                                <circle\n                                    cx=\"17\"\n                                    cy=\"7\"\n                                    r=\"2\"\n                                    stroke=\"currentColor\"\n                                    stroke-width=\"1.6\"\n                                \/>\n\n                                <circle\n                                    cx=\"17\"\n                                    cy=\"17\"\n                                    r=\"2\"\n                                    stroke=\"currentColor\"\n                                    stroke-width=\"1.6\"\n                                \/>\n\n                                <path\n                                    d=\"M9 11L15 8M9 13L15 16\"\n                                    stroke=\"currentColor\"\n                                    stroke-width=\"1.6\"\n                                    stroke-linecap=\"round\"\n                                \/>\n                            <\/svg>\n\n                        <\/span>\n\n                        <div class=\"bt-construction-gap__question-text\">\n                            <strong>\n                                \u0686\u0647 \u06a9\u0627\u0631\u06cc \u0645\u0646\u062a\u0638\u0631 \u067e\u0627\u06cc\u0627\u0646 \u06a9\u0627\u0631 \u062f\u06cc\u06af\u0631\u06cc \u0627\u0633\u062a\u061f\n                            <\/strong>\n\n                            <span>\n                                \u0648\u0627\u0628\u0633\u062a\u06af\u06cc\u200c\u0647\u0627\u06cc\u06cc \u06a9\u0647 \u0645\u0633\u06cc\u0631 \u0627\u062c\u0631\u0627\u06cc \u067e\u0631\u0648\u0698\u0647 \u0631\u0627 \u062a\u063a\u06cc\u06cc\u0631 \u0645\u06cc\u200c\u062f\u0647\u0646\u062f\n                            <\/span>\n                        <\/div>\n\n                        <span class=\"bt-construction-gap__question-state\">\n                            \u0648\u0627\u0628\u0633\u062a\u06af\u06cc\n                        <\/span>\n\n                    <\/li>\n\n\n                    <li class=\"bt-construction-gap__question\">\n\n                        <span class=\"bt-construction-gap__question-icon\">\n\n                            <svg\n                                width=\"16\"\n                                height=\"16\"\n                                viewBox=\"0 0 24 24\"\n                                fill=\"none\"\n                                aria-hidden=\"true\"\n                            >\n                                <circle\n                                    cx=\"12\"\n                                    cy=\"12\"\n                                    r=\"8\"\n                                    stroke=\"currentColor\"\n                                    stroke-width=\"1.6\"\n                                \/>\n\n                                <path\n                                    d=\"M12 7.5V12L15 14\"\n                                    stroke=\"currentColor\"\n                                    stroke-width=\"1.6\"\n                                    stroke-linecap=\"round\"\n                                    stroke-linejoin=\"round\"\n                                \/>\n                            <\/svg>\n\n                        <\/span>\n\n                        <div class=\"bt-construction-gap__question-text\">\n                            <strong>\n                                \u0632\u0645\u0627\u0646 \u0648\u0627\u0642\u0639\u06cc \u062a\u06cc\u0645 \u06a9\u062c\u0627 \u0635\u0631\u0641 \u0634\u062f\u0647 \u0627\u0633\u062a\u061f\n                            <\/strong>\n\n                            <span>\n                                \u0632\u0645\u0627\u0646 \u062b\u0628\u062a\u200c\u0634\u062f\u0647 \u0631\u0648\u06cc \u067e\u0631\u0648\u0698\u0647\u200c\u0647\u0627 \u0648 \u0641\u0639\u0627\u0644\u06cc\u062a\u200c\u0647\u0627\u06cc \u0645\u062e\u062a\u0644\u0641\n                            <\/span>\n                        <\/div>\n\n                        <span class=\"bt-construction-gap__question-state\">\n                            \u0632\u0645\u0627\u0646\n                        <\/span>\n\n                    <\/li>\n\n\n                    <li class=\"bt-construction-gap__question\">\n\n                        <span class=\"bt-construction-gap__question-icon\">\n\n                            <svg\n                                width=\"16\"\n                                height=\"16\"\n                                viewBox=\"0 0 24 24\"\n                                fill=\"none\"\n                                aria-hidden=\"true\"\n                            >\n                                <path\n                                    d=\"M5 17L9 13L12 15L19 8\"\n                                    stroke=\"currentColor\"\n                                    stroke-width=\"1.7\"\n                                    stroke-linecap=\"round\"\n                                    stroke-linejoin=\"round\"\n                                \/>\n\n                                <path\n                                    d=\"M15 8H19V12\"\n                                    stroke=\"currentColor\"\n                                    stroke-width=\"1.7\"\n                                    stroke-linecap=\"round\"\n                                    stroke-linejoin=\"round\"\n                                \/>\n                            <\/svg>\n\n                        <\/span>\n\n                        <div class=\"bt-construction-gap__question-text\">\n                            <strong>\n                                \u067e\u0631\u0648\u0698\u0647 \u0648\u0627\u0642\u0639\u0627\u064b \u0686\u0642\u062f\u0631 \u067e\u06cc\u0634 \u0631\u0641\u062a\u0647 \u0627\u0633\u062a\u061f\n                            <\/strong>\n\n                            <span>\n                                \u0646\u0647 \u0641\u0642\u0637 \u062a\u0639\u062f\u0627\u062f \u0641\u0639\u0627\u0644\u06cc\u062a\u200c\u0647\u0627\u06cc\u06cc \u06a9\u0647 \u0648\u0636\u0639\u06cc\u062a \u00ab\u0627\u0646\u062c\u0627\u0645 \u0634\u062f\u0647\u00bb \u062f\u0627\u0631\u0646\u062f\n                            <\/span>\n                        <\/div>\n\n                        <span class=\"bt-construction-gap__question-state\">\n                            \u067e\u06cc\u0634\u0631\u0641\u062a\n                        <\/span>\n\n                    <\/li>\n\n                <\/ul>\n\n\n                <div class=\"bt-construction-gap__compare\">\n\n                    <div class=\"bt-construction-gap__compare-block\">\n                        <span class=\"bt-construction-gap__compare-label\">\n                            \u0628\u0631\u0646\u0627\u0645\u0647\n                        <\/span>\n\n                        <span class=\"bt-construction-gap__compare-value\">\n                            \u06f7\u06f5\u066a \u067e\u06cc\u0634\u0631\u0641\u062a\n                        <\/span>\n                    <\/div>\n\n                    <div class=\"bt-construction-gap__compare-arrow\">\n\n                        <svg\n                            width=\"27\"\n                            height=\"14\"\n                            viewBox=\"0 0 27 14\"\n                            fill=\"none\"\n                            aria-hidden=\"true\"\n                        >\n                            <path\n                                d=\"M26 7H1M1 7L6 2M1 7L6 12\"\n                                stroke=\"currentColor\"\n                                stroke-width=\"1.3\"\n                                stroke-linecap=\"round\"\n                                stroke-linejoin=\"round\"\n                            \/>\n                        <\/svg>\n\n                    <\/div>\n\n                    <div\n                        class=\"bt-construction-gap__compare-block\n                               bt-construction-gap__compare-block--real\"\n                    >\n                        <span class=\"bt-construction-gap__compare-label\">\n                            \u0648\u0627\u0642\u0639\u06cc\u062a\n                        <\/span>\n\n                        <span class=\"bt-construction-gap__compare-value\">\n                            \u06f6\u06f8\u066a \u067e\u06cc\u0634\u0631\u0641\u062a\n                        <\/span>\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns alignfull ghostkit-custom-IUFCC is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<style>\n\/* =========================================================\n   Behtime \u2014 Construction \/ Engineering Landing\n   Section 03: Where Behtime Helps\n   Scoped styles\n   ========================================================= *\/\n\n.bt-construction-usecases {\n    --bt-orange: #f3a503;\n    --bt-orange-soft: #fff6dc;\n\n    --bt-ink: #20242a;\n    --bt-text: #555b63;\n    --bt-muted: #8a8f95;\n    --bt-line: #e9e5dd;\n\n    --bt-bg: #fdfcf9;\n    --bt-white: #ffffff;\n\n    direction: rtl;\n\n    background: var(--bt-bg);\n\n    border-bottom: 1px solid rgba(32, 36, 42, 0.07);\n}\n\n\n\/* =========================================================\n   Container\n   ========================================================= *\/\n\n.bt-construction-usecases__inner {\n    width: min(1180px, calc(100% - 48px));\n\n    margin: 0 auto;\n\n    padding:\n        clamp(95px, 10vw, 145px)\n        0\n        clamp(100px, 10vw, 150px);\n}\n\n\n\/* =========================================================\n   Header\n   ========================================================= *\/\n\n.bt-construction-usecases__head {\n    max-width: 760px;\n\n    margin: 0 auto clamp(65px, 7vw, 95px);\n\n    text-align: center;\n}\n\n.bt-construction-usecases__eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n\n    margin-bottom: 17px;\n\n    color: #9c6900;\n\n    font-size: 12px;\n    font-weight: 750;\n    line-height: 1.8;\n}\n\n.bt-construction-usecases__eyebrow::before,\n.bt-construction-usecases__eyebrow::after {\n    content: \"\";\n\n    width: 22px;\n    height: 1px;\n\n    background: rgba(243, 165, 3, 0.65);\n}\n\n.bt-construction-usecases__title {\n    margin: 0;\n\n    color: var(--bt-ink);\n\n    font-size: clamp(32px, 3.8vw, 50px);\n    font-weight: 800;\n    line-height: 1.42;\n    letter-spacing: -0.04em;\n}\n\n.bt-construction-usecases__intro {\n    max-width: 670px;\n\n    margin: 22px auto 0;\n\n    color: var(--bt-text);\n\n    font-size: clamp(15.5px, 1.25vw, 17px);\n    line-height: 2.05;\n}\n\n\n\/* =========================================================\n   Editorial Rows\n   ========================================================= *\/\n\n.bt-construction-usecases__list {\n    border-top: 1px solid var(--bt-line);\n}\n\n.bt-construction-usecases__item {\n    position: relative;\n\n    display: grid;\n    grid-template-columns: 90px minmax(0, 1fr) minmax(280px, 0.72fr);\n    gap: clamp(28px, 4vw, 60px);\n    align-items: center;\n\n    min-height: 300px;\n\n    padding:\n        clamp(48px, 5vw, 72px)\n        0;\n\n    border-bottom: 1px solid var(--bt-line);\n}\n\n\n\/* alternate rhythm *\/\n\n.bt-construction-usecases__item:nth-child(even) {\n    grid-template-columns: 90px minmax(280px, 0.72fr) minmax(0, 1fr);\n}\n\n.bt-construction-usecases__item:nth-child(even)\n.bt-construction-usecases__content {\n    grid-column: 3;\n}\n\n.bt-construction-usecases__item:nth-child(even)\n.bt-construction-usecases__visual {\n    grid-column: 2;\n    grid-row: 1;\n}\n\n\n\/* =========================================================\n   Number\n   ========================================================= *\/\n\n.bt-construction-usecases__number {\n    align-self: start;\n\n    padding-top: 3px;\n\n    color: rgba(32, 36, 42, 0.19);\n\n    font-family: Arial, sans-serif;\n    font-size: 42px;\n    font-weight: 400;\n    line-height: 1;\n    letter-spacing: -0.05em;\n}\n\n\n\/* =========================================================\n   Text\n   ========================================================= *\/\n\n.bt-construction-usecases__content {\n    max-width: 625px;\n}\n\n.bt-construction-usecases__kicker {\n    display: block;\n\n    margin-bottom: 9px;\n\n    color: #9b6900;\n\n    font-size: 11px;\n    font-weight: 750;\n    line-height: 1.7;\n}\n\n.bt-construction-usecases__item-title {\n    margin: 0;\n\n    color: #262a30;\n\n    font-size: clamp(24px, 2.3vw, 32px);\n    font-weight: 800;\n    line-height: 1.55;\n    letter-spacing: -0.025em;\n}\n\n.bt-construction-usecases__item-subtitle {\n    display: block;\n\n    margin-top: 8px;\n\n    color: #747a80;\n\n    font-size: 14px;\n    font-weight: 650;\n    line-height: 1.8;\n}\n\n.bt-construction-usecases__text {\n    margin: 20px 0 0;\n\n    color: var(--bt-text);\n\n    font-size: 15px;\n    font-weight: 400;\n    line-height: 2.15;\n}\n\n.bt-construction-usecases__text strong {\n    color: #31363b;\n    font-weight: 750;\n}\n\n.bt-construction-usecases__conclusion {\n    margin-top: 18px;\n\n    color: #2f3439;\n\n    font-size: 14.5px;\n    font-weight: 750;\n    line-height: 2;\n}\n\n\n\/* =========================================================\n   Visual base\n   ========================================================= *\/\n\n.bt-construction-usecases__visual {\n    position: relative;\n\n    min-height: 215px;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n}\n\n.bt-construction-usecases__visual::before {\n    content: \"\";\n\n    position: absolute;\n\n    width: 210px;\n    height: 210px;\n\n    background:\n        radial-gradient(\n            circle,\n            rgba(243, 165, 3, 0.09),\n            transparent 67%\n        );\n\n    border-radius: 50%;\n}\n\n\n\/* =========================================================\n   Visual 01 \u2014 Plan\n   ========================================================= *\/\n\n.bt-usecase-plan {\n    position: relative;\n    z-index: 2;\n\n    width: min(300px, 100%);\n\n    padding: 23px;\n\n    background: rgba(255,255,255,0.86);\n\n    border: 1px solid #e5e2da;\n    border-radius: 13px;\n\n    box-shadow:\n        0 20px 45px rgba(42, 38, 29, 0.07);\n}\n\n.bt-usecase-plan__head {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    gap: 15px;\n\n    margin-bottom: 22px;\n}\n\n.bt-usecase-plan__head strong {\n    color: #383d42;\n\n    font-size: 11px;\n    font-weight: 800;\n}\n\n.bt-usecase-plan__head span {\n    color: #969a9e;\n\n    font-size: 8.5px;\n}\n\n.bt-usecase-plan__rows {\n    display: grid;\n    gap: 13px;\n}\n\n.bt-usecase-plan__row {\n    display: grid;\n    grid-template-columns: 55px 1fr;\n    align-items: center;\n    gap: 10px;\n}\n\n.bt-usecase-plan__label {\n    color: #777c82;\n\n    font-size: 8.5px;\n}\n\n.bt-usecase-plan__track {\n    position: relative;\n\n    height: 6px;\n\n    background: #eeece7;\n    border-radius: 20px;\n}\n\n.bt-usecase-plan__bar {\n    position: absolute;\n    top: 0;\n    right: 0;\n\n    height: 100%;\n\n    border-radius: inherit;\n}\n\n.bt-usecase-plan__bar--1 {\n    width: 87%;\n\n    background: #43494e;\n}\n\n.bt-usecase-plan__bar--2 {\n    width: 71%;\n\n    background: var(--bt-orange);\n}\n\n.bt-usecase-plan__bar--3 {\n    width: 53%;\n\n    background: #bab7b0;\n}\n\n.bt-usecase-plan__bar--4 {\n    width: 35%;\n\n    background: #dad7d0;\n}\n\n\n\/* =========================================================\n   Visual 02 \u2014 Responsibility\n   ========================================================= *\/\n\n.bt-usecase-people {\n    position: relative;\n    z-index: 2;\n\n    width: min(290px, 100%);\n\n    display: grid;\n    gap: 10px;\n}\n\n.bt-usecase-person {\n    display: grid;\n    grid-template-columns: 34px 1fr auto;\n    align-items: center;\n    gap: 11px;\n\n    padding: 12px 13px;\n\n    background: rgba(255,255,255,0.92);\n\n    border: 1px solid #e6e3dc;\n    border-radius: 10px;\n\n    box-shadow:\n        0 10px 28px rgba(43, 39, 30, 0.045);\n}\n\n.bt-usecase-person__avatar {\n    width: 34px;\n    height: 34px;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    color: #353a40;\n    background: #f2efe8;\n\n    border-radius: 50%;\n\n    font-size: 10px;\n    font-weight: 800;\n}\n\n.bt-usecase-person:nth-child(2)\n.bt-usecase-person__avatar {\n    background: #fff2cd;\n}\n\n.bt-usecase-person__text {\n    min-width: 0;\n}\n\n.bt-usecase-person__text strong {\n    display: block;\n\n    color: #3a3f44;\n\n    font-size: 10px;\n    font-weight: 800;\n}\n\n.bt-usecase-person__text span {\n    display: block;\n\n    margin-top: 2px;\n\n    overflow: hidden;\n\n    color: #919599;\n\n    font-size: 8px;\n\n    text-overflow: ellipsis;\n    white-space: nowrap;\n}\n\n.bt-usecase-person__status {\n    width: 7px;\n    height: 7px;\n\n    background: #b9b6af;\n    border-radius: 50%;\n}\n\n.bt-usecase-person:nth-child(2)\n.bt-usecase-person__status {\n    background: var(--bt-orange);\n}\n\n\n\/* =========================================================\n   Visual 03 \u2014 Progress\n   ========================================================= *\/\n\n.bt-usecase-progress {\n    position: relative;\n    z-index: 2;\n\n    width: 230px;\n    height: 180px;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n}\n\n.bt-usecase-progress__ring {\n    position: relative;\n\n    width: 150px;\n    height: 150px;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    border-radius: 50%;\n\n    background:\n        conic-gradient(\n            var(--bt-orange) 0 68%,\n            #e8e5de 68% 100%\n        );\n}\n\n.bt-usecase-progress__ring::after {\n    content: \"\";\n\n    position: absolute;\n\n    width: 116px;\n    height: 116px;\n\n    background: #fdfcf9;\n\n    border-radius: 50%;\n}\n\n.bt-usecase-progress__value {\n    position: relative;\n    z-index: 2;\n\n    color: #2e3338;\n\n    font-family: Arial, sans-serif;\n    font-size: 28px;\n    font-weight: 700;\n}\n\n.bt-usecase-progress__label {\n    position: absolute;\n    bottom: 1px;\n\n    padding: 7px 10px;\n\n    color: #8d6100;\n    background: #fff4d7;\n\n    border: 1px solid #f3e0ad;\n    border-radius: 100px;\n\n    font-size: 9px;\n    font-weight: 750;\n}\n\n\n\/* =========================================================\n   Visual 04 \u2014 Time \/ Cost\n   ========================================================= *\/\n\n.bt-usecase-cost {\n    position: relative;\n    z-index: 2;\n\n    width: min(300px, 100%);\n\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 11px;\n}\n\n.bt-usecase-cost__box {\n    min-height: 95px;\n\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n\n    padding: 15px;\n\n    background: rgba(255,255,255,0.92);\n\n    border: 1px solid #e6e3dc;\n    border-radius: 10px;\n\n    box-shadow:\n        0 10px 25px rgba(43, 39, 30, 0.045);\n}\n\n.bt-usecase-cost__box--wide {\n    grid-column: 1 \/ -1;\n\n    min-height: 80px;\n}\n\n.bt-usecase-cost__label {\n    color: #94989d;\n\n    font-size: 8.5px;\n    font-weight: 650;\n}\n\n.bt-usecase-cost__value {\n    color: #353a40;\n\n    font-family: Arial, sans-serif;\n    font-size: 19px;\n    font-weight: 750;\n}\n\n.bt-usecase-cost__value--orange {\n    color: #a86f00;\n}\n\n.bt-usecase-cost__bar {\n    width: 100%;\n    height: 5px;\n\n    overflow: hidden;\n\n    background: #ece9e3;\n\n    border-radius: 20px;\n}\n\n.bt-usecase-cost__bar span {\n    display: block;\n\n    width: 72%;\n    height: 100%;\n\n    background: var(--bt-orange);\n\n    border-radius: inherit;\n}\n\n\n\/* =========================================================\n   Responsive\n   ========================================================= *\/\n\n@media (max-width: 930px) {\n\n    .bt-construction-usecases__inner {\n        width: min(100% - 36px, 760px);\n    }\n\n    .bt-construction-usecases__item,\n    .bt-construction-usecases__item:nth-child(even) {\n        grid-template-columns: 58px 1fr;\n        gap: 24px 28px;\n    }\n\n    .bt-construction-usecases__content,\n    .bt-construction-usecases__item:nth-child(even)\n    .bt-construction-usecases__content {\n        grid-column: 2;\n    }\n\n    .bt-construction-usecases__visual,\n    .bt-construction-usecases__item:nth-child(even)\n    .bt-construction-usecases__visual {\n        grid-column: 2;\n        grid-row: auto;\n\n        justify-content: flex-start;\n\n        margin-top: 10px;\n    }\n\n    .bt-construction-usecases__number {\n        grid-column: 1;\n        grid-row: 1 \/ span 2;\n    }\n}\n\n\n@media (max-width: 580px) {\n\n    .bt-construction-usecases__inner {\n        width: min(100% - 28px, 100%);\n\n        padding:\n            75px\n            0\n            85px;\n    }\n\n    .bt-construction-usecases__head {\n        margin-bottom: 55px;\n    }\n\n    .bt-construction-usecases__title {\n        font-size: clamp(29px, 9vw, 38px);\n    }\n\n    .bt-construction-usecases__intro {\n        font-size: 15px;\n    }\n\n    .bt-construction-usecases__item,\n    .bt-construction-usecases__item:nth-child(even) {\n        grid-template-columns: 1fr;\n\n        gap: 22px;\n\n        padding:\n            46px\n            0;\n    }\n\n    .bt-construction-usecases__number {\n        grid-column: 1;\n        grid-row: auto;\n\n        font-size: 31px;\n    }\n\n    .bt-construction-usecases__content,\n    .bt-construction-usecases__item:nth-child(even)\n    .bt-construction-usecases__content,\n    .bt-construction-usecases__visual,\n    .bt-construction-usecases__item:nth-child(even)\n    .bt-construction-usecases__visual {\n        grid-column: 1;\n    }\n\n    .bt-construction-usecases__visual {\n        min-height: 180px;\n\n        justify-content: center;\n\n        margin-top: 10px;\n    }\n\n    .bt-construction-usecases__item-title {\n        font-size: 24px;\n    }\n\n    .bt-construction-usecases__text {\n        font-size: 14.5px;\n    }\n}\n<\/style>\n\n\n<section class=\"bt-construction-usecases\">\n\n    <div class=\"bt-construction-usecases__inner\">\n\n        <!-- =====================================================\n             Heading\n             ===================================================== -->\n\n        <header class=\"bt-construction-usecases__head\">\n\n            <div class=\"bt-construction-usecases__eyebrow\">\n                \u0627\u0632 \u0628\u0631\u0646\u0627\u0645\u0647 \u062a\u0627 \u0648\u0627\u0642\u0639\u06cc\u062a\n            <\/div>\n\n            <h2 class=\"bt-construction-usecases__title\">\n                \u0628\u0647\u062a\u0627\u06cc\u0645 \u062f\u0631 \u06a9\u062c\u0627\u06cc \u067e\u0631\u0648\u0698\u0647 \u0628\u0647 \u062f\u0631\u062f \u0634\u0645\u0627 \u0645\u06cc\u200c\u062e\u0648\u0631\u062f\u061f\n            <\/h2>\n\n            <p class=\"bt-construction-usecases__intro\">\n                \u0642\u0631\u0627\u0631 \u0646\u06cc\u0633\u062a \u06cc\u06a9 \u0646\u0631\u0645\u200c\u0627\u0641\u0632\u0627\u0631 \u062f\u06cc\u06af\u0631 \u0641\u0642\u0637 \u0628\u0647 \u0627\u0628\u0632\u0627\u0631\u0647\u0627\u06cc \u0634\u0631\u06a9\u062a \u0627\u0636\u0627\u0641\u0647 \u0634\u0648\u062f.\n                \u0628\u0647\u062a\u0627\u06cc\u0645 \u0628\u0627\u06cc\u062f \u062c\u0627\u06cc\u06cc \u0648\u0627\u0631\u062f \u0634\u0648\u062f \u06a9\u0647 \u0627\u0637\u0644\u0627\u0639\u0627\u062a \u067e\u0631\u0648\u0698\u0647 \u067e\u0631\u0627\u06a9\u0646\u062f\u0647 \u0634\u062f\u0647\u060c\n                \u06a9\u0646\u062a\u0631\u0644 \u06a9\u0627\u0631 \u062f\u0634\u0648\u0627\u0631 \u0634\u062f\u0647 \u06cc\u0627 \u0645\u062f\u06cc\u0631 \u067e\u0631\u0648\u0698\u0647 \u0628\u0631\u0627\u06cc \u0641\u0647\u0645\u06cc\u062f\u0646 \u0648\u0636\u0639\u06cc\u062a \u0648\u0627\u0642\u0639\u06cc\u060c\n                \u0645\u062c\u0628\u0648\u0631 \u0627\u0633\u062a \u0627\u0632 \u0686\u0646\u062f \u0646\u0641\u0631 \u0633\u0624\u0627\u0644 \u06a9\u0646\u062f.\n            <\/p>\n\n        <\/header>\n\n\n        <!-- =====================================================\n             Use cases\n             ===================================================== -->\n\n        <div class=\"bt-construction-usecases__list\">\n\n\n            <!-- =================================================\n                 01\n                 ================================================= -->\n\n            <article class=\"bt-construction-usecases__item\">\n\n                <div class=\"bt-construction-usecases__number\">\n                    01\n                <\/div>\n\n                <div class=\"bt-construction-usecases__content\">\n\n                    <span class=\"bt-construction-usecases__kicker\">\n                        \u0628\u0631\u0646\u0627\u0645\u0647 \u0648 \u0627\u062c\u0631\u0627\u06cc \u067e\u0631\u0648\u0698\u0647\n                    <\/span>\n\n                    <h3 class=\"bt-construction-usecases__item-title\">\n                        \u0628\u0631\u0646\u0627\u0645\u0647\u200c\u0627\u06cc \u06a9\u0647 \u0641\u0642\u0637 \u0631\u0648\u06cc \u06a9\u0627\u063a\u0630 \u0646\u0645\u0627\u0646\u062f\n                    <\/h3>\n\n                    <span class=\"bt-construction-usecases__item-subtitle\">\n                        \u0628\u0631\u0646\u0627\u0645\u0647\u200c\u0631\u06cc\u0632\u06cc \u067e\u0631\u0648\u0698\u0647 \u0648 \u067e\u06cc\u06af\u06cc\u0631\u06cc \u0627\u062c\u0631\u0627\u06cc \u0648\u0627\u0642\u0639\u06cc \u0622\u0646\n                    <\/span>\n\n                    <p class=\"bt-construction-usecases__text\">\n                        \u067e\u0631\u0648\u0698\u0647 \u0631\u0627 \u0628\u0647 \u0641\u0639\u0627\u0644\u06cc\u062a\u200c\u0647\u0627\u06cc \u0642\u0627\u0628\u0644 \u0645\u062f\u06cc\u0631\u06cc\u062a \u062a\u0642\u0633\u06cc\u0645 \u06a9\u0646\u06cc\u062f\u060c\n                        \u0645\u0633\u0626\u0648\u0644\u06cc\u062a\u200c\u0647\u0627\u060c \u062a\u0627\u0631\u06cc\u062e\u200c\u0647\u0627\u060c \u0648\u0627\u0628\u0633\u062a\u06af\u06cc\u200c\u0647\u0627 \u0648 \u0646\u0642\u0627\u0637 \u0645\u0647\u0645 \u0631\u0627 \u0645\u0634\u062e\u0635\n                        \u06a9\u0646\u06cc\u062f \u0648 \u0628\u0639\u062f \u062f\u0631 \u0637\u0648\u0644 \u0627\u062c\u0631\u0627 \u0628\u0628\u06cc\u0646\u06cc\u062f\n                        <strong>\n                            \u0628\u0631\u0646\u0627\u0645\u0647 \u062a\u0627 \u0686\u0647 \u0627\u0646\u062f\u0627\u0632\u0647 \u0628\u0627 \u0648\u0627\u0642\u0639\u06cc\u062a \u067e\u0631\u0648\u0698\u0647 \u0641\u0627\u0635\u0644\u0647 \u06af\u0631\u0641\u062a\u0647 \u0627\u0633\u062a.\n                        <\/strong>\n                    <\/p>\n\n                    <p class=\"bt-construction-usecases__conclusion\">\n                        \u0647\u062f\u0641 \u0641\u0642\u0637 \u0633\u0627\u062e\u062a\u0646 \u0628\u0631\u0646\u0627\u0645\u0647 \u0646\u06cc\u0633\u062a\u061b \u0628\u0631\u0646\u0627\u0645\u0647 \u0628\u0627\u06cc\u062f \u0646\u0634\u0627\u0646 \u062f\u0647\u062f\n                        \u06a9\u062c\u0627 \u0639\u0642\u0628 \u0627\u0641\u062a\u0627\u062f\u0647\u200c\u0627\u06cc\u062f \u0648 \u06a9\u062c\u0627 \u0628\u0627\u06cc\u062f \u0645\u062f\u0627\u062e\u0644\u0647 \u06a9\u0646\u06cc\u062f.\n                    <\/p>\n\n                <\/div>\n\n\n                <div\n                    class=\"bt-construction-usecases__visual\"\n                    aria-hidden=\"true\"\n                >\n\n                    <div class=\"bt-usecase-plan\">\n\n                        <div class=\"bt-usecase-plan__head\">\n                            <strong>\n                                \u0628\u0631\u0646\u0627\u0645\u0647 \u067e\u0631\u0648\u0698\u0647\n                            <\/strong>\n\n                            <span>\n                                PLAN \/ EXECUTION\n                            <\/span>\n                        <\/div>\n\n                        <div class=\"bt-usecase-plan__rows\">\n\n                            <div class=\"bt-usecase-plan__row\">\n                                <span class=\"bt-usecase-plan__label\">\n                                    \u0637\u0631\u0627\u062d\u06cc\n                                <\/span>\n\n                                <div class=\"bt-usecase-plan__track\">\n                                    <span\n                                        class=\"bt-usecase-plan__bar\n                                               bt-usecase-plan__bar--1\"\n                                    ><\/span>\n                                <\/div>\n                            <\/div>\n\n                            <div class=\"bt-usecase-plan__row\">\n                                <span class=\"bt-usecase-plan__label\">\n                                    \u062a\u0623\u0645\u06cc\u0646\n                                <\/span>\n\n                                <div class=\"bt-usecase-plan__track\">\n                                    <span\n                                        class=\"bt-usecase-plan__bar\n                                               bt-usecase-plan__bar--2\"\n                                    ><\/span>\n                                <\/div>\n                            <\/div>\n\n                            <div class=\"bt-usecase-plan__row\">\n                                <span class=\"bt-usecase-plan__label\">\n                                    \u0627\u062c\u0631\u0627\n                                <\/span>\n\n                                <div class=\"bt-usecase-plan__track\">\n                                    <span\n                                        class=\"bt-usecase-plan__bar\n                                               bt-usecase-plan__bar--3\"\n                                    ><\/span>\n                                <\/div>\n                            <\/div>\n\n                            <div class=\"bt-usecase-plan__row\">\n                                <span class=\"bt-usecase-plan__label\">\n                                    \u062a\u062d\u0648\u06cc\u0644\n                                <\/span>\n\n                                <div class=\"bt-usecase-plan__track\">\n                                    <span\n                                        class=\"bt-usecase-plan__bar\n                                               bt-usecase-plan__bar--4\"\n                                    ><\/span>\n                                <\/div>\n                            <\/div>\n\n                        <\/div>\n\n                    <\/div>\n\n                <\/div>\n\n            <\/article>\n\n\n            <!-- =================================================\n                 02\n                 ================================================= -->\n\n            <article class=\"bt-construction-usecases__item\">\n\n                <div class=\"bt-construction-usecases__number\">\n                    02\n                <\/div>\n\n                <div class=\"bt-construction-usecases__content\">\n\n                    <span class=\"bt-construction-usecases__kicker\">\n                        \u0645\u0633\u0626\u0648\u0644\u06cc\u062a \u0648 \u0647\u0645\u0627\u0647\u0646\u06af\u06cc\n                    <\/span>\n\n                    <h3 class=\"bt-construction-usecases__item-title\">\n                        \u0645\u0639\u0644\u0648\u0645 \u0628\u0627\u0634\u062f \u0686\u0647 \u06a9\u0627\u0631\u06cc\u060c \u062f\u0633\u062a \u0686\u0647 \u06a9\u0633\u06cc \u0627\u0633\u062a\n                    <\/h3>\n\n                    <span class=\"bt-construction-usecases__item-subtitle\">\n                        \u0627\u0632 \u062f\u0641\u062a\u0631 \u0641\u0646\u06cc \u062a\u0627 \u0627\u0639\u0636\u0627\u06cc \u062a\u06cc\u0645 \u067e\u0631\u0648\u0698\u0647\n                    <\/span>\n\n                    <p class=\"bt-construction-usecases__text\">\n                        \u0641\u0639\u0627\u0644\u06cc\u062a\u200c\u0647\u0627 \u0648\u0642\u062a\u06cc \u0628\u0647\u062a\u0631 \u0645\u062f\u06cc\u0631\u06cc\u062a \u0645\u06cc\u200c\u0634\u0648\u0646\u062f \u06a9\u0647 \u0645\u0633\u0626\u0648\u0644\u060c \u0632\u0645\u0627\u0646\u060c\n                        \u0648\u0636\u0639\u06cc\u062a \u0648 \u0627\u0637\u0644\u0627\u0639\u0627\u062a \u0645\u0648\u0631\u062f \u0646\u06cc\u0627\u0632\u0634\u0627\u0646 \u0645\u0634\u062e\u0635 \u0628\u0627\u0634\u062f.\n                        \u062f\u0631 \u0628\u0647\u062a\u0627\u06cc\u0645 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u06cc\u062f \u0628\u0631\u0627\u06cc \u0647\u0631 \u0641\u0639\u0627\u0644\u06cc\u062a \u0645\u0633\u0626\u0648\u0644 \u062a\u0639\u06cc\u06cc\u0646 \u06a9\u0646\u06cc\u062f\u060c\n                        \u0686\u06a9\u200c\u0644\u06cc\u0633\u062a \u0628\u0633\u0627\u0632\u06cc\u062f \u0648 \u0641\u0627\u06cc\u0644\u060c \u062a\u0648\u0636\u06cc\u062d \u0648 \u06af\u0641\u062a\u06af\u0648\u0647\u0627\u06cc \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u0647\u0645\u0627\u0646\n                        \u06a9\u0627\u0631 \u0631\u0627 \u06a9\u0646\u0627\u0631 \u0622\u0646 \u0646\u06af\u0647 \u062f\u0627\u0631\u06cc\u062f.\n                    <\/p>\n\n                    <p class=\"bt-construction-usecases__conclusion\">\n                        \u0627\u0637\u0644\u0627\u0639\u0627\u062a \u06a9\u0627\u0631\u060c \u06a9\u0646\u0627\u0631 \u062e\u0648\u062f \u06a9\u0627\u0631 \u0628\u0627\u0642\u06cc \u0645\u06cc\u200c\u0645\u0627\u0646\u062f\u061b \u0646\u0647 \u0645\u06cc\u0627\u0646\n                        \u067e\u06cc\u0627\u0645\u200c\u0647\u0627\u060c \u0641\u0627\u06cc\u0644\u200c\u0647\u0627 \u0648 \u06af\u0641\u062a\u06af\u0648\u0647\u0627\u06cc \u067e\u0631\u0627\u06a9\u0646\u062f\u0647.\n                    <\/p>\n\n                <\/div>\n\n\n                <div\n                    class=\"bt-construction-usecases__visual\"\n                    aria-hidden=\"true\"\n                >\n\n                    <div class=\"bt-usecase-people\">\n\n                        <div class=\"bt-usecase-person\">\n\n                            <div class=\"bt-usecase-person__avatar\">\n                                \u0645\n                            <\/div>\n\n                            <div class=\"bt-usecase-person__text\">\n                                <strong>\n                                    \u0628\u0627\u0632\u0628\u06cc\u0646\u06cc \u0646\u0642\u0634\u0647\u200c\u0647\u0627\n                                <\/strong>\n\n                                <span>\n                                    \u0645\u0633\u0626\u0648\u0644: \u0645\u0647\u0646\u062f\u0633 \u0645\u062d\u0645\u062f\u06cc\n                                <\/span>\n                            <\/div>\n\n                            <span class=\"bt-usecase-person__status\"><\/span>\n\n                        <\/div>\n\n\n                        <div class=\"bt-usecase-person\">\n\n                            <div class=\"bt-usecase-person__avatar\">\n                                \u06a9\n                            <\/div>\n\n                            <div class=\"bt-usecase-person__text\">\n                                <strong>\n                                    \u062a\u0623\u06cc\u06cc\u062f \u0645\u062f\u0627\u0631\u06a9 \u0627\u062c\u0631\u0627\u06cc\u06cc\n                                <\/strong>\n\n                                <span>\n                                    \u0645\u0633\u0626\u0648\u0644: \u0645\u0647\u0646\u062f\u0633 \u06a9\u0631\u06cc\u0645\u06cc\n                                <\/span>\n                            <\/div>\n\n                            <span class=\"bt-usecase-person__status\"><\/span>\n\n                        <\/div>\n\n\n                        <div class=\"bt-usecase-person\">\n\n                            <div class=\"bt-usecase-person__avatar\">\n                                \u062d\n                            <\/div>\n\n                            <div class=\"bt-usecase-person__text\">\n                                <strong>\n                                    \u062a\u0647\u06cc\u0647 \u06af\u0632\u0627\u0631\u0634 \u0647\u0641\u062a\u06af\u06cc\n                                <\/strong>\n\n                                <span>\n                                    \u0645\u0633\u0626\u0648\u0644: \u0645\u0647\u0646\u062f\u0633 \u062d\u0633\u06cc\u0646\u06cc\n                                <\/span>\n                            <\/div>\n\n                            <span class=\"bt-usecase-person__status\"><\/span>\n\n                        <\/div>\n\n                    <\/div>\n\n                <\/div>\n\n            <\/article>\n\n\n            <!-- =================================================\n                 03\n                 ================================================= -->\n\n            <article class=\"bt-construction-usecases__item\">\n\n                <div class=\"bt-construction-usecases__number\">\n                    03\n                <\/div>\n\n                <div class=\"bt-construction-usecases__content\">\n\n                    <span class=\"bt-construction-usecases__kicker\">\n                        \u067e\u06cc\u0634\u0631\u0641\u062a \u0648 \u062a\u0623\u062e\u06cc\u0631\n                    <\/span>\n\n                    <h3 class=\"bt-construction-usecases__item-title\">\n                        \u0628\u062f\u0627\u0646\u06cc\u062f \u067e\u0631\u0648\u0698\u0647 \u0648\u0627\u0642\u0639\u0627\u064b \u0686\u0642\u062f\u0631 \u067e\u06cc\u0634 \u0631\u0641\u062a\u0647 \u0627\u0633\u062a\n                    <\/h3>\n\n                    <span class=\"bt-construction-usecases__item-subtitle\">\n                        \u0646\u0647 \u0641\u0642\u0637 \u0627\u06cc\u0646\u06a9\u0647 \u0686\u0646\u062f \u0641\u0639\u0627\u0644\u06cc\u062a \u0648\u0636\u0639\u06cc\u062a \u00ab\u0627\u0646\u062c\u0627\u0645 \u0634\u062f\u0647\u00bb \u062f\u0627\u0631\u0646\u062f\n                    <\/span>\n\n                    <p class=\"bt-construction-usecases__text\">\n                        \u0647\u0645\u0647 \u0641\u0639\u0627\u0644\u06cc\u062a\u200c\u0647\u0627 \u0648\u0632\u0646 \u0648 \u0627\u0647\u0645\u06cc\u062a \u06cc\u06a9\u0633\u0627\u0646\u06cc \u0646\u062f\u0627\u0631\u0646\u062f \u0648 \u0628\u0639\u0636\u06cc\n                        \u062a\u0623\u062e\u06cc\u0631\u0647\u0627 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u0646\u062f \u0631\u0648\u06cc \u0628\u062e\u0634 \u0628\u0632\u0631\u06af\u06cc \u0627\u0632 \u0628\u0631\u0646\u0627\u0645\u0647 \u0627\u062b\u0631 \u0628\u06af\u0630\u0627\u0631\u0646\u062f.\n                        \u0628\u0647\u062a\u0627\u06cc\u0645 \u06a9\u0645\u06a9 \u0645\u06cc\u200c\u06a9\u0646\u062f \u0648\u0636\u0639\u06cc\u062a \u0641\u0639\u0627\u0644\u06cc\u062a\u200c\u0647\u0627\u060c \u067e\u06cc\u0634\u0631\u0641\u062a\u060c \u062a\u0627\u0631\u06cc\u062e\u200c\u0647\u0627\u060c\n                        \u0639\u0642\u0628\u200c\u0627\u0641\u062a\u0627\u062f\u06af\u06cc\u200c\u0647\u0627 \u0648 \u0648\u0627\u0628\u0633\u062a\u06af\u06cc\u200c\u0647\u0627\u06cc \u0645\u06cc\u0627\u0646 \u06a9\u0627\u0631\u0647\u0627 \u0631\u0627 \u062f\u0631 \u06a9\u0646\u0627\u0631\n                        \u06cc\u06a9\u062f\u06cc\u06af\u0631 \u0628\u0628\u06cc\u0646\u06cc\u062f.\n                    <\/p>\n\n                    <p class=\"bt-construction-usecases__conclusion\">\n                        \u0648\u0642\u062a\u06cc \u062f\u0631\u0628\u0627\u0631\u0647 \u0648\u0636\u0639\u06cc\u062a \u067e\u0631\u0648\u0698\u0647 \u0635\u062d\u0628\u062a \u0645\u06cc\u200c\u06a9\u0646\u06cc\u062f\u060c\n                        \u0641\u0642\u0637 \u0628\u0631\u062f\u0627\u0634\u062a \u0627\u0641\u0631\u0627\u062f \u0645\u0637\u0631\u062d \u0646\u0628\u0627\u0634\u062f\u061b \u062f\u0627\u062f\u0647 \u0647\u0645 \u0631\u0648\u06cc \u0645\u06cc\u0632 \u0628\u0627\u0634\u062f.\n                    <\/p>\n\n                <\/div>\n\n\n                <div\n                    class=\"bt-construction-usecases__visual\"\n                    aria-hidden=\"true\"\n                >\n\n                    <div class=\"bt-usecase-progress\">\n\n                        <div class=\"bt-usecase-progress__ring\">\n\n                            <span class=\"bt-usecase-progress__value\">\n                                68%\n                            <\/span>\n\n                        <\/div>\n\n                        <span class=\"bt-usecase-progress__label\">\n                            \u06f7 \u0641\u0639\u0627\u0644\u06cc\u062a \u0646\u06cc\u0627\u0632\u0645\u0646\u062f \u062a\u0648\u062c\u0647\n                        <\/span>\n\n                    <\/div>\n\n                <\/div>\n\n            <\/article>\n\n\n            <!-- =================================================\n                 04\n                 ================================================= -->\n\n            <article class=\"bt-construction-usecases__item\">\n\n                <div class=\"bt-construction-usecases__number\">\n                    04\n                <\/div>\n\n                <div class=\"bt-construction-usecases__content\">\n\n                    <span class=\"bt-construction-usecases__kicker\">\n                        \u0632\u0645\u0627\u0646 \u0648 \u0647\u0632\u06cc\u0646\u0647\n                    <\/span>\n\n                    <h3 class=\"bt-construction-usecases__item-title\">\n                        \u0628\u0641\u0647\u0645\u06cc\u062f \u0648\u0642\u062a \u0648 \u0647\u0632\u06cc\u0646\u0647 \u067e\u0631\u0648\u0698\u0647 \u06a9\u062c\u0627 \u0631\u0641\u062a\u0647 \u0627\u0633\u062a\n                    <\/h3>\n\n                    <span class=\"bt-construction-usecases__item-subtitle\">\n                        \u0647\u0632\u06cc\u0646\u0647 \u067e\u0631\u0648\u0698\u0647 \u0641\u0642\u0637 \u0641\u0627\u06a9\u062a\u0648\u0631 \u0648 \u0635\u0648\u0631\u062a\u200c\u0648\u0636\u0639\u06cc\u062a \u0646\u06cc\u0633\u062a\n                    <\/span>\n\n                    <p class=\"bt-construction-usecases__text\">\n                        \u0628\u062e\u0634 \u0645\u0647\u0645\u06cc \u0627\u0632 \u0647\u0632\u06cc\u0646\u0647 \u067e\u0631\u0648\u0698\u0647\u060c \u0632\u0645\u0627\u0646\u06cc \u0627\u0633\u062a \u06a9\u0647 \u0645\u0647\u0646\u062f\u0633\u0627\u0646\u060c\n                        \u0645\u062f\u06cc\u0631\u0627\u0646 \u067e\u0631\u0648\u0698\u0647 \u0648 \u06a9\u0627\u0631\u0634\u0646\u0627\u0633\u0627\u0646 \u0631\u0648\u06cc \u0622\u0646 \u0635\u0631\u0641 \u0645\u06cc\u200c\u06a9\u0646\u0646\u062f.\n                        \u0628\u0627 \u062b\u0628\u062a \u0632\u0645\u0627\u0646 \u062f\u0631 \u0628\u0647\u062a\u0627\u06cc\u0645 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u06cc\u062f \u0628\u0628\u06cc\u0646\u06cc\u062f \u0686\u0647 \u06a9\u0633\u06cc\u060c\n                        \u0631\u0648\u06cc \u06a9\u062f\u0627\u0645 \u067e\u0631\u0648\u0698\u0647 \u0648 \u06a9\u062f\u0627\u0645 \u0641\u0639\u0627\u0644\u06cc\u062a \u06a9\u0627\u0631 \u06a9\u0631\u062f\u0647 \u0648 \u0686\u0647 \u0645\u06cc\u0632\u0627\u0646\n                        \u0632\u0645\u0627\u0646 \u0628\u0631\u0627\u06cc \u0622\u0646 \u0635\u0631\u0641 \u0634\u062f\u0647 \u0627\u0633\u062a.\n                    <\/p>\n\n                    <p class=\"bt-construction-usecases__conclusion\">\n                        \u0642\u06cc\u0645\u062a \u0642\u0631\u0627\u0631\u062f\u0627\u062f \u0631\u0627 \u0645\u06cc\u200c\u062f\u0627\u0646\u06cc\u0645\u061b \u0645\u0647\u0645 \u0627\u06cc\u0646 \u0627\u0633\u062a \u06a9\u0647 \u0628\u062f\u0627\u0646\u06cc\u0645\n                        \u0627\u062c\u0631\u0627\u06cc \u0622\u0646 \u0648\u0627\u0642\u0639\u0627\u064b \u0686\u0642\u062f\u0631 \u0628\u0631\u0627\u06cc\u0645\u0627\u0646 \u062a\u0645\u0627\u0645 \u0634\u062f\u0647 \u0627\u0633\u062a.\n                    <\/p>\n\n                <\/div>\n\n\n                <div\n                    class=\"bt-construction-usecases__visual\"\n                    aria-hidden=\"true\"\n                >\n\n                    <div class=\"bt-usecase-cost\">\n\n                        <div class=\"bt-usecase-cost__box\">\n\n                            <span class=\"bt-usecase-cost__label\">\n                                \u0632\u0645\u0627\u0646 \u062b\u0628\u062a\u200c\u0634\u062f\u0647\n                            <\/span>\n\n                            <strong class=\"bt-usecase-cost__value\">\n                                1,480 h\n                            <\/strong>\n\n                        <\/div>\n\n\n                        <div class=\"bt-usecase-cost__box\">\n\n                            <span class=\"bt-usecase-cost__label\">\n                                \u0647\u0632\u06cc\u0646\u0647 \u0646\u06cc\u0631\u0648\u06cc \u0627\u0646\u0633\u0627\u0646\u06cc\n                            <\/span>\n\n                            <strong\n                                class=\"bt-usecase-cost__value\n                                       bt-usecase-cost__value--orange\"\n                            >\n                                72%\n                            <\/strong>\n\n                        <\/div>\n\n\n                        <div\n                            class=\"bt-usecase-cost__box\n                                   bt-usecase-cost__box--wide\"\n                        >\n\n                            <span class=\"bt-usecase-cost__label\">\n                                \u0645\u0635\u0631\u0641 \u0628\u0648\u062f\u062c\u0647 \u067e\u0631\u0648\u0698\u0647\n                            <\/span>\n\n                            <div class=\"bt-usecase-cost__bar\">\n                                <span><\/span>\n                            <\/div>\n\n                        <\/div>\n\n                    <\/div>\n\n                <\/div>\n\n            <\/article>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns alignfull ghostkit-custom-Z1bJbty is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<style>\n\/* =========================================================\n   Behtime \u2014 Construction \/ Engineering Landing\n   Section 04: Project Flow\n   Scoped styles\n   ========================================================= *\/\n\n.bt-construction-flow {\n    --bt-orange: #f3a503;\n    --bt-orange-soft: #fff6dc;\n\n    --bt-ink: #20242a;\n    --bt-text: #555b63;\n    --bt-muted: #8a8f95;\n    --bt-line: #e7e3db;\n\n    --bt-bg: #ffffff;\n    --bt-soft: #faf8f3;\n\n    direction: rtl;\n\n    background: var(--bt-bg);\n\n    border-bottom: 1px solid rgba(32, 36, 42, 0.07);\n}\n\n\n\/* =========================================================\n   Container\n   ========================================================= *\/\n\n.bt-construction-flow__inner {\n    width: min(1180px, calc(100% - 48px));\n\n    margin: 0 auto;\n\n    padding:\n        clamp(95px, 10vw, 145px)\n        0\n        clamp(100px, 10vw, 145px);\n}\n\n\n\/* =========================================================\n   Header\n   ========================================================= *\/\n\n.bt-construction-flow__head {\n    display: grid;\n    grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);\n    align-items: end;\n    gap: clamp(45px, 6vw, 90px);\n\n    margin-bottom: clamp(65px, 7vw, 95px);\n}\n\n.bt-construction-flow__heading {\n    max-width: 540px;\n}\n\n.bt-construction-flow__eyebrow {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n\n    margin-bottom: 16px;\n\n    color: #9d6900;\n\n    font-size: 12px;\n    font-weight: 750;\n    line-height: 1.8;\n}\n\n.bt-construction-flow__eyebrow::before {\n    content: \"\";\n\n    width: 28px;\n    height: 2px;\n\n    background: var(--bt-orange);\n\n    border-radius: 100px;\n}\n\n.bt-construction-flow__title {\n    margin: 0;\n\n    color: var(--bt-ink);\n\n    font-size: clamp(32px, 3.8vw, 50px);\n    font-weight: 800;\n    line-height: 1.45;\n    letter-spacing: -0.04em;\n}\n\n.bt-construction-flow__intro {\n    max-width: 610px;\n\n    margin: 0;\n\n    color: var(--bt-text);\n\n    font-size: 16px;\n    line-height: 2.15;\n}\n\n.bt-construction-flow__intro strong {\n    color: #30353a;\n    font-weight: 750;\n}\n\n\n\/* =========================================================\n   Timeline\n   ========================================================= *\/\n\n.bt-construction-flow__timeline {\n    position: relative;\n\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 0;\n\n    border-top: 1px solid var(--bt-line);\n}\n\n\n\/* ---------------------------------------------------------\n   Step\n   --------------------------------------------------------- *\/\n\n.bt-construction-flow__step {\n    position: relative;\n\n    min-height: 290px;\n\n    padding:\n        42px\n        clamp(24px, 3vw, 38px)\n        38px;\n\n    border-left: 1px solid var(--bt-line);\n\n    transition:\n        background-color 180ms ease,\n        transform 180ms ease;\n}\n\n.bt-construction-flow__step:nth-child(3n) {\n    border-left: 0;\n}\n\n.bt-construction-flow__step:nth-child(-n+3) {\n    border-bottom: 1px solid var(--bt-line);\n}\n\n.bt-construction-flow__step:hover {\n    background: #fdfbf7;\n}\n\n\n\/* ---------------------------------------------------------\n   Number \/ marker\n   --------------------------------------------------------- *\/\n\n.bt-construction-flow__top {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 18px;\n\n    margin-bottom: 30px;\n}\n\n.bt-construction-flow__number {\n    color: rgba(32, 36, 42, 0.22);\n\n    font-family: Arial, sans-serif;\n    font-size: 35px;\n    font-weight: 400;\n    line-height: 1;\n}\n\n.bt-construction-flow__icon {\n    width: 42px;\n    height: 42px;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    color: #34393e;\n    background: #fff5d8;\n\n    border: 1px solid #f1dfaf;\n    border-radius: 10px;\n}\n\n\n\/* ---------------------------------------------------------\n   Text\n   --------------------------------------------------------- *\/\n\n.bt-construction-flow__step-title {\n    margin: 0;\n\n    color: #2d3237;\n\n    font-size: 20px;\n    font-weight: 800;\n    line-height: 1.65;\n}\n\n.bt-construction-flow__text {\n    margin: 13px 0 0;\n\n    color: #646a70;\n\n    font-size: 14.5px;\n    font-weight: 400;\n    line-height: 2.05;\n}\n\n.bt-construction-flow__text strong {\n    color: #34393e;\n    font-weight: 750;\n}\n\n\n\/* ---------------------------------------------------------\n   Small signal\n   --------------------------------------------------------- *\/\n\n.bt-construction-flow__signal {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n\n    margin-top: 22px;\n\n    color: #8a5e00;\n\n    font-size: 10.5px;\n    font-weight: 700;\n}\n\n.bt-construction-flow__signal::before {\n    content: \"\";\n\n    width: 5px;\n    height: 5px;\n\n    background: var(--bt-orange);\n\n    border-radius: 50%;\n}\n\n\n\/* =========================================================\n   Bottom note\n   ========================================================= *\/\n\n.bt-construction-flow__note {\n    display: grid;\n    grid-template-columns: auto 1fr;\n    align-items: center;\n    gap: 20px;\n\n    margin-top: 46px;\n    padding: 25px 28px;\n\n    background: var(--bt-soft);\n\n    border: 1px solid #ebe7df;\n    border-radius: 12px;\n}\n\n.bt-construction-flow__note-icon {\n    width: 44px;\n    height: 44px;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    color: #34393e;\n    background: #ffffff;\n\n    border: 1px solid #e5e1d9;\n    border-radius: 10px;\n}\n\n.bt-construction-flow__note-text {\n    margin: 0;\n\n    color: #555b61;\n\n    font-size: 14px;\n    line-height: 2;\n}\n\n.bt-construction-flow__note-text strong {\n    color: #2f3439;\n    font-weight: 750;\n}\n\n\n\/* =========================================================\n   Responsive\n   ========================================================= *\/\n\n@media (max-width: 900px) {\n\n    .bt-construction-flow__inner {\n        width: min(100% - 36px, 760px);\n    }\n\n    .bt-construction-flow__head {\n        grid-template-columns: 1fr;\n\n        gap: 25px;\n    }\n\n    .bt-construction-flow__timeline {\n        grid-template-columns: repeat(2, 1fr);\n    }\n\n    .bt-construction-flow__step {\n        border-left: 1px solid var(--bt-line);\n        border-bottom: 1px solid var(--bt-line);\n    }\n\n    .bt-construction-flow__step:nth-child(2n) {\n        border-left: 0;\n    }\n\n    .bt-construction-flow__step:nth-last-child(-n+2) {\n        border-bottom: 0;\n    }\n}\n\n\n@media (max-width: 580px) {\n\n    .bt-construction-flow__inner {\n        width: min(100% - 28px, 100%);\n\n        padding:\n            75px\n            0\n            85px;\n    }\n\n    .bt-construction-flow__title {\n        font-size: clamp(29px, 9vw, 38px);\n    }\n\n    .bt-construction-flow__intro {\n        font-size: 15px;\n    }\n\n    .bt-construction-flow__timeline {\n        grid-template-columns: 1fr;\n    }\n\n    .bt-construction-flow__step {\n        min-height: 0;\n\n        padding:\n            36px\n            10px\n            38px;\n\n        border-left: 0 !important;\n        border-bottom: 1px solid var(--bt-line) !important;\n    }\n\n    .bt-construction-flow__step:last-child {\n        border-bottom: 0 !important;\n    }\n\n    .bt-construction-flow__note {\n        grid-template-columns: 1fr;\n\n        padding: 22px;\n    }\n}\n<\/style>\n\n\n<section class=\"bt-construction-flow\">\n\n    <div class=\"bt-construction-flow__inner\">\n\n\n        <!-- =====================================================\n             Header\n             ===================================================== -->\n\n        <header class=\"bt-construction-flow__head\">\n\n            <div class=\"bt-construction-flow__heading\">\n\n                <div class=\"bt-construction-flow__eyebrow\">\n                    \u062c\u0631\u06cc\u0627\u0646 \u067e\u0631\u0648\u0698\u0647\n                <\/div>\n\n                <h2 class=\"bt-construction-flow__title\">\n                    \u06cc\u06a9 \u067e\u0631\u0648\u0698\u0647\u061b \u0627\u0632 \u0628\u0631\u0646\u0627\u0645\u0647 \u062a\u0627 \u0627\u062c\u0631\u0627\n                <\/h2>\n\n            <\/div>\n\n\n            <p class=\"bt-construction-flow__intro\">\n                \u0627\u0637\u0644\u0627\u0639\u0627\u062a \u067e\u0631\u0648\u0698\u0647 \u0632\u0645\u0627\u0646\u06cc \u0627\u0631\u0632\u0634\u0645\u0646\u062f \u0645\u06cc\u200c\u0634\u0648\u0646\u062f \u06a9\u0647 \u0628\u06cc\u0646 \u0645\u0631\u0627\u062d\u0644 \u0645\u062e\u062a\u0644\u0641\n                \u06af\u0645 \u0646\u0634\u0648\u0646\u062f. \u062f\u0631 \u0628\u0647\u062a\u0627\u06cc\u0645 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u06cc\u062f\n                <strong>\n                    \u0628\u0631\u0646\u0627\u0645\u0647\u060c \u0627\u062c\u0631\u0627\u060c \u0632\u0645\u0627\u0646\u060c \u067e\u06cc\u0634\u0631\u0641\u062a \u0648 \u062a\u062c\u0631\u0628\u0647 \u067e\u0631\u0648\u0698\u0647\n                <\/strong>\n                \u0631\u0627 \u062f\u0631 \u06cc\u06a9 \u0645\u0633\u06cc\u0631 \u067e\u06cc\u0648\u0633\u062a\u0647 \u0646\u06af\u0647 \u062f\u0627\u0631\u06cc\u062f.\n            <\/p>\n\n        <\/header>\n\n\n        <!-- =====================================================\n             Timeline\n             ===================================================== -->\n\n        <div class=\"bt-construction-flow__timeline\">\n\n\n            <!-- =================================================\n                 01\n                 ================================================= -->\n\n            <article class=\"bt-construction-flow__step\">\n\n                <div class=\"bt-construction-flow__top\">\n\n                    <span class=\"bt-construction-flow__number\">\n                        01\n                    <\/span>\n\n                    <div class=\"bt-construction-flow__icon\">\n\n                        <svg\n                            width=\"20\"\n                            height=\"20\"\n                            viewBox=\"0 0 24 24\"\n                            fill=\"none\"\n                            aria-hidden=\"true\"\n                        >\n                            <path\n                                d=\"M5 6H19M5 12H15M5 18H11\"\n                                stroke=\"currentColor\"\n                                stroke-width=\"1.7\"\n                                stroke-linecap=\"round\"\n                            \/>\n                        <\/svg>\n\n                    <\/div>\n\n                <\/div>\n\n                <h3 class=\"bt-construction-flow__step-title\">\n                    \u067e\u0631\u0648\u0698\u0647 \u0631\u0627 \u0633\u0627\u062e\u062a\u0627\u0631\u0628\u0646\u062f\u06cc \u06a9\u0646\u06cc\u062f\n                <\/h3>\n\n                <p class=\"bt-construction-flow__text\">\n                    \u0641\u0627\u0632\u0647\u0627\u060c \u0641\u0639\u0627\u0644\u06cc\u062a\u200c\u0647\u0627\u060c \u062a\u0627\u0631\u06cc\u062e\u200c\u0647\u0627\u060c \u0645\u0633\u0626\u0648\u0644\u0627\u0646\u060c \u0648\u0627\u0628\u0633\u062a\u06af\u06cc\u200c\u0647\u0627 \u0648\n                    \u0646\u0642\u0627\u0637 \u0645\u0647\u0645 \u067e\u0631\u0648\u0698\u0647 \u0631\u0627 \u0645\u0634\u062e\u0635 \u06a9\u0646\u06cc\u062f \u062a\u0627\n                    <strong>\n                        \u0628\u0631\u0646\u0627\u0645\u0647 \u06cc\u06a9 \u0633\u0627\u062e\u062a\u0627\u0631 \u0642\u0627\u0628\u0644 \u067e\u06cc\u06af\u06cc\u0631\u06cc \u062f\u0627\u0634\u062a\u0647 \u0628\u0627\u0634\u062f.\n                    <\/strong>\n                <\/p>\n\n                <span class=\"bt-construction-flow__signal\">\n                    \u0633\u0627\u062e\u062a\u0627\u0631 \u0634\u06a9\u0633\u062a \u06a9\u0627\u0631 \u0648 \u0628\u0631\u0646\u0627\u0645\u0647\n                <\/span>\n\n            <\/article>\n\n\n            <!-- =================================================\n                 02\n                 ================================================= -->\n\n            <article class=\"bt-construction-flow__step\">\n\n                <div class=\"bt-construction-flow__top\">\n\n                    <span class=\"bt-construction-flow__number\">\n                        02\n                    <\/span>\n\n                    <div class=\"bt-construction-flow__icon\">\n\n                        <svg\n                            width=\"20\"\n                            height=\"20\"\n                            viewBox=\"0 0 24 24\"\n                            fill=\"none\"\n                            aria-hidden=\"true\"\n                        >\n                            <circle\n                                cx=\"8\"\n                                cy=\"8\"\n                                r=\"3\"\n                                stroke=\"currentColor\"\n                                stroke-width=\"1.6\"\n                            \/>\n                            <path\n                                d=\"M3.5 18C4.2 14.8 6 13 8 13C10 13 11.8 14.8 12.5 18\"\n                                stroke=\"currentColor\"\n                                stroke-width=\"1.6\"\n                                stroke-linecap=\"round\"\n                            \/>\n                            <path\n                                d=\"M15 8H21M18 5V11\"\n                                stroke=\"currentColor\"\n                                stroke-width=\"1.6\"\n                                stroke-linecap=\"round\"\n                            \/>\n                        <\/svg>\n\n                    <\/div>\n\n                <\/div>\n\n                <h3 class=\"bt-construction-flow__step-title\">\n                    \u0628\u0631\u0646\u0627\u0645\u0647 \u0631\u0627 \u0628\u0647 \u06a9\u0627\u0631 \u0648\u0627\u0642\u0639\u06cc \u0645\u062a\u0635\u0644 \u06a9\u0646\u06cc\u062f\n                <\/h3>\n\n                <p class=\"bt-construction-flow__text\">\n                    \u0647\u0631 \u0641\u0639\u0627\u0644\u06cc\u062a \u0628\u0647 \u0641\u0631\u062f \u06cc\u0627 \u0627\u0641\u0631\u0627\u062f \u0645\u0634\u062e\u0635 \u0648\u0627\u06af\u0630\u0627\u0631 \u0645\u06cc\u200c\u0634\u0648\u062f \u0648\n                    \u0645\u0633\u0626\u0648\u0644\u06cc\u062a\u060c \u0632\u0645\u0627\u0646 \u0648 \u0627\u0648\u0644\u0648\u06cc\u062a \u0622\u0646 \u0631\u0648\u0634\u0646 \u0627\u0633\u062a\u061b \u0628\u0646\u0627\u0628\u0631\u0627\u06cc\u0646\n                    <strong>\n                        \u0628\u0631\u0646\u0627\u0645\u0647 \u0627\u0632 \u0641\u0627\u06cc\u0644 \u0645\u062f\u06cc\u0631\u06cc\u062a\u06cc \u062c\u062f\u0627 \u0627\u0632 \u062a\u06cc\u0645 \u0628\u0627\u0642\u06cc \u0646\u0645\u06cc\u200c\u0645\u0627\u0646\u062f.\n                    <\/strong>\n                <\/p>\n\n                <span class=\"bt-construction-flow__signal\">\n                    \u0645\u0633\u0626\u0648\u0644\u06cc\u062a \u0648 \u0632\u0645\u0627\u0646\u200c\u0628\u0646\u062f\u06cc\n                <\/span>\n\n            <\/article>\n\n\n            <!-- =================================================\n                 03\n                 ================================================= -->\n\n            <article class=\"bt-construction-flow__step\">\n\n                <div class=\"bt-construction-flow__top\">\n\n                    <span class=\"bt-construction-flow__number\">\n                        03\n                    <\/span>\n\n                    <div class=\"bt-construction-flow__icon\">\n\n                        <svg\n                            width=\"20\"\n                            height=\"20\"\n                            viewBox=\"0 0 24 24\"\n                            fill=\"none\"\n                            aria-hidden=\"true\"\n                        >\n                            <path\n                                d=\"M6 4H15L19 8V20H6V4Z\"\n                                stroke=\"currentColor\"\n                                stroke-width=\"1.6\"\n                                stroke-linejoin=\"round\"\n                            \/>\n                            <path\n                                d=\"M15 4V8H19\"\n                                stroke=\"currentColor\"\n                                stroke-width=\"1.6\"\n                                stroke-linejoin=\"round\"\n                            \/>\n                            <path\n                                d=\"M9 12H16M9 16H14\"\n                                stroke=\"currentColor\"\n                                stroke-width=\"1.6\"\n                                stroke-linecap=\"round\"\n                            \/>\n                        <\/svg>\n\n                    <\/div>\n\n                <\/div>\n\n                <h3 class=\"bt-construction-flow__step-title\">\n                    \u0627\u062c\u0631\u0627\u06cc \u067e\u0631\u0648\u0698\u0647 \u0631\u0627 \u062b\u0628\u062a \u06a9\u0646\u06cc\u062f\n                <\/h3>\n\n                <p class=\"bt-construction-flow__text\">\n                    \u0648\u0636\u0639\u06cc\u062a \u0641\u0639\u0627\u0644\u06cc\u062a\u200c\u0647\u0627\u060c \u0632\u0645\u0627\u0646 \u0635\u0631\u0641\u200c\u0634\u062f\u0647\u060c \u0641\u0627\u06cc\u0644\u200c\u0647\u0627\u060c \u062a\u0648\u0636\u06cc\u062d\u0627\u062a\u060c\n                    \u0686\u06a9\u200c\u0644\u06cc\u0633\u062a\u200c\u0647\u0627 \u0648 \u06af\u0641\u062a\u06af\u0648\u0647\u0627\u06cc \u0645\u0631\u062a\u0628\u0637 \u062f\u0631 \u0637\u0648\u0644 \u0627\u062c\u0631\u0627\u06cc \u067e\u0631\u0648\u0698\u0647 \u062b\u0628\u062a\n                    \u0645\u06cc\u200c\u0634\u0648\u0646\u062f \u0648\n                    <strong>\n                        \u0627\u0637\u0644\u0627\u0639\u0627\u062a \u06a9\u0627\u0631 \u06a9\u0646\u0627\u0631 \u062e\u0648\u062f \u06a9\u0627\u0631 \u0628\u0627\u0642\u06cc \u0645\u06cc\u200c\u0645\u0627\u0646\u062f.\n                    <\/strong>\n                <\/p>\n\n                <span class=\"bt-construction-flow__signal\">\n                    \u0632\u0645\u0627\u0646\u060c \u0641\u0627\u06cc\u0644 \u0648 \u0645\u0633\u062a\u0646\u062f\u0627\u062a\n                <\/span>\n\n            <\/article>\n\n\n            <!-- =================================================\n                 04\n                 ================================================= -->\n\n            <article class=\"bt-construction-flow__step\">\n\n                <div class=\"bt-construction-flow__top\">\n\n                    <span class=\"bt-construction-flow__number\">\n                        04\n                    <\/span>\n\n                    <div class=\"bt-construction-flow__icon\">\n\n                        <svg\n                            width=\"20\"\n                            height=\"20\"\n                            viewBox=\"0 0 24 24\"\n                            fill=\"none\"\n                            aria-hidden=\"true\"\n                        >\n                            <path\n                                d=\"M5 17L9 13L12 15L19 8\"\n                                stroke=\"currentColor\"\n                                stroke-width=\"1.7\"\n                                stroke-linecap=\"round\"\n                                stroke-linejoin=\"round\"\n                            \/>\n                            <path\n                                d=\"M15 8H19V12\"\n                                stroke=\"currentColor\"\n                                stroke-width=\"1.7\"\n                                stroke-linecap=\"round\"\n                                stroke-linejoin=\"round\"\n                            \/>\n                        <\/svg>\n\n                    <\/div>\n\n                <\/div>\n\n                <h3 class=\"bt-construction-flow__step-title\">\n                    \u0627\u0646\u062d\u0631\u0627\u0641\u200c\u0647\u0627 \u0631\u0627 \u0632\u0648\u062f\u062a\u0631 \u0628\u0628\u06cc\u0646\u06cc\u062f\n                <\/h3>\n\n                <p class=\"bt-construction-flow__text\">\n                    \u0641\u0639\u0627\u0644\u06cc\u062a\u200c\u0647\u0627\u06cc \u0639\u0642\u0628\u200c\u0627\u0641\u062a\u0627\u062f\u0647\u060c \u062a\u0641\u0627\u0648\u062a \u0628\u0631\u0646\u0627\u0645\u0647 \u0648 \u0639\u0645\u0644\u06a9\u0631\u062f\u060c\n                    \u0648\u0627\u0628\u0633\u062a\u06af\u06cc\u200c\u0647\u0627 \u0648 \u0646\u0642\u0627\u0637 \u0646\u06cc\u0627\u0632\u0645\u0646\u062f \u062a\u0648\u062c\u0647 \u0631\u0627 \u0628\u0631\u0631\u0633\u06cc \u06a9\u0646\u06cc\u062f \u062a\u0627\n                    <strong>\n                        \u0645\u0634\u06a9\u0644 \u0632\u0645\u0627\u0646\u06cc \u062f\u06cc\u062f\u0647 \u0646\u0634\u0648\u062f \u06a9\u0647 \u062f\u06cc\u06af\u0631 \u0628\u0631\u0627\u06cc \u0627\u0635\u0644\u0627\u062d \u062f\u06cc\u0631 \u0634\u062f\u0647 \u0627\u0633\u062a.\n                    <\/strong>\n                <\/p>\n\n                <span class=\"bt-construction-flow__signal\">\n                    \u062a\u0623\u062e\u06cc\u0631 \u0648 \u0646\u0642\u0627\u0637 \u0646\u06cc\u0627\u0632\u0645\u0646\u062f \u062a\u0648\u062c\u0647\n                <\/span>\n\n            <\/article>\n\n\n            <!-- =================================================\n                 05\n                 ================================================= -->\n\n            <article class=\"bt-construction-flow__step\">\n\n                <div class=\"bt-construction-flow__top\">\n\n                    <span class=\"bt-construction-flow__number\">\n                        05\n                    <\/span>\n\n                    <div class=\"bt-construction-flow__icon\">\n\n                        <svg\n                            width=\"20\"\n                            height=\"20\"\n                            viewBox=\"0 0 24 24\"\n                            fill=\"none\"\n                            aria-hidden=\"true\"\n                        >\n                            <path\n                                d=\"M5 18V12M10 18V7M15 18V10M20 18V5\"\n                                stroke=\"currentColor\"\n                                stroke-width=\"1.7\"\n                                stroke-linecap=\"round\"\n                            \/>\n                        <\/svg>\n\n                    <\/div>\n\n                <\/div>\n\n                <h3 class=\"bt-construction-flow__step-title\">\n                    \u0628\u0631 \u0627\u0633\u0627\u0633 \u062f\u0627\u062f\u0647 \u062a\u0635\u0645\u06cc\u0645 \u0628\u06af\u06cc\u0631\u06cc\u062f\n                <\/h3>\n\n                <p class=\"bt-construction-flow__text\">\n                    \u06af\u0632\u0627\u0631\u0634\u200c\u0647\u0627\u06cc \u067e\u0631\u0648\u0698\u0647\u060c \u067e\u06cc\u0634\u0631\u0641\u062a\u060c \u0632\u0645\u0627\u0646 \u0648 \u0647\u0632\u06cc\u0646\u0647 \u06a9\u0645\u06a9 \u0645\u06cc\u200c\u06a9\u0646\u0646\u062f\n                    \u062c\u0644\u0633\u0647\u200c\u0647\u0627 \u0648 \u062a\u0635\u0645\u06cc\u0645\u200c\u0647\u0627\u06cc \u0645\u062f\u06cc\u0631\u06cc\u062a\u06cc \u0628\u0631 \u0627\u0633\u0627\u0633 \u0648\u0636\u0639\u06cc\u062a \u0648\u0627\u0642\u0639\u06cc\n                    \u0627\u0646\u062c\u0627\u0645 \u0634\u0648\u0646\u062f\u061b \u0646\u0647 \u0641\u0642\u0637\n                    <strong>\n                        \u06af\u0632\u0627\u0631\u0634 \u0634\u0641\u0627\u0647\u06cc \u0648 \u0628\u0631\u062f\u0627\u0634\u062a \u0627\u0641\u0631\u0627\u062f.\n                    <\/strong>\n                <\/p>\n\n                <span class=\"bt-construction-flow__signal\">\n                    \u06af\u0632\u0627\u0631\u0634 \u0648 \u062a\u0635\u0645\u06cc\u0645\u200c\u06af\u06cc\u0631\u06cc\n                <\/span>\n\n            <\/article>\n\n\n            <!-- =================================================\n                 06\n                 ================================================= -->\n\n            <article class=\"bt-construction-flow__step\">\n\n                <div class=\"bt-construction-flow__top\">\n\n                    <span class=\"bt-construction-flow__number\">\n                        06\n                    <\/span>\n\n                    <div class=\"bt-construction-flow__icon\">\n\n                        <svg\n                            width=\"20\"\n                            height=\"20\"\n                            viewBox=\"0 0 24 24\"\n                            fill=\"none\"\n                            aria-hidden=\"true\"\n                        >\n                            <path\n                                d=\"M6 5H18V19H6V5Z\"\n                                stroke=\"currentColor\"\n                                stroke-width=\"1.6\"\n                            \/>\n                            <path\n                                d=\"M9 9H15M9 13H15M9 17H13\"\n                                stroke=\"currentColor\"\n                                stroke-width=\"1.6\"\n                                stroke-linecap=\"round\"\n                            \/>\n                        <\/svg>\n\n                    <\/div>\n\n                <\/div>\n\n                <h3 class=\"bt-construction-flow__step-title\">\n                    \u062a\u062c\u0631\u0628\u0647 \u067e\u0631\u0648\u0698\u0647 \u0631\u0627 \u0646\u06af\u0647 \u062f\u0627\u0631\u06cc\u062f\n                <\/h3>\n\n                <p class=\"bt-construction-flow__text\">\n                    \u0628\u0639\u062f \u0627\u0632 \u067e\u0627\u06cc\u0627\u0646 \u067e\u0631\u0648\u0698\u0647 \u0641\u0642\u0637 \u06cc\u06a9 \u067e\u0648\u0634\u0647 \u067e\u0631 \u0627\u0632 \u0641\u0627\u06cc\u0644 \u0628\u0627\u0642\u06cc\n                    \u0646\u0645\u06cc\u200c\u0645\u0627\u0646\u062f. \u062a\u0627\u0631\u06cc\u062e\u0686\u0647 \u0641\u0639\u0627\u0644\u06cc\u062a\u200c\u0647\u0627\u060c \u0632\u0645\u0627\u0646\u200c\u0647\u0627\u060c \u062a\u0635\u0645\u06cc\u0645\u200c\u0647\u0627 \u0648\n                    \u0639\u0645\u0644\u06a9\u0631\u062f \u067e\u0631\u0648\u0698\u0647 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u062f\n                    <strong>\n                        \u0628\u0631\u0627\u06cc \u067e\u0631\u0648\u0698\u0647\u200c\u0647\u0627\u06cc \u0628\u0639\u062f\u06cc \u0628\u0647 \u06cc\u06a9 \u062a\u062c\u0631\u0628\u0647 \u0642\u0627\u0628\u0644 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u062a\u0628\u062f\u06cc\u0644 \u0634\u0648\u062f.\n                    <\/strong>\n                <\/p>\n\n                <span class=\"bt-construction-flow__signal\">\n                    \u062d\u0627\u0641\u0638\u0647 \u0648 \u062a\u062c\u0631\u0628\u0647 \u067e\u0631\u0648\u0698\u0647\n                <\/span>\n\n            <\/article>\n\n        <\/div>\n\n\n        <!-- =====================================================\n             Bottom note\n             ===================================================== -->\n\n        <div class=\"bt-construction-flow__note\">\n\n            <div class=\"bt-construction-flow__note-icon\">\n\n                <svg\n                    width=\"21\"\n                    height=\"21\"\n                    viewBox=\"0 0 24 24\"\n                    fill=\"none\"\n                    aria-hidden=\"true\"\n                >\n                    <circle\n                        cx=\"12\"\n                        cy=\"12\"\n                        r=\"8\"\n                        stroke=\"currentColor\"\n                        stroke-width=\"1.6\"\n                    \/>\n\n                    <path\n                        d=\"M12 8V12L15 14\"\n                        stroke=\"currentColor\"\n                        stroke-width=\"1.6\"\n                        stroke-linecap=\"round\"\n                        stroke-linejoin=\"round\"\n                    \/>\n                <\/svg>\n\n            <\/div>\n\n            <p class=\"bt-construction-flow__note-text\">\n                \u0645\u0632\u06cc\u062a \u0627\u06cc\u0646 \u062c\u0631\u06cc\u0627\u0646 \u0641\u0642\u0637 \u0646\u0638\u0645 \u0628\u06cc\u0634\u062a\u0631 \u0646\u06cc\u0633\u062a.\n                \u0648\u0642\u062a\u06cc \u0627\u0637\u0644\u0627\u0639\u0627\u062a \u067e\u0631\u0648\u0698\u0647 \u0627\u0632 \u0627\u0628\u062a\u062f\u0627 \u062b\u0628\u062a \u0645\u06cc\u200c\u0634\u0648\u0646\u062f\u060c\n                <strong>\n                    \u0628\u0631\u0627\u06cc \u0641\u0647\u0645\u06cc\u062f\u0646 \u0648\u0636\u0639\u06cc\u062a \u067e\u0631\u0648\u0698\u0647 \u0644\u0627\u0632\u0645 \u0646\u06cc\u0633\u062a \u0647\u0631 \u0628\u0627\u0631 \u0627\u0637\u0644\u0627\u0639\u0627\u062a \u0631\u0627\n                    \u0627\u0632 \u0686\u0646\u062f \u0641\u0627\u06cc\u0644\u060c \u0686\u0646\u062f \u0646\u0641\u0631 \u0648 \u0686\u0646\u062f \u062c\u0644\u0633\u0647 \u062f\u0648\u0628\u0627\u0631\u0647 \u062c\u0645\u0639 \u06a9\u0646\u06cc\u062f.\n                <\/strong>\n            <\/p>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns alignfull ghostkit-custom-Z2psItm is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<style>\n\/* =========================================================\n   Behtime \u2014 Construction \/ Engineering Landing\n   Section 05: Who Is It For?\n   Scoped styles\n   ========================================================= *\/\n\n.bt-construction-fit {\n    --bt-orange: #f3a503;\n    --bt-orange-soft: #fff5d8;\n\n    --bt-ink: #20242a;\n    --bt-text: #565c63;\n    --bt-muted: #8d9297;\n    --bt-line: #e8e4dc;\n\n    --bt-bg: #fdfcf9;\n    --bt-white: #ffffff;\n\n    direction: rtl;\n\n    background: var(--bt-bg);\n\n    border-bottom: 1px solid rgba(32, 36, 42, 0.07);\n}\n\n\n\/* =========================================================\n   Container\n   ========================================================= *\/\n\n.bt-construction-fit__inner {\n    width: min(1180px, calc(100% - 48px));\n\n    margin: 0 auto;\n\n    padding:\n        clamp(95px, 10vw, 145px)\n        0\n        clamp(100px, 10vw, 145px);\n}\n\n\n\/* =========================================================\n   Header\n   ========================================================= *\/\n\n.bt-construction-fit__head {\n    display: grid;\n    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);\n    align-items: end;\n    gap: clamp(45px, 6vw, 90px);\n\n    margin-bottom: clamp(60px, 7vw, 90px);\n}\n\n.bt-construction-fit__heading {\n    max-width: 560px;\n}\n\n.bt-construction-fit__eyebrow {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n\n    margin-bottom: 16px;\n\n    color: #9d6900;\n\n    font-size: 12px;\n    font-weight: 750;\n    line-height: 1.8;\n}\n\n.bt-construction-fit__eyebrow::before {\n    content: \"\";\n\n    width: 28px;\n    height: 2px;\n\n    background: var(--bt-orange);\n\n    border-radius: 100px;\n}\n\n.bt-construction-fit__title {\n    margin: 0;\n\n    color: var(--bt-ink);\n\n    font-size: clamp(32px, 3.8vw, 50px);\n    font-weight: 800;\n    line-height: 1.45;\n    letter-spacing: -0.04em;\n}\n\n.bt-construction-fit__intro {\n    max-width: 625px;\n\n    margin: 0;\n\n    color: var(--bt-text);\n\n    font-size: 16px;\n    line-height: 2.15;\n}\n\n.bt-construction-fit__intro strong {\n    color: #30353a;\n    font-weight: 750;\n}\n\n\n\/* =========================================================\n   List\n   ========================================================= *\/\n\n.bt-construction-fit__list {\n    border-top: 1px solid var(--bt-line);\n}\n\n.bt-construction-fit__item {\n    position: relative;\n\n    display: grid;\n    grid-template-columns: 78px minmax(210px, 0.75fr) minmax(0, 1.25fr) 42px;\n    align-items: center;\n    gap: clamp(24px, 4vw, 55px);\n\n    min-height: 168px;\n\n    padding: 34px 6px;\n\n    border-bottom: 1px solid var(--bt-line);\n\n    transition:\n        background-color 180ms ease,\n        padding-right 180ms ease,\n        padding-left 180ms ease;\n}\n\n.bt-construction-fit__item:hover {\n    padding-right: 18px;\n    padding-left: 18px;\n\n    background: rgba(255, 255, 255, 0.68);\n}\n\n\n\/* =========================================================\n   Number\n   ========================================================= *\/\n\n.bt-construction-fit__number {\n    color: rgba(32, 36, 42, 0.18);\n\n    font-family: Arial, sans-serif;\n    font-size: 29px;\n    font-weight: 400;\n    line-height: 1;\n}\n\n\n\/* =========================================================\n   Title\n   ========================================================= *\/\n\n.bt-construction-fit__item-heading {\n    min-width: 0;\n}\n\n.bt-construction-fit__item-title {\n    margin: 0;\n\n    color: #2b3035;\n\n    font-size: 20px;\n    font-weight: 800;\n    line-height: 1.65;\n}\n\n.bt-construction-fit__item-note {\n    display: block;\n\n    margin-top: 5px;\n\n    color: #9a9ea2;\n\n    font-size: 10.5px;\n    font-weight: 650;\n    line-height: 1.7;\n}\n\n\n\/* =========================================================\n   Description\n   ========================================================= *\/\n\n.bt-construction-fit__text {\n    max-width: 620px;\n\n    margin: 0;\n\n    color: #60666c;\n\n    font-size: 14.5px;\n    font-weight: 400;\n    line-height: 2.05;\n}\n\n.bt-construction-fit__text strong {\n    color: #34393e;\n    font-weight: 750;\n}\n\n\n\/* =========================================================\n   Icon\n   ========================================================= *\/\n\n.bt-construction-fit__icon {\n    width: 40px;\n    height: 40px;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    color: #3d4247;\n    background: #fff5d8;\n\n    border: 1px solid #f0dead;\n    border-radius: 9px;\n}\n\n\n\/* =========================================================\n   Bottom summary\n   ========================================================= *\/\n\n.bt-construction-fit__summary {\n    position: relative;\n\n    display: grid;\n    grid-template-columns: auto 1fr;\n    align-items: center;\n    gap: 22px;\n\n    margin-top: 48px;\n    padding: 28px 30px;\n\n    overflow: hidden;\n\n    background: #ffffff;\n\n    border: 1px solid #e8e4dc;\n    border-radius: 12px;\n}\n\n.bt-construction-fit__summary::after {\n    content: \"\";\n\n    position: absolute;\n    top: -65px;\n    left: -40px;\n\n    width: 170px;\n    height: 170px;\n\n    background:\n        radial-gradient(\n            circle,\n            rgba(243, 165, 3, 0.13),\n            transparent 67%\n        );\n\n    pointer-events: none;\n}\n\n.bt-construction-fit__summary-mark {\n    width: 47px;\n    height: 47px;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    color: #34393e;\n    background: #fff4d3;\n\n    border-radius: 10px;\n}\n\n.bt-construction-fit__summary-text {\n    position: relative;\n    z-index: 2;\n\n    margin: 0;\n\n    color: #555b61;\n\n    font-size: 14.5px;\n    line-height: 2.05;\n}\n\n.bt-construction-fit__summary-text strong {\n    color: #2e3338;\n    font-weight: 750;\n}\n\n\n\/* =========================================================\n   Responsive\n   ========================================================= *\/\n\n@media (max-width: 900px) {\n\n    .bt-construction-fit__inner {\n        width: min(100% - 36px, 760px);\n    }\n\n    .bt-construction-fit__head {\n        grid-template-columns: 1fr;\n\n        gap: 24px;\n    }\n\n    .bt-construction-fit__item {\n        grid-template-columns: 50px 1fr 40px;\n\n        gap: 18px 24px;\n    }\n\n    .bt-construction-fit__item-heading {\n        grid-column: 2;\n    }\n\n    .bt-construction-fit__text {\n        grid-column: 2 \/ 4;\n\n        max-width: none;\n    }\n\n    .bt-construction-fit__icon {\n        grid-column: 3;\n        grid-row: 1;\n    }\n\n    .bt-construction-fit__number {\n        grid-row: 1 \/ span 2;\n        align-self: start;\n\n        padding-top: 5px;\n    }\n}\n\n\n@media (max-width: 580px) {\n\n    .bt-construction-fit__inner {\n        width: min(100% - 28px, 100%);\n\n        padding:\n            75px\n            0\n            85px;\n    }\n\n    .bt-construction-fit__title {\n        font-size: clamp(29px, 9vw, 38px);\n    }\n\n    .bt-construction-fit__intro {\n        font-size: 15px;\n    }\n\n    .bt-construction-fit__item {\n        grid-template-columns: 1fr auto;\n\n        gap: 15px 18px;\n\n        min-height: 0;\n\n        padding:\n            31px\n            4px;\n    }\n\n    .bt-construction-fit__item:hover {\n        padding-right: 4px;\n        padding-left: 4px;\n    }\n\n    .bt-construction-fit__number {\n        grid-column: 1;\n        grid-row: 1;\n\n        padding: 0;\n\n        font-size: 23px;\n    }\n\n    .bt-construction-fit__icon {\n        grid-column: 2;\n        grid-row: 1;\n    }\n\n    .bt-construction-fit__item-heading {\n        grid-column: 1 \/ -1;\n    }\n\n    .bt-construction-fit__text {\n        grid-column: 1 \/ -1;\n\n        font-size: 14px;\n    }\n\n    .bt-construction-fit__summary {\n        grid-template-columns: 1fr;\n\n        padding: 22px;\n    }\n}\n<\/style>\n\n\n<section class=\"bt-construction-fit\">\n\n    <div class=\"bt-construction-fit__inner\">\n\n\n        <!-- =====================================================\n             Header\n             ===================================================== -->\n\n        <header class=\"bt-construction-fit__head\">\n\n            <div class=\"bt-construction-fit__heading\">\n\n                <div class=\"bt-construction-fit__eyebrow\">\n                    \u0645\u0646\u0627\u0633\u0628 \u0686\u0647 \u0645\u062c\u0645\u0648\u0639\u0647\u200c\u0647\u0627\u06cc\u06cc \u0627\u0633\u062a\u061f\n                <\/div>\n\n                <h2 class=\"bt-construction-fit__title\">\n                    \u0628\u0647\u062a\u0627\u06cc\u0645 \u0628\u0631\u0627\u06cc \u0686\u0647 \u0634\u0631\u06a9\u062a\u200c\u0647\u0627\u06cc\u06cc \u0645\u0646\u0627\u0633\u0628 \u0627\u0633\u062a\u061f\n                <\/h2>\n\n            <\/div>\n\n\n            <p class=\"bt-construction-fit__intro\">\n                \u0628\u0647\u062a\u0627\u06cc\u0645 \u0628\u06cc\u0634 \u0627\u0632 \u0647\u0631 \u0686\u06cc\u0632 \u0628\u0631\u0627\u06cc \u0645\u062c\u0645\u0648\u0639\u0647\u200c\u0647\u0627\u06cc\u06cc \u0645\u0646\u0627\u0633\u0628 \u0627\u0633\u062a \u06a9\u0647 \u0628\u062e\u0634\n                \u0645\u0647\u0645\u06cc \u0627\u0632 \u06a9\u0627\u0631\u0634\u0627\u0646 \u0628\u0647 \u0634\u06a9\u0644 <strong>\u067e\u0631\u0648\u0698\u0647\u200c\u0627\u06cc<\/strong> \u0627\u0646\u062c\u0627\u0645 \u0645\u06cc\u200c\u0634\u0648\u062f\n                \u0648 \u0628\u0631\u0627\u06cc \u06a9\u0646\u062a\u0631\u0644 \u0628\u0631\u0646\u0627\u0645\u0647\u060c \u0641\u0639\u0627\u0644\u06cc\u062a\u200c\u0647\u0627\u060c \u0632\u0645\u0627\u0646\u060c \u067e\u06cc\u0634\u0631\u0641\u062a \u0648 \u0647\u0632\u06cc\u0646\u0647\n                \u0628\u0647 \u06cc\u06a9 \u062a\u0635\u0648\u06cc\u0631 \u0645\u0634\u062a\u0631\u06a9 \u0646\u06cc\u0627\u0632 \u062f\u0627\u0631\u0646\u062f.\n            <\/p>\n\n        <\/header>\n\n\n        <!-- =====================================================\n             List\n             ===================================================== -->\n\n        <div class=\"bt-construction-fit__list\">\n\n\n            <!-- 01 -->\n            <article class=\"bt-construction-fit__item\">\n\n                <span class=\"bt-construction-fit__number\">\n                    01\n                <\/span>\n\n\n                <div class=\"bt-construction-fit__item-heading\">\n\n                    <h3 class=\"bt-construction-fit__item-title\">\n                        \u0634\u0631\u06a9\u062a\u200c\u0647\u0627\u06cc \u067e\u06cc\u0645\u0627\u0646\u06a9\u0627\u0631\u06cc \u0648 \u0633\u0627\u062e\u062a\u0645\u0627\u0646\u06cc\n                    <\/h3>\n\n                    <span class=\"bt-construction-fit__item-note\">\n                        \u0627\u062c\u0631\u0627\u06cc \u0647\u0645\u200c\u0632\u0645\u0627\u0646 \u0686\u0646\u062f \u067e\u0631\u0648\u0698\u0647 \u0648 \u0686\u0646\u062f \u062a\u06cc\u0645\n                    <\/span>\n\n                <\/div>\n\n\n                <p class=\"bt-construction-fit__text\">\n                    \u0628\u0631\u0627\u06cc \u0645\u062c\u0645\u0648\u0639\u0647\u200c\u0647\u0627\u06cc\u06cc \u06a9\u0647 \u0628\u0627\u06cc\u062f \u0628\u0631\u0646\u0627\u0645\u0647 \u067e\u0631\u0648\u0698\u0647\u060c \u0641\u0639\u0627\u0644\u06cc\u062a\u200c\u0647\u0627\u06cc\n                    \u062a\u06cc\u0645\u060c \u0645\u0633\u0626\u0648\u0644\u06cc\u062a\u200c\u0647\u0627\u060c \u0632\u0645\u0627\u0646 \u0648 \u067e\u06cc\u0634\u0631\u0641\u062a \u0631\u0627 \u062f\u0631 \u0686\u0646\u062f \u067e\u0631\u0648\u0698\u0647\n                    \u0628\u0647\u200c\u0635\u0648\u0631\u062a \u0647\u0645\u200c\u0632\u0645\u0627\u0646 \u06a9\u0646\u062a\u0631\u0644 \u06a9\u0646\u0646\u062f \u0648 \u0628\u062f\u0627\u0646\u0646\u062f\n                    <strong>\n                        \u06a9\u062f\u0627\u0645 \u06a9\u0627\u0631 \u0639\u0642\u0628 \u0627\u0641\u062a\u0627\u062f\u0647 \u0648 \u06a9\u062f\u0627\u0645 \u0628\u062e\u0634 \u0646\u06cc\u0627\u0632\u0645\u0646\u062f \u062a\u0648\u062c\u0647 \u0627\u0633\u062a.\n                    <\/strong>\n                <\/p>\n\n\n                <div class=\"bt-construction-fit__icon\" aria-hidden=\"true\">\n\n                    <svg\n                        width=\"20\"\n                        height=\"20\"\n                        viewBox=\"0 0 24 24\"\n                        fill=\"none\"\n                    >\n                        <path\n                            d=\"M4 20V9L12 4L20 9V20\"\n                            stroke=\"currentColor\"\n                            stroke-width=\"1.6\"\n                            stroke-linejoin=\"round\"\n                        \/>\n                        <path\n                            d=\"M8 20V13H16V20\"\n                            stroke=\"currentColor\"\n                            stroke-width=\"1.6\"\n                            stroke-linejoin=\"round\"\n                        \/>\n                    <\/svg>\n\n                <\/div>\n\n            <\/article>\n\n\n            <!-- 02 -->\n            <article class=\"bt-construction-fit__item\">\n\n                <span class=\"bt-construction-fit__number\">\n                    02\n                <\/span>\n\n\n                <div class=\"bt-construction-fit__item-heading\">\n\n                    <h3 class=\"bt-construction-fit__item-title\">\n                        \u0634\u0631\u06a9\u062a\u200c\u0647\u0627\u06cc \u0645\u0647\u0646\u062f\u0633\u06cc\u0646 \u0645\u0634\u0627\u0648\u0631\n                    <\/h3>\n\n                    <span class=\"bt-construction-fit__item-note\">\n                        \u067e\u0631\u0648\u0698\u0647\u060c \u06a9\u0627\u0631\u0634\u0646\u0627\u0633\u0627\u0646 \u0648 \u0632\u0645\u0627\u0646 \u062a\u062e\u0635\u0635\u06cc\n                    <\/span>\n\n                <\/div>\n\n\n                <p class=\"bt-construction-fit__text\">\n                    \u0628\u0631\u0627\u06cc \u0634\u0631\u06a9\u062a\u200c\u0647\u0627\u06cc\u06cc \u06a9\u0647 \u062e\u0631\u0648\u062c\u06cc \u067e\u0631\u0648\u0698\u0647 \u0648\u0627\u0628\u0633\u062a\u0647 \u0628\u0647 \u06a9\u0627\u0631\n                    \u06a9\u0627\u0631\u0634\u0646\u0627\u0633\u0627\u0646 \u0648 \u0645\u0647\u0646\u062f\u0633\u0627\u0646 \u0627\u0633\u062a \u0648 \u0644\u0627\u0632\u0645 \u0627\u0633\u062a \u0628\u062f\u0627\u0646\u0646\u062f\n                    \u0647\u0631 \u0641\u0631\u062f \u0631\u0648\u06cc \u0686\u0647 \u067e\u0631\u0648\u0698\u0647\u200c\u0627\u06cc \u06a9\u0627\u0631 \u06a9\u0631\u062f\u0647\u060c \u0686\u0647 \u0645\u06cc\u0632\u0627\u0646 \u0632\u0645\u0627\u0646\n                    \u0635\u0631\u0641 \u0634\u062f\u0647 \u0648 <strong>\u06a9\u0627\u0631\u0647\u0627 \u062f\u0631 \u0686\u0647 \u0648\u0636\u0639\u06cc\u062a\u06cc \u0642\u0631\u0627\u0631 \u062f\u0627\u0631\u0646\u062f.<\/strong>\n                <\/p>\n\n\n                <div class=\"bt-construction-fit__icon\" aria-hidden=\"true\">\n\n                    <svg\n                        width=\"20\"\n                        height=\"20\"\n                        viewBox=\"0 0 24 24\"\n                        fill=\"none\"\n                    >\n                        <path\n                            d=\"M5 19H19\"\n                            stroke=\"currentColor\"\n                            stroke-width=\"1.6\"\n                            stroke-linecap=\"round\"\n                        \/>\n                        <path\n                            d=\"M7 19V8L12 5L17 8V19\"\n                            stroke=\"currentColor\"\n                            stroke-width=\"1.6\"\n                            stroke-linejoin=\"round\"\n                        \/>\n                        <path\n                            d=\"M10 11H14M10 14H14\"\n                            stroke=\"currentColor\"\n                            stroke-width=\"1.6\"\n                            stroke-linecap=\"round\"\n                        \/>\n                    <\/svg>\n\n                <\/div>\n\n            <\/article>\n\n\n            <!-- 03 -->\n            <article class=\"bt-construction-fit__item\">\n\n                <span class=\"bt-construction-fit__number\">\n                    03\n                <\/span>\n\n\n                <div class=\"bt-construction-fit__item-heading\">\n\n                    <h3 class=\"bt-construction-fit__item-title\">\n                        \u062f\u0641\u0627\u062a\u0631 \u0641\u0646\u06cc \u0648 \u0645\u0647\u0646\u062f\u0633\u06cc\n                    <\/h3>\n\n                    <span class=\"bt-construction-fit__item-note\">\n                        \u0637\u0631\u0627\u062d\u06cc\u060c \u0628\u0631\u0631\u0633\u06cc\u060c \u0628\u0627\u0632\u0628\u06cc\u0646\u06cc \u0648 \u0645\u0633\u062a\u0646\u062f\u0627\u062a\n                    <\/span>\n\n                <\/div>\n\n\n                <p class=\"bt-construction-fit__text\">\n                    \u0628\u0631\u0627\u06cc \u062a\u06cc\u0645\u200c\u0647\u0627\u06cc\u06cc \u06a9\u0647 \u062d\u062c\u0645 \u0632\u06cc\u0627\u062f\u06cc \u0627\u0632 \u0637\u0631\u0627\u062d\u06cc\u060c \u0645\u062d\u0627\u0633\u0628\u0627\u062a\u060c\n                    \u062a\u0647\u06cc\u0647 \u0645\u062f\u0627\u0631\u06a9\u060c \u0628\u0627\u0632\u0628\u06cc\u0646\u06cc\u060c \u0627\u0635\u0644\u0627\u062d\u0627\u062a \u0648 \u0647\u0645\u0627\u0647\u0646\u06af\u06cc\u200c\u0647\u0627\u06cc \u0641\u0646\u06cc \u062f\u0627\u0631\u0646\u062f\n                    \u0648 \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u0646\u062f <strong>\u062c\u0631\u06cc\u0627\u0646 \u06a9\u0627\u0631 \u0648 \u0645\u0633\u0626\u0648\u0644\u06cc\u062a \u0647\u0631 \u0645\u0631\u062d\u0644\u0647<\/strong>\n                    \u0645\u0634\u062e\u0635 \u0648 \u0642\u0627\u0628\u0644 \u067e\u06cc\u06af\u06cc\u0631\u06cc \u0628\u0627\u0634\u062f.\n                <\/p>\n\n\n                <div class=\"bt-construction-fit__icon\" aria-hidden=\"true\">\n\n                    <svg\n                        width=\"20\"\n                        height=\"20\"\n                        viewBox=\"0 0 24 24\"\n                        fill=\"none\"\n                    >\n                        <path\n                            d=\"M6 4H15L19 8V20H6V4Z\"\n                            stroke=\"currentColor\"\n                            stroke-width=\"1.6\"\n                            stroke-linejoin=\"round\"\n                        \/>\n                        <path\n                            d=\"M15 4V8H19\"\n                            stroke=\"currentColor\"\n                            stroke-width=\"1.6\"\n                            stroke-linejoin=\"round\"\n                        \/>\n                        <path\n                            d=\"M9 12H16M9 16H14\"\n                            stroke=\"currentColor\"\n                            stroke-width=\"1.6\"\n                            stroke-linecap=\"round\"\n                        \/>\n                    <\/svg>\n\n                <\/div>\n\n            <\/article>\n\n\n            <!-- 04 -->\n            <article class=\"bt-construction-fit__item\">\n\n                <span class=\"bt-construction-fit__number\">\n                    04\n                <\/span>\n\n\n                <div class=\"bt-construction-fit__item-heading\">\n\n                    <h3 class=\"bt-construction-fit__item-title\">\n                        \u0634\u0631\u06a9\u062a\u200c\u0647\u0627\u06cc EPC \u0648 \u067e\u0631\u0648\u0698\u0647\u200c\u0645\u062d\u0648\u0631\n                    <\/h3>\n\n                    <span class=\"bt-construction-fit__item-note\">\n                        \u0645\u0647\u0646\u062f\u0633\u06cc\u060c \u062a\u0623\u0645\u06cc\u0646 \u0648 \u0627\u062c\u0631\u0627 \u062f\u0631 \u06cc\u06a9 \u062a\u0635\u0648\u06cc\u0631 \u0645\u0634\u062a\u0631\u06a9\n                    <\/span>\n\n                <\/div>\n\n\n                <p class=\"bt-construction-fit__text\">\n                    \u0628\u0631\u0627\u06cc \u0645\u062c\u0645\u0648\u0639\u0647\u200c\u0647\u0627\u06cc\u06cc \u06a9\u0647 \u0641\u0639\u0627\u0644\u06cc\u062a\u200c\u0647\u0627\u06cc \u0645\u0647\u0646\u062f\u0633\u06cc\u060c \u062a\u0623\u0645\u06cc\u0646\u060c\n                    \u0627\u062c\u0631\u0627\u06cc\u06cc \u0648 \u0645\u062f\u06cc\u0631\u06cc\u062a\u06cc \u0628\u0647 \u0647\u0645 \u0648\u0627\u0628\u0633\u062a\u0647\u200c\u0627\u0646\u062f \u0648 \u0646\u06cc\u0627\u0632 \u062f\u0627\u0631\u0646\u062f\n                    \u0627\u0631\u062a\u0628\u0627\u0637 \u0645\u06cc\u0627\u0646 \u0627\u06cc\u0646 \u0641\u0639\u0627\u0644\u06cc\u062a\u200c\u0647\u0627\u060c \u0645\u0633\u0626\u0648\u0644\u0627\u0646 \u0648 \u0632\u0645\u0627\u0646\u200c\u0628\u0646\u062f\u06cc \u0631\u0627\n                    <strong>\u062f\u0631 \u0633\u0637\u062d \u067e\u0631\u0648\u0698\u0647 \u0645\u0634\u0627\u0647\u062f\u0647 \u0648 \u067e\u06cc\u06af\u06cc\u0631\u06cc \u06a9\u0646\u0646\u062f.<\/strong>\n                <\/p>\n\n\n                <div class=\"bt-construction-fit__icon\" aria-hidden=\"true\">\n\n                    <svg\n                        width=\"20\"\n                        height=\"20\"\n                        viewBox=\"0 0 24 24\"\n                        fill=\"none\"\n                    >\n                        <circle\n                            cx=\"6\"\n                            cy=\"12\"\n                            r=\"2\"\n                            stroke=\"currentColor\"\n                            stroke-width=\"1.6\"\n                        \/>\n                        <circle\n                            cx=\"18\"\n                            cy=\"6\"\n                            r=\"2\"\n                            stroke=\"currentColor\"\n                            stroke-width=\"1.6\"\n                        \/>\n                        <circle\n                            cx=\"18\"\n                            cy=\"18\"\n                            r=\"2\"\n                            stroke=\"currentColor\"\n                            stroke-width=\"1.6\"\n                        \/>\n                        <path\n                            d=\"M8 11L16 7M8 13L16 17\"\n                            stroke=\"currentColor\"\n                            stroke-width=\"1.6\"\n                            stroke-linecap=\"round\"\n                        \/>\n                    <\/svg>\n\n                <\/div>\n\n            <\/article>\n\n\n            <!-- 05 -->\n            <article class=\"bt-construction-fit__item\">\n\n                <span class=\"bt-construction-fit__number\">\n                    05\n                <\/span>\n\n\n                <div class=\"bt-construction-fit__item-heading\">\n\n                    <h3 class=\"bt-construction-fit__item-title\">\n                        \u062a\u06cc\u0645\u200c\u0647\u0627\u06cc \u0645\u062f\u06cc\u0631\u06cc\u062a \u067e\u0631\u0648\u0698\u0647 \u0648 PMO\n                    <\/h3>\n\n                    <span class=\"bt-construction-fit__item-note\">\n                        \u062f\u06cc\u062f \u0645\u062f\u06cc\u0631\u06cc\u062a\u06cc \u0631\u0648\u06cc \u0686\u0646\u062f \u067e\u0631\u0648\u0698\u0647\n                    <\/span>\n\n                <\/div>\n\n\n                <p class=\"bt-construction-fit__text\">\n                    \u0628\u0631\u0627\u06cc \u0648\u0627\u062d\u062f\u0647\u0627\u06cc\u06cc \u06a9\u0647 \u0628\u0627\u06cc\u062f \u0648\u0636\u0639\u06cc\u062a \u0686\u0646\u062f \u067e\u0631\u0648\u0698\u0647 \u0631\u0627 \u0647\u0645\u200c\u0632\u0645\u0627\u0646\n                    \u062f\u0646\u0628\u0627\u0644 \u06a9\u0646\u0646\u062f \u0648 \u0628\u0647 \u06cc\u06a9 \u062a\u0635\u0648\u06cc\u0631 \u0645\u0646\u0633\u062c\u0645 \u0627\u0632\n                    <strong>\n                        \u0628\u0631\u0646\u0627\u0645\u0647\u060c \u067e\u06cc\u0634\u0631\u0641\u062a\u060c \u0632\u0645\u0627\u0646\u060c \u0647\u0632\u06cc\u0646\u0647 \u0648 \u0646\u0642\u0627\u0637 \u0646\u06cc\u0627\u0632\u0645\u0646\u062f \u062a\u0648\u062c\u0647\n                    <\/strong>\n                    \u0646\u06cc\u0627\u0632 \u062f\u0627\u0631\u0646\u062f.\n                <\/p>\n\n\n                <div class=\"bt-construction-fit__icon\" aria-hidden=\"true\">\n\n                    <svg\n                        width=\"20\"\n                        height=\"20\"\n                        viewBox=\"0 0 24 24\"\n                        fill=\"none\"\n                    >\n                        <path\n                            d=\"M5 18V12M10 18V8M15 18V10M20 18V5\"\n                            stroke=\"currentColor\"\n                            stroke-width=\"1.7\"\n                            stroke-linecap=\"round\"\n                        \/>\n                    <\/svg>\n\n                <\/div>\n\n            <\/article>\n\n        <\/div>\n\n\n        <!-- =====================================================\n             Summary\n             ===================================================== -->\n\n        <div class=\"bt-construction-fit__summary\">\n\n            <div class=\"bt-construction-fit__summary-mark\">\n\n                <svg\n                    width=\"21\"\n                    height=\"21\"\n                    viewBox=\"0 0 24 24\"\n                    fill=\"none\"\n                    aria-hidden=\"true\"\n                >\n                    <path\n                        d=\"M5 12L10 17L19 7\"\n                        stroke=\"currentColor\"\n                        stroke-width=\"1.8\"\n                        stroke-linecap=\"round\"\n                        stroke-linejoin=\"round\"\n                    \/>\n                <\/svg>\n\n            <\/div>\n\n\n            <p class=\"bt-construction-fit__summary-text\">\n                \u0648\u062c\u0647 \u0645\u0634\u062a\u0631\u06a9 \u0627\u06cc\u0646 \u0634\u0631\u06a9\u062a\u200c\u0647\u0627 \u06cc\u06a9 \u0686\u06cc\u0632 \u0627\u0633\u062a:\n                <strong>\n                    \u06a9\u0627\u0631 \u0628\u06cc\u0646 \u0686\u0646\u062f \u0646\u0641\u0631\u060c \u0686\u0646\u062f \u0645\u0631\u062d\u0644\u0647 \u0648 \u0686\u0646\u062f \u067e\u0631\u0648\u0698\u0647 \u062a\u0642\u0633\u06cc\u0645 \u0634\u062f\u0647\n                    \u0648 \u0645\u062f\u06cc\u0631 \u0628\u0627\u06cc\u062f \u0628\u062a\u0648\u0627\u0646\u062f \u0628\u062f\u0648\u0646 \u062c\u0645\u0639\u200c\u0622\u0648\u0631\u06cc \u062f\u0633\u062a\u06cc \u0627\u0637\u0644\u0627\u0639\u0627\u062a\u060c\n                    \u0628\u0641\u0647\u0645\u062f \u0648\u0627\u0642\u0639\u0627\u064b \u0686\u0647 \u0627\u062a\u0641\u0627\u0642\u06cc \u062f\u0631 \u062d\u0627\u0644 \u0627\u0641\u062a\u0627\u062f\u0646 \u0627\u0633\u062a.\n                <\/strong>\n            <\/p>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns alignfull ghostkit-custom-ZHm4iM is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<style>\n\/* =========================================================\n   Behtime \u2014 Construction \/ Engineering Landing\n   Section 06: What Behtime Is Not\n   Scoped styles\n   ========================================================= *\/\n\n.bt-construction-boundary {\n    --bt-orange: #f3a503;\n    --bt-orange-soft: #fff6dc;\n\n    --bt-ink: #20242a;\n    --bt-text: #585e64;\n    --bt-muted: #8b9095;\n    --bt-line: #e7e3db;\n\n    --bt-bg: #ffffff;\n    --bt-soft: #f8f6f1;\n\n    direction: rtl;\n\n    background: var(--bt-bg);\n\n    border-bottom: 1px solid rgba(32, 36, 42, 0.07);\n}\n\n\n\/* =========================================================\n   Container\n   ========================================================= *\/\n\n.bt-construction-boundary__inner {\n    width: min(1180px, calc(100% - 48px));\n\n    margin: 0 auto;\n\n    padding:\n        clamp(95px, 10vw, 145px)\n        0\n        clamp(100px, 10vw, 145px);\n}\n\n\n\/* =========================================================\n   Main layout\n   ========================================================= *\/\n\n.bt-construction-boundary__layout {\n    display: grid;\n    grid-template-columns:\n        minmax(0, 0.92fr)\n        minmax(420px, 1.08fr);\n\n    gap: clamp(55px, 8vw, 115px);\n\n    align-items: start;\n}\n\n\n\/* =========================================================\n   Heading\n   ========================================================= *\/\n\n.bt-construction-boundary__content {\n    position: sticky;\n    top: 100px;\n\n    max-width: 540px;\n}\n\n.bt-construction-boundary__eyebrow {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n\n    margin-bottom: 17px;\n\n    color: #9d6900;\n\n    font-size: 12px;\n    font-weight: 750;\n    line-height: 1.8;\n}\n\n.bt-construction-boundary__eyebrow::before {\n    content: \"\";\n\n    width: 28px;\n    height: 2px;\n\n    background: var(--bt-orange);\n\n    border-radius: 100px;\n}\n\n.bt-construction-boundary__title {\n    margin: 0;\n\n    color: var(--bt-ink);\n\n    font-size: clamp(32px, 3.8vw, 50px);\n    font-weight: 800;\n    line-height: 1.45;\n    letter-spacing: -0.04em;\n}\n\n.bt-construction-boundary__lead {\n    margin: 25px 0 0;\n\n    color: var(--bt-text);\n\n    font-size: 16px;\n    line-height: 2.15;\n}\n\n.bt-construction-boundary__lead strong {\n    color: #30353a;\n    font-weight: 750;\n}\n\n\n\/* ---------------------------------------------------------\n   Important sentence\n   --------------------------------------------------------- *\/\n\n.bt-construction-boundary__statement {\n    margin-top: 31px;\n    padding: 21px 23px;\n\n    color: #373c42;\n    background: var(--bt-soft);\n\n    border-right: 3px solid var(--bt-orange);\n    border-radius: 0 9px 9px 0;\n\n    font-size: 14.5px;\n    font-weight: 650;\n    line-height: 2.05;\n}\n\n\n\/* =========================================================\n   Right side\n   ========================================================= *\/\n\n.bt-construction-boundary__side {\n    border-top: 1px solid var(--bt-line);\n}\n\n\n\/* =========================================================\n   Not list\n   ========================================================= *\/\n\n.bt-construction-boundary__not {\n    padding:\n        0\n        0\n        42px;\n\n    border-bottom: 1px solid var(--bt-line);\n}\n\n.bt-construction-boundary__label {\n    display: flex;\n    align-items: center;\n    gap: 9px;\n\n    padding: 28px 0 22px;\n\n    color: #7d8288;\n\n    font-size: 11px;\n    font-weight: 750;\n}\n\n.bt-construction-boundary__label-mark {\n    width: 22px;\n    height: 22px;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    color: #777d82;\n    background: #f1efea;\n\n    border-radius: 50%;\n}\n\n.bt-construction-boundary__not-list {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 10px;\n\n    margin: 0;\n    padding: 0;\n\n    list-style: none;\n}\n\n.bt-construction-boundary__not-item {\n    display: flex;\n    align-items: center;\n    gap: 11px;\n\n    min-height: 56px;\n\n    padding: 13px 15px;\n\n    color: #666c72;\n    background: #faf9f6;\n\n    border: 1px solid #ece9e2;\n    border-radius: 9px;\n\n    font-size: 13px;\n    font-weight: 650;\n    line-height: 1.6;\n}\n\n.bt-construction-boundary__not-icon {\n    flex: 0 0 auto;\n\n    width: 20px;\n    height: 20px;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    color: #969a9e;\n\n    border: 1px solid #d8d5ce;\n    border-radius: 50%;\n}\n\n\n\/* =========================================================\n   Is list\n   ========================================================= *\/\n\n.bt-construction-boundary__is {\n    padding-top: 5px;\n}\n\n.bt-construction-boundary__is .bt-construction-boundary__label {\n    color: #956400;\n}\n\n.bt-construction-boundary__is\n.bt-construction-boundary__label-mark {\n    color: #704d00;\n    background: #fff2ca;\n}\n\n.bt-construction-boundary__questions {\n    margin: 0;\n    padding: 0;\n\n    list-style: none;\n}\n\n.bt-construction-boundary__question {\n    position: relative;\n\n    display: grid;\n    grid-template-columns: 35px 1fr;\n    align-items: center;\n    gap: 14px;\n\n    padding: 18px 0;\n\n    border-bottom: 1px solid #ebe8e1;\n}\n\n.bt-construction-boundary__question:last-child {\n    border-bottom: 0;\n}\n\n.bt-construction-boundary__question-num {\n    width: 32px;\n    height: 32px;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    color: #9c6900;\n    background: #fff5d9;\n\n    border-radius: 8px;\n\n    font-family: Arial, sans-serif;\n    font-size: 10px;\n    font-weight: 700;\n}\n\n.bt-construction-boundary__question-text {\n    color: #34393e;\n\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.85;\n}\n\n\n\/* =========================================================\n   Closing panel\n   ========================================================= *\/\n\n.bt-construction-boundary__closing {\n    position: relative;\n\n    margin-top: 34px;\n    padding: 28px;\n\n    overflow: hidden;\n\n    background: #24282d;\n\n    border-radius: 13px;\n}\n\n.bt-construction-boundary__closing::after {\n    content: \"\";\n\n    position: absolute;\n    left: -45px;\n    bottom: -60px;\n\n    width: 180px;\n    height: 180px;\n\n    background:\n        radial-gradient(\n            circle,\n            rgba(243, 165, 3, 0.2),\n            transparent 68%\n        );\n\n    pointer-events: none;\n}\n\n.bt-construction-boundary__closing-title {\n    position: relative;\n    z-index: 2;\n\n    margin: 0;\n\n    color: #ffffff;\n\n    font-size: 18px;\n    font-weight: 800;\n    line-height: 1.8;\n}\n\n.bt-construction-boundary__closing-text {\n    position: relative;\n    z-index: 2;\n\n    margin: 11px 0 0;\n\n    color: rgba(255, 255, 255, 0.68);\n\n    font-size: 13.5px;\n    line-height: 2;\n}\n\n.bt-construction-boundary__closing-text strong {\n    color: #f6b62d;\n    font-weight: 750;\n}\n\n\n\/* =========================================================\n   Responsive\n   ========================================================= *\/\n\n@media (max-width: 900px) {\n\n    .bt-construction-boundary__inner {\n        width: min(100% - 36px, 760px);\n    }\n\n    .bt-construction-boundary__layout {\n        grid-template-columns: 1fr;\n        gap: 55px;\n    }\n\n    .bt-construction-boundary__content {\n        position: static;\n\n        max-width: 650px;\n    }\n}\n\n\n@media (max-width: 580px) {\n\n    .bt-construction-boundary__inner {\n        width: min(100% - 28px, 100%);\n\n        padding:\n            75px\n            0\n            85px;\n    }\n\n    .bt-construction-boundary__title {\n        font-size: clamp(29px, 9vw, 38px);\n    }\n\n    .bt-construction-boundary__lead {\n        font-size: 15px;\n    }\n\n    .bt-construction-boundary__statement {\n        padding: 18px;\n\n        font-size: 14px;\n    }\n\n    .bt-construction-boundary__not-list {\n        grid-template-columns: 1fr;\n    }\n\n    .bt-construction-boundary__closing {\n        padding: 23px;\n    }\n}\n<\/style>\n\n\n<section class=\"bt-construction-boundary\">\n\n    <div class=\"bt-construction-boundary__inner\">\n\n        <div class=\"bt-construction-boundary__layout\">\n\n\n            <!-- =================================================\n                 Main content\n                 ================================================= -->\n\n            <div class=\"bt-construction-boundary__content\">\n\n                <div class=\"bt-construction-boundary__eyebrow\">\n                    \u0645\u0631\u0632 \u0628\u0647\u062a\u0627\u06cc\u0645\n                <\/div>\n\n                <h2 class=\"bt-construction-boundary__title\">\n                    \u0628\u0647\u062a\u0627\u06cc\u0645 \u0686\u0647 \u0686\u06cc\u0632\u06cc \u0646\u06cc\u0633\u062a\u061f\n                <\/h2>\n\n                <p class=\"bt-construction-boundary__lead\">\n                    \u0634\u0631\u06a9\u062a\u200c\u0647\u0627\u06cc \u0639\u0645\u0631\u0627\u0646\u06cc \u0648 \u0645\u0647\u0646\u062f\u0633\u06cc \u0645\u0639\u0645\u0648\u0644\u0627\u064b \u0628\u0627 \u0645\u062c\u0645\u0648\u0639\u0647\u200c\u0627\u06cc \u0627\u0632\n                    \u0646\u0631\u0645\u200c\u0627\u0641\u0632\u0627\u0631\u0647\u0627\u06cc \u062a\u062e\u0635\u0635\u06cc \u06a9\u0627\u0631 \u0645\u06cc\u200c\u06a9\u0646\u0646\u062f.\n                    <strong>\n                        \u0628\u0647\u062a\u0627\u06cc\u0645 \u0642\u0631\u0627\u0631 \u0646\u06cc\u0633\u062a \u062c\u0627\u06cc \u0647\u0645\u0647 \u0622\u0646\u200c\u0647\u0627 \u0631\u0627 \u0628\u06af\u06cc\u0631\u062f.\n                    <\/strong>\n                <\/p>\n\n                <p class=\"bt-construction-boundary__lead\">\n                    \u0646\u0642\u0634 \u0628\u0647\u062a\u0627\u06cc\u0645 \u0627\u06cc\u0646 \u0627\u0633\u062a \u06a9\u0647 \u0628\u062e\u0634 \u0645\u062f\u06cc\u0631\u06cc\u062a\u06cc \u067e\u0631\u0648\u0698\u0647 \u0631\u0627 \u067e\u0648\u0634\u0634 \u062f\u0647\u062f\u061b\n                    \u062c\u0627\u06cc\u06cc \u06a9\u0647 \u0628\u0627\u06cc\u062f \u0628\u062f\u0627\u0646\u06cc\u062f \u0686\u0647 \u06a9\u0627\u0631\u06cc \u062f\u0631 \u062c\u0631\u06cc\u0627\u0646 \u0627\u0633\u062a\u060c \u0645\u0633\u0626\u0648\u0644 \u0622\u0646\n                    \u0686\u0647 \u06a9\u0633\u06cc \u0627\u0633\u062a\u060c \u0628\u0631\u0646\u0627\u0645\u0647 \u0686\u06af\u0648\u0646\u0647 \u067e\u06cc\u0634 \u0645\u06cc\u200c\u0631\u0648\u062f \u0648 \u0632\u0645\u0627\u0646 \u0648 \u0647\u0632\u06cc\u0646\u0647\n                    \u067e\u0631\u0648\u0698\u0647 \u0686\u0647 \u0648\u0636\u0639\u06cc\u062a\u06cc \u062f\u0627\u0631\u0646\u062f.\n                <\/p>\n\n                <div class=\"bt-construction-boundary__statement\">\n                    \u0627\u0628\u0632\u0627\u0631 \u062a\u062e\u0635\u0635\u06cc \u0647\u0631 \u06a9\u0627\u0631 \u0628\u0627\u06cc\u062f \u0647\u0645\u0627\u0646 \u06a9\u0627\u0631 \u0631\u0627 \u062e\u0648\u0628 \u0627\u0646\u062c\u0627\u0645 \u062f\u0647\u062f.\n                    \u0628\u0647\u062a\u0627\u06cc\u0645 \u0632\u0645\u0627\u0646\u06cc \u0627\u0631\u0632\u0634 \u0627\u06cc\u062c\u0627\u062f \u0645\u06cc\u200c\u06a9\u0646\u062f \u06a9\u0647 \u0628\u062e\u0648\u0627\u0647\u06cc\u062f\n                    <strong>\n                        \u062a\u0635\u0648\u06cc\u0631 \u0645\u062f\u06cc\u0631\u06cc\u062a\u06cc \u067e\u0631\u0648\u0698\u0647 \u0631\u0627 \u0627\u0632 \u0645\u06cc\u0627\u0646 \u0627\u06cc\u0646 \u0641\u0639\u0627\u0644\u06cc\u062a\u200c\u0647\u0627\n                        \u0628\u06cc\u0631\u0648\u0646 \u0628\u06a9\u0634\u06cc\u062f.\n                    <\/strong>\n                <\/div>\n\n            <\/div>\n\n\n            <!-- =================================================\n                 Side\n                 ================================================= -->\n\n            <div class=\"bt-construction-boundary__side\">\n\n\n                <!-- =============================================\n                     What it is NOT\n                     ============================================= -->\n\n                <div class=\"bt-construction-boundary__not\">\n\n                    <div class=\"bt-construction-boundary__label\">\n\n                        <span class=\"bt-construction-boundary__label-mark\">\n\n                            <svg\n                                width=\"11\"\n                                height=\"11\"\n                                viewBox=\"0 0 24 24\"\n                                fill=\"none\"\n                                aria-hidden=\"true\"\n                            >\n                                <path\n                                    d=\"M7 7L17 17M17 7L7 17\"\n                                    stroke=\"currentColor\"\n                                    stroke-width=\"2\"\n                                    stroke-linecap=\"round\"\n                                \/>\n                            <\/svg>\n\n                        <\/span>\n\n                        \u0642\u0631\u0627\u0631 \u0646\u06cc\u0633\u062a \u062c\u0627\u06cc \u0627\u06cc\u0646 \u0627\u0628\u0632\u0627\u0631\u0647\u0627 \u0631\u0627 \u0628\u06af\u06cc\u0631\u062f\n\n                    <\/div>\n\n\n                    <ul class=\"bt-construction-boundary__not-list\">\n\n                        <li class=\"bt-construction-boundary__not-item\">\n\n                            <span class=\"bt-construction-boundary__not-icon\">\n                                \u00d7\n                            <\/span>\n\n                            \u0646\u0631\u0645\u200c\u0627\u0641\u0632\u0627\u0631 \u0645\u062a\u0631\u0647 \u0648 \u0628\u0631\u0622\u0648\u0631\u062f\n\n                        <\/li>\n\n                        <li class=\"bt-construction-boundary__not-item\">\n\n                            <span class=\"bt-construction-boundary__not-icon\">\n                                \u00d7\n                            <\/span>\n\n                            \u0646\u0631\u0645\u200c\u0627\u0641\u0632\u0627\u0631 BIM\n\n                        <\/li>\n\n                        <li class=\"bt-construction-boundary__not-item\">\n\n                            <span class=\"bt-construction-boundary__not-icon\">\n                                \u00d7\n                            <\/span>\n\n                            \u0646\u0631\u0645\u200c\u0627\u0641\u0632\u0627\u0631 \u0637\u0631\u0627\u062d\u06cc \u0633\u0627\u0632\u0647\n\n                        <\/li>\n\n                        <li class=\"bt-construction-boundary__not-item\">\n\n                            <span class=\"bt-construction-boundary__not-icon\">\n                                \u00d7\n                            <\/span>\n\n                            \u062d\u0633\u0627\u0628\u062f\u0627\u0631\u06cc \u067e\u06cc\u0645\u0627\u0646\n\n                        <\/li>\n\n                        <li class=\"bt-construction-boundary__not-item\">\n\n                            <span class=\"bt-construction-boundary__not-icon\">\n                                \u00d7\n                            <\/span>\n\n                            \u062a\u0647\u06cc\u0647 \u0635\u0648\u0631\u062a\u200c\u0648\u0636\u0639\u06cc\u062a\n\n                        <\/li>\n\n                        <li class=\"bt-construction-boundary__not-item\">\n\n                            <span class=\"bt-construction-boundary__not-icon\">\n                                \u00d7\n                            <\/span>\n\n                            \u0645\u062f\u06cc\u0631\u06cc\u062a \u062a\u062e\u0635\u0635\u06cc \u06a9\u0627\u0631\u06af\u0627\u0647\n\n                        <\/li>\n\n                    <\/ul>\n\n                <\/div>\n\n\n                <!-- =============================================\n                     What it IS\n                     ============================================= -->\n\n                <div class=\"bt-construction-boundary__is\">\n\n                    <div class=\"bt-construction-boundary__label\">\n\n                        <span class=\"bt-construction-boundary__label-mark\">\n\n                            <svg\n                                width=\"12\"\n                                height=\"12\"\n                                viewBox=\"0 0 24 24\"\n                                fill=\"none\"\n                                aria-hidden=\"true\"\n                            >\n                                <path\n                                    d=\"M5 12L10 17L19 7\"\n                                    stroke=\"currentColor\"\n                                    stroke-width=\"2\"\n                                    stroke-linecap=\"round\"\n                                    stroke-linejoin=\"round\"\n                                \/>\n                            <\/svg>\n\n                        <\/span>\n\n                        \u0628\u0647\u062a\u0627\u06cc\u0645 \u0632\u0645\u0627\u0646\u06cc \u0628\u0647 \u062f\u0631\u062f \u0634\u0645\u0627 \u0645\u06cc\u200c\u062e\u0648\u0631\u062f \u06a9\u0647 \u0627\u06cc\u0646 \u0633\u0624\u0627\u0644\u200c\u0647\u0627 \u0645\u0647\u0645\u200c\u0627\u0646\u062f\n\n                    <\/div>\n\n\n                    <ul class=\"bt-construction-boundary__questions\">\n\n                        <li class=\"bt-construction-boundary__question\">\n\n                            <span class=\"bt-construction-boundary__question-num\">\n                                01\n                            <\/span>\n\n                            <span class=\"bt-construction-boundary__question-text\">\n                                \u0628\u0631\u0646\u0627\u0645\u0647 \u0648\u0627\u0642\u0639\u06cc \u067e\u0631\u0648\u0698\u0647 \u0686\u06cc\u0633\u062a \u0648 \u0627\u0644\u0627\u0646 \u06a9\u062c\u0627\u06cc \u0622\u0646 \u0647\u0633\u062a\u06cc\u0645\u061f\n                            <\/span>\n\n                        <\/li>\n\n\n                        <li class=\"bt-construction-boundary__question\">\n\n                            <span class=\"bt-construction-boundary__question-num\">\n                                02\n                            <\/span>\n\n                            <span class=\"bt-construction-boundary__question-text\">\n                                \u0686\u0647 \u06a9\u0627\u0631\u06cc \u0628\u0627\u06cc\u062f \u0627\u0646\u062c\u0627\u0645 \u0634\u0648\u062f \u0648 \u0645\u0633\u0626\u0648\u0644 \u0622\u0646 \u0686\u0647 \u06a9\u0633\u06cc \u0627\u0633\u062a\u061f\n                            <\/span>\n\n                        <\/li>\n\n\n                        <li class=\"bt-construction-boundary__question\">\n\n                            <span class=\"bt-construction-boundary__question-num\">\n                                03\n                            <\/span>\n\n                            <span class=\"bt-construction-boundary__question-text\">\n                                \u06a9\u062f\u0627\u0645 \u0641\u0639\u0627\u0644\u06cc\u062a\u200c\u0647\u0627 \u0639\u0642\u0628 \u0627\u0641\u062a\u0627\u062f\u0647 \u06cc\u0627 \u0646\u06cc\u0627\u0632\u0645\u0646\u062f \u062a\u0648\u062c\u0647\u200c\u0627\u0646\u062f\u061f\n                            <\/span>\n\n                        <\/li>\n\n\n                        <li class=\"bt-construction-boundary__question\">\n\n                            <span class=\"bt-construction-boundary__question-num\">\n                                04\n                            <\/span>\n\n                            <span class=\"bt-construction-boundary__question-text\">\n                                \u0648\u0642\u062a \u0627\u0639\u0636\u0627\u06cc \u062a\u06cc\u0645 \u0631\u0648\u06cc \u0686\u0647 \u067e\u0631\u0648\u0698\u0647\u200c\u0647\u0627 \u0648 \u06a9\u0627\u0631\u0647\u0627\u06cc\u06cc \u0635\u0631\u0641 \u0634\u062f\u0647 \u0627\u0633\u062a\u061f\n                            <\/span>\n\n                        <\/li>\n\n\n                        <li class=\"bt-construction-boundary__question\">\n\n                            <span class=\"bt-construction-boundary__question-num\">\n                                05\n                            <\/span>\n\n                            <span class=\"bt-construction-boundary__question-text\">\n                                \u067e\u0631\u0648\u0698\u0647 \u0686\u0642\u062f\u0631 \u067e\u06cc\u0634 \u0631\u0641\u062a\u0647 \u0648 \u0627\u062c\u0631\u0627\u06cc \u0622\u0646 \u0648\u0627\u0642\u0639\u0627\u064b \u0686\u0642\u062f\u0631 \u0647\u0632\u06cc\u0646\u0647 \u062f\u0627\u0634\u062a\u0647 \u0627\u0633\u062a\u061f\n                            <\/span>\n\n                        <\/li>\n\n                    <\/ul>\n\n\n                    <!-- =========================================\n                         Closing\n                         ========================================= -->\n\n                    <div class=\"bt-construction-boundary__closing\">\n\n                        <h3 class=\"bt-construction-boundary__closing-title\">\n                            \u0644\u0627\u0632\u0645 \u0646\u06cc\u0633\u062a \u0628\u0631\u0627\u06cc \u0645\u062f\u06cc\u0631\u06cc\u062a \u0647\u0631 \u067e\u0631\u0648\u0698\u0647\u060c \u0633\u0631\u0627\u063a \u06cc\u06a9 \u0633\u06cc\u0633\u062a\u0645\n                            \u0633\u0646\u06af\u06cc\u0646 \u0648 \u067e\u06cc\u0686\u06cc\u062f\u0647 \u0628\u0631\u0648\u06cc\u062f.\n                        <\/h3>\n\n                        <p class=\"bt-construction-boundary__closing-text\">\n                            \u0627\u06af\u0631 \u0645\u0633\u0626\u0644\u0647 \u0627\u0635\u0644\u06cc \u0634\u0645\u0627\n                            <strong>\n                                \u0628\u0631\u0646\u0627\u0645\u0647\u060c \u0641\u0639\u0627\u0644\u06cc\u062a\u200c\u0647\u0627\u060c \u0645\u0633\u0626\u0648\u0644\u06cc\u062a\u200c\u0647\u0627\u060c \u0632\u0645\u0627\u0646\u060c\n                                \u067e\u06cc\u0634\u0631\u0641\u062a \u0648 \u0647\u0632\u06cc\u0646\u0647\n                            <\/strong>\n                            \u0627\u0633\u062a\u060c \u0628\u0647\u062a\u0627\u06cc\u0645 \u062f\u0642\u06cc\u0642\u0627\u064b \u062f\u0631 \u0647\u0645\u06cc\u0646 \u0646\u0642\u0637\u0647 \u0648\u0627\u0631\u062f \u0645\u06cc\u200c\u0634\u0648\u062f.\n                        <\/p>\n\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns alignfull ghostkit-custom-1leCrq is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<style>\n\/* =========================================================\n   Behtime \u2014 Construction \/ Engineering Landing\n   Section 07: Final CTA\n   Scoped styles\n   ========================================================= *\/\n\n.bt-construction-final {\n    --bt-orange: #f3a503;\n    --bt-orange-hover: #f7b323;\n\n    --bt-ink: #20242a;\n    --bt-text: #5b6168;\n    --bt-muted: #8d9297;\n    --bt-line: #e8e4dc;\n\n    --bt-bg: #fdfcf9;\n\n    position: relative;\n\n    overflow: hidden;\n\n    direction: rtl;\n\n    background: var(--bt-bg);\n}\n\n\n\/* =========================================================\n   Container\n   ========================================================= *\/\n\n.bt-construction-final__inner {\n    width: min(1180px, calc(100% - 48px));\n\n    margin: 0 auto;\n\n    padding:\n        clamp(105px, 11vw, 165px)\n        0\n        clamp(110px, 11vw, 170px);\n}\n\n\n\/* =========================================================\n   Main box\n   ========================================================= *\/\n\n.bt-construction-final__box {\n    position: relative;\n\n    overflow: hidden;\n\n    padding:\n        clamp(55px, 6vw, 82px)\n        clamp(35px, 7vw, 90px);\n\n    background: #24282d;\n\n    border-radius: 18px;\n}\n\n\n\/* subtle orange light *\/\n\n.bt-construction-final__box::before {\n    content: \"\";\n\n    position: absolute;\n    top: -170px;\n    left: -130px;\n\n    width: 430px;\n    height: 430px;\n\n    background:\n        radial-gradient(\n            circle,\n            rgba(243, 165, 3, 0.17),\n            rgba(243, 165, 3, 0.04) 44%,\n            transparent 70%\n        );\n\n    pointer-events: none;\n}\n\n\n\/* technical line *\/\n\n.bt-construction-final__box::after {\n    content: \"\";\n\n    position: absolute;\n    left: 6%;\n    bottom: 32px;\n\n    width: 33%;\n    height: 1px;\n\n    background:\n        linear-gradient(\n            to right,\n            transparent,\n            rgba(255,255,255,0.12),\n            transparent\n        );\n\n    pointer-events: none;\n}\n\n\n\/* =========================================================\n   Content\n   ========================================================= *\/\n\n.bt-construction-final__content {\n    position: relative;\n    z-index: 2;\n\n    max-width: 780px;\n}\n\n.bt-construction-final__eyebrow {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n\n    margin-bottom: 18px;\n\n    color: #efb53b;\n\n    font-size: 12px;\n    font-weight: 750;\n    line-height: 1.8;\n}\n\n.bt-construction-final__eyebrow::before {\n    content: \"\";\n\n    width: 28px;\n    height: 2px;\n\n    background: var(--bt-orange);\n\n    border-radius: 100px;\n}\n\n.bt-construction-final__title {\n    max-width: 730px;\n\n    margin: 0;\n\n    color: #ffffff;\n\n    font-size: clamp(32px, 4.4vw, 55px);\n    font-weight: 800;\n    line-height: 1.45;\n    letter-spacing: -0.04em;\n}\n\n.bt-construction-final__text {\n    max-width: 680px;\n\n    margin: 25px 0 0;\n\n    color: rgba(255, 255, 255, 0.68);\n\n    font-size: clamp(15px, 1.25vw, 17px);\n    line-height: 2.1;\n}\n\n.bt-construction-final__text strong {\n    color: rgba(255, 255, 255, 0.92);\n    font-weight: 700;\n}\n\n\n\/* =========================================================\n   Actions\n   ========================================================= *\/\n\n.bt-construction-final__actions {\n    display: flex;\n    align-items: center;\n    flex-wrap: wrap;\n    gap: 14px;\n\n    margin-top: 35px;\n}\n\n.bt-construction-final__primary {\n    min-height: 52px;\n\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 9px;\n\n    padding: 0 25px;\n\n    color: #1f2226 !important;\n    background: var(--bt-orange);\n\n    border: 1px solid var(--bt-orange);\n    border-radius: 8px;\n\n    font-size: 14px;\n    font-weight: 750;\n\n    text-decoration: none !important;\n\n    box-shadow:\n        0 10px 26px rgba(243, 165, 3, 0.16);\n\n    transition:\n        background-color 180ms ease,\n        border-color 180ms ease,\n        transform 180ms ease,\n        box-shadow 180ms ease;\n}\n\n.bt-construction-final__primary:hover {\n    color: #1f2226 !important;\n\n    background: var(--bt-orange-hover);\n    border-color: var(--bt-orange-hover);\n\n    transform: translateY(-1px);\n\n    box-shadow:\n        0 14px 32px rgba(243, 165, 3, 0.23);\n}\n\n.bt-construction-final__secondary {\n    min-height: 52px;\n\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 8px;\n\n    padding: 0 15px;\n\n    color: rgba(255, 255, 255, 0.72) !important;\n\n    font-size: 14px;\n    font-weight: 650;\n\n    text-decoration: none !important;\n\n    transition:\n        color 180ms ease,\n        transform 180ms ease;\n}\n\n.bt-construction-final__secondary:hover {\n    color: #ffffff !important;\n}\n\n.bt-construction-final__secondary svg {\n    transition: transform 180ms ease;\n}\n\n.bt-construction-final__secondary:hover svg {\n    transform: translateX(-3px);\n}\n\n\n\/* =========================================================\n   Small footer line\n   ========================================================= *\/\n\n.bt-construction-final__meta {\n    position: relative;\n    z-index: 2;\n\n    display: flex;\n    align-items: center;\n    flex-wrap: wrap;\n    gap: 8px 18px;\n\n    margin-top: 31px;\n\n    color: rgba(255, 255, 255, 0.42);\n\n    font-size: 11.5px;\n    line-height: 1.8;\n}\n\n.bt-construction-final__meta-item {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n}\n\n.bt-construction-final__meta-dot {\n    width: 4px;\n    height: 4px;\n\n    background: var(--bt-orange);\n\n    border-radius: 50%;\n}\n\n\n\/* =========================================================\n   Decorative project notation\n   ========================================================= *\/\n\n.bt-construction-final__notation {\n    position: absolute;\n    z-index: 1;\n\n    left: clamp(25px, 5vw, 70px);\n    top: 50%;\n\n    color: rgba(255, 255, 255, 0.075);\n\n    font-family: Arial, sans-serif;\n    font-size: clamp(48px, 8vw, 100px);\n    font-weight: 700;\n    line-height: 1;\n\n    letter-spacing: -0.06em;\n\n    transform: translateY(-50%);\n\n    pointer-events: none;\n\n    user-select: none;\n}\n\n\n\/* =========================================================\n   Responsive\n   ========================================================= *\/\n\n@media (max-width: 800px) {\n\n    .bt-construction-final__inner {\n        width: min(100% - 36px, 720px);\n    }\n\n    .bt-construction-final__notation {\n        top: auto;\n        right: auto;\n        left: 30px;\n        bottom: 28px;\n\n        transform: none;\n\n        font-size: 60px;\n    }\n}\n\n\n@media (max-width: 580px) {\n\n    .bt-construction-final__inner {\n        width: min(100% - 28px, 100%);\n\n        padding:\n            75px\n            0\n            85px;\n    }\n\n    .bt-construction-final__box {\n        padding:\n            45px\n            24px\n            42px;\n\n        border-radius: 14px;\n    }\n\n    .bt-construction-final__title {\n        font-size: clamp(29px, 9vw, 38px);\n    }\n\n    .bt-construction-final__text {\n        font-size: 15px;\n    }\n\n    .bt-construction-final__actions {\n        align-items: stretch;\n        flex-direction: column;\n\n        margin-top: 30px;\n    }\n\n    .bt-construction-final__primary,\n    .bt-construction-final__secondary {\n        width: 100%;\n    }\n\n    .bt-construction-final__meta {\n        gap: 6px 14px;\n\n        font-size: 10.5px;\n    }\n\n    .bt-construction-final__notation {\n        display: none;\n    }\n}\n\n\n@media (prefers-reduced-motion: reduce) {\n\n    .bt-construction-final__primary,\n    .bt-construction-final__secondary,\n    .bt-construction-final__secondary svg {\n        transition: none;\n    }\n}\n<\/style>\n\n\n<section class=\"bt-construction-final\">\n\n    <div class=\"bt-construction-final__inner\">\n\n        <div class=\"bt-construction-final__box\">\n\n            <span\n                class=\"bt-construction-final__notation\"\n                aria-hidden=\"true\"\n            >\n                PROJECT\n            <\/span>\n\n\n            <div class=\"bt-construction-final__content\">\n\n                <div class=\"bt-construction-final__eyebrow\">\n                    \u0627\u0632 \u0648\u0636\u0639\u06cc\u062a \u067e\u0631\u0648\u0698\u0647 \u0645\u0637\u0645\u0626\u0646\u200c\u062a\u0631 \u0628\u0627\u0634\u06cc\u062f\n                <\/div>\n\n                <h2 class=\"bt-construction-final__title\">\n                    \u067e\u0631\u0648\u0698\u0647 \u0631\u0627 \u0641\u0642\u0637 \u062b\u0628\u062a \u0646\u06a9\u0646\u06cc\u062f\u061b\n                    \u0628\u0628\u06cc\u0646\u06cc\u062f \u0648\u0627\u0642\u0639\u0627\u064b \u0686\u0647 \u062e\u0628\u0631 \u0627\u0633\u062a.\n                <\/h2>\n\n                <p class=\"bt-construction-final__text\">\n                    \u0628\u0647\u062a\u0627\u06cc\u0645 \u06a9\u0645\u06a9 \u0645\u06cc\u200c\u06a9\u0646\u062f \u0627\u0637\u0644\u0627\u0639\u0627\u062a \u067e\u0631\u0627\u06a9\u0646\u062f\u0647 \u067e\u0631\u0648\u0698\u0647 \u0628\u0647 \u06cc\u06a9 \u062a\u0635\u0648\u06cc\u0631\n                    \u0642\u0627\u0628\u0644 \u0641\u0647\u0645 \u0627\u0632\n                    <strong>\n                        \u0628\u0631\u0646\u0627\u0645\u0647\u060c \u0641\u0639\u0627\u0644\u06cc\u062a\u200c\u0647\u0627\u060c \u067e\u06cc\u0634\u0631\u0641\u062a\u060c \u0632\u0645\u0627\u0646 \u0648 \u0647\u0632\u06cc\u0646\u0647\n                    <\/strong>\n                    \u062a\u0628\u062f\u06cc\u0644 \u0634\u0648\u062f\u061b \u0628\u062f\u0648\u0646 \u0627\u06cc\u0646\u06a9\u0647 \u0628\u0631\u0627\u06cc \u0645\u062f\u06cc\u0631\u06cc\u062a \u067e\u0631\u0648\u0698\u0647 \u0645\u062c\u0628\u0648\u0631 \u0628\u0627\u0634\u06cc\u062f\n                    \u0633\u0631\u0627\u063a \u06cc\u06a9 \u0633\u06cc\u0633\u062a\u0645 \u0633\u0646\u06af\u06cc\u0646 \u0648 \u067e\u06cc\u0686\u06cc\u062f\u0647 \u0628\u0631\u0648\u06cc\u062f.\n                <\/p>\n\n\n                <div class=\"bt-construction-final__actions\">\n\n                    <a\n                        class=\"bt-construction-final__primary\"\n                        href=\"https:\/\/panel.behtime.ir\/Account\/Register\"\n                    >\n                        \u0631\u0627\u06cc\u06af\u0627\u0646 \u0634\u0631\u0648\u0639 \u06a9\u0646\u06cc\u062f\n\n                        <svg\n                            width=\"17\"\n                            height=\"17\"\n                            viewBox=\"0 0 24 24\"\n                            fill=\"none\"\n                            aria-hidden=\"true\"\n                        >\n                            <path\n                                d=\"M15 6L9 12L15 18\"\n                                stroke=\"currentColor\"\n                                stroke-width=\"1.8\"\n                                stroke-linecap=\"round\"\n                                stroke-linejoin=\"round\"\n                            \/>\n                        <\/svg>\n                    <\/a>\n\n\n                    <a\n                        class=\"bt-construction-final__secondary\"\n                        href=\"https:\/\/behtime.net\/main\/\"\n                    >\n                        \u0627\u0645\u06a9\u0627\u0646\u0627\u062a \u0628\u0647\u062a\u0627\u06cc\u0645 \u0631\u0627 \u0628\u0628\u06cc\u0646\u06cc\u062f\n\n                        <svg\n                            width=\"16\"\n                            height=\"16\"\n                            viewBox=\"0 0 24 24\"\n                            fill=\"none\"\n                            aria-hidden=\"true\"\n                        >\n                            <path\n                                d=\"M15 6L9 12L15 18\"\n                                stroke=\"currentColor\"\n                                stroke-width=\"1.7\"\n                                stroke-linecap=\"round\"\n                                stroke-linejoin=\"round\"\n                            \/>\n                        <\/svg>\n                    <\/a>\n\n                <\/div>\n\n\n                <div class=\"bt-construction-final__meta\">\n\n                    <span class=\"bt-construction-final__meta-item\">\n                        <span class=\"bt-construction-final__meta-dot\"><\/span>\n                        \u0634\u0631\u0648\u0639 \u0631\u0627\u06cc\u06af\u0627\u0646\n                    <\/span>\n\n                    <span class=\"bt-construction-final__meta-item\">\n                        <span class=\"bt-construction-final__meta-dot\"><\/span>\n                        \u0628\u062f\u0648\u0646 \u0646\u06cc\u0627\u0632 \u0628\u0647 \u0646\u0635\u0628\n                    <\/span>\n\n                    <span class=\"bt-construction-final__meta-item\">\n                        <span class=\"bt-construction-final__meta-dot\"><\/span>\n                        \u0645\u0646\u0627\u0633\u0628 \u062a\u06cc\u0645\u200c\u0647\u0627\u06cc \u067e\u0631\u0648\u0698\u0647\u200c\u0645\u062d\u0648\u0631\n                    <\/span>\n\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns alignfull ghostkit-custom-Zq6N6l is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading has-text-align-center alignfull ghostkit-custom-2fh0xP has-nv-text-dark-bg-color has-text-color\" id=\"h-\u0628\u0647\u062a\u0627\u06cc\u0645\" style=\"font-size:18px\"><strong>\u0628\u0647\u062a\u0627\u06cc\u0645<\/strong><\/h3>\n\n\n\n<p class=\"has-text-align-center ghostkit-custom-ZU9b9I has-nv-text-dark-bg-color has-text-color wp-block-paragraph\" style=\"font-size:15px\"><a href=\"https:\/\/behtime.net\/main\/plans-and-pricing\">\u0642\u06cc\u0645\u062a\u200c\u0647\u0627<\/a><br><a href=\"https:\/\/behtime.net\/main\/mag\/\">\u0648\u0628\u0644\u0627\u06af<\/a><br><a href=\"https:\/\/behtime.net\/main\/category\/behtime-news\/\">\u0627\u062e\u0628\u0627\u0631 \u0628\u0647\u062a\u0627\u06cc\u0645<\/a><br><a href=\"https:\/\/behtime.net\/main\/knowledge-base-2\/\">\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u06a9\u0627\u0631\u0628\u0631\u06cc<\/a><br><a href=\"https:\/\/behtime.net\/main\/faq\/\">\u067e\u0631\u0633\u0634\u200c\u0647\u0627\u06cc \u0645\u062a\u062f\u0627\u0648\u0644<\/a><\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading has-text-align-center ghostkit-custom-Z2jGdew has-nv-text-dark-bg-color has-text-color\" id=\"h-\u062f\u0631\u0628\u0627\u0631\u0647-\u0645\u0627\" style=\"font-size:18px\"><strong>\u062f\u0631\u0628\u0627\u0631\u0647 \u0645\u0627<\/strong><\/h3>\n\n\n\n<p class=\"has-text-align-center ghostkit-custom-UcFt5 wp-block-paragraph\" style=\"font-size:15px\"><a href=\"https:\/\/behtime.net\/main\/who-we-are\/\">\u0645\u0627 \u06a9\u0647 \u0647\u0633\u062a\u06cc\u0645<\/a><br><a href=\"https:\/\/behsad.com\/\">\u0634\u0631\u06a9\u062a \u0628\u0647\u0633\u0627\u062f<\/a><br><a href=\"https:\/\/behtime.net\/main\/behtime-customers\/\">\u0645\u0634\u062a\u0631\u06cc\u0627\u0646 \u0645\u0627<\/a><br><a href=\"https:\/\/panel.behtime.ir\/Home\/ContactUs\">\u062a\u0645\u0627\u0633 \u0628\u0627 \u0645\u0627<\/a><br><a href=\"https:\/\/behtime.net\/main\/terms\/\">\u0642\u0648\u0627\u0646\u06cc\u0646 \u0648 \u0645\u0642\u0631\u0631\u0627\u062a<\/a><\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading has-text-align-center ghostkit-custom-1Nb9MU has-nv-text-dark-bg-color has-text-color\" id=\"h-\u06a9\u0627\u0631\u06a9\u0631\u062f-\u0628\u0647\u062a\u0627\u06cc\u0645-\u062f\u0631-\u06a9\u0633\u0628-\u0648-\u06a9\u0627\u0631\u0647\u0627\" style=\"font-size:18px\"><strong>\u06a9\u0627\u0631\u06a9\u0631\u062f \u0628\u0647\u062a\u0627\u06cc\u0645 \u062f\u0631 \u06a9\u0633\u0628 \u0648 \u06a9\u0627\u0631\u0647\u0627<\/strong><\/h3>\n\n\n\n<p class=\"has-text-align-center ghostkit-custom-Z2qIFee wp-block-paragraph\" style=\"font-size:15px\"><a href=\"https:\/\/behtime.net\/main\/behtime-and-engineering-offices\/\">\u0634\u0631\u06a9\u062a\u200c\u0647\u0627 \u0648 \u062f\u0641\u0627\u062a\u0631 \u0641\u0646\u06cc \u0648 \u0645\u0647\u0646\u062f\u0633\u06cc<\/a><br><a href=\"https:\/\/behtime.net\/main\/behtime-and-it-company\/\">\u0634\u0631\u06a9\u062a\u200c\u0647\u0627\u06cc \u0641\u0646\u0627\u0648\u0631\u06cc \u0627\u0637\u0644\u0627\u0639\u0627\u062a<\/a><br><a href=\"https:\/\/behtime.net\/main\/behtime-for-freelancers\/\">\u0641\u0631\u06cc\u0644\u0646\u0633\u0631\u0647\u0627<\/a><br><a href=\"https:\/\/behtime.net\/main\/task-management-software\/\">\u0645\u062f\u06cc\u0631\u06cc\u062a \u0648\u0638\u0627\u06cc\u0641 \u0628\u0627 \u0628\u0647\u062a\u0627\u06cc\u0645<\/a><br><a href=\"https:\/\/behtime.net\/main\/knowledge-base\/behtime-challenges\/\">\u0686\u0627\u0644\u0634\u200c\u0647\u0627\u06cc \u0634\u0631\u0648\u0639 \u06a9\u0627\u0631 \u0628\u0627 \u0628\u0647\u062a\u0627\u06cc\u0645<\/a><\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center ghostkit-custom-29Gvkj is-layout-flow wp-block-column-is-layout-flow\">\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<a referrerpolicy=\"origin\" target=\"_blank\" href=\"https:\/\/trustseal.enamad.ir\/?id=83848&amp;Code=tIXd4hoxoAx22a4eCbGD\" rel=\"noopener\"><img decoding=\"async\" referrerpolicy=\"origin\" src=\" https:\/\/behtime.net\/main\/wp-content\/uploads\/2024\/01\/enamad.png \" alt=\"\u0646\u0631\u0645 \u0627\u0641\u0632\u0627\u0631 \u0645\u062f\u06cc\u0631\u06cc\u062a \u067e\u0631\u0648\u0698\u0647\" style=\"cursor:pointer;max-width: 120px;\" id=\"tIXd4hoxoAx22a4eCbGD\"><\/a>\n\n\n\n<p class=\"has-text-align-center ghostkit-custom-Z2wvO0Q wp-block-paragraph\" style=\"font-size:15px\"><\/p>\n<\/div>\n<\/div>\n\n\n\n<meta content=\"\u0645\u062f\u06cc\u0631\u06cc\u062a \u067e\u0631\u0648\u0698\u0647 \u0628\u0631\u0627\u06cc \u0634\u0631\u06a9\u062a \u0647\u0627\u06cc \u0641\u0646\u06cc \u0645\u0647\u0646\u062f\u0633\u06cc\" name=\"keywords\">\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u0631\u0627\u0647\u06a9\u0627\u0631 \u0628\u0647\u062a\u0627\u06cc\u0645 \u0628\u0631\u0627\u06cc \u0634\u0631\u06a9\u062a\u200c\u0647\u0627\u06cc \u0639\u0645\u0631\u0627\u0646\u06cc \u0648 \u0641\u0646\u06cc\u200c\u0645\u0647\u0646\u062f\u0633\u06cc \u0646\u0631\u0645 \u0627\u0641\u0632\u0627\u0631 \u0645\u062f\u06cc\u0631\u06cc\u062a \u067e\u0631\u0648\u0698\u0647 \u0628\u0631\u0627\u06cc \u0634\u0631\u06a9\u062a\u200c\u0647\u0627\u06cc \u0639\u0645\u0631\u0627\u0646\u06cc\u060c \u0633\u0627\u062e\u062a\u0645\u0627\u0646\u06cc \u0648 \u0641\u0646\u06cc \u0645\u0647\u0646\u062f\u0633\u06cc \u0628\u06cc\u0646 \u0628\u0631\u0646\u0627\u0645\u0647\u200c\u0631\u06cc\u0632\u06cc \u062f\u0641\u062a\u0631 \u0641\u0646\u06cc\u060c \u0627\u062c\u0631\u0627\u06cc \u067e\u0631\u0648\u0698\u0647\u060c \u0645\u0633\u062a\u0646\u062f\u0627\u062a\u060c \u0632\u0645\u0627\u0646 \u0627\u0641\u0631\u0627\u062f \u0648 \u0647\u0632\u06cc\u0646\u0647\u200c\u0647\u0627\u060c \u0627\u0637\u0644\u0627\u0639\u0627\u062a \u0632\u06cc\u0627\u062f\u06cc \u062a\u0648\u0644\u06cc\u062f \u0645\u06cc\u200c\u0634\u0648\u062f. \u0628\u0647\u062a\u0627\u06cc\u0645 \u06a9\u0645\u06a9 \u0645\u06cc\u200c\u06a9\u0646\u062f \u0627\u06cc\u0646 \u0627\u0637\u0644\u0627\u0639\u0627\u062a \u062f\u0631 \u06cc\u06a9 \u062a\u0635\u0648\u06cc\u0631 \u0645\u0634\u062a\u0631\u06a9 \u06a9\u0646\u0627\u0631 \u0647\u0645 \u0642\u0631\u0627\u0631 \u0628\u06af\u06cc\u0631\u0646\u062f \u062a\u0627 \u0628\u062f\u0627\u0646\u06cc\u062f \u067e\u0631\u0648\u0698\u0647 \u0648\u0627\u0642\u0639\u0627\u064b \u06a9\u062c\u0627\u0633\u062a. \u0631\u0627\u06cc\u06af\u0627\u0646 \u0634\u0631\u0648\u0639 \u06a9\u0646\u06cc\u062f \u062f\u0627\u0633\u062a\u0627\u0646&hellip;&nbsp;<a href=\"https:\/\/behtime.net\/main\/behtime-and-engineering-offices\/\" rel=\"bookmark\">\u0627\u062f\u0627\u0645\u0647 &raquo;<span class=\"screen-reader-text\">\u0646\u0631\u0645 \u0627\u0641\u0632\u0627\u0631 \u0645\u062f\u06cc\u0631\u06cc\u062a \u067e\u0631\u0648\u0698\u0647 \u0628\u0631\u0627\u06cc \u0634\u0631\u06a9\u062a\u200c\u0647\u0627\u06cc \u0639\u0645\u0631\u0627\u0646\u06cc\u060c \u0633\u0627\u062e\u062a\u0645\u0627\u0646\u06cc \u0648 \u0641\u0646\u06cc \u0645\u0647\u0646\u062f\u0633\u06cc<\/span><\/a><\/p>\n","protected":false},"author":4,"featured_media":65763,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"ghostkit_customizer_options":"","ghostkit_custom_css":"","ghostkit_custom_js_head":"","ghostkit_custom_js_foot":"","ghostkit_typography":"","neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"","neve_meta_content_width":0,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":"on","footnotes":""},"class_list":["post-38615","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.9 (Yoast SEO v28.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>\u0646\u0631\u0645 \u0627\u0641\u0632\u0627\u0631 \u0645\u062f\u06cc\u0631\u06cc\u062a \u067e\u0631\u0648\u0698\u0647 \u0639\u0645\u0631\u0627\u0646\u06cc \u0648 \u0633\u0627\u062e\u062a\u0645\u0627\u0646\u06cc | \u0628\u0647\u062a\u0627\u06cc\u0645<\/title>\n<meta name=\"description\" content=\"\u0628\u0627 \u0628\u0647\u062a\u0627\u06cc\u0645 \u0628\u0631\u0646\u0627\u0645\u0647\u060c \u0641\u0639\u0627\u0644\u06cc\u062a\u200c\u0647\u0627\u060c \u067e\u06cc\u0634\u0631\u0641\u062a\u060c \u0632\u0645\u0627\u0646 \u0648 \u0647\u0632\u06cc\u0646\u0647 \u067e\u0631\u0648\u0698\u0647\u200c\u0647\u0627\u06cc \u0639\u0645\u0631\u0627\u0646\u06cc \u0648 \u0633\u0627\u062e\u062a\u0645\u0627\u0646\u06cc \u0631\u0627 \u0645\u062f\u06cc\u0631\u06cc\u062a \u06a9\u0646\u06cc\u062f \u0648 \u062a\u0635\u0648\u06cc\u0631\u06cc \u062f\u0642\u06cc\u0642 \u0627\u0632 \u0648\u0636\u0639\u06cc\u062a \u067e\u0631\u0648\u0698\u0647\u200c\u0647\u0627 \u0628\u0628\u06cc\u0646\u06cc\u062f\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/behtime.net\/main\/behtime-and-engineering-offices\/\" \/>\n<meta property=\"og:locale\" content=\"fa_IR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u0646\u0631\u0645 \u0627\u0641\u0632\u0627\u0631 \u0645\u062f\u06cc\u0631\u06cc\u062a \u067e\u0631\u0648\u0698\u0647 \u0628\u0631\u0627\u06cc \u0634\u0631\u06a9\u062a\u200c\u0647\u0627\u06cc \u0639\u0645\u0631\u0627\u0646\u06cc\u060c \u0633\u0627\u062e\u062a\u0645\u0627\u0646\u06cc \u0648 \u0641\u0646\u06cc \u0645\u0647\u0646\u062f\u0633\u06cc\" \/>\n<meta property=\"og:description\" content=\"\u0628\u0627 \u0628\u0647\u062a\u0627\u06cc\u0645 \u0628\u0631\u0646\u0627\u0645\u0647\u060c \u0641\u0639\u0627\u0644\u06cc\u062a\u200c\u0647\u0627\u060c \u067e\u06cc\u0634\u0631\u0641\u062a\u060c \u0632\u0645\u0627\u0646 \u0648 \u0647\u0632\u06cc\u0646\u0647 \u067e\u0631\u0648\u0698\u0647\u200c\u0647\u0627\u06cc \u0639\u0645\u0631\u0627\u0646\u06cc \u0648 \u0633\u0627\u062e\u062a\u0645\u0627\u0646\u06cc \u0631\u0627 \u0645\u062f\u06cc\u0631\u06cc\u062a \u06a9\u0646\u06cc\u062f \u0648 \u062a\u0635\u0648\u06cc\u0631\u06cc \u062f\u0642\u06cc\u0642 \u0627\u0632 \u0648\u0636\u0639\u06cc\u062a \u067e\u0631\u0648\u0698\u0647\u200c\u0647\u0627 \u0628\u0628\u06cc\u0646\u06cc\u062f\" \/>\n<meta property=\"og:url\" content=\"https:\/\/behtime.net\/main\/behtime-and-engineering-offices\/\" \/>\n<meta property=\"og:site_name\" content=\"\u0646\u0631\u0645 \u0627\u0641\u0632\u0627\u0631 \u0645\u062f\u06cc\u0631\u06cc\u062a \u067e\u0631\u0648\u0698\u0647 \u0622\u0646\u0644\u0627\u06cc\u0646 \u0648 \u062a\u0627\u06cc\u0645 \u0634\u06cc\u062a \u0628\u0647\u062a\u0627\u06cc\u0645\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/fb.com\/behtime\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-17T09:43:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/behtime.net\/main\/wp-content\/uploads\/2026\/08\/Btengbanner.avif\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"675\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@behtime\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/behtime.net\\\/main\\\/behtime-and-engineering-offices\\\/\",\"url\":\"https:\\\/\\\/behtime.net\\\/main\\\/behtime-and-engineering-offices\\\/\",\"name\":\"\u0646\u0631\u0645 \u0627\u0641\u0632\u0627\u0631 \u0645\u062f\u06cc\u0631\u06cc\u062a \u067e\u0631\u0648\u0698\u0647 \u0639\u0645\u0631\u0627\u0646\u06cc \u0648 \u0633\u0627\u062e\u062a\u0645\u0627\u0646\u06cc | \u0628\u0647\u062a\u0627\u06cc\u0645\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/behtime.net\\\/main\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/behtime.net\\\/main\\\/behtime-and-engineering-offices\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/behtime.net\\\/main\\\/behtime-and-engineering-offices\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/behtime.net\\\/main\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/Btengbanner.avif\",\"datePublished\":\"2022-05-16T09:43:53+00:00\",\"dateModified\":\"2026-08-17T09:43:30+00:00\",\"description\":\"\u0628\u0627 \u0628\u0647\u062a\u0627\u06cc\u0645 \u0628\u0631\u0646\u0627\u0645\u0647\u060c \u0641\u0639\u0627\u0644\u06cc\u062a\u200c\u0647\u0627\u060c \u067e\u06cc\u0634\u0631\u0641\u062a\u060c \u0632\u0645\u0627\u0646 \u0648 \u0647\u0632\u06cc\u0646\u0647 \u067e\u0631\u0648\u0698\u0647\u200c\u0647\u0627\u06cc \u0639\u0645\u0631\u0627\u0646\u06cc \u0648 \u0633\u0627\u062e\u062a\u0645\u0627\u0646\u06cc \u0631\u0627 \u0645\u062f\u06cc\u0631\u06cc\u062a \u06a9\u0646\u06cc\u062f \u0648 \u062a\u0635\u0648\u06cc\u0631\u06cc \u062f\u0642\u06cc\u0642 \u0627\u0632 \u0648\u0636\u0639\u06cc\u062a \u067e\u0631\u0648\u0698\u0647\u200c\u0647\u0627 \u0628\u0628\u06cc\u0646\u06cc\u062f\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/behtime.net\\\/main\\\/behtime-and-engineering-offices\\\/#breadcrumb\"},\"inLanguage\":\"fa-IR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/behtime.net\\\/main\\\/behtime-and-engineering-offices\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fa-IR\",\"@id\":\"https:\\\/\\\/behtime.net\\\/main\\\/behtime-and-engineering-offices\\\/#primaryimage\",\"url\":\"https:\\\/\\\/behtime.net\\\/main\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/Btengbanner.avif\",\"contentUrl\":\"https:\\\/\\\/behtime.net\\\/main\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/Btengbanner.avif\",\"width\":1200,\"height\":675,\"caption\":\"\u0646\u0631\u0645 \u0627\u0641\u0632\u0627\u0631 \u0645\u062f\u06cc\u0631\u06cc\u062a \u067e\u0631\u0648\u0698\u0647 \u0628\u0631\u0627\u06cc \u0634\u0631\u06a9\u062a\u200c\u0647\u0627\u06cc \u0639\u0645\u0631\u0627\u0646\u06cc\u060c \u0633\u0627\u062e\u062a\u0645\u0627\u0646\u06cc \u0648 \u0641\u0646\u06cc \u0645\u0647\u0646\u062f\u0633\u06cc\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/behtime.net\\\/main\\\/behtime-and-engineering-offices\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u062e\u0627\u0646\u0647\",\"item\":\"https:\\\/\\\/behtime.net\\\/main\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u0646\u0631\u0645 \u0627\u0641\u0632\u0627\u0631 \u0645\u062f\u06cc\u0631\u06cc\u062a \u067e\u0631\u0648\u0698\u0647 \u0628\u0631\u0627\u06cc \u0634\u0631\u06a9\u062a\u200c\u0647\u0627\u06cc \u0639\u0645\u0631\u0627\u0646\u06cc\u060c \u0633\u0627\u062e\u062a\u0645\u0627\u0646\u06cc \u0648 \u0641\u0646\u06cc \u0645\u0647\u0646\u062f\u0633\u06cc\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/behtime.net\\\/main\\\/#website\",\"url\":\"https:\\\/\\\/behtime.net\\\/main\\\/\",\"name\":\"\u0646\u0631\u0645 \u0627\u0641\u0632\u0627\u0631 \u0645\u062f\u06cc\u0631\u06cc\u062a \u067e\u0631\u0648\u0698\u0647 \u0622\u0646\u0644\u0627\u06cc\u0646 \u0648 \u062a\u0627\u06cc\u0645 \u0634\u06cc\u062a \u0628\u0647\u062a\u0627\u06cc\u0645\",\"description\":\"\u0628\u0647\u062a\u0627\u06cc\u0645 \u0646\u0631\u0645 \u0627\u0641\u0632\u0627\u0631 \u0645\u062f\u06cc\u0631\u06cc\u062a \u067e\u0631\u0648\u0698\u0647 \u0645\u062c\u0647\u0632 \u0628\u0647 \u06af\u0627\u0646\u062a \u0686\u0627\u0631\u062a\u060c \u0645\u0633\u06cc\u0631 \u0628\u062d\u0631\u0627\u0646\u06cc \u0648 ...\",\"publisher\":{\"@id\":\"https:\\\/\\\/behtime.net\\\/main\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/behtime.net\\\/main\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fa-IR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/behtime.net\\\/main\\\/#organization\",\"name\":\"\u0628\u0647\u062a\u0627\u06cc\u0645\",\"url\":\"https:\\\/\\\/behtime.net\\\/main\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fa-IR\",\"@id\":\"https:\\\/\\\/behtime.net\\\/main\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/behtime.net\\\/main\\\/wp-content\\\/uploads\\\/2018\\\/04\\\/logo.png\",\"contentUrl\":\"https:\\\/\\\/behtime.net\\\/main\\\/wp-content\\\/uploads\\\/2018\\\/04\\\/logo.png\",\"width\":256,\"height\":228,\"caption\":\"\u0628\u0647\u062a\u0627\u06cc\u0645\"},\"image\":{\"@id\":\"https:\\\/\\\/behtime.net\\\/main\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/fb.com\\\/behtime\",\"https:\\\/\\\/x.com\\\/behtime\",\"https:\\\/\\\/www.instagram.com\\\/behtime.ir\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/groups\\\/8726247\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"\u0646\u0631\u0645 \u0627\u0641\u0632\u0627\u0631 \u0645\u062f\u06cc\u0631\u06cc\u062a \u067e\u0631\u0648\u0698\u0647 \u0639\u0645\u0631\u0627\u0646\u06cc \u0648 \u0633\u0627\u062e\u062a\u0645\u0627\u0646\u06cc | \u0628\u0647\u062a\u0627\u06cc\u0645","description":"\u0628\u0627 \u0628\u0647\u062a\u0627\u06cc\u0645 \u0628\u0631\u0646\u0627\u0645\u0647\u060c \u0641\u0639\u0627\u0644\u06cc\u062a\u200c\u0647\u0627\u060c \u067e\u06cc\u0634\u0631\u0641\u062a\u060c \u0632\u0645\u0627\u0646 \u0648 \u0647\u0632\u06cc\u0646\u0647 \u067e\u0631\u0648\u0698\u0647\u200c\u0647\u0627\u06cc \u0639\u0645\u0631\u0627\u0646\u06cc \u0648 \u0633\u0627\u062e\u062a\u0645\u0627\u0646\u06cc \u0631\u0627 \u0645\u062f\u06cc\u0631\u06cc\u062a \u06a9\u0646\u06cc\u062f \u0648 \u062a\u0635\u0648\u06cc\u0631\u06cc \u062f\u0642\u06cc\u0642 \u0627\u0632 \u0648\u0636\u0639\u06cc\u062a \u067e\u0631\u0648\u0698\u0647\u200c\u0647\u0627 \u0628\u0628\u06cc\u0646\u06cc\u062f","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:\/\/behtime.net\/main\/behtime-and-engineering-offices\/","og_locale":"fa_IR","og_type":"article","og_title":"\u0646\u0631\u0645 \u0627\u0641\u0632\u0627\u0631 \u0645\u062f\u06cc\u0631\u06cc\u062a \u067e\u0631\u0648\u0698\u0647 \u0628\u0631\u0627\u06cc \u0634\u0631\u06a9\u062a\u200c\u0647\u0627\u06cc \u0639\u0645\u0631\u0627\u0646\u06cc\u060c \u0633\u0627\u062e\u062a\u0645\u0627\u0646\u06cc \u0648 \u0641\u0646\u06cc \u0645\u0647\u0646\u062f\u0633\u06cc","og_description":"\u0628\u0627 \u0628\u0647\u062a\u0627\u06cc\u0645 \u0628\u0631\u0646\u0627\u0645\u0647\u060c \u0641\u0639\u0627\u0644\u06cc\u062a\u200c\u0647\u0627\u060c \u067e\u06cc\u0634\u0631\u0641\u062a\u060c \u0632\u0645\u0627\u0646 \u0648 \u0647\u0632\u06cc\u0646\u0647 \u067e\u0631\u0648\u0698\u0647\u200c\u0647\u0627\u06cc \u0639\u0645\u0631\u0627\u0646\u06cc \u0648 \u0633\u0627\u062e\u062a\u0645\u0627\u0646\u06cc \u0631\u0627 \u0645\u062f\u06cc\u0631\u06cc\u062a \u06a9\u0646\u06cc\u062f \u0648 \u062a\u0635\u0648\u06cc\u0631\u06cc \u062f\u0642\u06cc\u0642 \u0627\u0632 \u0648\u0636\u0639\u06cc\u062a \u067e\u0631\u0648\u0698\u0647\u200c\u0647\u0627 \u0628\u0628\u06cc\u0646\u06cc\u062f","og_url":"https:\/\/behtime.net\/main\/behtime-and-engineering-offices\/","og_site_name":"\u0646\u0631\u0645 \u0627\u0641\u0632\u0627\u0631 \u0645\u062f\u06cc\u0631\u06cc\u062a \u067e\u0631\u0648\u0698\u0647 \u0622\u0646\u0644\u0627\u06cc\u0646 \u0648 \u062a\u0627\u06cc\u0645 \u0634\u06cc\u062a \u0628\u0647\u062a\u0627\u06cc\u0645","article_publisher":"https:\/\/fb.com\/behtime","article_modified_time":"2026-08-17T09:43:30+00:00","og_image":[{"width":1200,"height":675,"url":"https:\/\/behtime.net\/main\/wp-content\/uploads\/2026\/08\/Btengbanner.avif","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@behtime","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/behtime.net\/main\/behtime-and-engineering-offices\/","url":"https:\/\/behtime.net\/main\/behtime-and-engineering-offices\/","name":"\u0646\u0631\u0645 \u0627\u0641\u0632\u0627\u0631 \u0645\u062f\u06cc\u0631\u06cc\u062a \u067e\u0631\u0648\u0698\u0647 \u0639\u0645\u0631\u0627\u0646\u06cc \u0648 \u0633\u0627\u062e\u062a\u0645\u0627\u0646\u06cc | \u0628\u0647\u062a\u0627\u06cc\u0645","isPartOf":{"@id":"https:\/\/behtime.net\/main\/#website"},"primaryImageOfPage":{"@id":"https:\/\/behtime.net\/main\/behtime-and-engineering-offices\/#primaryimage"},"image":{"@id":"https:\/\/behtime.net\/main\/behtime-and-engineering-offices\/#primaryimage"},"thumbnailUrl":"https:\/\/behtime.net\/main\/wp-content\/uploads\/2026\/08\/Btengbanner.avif","datePublished":"2022-05-16T09:43:53+00:00","dateModified":"2026-08-17T09:43:30+00:00","description":"\u0628\u0627 \u0628\u0647\u062a\u0627\u06cc\u0645 \u0628\u0631\u0646\u0627\u0645\u0647\u060c \u0641\u0639\u0627\u0644\u06cc\u062a\u200c\u0647\u0627\u060c \u067e\u06cc\u0634\u0631\u0641\u062a\u060c \u0632\u0645\u0627\u0646 \u0648 \u0647\u0632\u06cc\u0646\u0647 \u067e\u0631\u0648\u0698\u0647\u200c\u0647\u0627\u06cc \u0639\u0645\u0631\u0627\u0646\u06cc \u0648 \u0633\u0627\u062e\u062a\u0645\u0627\u0646\u06cc \u0631\u0627 \u0645\u062f\u06cc\u0631\u06cc\u062a \u06a9\u0646\u06cc\u062f \u0648 \u062a\u0635\u0648\u06cc\u0631\u06cc \u062f\u0642\u06cc\u0642 \u0627\u0632 \u0648\u0636\u0639\u06cc\u062a \u067e\u0631\u0648\u0698\u0647\u200c\u0647\u0627 \u0628\u0628\u06cc\u0646\u06cc\u062f","breadcrumb":{"@id":"https:\/\/behtime.net\/main\/behtime-and-engineering-offices\/#breadcrumb"},"inLanguage":"fa-IR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/behtime.net\/main\/behtime-and-engineering-offices\/"]}]},{"@type":"ImageObject","inLanguage":"fa-IR","@id":"https:\/\/behtime.net\/main\/behtime-and-engineering-offices\/#primaryimage","url":"https:\/\/behtime.net\/main\/wp-content\/uploads\/2026\/08\/Btengbanner.avif","contentUrl":"https:\/\/behtime.net\/main\/wp-content\/uploads\/2026\/08\/Btengbanner.avif","width":1200,"height":675,"caption":"\u0646\u0631\u0645 \u0627\u0641\u0632\u0627\u0631 \u0645\u062f\u06cc\u0631\u06cc\u062a \u067e\u0631\u0648\u0698\u0647 \u0628\u0631\u0627\u06cc \u0634\u0631\u06a9\u062a\u200c\u0647\u0627\u06cc \u0639\u0645\u0631\u0627\u0646\u06cc\u060c \u0633\u0627\u062e\u062a\u0645\u0627\u0646\u06cc \u0648 \u0641\u0646\u06cc \u0645\u0647\u0646\u062f\u0633\u06cc"},{"@type":"BreadcrumbList","@id":"https:\/\/behtime.net\/main\/behtime-and-engineering-offices\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u062e\u0627\u0646\u0647","item":"https:\/\/behtime.net\/main\/"},{"@type":"ListItem","position":2,"name":"\u0646\u0631\u0645 \u0627\u0641\u0632\u0627\u0631 \u0645\u062f\u06cc\u0631\u06cc\u062a \u067e\u0631\u0648\u0698\u0647 \u0628\u0631\u0627\u06cc \u0634\u0631\u06a9\u062a\u200c\u0647\u0627\u06cc \u0639\u0645\u0631\u0627\u0646\u06cc\u060c \u0633\u0627\u062e\u062a\u0645\u0627\u0646\u06cc \u0648 \u0641\u0646\u06cc \u0645\u0647\u0646\u062f\u0633\u06cc"}]},{"@type":"WebSite","@id":"https:\/\/behtime.net\/main\/#website","url":"https:\/\/behtime.net\/main\/","name":"\u0646\u0631\u0645 \u0627\u0641\u0632\u0627\u0631 \u0645\u062f\u06cc\u0631\u06cc\u062a \u067e\u0631\u0648\u0698\u0647 \u0622\u0646\u0644\u0627\u06cc\u0646 \u0648 \u062a\u0627\u06cc\u0645 \u0634\u06cc\u062a \u0628\u0647\u062a\u0627\u06cc\u0645","description":"\u0628\u0647\u062a\u0627\u06cc\u0645 \u0646\u0631\u0645 \u0627\u0641\u0632\u0627\u0631 \u0645\u062f\u06cc\u0631\u06cc\u062a \u067e\u0631\u0648\u0698\u0647 \u0645\u062c\u0647\u0632 \u0628\u0647 \u06af\u0627\u0646\u062a \u0686\u0627\u0631\u062a\u060c \u0645\u0633\u06cc\u0631 \u0628\u062d\u0631\u0627\u0646\u06cc \u0648 ...","publisher":{"@id":"https:\/\/behtime.net\/main\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/behtime.net\/main\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fa-IR"},{"@type":"Organization","@id":"https:\/\/behtime.net\/main\/#organization","name":"\u0628\u0647\u062a\u0627\u06cc\u0645","url":"https:\/\/behtime.net\/main\/","logo":{"@type":"ImageObject","inLanguage":"fa-IR","@id":"https:\/\/behtime.net\/main\/#\/schema\/logo\/image\/","url":"https:\/\/behtime.net\/main\/wp-content\/uploads\/2018\/04\/logo.png","contentUrl":"https:\/\/behtime.net\/main\/wp-content\/uploads\/2018\/04\/logo.png","width":256,"height":228,"caption":"\u0628\u0647\u062a\u0627\u06cc\u0645"},"image":{"@id":"https:\/\/behtime.net\/main\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/fb.com\/behtime","https:\/\/x.com\/behtime","https:\/\/www.instagram.com\/behtime.ir\/","https:\/\/www.linkedin.com\/groups\/8726247\/"]}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/behtime.net\/main\/wp-json\/wp\/v2\/pages\/38615","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/behtime.net\/main\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/behtime.net\/main\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/behtime.net\/main\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/behtime.net\/main\/wp-json\/wp\/v2\/comments?post=38615"}],"version-history":[{"count":27,"href":"https:\/\/behtime.net\/main\/wp-json\/wp\/v2\/pages\/38615\/revisions"}],"predecessor-version":[{"id":65761,"href":"https:\/\/behtime.net\/main\/wp-json\/wp\/v2\/pages\/38615\/revisions\/65761"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/behtime.net\/main\/wp-json\/wp\/v2\/media\/65763"}],"wp:attachment":[{"href":"https:\/\/behtime.net\/main\/wp-json\/wp\/v2\/media?parent=38615"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}